  .MagicZoom, .mz-figure, .mz-lens, .mz-zoom-window, .mz-loading, .mz-hint, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage, .mz-expand .mz-expand-stage .mz-image-stage .mz-caption, .mz-thumb img, .mz-expand-thumbnails, .mz-expand-controls, .mz-button {   -webkit-box-sizing: border-box; box-sizing: border-box; } .MagicZoom, .mz-figure {   display: inline-block;   outline: 0 !important;   font-size: 0 !important;   line-height: 100% !important;   direction: ltr !important;   position: relative;   z-index: 1;   margin: 0 auto;   vertical-align: middle;   -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; user-select: none;   -webkit-touch-callout: none;   -webkit-tap-highlight-color: transparent;   -webkit-backface-visibility: hidden; backface-visibility: hidden; } .MagicZoom {   -webkit-transform: translate3d(0,0,0);   -ms-touch-action: pan-y;  touch-action: pan-y; } figure.mz-figure {   overflow: hidden;   margin: 0 !important;   -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } .MagicZoom img, .mz-figure img {   border: 0 !important;   margin: 0 !important;   outline: 0 !important;   padding: 0 !important; } .MagicZoom > img, .mz-figure > img {   width: 100%;   height: auto; } .ie8-magic .MagicZoom > img, .ie8-magic .mz-figure > img {   width: 100%;   max-width: none !important; } .mz-figure.mz-no-zoom.mz-no-expand, .mz-expand .mz-figure.mz-no-zoom {   cursor: default !important; } .mz-figure.mz-active, .mz-expand {   -ms-touch-action: none;  touch-action: none; } .mz-lens, .mz-zoom-window {   position: absolute !important;   overflow: hidden !important;   pointer-events: none !important; } .mz-lens img, .mz-zoom-window img {   position: absolute !important;   max-width: none !important;   max-height: none !important; } .mz-lens img {   -webkit-transition: none !important; transition: none !important; } .mz-zoom-window {   z-index: 2000000000;   -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .mz-zoom-window.mz-magnifier {   -webkit-mask-image: -webkit-radial-gradient(circle, white, black);   -webkit-mask-clip: content;   cursor: none; } .mz-figure.mz-active .mz-zoom-window.mz-magnifier {   pointer-events: auto !important;   cursor: inherit !important; } .mz-zoom-window.mz-magnifier.mz-expanded {   z-index: 2147483647; } .mz-zoom-window img {   width: auto;   height: auto;   left: -1000%;   right: -1000%;   top: -1000%;   bottom: -1000%;   margin: auto !important;   -webkit-transition: none !important; transition: none !important;   -webkit-transform-origin: 50% 50% !important;  -ms-transform-origin: 50% 50% !important; transform-origin: 50% 50% !important; } .mz-zoom-window.mz-preview img {   top: 0 !important;   bottom: 0 !important;   left: 0 !important;   right: 0 !important;   margin: 0 !important;   width: 100% !important;   height: auto !important;   -webkit-transform: none !important; transform: none !important; } .lt-ie9-magic .mz-zoom-window img {   margin: 0 !important; } .mz-expand-controls {   z-index: 2147483647; } .mz-fade {   -webkit-transition: opacity .25s; transition: opacity .25s; } .mz-hidden {   opacity: 0; } .mz-visible {   opacity: 1; } .mobile-magic .mz-expand .mz-expand-bg {   -webkit-transform-style: flat !important; transform-style: flat !important; } .mobile-magic .mz-expand-controls.mz-fade {   transition: none !important; } .mobile-magic .mz-expand > .mz-zoom-window {   top: 0 !important;   left: 0 !important; }  @media not screen and (max-device-width: 767px) {   .mz-expanded-view-open,   .mz-expanded-view-open body {  overflow: hidden !important;   }   .mz-expanded-view-open body { height: auto !important; } } @media screen and (max-device-width: 767px) {   :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),   :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {  overflow: hidden !important;   }   :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body { height: auto !important; } }  .mz-figure.mz-active {   background: #fff; } .mz-figure.mz-no-zoom, .mz-figure.mz-click-zoom, .mz-figure.mz-active {   cursor: pointer;   cursor: -webkit-zoom-in;   cursor: -moz-zoom-in;   cursor: zoom-in; } .mz-figure.mz-active.mz-no-expand {   cursor: crosshair; } .mz-figure.mz-active.mz-click-zoom.mz-no-expand {   cursor: crosshair;   cursor: -webkit-zoom-out;   cursor: -moz-zoom-out;   cursor: zoom-out; } .mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {   cursor: none; } .mz-figure.mz-magnifier-zoom.mz-active {   overflow: visible !important; } .mz-figure.mz-active > img {   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");   -webkit-filter: grayscale(80%) opacity(60%);   filter: grayscale(80%) opacity(60%); } .no-cssfilters-magic .mz-figure.mz-active > img {   opacity: 0.6; } .lt-ie10-magic .mz-figure.mz-active > img {   opacity: 1;   filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6); } .mz-expand .mz-figure.mz-active.mz-inner-zoom, :not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {   opacity: 0; } .lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {   filter: alpha(opacity=0); } .ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {   background: transparent; }  .mz-lens {   border: 1px solid #aaa;   border-color: rgba(170,170,170,0.7);   box-shadow: 0 0 5px rgba(0,0,0,.3);   cursor: none;   z-index: 10;   opacity: 0; } .mz-figure.mz-active .mz-lens {   opacity: 1;   -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;   transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s; } .mz-figure.mz-active.mz-magnifier-zoom .mz-lens {   border-radius: 50%;   opacity: 0;   cursor: none; }  .mz-zoom-window {   background: #fff;   box-shadow: 0 0 3px rgba(0, 0, 0, .2); } .mz-zoom-window.mz-magnifier {   border-radius: 100%;   border: 0;   background: rgba(255,255,255,.3); } .mz-zoom-window.mz-magnifier:before {   content: "";   display: block;   position: absolute;   top: 0;bottom: 0;   left: 0; right: 0;   border-radius: 100%;   border: 1px solid rgba(170,170,170,0.7);   box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);   background: transparent;   z-index: 1; } .mz-zoom-window.mz-magnifier.mz-square, .mz-zoom-window.mz-magnifier.mz-square:before {   border-radius: 0 !important; } .lt-ie9-magic .mz-zoom-window {   border: 1px solid #e5e5e5; } .mz-zoom-window.mz-inner {   border: none;   box-shadow: none; } .mz-zoom-window.mz-inner:not(.mz-expanded) {   z-index: 80; }  .mz-zoom-window .mz-caption {   background: #777;   color: #fff;   font-size: 10pt;   opacity: 0.8;   position: absolute;   top: 0;   z-index: 150;   padding: 3px;   width: 100%;   line-height: normal !important;   text-align: center !important; } .lt-ie9-magic .mz-zoom-window .mz-caption {   filter: alpha(opacity=80); } .mz-zoom-window.caption-bottom .mz-caption {   top: auto;   bottom: 0; } .mz-zoom-window.mz-expanded > .mz-caption {   display: none; }  .mz-zoom-window.mz-deactivating, .mz-zoom-window.mz-activating {   -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); } .mz-zoom-window.mz-deactivating {   -webkit-transition-duration: .25s, .25s, .25s; transition-duration: .25s, .25s, .25s; } .mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-top, .mz-zoom-window.mz-p-bottom {   opacity: 0;   z-index: -100; } .mz-zoom-window.mz-p-right {   -webkit-transform: translate3d(-20%, 0, 0); transform: translate3d(-20%, 0, 0); } .mz-zoom-window.mz-p-left {   -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } .mz-zoom-window.mz-p-top {   -webkit-transform: translate3d(0, 20%, 0); transform: translate3d(0, 20%, 0); } .mz-zoom-window.mz-p-bottom {   -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0); } .mz-zoom-window > img {   -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1);   -webkit-backface-visibility: hidden; backface-visibility: hidden; } .mz-zoom-window.mz-p-inner.mz-deactivating > img, .mz-zoom-window.mz-p-inner.mz-activating > img {   -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important; transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important; } .mz-zoom-window.mz-p-magnifier {   -webkit-transform: scale(.1); transform: scale(.1); } .mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating, .mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-custom.mz-activating {   -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); } .mz-zoom-window.mz-preview.mz-deactivating, .mz-zoom-window.mz-custom.mz-deactivating {   -webkit-transition-duration: .2s; transition-duration: .2s; } .mz-zoom-window.mz-p-preview, .mz-zoom-window.mz-p-custom {   opacity: 0; }  .mz-hint, .mz-loading {   color: #eee;   background: rgba(49,51,61,0.7);   font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;   text-decoration: none;   text-align: center;   direction: ltr;   display: inline-block;   margin: 0;   position: absolute;   z-index: 1000;   pointer-events: none;   -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale;   -webkit-transition: opacity 0.25s ease; transition: opacity 0.25s ease; } .mz-hint {   bottom: 8px;   left: 0;   right: 0;   padding: 0 10%;   background-color: transparent;   -webkit-transition: opacity 0.4s ease, z-index 0.4s ease; transition: opacity 0.4s ease, z-index 0.4s ease; } .mz-hint-message {   display: inline-block;   background: rgba(49,51,61,0.7);   border-radius: 2em;   padding: .7em 1.1em; } .mz-hint-message:before {   content: '\02295';   font-family: serif;   font-size: 1.5em;   speak: none;   text-align: center;   vertical-align: -2px;   margin-right: 6px; } .mobile-magic .mz-hint-message:before {   display: none; } .mz-hint-hidden {   opacity: 0;   z-index: -1;   -webkit-transition-delay: .6s; transition-delay: .6s; } .mz-expand .mz-hint {   font-size: 18px;   line-height: 1.1em;   top: 50%;   bottom: auto;   margin: 0;   -webkit-transform: translate(0,-50%);  -ms-transform: translate(0,-50%); transform: translate(0,-50%); } .mz-expand .mz-hint-message {   padding: 1.1em; } .mz-expand .mz-hint-message:before {   display: none; } .mz-expand .mz-hint-hidden {   opacity: 0;   -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }  .mz-loading {   font-size: 0;   border-radius: 100%;   opacity: 0;   padding: 0;   width: 36px;   height: 36px;   top: 50%;   left: 50%;   -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .mz-loading:after {   content: '';   position: absolute;   top: 0; bottom: 0;   left: 0; right: 0;   width: 24px;   height: 24px;   margin: auto;   text-indent: -9999em;   border-radius: 50%;   border: 2px solid rgba(255, 255, 255, 1);   border-top-color: transparent;   box-sizing: border-box; } .mz-loading.shown {   opacity: 1;   z-index: 1;   -webkit-transition: opacity 0s;   transition: opacity 0s; } .mz-loading.shown:after {   -webkit-animation: spin-loading .9s infinite linear; animation: spin-loading .9s infinite linear; } @-webkit-keyframes spin-loading {   0% {  -webkit-transform: rotate(0deg);   transform: rotate(0deg);   }   100% {  -webkit-transform: rotate(360deg);   transform: rotate(360deg);   } } @keyframes spin-loading {   0% {  -webkit-transform: rotate(0deg);   transform: rotate(0deg);   }   100% {  -webkit-transform: rotate(360deg);   transform: rotate(360deg);   } } .lt-ie10-magic .mz-loading {   border-radius: 2em;   font-size: 12px;   padding: .7em 1.1em;   width: auto;   height: auto; } .lt-ie10-magic .mz-loading:after {   content: 'Loading...';   text-indent: 0;   border: none;   position: relative; } .lt-ie9-magic .mz-loading {   filter: alpha(opacity=0);   right: 0;   left: 0;   width: 126px;   margin: auto; } .lt-ie9-magic .mz-hint-message, .lt-ie9-magic .mz-loading.shown {   background: transparent !important;   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D'); } .lt-ie9-magic .mz-hint-hidden {   filter: alpha(opacity=0); }   .mz-expand, .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg, .mz-expand .mz-expand-stage {   position: absolute;   top: 0;   right: 0;   bottom: 0;   left: 0; } .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg {   width: auto !important;   height: auto !important; } .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > svg {   min-width: 100% !important;   min-height: 100% !important; } .mz-expand {   background-color: rgba(0, 0, 0, 1);   text-align: center;   vertical-align: middle;   display: block;   overflow: hidden;   z-index: 2100000000;   position: fixed;   width: auto;   height: auto;   -webkit-perspective: 600px; perspective: 600px;   -webkit-transform-style: preserve-3d; transform-style: preserve-3d;   -webkit-backface-visibility: hidden; backface-visibility: hidden;   -ms-overflow-style: none; }  .mz-expand .mz-expand-bg {   display: inline-block;   max-width: none !important;   max-height: none !important;   margin: auto;   vertical-align: middle;   z-index: -100;   background-repeat: no-repeat;   background-size: cover;   -webkit-perspective: 600px; perspective: 600px;   -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg); transform: translate3d(0, 0 ,0) scale(10) rotate(0.01deg); } :root:not([data-magic-ua=safari]) .mz-expand .mz-expand-bg {   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");   -webkit-filter: blur(20px) brightness(60%); filter: blur(20px) brightness(60%); } .mz-expand .mz-expand-bg > img {   margin: auto;   -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);   -webkit-backface-visibility: hidden; backface-visibility: hidden; } [data-magic-ua=safari] .mz-expand .mz-expand-bg > img {   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");   -webkit-filter: blur(20px) brightness(60%); filter: blur(20px) brightness(60%); } .mz-expand .mz-expand-bg > svg {   margin: auto;   opacity: .6; } [data-magic-ua=edge] .mz-expand .mz-expand-bg, .lt-ie10-magic .mz-expand .mz-expand-bg {   display: none !important; } .lt-ie9-magic .mz-expand {   background: #1f1f1f; } [data-magic-ua=edge] .mz-expand {   background-color: rgba(31, 31, 31, .96); }  .mz-expand.plain-bg .mz-expand-bg, .mz-expand.dark-bg .mz-expand-bg, .mz-expand.white-bg .mz-expand-bg {   display: none !important; } .mz-expand.dark-bg {   background-color: #1f1f1f;   background-color: rgba(31, 31, 31, .96); } .mz-expand.white-bg {   background-color: #fff; }  .mz-expand .mz-expand-stage {   display: flex;   flex-direction: column;   padding: 0;   z-index: 2100000000; } .mz-expand .mz-expand-stage .mz-image-stage {   display: flex;   flex-direction: column;   flex: 1 1;   position: relative;   margin: 0;   padding: 20px 0;   overflow: hidden;   text-align: center;   vertical-align: middle;   -webkit-backface-visibility: hidden; backface-visibility: hidden; } .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {   padding: 0 !important;   left: 0;   right: 0; }  .mz-expand .mz-image-stage > figure {   position: relative;   display: flex;   flex-direction: column;   justify-content: center;   align-items: center;   flex: 1 1;   width: 100%;   height: 100%;   max-width: 100%;   max-height: 100%;   margin: 0;   padding: 0;   font-size: 0;   overflow: hidden; } .mz-expand .mz-figure {   max-width: 100% !important;   overflow: visible; } .mz-expand .mz-figure > img {   max-width: 100%;   width: auto;   height: auto; } .mz-expand .mz-zoom-in .mz-image-stage > figure, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {   flex: 1 0;   width: 100%;   height: 100%; } .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {   pointer-events: none; } .mz-expand .mz-figure {   cursor: pointer;   cursor: -webkit-zoom-in;   cursor: -moz-zoom-in;   cursor: zoom-in; } .mz-expand .mz-figure.mz-active {   cursor: crosshair;   cursor: -webkit-zoom-out;   cursor: -moz-zoom-out;   cursor: zoom-out; } .mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {   z-index: 1;   position: absolute !important;   top: -5000px !important;   bottom: -5000px !important;   left: -5000px !important;   right: -5000px !important;   margin: auto !important; } .lt-ie10-magic .mz-zoom-window.mz-expanded img { filter: alpha(opacity=100); } .lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {   overflow: hidden;   filter: alpha(opacity=100); }  .mz-expand .mz-caption {   flex: 0 0;   color: #fff;   text-shadow: 0px 0px 46px #000;   padding: 10px 30px;   font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;   text-align: center;   width: 100%;   opacity: 0; } .mz-expand .mz-caption.mz-show {   -webkit-transition: opacity 0.15s ease-out;   transition: opacity 0.15s ease-out;   opacity: 1; } .mz-expand .mz-zoom-in .mz-image-stage .mz-caption {   display: none; } .mz-expand .mz-caption a {   color: inherit;   cursor: pointer; } .mz-expand.white-bg .mz-caption {   color: #555;   text-shadow: none; } .lt-ie9-magic .mz-expand .mz-caption {   top: 100%; } .mz-expand .mz-zoom-window {   box-shadow: none;   background: transparent; } .lt-ie9-magic .mz-expand .mz-zoom-window {   border: 0; }  @media screen and (max-device-width: 767px) {   .mobile-magic .mz-expand .mz-image-stage .mz-caption {  display: none !important;   } }  .mz-nav-controls, .mz-expand-controls, button.mz-button {   margin: 0 !important;   padding: 0 !important;   outline: 0 !important; } .mz-nav-controls {   z-index: 2100000000; } button.mz-button {   color: rgba(180, 180, 180, .6) !important;   font-size: 0;   cursor: pointer;   z-index: 2100000000 !important;   background-color: transparent !important;   border: 0 solid transparent !important;   border-radius: 100% !important;   box-shadow: none !important;   position: absolute !important;   text-transform: none !important;   text-align: center;   speak: none;   width: 60px !important;   height: 60px !important;   min-width: 0 !important;   min-height: 0 !important;   max-width: none !important;   max-height: none !important;   -webkit-transition: color .25s, background-color .25s !important; transition: color .25s, background-color .25s !important; } button.mz-button:before {   display: block;   position: static;   height: 100%;   transform: scale(.9);   -webkit-transition: -webkit-transform .25s !important; transition: transform .25s !important; } :root:not(.mobile-magic) button.mz-button:hover, button.mz-button:active {   color: rgba(180, 180, 180, 1) !important; } button.mz-button:active:before {   -webkit-transform: scale(.7) !important; transform: scale(.7) !important; } .mobile-magic .mz-expand button.mz-button:active {   background-color: rgba(49, 51, 61, .7) !important; }  button.mz-button.mz-button-prev, button.mz-button.mz-button-next {   margin: auto 10px !important;   top: 0 !important;   bottom: 0 !important;   overflow: hidden !important; } button.mz-button.mz-button-prev {   left: 0 !important;   transform: rotateZ(180deg) !important; } button.mz-button.mz-button-next {   right: 0 !important; } button.mz-button.mz-button-close {   margin: 10px !important;   top: 0 !important;   right: 0 !important;   z-index: 95 !important; } button.mz-button.mz-button-close:before {   content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } button.mz-button.mz-button-prev:before, button.mz-button.mz-button-next:before {   content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } @supports(  ((-webkit-mask-image:url(https://www.endoacustica.com/css/)) or (mask-image:url(https://www.endoacustica.com/css/))) and  ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and  ((-webkit-mask-position:center) or (mask-position:center)) and  ((-webkit-mask-size:cover) or (mask-size:cover)) ) {   button.mz-button:before {  content: "" !important;  background-color: currentColor;  background-image: none;  -webkit-mask-repeat: no-repeat;   mask-repeat: no-repeat;  -webkit-mask-position: center;   mask-position: center;  -webkit-mask-size: cover;   mask-size: cover;   }   button.mz-button.mz-button-close:before {  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");   mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");   }   button.mz-button.mz-button-prev:before,   button.mz-button.mz-button-next:before {  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");   mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");   } } @media screen and (max-device-width: 767px) {   .mobile-magic .mz-expand button.mz-button.mz-button-close {  width: 50px !important;  height: 50px !important;  color: rgb(180, 180, 180) !important;   }   .mobile-magic .mz-expand button.mz-button:before {  transform: scale(.8);   } } .lt-ie9-magic button.mz-button {   border: 0;   filter: alpha(opacity=75); } .lt-ie9-magic button.mz-button:hover {   filter: alpha(opacity=100); }  .mz-figure .mz-nav-controls button.mz-button {   display: none;   width: 32px !important;   height: 56px !important;   margin: auto 0 !important;   padding: 0 !important;   border: 0 !important; } .mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {   display: block; } a[data-zoom-id], .mz-thumb, .mz-thumb:focus {   display: inline-block;   line-height: 0;   outline: none; } a[data-zoom-id] img, .mz-thumb img {   margin-bottom: 5px;   border: 0;   border-bottom: 2px solid transparent;   box-sizing: border-box; } .mz-thumb:not(.mz-thumb-selected):hover img {   border-bottom-color: rgba(180, 180, 180, .3); } .mz-thumb.mz-thumb-selected img {   border: 1px solid #000 !important; }  .mz-expand-thumbnails {   flex: 0 0 80px;   position: relative;   width: 100%;   height: 100%;   margin: 0 auto;   padding: 10px 0;   z-index: 50;   overflow: hidden; } .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails, :root[data-magic-ua=firefox] .mz-expand-thumbnails {   height: 80px; } .mz-expand-thumbnails .magic-thumb > img {   cursor: pointer;   padding-bottom: 4px;   border: 0;   border-bottom: 2px solid transparent; } .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {   border-bottom-color: rgba(180, 180, 180, .3); } .mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {   border-bottom-color: rgb(180, 180, 180); } .mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {   box-shadow: none; }  @media not screen and (max-device-width: 767px) and (orientation: portrait) {   .mz-expand.expand-thumbnails-left .mz-expand-stage {  flex-direction: row-reverse;   }   .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {  padding: 0 10px;  height: 100%;  overflow: hidden;   }   .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,   :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {  width: 80px;  height: 100%;   }   @media not screen and (max-device-width: 767px) {  .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical { height: calc(100% - 40px); margin-top: 20px; margin-bottom: 20px;  }   }   @media screen and (max-device-width: 767px) {  .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons { height: calc(100% - 40px); margin-top: 20px; margin-bottom: 20px;  }   } }  .mz-expand.no-expand-thumbnails .mz-expand-thumbnails {   display: none; }  .thumbnails-style-shaded.mz-thumb img {   border: 0 !important;   padding-bottom: 0;   box-shadow: 0 0 1px 0px rgba(0, 0, 0, .3); } .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {   -webkit-filter: brightness(.7); filter: brightness(.7); } .thumbnails-style-shaded.mz-thumb-selected img {   -webkit-filter: brightness(.7) opacity(.7); filter: brightness(.7) opacity(.7); } .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {   border: 0 ;   padding-bottom: 0;   box-shadow:0 0 5px 1px rgba(0, 0, 0, .3); } .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {   -webkit-filter: brightness(.75); filter: brightness(.75); } .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {   -webkit-filter: brightness(.7) opacity(.7); filter: brightness(.7) opacity(.7); } .no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover, .no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected, .no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover, .no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {   background: #000; } .no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {   opacity: .75;   filter: alpha(opacity=75); } .no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {   opacity: .7;   filter: alpha(opacity=70); } .no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {   opacity: .75;   filter: alpha(opacity=75); } .no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {   opacity: .7;   filter: alpha(opacity=70); } .ie9-magic .thumbnails-style-shaded.mz-thumb img {   box-shadow: 0 0 4px 0px rgba(0, 0, 0, .3); } .magic-thumbs, .magic-thumbs .magic-thumbs-wrapper, .magic-thumbs ul, .magic-thumbs li, .magic-thumbs li:before, .magic-thumbs li:after, .magic-thumbs li img, .magic-thumbs .magic-thumbs-button {   margin: 0;   padding: 0;   outline: 0;   -webkit-box-sizing: border-box; box-sizing: border-box; } .magic-thumbs {   direction: ltr;   overflow: visible;   z-index: 100;   position: relative;   left: 0;   top: 0;   padding: 0 40px;   -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; user-select: none;   -webkit-touch-callout: none;   -webkit-tap-highlight-color: transparent;   -ms-touch-action: none;  touch-action: none; } .magic-thumbs {   width: 100%;   height: 100%;   white-space: nowrap; } .magic-thumbs.no-buttons {   padding: 0 !important; } .magic-thumbs-wrapper {   display: block;   width: 100%;   height: 100%;   position: relative;   overflow: hidden;   text-align: center; } .magic-thumbs ul {   list-style: none;   font-size: 0;   display: inline-block;   vertical-align: middle;   height: 100%;   position: relative;   white-space: nowrap; } .magic-thumbs.no-buttons ul {   left: 0 !important;   padding: 0 !important;   -webkit-transition: none !important; transition: none !important;   -webkit-transform: none !important;  -ms-transform: none !important; transform: none !important; }  .magic-thumbs ul li {   margin: 0 4px;   height: 100%;   width: auto;   vertical-align: top;   line-height: 0;   display: inline-block; } .magic-thumbs ul li:after {   content: '';   display: inline-block;   vertical-align: middle;   height: 100%;   width: 0; } .magic-thumbs ul li > img {   width: auto;   height: auto;   max-width: none !important;   max-height: 100% !important;   vertical-align: middle; } .ie8-magic .magic-thumbs ul li > img {   max-width: none !important;   max-height: none !important; }  .magic-thumbs.magic-thumbs-vertical {   height: 100%; } .magic-thumbs-vertical {   padding: 40px 0; } .magic-thumbs-vertical ul {   height: auto;   width: 100%;   white-space: normal; } .magic-thumbs-vertical ul li {   width: 100%;   height: auto; } .magic-thumbs-vertical ul li {   margin: 4px 0; } .magic-thumbs-vertical ul li > img {   max-width: 100% !important;   max-height: none !important; } .ie8-magic .magic-thumbs-vertical ul li > img {   width: 100%; }  .magic-thumbs button.magic-thumbs-button {   color: rgba(180, 180, 180, .6) !important;   font-size: 0;   cursor: pointer;   z-index: 90 !important;   background-repeat: no-repeat;   background-color: transparent !important;   background-image: none;   border: 0;   border-radius: 100%;   box-shadow: none !important;   overflow: hidden;   position: absolute;   text-transform: none !important;   speak: none;   text-align: center;   width: 33px;   height: 33px;   top: 0;   bottom: 0;   margin: auto 3px;   min-width: 0 !important;   min-height: 0 !important;   max-width: none !important;   max-height: none !important;   -webkit-transition: color .25s, background-color .25s !important; transition: color .25s, background-color .25s !important; } .magic-thumbs button.magic-thumbs-button:before {   display: block;   position: static;   height: 100%;   transform: scale(1);   -webkit-transition: -webkit-transform .25s !important; transition: transform .25s !important; } .mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled), :root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover, .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {   color: rgba(180, 180, 180, 1) !important; } .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {   -webkit-transform: scale(.7) !important; transform: scale(.7) !important; } .mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {   background-color: rgba(49, 51, 61, .7) !important; } .magic-thumbs .magic-thumbs-button-prev {   left: 0;   transform: rotateZ(180deg) !important; } .magic-thumbs .magic-thumbs-button-next {   right: 0; } .magic-thumbs-vertical button.magic-thumbs-button {   top: auto;   right: 0;   bottom: auto;   left: 0;   margin: 3px auto; } .magic-thumbs-vertical button.magic-thumbs-button-prev {   top: 0;   transform: rotateZ(-90deg) !important; } .magic-thumbs-vertical button.magic-thumbs-button-next {   bottom: 0;   transform: rotateZ(90deg) !important; } .magic-thumbs .magic-thumbs-button-prev:before, .magic-thumbs .magic-thumbs-button-next:before {   content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } @supports(  ((-webkit-mask-image:url(https://www.endoacustica.com/css/)) or (mask-image:url(https://www.endoacustica.com/css/))) and  ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and  ((-webkit-mask-position:center) or (mask-position:center)) and  ((-webkit-mask-size:cover) or (mask-size:cover)) ) {   .magic-thumbs button.magic-thumbs-button:before {  content: "" !important;  background-color: currentColor;  background-image: none;  -webkit-mask-repeat: no-repeat;   mask-repeat: no-repeat;  -webkit-mask-position: center;   mask-position: center;  -webkit-mask-size: cover;   mask-size: cover;   }   .magic-thumbs .magic-thumbs-button-prev:before,   .magic-thumbs .magic-thumbs-button-next:before {  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");   mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");   } } .magic-thumbs.no-buttons .magic-thumbs-button {   display: none !important; } .magic-thumbs-button-disabled {   opacity: 0.2;   filter: alpha(opacity = 20); } 
 .MagicScroll, .mcs-caption, .mcs-button, .mcs-item, .mcs-item img, .mcs-item > *, .mcs-bullet, .mcs-bullet:before, .mcs-bullet:after, .mcs-wrapper, .mcs-items-container {   margin: 0;   padding: 0;   outline: 0;   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .MagicScroll, .mcs-item, .mcs-item a, .mcs-item img, .mcs-items-container {   position: relative; } .MagicScroll, .mcs-item, .mcs-wrapper, .mcs-items-container {   overflow: hidden;   direction: ltr; } .mcs-wrapper, .mcs-item img {   line-height: 100%; } .MagicScroll {   z-index: 1;   cursor: -webkit-grab;   cursor: -o-grab;   cursor: -ms-grab;   cursor: grab;   -moz-user-select: none;   -webkit-user-select: none;   -webkit-touch-callout: none;   -webkit-tap-highlight-color: transparent; } .MagicScroll.mcs-height-auto .mcs-item > a {   width: 100%; } .MagicScroll > a {   height: 100%; } .MagicScroll > a > img {   max-height: 100%; } .MagicScroll.mcs-height-auto {   height: auto !important; } .MagicScroll.MagicScroll-horizontal {   -moz-touch-action: pan-y;   -ms-touch-action: pan-y;   touch-action: pan-y; } .MagicScroll.MagicScroll-vertical {   -moz-touch-action: pan-x;   -ms-touch-action: pan-x;   touch-action: pan-x; } body.mcs-dragging {   cursor: move;   cursor: -webkit-grabbing;   cursor: -o-grabbing;   cursor: -ms-grabbing;   cursor: grabbing; } body.mcs-dragging .MagicScroll, body.mcs-dragging button.mcs-button.mcs-horizontal.mcs-button-arrow {   cursor: inherit; } .mcs-item, .MagicScroll figure, .mcs-item .mcs-caption {   display: inline-block; } .MagicScroll .mcs-item img {   pointer-events: none; } .mcs-item img {   display: inline-block !important; } .MagicScroll > * {   display: inline-block;   max-width: 100%; } .MagicScroll > *:first-child {   visibility: hidden; } .MagicScroll > *:nth-child(n+2) {   display: none; } .MagicScroll > a {   line-height: 100%; } .MagicScroll img {   visibility: hidden; } .MagicScroll .mcs-item img {   visibility: visible;   float: none !important; } .mcs-button, .mcs-bullets, .mcs-wrapper {   position: absolute; } .MagicScroll:before, .MagicScroll figcaption:before {   content: '';   display: inline-block;   vertical-align: top;   height: 0; } .mcs-wrapper {   top: 0;   right: 0;   bottom: 0;   left: 0;   vertical-align: top;   z-index: 100; } .mcs-items-container {   text-align: center;   overflow: visible;   width: 100%;   height: 100%; } .mcs-item {   top: 0;   left: 0;   zoom: 1;  font-size: 0;   line-height: 100%;   max-width: 100%; } .mcs-item:after, .mcs-item > a:after {   content: '';   display: inline-block;   height: 100%;   vertical-align: middle; } .MagicScroll-horizontal .mcs-item {   height: 100%; } .MagicScroll-vertical .mcs-item {   display: block;   width: 100%; } .mcs-item > a, .MagicScroll-horizontal .mcs-items-container > * {   display: inline-block; } .mcs-item a, .mcs-item img {   border: none;   max-width: 100%;   max-height: 100%; } .mcs-item a {   height: 100%; } .mcs-item img {   width: auto;   height: auto;   vertical-align: middle; } .MagicScroll figure {   position: relative;   vertical-align: middle;   font-size: 0;   margin: 0;   max-width: 100%;   max-height: 100%;   line-height: normal; } .lt-ie9-magic .mcs-item > a > img {   position: static; } .lt-ie9-magic figcaption {   display: block; } .lt-ie10-magic .mcs-item a img {   border: none; } .ie7-magic .mcs-item img, .ie7-magic .MagicScroll-vertical .mcs-item a {   display: inline-block; } .ie7-magic .MagicScroll-horizontal .mcs-item {   display: inline; } .mcs-button {   display: block; } .MagicScroll .mcs-hidden {   display: none !important;   visibility: hidden !important; } .ie11-magic .MagicScroll[data-mode="scroll"] .mcs-items-container, .MagicScroll[data-mode="carousel"] .mcs-items-container, .MagicScroll[data-mode="cover-flow"] .mcs-items-container {   -webkit-perspective: 1000px;   -moz-perspective: 1000px;   -o-perspective: 1000px;   perspective: 1000px;   -webkit-perspective-origin-x: 50%;   -webkit-perspective-origin-y: 50%; } .MagicScroll[data-mode="carousel"] .mcs-item, .MagicScroll[data-mode="cover-flow"] .mcs-item {   -webkit-transform-style: preserve-3d;   -moz-transform-style: preserve-3d;   -o-transform-style: preserve-3d;   transform-style: preserve-3d; } .MagicScroll figcaption {   display: inline-block;   position: relative;   left: 0;   float: left;   width: 100%;   line-height: 100%;   clear: both;   z-index: 150; } .MagicScroll figcaption, .MagicScroll[data-mode="carousel"] .mcs-item .mcs-caption, .MagicScroll[data-mode="cover-flow"] .mcs-item .mcs-caption {   left: 50%;   -webkit-transform: translateZ(1px) translateX(-50%);   transform: translateZ(1px) translateX(-50%);   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }  .lt-ie9-magic .MagicScroll figcaption, .lt-ie9-magic .MagicScroll figure img {   float: right; } .MagicScroll .mcs-reflection {   -webkit-transform: translateZ(-1px);   position: absolute;   display: inline-block;   left: 0px;   z-index: 1; } .MagicScroll .mcs-item.mcs-noimg {   background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAGB0lEQVRIS5WXa2wUVRTH/3dmn2136b5a2u2LsoogEiGGBGnlYUJMiEpi1MSYGNHvoAjfNEQ/iaL4XTAmxkQSE3zFaESQrZIQIxHlaVtK22273Udhtt3nPDx3Zmc7u9ttdZLN7s6ce37nf885995h+G8X+yXUMSho4l4wbTtjiADMZwzV5jQNw0xjvylM+XZHYjrKb67kli1ncBQQHg+GDzKRHW/u74F3QwTNa7rhDPogNrn0oUo2j0JyDgu3JyFd+wcLo+PQFO3Q2WTsBI1XG/lvCI6GOl9mgnjKv3UT2h7fBpudZKSTUKW70HJZaHJJ98noAXM3QfC2gvmD4Ldnz15E+tIVaKqyfzAx9clS8CXBF9rCb7v8vjd7XnwaTocKZWJUh9EUG7AaT+a80pTrQYjd/SgUBYx/9hXy6bl3HpuNvVULrwNHQ+ETnkjvge5n9wBjN6Fm7ulAVsY1mqIKnNLLAxA8q4C+dRg//QPmR8Y/GkzEDlrhVX6iwa53vev6jvTs2wHlxp+AXKwDmqprFXCYXmrlB4QHbA6I6x/G+JnzyNwYe28gOXnEHFcB85y62gKn+l94Asr1ywTUdGjt9K6suBwAcTmcexHXb8Ho598jP5uq5Fz3cxoQw6u75f6XnoIYuwGmyBVoOplERpJ0b16vF4Fg0MhzOSLNlEr3UmQrlW09ZOsLBA24aIMSfgCjn36N2MyE7TlqBh0cDYZfDzzy4PFQ2AEtcxdCWWk6nUYmk0H7lxd1WPyZbfB6PAgGAnWFmkylINXYesjW5/NTT5FuTysSsSJSv189NJiMfcDBbKi9S408vxtC7JahVFcE3JmMVaAmSYe3tCDka63AE3N3Ic3PL2nbEw7reefK1fB9GP7iHAbikwK7EFy9w7Om53w44gaoZYQylMPHpuN1zirKm5sQWuVF4p4EaSHb0K63o12vcn0loVaLDeeQuT2+k/FKXj340BGvHDeUWsDpzAIyuVxjuNsNaZnnHrcLPk+LDjZUA5KtHTPRv44x6tto3+6NAw5pSocKes8u9m06m4OULzSEm/m3Jp2nw+N0ItDsLlc2KS7DC95OjP98NcqG2sIza7f3tQsLcxaoATZbKZXLQyqU0HnmUl1R1d6Y2rcVXqcdAVJrKNU7Wv9wuNrsw8ivY3ECdxUiW/wOFPNVas0p11uHtwqBpZKM3u8uN4Tf2bsZXrsNfgLza3GKDTgHw+HC8B/pog5eu8HlYJq6LJg7SpUUSLKKyI9/18GH92yE1yYgYBcXV69KbhfBGhMwci3PweGZ7vud7TaBes2S31rFcyUV84qK9eduNlR8fdc6tIgCWu28N+oV8xmQVYaJW4W4XlxtkeYBp61UDbbsRFxljqCbhkZXzPGVgX64Ce4h9Yvwcp4JXJDtSAxnqbiCXce8fd7DTS5j2zPXYrO4sgTNU3I2X7xTB728rbfhfSe1RxMFYCDL7UQ/s3k37o1ljukLiCu46rzHX6hqJx5CgfJeXAbKnReWeW4nJS6yMQuLf2fSTuST93YaS2Zbl+rpESFSMS7mmRayFZya4BIlr9GMmGCeX4VOJ5kJFT/FJ8TKJuEIOI47fIpFNcNSDvn08lE2y8Ysk1eFHNfCua2NbM3FozgnopgqVjYJfVvsbO+WHR0MgnNRtZlU0yF3ZKxu1buyvkAQnH9bba25VQtAcVrDVNyyLXIDOgjsF9z2k2IbLedUkOaUi/TDxJgr0JKlzc9bluLkm4LCg9ETTL9nqdBypVcHElMn+fiq0HmFo4UdBt/ruZOaKq8bYImg6shjqWJ9GpL0mdeWPvqYPvhhD03CASVIC4rRivplbbOlFFvbxnxOTQExSSOz6vKHPXMAV645cbjkJ3cOQ7n1qvlb99qgH3OLgD1NaSqgSmmtkDoRQ6HOV0jyx3IzUPLQ6cFWH0DtIP1YKxMww2Bb4POtVnJaa1sbfNXzo8YrzGtMYO/LVO2yS4PsMILQzCW1DLMVCZanD1Wvpmpv0CvMhzT+/7/CWCPgAewKdQwwTXySMe1Rmvq1NS9tIxq9tGlM+eZcYnpoOaDp91/hrs4Y2r7FDQAAAABJRU5ErkJggg==") center center no-repeat; }  .mcs-item .mcs-caption {   display: inline-block;   vertical-align: bottom;   position: absolute;   z-index: 150; } .MagicScroll[data-mode="cover-flow"] .mcs-item figcaption.mcs-caption, .MagicScroll[data-mode="carousel"] .mcs-item figcaption.mcs-caption {   top: 100%; } .MagicScroll[data-mode="scroll"] .mcs-item figure, .MagicScroll[data-mode="animation"] .mcs-item figure {   overflow: hidden; } .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {   left: 0;   width: 100%;   bottom: 0;   -webkit-transition: -webkit-transform .25s; transition: transform .25s;   -webkit-transform: translateY(150%); -ms-transform: translate(0, 150%); transform: translateY(150%); } .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {   -webkit-transform: translateY(0%);  -ms-transform: translate(0, 0%); transform: translateY(0%); } .lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {   bottom: -150%; } .lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {   bottom: 0%; }  .mcs-button {   cursor: pointer;   z-index: 1000;   background-repeat: no-repeat;   background-color: transparent;   border: 0;   border-radius: 0;   -webkit-transition: opacity .25s linear;   transition: opacity .25s linear; } .MagicScroll:hover > .mcs-button:hover {   opacity: 1; } .mcs-button-arrow {   z-index: 120; } .MagicScroll-horizontal .mcs-button-arrow {   width: 40px;   height: 100%;   top: 0; } .MagicScroll-vertical .mcs-button-arrow {   width: 100%;   height: 40px;   left: 0; } .MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; } .MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; } .MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; } .MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }  .MagicScroll[data-mode="carousel"] .mcs-item, .MagicScroll[data-mode="cover-flow"] .mcs-item {   overflow: visible; }  .mcs-bullets {   text-align: center;   display: inline-block !important;   opacity: 0;   top: 100%; } .mcs-bullets.show {   opacity: 1.0;   -moz-transition: opacity .5s;   -o-transition: opacity .5s;   transition: opacity .5s; } .MagicScroll-horizontal .mcs-bullets {   width: 100%;   left: 0; } .MagicScroll-vertical .mcs-bullets {   top: 0;   left: 100%;   display: inline-block;   vertical-align: middle; } .mcs-bullet {   border-radius: 50%;   margin: 4px;   cursor: pointer;   display: inline-block;   position: relative;   text-indent: 9999px;   vertical-align: middle;   font: 0/0 a;   color: transparent;   outline: none; } .mcs-bullet.active {   cursor: default; }  [data-mode="animation"] div[data-action="exit"], [data-mode="animation"] div[data-action="enter"] {   -webkit-animation-duration: 0.35s; animation-duration: 0.35s;   -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } [data-mode="animation"] div[data-action="enter"] {   -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1); animation-timing-function: cubic-bezier(.12,.37,.25,1); } [data-mode="animation"] .mcs-item {   -webkit-animation-duration: 0;   -webkit-transform: none; animation-name: none; animation-duration: 0; } [data-mode="animation"] .mcs-item[data-animation-nth="1"] {   -webkit-animation-delay: 0.15s; animation-delay: 0.15s; } [data-mode="animation"] .mcs-item[data-animation-nth="2"] {   -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } [data-mode="animation"] .mcs-item[data-animation-nth="3"] {   -webkit-animation-delay: 0.25s; animation-delay: 0.25s; } [data-mode="animation"] .mcs-item[data-animation-nth="4"] {   -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } [data-mode="animation"] .mcs-item[data-animation-nth="5"] {   -webkit-animation-delay: 0.35s; animation-delay: 0.35s; } [data-mode="animation"] .mcs-item[data-animation-nth="6"] {   -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } [data-mode="animation"] .mcs-item[data-animation-nth="7"] {   -webkit-animation-delay: 0.45s; animation-delay: 0.45s; } [data-mode="animation"] .mcs-item[data-animation-nth="8"] {   -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } [data-mode="animation"] .mcs-item[data-animation-nth="9"] {   -webkit-animation-delay: 0.55s; animation-delay: 0.55s; } [data-mode="animation"] .mcs-item[data-animation-nth="10"] {   -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-entering], .MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-exited] {   -webkit-transform: translateX(100000px); transform: translateX(100000px); } .MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-entering], .MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-exited] {   -webkit-transform: translateX(-100000px); transform: translateX(-100000px); } .MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering], .MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {   -webkit-transform: translateY(100000px); transform: translateY(100000px); } .MagicScroll-vertical[data-mode="animation"] [data-backward] [data-entering], .MagicScroll-vertical[data-mode="animation"] [data-backward] [data-exited] {   -webkit-transform: translateY(-100000px); transform: translateY(-100000px); } [data-mode="animation"] .mcs-item[data-action="exit"], .mcs-slidein[data-mode="animation"] .mcs-item[data-action="exit"] {   -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in;   -webkit-animation-duration: 0.3s; animation-duration: 0.3s; } [data-mode="animation"] .mcs-item[data-action="enter"], .mcs-slidein[data-mode="animation"] .mcs-item[data-action="enter"] {   -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1); animation-timing-function: cubic-bezier(.12,.37,.25,1);   -webkit-animation-duration: 0.35s; animation-duration: 0.35s; }  .MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"], .mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {   -webkit-animation-name: h-forward-exit-slidein; animation-name: h-forward-exit-slidein; } .MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"], .mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {   -webkit-animation-name: h-forward-enter-slidein; animation-name: h-forward-enter-slidein; } @-webkit-keyframes h-forward-exit-slidein {   0% {  opacity: 1;  -webkit-transform: translateX(0);   transform: translateX(0);   }   100% {  opacity: 0;  -webkit-transform: translateX(-600px);   transform: translateX(-600px);   } } @keyframes h-forward-exit-slidein {   0% {  opacity: 1;  -webkit-transform: translateX(0);   transform: translateX(0);   }   100% {  opacity: 0;  -webkit-transform: translateX(-600px);   transform: translateX(-600px);   } } @-webkit-keyframes h-forward-enter-slidein {   0%  {  opacity: 0;  -webkit-transform: translateX(180px);   transform: translateX(180px);   }   100%  {  opacity: 1;  -webkit-transform:translateX(0px);   transform:translateX(0px);   } } @keyframes h-forward-enter-slidein {   0%  {  opacity: 0;  -webkit-transform: translateX(180px);   transform: translateX(180px);   }   100%  {  opacity: 1;  -webkit-transform:translateX(0px);   transform:translateX(0px);   } }  .MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"], .mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {   -webkit-animation-name: h-backward-exit-slidein; animation-name: h-backward-exit-slidein; } .MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"], .mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {   -webkit-animation-name: h-backward-enter-slidein; animation-name: h-backward-enter-slidein; } @-webkit-keyframes h-backward-exit-slidein {   0% {  opacity: 1;  -webkit-transform: translateX(0);   transform: translateX(0);   }   100% {  opacity: 0;  -webkit-transform: translateX(600px);   transform: translateX(600px);   } } @keyframes h-backward-exit-slidein {   0% {  opacity: 1;  -webkit-transform: translateX(0);   transform: translateX(0);   }   100% {  opacity: 0;  -webkit-transform: translateX(600px);   transform: translateX(600px);   } } @-webkit-keyframes h-backward-enter-slidein {   0%  {  opacity: 0;  -webkit-transform: translateX(-180px);   transform: translateX(-180px);   }   100% {  opacity: 1;  -webkit-transform: translateX(0px);   transform: translateX(0px);   } } @keyframes h-backward-enter-slidein {   0%  {  opacity: 0;  -webkit-transform: translateX(-180px);   transform: translateX(-180px);   }   100% {  opacity: 1;  -webkit-transform: translateX(0px);   transform: translateX(0px);   } }  .MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"], .mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {   -webkit-animation-name: v-forward-exit-slidein; animation-name: v-forward-exit-slidein; } .MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"], .mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {   -webkit-animation-name: v-forward-enter-slidein; animation-name: v-forward-enter-slidein; } @-webkit-keyframes v-forward-exit-slidein {   0% {  opacity: 1;  -webkit-transform: translateY(0);   transform: translateY(0);   }   100% {  opacity: 0;  -webkit-transform: translateY(-600px);   transform: translateY(-600px);   } } @keyframes v-forward-exit-slidein {   0% {  opacity: 1;  -webkit-transform: translateY(0);   transform: translateY(0);   }   100% {  opacity: 0;  -webkit-transform: translateY(-600px);   transform: translateY(-600px);   } } @-webkit-keyframes v-forward-enter-slidein {   0%  {  opacity: 0;  -webkit-transform: translateY(180px);   transform: translateY(180px);   }   100% {  opacity: 1;  -webkit-transform: translateY(0px);   transform: translateY(0px);   } } @keyframes v-forward-enter-slidein {   0%  {  opacity: 0;  -webkit-transform: translateY(180px);   transform: translateY(180px);   }   100% {  opacity: 1;  -webkit-transform: translateY(0px);   transform: translateY(0px);   } }  .MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"], .mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {   -webkit-animation-name: v-backward-exit-slidein; animation-name: v-backward-exit-slidein; } .MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"], .mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {   -webkit-animation-name: v-backward-enter-slidein; animation-name: v-backward-enter-slidein; } @-webkit-keyframes v-backward-exit-slidein {   0% {  opacity: 1;  -webkit-transform: translateY(0);   transform: translateY(0);   }   100% {  opacity: 0;  -webkit-transform: translateY(600px);   transform: translateY(600px);   } } @keyframes v-backward-exit-slidein {   0% {  opacity: 1;  -webkit-transform: translateY(0);   transform: translateY(0);   }   100% {  opacity: 0;  -webkit-transform: translateY(600px);   transform: translateY(600px);   } } @-webkit-keyframes v-backward-enter-slidein {   0%  {  opacity: 0;  -webkit-transform: translateY(-180px);   transform: translateY(-180px);   }   100% {  opacity: 1;  -webkit-transform: translateY(0px);   transform: translateY(0px);   } } @keyframes v-backward-enter-slidein {   0%  {  opacity: 0;  -webkit-transform: translateY(-180px);   transform: translateY(-180px);   }   100% {  opacity: 1;  -webkit-transform: translateY(0px);   transform: translateY(0px);   } } .mcs-bounce[data-mode="animation"] .mcs-item[data-action="exit"] {   -webkit-animation-timing-function: cubic-bezier(.84,0,1,1); animation-timing-function: cubic-bezier(.84,0,1,1);   -webkit-animation-duration: 0.4s; animation-duration: 0.4s;   } .mcs-bounce[data-mode="animation"] .mcs-item[data-action="enter"] {   -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1); animation-timing-function: cubic-bezier(.12,.37,.25,1);   -webkit-animation-duration: 0.4s; animation-duration: 0.4s; }  .mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {   -webkit-animation-name: h-forward-exit-bounce; animation-name: h-forward-exit-bounce; } .mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {   -webkit-animation-name: h-forward-enter-bounce; animation-name: h-forward-enter-bounce; } @-webkit-keyframes h-forward-exit-bounce {   0% {  opacity: 1;  -webkit-transform: translateX(0);   transform: translateX(0) translateZ(-1px);   }   40% {  opacity: 0.6;   }   100% {  opacity: 0;  -webkit-transform: translateX(-2000px);   transform: translateX(-2000px) translateZ(-1px);   } } @keyframes h-forward-exit-bounce {   0% {  opacity: 1;  -webkit-transform: translateX(0);   transform: translateX(0) translateZ(-1px);   }   40% {  opacity: 0.6;   }   100% {  opacity: 0;  -webkit-transform: translateX(-2000px);   transform: translateX(-2000px) translateZ(-1px);   } } @-webkit-keyframes h-forward-enter-bounce {   0%  {  opacity: 0;  -webkit-transform: translateX(3000px);   transform: translateX(3000px);   }   60% {  opacity: 1;  -webkit-transform: translateX(-30px);   transform: translateX(-30px);   }   75% {  -webkit-transform:translateX(10px);   transform:translateX(10px);   }   90% {  -webkit-transform:translateX(-5px);   transform:translateX(-5px);   }   100%  {  -webkit-transform:translateX(0px);   transform:translateX(0px);   } } @keyframes h-forward-enter-bounce {   0%  {  opacity: 0;  -webkit-transform: translateX(3000px);   transform: translateX(3000px);   }   60% {  opacity: 1;  -webkit-transform: translateX(-30px);   transform: translateX(-30px);   }   75% {  -webkit-transform:translateX(10px);   transform:translateX(10px);   }   90% {  -webkit-transform:translateX(-5px);   transform:translateX(-5px);   }   100%  {  -webkit-transform:translateX(0px);   transform:translateX(0px);   } }  .mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {   -webkit-animation-name: h-backward-exit-bounce; animation-name: h-backward-exit-bounce; } .mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {   -webkit-animation-name: h-backward-enter-bounce; animation-name: h-backward-enter-bounce; } @-webkit-keyframes h-backward-exit-bounce {   0% {  opacity: 1;  -webkit-transform: translateX(0);   transform: translateX(0) translateZ(-1px);   }   40% {  opacity: 0.6;   }   100% {  opacity: 0;  -webkit-transform: translateX(2000px);   transform: translateX(2000px) translateZ(-1px);   } } @keyframes h-backward-exit-bounce {   0% {  opacity: 1;  -webkit-transform: translateX(0);   transform: translateX(0) translateZ(-1px);   }   40% {  opacity: 0.6;   }   100% {  opacity: 0;  -webkit-transform: translateX(2000px);   transform: translateX(2000px) translateZ(-1px);   } } @-webkit-keyframes h-backward-enter-bounce {   0%  {  opacity: 0;  -webkit-transform: translateX(-3000px);   transform: translateX(-3000px);   }   60% {  opacity: 1;  -webkit-transform: translateX(30px);   transform: translateX(30px);   }   75% {  -webkit-transform:translateX(-10px);   transform:translateX(-10px);   }   90% {  -webkit-transform:translateX(5px);   transform:translateX(5px);   }   100%  {  -webkit-transform:translateX(0px);   transform:translateX(0px);   } } @keyframes h-backward-enter-bounce {   0%  {  opacity: 0;  -webkit-transform: translateX(-3000px);   transform: translateX(-3000px);   }   60% {  opacity: 1;  -webkit-transform: translateX(30px);   transform: translateX(30px);   }   75% {  -webkit-transform:translateX(-10px);   transform:translateX(-10px);   }   90% {  -webkit-transform:translateX(5px);   transform:translateX(5px);   }   100%  {  -webkit-transform:translateX(0px);   transform:translateX(0px);   } }  .mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="exit"] {   -webkit-animation-name: v-forward-exit-bounce; animation-name: v-forward-exit-bounce; } .mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="enter"] {   -webkit-animation-name: v-forward-enter-bounce; animation-name: v-forward-enter-bounce; } .mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering] {   -webkit-transform: translateY(100000px); transform: translateY(100000px); } .mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {   -webkit-transform: translateY(100000px); transform: translateY(100000px); } @-webkit-keyframes v-forward-exit-bounce {   0% {  opacity: 1;  -webkit-transform: translateY(0);   transform: translateY(0);   }   40% {  opacity: 0.6;   }   100% {  opacity: 0;  -webkit-transform: translateY(-2000px);   transform: translateY(-2000px);   } } @keyframes v-forward-exit-bounce {   0% {  opacity: 1;  -webkit-transform: translateY(0);   transform: translateY(0);   }   40% {  opacity: 0.6;   }   100% {  opacity: 0;  -webkit-transform: translateY(-2000px);   transform: translateY(-2000px);   } } @-webkit-keyframes v-forward-enter-bounce {   0%  {  opacity: 0;  -webkit-transform: translateY(3000px);   transform: translateY(3000px);   }   60% {  opacity: 1;  -webkit-transform: translateY(-30px);   transform: translateY(-30px);   }   75% {  -webkit-transform:translateY(10px);   transform:translateY(10px);   }   90% {  -webkit-transform:translateY(-5px);   transform:translateY(-5px);   }   100%  {  -webkit-transform:translateY(0px);   transform:translateY(0px);   } } @keyframes v-forward-enter-bounce {   0%  {  opacity: 0;  -webkit-transform: translateY(3000px);   transform: translateY(3000px);   }   60% {  opacity: 1;  -webkit-transform: translateY(-30px);   transform: translateY(-30px);   }   75% {  -webkit-transform:translateY(10px);   transform:translateY(10px);   }   90% {  -webkit-transform:translateY(-5px);   transform:translateY(-5px);   }   100%  {  -webkit-transform:translateY(0px);   transform:translateY(0px);   } }  .mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="exit"] {   -webkit-animation-name: v-backward-exit-bounce; animation-name: v-backward-exit-bounce; } .mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="enter"] {   -webkit-animation-name: v-backward-enter-bounce; animation-name: v-backward-enter-bounce; } @-webkit-keyframes v-backward-exit-bounce {   0% {  opacity: 1;  -webkit-transform: translateY(0);   transform: translateY(0);   }   40% {  opacity: 0.6;   }   100% {  opacity: 0;  -webkit-transform: translateY(2000px);   transform: translateY(2000px);   } } @keyframes v-backward-exit-bounce {   0% {  opacity: 1;  -webkit-transform: translateY(0);   transform: translateY(0);   }   40% {  opacity: 0.6;   }   100% {  opacity: 0;  -webkit-transform: translateY(2000px);   transform: translateY(2000px);   } } @-webkit-keyframes v-backward-enter-bounce {   0%  {  opacity: 0;  -webkit-transform: translateY(-3000px);   transform: translateY(-3000px);   }   60% {  opacity: 1;  -webkit-transform: translateY(30px);   transform: translateY(30px);   }   75% {  -webkit-transform:translateY(-10px);   transform:translateY(-10px);   }   90% {  -webkit-transform:translateY(5px);   transform:translateY(5px);   }   100%  {  -webkit-transform:translateY(0px);   transform:translateY(0px);   } } @keyframes v-backward-enter-bounce {   0%  {  opacity: 0;  -webkit-transform: translateY(-3000px);   transform: translateY(-3000px);   }   60% {  opacity: 1;  -webkit-transform: translateY(30px);   transform: translateY(30px);   }   75% {  -webkit-transform:translateY(-10px);   transform:translateY(-10px);   }   90% {  -webkit-transform:translateY(5px);   transform:translateY(5px);   }   100%  {  -webkit-transform:translateY(0px);   transform:translateY(0px);   } } .MagicScroll-horizontal .mcs-button-arrow-prev:before, .MagicScroll-horizontal .mcs-button-arrow-next:before, .MagicScroll-vertical .mcs-button-arrow-prev:before, .MagicScroll-vertical .mcs-button-arrow-next:before {   content: "";   top: 50%;   left: 50%;   width: 12px;   height: 12px;   position: absolute;   border-width: 3px;   border-color: rgba(49,51,61,0.6);   border-style: solid;   border-right: none;   border-bottom: none;   -webkit-transition: border-color .15s linear; transition: border-color .15s linear; } .MagicScroll-horizontal .mcs-button-arrow-prev:before {   left: 62%;   -webkit-transform: translate(-50%, -50%) rotateZ(-45deg); transform: translate(-50%, -50%) rotateZ(-45deg); } .MagicScroll-horizontal .mcs-button-arrow-next:before {   left: 40%;   -webkit-transform: translate(-50%, -50%) rotateZ(135deg); transform: translate(-50%, -50%) rotateZ(135deg); } .MagicScroll-vertical .mcs-button-arrow-prev:before {   top: 62%;   -webkit-transform: translate(-50%, -50%) rotateZ(45deg); transform: translate(-50%, -50%) rotateZ(45deg); } .MagicScroll-vertical .mcs-button-arrow-next:before {   top: 40%;   -webkit-transform: translate(-50%, -50%) rotateZ(-135deg); transform: translate(-50%, -50%) rotateZ(-135deg); } .mcs-button-arrow.mcs-disabled {   opacity: 0.01 !important; } .MagicScroll > .mcs-button-arrow {  width: 30px;   height: 30px;   margin: auto;   opacity: 0.6;   -webkit-transition: opacity .15s linear;   transition: opacity .15s linear; } .MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; } .MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; } .MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; } .MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; } .MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {   opacity: 1; } .MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled):before {   border-color: rgba(49,51,61,1); } .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {   width: 24px;   height: 24px;   border-radius: 3px;   background: rgba(255, 255, 255, .75);   box-shadow: 0 0 1px rgba(153, 153, 153, .5);   -webkit-transition: background-color .15s linear; transition: background-color .15s linear; } .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {   width: 8px;   height: 8px; } .MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {   background-color: rgba(255, 255, 255, .96); } .MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {   left: 5px; } .MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {   right: 5px; } .MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {   top: 5px; } .MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {   bottom: 5px; } .lt-ie10-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {   border: 1px solid rgba(153, 153, 153, .5); } .lt-ie9-magic .mcs-button-arrow:before {   border-color: #83858B; } .lt-ie9-magic .MagicScroll:hover > .mcs-button-arrow:hover:before {   border-color: #31333D; } .lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {   border-color: #31333D; } .lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {   background: #fff;   border: 1px solid #999;   filter: alpha(opacity = 60); } .lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {   filter: alpha(opacity = 96); } .lt-ie9-magic .mcs-button-arrow.mcs-disabled {   filter: alpha(opacity = 0.01) !important; }  .MagicScroll-horizontal .mcs-bullets {   margin-top: 10px; } .MagicScroll-horizontal.MagicScroll-bullets {   margin-bottom: 35px; } .MagicScroll-vertical .mcs-bullets {   margin-left: 10px;   top: 50%;   -webkit-transform: translate(0, -50%);   transform: translate(0, -50%); } .MagicScroll-vertical.MagicScroll-bullets {   margin-right: 35px; } .mcs-bullet {   width: 10px;   height: 10px;   background-color: #83858B; } .mcs-bullet:hover {   background-color: #5a5a5a; } .mcs-bullet.active {   background-color: transparent;   border: 1px solid #5a5a5a; }  .mcs-item .mcs-caption {   color: white;   padding: 5px 0;   font: normal 9pt/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;   text-rendering: geometricPrecision; } .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {   background-color: #31333D;   background-color: rgba(49,51,61,0.7); } .lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption, .lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {   filter: alpha(opacity=60); }  .MagicScroll[data-mode="carousel"], .MagicScroll[data-mode="cover-flow"] {   background: #4f4f4f; } .MagicScroll[data-mode="carousel"] img, .MagicScroll[data-mode="cover-flow"] img {   box-shadow: 0px 15px 30px -10px #000; } .MagicScroll[data-mode="carousel"] figcaption, .MagicScroll[data-mode="cover-flow"] figcaption {   padding: 4px 0 0;   font-size: 10pt;   font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, Helvetica, sans-serif; }  .MagicScroll.mcs-shadows {   box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15); } .MagicScroll.mcs-border .mcs-item {   background: #fff;   border: 1px solid #efefef; } .MagicScroll-horizontal.mcs-border .mcs-item {   margin: 0 3px; } .MagicScroll-vertical.mcs-border .mcs-item {   margin: 3px 0; } .mcs-loader {   pointer-events: none;   position: absolute;   z-index: 1000;   top: 0px;   left: 0px;   right: 0px;   bottom: 0px; } .mcs-loader .mcs-loader-text {   position:absolute;   top: 50%;   left: 50%;   margin-top: -10px;   margin-left: -35px;   width:70px;   height:20px; } .mcs-loader-circles {   position:absolute;   top: 0; bottom: 0; left: 0; right: 0;   margin: auto;   width:60px;   height:60px;   opacity: 1;   -webkit-transform:scale(0.6);   transform:scale(0.6); } .mcs-loader-circle {   position:absolute;   background-color:#ffffff;   height:11px;   width:11px;   border-radius:50%;   -webkit-animation-name:MagicCircle;   -webkit-animation-duration:0.48s;   -webkit-animation-iteration-count:infinite;   -webkit-animation-direction:linear;   animation-name:MagicCircle;   animation-duration:0.48s;   animation-iteration-count:infinite;   animation-direction:linear; } .mcs-loader-circle_01 {   left:0;   top:25px;   -webkit-animation-delay:0.18s;   animation-delay:0.18s; } .mcs-loader-circle_02 {   left:7px;   top:7px;   -webkit-animation-delay:0.24s;   animation-delay:0.24s; } .mcs-loader-circle_03{   left:25px;   top:0;   -webkit-animation-delay:0.3s;   animation-delay:0.3s; } .mcs-loader-circle_04 {   right:7px;   top:7px;   -webkit-animation-delay:0.36s;   animation-delay:0.36s; } .mcs-loader-circle_05 {   right:0;   top:25px;   -webkit-animation-delay:0.42s;   animation-delay:0.42s; } .mcs-loader-circle_06 {   right:7px;   bottom:7px;   -webkit-animation-delay:0.48s;   animation-delay:0.48s; } .mcs-loader-circle_07{   left:25px;   bottom:0;   -webkit-animation-delay:0.54s;   animation-delay:0.54s; } .mcs-loader-circle_08 {   left:7px;   bottom:7px;   -webkit-animation-delay:0.6s;   animation-delay:0.6s; } @-webkit-keyframes MagicCircle {   0%{background-color:#000000}   100%{background-color:#ffffff} }  @keyframes MagicCircle {   0%{background-color:#000000}   100%{background-color:#ffffff} } .mcs-item-loader {   position: absolute;   top: 0; bottom: 0; left: 0; right: 0;   margin: auto;   width: 40px;   height: 40px;   background-size: cover;   background-repeat: no-repeat;   background: url('data:image/gif;base64,R0lGODlhKgAqAOZyAFlWV/X09ERAQS0pKt7d3rKwscjHyJyam3BtboaDhOfm5vf399XV1XNwcdbW1rW0tIOBgcXExGJfYJSSkj46O/b29pGPj+Pj48jHx/39/eDf39vb26Sio7u6uqyqq8rJyfHx8fn5+a2rrO3s7c/Oz+rq6qinp0dEReLi4ltYWbq4ufDw8JCOj/v7+/Pz825sbOjo6IKAgZWTlPj4+NDP0Obl5vX19fz8/Pr6+vz7+9fW1+Hg4Ozs7Le2tuTk5GdlZY2LjNrZ2djX18vKyujn556cnaGgoJaUlb28vMLBwjAsLe/v7+/u7sTDw87Nze7t7eXl5cG/wNLR0d3d3dnY2HVzc398fW9tbdTT06OhorCvrzo3OLSys7a1tWRhYlBNTuLh4dHQ0KKhofLy8rm4uJ2bnMzLy8nIyXl2d5iWlp+dnaakpXx6eoqIiMHAwdzc3M7OziIeH////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgByACwAAAAAKgAqAAAH/4BygoOEhYaHiImKhipxcSqLkZKCAI4Ak5gMPywghZVxl4U4MxmYhRSOLJ6WogEBFaaESo5xF4SfoYIZrgE2sYNFtLlyuIQLvC2/g6iOGIPFgje8sMqCGLQUz6yCFbw31drNggwUFAzRvAuYOidbWYUXtOeHu66lhCsaKCGGVwP/Jz4QUlHFg6IWIXIQqoCCgEMYho78mygBSrUWChxqZGJojMSJ/5D8CqBx4z1DUCSAZPOrREkFyRZ9OPFPyy8XDlFQm/RBR7UQO8EJHUpUTpMGSJM22CA0gIOnUB08ESSgqtWqKYSSMMC1K1eqV61mBbfVa1dBR5UiZQrOadSnU9aLyp2bSUO1FTxMMXgBAECUX2AKFOiQd1EJCH37pvn1QbDgCL4OBfCQOPGQXwocOxaCwxDlyhBKVLMRQXMBIYaAJH4xT5CUMmcUBXFjdxCPDo4FFtLwwkuXQiMQCPeBaMSB4y4KTenRYQWmCcIRsC2hRo1oOTWOH3gwdEP0GINEWLAgYpAJ7TWExojOVo548oOyHzcBLkr0CYTelx/0QDuWamhEN0J+4+0niAvaiVHNegj0UIh+hTgxXzU+lNFDUO4VWEgITnQwIF0Q0pXIG+O9IeKJggQCACH5BAUKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGKnFxKouRkoIAjgCTmDpXR2OFlXGXhCAsPwyYhScDA0eeloUsjhSnhFuqA1CEn6GCF45xSrODWbYSua6Dn3FFwYOpqh/Ix3IYvrLMgh+2J9GggxS+GNeDErbQcgwUFKbTvruRGylfIoVQtjqIDL4XhS02FRmGrAgYmIIGISRstCjyUAXSoBsVAkicYcjIwIsNiFzLsECiRxyGXFi8OLBJsBwePyYi0oBkm2AhUi4AuIhGioFkgrWQWOHGKRobNvoUR7So0UFDIChdCkED0RAKokpVEIASgKtYAbwgioKA169erWa9ulVcV7BfBSVlqtSpOKhT2qNWPUq3LqYNPq4FAHFqQwwECM4EK2HAAAm+i0ZMAAx4TbAghQs7oHioQg/GjKUEexI58oUchi5jnjDi2gwHnQ3sK1SGcYygg6h4CKMIDAkFokhEDmLIRww0UQotSUAcBqIVBZLbKKTADIm5kjgQT7BD0AgTJkrL4ZG8QISiO6bLGPTgwIEHgzp050FUxvTqgsqfH8Q9eQdxH6ZzICQf/aAI3U1xDRDTLcGfef4JYkN3PVzjXgJJFNJfIULYdw0MHiSxgIQIFoKDEB+sYJccE46IiAbmuWXiiIEAACH5BAkKAHIALAEAAQAoACgAAAf/gHKCg4SFg0gDA0iGjI2OhhKJEo+UhhtWRi6FkQOTlZ9yKQICRpuSoJ9fowJEhJyeqI8iqw2up7GUoqM0g6+4lDSrKb23v44Nq7xyOicnOsZyGi9eXYVEqxu/RUoUDIRAAOEv3oNNbWS4GBRx7D+EHuHxECXQFwDs+CyEAfDx4UO/VODLB8JQCQj+0vyqMhDAhUcMXoSL8ssDOwoYQDHQAI1BRmggQ4qUI2WCyZMTfITMsKClywU5EMicKTNGyAoBcurMSZOmTZA4d+osidKkSpAsX7bMMbKp0087YEALUQHUDhkJEoT55YIAARRVHS3hkDUrl18wvHpV0MLQgiRlpstS+RVArVomGQjBjcthCbQWCuwSYPKurIwdhDR0CPKoxJQnhCqgUCt1EAwZQD4UcnGg84hGAQyInlFohQYUIT496HyghqAVHTqsEARCtAEHIGuwNjEoQoECEQaRsF3QmAnWrgX5Bj6otmgSxrCwfkBoefBBDmwr+CWGtabev68LmmHbzK/jB5wUsl7owvNfIzo4SV09fKEcF4IEeMr+aSMFv22HSyAAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZNAgJNi5GSgg2ODZOYGkAeAYWVApeEY0dXOpiFLwAAHp6WhUcDAyenhF6qACWEn6GCULEDW7SDXbcQuq6DEr9ZwoOpqgyDu4Mfv7PNggy3L9LIcie/H9iDELfRchspKRuC1bESmD4xaFGFJbcaiDq/UIVFShTOESqDoGAMdoOGpKmXSAsbJIQwUIhD8YehHgUzThiB7QIAiiBZGKqAMWNBKcJUgAwJAtGICSbXCKuyEsCFSBtiFDwjzANFChhObfCBjUHQcUiTKh1EhYPTpxxgINV265YKQQmyas0qA+nElSCxbtXaddxXsHEENYXqVOo4qlXXAVxdSrcuphocm2W4caqGiQMHgghrESBABb6LXDwADNiNsBmFCy/IgCiEE8aM89HKETkyjkOXMT9wgS3Dgs4BPhfqwNhEDUIKPoBR5KJEp0E3KkSeYWiECTFYCtkoQHxFZQLIWxRqYaMC5UkRiBfgISgACRK3KyAnoCApD+kdBjkwYMDBIBTbKyDtIJ26oPHlB2lHjmLcFOkRCME3P0jBduPN9CCdDfqRx58gLWynmTDsFSBEIfsVwgR92KzwgRCqiWdgIRkwAUMIdskRYYiIPEHeEySmGAgAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZDAABDi5GSghCOEJOYPmU9FYWVAJeELkZWG5iFMQgIPZ6WhUYCAimnhGiqCCOEn6GCRLECX7SDUbcTuq6DDb8iwoOpqqaUyHI0v7PNghu3MYO7gym/NNiDE7fRGi8vGoLVsQ2YMDJAH4Ujtz6IG79EhVlbJzoMeUhAUMYOQlLWnFFEpk0TQh9ODJh4xVASghg5LMEGRcLEj0cMLbiIkSAVYUg+ghyDaAmHklyEsVEpAUqkHTIIhhGmZeIJeph2wMCmA+i4o0iTCtLwoKnTB7nGMXBE1ZEKQQeyas1q4iiFOGDDgsW6VWvXcV/Fhl361GlUbFPTq1pVSrfuKR4r4GK426FAATDCPIClsHeRjQh+/ZIQ9kMsgAuIcAhJnFiBMBVq47AAYWgy5Qg2sF0AoJaFoQ+JO/Ag9CRICUUtQuQghCFtnB+GVnToMaXQDAPAAyDKEKB4hkJFlFBggMkBcAOc5YRAgSKEoBvFAyxACuL5YkEKCBCwLKhC9htHSTyPLif8+EHYi3fCpuC5A0LuyQtakL0FNjPPzYCfePrJQVxxoTWjngGQDfgeITjIh00AQVwwm4MFCoLDDMfZlZ9digQgnnAglihHIAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYNSCAhShoyNjoYTiROPlIYwHkkLhZEIk4QBHkAalYYyCQlJm5KFHgAAL6SFQKcJS4ScnoIlrgBesYQftBy3q4MQvF2/hKanO4O4gwy8sMqDO7Qyz8VyL7wM1YQctM5yPjExPoLSrhCkIyZiWIVLtDCNGrwlhSJfKRuEHQ4INFGDEBUuYR5FSTOEEI0UAiJaIeREoMUHLsAJItIgokcjhEJUtChwVLUmHj9mLOTiAUk34NqkbEDkUQ0TAoOAIxMxBY1YNUZolLPh59CjSJPKURChqdMIK5DqkEC1qgQkBbJqzdoB6YkBYMOC3bq169GvYsMyfdo06tGpVq6pIlFKty4pEAHsOgJBwoABfXoJzXDg1++UwIJyXChc+AliOYsZO5jxWE6QwiRAfIKxspGHKipiBSBhRkGhFgRSh2jEII7rC0gVpCZQQVCGChUyCMLgOg6AoxVmoxi0IEAATYIo9MYwFMXs2oKKHx/E2zUFjStmmyZuHLkgAL2LgNMwuwUh6d4h91YCzjkBJoXQF2JhHVwIGEx0n+9eCASLH9/UJV9lg+RgXA7gBAIAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZUCQlUi5GSghyOHJOYIx1OIYWVCZeEFT1lPpiFJgcHTp6WhT0ICDGnhGKqBy6En6GCI7EIaLSDWLcPuq6DE79RwoOpqjWDu4Mbv7PNgjW3JtLIcjG/G9iDD7fRcjAyMjCC1bETmCsdPVOFLrcjiD6/+YRdXi80GPpQoGAHHoQ0uAmi6MwaKYQYvABAEYghIQUzRrCBrQQEiiA9GMKBMWNBBcKGgAwZAJGNCCZJCEuzEkKJSDw6FAQjLArFFwxO8ViBTUPQcUiTKh30xIHTpw5ajtvQoKrVBk0EGdjKdavMcSkEiB0rVmtXrl+xhSU7VlBTqE7apWKjerVq1qV482Kq0KmZjg+nKqAgQCAXLS0DBpwAvKiFAsKEb9K6kjixBCiIMjCBDFkuJiSVKx8ZY2gzZwUtsEGREHrAEUMwIKOoQCjHjNSJPFRRQejDicpXDIVAoYEooQwBkmdAxCCO8wuFsmw5oQPTguQBbghiQIHCUQzO4wBIegM7bUEAnI8XRCE8BqQVsGtHr34QeOcUxrXAvoBQevH+hVcENjZgt9wg/60nyAXhKYFNfAHgUEiChbCAHzYZzCDhhPURAgILPxyVF4V6JaKCc7yVqKIcgQAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYaBwcai5GSgg+OD5OYKx9COIWVB5eEC0keMJiFHQUFQp6WhUkJCTKnhD2qBTaEn6GCS7EJQLSDU7cRuq6DHL8fwoOpqjyDu4M7v7PNgjy3HdLIcjK/O9iDEbfRciMmJiOC1bEcmAEkZgqFNrcriDC/S4VRaDF8GApioCAJEIQUkACjKAwXKoQ2xEBAsYyhCwUzOpiBbcQEiiB7GMqBMWPBJ8KkgAxZAdEMByanCFuzcgK7RSBIFCwh7AzFGBtOgQiAzUfQcUiTKh0UQIHTpwpCINUAoapVCEMEEdjKdSsKpC8AiB0rVmtXrl/HhSU7VlBTqE7cpY6jerVq1qV482K6kQHbBhqnblQIEKCFMDICBKQAvCjDAsKE5Z6ykjhxAyKJcECGnENYk8qVjbgwpHnzgr7NiDQALcCIoRmQK9wgpOKHB0Va2CAhRCNFZSuGMlSwYZjQhTjIGSDSMaA5lEIivqQ4KgkA8jgYBDGgQEG5nA/NB0hIiuE6hUHW4wAYdCI8s3EUrmcXlH69IPDNT4wrct0+feT+ySFBeFlgo8R1FxBSHyFQhLcFNvHFwUIhCxJyRH7YMPADCwgpCGAhYxxxhQ56yVFhiYeogJwKKLYYCAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYMKBQUKhoyNjoYRiRGPlIYBQRc5hZEFk4QhTh0jlYYkBgYXm5KFTgcHJqSFZqcGM4ScnoIurgdisYQKtA63q4MPvFi/hKanIIO4gzW8sMqDILQkz8VyJrw11YQOtM5yKx0dK4LSrg+kISga6YQztAGNI7wuhR9AMjCEMAgIRFGB0JMpJR4FcaOB0A4ZCSJ6IMREoEUFLcAJWsIhosckhDJUtCjQXjUqHj8uMNRCAcmE1bik5LDkUQUUAvVVCxNRxo5YFUJolAPj59CjSJPKybGgqdMFGZD6mEC16gQpAbJqzVrwaAwEYMOC3bq169CvYsMyfdo06tGpVqapSlFKty4pDAyGash7l0KcOBOrRQEA4AXfRhcA/P1bBRwQwoQhwCQEgsXixSrADYEM2YNJQZYvA0ilsQQEzgACC/qxmAKGamTaNCHE4AVkILQpKCkCboOA30QKdfHyoqFGHSdO6BBE47eABnYFSRgwQMKgFM5pRJ9efVDz3ym2U7c+qIFzEXa5kxdExPmX9OMLGQEPvzshF0asbKi/PnohJNQhAU4gACH5BAkKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGTwYGT4uRkoIOjg6TmCEwTBmFlQaXhDhCHyuYhSgEBEyeloVCBQUdp4QaqgQthJ+hgjaxBT20gyu3CrqugxG/U8KDqaoVg7uDPL+zzYIVtyjSyHIdvzzYgwq30XIBJCQBgtWxEZgZFTa5hC23IYgrvzaFWGImRhiaEaBghRuEApRwoQgMCWODapg4QPGaqIIYF3Rq5uIBxY9ODuHAiDGHMA0fQeY7lGEByZWn3KR8wHDRjQoF650KQtFEjVM3Ngob8XOc0aNIB6kAwLQpAAZGS4iYSlXEG0FxsmrNSsGoGgtgw4LFulVr13FfxYYVtNQpU6jj06RWnXo1qd27mDDAFVbiwikMFLJ6EMYArBq/iy4A2FpFGBexIkAgAsGibBwVwt6otYBhhqHKWwEgFgZChFoMhn6YRT0IyRUtiqKkGULoQloLXAwxoKCkSCEoA4LrQKShaYlCcNKoOT5JQvABHwRtSJFigyAGTSEc/fD8xKAGAgQ0GPSi6d5mJ55HFwRe/CDsTF+My/JcAqH24wdBaNoF25bnUNwXXn6ClNCUF9ikN8ARheBXiAfxYaPDFUeM0eCAhQTgARAa4CWHgx4i0kR4TYRoYiAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYBBAQBi5GSggqOCpOYGTM4hpUEl4Q5F0GQmIQVAQGchJ6ggxcGBiSmhDapARmsloQzsQZmtIMttwu6n4QOvq7BqKk3g62DIL6zwYM3txXQu4IkviDWhAu3z3IhKCghgtOxDpgMFEpFhRm3uYcBvjOFUz0dK4Z+xBlIAUOoEC0UlZjyhBCPDgUifjDEYqBFABfC2YgQsaMQQyAqWhyoIpiCjh5XGboAYGSVYCRQRrARCQOFgR6CgYnYgYcpDAzCrfAZrqjRo4dUAFjKFEDQoiMeSJ36QIOgkSMpGDVxoKvXrlexEtz69asgpU2XPg0XlapUq0jV48oN9kFHOBg7TH04MWCAlmBhEiSQkXcRFAl9+7IJ5kGwYA5LEI05kjgxkmBUHDtOUqwQ5coSoIRbwkFzgiSGriQ+MXFQEytkFJ1ZI4XQDhmOcxbScWJLlkJEBAjfgMgHguMjCn0AIgMGpgbCBdAQpOHFC7gbjiOYcJRG9BSDICyFMCiGduJFU0SfLkg8APKCsh+PUVRE9AaE3MMXNEF7lHBfREdEfuMRMoJ2aISjngBGFKJfIT3MF84GVhjhgoMFntJDGT7M1V6GHiIyxFJDhGiiIIEAACH5BAUKAHIALAEAAQAoACgAAAf/gHKCg4SFgzkBATmGjI2OhguJC4+Uhgw/LCCFkQGThBlMMCGVhhRxcSybkoVMBAQopIVKp3EXhJyegi2uBBqxhEW0ALergwq8K7+EpqcYg7iDFbywyoMYtBTPxXIovBXVhAC0znIZFRUZgtKuCuCEF7QMjSG8LYUKZiQBsSpVHo8uSuwbBIKEgYNB3JGa4eCgQ1sKHz1x+HBRREdTKDqYcZFSiYMkNHWsFEDkyJMoKSGRwLKlBB0XV0SYSTOCggE4c+I8cbFDgZ9Af+rUyTOiz6BAV7pkCTOizJoz26WcSnUQjQ0KR9SIRSOFAAFkwAU5cMDEVkdEGnz92gZcB7JkrR+4MOTCyNq1TcBpgAvXyahBdu82IKLQxQO+B5wQsrI2BQ1CQ4BEeRSGCxVCNUzA7UBoQ4ovIgqVAEDaFyMYCVIvKYRFjIkRpCCQBiBPjo8YMXwI2pE6AYeIDGa/GDQBAYIJg2T03qHwxezacoofH8Q7tQx3XWZDICQd+SAOvT+A8zK7BHfj3gUt6Q0EnHMA/85PJ5TEul4gHgYSR78piQcYKXVXlSFSGCcFOIEAADs=') no-repeat center center; } .MagicScroll.mcs-rounded {   border: 1px solid #e1e1e1;   border-radius: 10px;   overflow: hidden !important; } .MagicScroll.mcs-rounded.MagicScroll-arrows-inside {   overflow: hidden !important; } .MagicScroll.mcs-rounded.MagicScroll-arrows-outside {   overflow: visible !important; } .MagicScroll.mcs-rounded .mcs-button-arrow {   color: rgba(49,51,61,0.6);   -webkit-transition: color .15s linear, background-color .15s linear;   transition: color .15s linear, background-color .15s linear; } .MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow {   width: 30px;   height: 100%; } .MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow {   width: 100%;   height: 30px; } .MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-prev {   left: 0;   border-radius: 10px 0 0 10px; } .MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-next {   right: 0;   border-radius: 0 10px 10px 0; } .MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-prev {   top: 0;   border-radius: 10px 10px 0 0; } .MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-next {   bottom: 0;   border-radius: 0 0 10px 10px; } .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {   opacity: 1 !important;   color: rgba(49,51,61,.1);   text-shadow: none !important; } .MagicScroll.mcs-rounded.MagicScroll-arrows-outside .mcs-button-arrow {   background: #efefef;   opacity: 1;   box-shadow: 0 0 1px rgba(153, 153, 153, .5); } .MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow:hover:not(.mcs-disabled) {   background-color: rgba(255, 255, 255, .96);   color: rgba(49,51,61,1); } .MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow {   background-color: rgba(255, 255, 255, .75);   box-shadow: 0 0 1px rgba(153, 153, 153, .5); } .lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {   border-width: 0 1px 0 0; } .lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {   border-width: 0 0 0 1px; } .lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {   border-width: 0 0 1px 0; } .lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {   border-width: 1px 0 0 0; } .lt-ie9-magic .mcs-rounded.MagicScroll .mcs-button-arrow {   color: #83858B; } .lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {   background: #fff;   filter: alpha(opacity = 75); } .lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {   filter: alpha(opacity = 96); } .lt-ie9-magic .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {   filter: alpha(opacity = 75) !important;   color: #ccc; }
.working .ma5menu__container {   visibility: hidden } .working .ma5menu__toggle, .working input[name=position] {   pointer-events: none;   opacity: .3 } .no-touchevents .hidden-notouch, .touchevents .hidden-touch {   display: none !important } img {   max-width: 100%;   height: auto;   -webkit-user-select: none;   -moz-user-select: none;   -ms-user-select: none } td img {   max-width: none } button, input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {   -webkit-appearance: none !important } textarea {   resize: none } .table-responsive, html {   -ms-overflow-style: scrollbar } a, button, [tabindex] {   outline: none !important } @media (max-width: 767px) {   .touchevents .form-control {  font-size: 16px   } } svg:not(:root) {   overflow: visible } html.edge, html.ie {   overflow-x: hidden } .edge button svg, .ie button svg {   pointer-events: none } .no-touchevents a[href^="tel:"] {   pointer-events: none;   cursor: text;   color: inherit !important } .no-touchevents a[href^="tel:"]:hover {   cursor: text } .no-touchevents a[href^="tel:"]:focus, .no-touchevents a[href^="tel:"]:hover {   color: inherit;   text-decoration: none } .modal {   display: block;   overflow: hidden;   top: -1000px;   bottom: auto } .modal-open .modal {   top: 0;   bottom: 0 } .ie .figure {   max-width: 100% } svg[class^=icon-material__] {   overflow: visible;   -webkit-user-select: none;   -moz-user-select: none;   -ms-user-select: none;   user-select: none;   width: 50px;   height: 50px;   color: #868e96 } .ie svg[class^=icon-material__] {   fill: #868e96 } article .fun {   color: #dc322f } article .atv, article .str {   color: #ef6c00 } article .atn, article .dec, article .typ, article .var {   color: #3fbf79 } article .pln, article .pun {   color: #827717 } article pre.prettyprint {   padding: 15px;   background-color: #eceff1;   border: 1px solid #cfd8dc;   border-radius: 0;   margin-bottom: 30px;   font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif } article pre.prettyprint.linenums {   padding: 15px 5px } article ol.linenums {   margin: 0 } article ol.linenums li.L0, article ol.linenums li.L1, article ol.linenums li.L2, article ol.linenums li.L3, article ol.linenums li.L5, article ol.linenums li.L6, article ol.linenums li.L7, article ol.linenums li.L8 {   list-style-type: decimal } article ol.linenums li {   padding-left: 12px;   color: #90a4ae;   line-height: 20px } article .com, article .clo, article .opn, article .pun {   color: #93a1a1 } article .lit, article .kwd, article .prettyprint .tag {   color: #263238 } .video_spy{   width: 100%; } .video_spy iframe{   width: 100%; } iframe[src*="youtube"] {   width: 100%; }  .accordionContainer {   font-weight: 400;   font-size: 18px!important;   line-height: 30px;   text-align: left;   margin: 1em auto; } .accordionHeader{   display: inline-block;   cursor: pointer;   color: #616976;   font-weight: 500; } @media (max-width: 600px) {   .accordionHeader {  display: grid;  grid-template-columns: 1fr 2em;   } } .accordionHeader::after {   content: '˅';   width: 1em;   height: 1em;   font-weight: normal;   margin-left: 1em;   transform: scaleX(2);   display: inline-block;   position: relative;   top: 0.1em;   cursor: pointer; } .accordionContent{   display: none; } .accordionContent p {   margin: 0; } .accordionContent a {   color: #476cb5;   text-decoration: underline; } 
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{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[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{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}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size: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.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.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}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::after,.was-validated .custom-file-input:valid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::after,.was-validated .custom-file-input:invalid~.custom-file-label::after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.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{box-shadow:0 0 0 .2rem rgba(108,117,125,.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(108,117,125,.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{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.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{box-shadow:0 0 0 .2rem rgba(52,58,64,.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(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;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,.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,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;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,.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,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.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-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.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-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-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-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-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} 
  .cookie-bar__inner {  background-color: #CED6DC;  color: #000;  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;  font-size: 1rem;  padding: .375rem .5rem;  text-align: center; } @media (min-width: 62rem) {  .cookie-bar__inner {   display: -webkit-box;   display: -ms-flexbox;   display: flex;   -webkit-box-pack: center;  -ms-flex-pack: center; justify-content: center;   -webkit-box-align: center;  -ms-flex-align: center; align-items: center;  } } .cookie-bar__buttons {  display: block;  margin-top: .375rem; } @media (min-width: 62rem) {  .cookie-bar__buttons {   display: inline; } } .cookie-bar__btn {  background-color: #0275d8;  color: #fff;  border: none;  margin: 0 .875rem;  padding: .125rem .875rem;  -webkit-transition: background-color .3s;  -o-transition: background-color .3s;  transition: background-color .3s;  cursor: pointer; } @media (max-width: 36rem) {  .cookie-bar__btn {   display: block;   margin: 0 auto .25rem;  } } .cookie-bar__btn:hover {  background-color: #0267bf; } .cookie-bar__btn:active {  background-color: #0262b5; } .cookie-bar__link {  margin: 0 .5rem; } .cookie-bar a {  color: #000;  text-decoration: underline; } .cookie-bar a:hover {  text-decoration: none; }  .cookie-bar-privacy-popup {  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  background-color: rgba(0, 0, 0, 0.5);  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center; -ms-flex-pack: center;   justify-content: center;  -webkit-box-align: center; -ms-flex-align: center;   align-items: center; } .cookie-bar-privacy-popup.cookie-bar-privacy-popup--hidden {  display: none; } .cookie-bar-privacy-popup__dialog {  background-color: white;  width: 100%;  max-width: 50rem;  max-height: 90vh;  overflow: auto;  padding: 2rem 1.5rem 1.5rem;  position: relative; } .cookie-bar-privacy-popup__dialog__close {  position: absolute;  top: 0;  right: 0;  background-color: black;  color: white;  display: block;  width: 2rem;  height: 2rem;  border: none;  cursor: pointer; } .cookie-bar-privacy-popup__dialog__close:before, .cookie-bar-privacy-popup__dialog__close:after {  content: '';  display: block;  width: 1rem;  height: .25rem;  background-color: white;  position: absolute;  top: 50%;  left: 25%;  -webkit-transform-origin: center center; -ms-transform-origin: center center;   transform-origin: center center;  margin-top: -.125rem; } .cookie-bar-privacy-popup__dialog__close:before {  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);   transform: rotate(45deg); } .cookie-bar-privacy-popup__dialog__close:after {  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);   transform: rotate(-45deg); } .cookie-bar-privacy-popup__dialog p:last-child {  margin-bottom: 0; }  .cookie-bar--bottom-left, .cookie-bar--bottom-right, .cookie-bar--bottom {  z-index: 100;  position: fixed; } .cookie-bar--bottom {  right: 0;  bottom: 0;  left: 0; } .cookie-bar--bottom-left {  left: 0.9375rem; } .cookie-bar--bottom-right {  right: 0.9375rem; } .cookie-bar--bottom-right, .cookie-bar--bottom-left {  bottom: 0.9375rem; } @media (min-width: 48rem) {  .cookie-bar--bottom-right,  .cookie-bar--bottom-left {   width: 22.5rem;  } } @media (min-width: 48rem) {  .cookie-bar--bottom-right .cookie-bar__inner,  .cookie-bar--bottom-left .cookie-bar__inner,  .cookie-bar--bottom-right .cookie-bar__buttons,  .cookie-bar--bottom-left .cookie-bar__buttons {   display: block;  } } @media (min-width: 48rem) {  .cookie-bar--bottom-right .cookie-bar__buttons,  .cookie-bar--bottom-left .cookie-bar__buttons {   margin-top: .375rem;  } } .cookie-bar--bottom-right .cookie-bar__inner, .cookie-bar--bottom-left .cookie-bar__inner {  line-height: 1.3; } 
*, body {  font-family: 'Rubik', sans-serif !important } * {  box-sizing: border-box } body {  overflow-x: hidden } .email span, .livechat span, .p1, .whatsapp span {  font-size: 18px } .p2 {  font-size: 16px } .p3 {  margin-bottom: 10px } .p3, .p4, p1 {  font-size: 21px } .h1 {  font-size: 42px } h4 {  font-size: 26px } h3 {  font-size: 32px } #main-sec {  width: 100%;  padding: 0 } .menu>li>a, a, a:hover {  text-decoration: none } @media only screen and (max-width:420px) {  .black-box-img-right {   display: none !important  }  .black-box-img-leftdiv {   width: 100% !important;   margin-left: 15px  } } .bgmsm {  background-color: #ecf0f7;  margin: 0 0 34px } .magic-thumbs-wrapper {  margin: auto !important;  text-align: center;  width: 250px } #cssmenu, .bgmsm.mobilee {  display: none } .responsive-top-text {  text-align: center;  padding: 8px 20px;  font-size: 21px } .header-row {  padding-top: 30px;  padding-bottom: 30px;  background-color: #ecf0f7 } .menu-div {  padding: 0;  position: relative !important;  bottom: 0;  width: 60%;  display: inline-block } .ma5menu--active:before {  z-index: 1 !important;  display: none !important } .ma5menu__container {  z-index: 999999999 !important } .logo-div {  padding-left: 3% } .logo {  height: 115px } div#navbarNavDropdown>.menu>li {  margin-right: 30px } .menu>li>a {  font-size: 22px;  color: #6b6b6b } .menu>li>a:hover {  color: #496db7 } .dropdown-menu {  border-radius: 0;  border: 1px solid #98b7ff } .dropdown-item {  color: #000;  font-size: 14px;  font-family: 'ArialMT', 'Arial';  padding: .6rem 1.5rem } .dropdown-item:active, .dropdown-item:hover {  color: #4cb6ea !important;  background-color: transparent !important } .dropdown-menu {  width: 272px;  position: relative } button.gsc-search-button.gsc-search-button-v2 {  padding: 10px 0;  border: transparent;  background: 0 0;  position: absolute;  top: 7px !important;  color: red } a#navbarDropdownMenuLink {  padding: 15px 0 } a.dropdown-item {  font-size: 16px !important } .navbar-expand-md .navbar-nav .dropdown-menu {  position: absolute;  margin: -1px 0 0 } .dropdown-menu:before {  content: '';  display: block;  position: absolute;  background: url(https://www.endoacustica.com/images/tooltip.png);  width: 21px;  height: 10px;  left: 20px;  top: -10px } .gsc-control-cse {  border-color: transparent;  background-color: transparent;  padding: 0 } div#___gcse_0 {  width: 37%;  display: inline-block;  vertical-align: middle } form.gsc-search-box.gsc-search-box-tools {  position: relative } .gsc-search-button-v2 svg {  fill: #666fdc;  height: auto;  width: 18px } .gsc-input-box, .gsc-input-box-focus, .gsc-input-box-hover, input.gsc-input {  border-color: #7f9dd3;  border-radius: 40px } .mz-expand .mz-figure>img {  max-width: 100% !important;  width: auto;  height: 100% !important;  max-height: 100% !important } li.dropdown-submenu ul.dropdown-menu:before {  content: none } ul#drop1 {  padding: 10px 0;  margin: 10px 0 } .dropdown-menu .dropdown-toggle::after {  margin-left: 13px;  border: 0;  border-style: solid;  border-width: 2px 2px 0 0;  content: '';  display: inline-block;  height: .5em;  position: absolute;  top: 17px;  right: 15px;  transform: rotate(45deg);  vertical-align: top;  width: .5em;  color: #4cb6ea } .dropdown-menu {  margin: 0;  box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, .19) } li.nav-item.dropdown {  margin-right: 45px !important } .dropdown-submenu {  position: relative } .navbar-nav li:hover>ul.dropdown-menu {  display: block } .dropdown-submenu>.dropdown-menu {  top: -10px;  left: 100% } .search-form input {  font-size: 16px;  padding: 22px 15px;  width: 100%;  background: 0 0;  color: #626876;  border: 1px solid #b4bac6;  border-radius: 40px;  background: #fff } .search-form input:focus {  background: 0 0;  border: 2px solid #d7d7d7;  box-shadow: none } .search-icon2 {  color: #7f9dd3;  margin-top: -35px;  font-size: 23px;  z-index: 1;  position: relative;  font-weight: 700;  line-height: 24px } .left-header {  padding-left: 27px;  vertical-align: bottom } .left-header h6 {  line-height: 12px;  margin-top: 5px;  margin-bottom: 5px } #numbers {  width: 100%;  border: 0 !important } .blue-box {  display: none } .number-details {  padding-right: 12% } .u8 {  padding-left: 15px;  height: 25px } .u5 {  height: 23px } .top-icon {  padding: 4px 7px } #langform select {  background-color: transparent;  border: 0;  color: #7f9dd3 } .breadcrumbs {  margin-left: 125px;  margin-top: 8px } .container-space {  padding: 50px 110px } #blackbox-row {  margin-right: 10px;  margin-top: 10px } .red-btn {  padding: 10px 30px;  font-size: 18px;  font-weight: 700 } .black-box-list {  margin: 20px 0 10px 10px } .black-box-list1 {  margin-left: -30px } .black-box-list li, .black-box-list p {  font-size: 22px;  color: #4c4c4c;  font-weight: 400;  line-height: 34px } .us-img {  margin-top: 4px } .servizi-icon {  padding-right: 20px } .arrow-text-div {  margin: 0 15px 5px 60px } .arrow-img {  padding: 12px 0 0 } .arrow-text-div h3 {  font-weight: 400;  padding-left: 25px } .gsc-input-box, .gsc-input-box-focus, .gsc-input-box-hover, input.gsc-input {  padding: 5px !important } .img-banner3, .search-icon {  background-position: center;  position: absolute;  z-index: 1 } .search-icon {  background: url(https://www.endoacustica.com/css/../images/u29.svg);  background-size: cover;  height: 26px;  width: 26px;  bottom: 25px;  right: 25px;  font-size: 20px;  color: #7f9dd3 } .social-mob-row div, section.related-products ul, ul.cli {  padding: 0 } ul.cli li {  list-style: none } .search-icon p {  padding: 0 4px 2px 4.5px;  line-height: 22px } .img-banner3 {  background: url(https://www.endoacustica.com/css/../images/u488.png);  height: 125px;  width: 125px;  top: -11px;  left: -10px;  display: none } .mz-hint+img {  max-width: 100% !important;  width: 100% !important } .img-banner3 p {  transform: rotate(-40deg);  color: #fff;  font-size: 13px;  text-align: center;  margin-top: 23px;  margin-left: -32px;  text-transform: uppercase } .black-box-img-leftdiv {  width: auto;  position: relative } .black-box-img-right {  width: 21.5%;  padding-left: 15px;  padding-right: 3% } .img3 {  width: 100%;  border: 1px solid #000 !important } .img1 {  border: 1px solid #000 } .img2 {  margin-top: 5px } .neee span.p1 {  line-height: 43px;  font-size: 21.08px } .container3 {  border: 1px solid #d7d7d7;  margin-left: 30px;  margin-right: 30px;  padding: 27px 40px 2px;  border-top: 2px solid #7f9dd3 } .tel-num.col-xl-3 {  margin-top: 10px;  padding-right: 0;  width: 20%;  max-width: 20% } .tel-num p {  font-family: 'Nunito Sans', sans-serif;  font-size: 18px;  margin-bottom: 0 } .email, .livechat, .whatsapp {  border: 1px solid #d7d7d7;  padding: 13px 10px;  height: 70px;  width: 85% } .livechat {  margin-left: -10% } .email {  margin-left: -20% } .whatsapp .fab {  border-radius: 50%;  background-color: #090;  color: #fff;  font-size: 24px;  padding: 6px 9px 8px 10px } .dropdown-submenu ul.dropdown-menu {  width: auto } .servizi-list ul {  margin-left: -23px;  margin-top: -5px } .servizi-list li {  font-size: 16px;  color: #4c4c4c;  line-height: 1.4 } #tab-sec {  margin-top: 60px;  margin-left: 45px;  margin-right: 45px;  margin-bottom: 20px; } a.nav-link.active:before {  position: absolute;  content: "\f0d7";  color: #476cb5;  left: 37%;  font-size: 34px;  font-family: fontawesome;  bottom: -29px } #tab-sec .nav-link.active {  font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';  font-weight: 400;  border-radius: 0;  font-size: 18px;  color: #fcfcfc;  background-color: #476cb5;  position: relative } #tab-sec .nav-link, .nav-tabs {  border-right: 1px solid #476cb5 } #tab-sec .nav-link {  background: 0 0;  border-top: 0;  padding: .8rem 3rem;  border-radius: 0 } #tab-sec li a {  color: #4c4c4c;  font-size: 18px } .left-detail p, .right-detail p {  font-size: 16px;  padding-top: 8px;  margin-bottom: 0 } .right-detail p {  padding-top: 5px } .nav-tabs {  border-bottom: 1px solid #476cb5;  border-top: 1px solid #476cb5 } .tab-content>.active {  display: block;  font-weight: 400 !important } .container5 {  padding: 10px 55px 2px 5% } .container5 .arrow-text-div {  margin: 50px 15px 5px 40px } .container6 {  padding-left: 7% } .container6-div1 {  border: 1px solid #d7d7d7;  margin-left: 25px;  padding: 0;  width: 200px;  margin-top: 10px;  position: relative } .btn2, .container6-div1 .img-banner {  display: none } .container6 p {  font-size: 18px;  padding: 0 10px;  text-align: center;  font-family: 'ArialMT', 'Arial' } .container6 img {  width: 100% } .img-banner {  background: url(https://www.endoacustica.com/css/../images/u479.png);  height: 125px;  width: 125px;  background-position: center;  position: absolute;  top: -11px;  left: -13px } .img-banner2 {  background: url(https://www.endoacustica.com/css/../images/u459.png) } .img-banner p {  transform: rotate(-40deg);  color: #fff;  margin-top: 23px;  margin-left: -35px;  text-transform: uppercase;  padding: 10px 20px 5px } .img-banner2 p {  margin-top: 11px;  top: -23px;  left: -34px;  line-height: 1.2em;  padding: 14px 20px 5px } .container6 .btn1, .container6 .btn2 {  color: #fff;  background-color: #496db7;  border-radius: 0 } .container6 .btn2 {  font-size: 14px;  padding: 7px 25px;  z-index: 1;  margin-top: -25px;  position: relative } .container6 .btn1 {  font-size: 16px;  padding: 10px 15px;  border: 0;  width: 80%;  margin: 10px 10% 20px } .container7 {  background: url(https://www.endoacustica.com/css/../images/bgfooter.jpg);  background-position: center;  background-size: cover;  padding: 20px 0 25px;  margin-top: 55px } .container-7-left {  padding: 0 0 0 5% } .col-md-5.container-7-left>p {  font-size: 24px;  font-weight: 500;  margin-top: 0 !important } .icon-img-box {  color: #fff } .icon-img-box i {  font-size: 26px;  margin: 10px 0 0 } .icon-list.row p {  line-height: 43px;  font-size: 21.08px } .form-group.form-check {  margin: 0 0 0 5px;  padding: 0 } .container-7-left h2 {  font-size: 40px;  font-family: 'ArialMT', 'Arial';  font-weight: 700;  padding-right: 20px } .container-7-right h3 {  padding-left: 20px } #footer-form input, #footer-form textarea {  margin-top: 10px } #footer-form input::placeholder, #footer-form textarea::placeholder {  color: #fff } button.invia-btn {  margin-top: 10px;  border: 0;  border-radius: 0;  background: #fff;  padding: 12px;  font-size: 21px;  color: #496db7 } .container8 {  padding-top: 25px } .footer-whatsapp {  padding-left: 30px } .footer-whatsapp i {  border-radius: 50%;  background-color: #090;  color: #fff;  font-size: 32px;  padding: 10px 15px 12px 12px;  position: absolute;  bottom: 20px } .container-9 {  background-color: #496db7;  padding-top: 10px } .footer-logo {  height: 220px;  padding-bottom: 15px } .container-9-left {  padding-right: 50px;  margin-top: 20px } .container-9-left i, .container-9-right i {  border-radius: 50%;  color: #fff;  font-size: 28px;  padding: 10px 15px 12px 12px } .container-9-right i {  font-size: 21px;  padding: 7px 9px 9px } .container-9-right i.fa-youtube {  padding: 7px 7px 9px } .container-9-right {  padding-right: 10%;  padding-left: 0 } .footer-adress {  padding: 10px } .footer-adress1 {  padding-right: 8% } .footer-adress1 p {  font-size: 16px;  font-weight: 400;  line-height: 20px;  margin-top: -5px } .safarinum {  color: #e4e4e4 !important } p.tel-num {  margin-top: -14px } .footer-adress1 p:first-child {  font-size: 18px } .socialmob {  display: none } .social-mob-row, .social-row div {  margin: 0 } .social-icon1 {  height: 40px;  padding-left: 5px } .footer-text {  margin: 35px 0 20px } .footer-text a {  color: #e4e4e4 } footer.fixed-bottom {  padding: 20px } .button-top div {  height: 2.5em;  width: 2.5em;  background: linear-gradient(to bottom right, #489bef, #0039c1) !important;  border-radius: 50%;  display: inline-block;  display: flex;  justify-content: center;  align-items: center;  margin: 0 auto;  position: absolute;  top: 30px;  z-index: 1040 !important } .button-top-mob div, .chat-box-responsive, .tablet {  display: none } .footer-adress1 .fa {  font-size: 24px;  vertical-align: middle } .footer-adress.row a, p.adresss-title span, p.p2.p22 {  font-family: rubik !important;  font-size: 14px !important;  font-weight: 700 } .footer-adress.row a, p.p2.p22 {  font-weight: 300 } p.p2.p22 {  color: #fff !important } p.p4 span {  font-weight: 700 } p.p3 span, p.p4 span {  color: #949494 !important } @media screen and (min-width:768) and (max-width:1200px) {  div#footer-from h2 {   font-size: 22px !important;   width: 90% !important  }  .dropdown-menu {   width: auto !important  }  .icon-list.neee {   column-count: 2  }  .neee span.p1 {   line-height: 39px;   font-size: 17.08px  }  .left-header {   flex: 70%;   max-width: 100%  }  .logo-div.col-xl-3.col-lg-3.col-md-6.col-sm-12.col-6 {   flex: 30%  }  .header-left.col-md-3 {   flex: 100%;   width: 100%;   max-width: 100%  }  header.show-on-desktop h1 {   font-size: 24px !important  }  p.breadcrumbs.p2 {   font-size: 13px !important;   font-weight: 400  }  .black-box-list.image-text-box {   column-count: 2 !important  }  button.btn.red-btn {   width: 50%  }  .blue-box {   margin: 0 25px !important  }  .black-box {   padding-left: 0 !important;   margin-top: 0  }  .tab-content.tab-items p {   font-weight: 300;   font-size: 16px;   color: #616976 !important  }  #tab-sec {   margin-left: 20px !important;   margin-right: 20px !important;   margin-top: 30px !important  }  ul.nav.nav-tabs a.nav-link {   font-size: 14px !important  }  section.related-products {   margin: 50px !important  }  section.related-products li img {   width: 12% !important  } } @media only screen and (max-width:1600px) {  .h1 {   font-size: 38px  }  .p4 {   font-size: 18px  }  .logo {   height: auto  }  div#navbarNavDropdown>.menu>li {   margin-right: 30px  }  .container-space {   padding: 30px 80px  }  .blackbox-sec-space {   padding-right: 35px  }  .black-box-list li,  .black-box-list p {   font-size: 18px;   line-height: 1.4  }  .arrow-text-div {   margin: 15px 15px 5px 40px  }  .black-box-img-leftdiv {   width: 70%  }  .black-box-img-right {   width: 21.8%  }  .tel-num p {   font-family: 'Nunito Sans', sans-serif;   font-size: 16px  }  .email span,  .livechat span,  .whatsapp span {   font-size: 14px  }  #tab-sec .nav-link {   padding: .5rem 2rem  }  .container-7-left h2 {   font-size: 32px  }  .footer-adress1 {   padding-right: 0  } } @media only screen and (max-width:1370px) {  .blackbox-sec-space {   padding-right: 20px  }  .tel-num p {   font-size: 14px  }  .p3 {   font-size: 16px  } } @media screen and (max-width:1360px) and (min-width:1026px) {  .h1 {   font-size: 28px  }  h4 {   font-size: 24px  }  .left-header h6,  .number-details.p2 {   font-size: 13px  }  .left-header {   padding-left: 15px  }  div#navbarNavDropdown>.menu>li {   margin-right: 24px  }  .menu>li>a {   font-size: 18px  }  #numbers {   width: 100%;   border: 0 !important  }  .top-right-icon {   margin-top: 25px  }  .black-box,  .us-img {   margin-top: 0  }  .email span,  .livechat span,  .servizi-list li,  .tel-num p,  .whatsapp span {   font-size: 14px  }  .email,  .livechat,  .whatsapp {   width: 100%;   margin-left: 0;   padding: 10px 5px  }  .container-7-left h2,  .container3 .col-lg-2 {   padding-right: 0  }  .tel-num.col-xl-3 {   width: 25%;   max-width: 25%  }  .footer-adress1 p {   font-size: 13px  }  .footer-adress1 p:first-child {   font-size: 16px  } } @media only screen and (max-width:1200px) {  .container-7-left {   padding: 18px 0 0 23px;   margin: 20px 0  }  .col-md-7.container-7-right,  .container-7-left,  footer .col-md-3.col-lg-3.col-sm-12,  footer .col-md-9.col-lg-9.col-sm-12 {   width: 100%;   flex: 100%;   max-width: 100%  }  .policy.col-lg-6.col-md-12 ul {   margin: 10px 17px;   padding: 0  }  .number-details {   margin-bottom: 10px;   padding-right: 10px  }  #numbers {   width: 70%  }  div#navbarNavDropdown>.menu>li {   margin-right: 27px  }  .header-left {   margin-top: 5px;   margin-left: -30px;   padding-right: 0  }  .search-form input {   font-size: 18px;   padding: 18px 15px  }  .search-icon2 {   font-size: 18px;   margin-top: -30px  }  .top-right-icon {   margin-left: 5px;   margin-top: 25px  }  .u5 {   height: 18px  }  form#langform {   margin-top: -1px;   font-size: 14px  }  #servizi-sec-hero {   margin-top: 30px  }  .us-img {   margin-top: 0  } } @media only screen and (max-width:1025px) {  .black-box-list.image-text-box {   column-count: 2  }  .h1 {   font-size: 26px  }  h4 {   font-size: 22px  }  h3 {   font-size: 28px  }  #main-sec {   width: 100%;   margin-left: 0;   padding: 0  }  .tablet {   display: block  }  .col-md-6.mobile-i,  .col-md-6.mobile-view1 {   float: left;   width: 50%  }  .tablet .footer-logo {   height: 143px;   padding-bottom: 15px;   margin: 0 !important;   float: left  }  .bottom-footer,  .desktop-view {   display: none  }  .row.tablet {   border-top: 1px solid #fff;   padding-top: 30px;   height: 110px  }  .tablet p.p4 {   margin-top: 30px  }  .tablet p.p4,  .tablet p.p5 {   padding-left: 150px  }  .social-icon.tablet {   text-align: right;   padding-bottom: 20px  }  a.dropdown-item {   font-size: 12px !important;   padding-left: 10px  }  div#numbers {   text-align: center  }  ul.navbar-nav.menu li a {   font-size: 17px !important  }  ul#drop1 {   padding: 10px 0;   margin: 10px 0;   width: auto !important  }  ul#drop1 li a {   font-size: 13px !important  }  .logo-div.col-md-3 {   padding-left: 30px;   padding-right: 0  }  .logo {   height: auto;   padding-left: 0  }  .left-header h6,  .number-details.p2 {   font-size: 13px  }  div#navbarNavDropdown>.menu>li {   margin-right: 30px  }  .menu>li>a {   font-size: 16px  }  .menu-div {   bottom: 9px  }  .header-left {   padding: 0 5px 0 0  }  .search-form input {   font-size: 14px;   padding: 7px 10px  }  .search-icon2 {   margin-top: -28px;   font-size: 18px  }  .breadcrumbs {   margin-left: 50px  }  .container-space {   padding: 30px 20px  }  .blackbox-sec-space {   padding-left: 30px  }  .black-box {   padding-left: 10px;   margin-top: 0  }  .arrow-text-div {   margin: 0 15px 5px 10px  }  img.img1 {   height: auto  }  .img2 {   margin-top: 6px  }  .container3 {   margin-left: 0;   margin-right: 0;   padding: 27px 20px 2px  }  .footer-adress1 p,  .servizi-list li,  .tel-num p {   font-size: 14px  }  .email,  .livechat,  .whatsapp {   width: 107%;   padding: 10px 5px  }  .tel-num.col-xl-3 {   max-width: 25%  }  #tab-sec {   margin-left: 15px;   margin-right: 15px  }  .container5 {   padding-left: 2%  }  .container6 {   padding-left: 7%  }  .container7 {   padding: 20px 10px 25px  }  .container-7-left h2 {   padding-right: 0  }  .footer-adress1 p:first-child {   font-size: 16px  } } @media only screen and (max-width:1023px) {  .footer-adress1 p {   font-size: 13px  } } @media only screen and (max-width:1200px) and (min-width:768px) {  .nav-tabs .nav-item {   width: 50%;   border-left: 1px solid #476cb5;   border-bottom: 1px solid #476cb5  }  .menu-div {   width: auto  }  .logo {   height: 89px  }  img.from-img {   width: 20px  }  .icon-list.neee {   column-count: 2  }  .neee span.p1 {   line-height: 39px;   font-size: 15.08px  }  .search-form {   vertical-align: text-bottom  }  .bgmsm {   background-color: transparent;   margin: 0 0 18px  }  ul.cli li {   display: inline-block;   width: 33%  }  ul.cli span {   font-size: 17px  }  .header-left.col-md-3 {   border-top: 0px solid #ced5db;   border-bottom: 0px solid #ced5db;   padding: 15px 0 0;   margin: 25px 0 0;   flex: 100%;   width: 100%;   max-width: 100%  }  .header-row {   background-color: #ecf0f7  }  .bgmsm p {   font-size: 21px  }  .cnt {   display: none  }  .left-header {   flex: 62%;   max-width: 67%;   padding-left: 0  }  .search-form i {   line-height: 1  }  .mobile-form-holder {   display: none  }  .left-header {   display: block  }  .logo-div.col-xl-3.col-lg-3.col-md-6.col-sm-12.col-6 {   flex: 35%;   max-width: 35%  }  .header-row {   border: 0 !important  }  #numbers {   width: 100%;   padding: 0 0 0 30px  }  #numbers .float-right {   float: none !important  } } @media only screen and (max-width:960px) and (min-width:768px) {  .search-form {   width: auto !important  } } @media only screen and (max-width:991px) {  .bgmsm p {   font-size: 12px  }  div#___gcse_0 {   width: 33% !important  }  button.gsc-search-button.gsc-search-button-v2 {   top: 8px !important  }  .footer-adress1.col-lg-4.col-md-12 {   max-width: 100% !important  } } .left-header {  display: block } .mobile-form-holder form, .mobile-form-holder input {  width: 100%;  margin: 0 } .search-icon2 {  margin-right: 15px } @media only screen and (max-width:991px) {  .top-right-icon.float-right a {   display: inline-block;   line-height: 20px;   margin: 8px 0;   font-size: 20px  }  #off-canvas-menu {   display: none  }  #numbers {   display: block  }  .search-form {   width: auto  }  .logo-div {   padding-left: 50px  }  .logo {   height: auto  }  .top-right-icon img {   height: 35px  }  .top-right-icon .p2 {   font-size: 22px  }  .header-left {   padding-right: 50px;   margin-left: 0  }  .top-right-icon {   margin-top: 0  }  .top-icon {   padding: 4px 0 4px 15px  }  .top-right-icon .u5 {   padding-right: 0;   padding-left: 25px;   height: 28px;   margin-top: 2px;   margin-bottom: 6px  }  .top-right-icon .u8 {   height: 30px;   padding-left: 10px  }  form#langform {   font-size: 21px  }  .h1 {   font-size: 26px  }  .black-box-img-leftdiv {   width: 100%;   padding: 20px  }  .black-box-img-right {   width: 100%;   padding-left: 20px;   margin-top: 10px;   padding-right: 15px;   padding-bottom: 20px  }  .black-box-img-right a {   width: 22%;   float: left  }  .imga2 {   margin-left: 3.8%  }  img.img1 {   height: auto;   margin-top: 1px  }  .servizi-list {   margin-top: 15px  }  .black-box {   margin-bottom: 30px  }  .tel-num.col-xl-3 {   max-width: 100%;   padding-bottom: 20px  }  .email,  .livechat,  .whatsapp {   width: 100%;   padding: 10px 5px  }  #tab-sec .nav-link {   padding: .5rem 1.2rem  }  .container6-div3 {   margin-top: 20px  }  .container7 {   padding: 20px 40px 25px 50px  }  p.adresss-title {   width: 35%;   float: left  }  .container-9-right {   padding: 0 30px  }  .footer-adress1 .tel-num {   margin-left: 35%  }  .footer-adress {   padding: 0 15px 15px  }  .footer-adress1 {   border-bottom: 1px solid #fff;   padding-top: 15px;   padding-left: 0  }  .social-icons {   padding-left: 0  }  .footer-text {   margin: 35px 0 20px  }  .social-row {   margin-left: 0  }  .button-top div {   top: 0  } } @media only screen and (max-width:880px) and (min-width:768px) {  form.search-form input {   display: none  }  ul#drop1 li a {   font-size: 11px !important;   padding: 5px 10px  }  .dropdown-menu .dropdown-toggle::after {   position: absolute;   top: 9px;   right: 6px  } } @media only screen and (max-width:769px) {  h3 {   font-size: 24px  }  .footer-adress1.col-lg-4.col-md-12 {   max-width: 100% !important;   border-bottom: 1px solid #fff;   padding-top: 30px  }  .tablet {   display: none  }  .bottom-footer,  .desktop-view {   display: block  }  .header-row {   padding-top: 20px;   padding-bottom: 12px  }  .logo-div.col-6 {   width: 100%;   padding: 0 34px  }  .logo {   margin-bottom: 20px  }  .header-left,  .logo-div.col-6 {   flex: 0 0 100%;   max-width: 100%  }  .top-right-icon {   margin-top: 13px  }  .top-right-icon .u5 {   height: 30px;   margin-bottom: 6px  }  .img3,  .red-btn {   width: 100%  }  .red-btn {   font-size: 16px;   padding: 10px  }  .tel-num.col-xl-3 {   max-width: 100%;   width: 100%  }  .container6 {   padding-left: 15px  }  .container6-div1 {   margin-top: 20px  }  .container6 img {   width: 100%;   height: auto;   margin-top: 20px  }  .container-7-left {   padding: 43px 15px 0 13px  }  .container7 {   padding: 20px 40px 25px !important  }  .container-9-right {   padding: 0  }  .icon-img-box {   margin-left: 0  }  .container-9 {   padding: 10px 50px  }  .container-9-left {   padding-right: 0  }  p.adresss-title {   width: 35%;   float: left  }  .safaricheck {   padding: 0 !important  } } @media only screen and (max-width:767px) {  .nav-tabs .nav-item {   width: 100%;   border-left: 1px solid #476cb5;   border-bottom: 1px solid #476cb5  }  .order_1 {   order: 1  }  ;  .order_2 {   order: 2  }  ;  .order_3 {   order: 3  }  ;  div#___gcse_1 {   width: 75%;   display: inline-block;   vertical-align: middle  }  .responsive-top-text {   font-size: 18px  }  .h1 {   font-size: 24px  }  .tel-num p {   float: none;   margin-left: 0  }  #tab-sec {   margin-top: 45px  }  #tab-sec .nav-link {   padding: .5rem .9rem  }  #tab-sec .nav-link.active,  #tab-sec li a {   font-size: 16px  }  .container6-div1 {   width: 250px  }  .container-7-left h2 {   text-align: center  }  .container-7-right h3 {   padding-left: 0;   text-align: center  }  .socialmob {   display: block  }  .social-row {   display: none  }  .social-mob-row {   padding-bottom: 10px  }  .social-mob-row .p3 {   margin-top: 20px  }  .footer-text,  .p22 {   text-align: center  }  footer.fixed-bottom {   padding: 10px 0  }  .fixed-bottom .footer-whatsapp {   padding-left: 15px  }  .fixed-bottom .footer-whatsapp i {   padding: 9px 10px;   position: relative;   bottom: 0  }  .chat-box-img {   display: none  }  .chat-box-responsive {   display: block  }  .chat-box-responsive i {   border-top-left-radius: 5px;   border-bottom-left-radius: 5px;   margin-top: 15px  }  .chat-box-responsive span {   border-top-right-radius: 5px;   border-bottom-right-radius: 5px  }  .button-top-mob div {   margin-left: 90% !important;   top: -44px;   display: block;   text-align: center  }  .button-top-mob i {   padding: 10px  }  .safaricheck {   padding: 0 !important  } } @media only screen and (max-width:600px) {  .responsive-top-text {   margin-bottom: 0  }  .logo-div {   padding-left: 32px  }  .top-right-icon .u5 {   padding-right: 5px  }  .top-right-icon .u8 {   padding-right: 0;   padding-left: 5px  }  .breadcrumbs {   margin-left: 10px  }  .red-btn {   width: auto;   font-size: 14px  }  #blackbox-row {   margin-top: 10px  }  .black-box {   margin-bottom: 10px  }  .arrow-text-div {   margin: 35px 0 5px  }  .container3 {   padding: 10px 0 2px  }  .tel-num p {   margin-left: 0  }  .container3 .col-4 {   padding-right: 2px;   padding-left: 5px  }  .email,  .livechat,  .whatsapp {   margin-left: 0;   height: 50px  }  .email span,  .livechat span,  .whatsapp span {   font-size: 12px  }  img.live-chat-img {   height: 20px  }  .whatsapp .fab {   font-size: 14px;   padding: 4px 7px 5px  }  #tab-sec li.nav-item {   width: 100%;   text-align: center  }  #tab-sec .nav-link {   padding: .5rem 0;   border-left: 1px solid #d7d7d7;   border-bottom: 1px solid #476cb5  }  .tab-items {   padding: 0 20px 10px  }  .container5 {   padding: 0 55px 2px 9%  }  .container6 {   padding-left: 15px;   padding-right: 20px  }  .container7 {   padding: 20px 20px 25px  }  .container-7-left {   padding: 0 0 43px  }  .safaricheck {   padding: 0 !important  }  .p22 {   text-align: center;   padding: 13px 0  }  .container-9 {   padding: 10px 40px  }  .container-9-left i {   display: none  } } @media only screen and (max-width:575px) {  section.container1.container-fluid.d-md-block.d-sm-block.d-none {   display: block !important  }  .h1 {   font-size: 24px;   margin-top: 5px  }  .search-icon {   bottom: 41px  }  .logo {   margin-bottom: 5px  }  .top-right-icon {   margin-right: 20px  }  .top-right-icon img {   height: auto  }  .top-right-icon .u5 {   height: auto;   margin-top: 4px;   margin-bottom: 1px  }  .responsive-top-text,  form#langform {   font-size: 16px  }  .top-right-icon .top-icon {   padding: 3px 7px  }  .top-right-icon .u5,  .top-right-icon .u8 {   padding-right: 0;   padding-left: 10px;   width: 34px  }  .u5 {   padding-right: 0;   margin-top: 4px  }  .top-right-icon .p2 {   font-size: 14px  }  form#langform {   margin-top: 1px  }  #blackbox-row {   margin-right: 0  }  .black-box-img-leftdiv {   width: 74%;   margin-left: 10px;   padding: 0  }  .black-box-img-right {   width: 22%;   padding-left: 15px;   padding-right: 3%;   margin-top: 0  }  .black-box-img-right a {   width: 100%;   float: none  }  .imga2 {   margin-left: 0  }  .it-thumb img {   margin-bottom: 12px !important  }  img.img1 {   height: auto;   margin-top: 3px;   width: 97px  }  img.img2 {   margin-top: 6px  }  .red-btn {   width: auto;   padding: 10px 20px;   font-size: 16px  }  .container6 img {   height: auto;   float: left  }  .bestseller-d {   width: 50%;   float: left  }  .bestseller-d p {   text-align: left;   padding-left: 15px;   padding-right: 10px  }  .container6-div1 {   margin-left: 25px;   width: 100%;   margin-right: 25px  } } @media only screen and (max-width:400px) {  .container6 p {   font-size: 14px;   padding: 0 10px  }  .container-9-right i {   font-size: 15px  } } .container6-div1 {  text-align: center } .container6-div1 img {  height: auto;  width: auto;  max-width: 100%;  border: 2px solid #476cb5 } .new-btn {  width: 100%;  color: #fff;  display: inline-block } .ma5menu__container span {  color: #476cb5;  text-align: center;  margin-top: 0px;  text-transform: uppercase;  line-height: 22px;  font-size: 20px;  margin-left: 20px;  font-weight: 500; } .ma5menu__container .back-menu, .ma5menu__container p {  color: #476cb5;  padding: 10px 20px;  text-transform: uppercase;  font-size: 18px } .ma5menu__container p i {  float: right } .ma5menu__panel {  height: 100% !important;  top: 30px !important } .ma5menu__container .back-menu {  color: #476cb5 !important;  margin-bottom: 10px;  text-align: left;  z-index: 9999 } .ma5menu__container .back-menu i {  float: left;  font-size: 28px;  margin-top: 4px } .ma5menu__container .back-menu+.ma5menu__btn--enter {  background-position-y: 44px } .ma5menu__container .menu__close {  padding-top: 30px } .col-md-7.container-7-right h3, .font-btns, .mobile-form-holder, .show-on-mobile {  display: none } .language-holder, .search-form {  display: inline-block } .search-form i {  cursor: pointer } .search-form {  width: 39% } .page-title {  color: #496db7;  font-weight: 400;  text-align: center;  margin-bottom: 30px } .form-checkbox {  height: 20px;  width: 20px;  margin-left: -30px } .image-text-box img {  float: left } .im-list li:before {  width: 5px;  height: 5px;  background: #476cb5;  border-radius: 50px;  position: absolute;  top: 12px;  left: 0;  content: '' } @media only screen and (max-width:768px) {  .top-right-icon {   width: 85%;   text-align: center;   margin: 10px 0 0 30px;   padding: 0;   float: left !important  }  .top-right-icon .top-icon {   margin-top: 8px  }  .language-holder {   float: left  }  .arrow-text-div h3 {   padding-left: 0;   text-align: center  }  .container6-div1 img {   float: none  }  .black-box-list {   margin: 20px 0;   padding: 0  }  .black-box {   padding-left: 0  } } @media only screen and (max-width:575px) {  .show-on-mobile {   display: block  }  .show-on-desktop {   display: none  }  .footer-adress1 p {   font-size: 16px  }  .policy ul li a {   font-size: 14px  } } span.cookie-bar__message {  font-size: 13px;  text-align: left;  margin: 0;  padding: 0;  background: #ced6dc !important;  color: #616976 } button.cookie-bar__btn {  background: #0275d8;  color: #fff;  padding: 5px 14px;  border-radius: 50px;  font-size: 13px;  font-weight: 600 } .cookie-bar__buttons {  margin-top: 0 } span.cookie-bar__buttons a {  font-size: 13px;  font-weight: 600;  color: #616976 } .bgmsm p {  color: #7f9dd3;  font-size: 15px;  padding: 0;  margin: 0;  text-align: left !important } ul.navbar-nav.menu li a {  font-size: 15px;  color: #616976;  text-transform: capitalize } ul.black-box-list.black-box-list1.im-list li span {  font-size: 16px;  color: #616976 } .im-list li {  padding-left: 11px;  position: relative;  line-height: 30px } article.black-box h4 {  font-size: 18px;  margin-top: 30px } header.show-on-desktop h1 {  color: #476cb5 !important } h1.h1, header.show-on-desktop h1 {  font-size: 30px;  font-weight: 500 !important } .black-box-list.image-text-box p {  margin: 0 0 27px;  font-weight: 400;  font-size: 16px;  color: #616976 } .icon-2 {  margin-right: 8px } #zoom {  border: 1px solid #a6b7db !important;  box-shadow: 0 2px 5px #616976 } button.btn.red-btn {  font-size: 16px;  font-weight: 400 } #tab-sec .nav-link:hover {  border-bottom: 1px solid #476cb5 } .tab-menu li.nav-item:first-child {  border-left: 1px solid #476cb5 } .tab-items {  padding: 0 55px 10px 42px;  border: 1px solid #d7d7d7;  border-bottom: 1px solid #d7d7d7;  border-top: 0;  box-shadow: 0 2px 6px rgba(215, 215, 215, .84) } .col-md-6.left-detail p {  font-size: 16px;  color: #4c4c4c } section.related-products h2 {  font-size: 30px;  font-weight: 500;  color: #476cb5;  padding-bottom: 25px } section.related-products {  margin: 70px 50px } section.related-products ul li {  display: inline;  list-style: none;  padding-right: 25px } section.related-products li img {  width: 11% !important;  height: auto;  border-radius: 50%;  border: 2px solid #a3b5dac7;  box-shadow: 0 3px 10px #d0d0d0 } ul.nav.nav-tabs a.nav-link {  font-size: 16px !important;  font-weight: 300 } div#footer-from h4 {  font-size: 30px;  font-weight: 500;  text-align: center;  width: 66%;  margin: 0 auto 50px } div#footer-from {  padding: 70px 50px } input#tel-num {  margin-bottom: 18px } textarea#comment {  margin: 8px !important;  width: 98% } #footer-form input, #footer-form textarea {  padding: 25px 20px 25px 10px;  border-radius: 0;  color: #fff;  font-size: 16px;  background-color: transparent } label.form-check-label {  margin-left: 10px } .form-check-label {  margin-bottom: 0;  margin-top: 15px;  line-height: 40px;  font-size: 15px;  color: #fff } button.btn.btn-primary.btn-block.invia-btn {  font-size: 16px;  color: #fff;  font-weight: 700;  width: 17%;  background: #476cb5;  border-radius: 50px } .number-details.p2.float-right span {  color: #616976 !important;  line-height: 26px;  display: inline-block;  margin: 0 1px 0 0;  min-width: 63px } .dropdown-toggle::after {  margin-left: 13px;  border: 0;  border-style: solid;  border-width: 1px 1px 0 0;  content: '';  display: inline-block;  height: .45em;  position: absolute;  top: 7px;  transform: rotate(135deg);  vertical-align: top;  width: .45em;  color: #717984 } .header-left {  padding-right: 0 } #footer-form .form-group {  width: 49%;  display: inline-block;  margin: 0 3px 0 0 } #footer-form textarea#comment {  margin: 0 !important;  width: 99% } p.breadcrumbs.p2 {  margin: 30px 59px 0;  font-size: 14px;  font-weight: 400 } .top-right-icon {  margin-top: 24px !important;  text-transform: uppercase } .social-icon ul li {  display: inline;  margin-right: 8px } .social-icon ul {  padding-left: 0;  margin: 0 } .footer-adress.row a, footer span {  color: #fff !important } .footer-adress.row p.p2.p22, .footer-adress.row span {  padding: 13px 0 0;  color: #fff !important } .policy.col-lg-6.col-md-12 a {  font-weight: 400;  color: #fff } .social-icon .fa {  color: #fff;  font-size: 16px;  border: 2px solid #fff;  padding: 10px;  border-radius: 50%;  height: 40px;  width: 40px;  text-align: center } .policy ul li {  display: inline;  color: #fff } .policy ul li a {  color: #fff;  font-size: 16px;  font-weight: 300 } p.adresss-title {  padding: 10px 0 } p.p2.p22 {  padding: 13px 10px } .bottom-footer {  width: 100%;  border-top: 1px solid #fff;  padding-top: 20px } i.fa.fa-facebook {  padding: 10px 14px } .tab-content.tab-items p {  font-weight: 400;  font-size: 18px;  color: #616976 !important } .tab-content.tab-items p span {  font-weight: 500 } span.price {  float: right;  margin-right: 30px;  background: #ecf0f7;  padding: 4px 20px;  color: #476cb5;  margin-top: -5px;  font-size: 20px;  width: 130px } .blue-box {  margin: 70px 50px;  padding: 16px 0;  background: 0 0;  color: #476cb5;  font-size: 26px;  font-weight: bolder;  text-align: center } .blue-box p {  margin: 0 } .blue-box ul {  padding: 0;  margin: 0 } .blue-box ul li {  list-style: none } img.float-left.us-img {  background: #dae2f0;  padding: 5px 7px;  border-radius: 10px } .icon-img-box.col-md-1.col-1 {  padding: 4px 0 0 } p.p1 {  padding-bottom: 12px } @media only screen and (max-width:2500px) and (min-width:1921px) {  .black-box-img-leftdiv {   max-width: 400px !important;   width: auto;   position: relative;   max-height: 100%;   height: 100%  }  .it-thumb img {   margin-bottom: 12px !important;   width: 93px  }  h1.h1 {   display: inline-block;   margin: 4px 0 0  }  .im-list li:before {   width: 7px;   height: 7px;   top: 17px;   left: 0  }  .black-box-list.image-text-box p {   font-size: 21.08px;   color: #616976;   line-height: 20px  }  ul.black-box-list.black-box-list1.im-list li span {   font-size: 21.08px;   line-height: 40px  }  .black-box-list1 {   margin-left: -41px  }  input#tel-num {   margin-bottom: 12px  }  .bgmsm p {   font-size: 22px  }  .bgmsm {   margin: 0 0 20px  }  ul.navbar-nav.menu li a {   font-size: 20px;   margin: 0 17px 0 0  } } @media only screen and (max-width:1920px) and (min-width:1760px) {  .black-box-img-leftdiv {   position: relative;   max-height: 100%;   height: 100%;   width: 400px  } } @media only screen and (max-width:1920px) and (min-width:1500px) {  a.dropdown-item.dropdown-toggle {   font-size: 16px !important  }  ul.navbar-nav.menu li a {   font-size: 19px  } } @media only screen and (max-width:1920px) and (min-width:1300px) {  .mz-expand .mz-figure>img {   max-width: 700px !important;   width: 700px !important  }  a.dropdown-item.dropdown-toggle {   font-size: 16px !important  }  .dropdown-menu {   width: 272px  }  .bgmsm {   margin: 0 0 32px  }  .bgmsm p {   font-size: 18px  }  input#tel-num {   margin-bottom: 12px  }  .container-space {   padding: 50px 37px  }  .it-thumb img {   margin-bottom: 13px !important;   width: 90px  }  h1.h1 {   display: inline-block;   margin: 4px 0 0  }  .im-list li:before {   width: 7px;   height: 7px;   top: 17px;   left: 0  }  .black-box-list.image-text-box p {   font-size: 21.08px;   color: #616976;   line-height: 20px  }  .black-box-img-leftdiv {   position: relative;   max-height: 100%;   height: 100%  }  ul.black-box-list.black-box-list1.im-list li span {   font-size: 21.08px;   line-height: 40px  }  .black-box-list1 {   margin-left: -41px  } } @media only screen and (max-width:1765px) and (min-width:1590px) {  .black-box-img-leftdiv {   width: 69%  }  .it-thumb img {   margin-bottom: 10px !important  } } @media only screen and (max-width:1600px) and (min-width:1300px) {  .bgmsm p {   font-size: 15px  }  .it-thumb img {   margin-bottom: 11px !important  } } @media only screen and (max-width:1560px) and (min-width:1201px) {  .mz-expand .mz-figure>img {   max-width: 700px !important;   width: 700px !important  }  article.left-header.col-md-6 {   max-width: 56% !important;   flex: 0 0 56%  }  .header-left.col-md-3 {   max-width: 18%;   flex: 0 0 18%  }  h1.h1,  header.show-on-desktop h1 {   font-size: 27px  }  ul.navbar-nav.menu li a {   font-size: 16px  }  ul.black-box-list.black-box-list1.im-list li span {   font-size: 18.08px;   line-height: 37px  }  h1.h1 {   font-weight: 500 !important  }  .black-box-list.image-text-box p {   font-size: 16.08px;   color: #616976;   line-height: 11px  } } @media only screen and (min-width:960px) {  ul.navbar-nav.menu li a {   font-size: 19px  } } @media only screen and (max-width:1299px) and (min-width:992px) {  .dropdown-menu {   width: auto  }  .mz-thumb img,  a[data-zoom-id] img {   margin-bottom: 13px  } } @media only screen and (max-width:920px) and (min-width:768px) {  .gsc-input-box,  .gsc-input-box-focus,  .gsc-input-box-hover,  input.gsc-input {   border-color: transparent !important  }  ::placeholder {   color: transparent  }  div#___gcse_0 {   width: 49px !important  }  div#navbarNavDropdown>.menu>li {   margin-right: 28px  } } @media only screen and (max-width:767px) and (min-width:320px) {  img.img-fluid.img3.zoommm {   max-height: 100% !important  }  header.show-on-desktop {   display: none  }  p.tel-num {   width: 65%;   float: right  }  div#___gcse_1 {   width: 67%  }  .gsc-search-button-v2 svg {   height: auto;   width: 23px !important  }  button.gsc-search-button.gsc-search-button-v2 {   top: 5px !important  }  .top-right-icon.float-right a {   margin: 8px 0 0;   font-size: 24px  }  #blackbox-row {   margin-right: -15px  }  .form-check-label {   line-height: 21px  }  .black-box-list.image-text-box {   column-count: 1  }  .font-btns,  .mobile-form-holder,  .show-on-mobile {   display: block !important  }  .language-holder {   float: none;   margin-top: 8px;   margin-right: 0  }  .black-box-img-left {   margin: 0 auto  }  section.container1 {   position: relative  }  section.container1 .col-md-3 {   position: absolute;   top: 20px;   right: 20px;   width: 120px;   margin: 0;   padding: 0  }  .top-right-icon {   margin-top: 0 !important;   text-transform: uppercase;   margin: 0;   padding: 0;   text-align: right  }  .header-left,  .top-right-icon article#off-canvas-menu {   display: none  }  .mobile-form-holder form {   width: 75%;   margin: 0  }  #off-canvas-menu {   display: inline-block !important;   width: auto;   margin: 0;   padding: 0;   vertical-align: bottom  }  .mobile-icns a,  div#___gcse_1 {   display: inline-block;   vertical-align: middle  }  .container-space {   padding: 0 20px  }  #zoom,  button.btn.btn-primary.btn-block.invia-btn,  button.btn.red-btn {   width: 100%  }  .MagicZoom,  .mz-figure {   display: block !important  }  img.img-fluid.img3 {   object-fit: cover !important;   width: 100% !important;   max-width: 100% !important  }  section.related-products li img {   width: 20% !important  }  p.breadcrumbs.p2 {   margin: 30px 60px 30px 0  }  button.ma5menu__toggle {   position: relative !important;   right: -13px !important;   top: inherit !important  }  .mobile-icns {   display: inline-block;   width: 22%;   text-align: right  }  .top-icon {   position: relative;   margin: 1px 0 0;   padding: 0;   top: auto;   right: auto;   left: auto;   width: 30px;   color: transparent;   display: inline-block !important  }  .search-form i {   line-height: 1  }  .left-header,  .menu-div {   display: none  }  .menu-div {   bottom: 9px  }  .mobile-form-holder {   width: 100%;   padding: 0 30px;   margin-top: 10px;   position: relative  }  .header-row {   padding-top: 20px;   padding-bottom: 20px  }  section.related-products {   margin: 50px  }  div#footer-from h2 {   font-size: 21px;   font-weight: 500;   text-align: left;   width: 100% !important;   margin: 0 auto 5px;   line-height: 26px  }  span.price {   padding: 7px 16px;   font-size: 15px;   float: none;   display: inline-block;   margin: 0 1px 0 4%  }  #footer-form .form-group {   width: 100%;   display: inline-block;   margin-bottom: 1rem !important  }  input#tel-num {   margin-bottom: 0 !important  }  .social-icon ul li {   display: inline;   margin: 10px 8px  }  #footer-form textarea#comment {   margin: 0 !important;   width: 100%  }  p.adresss-title {   padding: 10px 30px 10px 0  }  .bottom-footer {   width: 100%;   border-top: none;   padding-top: 0  }  .social-icon ul {   padding-left: 0;   margin: 0;   text-align: center  }  .blue-box,  .policy ul {   padding: 20px 0 0;   text-align: center  }  .policy ul li a {   font-size: 14px  }  .blue-box {   margin: 50px 11px;   padding: 16px 0;   background: 0 0;   color: #476cb5;   font-size: 15px;   font-weight: bolder  }  #footer-form input,  #footer-form textarea {   margin-top: 0 !important  } } @media only screen and (max-width:575px) {  .neee span.p1 {   font-size: 14.08px;   line-height: 2  }  div#footer-from .col-lg-12.col-md-12 {   padding: 0 0 15px  }  img.from-img {   width: 20px  }  .col-md-7.container-7-right,  .container-7-left .icon-img-box.col-md-1.col-1 {   padding: 0  }  button.ma5menu__toggle {   top: 10px !important;   margin: -6px 0  }  .top-icon {   width: 22px !important  }  .container-7-left .icon-list.row p {   line-height: 27px;   font-size: 17.08px;   padding-bottom: 0  }  .container-7-left .icon-list.row {   margin: 0  } } @media only screen and (max-width:500px) and (min-width:320px) {  .ma5menu__toggle {   width: 22px !important  }  .policy.col-lg-6.col-md-12 ul {   margin: 10px 0;   padding: 0  }  .policy ul li a {   font-size: 14px  }  .policy.col-lg-6.col-md-12 {   padding-left: 5px;   padding-right: 5px  }  footer {   padding: 50px 17px !important  }  button.ma5menu__toggle img {   margin: -11px 0 0  }  .mobile-icns a {   margin: -5px 0 0  }  h1.h1 {   font-size: 20px !important  }  .mobile-icns {   width: 31%  }  .mobile-form-holder form {   width: 64%  }  .top-icon {   width: auto  }  header.show-on-mobile {   margin: 0 0 15px  }  section.container1.container-fluid.d-md-block.d-sm-block.d-none {   display: block !important  }  .language-holder {   float: none;   margin-right: 0  }  .top-right-icon {   margin-top: 0 !important;   text-transform: uppercase;   width: 100%;   padding: 0;   margin: 0;   text-align: right  }  section.related-products ul li {   padding-right: 6px  }  div#footer-from {   padding: 30px 20px  }  .tab-items {   padding: 0  }  section.related-products li img {   width: 28% !important  }  section.related-products {   margin: 50px 20px  }  #off-canvas-menu {   vertical-align: inherit  }  button.ma5menu__toggle {   right: 15px;   top: -1px !important  }  .form-group input {   margin-top: 0 !important  }  a.nav-link.active:before {   position: absolute;   content: "\f0d7";   color: #476cb5;   left: 47% !important  } } @media only screen and (max-width:414px) {  button.ma5menu__toggle {   max-width: 20px;   padding: 0  }  .black-box-img-left {   margin: 0  }  div#___gcse_1 {   width: 80%  }  .mobile-icns {   width: auto !important  }  .black-box-img-leftdiv {   margin-left: 0;   padding: 10px  }  .blue-box,  button.btn.red-btn {   font-size: 15px  } } @media only screen and (max-width:375px) {  span.price {   padding: 7px;   font-size: 14px;   margin: 0 1px 0 0  }  p.adresss-title span {   font-size: 14px !important  }  p.tel-num {   width: 71%  }  p.adresss-title {   width: 29%;   float: left;   padding: 10px 0  }  .footer-adress1 p {   font-size: 14px  }  h1.h1 {   font-size: 18px !important;   margin: 7px 0 0;   display: inline-block  } } @media (max-width:1228px) {  ul.navbar-nav.menu li a {   font-size: 17px  } } .sub-menu-custom {  display: none } .menu-content-custom .menu-custom {  margin: 0;  padding: 0;  list-style: none } .menu-content-custom .menu-custom>li>a {  color: #476cb5 !important;  background: #fff;  display: inline-block;  width: 100px;  height: 35px;  line-height: 35px;  text-align: center;  font-weight: 400;  border-radius: 20px } .menu-content-custom .menu-custom>li ul li a {  color: #476cb5 !important;  font-size: 16px !important;  font-weight: 400;  text-transform: uppercase;  display: flex;  align-items: center;  justify-content: space-between } .menu-content-custom .menu-custom>li ul li {  position: relative;  padding: 3px 0 } .menu-content-custom .menu-custom>li ul {  background: #fff;  position: absolute;  bottom: 45px;  width: 200px;  list-style: none;  padding: 0 20px } .menu-content-custom .menu-custom>li ul li:first-child {  padding-top: 10px } .menu-content-custom .menu-custom>li ul li:last-child {  padding-bottom: 10px } .menu-content-custom .menu-custom>li ul li ul {  left: 104%;  bottom: inherit;  top: 0;  margin: 0 15px } .menu-content-custom .menu-custom>li>a i {  padding-left: 5px } #footer-form input, #footer-form textarea {  border: 2px solid #fff } button.gsc-search-button.gsc-search-button-v2 {  right: 30px !important } .gsc-search-box-tools .gsc-search-box .gsc-input {  background: 0 0 !important } .policy ul {  padding-left: 0 } @media (max-width:1024px) {  div#___gcse_0 {   width: 57% !important  } } @media (max-width:920px) {  ul.navbar-nav.menu li a {   font-size: 16px !important  }  .gsc-input-box {   border-color: #7f9dd3 !important;   border-radius: 0  } } @media (max-width:881px) {  div#navbarNavDropdown>.menu>li {   margin-right: 40px !important  } } @media (max-width:769px) {  .menu-content-custom {   display: none  }  .social-icon ul {   margin-bottom: 20px  } } @media (max-width:768px) {  .ma5menu__panel>ul li .ma5menu__category,  .ma5menu__panel>ul li a {   font-size: 15px !important  } } @media (max-width:1231px) and (min-width:1201px) {  .footer-adress.row .policy ul li a {   font-size: 13px !important  } } .faq_row {  padding-bottom: 20px; } .nav-link h2 {  font-size: 16px;  font-weight: 300; } .intro_h2 {  font-size: 1.2rem;  color: #496DB7 } .title_description_par_product {  font-size: 20px;  color: #496DB7; } .password_advice {} #rc-anchor-container {  background: transparent !important; } .spiegazione {  position: relative;  display: inline-block;  border-bottom: 1px dotted black;  color: #496DB7;  font-weight: 500; } .spiegazione .bubble {  visibility: hidden;  margin: 0 auto 1rem;  max-width: 600px;  padding: 0.5rem 1.5rem;  background-color: #ecf0f7;  border: 1px solid #ecf0f7;  border-radius: 0.25rem;  max-width: 600px;  text-align: left;  border-radius: 0px;  padding: 5px 10px;  color: #616976;  font-weight: 400;   position: absolute;  z-index: 1; margin-left: -2em;  width: 12em;  font-size: 0.8em;  bottom: 2em;  border: 0.0625rem solid #44474611;  box-shadow: 0 1px 3px rgb(0 0 0 / 20%); } .bubble-bottom-left:before {  content: "";  width: 0px;  height: 0px;  position: absolute;  border-left: 24px solid #ecf0f7;  border-right: 12px solid transparent;  border-top: 12px solid #ecf0f7;  border-bottom: 20px solid transparent;  bottom: -24px; left: 7em; } .spiegazione:hover .bubble {  visibility: visible; } .table_content_line a {  font-size: 1.2rem;  color: #606060 !important; } .secondlevel {  margin-left: 20px; } .content_h3 {  color: #606060 !important; } .title_tablecontent {  font-size: 1.4rem !important; } ul.table_content_group li::marker {  color: #476cb5; }
 span.ma5menu__logo { display: none !important } #off-canvas-menu{ display: none } @media only screen and (max-width:991px){ #off-canvas-menu{ display: block } .lvl-0.ma5menu__panel.hasnt-scrollbar.ma5menu__panel--parent-leave.ma5menu__panel--active>ul>li>a ,.ma5menu__panel--active.lvl-0.ma5menu__panel.hasnt-scrollbar>ul>li>a,.ma5menu__panel--active.lvl-0.ma5menu__panel>ul>li>a {   font-size: 19px !important;   text-transform: capitalize !important; } .ma5menu__leave {   font-size: 19px;   text-transform: capitalize; } .ma5menu__head{ border-bottom: 1px solid #4cb6ea !important; } .ma5menu__panel.lvl-0 {   text-transform: inherit !important; } .ma5menu__toggle{ background-color: transparent !important; } .ma5menu__toggle{ width: 68px !important;   height: 46px !important; } button.ma5menu__toggle {   position: absolute;   right: 40px;   top:55px; } .ma5menu__container{ background-color:#fff!important; } .ma5menu__panel{ background-color:#fff !important } .ma5menu__alert{ display: none !important; } .ma5menu__panel>ul li a:hover{ color:#4cb6ea !important; } .ma5menu__panel::-webkit-scrollbar{ background-color:#fff!important } .ma5menu__panel::-webkit-scrollbar-thumb{ border-right:0 !important; } .ma5menu__panel>ul li a{ color:#6B6B6B!important; } .ma5menu__close{ color:#8b8782 !important; } .ma5menu__leave{ color:#4cb6ea !important; font-size: 19px !important } .ma5menu__panel ul li a:hover,.ma5menu__leave:hover{ background-color: #f4f4f4 !important; } .ma5menu__btn--leave{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNOTcuMTQxLDIyNS45MmMwLTguMDk1LDMuMDkxLTE2LjE5Miw5LjI1OS0yMi4zNjZMMzAwLjY4OSw5LjI3YzEyLjM1OS0xMi4zNTksMzIuMzk3LTEyLjM1OSw0NC43NTEsMCAgIGMxMi4zNTQsMTIuMzU0LDEyLjM1NCwzMi4zODgsMCw0NC43NDhMMTczLjUyNSwyMjUuOTJsMTcxLjkwMywxNzEuOTA5YzEyLjM1NCwxMi4zNTQsMTIuMzU0LDMyLjM5MSwwLDQ0Ljc0NCAgIGMtMTIuMzU0LDEyLjM2NS0zMi4zODYsMTIuMzY1LTQ0Ljc0NSwwbC0xOTQuMjktMTk0LjI4MUMxMDAuMjI2LDI0Mi4xMTUsOTcuMTQxLDIzNC4wMTgsOTcuMTQxLDIyNS45MnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzRDQjZFQSIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+") !important; background-size: 15px 15px !important; } .ma5menu__btn--enter{ background-size: 15px 15px !important; background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1MS44NDYgNDUxLjg0NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NiA0NTEuODQ3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMzQ1LjQ0MSwyNDguMjkyTDE1MS4xNTQsNDQyLjU3M2MtMTIuMzU5LDEyLjM2NS0zMi4zOTcsMTIuMzY1LTQ0Ljc1LDBjLTEyLjM1NC0xMi4zNTQtMTIuMzU0LTMyLjM5MSwwLTQ0Ljc0NCAgIEwyNzguMzE4LDIyNS45MkwxMDYuNDA5LDU0LjAxN2MtMTIuMzU0LTEyLjM1OS0xMi4zNTQtMzIuMzk0LDAtNDQuNzQ4YzEyLjM1NC0xMi4zNTksMzIuMzkxLTEyLjM1OSw0NC43NSwwbDE5NC4yODcsMTk0LjI4NCAgIGM2LjE3Nyw2LjE4LDkuMjYyLDE0LjI3MSw5LjI2MiwyMi4zNjZDMzU0LjcwOCwyMzQuMDE4LDM1MS42MTcsMjQyLjExNSwzNDUuNDQxLDI0OC4yOTJ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM0Q0I2RUEiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==") !important ; } .ma5menu__btn--enter:hover,.ma5menu__btn--leave:hover{ color:#8b8782 !important; } .ma5menu__panel>ul li a, .ma5menu__panel>ul li .ma5menu__category{ min-height: 30px !important; padding: 10px 20px 10px 20px !important; font-size: 17px; } .ma5menu__close{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDcuOTcxIDQ3Ljk3MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDcuOTcxIDQ3Ljk3MTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iIj48Zz48Zz4KCTxwYXRoIGQ9Ik0yOC4yMjgsMjMuOTg2TDQ3LjA5Miw1LjEyMmMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBMMjMuOTg2LDE5Ljc0NEw1LjEyMSwwLjg4ICAgYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDJsMTguODY1LDE4Ljg2NEwwLjg3OSw0Mi44NWMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MiAgIEMxLjQ2NSw0Ny42NzcsMi4yMzMsNDcuOTcsMyw0Ny45N3MxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWwxOC44NjUtMTguODY0TDQyLjg1LDQ3LjA5MWMwLjU4NiwwLjU4NiwxLjM1NCwwLjg3OSwyLjEyMSwwLjg3OSAgIHMxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyTDI4LjIyOCwyMy45ODZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiM0Q0I2RUEiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==") !important; } } @media only screen and (max-width:769px){ button.ma5menu__toggle {   position: absolute;   right: 22px;   top:6px !important;   height: 25px } button.ma5menu__toggle img{ height: 30px; } }  @media only screen and (max-width:750px){  } @media only screen and (max-width:575px){ button.ma5menu__toggle{  right:15px;  top:2px !important; } button.ma5menu__toggle img{ height:auto;  } }  
.ma5menu{display:none;box-sizing:border-box}.ma5menu *,.ma5menu *:after,.ma5menu *:before{box-sizing:border-box}.ma5menu--active .ma5menu__page{margin-right:-17px;height:100%;overflow:hidden;-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0);transition:-webkit-transform 0.3s ease-out 0s;-o-transition:transform 0.3s ease-out 0s;transition:transform 0.3s ease-out 0s;transition:transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s}@media (min-width: 768px){.ma5menu--active .ma5menu__page{-webkit-transform:translate3d(360px, 0, 0);transform:translate3d(360px, 0, 0)}}.ma5menu>ul{display:none}.ma5menu__head{padding:0 5px;border-bottom:1px solid #0c589e;height:60px;text-align:center;color:#fff;background-color:transparent;position:relative}.ma5menu__header{line-height:35px;color:#fff;background-color:transparent}.ma5menu__header a{color:#ffc107}.ma5menu__header a:hover{color:#ffc107}.ma5menu__close{position:absolute;top:50%;left:50%;width:24px;height:24px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#fff;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");background-size:24px 24px;background-position:50% 50%}.ma5menu__toggle:hover .ma5menu__close{color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");background-color:transparent}.ma5menu__logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color:#fff;width:40px;height:40px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M14%206l-3.75%205%202.85%203.8-1.6%201.2C9.81%2013.75%207%2010%207%2010l-6%208h22L14%206z%22/%3E%3C/svg%3E");background-size:40px 40px;background-position:50% 50%}.ma5menu__home:hover .ma5menu__logo{color:#ffc107}.ma5menu__home{font-weight:700;color:inherit}.ma5menu__tools{display:none}.ma5menu__footer .ma5menu__tools{display:block}.ma5menu__footer{padding:20px 20px 30px 20px;text-align:center;color:rgba(255,255,255,0.6);background-color:transparent;text-transform:none}.ma5menu__footer a{color:#ffc107}.ma5menu__footer a:hover{color:#ffc107}.ma5menu__toggle{cursor:pointer;color:#fff;background-color:#0e65b6;-ms-touch-action:manipulation;touch-action:manipulation;width:52px;height:38px;position:relative;display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;font-weight:400;padding:8px 12px;border-radius:4px;-o-transition:box-shadow .15s ease-in-out;transition:box-shadow .15s ease-in-out}.ma5menu__toggle:hover{color:#fff;background-color:#ef6c00}.ma5menu__header .ma5menu__toggle{position:absolute;top:0;width:60px;height:60px;color:#fff;background-color:transparent}.ma5menu__header .ma5menu__toggle:hover{color:#ffc107;background-color:transparent}.ma5menu--left .ma5menu__header .ma5menu__toggle{right:0}.ma5menu--right .ma5menu__header .ma5menu__toggle{left:0}.ma5menu__icon-toggle{display:inline-block;position:absolute;margin:auto;top:-100%;bottom:-100%;left:-100%;right:-100%;vertical-align:top;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22/%3E%3C/svg%3E");background-position:50% 50%;background-size:100% 100%;background-repeat:no-repeat}.ma5menu__icon-up{margin:0;width:44px;height:44px;display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);background-repeat:no-repeat;background-position:50% 50%;background-size:24px 24px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E")}.ma5menu__alert{display:block;text-align:center;width:280px;height:50px;bottom:0;left:0;position:absolute;overflow:hidden;z-index:500;-webkit-transform:translateZ(0);transform:translateZ(0);background-image:-o-linear-gradient(top, rgba(14,101,182,0) 0%, #0e65b6 50%);background-image:linear-gradient(to bottom, rgba(14,101,182,0) 0%, #0e65b6 50%);background-repeat:no-repeat;background-size:100% 100%;background-position:0 50px;-o-transition:background-position .4s ease-in .3s;transition:background-position .4s ease-in .3s;will-change:auto;pointer-events:none}@media (min-width: 768px){.ma5menu__alert{width:360px}}.ma5menu__container--scroll .ma5menu__alert{background-position:0 0;-o-transition:background-position .4s ease-out;transition:background-position .4s ease-out;pointer-events:auto}.ma5menu__alert-content{width:150px;height:40px;position:absolute;bottom:-40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-o-transition:bottom .4s ease-in;transition:bottom .4s ease-in}.ma5menu__container--scroll .ma5menu__alert-content{bottom:0;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-duration:0.6s;animation-duration:0.6s;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:ma5-arrowDown;animation-name:ma5-arrowDown;-o-transition:bottom .4s ease-out .4s;transition:bottom .4s ease-out .4s}.ma5menu__container{-o-transition:none !important;transition:none !important;position:fixed;background-color:#0e65b6;height:100%;top:0;line-height:19px;overflow:hidden;border:none;z-index:10000;box-shadow:0 0 12px rgba(0,0,0,0.14)}@media (max-width: 767px){.ma5menu__container{width:280px}}@media (min-width: 768px){.ma5menu__container{width:360px}}.ma5menu--left .ma5menu__container{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0);left:0}.ma5menu--right .ma5menu__container{-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0);right:-280px}.ma5menu--ready.ma5menu--left .ma5menu__container{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.noie.ma5menu--ready.ma5menu--left .ma5menu__container{-webkit-animation-name:ma5menuOut;animation-name:ma5menuOut}.ie.ma5menu--ready.ma5menu--left .ma5menu__container{-webkit-animation-name:ma5menuOutIEphone;animation-name:ma5menuOutIEphone}@media (min-width: 768px){.ie.ma5menu--ready.ma5menu--left .ma5menu__container{-webkit-animation-name:ma5menuOutIEtablet;animation-name:ma5menuOutIEtablet}}.ma5menu--ready.ma5menu--right .ma5menu__container{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.noie.ma5menu--ready.ma5menu--right .ma5menu__container{-webkit-animation-name:ma5menuOutB;animation-name:ma5menuOutB}.ie.ma5menu--ready.ma5menu--right .ma5menu__container{-webkit-animation-name:ma5menuOutBIEphone;animation-name:ma5menuOutBIEphone}@media (min-width: 768px){.ie.ma5menu--ready.ma5menu--right .ma5menu__container{-webkit-animation-name:ma5menuOutBIEtablet;animation-name:ma5menuOutBIEtablet}}.ma5menu--active.ma5menu--left .ma5menu__container{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.noie.ma5menu--active.ma5menu--left .ma5menu__container{-webkit-animation-name:ma5menuOutB;animation-name:ma5menuOutB}.ie.ma5menu--active.ma5menu--left .ma5menu__container{-webkit-animation-name:ma5menuOutBIEphone;animation-name:ma5menuOutBIEphone}@media (min-width: 768px){.ie.ma5menu--active.ma5menu--left .ma5menu__container{-webkit-animation-name:ma5menuOutBIEtablet;animation-name:ma5menuOutBIEtablet}}.ma5menu--active.ma5menu--right .ma5menu__container{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.noie.ma5menu--active.ma5menu--right .ma5menu__container{-webkit-animation-name:ma5menuIn;animation-name:ma5menuIn}.ie.ma5menu--active.ma5menu--right .ma5menu__container{-webkit-animation-name:ma5menuInIEphone;animation-name:ma5menuInIEphone}@media (min-width: 768px){.ie.ma5menu--active.ma5menu--right .ma5menu__container{-webkit-animation-name:ma5menuInIEtablet;animation-name:ma5menuInIEtablet}}@media (min-width: 768px){.ma5menu--left .ma5menu__container{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0);padding:0;left:0}}@media (min-width: 768px){.ma5menu--right .ma5menu__container{-webkit-transform:translate3d(360px, 0, 0);transform:translate3d(360px, 0, 0);right:-360px}}.safari .ma5menu__container{height:100%}.preload .ma5menu__container{opacity:0;z-index:-1}.ma5menu__panel{display:none;width:280px;height:80%;height:calc(100% - 60px);position:absolute;overflow:hidden;overflow-y:auto;top:60px;left:0;margin:0;padding:0;list-style-type:none;z-index:100;color:rgba(255,255,255,0.1);background-color:#0e65b6;scrollbar-color:#0a4b87 #0e65b6;scrollbar-width:thin}@media (min-width: 768px){.ma5menu__panel{width:360px}}.ma5menu__panel.has-scrollbar{overflow:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch}.ma5menu__panel:hover::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0.4)}.ma5menu__panel::-webkit-scrollbar{width:9px;background-color:#0d60ad}.ma5menu__panel::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,0.15);outline:none;border-right:3px solid #0d60ad}.ma5menu__panel:first-of-type{z-index:160}.ma5menu__panel--parent-leave,.ma5menu__panel--parent-enter{z-index:180;display:block}.ma5menu__panel--active-leave,.ma5menu__panel--active-enter{z-index:190;display:block}.ma5menu__panel--active-enter{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.noie .ma5menu__panel--active-enter{-webkit-animation-name:ma5-panelIn;animation-name:ma5-panelIn}.ie .ma5menu__panel--active-enter{-webkit-animation-name:ma5-panelInIEphone;animation-name:ma5-panelInIEphone}@media (min-width: 768px){.ie .ma5menu__panel--active-enter{-webkit-animation-name:ma5-panelInIEtablet;animation-name:ma5-panelInIEtablet}}.ma5menu__panel--active-leave{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.noie .ma5menu__panel--active-leave{-webkit-animation-name:ma5-panelOut;animation-name:ma5-panelOut}.ie .ma5menu__panel--active-leave{-webkit-animation-name:ma5-panelOutIEphone;animation-name:ma5-panelOutIEphone}@media (min-width: 768px){.ie .ma5menu__panel--active-leave{-webkit-animation-name:ma5-panelOutIEtablet;animation-name:ma5-panelOutIEtablet}}.ma5menu__panel--parent-enter{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.noie .ma5menu__panel--parent-enter{-webkit-animation-name:ma5menuOut;animation-name:ma5menuOut}.ie .ma5menu__panel--parent-enter{-webkit-animation-name:ma5menuOutIEphone;animation-name:ma5menuOutIEphone}@media (min-width: 768px){.ie .ma5menu__panel--parent-enter{-webkit-animation-name:ma5menuOutIEtablet;animation-name:ma5menuOutIEtablet}}.ma5menu__panel--parent-leave{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.noie .ma5menu__panel--parent-leave{-webkit-animation-name:ma5menuOutB;animation-name:ma5menuOutB}.ie .ma5menu__panel--parent-leave{-webkit-animation-name:ma5menuOutBIEphone;animation-name:ma5menuOutBIEphone}@media (min-width: 768px){.ie .ma5menu__panel--parent-leave{-webkit-animation-name:ma5menuOutBIEtablet;animation-name:ma5menuOutBIEtablet}}.ma5menu__panel.lvl-0{text-transform:uppercase}.ma5menu__panel.lvl-1{text-transform:none}.ma5menu__panel>ul{margin:0;padding:0}.ma5menu__panel>ul li{position:relative;font-size:0;padding-right:0;margin-bottom:0;line-height:0}.ma5menu__panel>ul li:first-of-type{border-top:1px solid rgba(255,255,255,0.3)}.ma5menu__panel>ul li a,.ma5menu__panel>ul li .ma5menu__category{display:inline-block;vertical-align:top;text-decoration:none !important;width:100%;outline:none !important;border-bottom:1px solid rgba(255,255,255,0.3);pointer-events:none;letter-spacing:.3px;-o-transition:color .3s ease-out, background-color .3s ease-out;transition:color .3s ease-out, background-color .3s ease-out;padding:15px 20px 15px 20px;font-size:15px;line-height:19px;overflow:hidden;-ms-touch-action:manipulation;touch-action:manipulation;min-height:50px}.ma5menu__panel>ul li a{color:#fff;background-color:transparent}.ma5menu__panel>ul li a:hover{color:#ffc107;background-color:transparent;-o-transition:none;transition:none}.ma5menu__panel>ul li .ma5menu__category{position:relative;text-align:left;background-position:calc(100% - 13px) 50%;color:#fff;background-color:transparent}.ma5menu__panel>ul li .ma5menu__category:hover{color:#ffc107;background-color:transparent;-o-transition:none;transition:none}.ma5menu__panel>ul li .ma5menu__category.ma5menu__path{color:#ffc107 !important;background-color:transparent !important}.ma5menu__panel>ul li .ma5menu__category.ma5menu__path:hover{color:#ffc107 !important;background-color:transparent !important;-o-transition:none;transition:none}.ma5menu__panel>ul li>.ma5menu__btn--enter+a{padding-right:60px;margin-right:-50px}.ma5menu__panel--active{z-index:99999;display:block}.ma5menu__panel--active>ul li a,.ma5menu__panel--active>ul li .ma5menu__category{pointer-events:auto}.ma5menu__btn--enter,.ma5menu__btn--leave{font-size:13px;cursor:pointer;display:block;position:absolute;padding:0;top:0;height:100%;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;background-repeat:no-repeat;background-position:50% 50%;background-size:24px 24px;-o-transition:background-color 0.3s ease-out;transition:background-color 0.3s ease-out}.ma5menu__btn--enter:hover,.ma5menu__btn--leave:hover{-o-transition:none;transition:none}.ma5menu__btn--enter{z-index:0;left:auto;right:0;color:#fff;background-color:rgba(255,255,255,0.1);background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");width:50px}.ma5menu__btn--enter:hover{color:#ffc107;background-color:rgba(255,255,255,0.3);background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E")}.ma5menu__btn--enter:before{content:"";display:block;width:1px;position:absolute;top:3px;bottom:3px;left:-2px;background-color:transparent;-webkit-transform:translateZ(0);transform:translateZ(0)}.ma5menu__btn--leave{left:0;right:auto;color:#fff;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");width:50px}.ma5menu__btn--leave:hover{color:#ffc107;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E")}.ma5menu__leave:hover .ma5menu__btn--leave{color:#ffc107;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E")}.ma5menu__btn--leave:before{content:"";display:block;width:1px;position:absolute;top:0;bottom:0;right:-2px;background-color:transparent;-webkit-transform:translateZ(0);transform:translateZ(0)}.ma5menu__leave{font-size:15px;color:#fff;background-color:rgba(255,255,255,0.1);cursor:pointer;display:block;position:relative;padding:0 44px 0 44px;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%;border-bottom:1px solid rgba(255,255,255,0.3);height:50px;line-height:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:-44px}.ma5menu__leave:hover{color:#ffc107;background-color:rgba(255,255,255,0.1)}.ma5menu__leave+.ma5menu__btn--enter{bottom:0;height:calc(100% - 50px);top:auto}.ma5menu__path{color:#ffc107 !important;background-color:transparent !important}.ma5menu--overflow{overflow-x:hidden !important}.ma5menu--left:before,.ma5menu--right:before{content:"";display:block;height:100%;position:fixed;top:0;background-color:rgba(255,255,255,0.01);z-index:-1;-o-transition:background-color 0.4s ease-out 0.5s, z-index 0.8s linear;transition:background-color 0.4s ease-out 0.5s, z-index 0.8s linear;width:100%}.ma5menu--active:before{background-color:rgba(255,255,255,0.6);-o-transition:background-color 0.4s ease-in;transition:background-color 0.4s ease-in;z-index:9000}.ma5menu--active>body .container *{-ms-touch-action:none;touch-action:none;pointer-events:none}@media (max-width: 767px){.ma5menu--active>body *{pointer-events:auto}.ma5menu--active>body .ma5menu__toggle{pointer-events:auto}.ma5menu--active>body .ma5menu__toggle *{pointer-events:auto}.ma5menu--active>body .ma5menu__container{pointer-events:auto}.ma5menu--active>body .ma5menu__container *{pointer-events:auto}.ma5menu--active>body .ma5menu__container .ma5menu__alert{pointer-events:none}.ma5menu--active>body .ma5menu__container--scroll{pointer-events:auto}}@media (max-width: 1199px){.ma5menu--active.has-body-scrollbar{overflow:hidden;overflow-y:scroll;height:auto;min-height:100%;-webkit-overflow-scrolling:touch}}.ma5menu--active.ma5menu--left:before{right:0}.ma5menu--active.ma5menu--right:before{left:0}.ma5menu--swipe{position:relative;overflow-x:hidden !important}.ma5menu--swipe body{position:relative}.ma5menu--swipe.ma5menu--left body{-o-transition:left 0.5s ease-out;transition:left 0.5s ease-out;left:0}.ma5menu--swipe.ma5menu--right body{-o-transition:right 0.5s ease-out;transition:right 0.5s ease-out;right:0}.ma5menu--swipe.ma5menu--active.ma5menu--left body{left:280px}@media (min-width: 768px){.ma5menu--swipe.ma5menu--active.ma5menu--left body{left:360px}}.ma5menu--swipe.ma5menu--active.ma5menu--right body{right:280px}@media (min-width: 768px){.ma5menu--swipe.ma5menu--active.ma5menu--right body{right:360px}}.ma5menu__sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}@-webkit-keyframes ma5-panelIn{0%{-webkit-transform:translate3d(280px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0)}}@keyframes ma5-panelIn{0%{-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes ma5-panelOut{0%{-webkit-transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(280px, 0, 0)}}@keyframes ma5-panelOut{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0)}}@-webkit-keyframes ma5menuIn{0%{-webkit-transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-280px, 0, 0)}}@keyframes ma5menuIn{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}}@-webkit-keyframes ma5menuOut{0%{-webkit-transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-280px, 0, 0)}}@keyframes ma5menuOut{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}}@-webkit-keyframes ma5menuOutB{0%{-webkit-transform:translate3d(-280px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0)}}@keyframes ma5menuOutB{0%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@media (min-width: 768px){@-webkit-keyframes ma5-panelIn{0%{-webkit-transform:translate3d(360px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0)}}@keyframes ma5-panelIn{0%{-webkit-transform:translate3d(360px, 0, 0);transform:translate3d(360px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes ma5-panelOut{0%{-webkit-transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(360px, 0, 0)}}@keyframes ma5-panelOut{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(360px, 0, 0);transform:translate3d(360px, 0, 0)}}@-webkit-keyframes ma5menuIn{0%{-webkit-transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-360px, 0, 0)}}@keyframes ma5menuIn{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0)}}@-webkit-keyframes ma5menuOut{0%{-webkit-transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-360px, 0, 0)}}@keyframes ma5menuOut{0%{-webkit-transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-360px, 0, 0)}}@-webkit-keyframes ma5menuOutB{0%{-webkit-transform:translate3d(-360px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0)}}@keyframes ma5menuOutB{0%{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}}@-webkit-keyframes ma5-panelInIEphone{0%{-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ma5-panelInIEphone{0%{-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes ma5-panelOutIEphone{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0)}}@keyframes ma5-panelOutIEphone{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(280px, 0, 0);transform:translate3d(280px, 0, 0)}}@-webkit-keyframes ma5menuInIEphone{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}}@keyframes ma5menuInIEphone{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}}@-webkit-keyframes ma5menuOutIEphone{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}}@keyframes ma5menuOutIEphone{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}}@-webkit-keyframes ma5menuOutBIEphone{0%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ma5menuOutBIEphone{0%{-webkit-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes ma5-panelInIEtablet{0%{-webkit-transform:translate3d(360px, 0, 0);transform:translate3d(360px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ma5-panelInIEtablet{0%{-webkit-transform:translate3d(360px, 0, 0);transform:translate3d(360px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes ma5-panelOutIEtablet{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(360px, 0, 0);transform:translate3d(360px, 0, 0)}}@keyframes ma5-panelOutIEtablet{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(360px, 0, 0);transform:translate3d(360px, 0, 0)}}@-webkit-keyframes ma5menuInIEtablet{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0)}}@keyframes ma5menuInIEtablet{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0)}}@-webkit-keyframes ma5menuOutIEtablet{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0)}}@keyframes ma5menuOutIEtablet{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0)}}@-webkit-keyframes ma5menuOutBIEtablet{0%{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes ma5menuOutBIEtablet{0%{-webkit-transform:translate3d(-360px, 0, 0);transform:translate3d(-360px, 0, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-webkit-keyframes ma5-arrowDown{0%{opacity:1}40%{opacity:0}60%{opacity:0.5}100%{opacity:1}}@keyframes ma5-arrowDown{0%{opacity:1}40%{opacity:0}60%{opacity:0.5}100%{opacity:1}} 
