animated{animation-duration:1s;animation-fill-mode:both}
.animated.hinge{animation-duration:2s}
@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-30px)}
60%{transform:translateY(-15px)}
}
.bounce{animation-name:bounce}
@keyframes flash{0%,50%,to{opacity:1}
25%,75%{opacity:0}
}
.flash{animation-name:flash}
@keyframes pulse{0%{transform:scale(1)}
50%{transform:scale(1.1)}
to{transform:scale(1)}
}
.pulse{animation-name:pulse}
@keyframes shake{0%,to{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-10px)}
20%,40%,60%,80%{transform:translateX(10px)}
}
.shake{animation-name:shake}
@keyframes swing{20%{transform:rotate(15deg)}
40%{transform:rotate(-10deg)}
60%{transform:rotate(5deg)}
80%{transform:rotate(-5deg)}
to{transform:rotate(0deg)}
}
.swing{transform-origin:top center;animation-name:swing}
@keyframes tada{0%{transform:scale(1)}
10%,20%{transform:scale(.9) rotate(-3deg)}
30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}
40%,60%,80%{transform:scale(1.1) rotate(-3deg)}
to{transform:scale(1) rotate(0)}
}
.tada{animation-name:tada}
@keyframes wobble{0%{transform:translateX(0)}
15%{transform:translateX(-25%) rotate(-5deg)}
30%{transform:translateX(20%) rotate(3deg)}
45%{transform:translateX(-15%) rotate(-3deg)}
60%{transform:translateX(10%) rotate(2deg)}
75%{transform:translateX(-5%) rotate(-1deg)}
to{transform:translateX(0)}
}
.wobble{animation-name:wobble}
@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}
50%{opacity:1;transform:scale(1.05)}
70%{transform:scale(.9)}
to{transform:scale(1)}
}
.bounceIn{animation-name:bounceIn}
@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}
60%{opacity:1;transform:translateY(30px)}
80%{transform:translateY(-10px)}
to{transform:translateY(0)}
}
.bounceInDown{animation-name:bounceInDown}
@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}
60%{opacity:1;transform:translateX(30px)}
80%{transform:translateX(-10px)}
to{transform:translateX(0)}
}
.bounceInLeft{animation-name:bounceInLeft}
@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}
60%{opacity:1;transform:translateX(-30px)}
80%{transform:translateX(10px)}
to{transform:translateX(0)}
}
.bounceInRight{animation-name:bounceInRight}
@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}
60%{opacity:1;transform:translateY(-30px)}
80%{transform:translateY(10px)}
to{transform:translateY(0)}
}
.bounceInUp{animation-name:bounceInUp}
@keyframes bounceOut{0%{transform:scale(1)}
25%{transform:scale(.95)}
50%{opacity:1;transform:scale(1.1)}
to{opacity:0;transform:scale(.3)}
}
.bounceOut{animation-name:bounceOut}
@keyframes bounceOutDown{0%{transform:translateY(0)}
20%{opacity:1;transform:translateY(-20px)}
to{opacity:0;transform:translateY(2000px)}
}
.bounceOutDown{animation-name:bounceOutDown}
@keyframes bounceOutLeft{0%{transform:translateX(0)}
20%{opacity:1;transform:translateX(20px)}
to{opacity:0;transform:translateX(-2000px)}
}
.bounceOutLeft{animation-name:bounceOutLeft}
@keyframes bounceOutRight{0%{transform:translateX(0)}
20%{opacity:1;transform:translateX(-20px)}
to{opacity:0;transform:translateX(2000px)}
}
.bounceOutRight{animation-name:bounceOutRight}
@keyframes bounceOutUp{0%{transform:translateY(0)}
20%{opacity:1;transform:translateY(20px)}
to{opacity:0;transform:translateY(-2000px)}
}
.bounceOutUp{animation-name:bounceOutUp}
@keyframes fadeIn{0%{opacity:0}
to{opacity:1}
}
.fadeIn{animation-name:fadeIn}
@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
.fadeInDown{animation-name:fadeInDown}
@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}
to{opacity:1;transform:translateY(0)}
}
.fadeInDownBig{animation-name:fadeInDownBig}
@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}
to{opacity:1;transform:translateX(0)}
}
.fadeInLeft{animation-name:fadeInLeft}
@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}
to{opacity:1;transform:translateX(0)}
}
.fadeInLeftBig{animation-name:fadeInLeftBig}
@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}
to{opacity:1;transform:translateX(0)}
}
.fadeInRight{animation-name:fadeInRight}
@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}
to{opacity:1;transform:translateX(0)}
}
.fadeInRightBig{animation-name:fadeInRightBig}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.fadeInUp{animation-name:fadeInUp}
@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}
to{opacity:1;transform:translateY(0)}
}
.fadeInUpBig{animation-name:fadeInUpBig}
@keyframes fadeOut{0%{opacity:1}
to{opacity:0}
}
.fadeOut{animation-name:fadeOut}
@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}
to{opacity:0;transform:translateY(20px)}
}
.fadeOutDown{animation-name:fadeOutDown}
@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}
to{opacity:0;transform:translateY(2000px)}
}
.fadeOutDownBig{animation-name:fadeOutDownBig}
@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}
to{opacity:0;transform:translateX(-20px)}
}
.fadeOutLeft{animation-name:fadeOutLeft}
@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}
to{opacity:0;transform:translateX(-2000px)}
}
.fadeOutLeftBig{animation-name:fadeOutLeftBig}
@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}
to{opacity:0;transform:translateX(20px)}
}
.fadeOutRight{animation-name:fadeOutRight}
@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}
to{opacity:0;transform:translateX(2000px)}
}
.fadeOutRightBig{animation-name:fadeOutRightBig}
@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}
to{opacity:0;transform:translateY(-20px)}
}
.fadeOutUp{animation-name:fadeOutUp}
@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}
to{opacity:0;transform:translateY(-2000px)}
}
.fadeOutUpBig{animation-name:fadeOutUpBig}
@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}
40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}
50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}
80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);animation-timing-function:ease-in}
to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);animation-timing-function:ease-in}
}
.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}
@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}
40%{transform:perspective(400px) rotateX(-10deg)}
70%{transform:perspective(400px) rotateX(10deg)}
to{transform:perspective(400px) rotateX(0deg);opacity:1}
}
.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}
@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}
40%{transform:perspective(400px) rotateY(-10deg)}
70%{transform:perspective(400px) rotateY(10deg)}
to{transform:perspective(400px) rotateY(0deg);opacity:1}
}
.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}
@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}
to{transform:perspective(400px) rotateX(90deg);opacity:0}
}
.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}
to{transform:perspective(400px) rotateY(90deg);opacity:0}
}
.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}
@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}
60%{transform:translateX(-20%) skewX(30deg);opacity:1}
80%{transform:translateX(0) skewX(-15deg);opacity:1}
to{transform:translateX(0) skewX(0deg);opacity:1}
}
.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}
@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}
to{transform:translateX(100%) skewX(-30deg);opacity:0}
}
.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}
@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}
to{transform-origin:center center;transform:rotate(0);opacity:1}
}
.rotateIn{animation-name:rotateIn}
@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}
to{transform-origin:left bottom;transform:rotate(0);opacity:1}
}
.rotateInDownLeft{animation-name:rotateInDownLeft}
@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}
to{transform-origin:right bottom;transform:rotate(0);opacity:1}
}
.rotateInDownRight{animation-name:rotateInDownRight}
@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}
to{transform-origin:left bottom;transform:rotate(0);opacity:1}
}
.rotateInUpLeft{animation-name:rotateInUpLeft}
@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}
to{transform-origin:right bottom;transform:rotate(0);opacity:1}
}
.rotateInUpRight{animation-name:rotateInUpRight}
@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}
to{transform-origin:center center;transform:rotate(200deg);opacity:0}
}
.rotateOut{animation-name:rotateOut}
@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}
to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}
}
.rotateOutDownLeft{animation-name:rotateOutDownLeft}
@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}
to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}
}
.rotateOutDownRight{animation-name:rotateOutDownRight}
@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}
to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}
}
.rotateOutUpLeft{animation-name:rotateOutUpLeft}
@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}
to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}
}
.rotateOutUpRight{animation-name:rotateOutUpRight}
@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}
to{transform:translateY(0)}
}
.slideInDown{animation-name:slideInDown}
@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}
to{transform:translateX(0)}
}
.slideInLeft{animation-name:slideInLeft}
@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}
to{transform:translateX(0)}
}
.slideInRight{animation-name:slideInRight}
@keyframes slideOutLeft{0%{transform:translateX(0)}
to{opacity:0;transform:translateX(-2000px)}
}
.slideOutLeft{animation-name:slideOutLeft}
@keyframes slideOutRight{0%{transform:translateX(0)}
to{opacity:0;transform:translateX(2000px)}
}
.slideOutRight{animation-name:slideOutRight}
@keyframes slideOutUp{0%{transform:translateY(0)}
to{opacity:0;transform:translateY(-2000px)}
}
.slideOutUp{animation-name:slideOutUp}
@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}
20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}
40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}
80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}
to{transform:translateY(700px);opacity:0}
}
.hinge{animation-name:hinge}
@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}
to{opacity:1;transform:translateX(0) rotate(0deg)}
}
.rollIn{animation-name:rollIn}
@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}
to{opacity:0;transform:translateX(100%) rotate(120deg)}
}
.rollOut{animation-name:rollOut}


@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local("Roboto Thin"),local("Roboto-Thin"),url(//themes.googleusercontent.com/static/fonts/roboto/v10/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format("woff")}
@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(//themes.googleusercontent.com/static/fonts/roboto/v10/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format("woff")}
@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto Regular"),local("Roboto-Regular"),url(//themes.googleusercontent.com/static/fonts/roboto/v10/2UX7WLTfW3W8TclTUvlFyQ.woff) format("woff")}
@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(//themes.googleusercontent.com/static/fonts/roboto/v10/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format("woff")}
@font-face{font-family:Noto Sans Japanese;font-style:normal;font-weight:100;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype")}
@font-face{font-family:Noto Sans Japanese;font-style:normal;font-weight:200;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype")}
@font-face{font-family:Noto Sans Japanese;font-style:normal;font-weight:300;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype")}
@font-face{font-family:Noto Sans Japanese;font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype")}
@font-face{font-family:Noto Sans Japanese;font-style:normal;font-weight:500;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype")}
@font-face{font-family:Noto Sans Japanese;font-style:normal;font-weight:700;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype")}
@font-face{font-family:Noto Sans Japanese;font-style:normal;font-weight:900;src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"),url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype")}
/*! bulma.io v0.3.2 | MIT License | github.com/jgthms/bulma */@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
ul{list-style:none}
button,input,select,textarea{margin:0}
html{box-sizing:border-box}
*,:after,:before{box-sizing:inherit}
audio,embed,img,object,video{height:auto;max-width:100%}
iframe{border:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0;text-align:left}
html{background-color:#fff;font-size:14px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility}
article,aside,figure,footer,header,hgroup,section{display:block}
body,button,input,select,textarea{font-family:Roboto,Noto Sans Japanese,sans-serif}
code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:Inconsolata,Consolas,Monaco,monospace}
body{font-size:1rem;font-weight:400;line-height:1.5}
a,body{color:#000}
a{cursor:pointer;text-decoration:none;transition:none 86ms ease-out}
a:hover{color:#363636}
code{background-color:#f5f5f5;color:#ff3860;font-size:.8em;font-weight:400;padding:.25em .5em}
hr{background-color:#dbdbdb;border:none;display:block;height:1px;margin:1.5rem 0}
img{max-width:100%}
input[type=checkbox],input[type=radio]{vertical-align:baseline}
small{font-size:.8em}
span{font-style:inherit;font-weight:inherit}
strong{color:#363636;font-weight:700}
pre{background-color:#f5f5f5;color:#000;font-size:.8em;white-space:pre;word-wrap:normal}
pre code{background:none;color:inherit;display:block;font-size:1em;overflow-x:auto;padding:1.25rem 1.5rem}
table{width:100%}
table td,table th{text-align:left;vertical-align:top}
table th{color:#363636}
.is-block{display:block}
@media screen and (max-width:768px){.is-block-mobile{display:block!important}
}
@media screen and (min-width:769px){.is-block-tablet{display:block!important}
}
@media screen and (min-width:769px) and (max-width:999px){.is-block-tablet-only{display:block!important}
}
@media screen and (max-width:999px){.is-block-touch{display:block!important}
}
@media screen and (min-width:1000px){.is-block-desktop{display:block!important}
}
@media screen and (min-width:1000px) and (max-width:1191px){.is-block-desktop-only{display:block!important}
}
@media screen and (min-width:1192px){.is-block-widescreen{display:block!important}
}
.is-flex{display:-ms-flexbox;display:flex}
@media screen and (max-width:768px){.is-flex-mobile{display:-ms-flexbox!important;display:flex!important}
}
@media screen and (min-width:769px){.is-flex-tablet{display:-ms-flexbox!important;display:flex!important}
}
@media screen and (min-width:769px) and (max-width:999px){.is-flex-tablet-only{display:-ms-flexbox!important;display:flex!important}
}
@media screen and (max-width:999px){.is-flex-touch{display:-ms-flexbox!important;display:flex!important}
}
@media screen and (min-width:1000px){.is-flex-desktop{display:-ms-flexbox!important;display:flex!important}
}
@media screen and (min-width:1000px) and (max-width:1191px){.is-flex-desktop-only{display:-ms-flexbox!important;display:flex!important}
}
@media screen and (min-width:1192px){.is-flex-widescreen{display:-ms-flexbox!important;display:flex!important}
}
.is-inline{display:inline}
@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}
}
@media screen and (min-width:769px){.is-inline-tablet{display:inline!important}
}
@media screen and (min-width:769px) and (max-width:999px){.is-inline-tablet-only{display:inline!important}
}
@media screen and (max-width:999px){.is-inline-touch{display:inline!important}
}
@media screen and (min-width:1000px){.is-inline-desktop{display:inline!important}
}
@media screen and (min-width:1000px) and (max-width:1191px){.is-inline-desktop-only{display:inline!important}
}
@media screen and (min-width:1192px){.is-inline-widescreen{display:inline!important}
}
.is-inline-block{display:inline-block}
@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}
}
@media screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}
}
@media screen and (min-width:769px) and (max-width:999px){.is-inline-block-tablet-only{display:inline-block!important}
}
@media screen and (max-width:999px){.is-inline-block-touch{display:inline-block!important}
}
@media screen and (min-width:1000px){.is-inline-block-desktop{display:inline-block!important}
}
@media screen and (min-width:1000px) and (max-width:1191px){.is-inline-block-desktop-only{display:inline-block!important}
}
@media screen and (min-width:1192px){.is-inline-block-widescreen{display:inline-block!important}
}
.is-inline-flex{display:-ms-inline-flexbox;display:inline-flex}
@media screen and (max-width:768px){.is-inline-flex-mobile{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media screen and (min-width:769px){.is-inline-flex-tablet{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media screen and (min-width:769px) and (max-width:999px){.is-inline-flex-tablet-only{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media screen and (max-width:999px){.is-inline-flex-touch{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media screen and (min-width:1000px){.is-inline-flex-desktop{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media screen and (min-width:1000px) and (max-width:1191px){.is-inline-flex-desktop-only{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
@media screen and (min-width:1192px){.is-inline-flex-widescreen{display:-ms-inline-flexbox!important;display:inline-flex!important}
}
.is-clearfix:after{clear:both;content:" ";display:table}
.is-pulled-left{float:left}
.is-pulled-right{float:right}
.is-clipped{overflow:hidden!important}
.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}
.has-text-centered{text-align:center}
.has-text-left{text-align:left}
.has-text-right{text-align:right}
.is-hidden{display:none!important}
@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}
}
@media screen and (min-width:769px){.is-hidden-tablet{display:none!important}
}
@media screen and (min-width:769px) and (max-width:999px){.is-hidden-tablet-only{display:none!important}
}
@media screen and (max-width:999px){.is-hidden-touch{display:none!important}
}
@media screen and (min-width:1000px){.is-hidden-desktop{display:none!important}
}
@media screen and (min-width:1000px) and (max-width:1191px){.is-hidden-desktop-only{display:none!important}
}
@media screen and (min-width:1192px){.is-hidden-widescreen{display:none!important}
}
.is-disabled{pointer-events:none}
.is-marginless{margin:0!important}
.is-paddingless{padding:0!important}
.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.box{background-color:#fff;border-radius:5px;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);display:block;padding:1.25rem}
.box:not(:last-child){margin-bottom:1.5rem}
a.box:focus,a.box:hover{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px #000}
a.box:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2),0 0 0 1px #000}
.button{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.285em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid #dbdbdb;color:#363636;cursor:pointer;-ms-flex-pack:center;justify-content:center;padding-left:.75em;padding-right:.75em;text-align:center;white-space:nowrap}
.button.is-active,.button.is-focused,.button:active,.button:focus{outline:none}
.button.is-disabled,.button[disabled]{pointer-events:none}
.button strong{color:inherit}
.button .icon:first-child:not(:last-child){margin-left:-.25rem;margin-right:.5rem}
.button .icon:last-child:not(:first-child){margin-left:.5rem;margin-right:-.25rem}
.button .icon:first-child:last-child{margin-left:calc(-1px + -.25rem);margin-right:calc(-1px + -.25rem)}
.button .icon.is-small:first-child:not(:last-child){margin-left:0}
.button .icon.is-small:last-child:not(:first-child){margin-right:0}
.button .icon.is-small:first-child:last-child{margin-left:calc(-1px + 0rem);margin-right:calc(-1px + 0rem)}
.button .icon.is-medium:first-child:not(:last-child){margin-left:-.5rem}
.button .icon.is-medium:last-child:not(:first-child){margin-right:-.5rem}
.button .icon.is-medium:first-child:last-child{margin-left:calc(-1px + -.5rem);margin-right:calc(-1px + -.5rem)}
.button .icon.is-large:first-child:not(:last-child){margin-left:-1rem}
.button .icon.is-large:last-child:not(:first-child){margin-right:-1rem}
.button .icon.is-large:first-child:last-child{margin-left:calc(-1px + -1rem);margin-right:calc(-1px + -1rem)}
.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}
.button.is-focused,.button:focus{border-color:#000;box-shadow:0 0 .5em rgba(0,0,0,.25);color:#363636}
.button.is-active,.button:active{border-color:#4a4a4a;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#363636}
.button.is-link{background-color:transparent;border-color:transparent;color:#000;text-decoration:underline}
.button.is-link.is-active,.button.is-link.is-focused,.button.is-link.is-hovered,.button.is-link:active,.button.is-link:focus,.button.is-link:hover{background-color:#f5f5f5;color:#363636}
.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}
.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}
.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#0a0a0a}
.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#0a0a0a}
.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}
.button.is-white.is-inverted:hover{background-color:#000}
.button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}
.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}
.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}
.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}
.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}
.button.is-black,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}
.button.is-black{border-color:transparent}
.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}
.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,4%,.25);color:#fff}
.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#fff}
.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}
.button.is-black.is-inverted:hover{background-color:#f2f2f2}
.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}
.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}
.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}
.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}
.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}
.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}
.button.is-light{background-color:#f5f5f5;border-color:transparent;color:#363636}
.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:#363636}
.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:#363636}
.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#363636}
.button.is-light.is-inverted{background-color:#363636;color:#f5f5f5}
.button.is-light.is-inverted:hover{background-color:#292929}
.button.is-light.is-loading:after{border-color:transparent transparent #363636 #363636!important}
.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}
.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}
.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}
.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#363636;color:#363636}
.button.is-dark,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#363636;color:#f5f5f5}
.button.is-dark{border-color:transparent}
.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}
.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#f5f5f5}
.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#f5f5f5}
.button.is-dark.is-inverted{background-color:#f5f5f5;color:#363636}
.button.is-dark.is-inverted:hover{background-color:#e8e8e8}
.button.is-dark.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}
.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}
.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}
.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}
.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}
.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#f5f5f5;color:#363636}
.button.is-primary,.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#000;border-color:transparent;color:#fff}
.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;box-shadow:0 0 .5em rgba(0,0,0,.25);color:#fff}
.button.is-primary.is-active,.button.is-primary:active{background-color:#000;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#fff}
.button.is-primary.is-inverted{background-color:#fff;color:#000}
.button.is-primary.is-inverted:hover{background-color:#f2f2f2}
.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}
.button.is-primary.is-outlined{background-color:transparent;border-color:#000;color:#000}
.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#000;border-color:#000;color:#fff}
.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #000 #000!important}
.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}
.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#000}
.button.is-info{background-color:#3273dc;border-color:transparent;color:#fff}
.button.is-info.is-hovered,.button.is-info:hover{background-color:#276cda;border-color:transparent;color:#fff}
.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;box-shadow:0 0 .5em rgba(50,115,220,.25);color:#fff}
.button.is-info.is-active,.button.is-info:active{background-color:#2366d1;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#fff}
.button.is-info.is-inverted{background-color:#fff;color:#3273dc}
.button.is-info.is-inverted:hover{background-color:#f2f2f2}
.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}
.button.is-info.is-outlined{background-color:transparent;border-color:#3273dc;color:#3273dc}
.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3273dc;border-color:#3273dc;color:#fff}
.button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #3273dc #3273dc!important}
.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}
.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#3273dc}
.button.is-success{background-color:#23d160;border-color:transparent;color:#fff}
.button.is-success.is-hovered,.button.is-success:hover{background-color:#22c65b;border-color:transparent;color:#fff}
.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;box-shadow:0 0 .5em rgba(35,209,96,.25);color:#fff}
.button.is-success.is-active,.button.is-success:active{background-color:#20bc56;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#fff}
.button.is-success.is-inverted{background-color:#fff;color:#23d160}
.button.is-success.is-inverted:hover{background-color:#f2f2f2}
.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}
.button.is-success.is-outlined{background-color:transparent;border-color:#23d160;color:#23d160}
.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#23d160;border-color:#23d160;color:#fff}
.button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #23d160 #23d160!important}
.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}
.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#23d160}
.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}
.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}
.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}
.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd83d;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:rgba(0,0,0,.7)}
.button.is-warning.is-inverted{color:#ffdd57}
.button.is-warning.is-inverted,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}
.button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}
.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}
.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}
.button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #ffdd57 #ffdd57!important}
.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}
.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}
.button.is-danger{background-color:#ff3860;border-color:transparent;color:#fff}
.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#ff2b56;border-color:transparent;color:#fff}
.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;box-shadow:0 0 .5em rgba(255,56,96,.25);color:#fff}
.button.is-danger.is-active,.button.is-danger:active{background-color:#ff1f4b;border-color:transparent;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2);color:#fff}
.button.is-danger.is-inverted{background-color:#fff;color:#ff3860}
.button.is-danger.is-inverted:hover{background-color:#f2f2f2}
.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}
.button.is-danger.is-outlined{background-color:transparent;border-color:#ff3860;color:#ff3860}
.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#ff3860;border-color:#ff3860;color:#fff}
.button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #ff3860 #ff3860!important}
.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}
.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#ff3860}
.button.is-small{border-radius:2px;font-size:.75rem}
.button.is-small .icon:first-child:not(:last-child){margin-left:-.375rem;margin-right:.375rem}
.button.is-small .icon:last-child:not(:first-child){margin-left:.375rem;margin-right:-.375rem}
.button.is-small .icon:first-child:last-child{margin-left:calc(-1px + -.375rem);margin-right:calc(-1px + -.375rem)}
.button.is-small .icon.is-small:first-child:not(:last-child){margin-left:-.125rem}
.button.is-small .icon.is-small:last-child:not(:first-child){margin-right:-.125rem}
.button.is-small .icon.is-small:first-child:last-child{margin-left:calc(-1px + -.125rem);margin-right:calc(-1px + -.125rem)}
.button.is-small .icon.is-medium:first-child:not(:last-child){margin-left:-.625rem}
.button.is-small .icon.is-medium:last-child:not(:first-child){margin-right:-.625rem}
.button.is-small .icon.is-medium:first-child:last-child{margin-left:calc(-1px + -.625rem);margin-right:calc(-1px + -.625rem)}
.button.is-small .icon.is-large:first-child:not(:last-child){margin-left:-1.125rem}
.button.is-small .icon.is-large:last-child:not(:first-child){margin-right:-1.125rem}
.button.is-small .icon.is-large:first-child:last-child{margin-left:calc(-1px + -1.125rem);margin-right:calc(-1px + -1.125rem)}
.button.is-medium{font-size:1.25rem}
.button.is-medium .icon:first-child:not(:last-child){margin-left:-.125rem;margin-right:.625rem}
.button.is-medium .icon:last-child:not(:first-child){margin-left:.625rem;margin-right:-.125rem}
.button.is-medium .icon:first-child:last-child{margin-left:calc(-1px + -.125rem);margin-right:calc(-1px + -.125rem)}
.button.is-medium .icon.is-small:first-child:not(:last-child){margin-left:.125rem}
.button.is-medium .icon.is-small:last-child:not(:first-child){margin-right:.125rem}
.button.is-medium .icon.is-small:first-child:last-child{margin-left:calc(-1px + .125rem);margin-right:calc(-1px + .125rem)}
.button.is-medium .icon.is-medium:first-child:not(:last-child){margin-left:-.375rem}
.button.is-medium .icon.is-medium:last-child:not(:first-child){margin-right:-.375rem}
.button.is-medium .icon.is-medium:first-child:last-child{margin-left:calc(-1px + -.375rem);margin-right:calc(-1px + -.375rem)}
.button.is-medium .icon.is-large:first-child:not(:last-child){margin-left:-.875rem}
.button.is-medium .icon.is-large:last-child:not(:first-child){margin-right:-.875rem}
.button.is-medium .icon.is-large:first-child:last-child{margin-left:calc(-1px + -.875rem);margin-right:calc(-1px + -.875rem)}
.button.is-large{font-size:1.5rem}
.button.is-large .icon:first-child:not(:last-child){margin-left:0;margin-right:.75rem}
.button.is-large .icon:last-child:not(:first-child){margin-left:.75rem;margin-right:0}
.button.is-large .icon:first-child:last-child{margin-left:calc(-1px + 0rem);margin-right:calc(-1px + 0rem)}
.button.is-large .icon.is-small:first-child:not(:last-child){margin-left:.25rem}
.button.is-large .icon.is-small:last-child:not(:first-child){margin-right:.25rem}
.button.is-large .icon.is-small:first-child:last-child{margin-left:calc(-1px + .25rem);margin-right:calc(-1px + .25rem)}
.button.is-large .icon.is-medium:first-child:not(:last-child){margin-left:-.25rem}
.button.is-large .icon.is-medium:last-child:not(:first-child){margin-right:-.25rem}
.button.is-large .icon.is-medium:first-child:last-child{margin-left:calc(-1px + -.25rem);margin-right:calc(-1px + -.25rem)}
.button.is-large .icon.is-large:first-child:not(:last-child){margin-left:-.75rem}
.button.is-large .icon.is-large:last-child:not(:first-child){margin-right:-.75rem}
.button.is-large .icon.is-large:first-child:last-child{margin-left:calc(-1px + -.75rem);margin-right:calc(-1px + -.75rem)}
.button.is-disabled,.button[disabled]{opacity:.5}
.button.is-fullwidth{display:-ms-flexbox;display:flex;width:100%}
.button.is-loading{color:transparent!important;pointer-events:none}
.button.is-loading:after{animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1rem;position:relative;width:1rem;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;position:absolute!important}
.content{color:#000}
.content:not(:last-child){margin-bottom:1.5rem}
.content li+li{margin-top:.25em}
.content blockquote:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:400;line-height:1.125}
.content h1{font-size:2em;margin-bottom:.5em}
.content h1:not(:first-child){margin-top:1em}
.content h2{font-size:1.75em;margin-bottom:.5714em}
.content h2:not(:first-child){margin-top:1.1428em}
.content h3{font-size:1.5em;margin-bottom:.6666em}
.content h3:not(:first-child){margin-top:1.3333em}
.content h4{font-size:1.25em;margin-bottom:.8em}
.content h5{font-size:1.125em;margin-bottom:.8888em}
.content h6{font-size:1em;margin-bottom:1em}
.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}
.content ol{list-style:decimal outside}
.content ol,.content ul{margin-left:2em;margin-right:2em;margin-top:1em}
.content ul{list-style:disc outside}
.content ul ul{list-style-type:circle;margin-top:.5em}
.content ul ul ul{list-style-type:square}
.content table{width:100%}
.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}
.content table th{color:#363636;text-align:left}
.content table tr:hover{background-color:#f5f5f5}
.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}
.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}
.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}
.content.is-small{font-size:.75rem}
.content.is-medium{font-size:1.25rem}
.content.is-large{font-size:1.5rem}
.input,.textarea{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.285em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:.75em;padding-right:.75em;position:relative;vertical-align:top;background-color:#fff;border:1px solid #dbdbdb;color:#363636;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);max-width:100%;width:100%}
.input.is-active,.input.is-focused,.input:active,.input:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{outline:none}
.input.is-disabled,.input[disabled],.textarea.is-disabled,.textarea[disabled]{pointer-events:none}
.input.is-hovered,.input:hover,.textarea.is-hovered,.textarea:hover{border-color:#b5b5b5}
.input.is-active,.input.is-focused,.input:active,.input:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{border-color:#000}
.input.is-disabled,.input[disabled],.textarea.is-disabled,.textarea[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}
.input.is-disabled::-moz-placeholder,.input[disabled]::-moz-placeholder,.textarea.is-disabled::-moz-placeholder,.textarea[disabled]::-moz-placeholder{color:rgba(54,54,54,.3)}
.input.is-disabled::-webkit-input-placeholder,.input[disabled]::-webkit-input-placeholder,.textarea.is-disabled::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder{color:rgba(54,54,54,.3)}
.input.is-disabled:-moz-placeholder,.input[disabled]:-moz-placeholder,.textarea.is-disabled:-moz-placeholder,.textarea[disabled]:-moz-placeholder{color:rgba(54,54,54,.3)}
.input.is-disabled:-ms-input-placeholder,.input[disabled]:-ms-input-placeholder,.textarea.is-disabled:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder{color:rgba(54,54,54,.3)}
.input[type=search],.textarea[type=search]{border-radius:290486px}
.input.is-white,.textarea.is-white{border-color:#fff}
.input.is-black,.textarea.is-black{border-color:#0a0a0a}
.input.is-light,.textarea.is-light{border-color:#f5f5f5}
.input.is-dark,.textarea.is-dark{border-color:#363636}
.input.is-primary,.textarea.is-primary{border-color:#000}
.input.is-info,.textarea.is-info{border-color:#3273dc}
.input.is-success,.textarea.is-success{border-color:#23d160}
.input.is-warning,.textarea.is-warning{border-color:#ffdd57}
.input.is-danger,.textarea.is-danger{border-color:#ff3860}
.input.is-small,.textarea.is-small{border-radius:2px;font-size:.75rem}
.input.is-medium,.textarea.is-medium{font-size:1.25rem}
.input.is-large,.textarea.is-large{font-size:1.5rem}
.input.is-fullwidth,.textarea.is-fullwidth{display:block;width:100%}
.input.is-inline,.textarea.is-inline{display:inline;width:auto}
.textarea{display:block;line-height:1.25;max-height:600px;max-width:100%;min-height:120px;min-width:100%;padding:10px;resize:vertical}
.checkbox,.radio{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;position:relative;vertical-align:top}
.checkbox input,.radio input{cursor:pointer;margin-right:.5em}
.checkbox:hover,.radio:hover{color:#363636}
.checkbox.is-disabled,.radio.is-disabled{color:#7a7a7a;pointer-events:none}
.checkbox.is-disabled input,.radio.is-disabled input{pointer-events:none}
.radio+.radio{margin-left:.5em}
.select{display:inline-block;height:2.5em;position:relative;vertical-align:top}
.select:after{border:1px solid #000;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;transform:rotate(-45deg);width:.5em;margin-top:-.375em;right:1.125em;top:50%;z-index:4}
.select select{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.285em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:.75em;padding-right:.75em;position:relative;vertical-align:top;background-color:#fff;border:1px solid #dbdbdb;color:#363636;cursor:pointer;display:block;font-size:1em;outline:none;padding-right:2.5em}
.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{outline:none}
.select select.is-disabled,.select select[disabled]{pointer-events:none}
.select select.is-hovered,.select select:hover{border-color:#b5b5b5}
.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{border-color:#000}
.select select.is-disabled,.select select[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}
.select select.is-disabled::-moz-placeholder,.select select[disabled]::-moz-placeholder{color:rgba(54,54,54,.3)}
.select select.is-disabled::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder{color:rgba(54,54,54,.3)}
.select select.is-disabled:-moz-placeholder,.select select[disabled]:-moz-placeholder{color:rgba(54,54,54,.3)}
.select select.is-disabled:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder{color:rgba(54,54,54,.3)}
.select select:hover{border-color:#b5b5b5}
.select select::ms-expand{display:none}
.select:hover:after{border-color:#363636}
.select.is-small{border-radius:2px;font-size:.75rem}
.select.is-medium{font-size:1.25rem}
.select.is-large{font-size:1.5rem}
.select.is-fullwidth,.select.is-fullwidth select{width:100%}
.label{color:#363636;display:block;font-weight:700}
.label:not(:last-child){margin-bottom:.5em}
.help{display:block;font-size:.75rem;margin-top:5px}
.help.is-white{color:#fff}
.help.is-black{color:#0a0a0a}
.help.is-light{color:#f5f5f5}
.help.is-dark{color:#363636}
.help.is-primary{color:#000}
.help.is-info{color:#3273dc}
.help.is-success{color:#23d160}
.help.is-warning{color:#ffdd57}
.help.is-danger{color:#ff3860}
@media screen and (max-width:768px){.control-label{margin-bottom:.5em}
}
@media screen and (min-width:769px){.control-label{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;margin-right:1.5em;padding-top:.5em;text-align:right}
}
.control{position:relative;text-align:left}
.control:not(:last-child){margin-bottom:.75rem}
.control.has-addons{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}
.control.has-addons .button,.control.has-addons .input,.control.has-addons .select{border-radius:0;margin-right:-1px;width:auto}
.control.has-addons .button:hover,.control.has-addons .input:hover,.control.has-addons .select:hover{z-index:2}
.control.has-addons .button:active,.control.has-addons .button:focus,.control.has-addons .input:active,.control.has-addons .input:focus,.control.has-addons .select:active,.control.has-addons .select:focus{z-index:3}
.control.has-addons .button:first-child,.control.has-addons .button:first-child select,.control.has-addons .input:first-child,.control.has-addons .input:first-child select,.control.has-addons .select:first-child,.control.has-addons .select:first-child select{border-radius:3px 0 0 3px}
.control.has-addons .button:last-child,.control.has-addons .button:last-child select,.control.has-addons .input:last-child,.control.has-addons .input:last-child select,.control.has-addons .select:last-child,.control.has-addons .select:last-child select{border-radius:0 3px 3px 0}
.control.has-addons .button.is-expanded,.control.has-addons .input.is-expanded,.control.has-addons .select.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}
.control.has-addons .select select:hover{z-index:2}
.control.has-addons .select select:active,.control.has-addons .select select:focus{z-index:3}
.control.has-addons.has-addons-centered{-ms-flex-pack:center;justify-content:center}
.control.has-addons.has-addons-right{-ms-flex-pack:end;justify-content:flex-end}
.control.has-addons.has-addons-fullwidth .button,.control.has-addons.has-addons-fullwidth .input,.control.has-addons.has-addons-fullwidth .select{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}
.control.has-icon .icon{color:#dbdbdb;pointer-events:none;position:absolute;top:1.25rem;z-index:4}
.control.has-icon .input:focus+.icon{color:#7a7a7a}
.control.has-icon .input.is-small+.icon{top:.9375rem}
.control.has-icon .input.is-medium+.icon{top:1.5625rem}
.control.has-icon .input.is-large+.icon{top:1.875rem}
.control.has-icon:not(.has-icon-right) .icon{left:1.25rem;transform:translateX(-50%) translateY(-50%)}
.control.has-icon:not(.has-icon-right) .input{padding-left:2.5em}
.control.has-icon:not(.has-icon-right) .input.is-small+.icon{left:.9375rem}
.control.has-icon:not(.has-icon-right) .input.is-medium+.icon{left:1.5625rem}
.control.has-icon:not(.has-icon-right) .input.is-large+.icon{left:1.875rem}
.control.has-icon.has-icon-right .icon{right:1.25rem;transform:translateX(50%) translateY(-50%)}
.control.has-icon.has-icon-right .input{padding-right:2.5em}
.control.has-icon.has-icon-right .input.is-small+.icon{right:.9375rem}
.control.has-icon.has-icon-right .input.is-medium+.icon{right:1.5625rem}
.control.has-icon.has-icon-right .input.is-large+.icon{right:1.875rem}
.control.is-grouped{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}
.control.is-grouped>.control{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-negative:0;flex-shrink:0}
.control.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}
.control.is-grouped>.control.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}
.control.is-grouped.is-grouped-centered{-ms-flex-pack:center;justify-content:center}
.control.is-grouped.is-grouped-right{-ms-flex-pack:end;justify-content:flex-end}
@media screen and (min-width:769px){.control.is-horizontal,.control.is-horizontal>.control{display:-ms-flexbox;display:flex}
.control.is-horizontal>.control{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:5;flex-grow:5;-ms-flex-negative:1;flex-shrink:1}
}
.control.is-loading:after{animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1rem;position:relative;width:1rem;position:absolute!important;right:.75em;top:.75em}
.icon{display:inline-block;font-size:21px;height:1.5rem;line-height:1.5rem;text-align:center;vertical-align:top;width:1.5rem}
.icon .fa{font-size:inherit;line-height:inherit}
.icon.is-small{font-size:14px;height:1rem;line-height:1rem;width:1rem}
.icon.is-medium,.icon.is-small{display:inline-block;text-align:center;vertical-align:top}
.icon.is-medium{font-size:28px;height:2rem;line-height:2rem;width:2rem}
.icon.is-large{display:inline-block;font-size:42px;height:3rem;line-height:3rem;text-align:center;vertical-align:top;width:3rem}
.image{display:block;position:relative}
.image img{display:block;height:auto;width:100%}
.image.is-1by1 img,.image.is-2by1 img,.image.is-3by2 img,.image.is-4by3 img,.image.is-16by9 img,.image.is-square img{bottom:0;left:0;position:absolute;right:0;top:0;height:100%;width:100%}
.image.is-1by1,.image.is-square{padding-top:100%}
.image.is-4by3{padding-top:75%}
.image.is-3by2{padding-top:66.6666%}
.image.is-16by9{padding-top:56.25%}
.image.is-2by1{padding-top:50%}
.image.is-16x16{height:16px;width:16px}
.image.is-24x24{height:24px;width:24px}
.image.is-32x32{height:32px;width:32px}
.image.is-48x48{height:48px;width:48px}
.image.is-64x64{height:64px;width:64px}
.image.is-96x96{height:96px;width:96px}
.image.is-128x128{height:128px;width:128px}
.notification{background-color:#f5f5f5;border-radius:3px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}
.notification:not(:last-child){margin-bottom:1.5rem}
.notification code,.notification pre{background:#fff}
.notification pre code{background:transparent}
.notification .delete{position:absolute;right:.5em;top:.5em}
.notification .content,.notification .subtitle,.notification .title{color:inherit}
.notification.is-white{background-color:#fff;color:#0a0a0a}
.notification.is-black{background-color:#0a0a0a;color:#fff}
.notification.is-light{background-color:#f5f5f5;color:#363636}
.notification.is-dark{background-color:#363636;color:#f5f5f5}
.notification.is-primary{background-color:#000;color:#fff}
.notification.is-info{background-color:#3273dc;color:#fff}
.notification.is-success{background-color:#23d160;color:#fff}
.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}
.notification.is-danger{background-color:#ff3860;color:#fff}
.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}
.progress:not(:last-child){margin-bottom:1.5rem}
.progress::-webkit-progress-bar{background-color:#dbdbdb}
.progress::-webkit-progress-value{background-color:#000}
.progress::-moz-progress-bar{background-color:#000}
.progress.is-white::-webkit-progress-value{background-color:#fff}
.progress.is-white::-moz-progress-bar{background-color:#fff}
.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}
.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}
.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}
.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}
.progress.is-dark::-webkit-progress-value{background-color:#363636}
.progress.is-dark::-moz-progress-bar{background-color:#363636}
.progress.is-primary::-webkit-progress-value{background-color:#000}
.progress.is-primary::-moz-progress-bar{background-color:#000}
.progress.is-info::-webkit-progress-value{background-color:#3273dc}
.progress.is-info::-moz-progress-bar{background-color:#3273dc}
.progress.is-success::-webkit-progress-value{background-color:#23d160}
.progress.is-success::-moz-progress-bar{background-color:#23d160}
.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}
.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}
.progress.is-danger::-webkit-progress-value{background-color:#ff3860}
.progress.is-danger::-moz-progress-bar{background-color:#ff3860}
.progress.is-small{height:.75rem}
.progress.is-medium{height:1.25rem}
.progress.is-large{height:1.5rem}
.table{background-color:#fff;color:#363636;margin-bottom:1.5rem;width:100%}
.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}
.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}
.table th{color:#363636;text-align:left}
.table tr:hover{background-color:#fafafa}
.table thead td,.table thead th{border-width:0 0 2px;color:#7a7a7a}
.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#7a7a7a}
.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}
.table.is-bordered td,.table.is-bordered th{border-width:1px}
.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}
.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}
.table.is-striped tbody tr:nth-child(2n){background-color:#fafafa}
.table.is-striped tbody tr:nth-child(2n):hover,.tag{background-color:#f5f5f5}
.tag{-ms-flex-align:center;align-items:center;border-radius:290486px;color:#000;display:-ms-inline-flexbox;display:inline-flex;font-size:.75rem;height:2em;-ms-flex-pack:center;justify-content:center;line-height:1.5;padding-left:.875em;padding-right:.875em;vertical-align:top;white-space:nowrap}
.tag .delete{margin-left:.25em;margin-right:-.5em}
.tag.is-white{background-color:#fff;color:#0a0a0a}
.tag.is-black{background-color:#0a0a0a;color:#fff}
.tag.is-light{background-color:#f5f5f5;color:#363636}
.tag.is-dark{background-color:#363636;color:#f5f5f5}
.tag.is-primary{background-color:#000;color:#fff}
.tag.is-info{background-color:#3273dc;color:#fff}
.tag.is-success{background-color:#23d160;color:#fff}
.tag.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}
.tag.is-danger{background-color:#ff3860;color:#fff}
.tag.is-medium{font-size:1rem}
.tag.is-large{font-size:1.25rem}
.subtitle,.title{word-break:break-word}
.subtitle:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}
.subtitle em,.subtitle span,.title em,.title span{font-weight:300}
.subtitle strong,.title strong{font-weight:500}
.subtitle .tag,.title .tag{vertical-align:middle}
.title{color:#363636;font-size:2rem;font-weight:300;line-height:1.125}
.title strong{color:inherit}
.title+.highlight{margin-top:-.75rem}
.title+.subtitle{margin-top:-1.25rem}
.title.is-1{font-size:3.5rem}
.title.is-2{font-size:2.75rem}
.title.is-3{font-size:2rem}
.title.is-4{font-size:1.5rem}
.title.is-5{font-size:1.25rem}
.title.is-6{font-size:14px}
.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:300;line-height:1.25}
.subtitle strong{color:#363636}
.subtitle+.title{margin-top:-1.5rem}
.subtitle.is-1{font-size:3.5rem}
.subtitle.is-2{font-size:2.75rem}
.subtitle.is-3{font-size:2rem}
.subtitle.is-4{font-size:1.5rem}
.subtitle.is-5{font-size:1.25rem}
.subtitle.is-6{font-size:14px}
.block:not(:last-child){margin-bottom:1.5rem}
.container{position:relative}
@media screen and (min-width:1000px){.container{margin:0 auto;max-width:960px}
.container.is-fluid{margin:0 20px;max-width:none}
}
@media screen and (min-width:1192px){.container{max-width:1152px}
}
.delete{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;font-size:1rem;height:20px;outline:none;position:relative;transform:rotate(45deg);transform-origin:center center;vertical-align:top;width:20px}
.delete:after,.delete:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}
.delete:before{height:2px;width:50%}
.delete:after{height:50%;width:2px}
.delete:focus,.delete:hover{background-color:hsla(0,0%,4%,.3)}
.delete:active{background-color:hsla(0,0%,4%,.4)}
.delete.is-small{height:14px;width:14px}
.delete.is-medium{height:26px;width:26px}
.delete.is-large{height:30px;width:30px}
.fa{font-size:21px;text-align:center;vertical-align:top}
.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}
.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}
.highlight:not(:last-child){margin-bottom:1.5rem}
.highlight pre{overflow:auto;max-width:100%}
.loader{animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1rem;position:relative;width:1rem}
.number{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;border-radius:290486px;display:-ms-inline-flexbox;display:inline-flex;font-size:1.25rem;height:2em;-ms-flex-pack:center;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}
.card-header{-ms-flex-align:stretch;align-items:stretch;box-shadow:0 1px 2px hsla(0,0%,4%,.1);display:-ms-flexbox;display:flex}
.card-header-title{color:#363636;-ms-flex-positive:1;flex-grow:1;font-weight:700}
.card-header-icon,.card-header-title{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:.75rem}
.card-header-icon{cursor:pointer;-ms-flex-pack:center;justify-content:center}
.card-image{display:block;position:relative}
.card-content{padding:1.5rem}
.card-content .title+.subtitle{margin-top:-1.5rem}
.card-footer{border-top:1px solid #dbdbdb;-ms-flex-align:stretch;align-items:stretch}
.card-footer,.card-footer-item{display:-ms-flexbox;display:flex}
.card-footer-item{-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;padding:.75rem}
.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}
.card{background-color:#fff;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);color:#000;max-width:100%;position:relative}
.card .media:not(:last-child){margin-bottom:.75rem}
.level-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center}
.level-item .subtitle,.level-item .title{margin-bottom:0}
@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}
}
.level-left,.level-right{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}
.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}
.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{-ms-flex-positive:1;flex-grow:1}
.level-left{-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}
@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}
}
@media screen and (min-width:769px){.level-left{display:-ms-flexbox;display:flex}
}
.level-right{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}
@media screen and (min-width:769px){.level-right{display:-ms-flexbox;display:flex}
}
.level{-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}
.level:not(:last-child){margin-bottom:1.5rem}
.level code{border-radius:3px}
.level img{display:inline-block;vertical-align:top}
.level.is-mobile{display:-ms-flexbox;display:flex}
.level.is-mobile>.level-item:not(:last-child){margin-bottom:0}
.level.is-mobile>.level-item:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}
@media screen and (min-width:769px){.level{display:-ms-flexbox;display:flex}
.level>.level-item:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}
}
.media-left,.media-right{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}
.media-left{margin-right:1rem}
.media-right{margin-left:1rem}
.media-content{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;text-align:left}
.media{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;text-align:left}
.media .content:not(:last-child){margin-bottom:.75rem}
.media .media{border-top:1px solid hsla(0,0%,86%,.5);display:-ms-flexbox;display:flex;padding-top:.75rem}
.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}
.media .media .media{padding-top:.5rem}
.media .media .media+.media{margin-top:.5rem}
.media+.media{border-top:1px solid hsla(0,0%,86%,.5);margin-top:1rem;padding-top:1rem}
.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}
.menu{font-size:1rem}
.menu-list{line-height:1.25}
.menu-list a{border-radius:2px;color:#000;display:block;padding:.5em .75em}
.menu-list a:hover{background-color:#f5f5f5;color:#000}
.menu-list a.is-active{background-color:#000;color:#fff}
.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}
.menu-label{color:#7a7a7a;font-size:.8em;letter-spacing:.1em;text-transform:uppercase}
.menu-label:not(:first-child){margin-top:1em}
.menu-label:not(:last-child){margin-bottom:1em}
.message{background-color:#f5f5f5;border-radius:3px;font-size:1rem}
.message:not(:last-child){margin-bottom:1.5rem}
.message.is-white{background-color:#fff}
.message.is-white .message-header{background-color:#fff;color:#0a0a0a}
.message.is-white .message-body{border-color:#fff;color:#4d4d4d}
.message.is-black{background-color:#fafafa}
.message.is-black .message-header{background-color:#0a0a0a;color:#fff}
.message.is-black .message-body{border-color:#0a0a0a;color:#090909}
.message.is-light{background-color:#fafafa}
.message.is-light .message-header{background-color:#f5f5f5;color:#363636}
.message.is-light .message-body{border-color:#f5f5f5;color:#505050}
.message.is-dark{background-color:#fafafa}
.message.is-dark .message-header{background-color:#363636;color:#f5f5f5}
.message.is-dark .message-body{border-color:#363636;color:#2a2a2a}
.message.is-primary{background-color:#fafafa}
.message.is-primary .message-header{background-color:#000;color:#fff}
.message.is-primary .message-body{border-color:#000;color:#000}
.message.is-info{background-color:#f6f9fe}
.message.is-info .message-header{background-color:#3273dc;color:#fff}
.message.is-info .message-body{border-color:#3273dc;color:#22509a}
.message.is-success{background-color:#f6fef9}
.message.is-success .message-header{background-color:#23d160;color:#fff}
.message.is-success .message-body{border-color:#23d160;color:#0e301a}
.message.is-warning{background-color:#fffdf5}
.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}
.message.is-warning .message-body{border-color:#ffdd57;color:#3b3108}
.message.is-danger{background-color:#fff5f7}
.message.is-danger .message-header{background-color:#ff3860;color:#fff}
.message.is-danger .message-body{border-color:#ff3860;color:#cd0930}
.message-header{-ms-flex-align:center;align-items:center;background-color:#000;border-radius:3px 3px 0 0;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;line-height:1.25;padding:.5em .75em;position:relative}
.message-header a,.message-header strong{color:inherit}
.message-header a{text-decoration:underline}
.message-header .delete{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-left:.75em}
.message-header+.message-body{border-top-left-radius:0;border-top-right-radius:0;border-top:none}
.message-body{border:1px solid #dbdbdb;border-radius:3px;color:#000;padding:1em 1.25em}
.message-body a,.message-body strong{color:inherit}
.message-body a{text-decoration:underline}
.message-body code,.message-body pre{background:#fff}
.message-body pre code{background:transparent}
.modal-background{bottom:0;left:0;position:absolute;right:0;top:0;background-color:hsla(0,0%,4%,.86)}
.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}
@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}
}
.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;font-size:1rem;height:20px;outline:none;position:relative;transform:rotate(45deg);transform-origin:center center;vertical-align:top;width:20px;background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}
.modal-close:after,.modal-close:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}
.modal-close:before{height:2px;width:50%}
.modal-close:after{height:50%;width:2px}
.modal-close:focus,.modal-close:hover{background-color:hsla(0,0%,4%,.3)}
.modal-close:active{background-color:hsla(0,0%,4%,.4)}
.modal-close.is-small{height:14px;width:14px}
.modal-close.is-medium{height:26px;width:26px}
.modal-close.is-large{height:30px;width:30px}
.modal-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}
.modal-card-foot,.modal-card-head{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start;padding:20px;position:relative}
.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:5px;border-top-right-radius:5px}
.modal-card-title{color:#363636;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;font-size:1.5rem;line-height:1}
.modal-card-foot{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb}
.modal-card-foot .button:not(:last-child){margin-right:10px}
.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;overflow:auto;padding:20px}
.modal{bottom:0;left:0;position:absolute;right:0;top:0;-ms-flex-align:center;align-items:center;display:none;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:fixed;z-index:1986}
.modal.is-active{display:-ms-flexbox;display:flex}
.nav-toggle{cursor:pointer;display:block;height:3.5rem;position:relative;width:3.5rem}
.nav-toggle span{background-color:#000;display:block;height:1px;left:50%;margin-left:-7px;position:absolute;top:50%;transition:none 86ms ease-out;transition-property:background,left,opacity,transform;width:15px}
.nav-toggle span:first-child{margin-top:-6px}
.nav-toggle span:nth-child(2){margin-top:-1px}
.nav-toggle span:nth-child(3){margin-top:4px}
.nav-toggle:hover{background-color:#f5f5f5}
.nav-toggle.is-active span{background-color:#000}
.nav-toggle.is-active span:first-child{margin-left:-5px;transform:rotate(45deg);transform-origin:left top}
.nav-toggle.is-active span:nth-child(2){opacity:0}
.nav-toggle.is-active span:nth-child(3){margin-left:-5px;transform:rotate(-45deg);transform-origin:left bottom}
@media screen and (min-width:769px){.nav-toggle{display:none}
}
.nav-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;font-size:1rem;-ms-flex-pack:center;justify-content:center;padding:.5rem .75rem}
.nav-item,.nav-item a{-ms-flex-negative:0;flex-shrink:0}
.nav-item a{-ms-flex-positive:1;flex-grow:1}
.nav-item img{max-height:1.75rem}
.nav-item .button+.button{margin-left:.75rem}
.nav-item .tag:first-child:not(:last-child){margin-right:.5rem}
.nav-item .tag:last-child:not(:first-child){margin-left:.5rem}
@media screen and (max-width:768px){.nav-item{-ms-flex-pack:start;justify-content:flex-start}
}
.nav-item a,a.nav-item{color:#7a7a7a}
.nav-item a.is-active,.nav-item a:hover,a.nav-item.is-active,a.nav-item:hover{color:#363636}
.nav-item a.is-tab,a.nav-item.is-tab{border-bottom:1px solid transparent;border-top:1px solid transparent;padding:calc(.5rem - 1px) 1rem}
.nav-item a.is-tab:hover,a.nav-item.is-tab:hover{border-bottom-color:#000;border-top-color:transparent}
.nav-item a.is-tab.is-active,a.nav-item.is-tab.is-active{border-bottom:3px solid #000;color:#000;padding-bottom:calc(.5rem - 3px)}
@media screen and (min-width:1000px){.nav-item a.is-brand,a.nav-item.is-brand{padding-left:0}
}
@media screen and (max-width:768px){.nav-menu{background-color:#fff;box-shadow:0 4px 7px hsla(0,0%,4%,.1);left:0;display:none;right:0;top:100%;position:absolute}
.nav-menu .nav-item{border-top:1px solid hsla(0,0%,86%,.5);padding:.75rem}
.nav-menu.is-active{display:block}
}
@media screen and (min-width:769px) and (max-width:999px){.nav-menu{padding-right:1.5rem}
}
.nav-left,.nav-right{-ms-flex-align:stretch;align-items:stretch;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}
.nav-left{-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;overflow-x:auto;white-space:nowrap}
.nav-center,.nav-left{display:-ms-flexbox;display:flex}
.nav-center{-ms-flex-align:stretch;align-items:stretch;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto}
.nav-right{-ms-flex-pack:end;justify-content:flex-end}
@media screen and (min-width:769px){.nav-right{display:-ms-flexbox;display:flex}
}
.nav{background-color:#fff;position:relative;text-align:center;z-index:2}
.nav,.nav>.container{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;min-height:3.5rem}
.nav>.container{width:100%}
.nav.has-shadow{box-shadow:0 2px 3px hsla(0,0%,4%,.1)}
.pagination,.pagination-list{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;text-align:center}
.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.285em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:.75em;padding-right:.75em;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:.875rem;padding-left:.5em;padding-right:.5em;-ms-flex-pack:center;justify-content:center;text-align:center}
.pagination-ellipsis.is-active,.pagination-ellipsis.is-focused,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link.is-active,.pagination-link.is-focused,.pagination-link:active,.pagination-link:focus,.pagination-next.is-active,.pagination-next.is-focused,.pagination-next:active,.pagination-next:focus,.pagination-previous.is-active,.pagination-previous.is-focused,.pagination-previous:active,.pagination-previous:focus{outline:none}
.pagination-ellipsis.is-disabled,.pagination-ellipsis[disabled],.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{pointer-events:none}
.pagination-link,.pagination-next,.pagination-previous{border:1px solid #dbdbdb;min-width:2.5em}
.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}
.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#000}
.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2)}
.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{background:#dbdbdb;color:#7a7a7a;opacity:.5;pointer-events:none}
.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em}
.pagination-link.is-current{background-color:#000;border-color:#000;color:#fff}
.pagination-ellipsis{color:#b5b5b5;pointer-events:none}
.pagination-list li:not(:first-child){margin-left:.375rem}
@media screen and (max-width:768px){.pagination{-ms-flex-wrap:wrap;flex-wrap:wrap}
.pagination-next,.pagination-previous{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;width:calc(50% - .375rem)}
.pagination-next{margin-left:.75rem}
.pagination-list{margin-top:.75rem}
.pagination-list li{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}
}
@media screen and (min-width:769px){.pagination-list{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-order:1;order:1}
.pagination-next,.pagination-previous{margin-left:.75rem}
.pagination-previous{-ms-flex-order:2;order:2}
.pagination-next{-ms-flex-order:3;order:3}
.pagination{-ms-flex-pack:justify;justify-content:space-between}
.pagination.is-centered .pagination-previous{margin-left:0;-ms-flex-order:1;order:1}
.pagination.is-centered .pagination-list{-ms-flex-pack:center;justify-content:center;-ms-flex-order:2;order:2}
.pagination.is-centered .pagination-next{-ms-flex-order:3;order:3}
.pagination.is-right .pagination-previous{margin-left:0;-ms-flex-order:1;order:1}
.pagination.is-right .pagination-next{-ms-flex-order:2;order:2;margin-right:.75rem}
.pagination.is-right .pagination-list{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-order:3;order:3}
}
.panel{font-size:1rem}
.panel:not(:last-child){margin-bottom:1.5rem}
.panel-block,.panel-heading,.panel-tabs{border-bottom:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}
.panel-block:first-child,.panel-heading:first-child,.panel-tabs:first-child{border-top:1px solid #dbdbdb}
.panel-heading{background-color:#f5f5f5;border-radius:3px 3px 0 0;color:#363636;font-size:1.25em;font-weight:300;line-height:1.25;padding:.5em .75em}
.panel-tabs{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;font-size:.875em;-ms-flex-pack:center;justify-content:center}
.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}
.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}
.panel-list a,.panel-list a:hover{color:#000}
.panel-block{-ms-flex-align:center;align-items:center;color:#363636;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;padding:.5em .75em}
.panel-block input[type=checkbox]{margin-right:.75em}
.panel-block>.control{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;width:100%}
.panel-block.is-active{border-left-color:#000;color:#363636}
.panel-block.is-active .panel-icon{color:#000}
a.panel-block,label.panel-block{cursor:pointer}
a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}
.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}
.panel-icon .fa{font-size:inherit;line-height:inherit}
.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;font-size:1rem;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}
.tabs:not(:last-child){margin-bottom:1.5rem}
.tabs a{-ms-flex-align:center;align-items:center;border-bottom:1px solid #dbdbdb;color:#000;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}
.tabs a:hover{border-bottom-color:#363636;color:#363636}
.tabs li{display:block}
.tabs li.is-active a{border-bottom-color:#000;color:#000}
.tabs ul{-ms-flex-align:center;align-items:center;border-bottom:1px solid #dbdbdb;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start}
.tabs ul.is-center,.tabs ul.is-left{padding-right:.75em}
.tabs ul.is-center{-ms-flex:none;flex:none;-ms-flex-pack:center;justify-content:center;padding-left:.75em}
.tabs ul.is-right{-ms-flex-pack:end;justify-content:flex-end;padding-left:.75em}
.tabs .icon:first-child{margin-right:.5em}
.tabs .icon:last-child{margin-left:.5em}
.tabs.is-centered ul{-ms-flex-pack:center;justify-content:center}
.tabs.is-right ul{-ms-flex-pack:end;justify-content:flex-end}
.tabs.is-boxed a{border:1px solid transparent;border-radius:3px 3px 0 0}
.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}
.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}
.tabs.is-fullwidth li{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}
.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}
.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}
.tabs.is-toggle li+li{margin-left:-1px}
.tabs.is-toggle li:first-child a{border-radius:3px 0 0 3px}
.tabs.is-toggle li:last-child a{border-radius:0 3px 3px 0}
.tabs.is-toggle li.is-active a{background-color:#000;border-color:#000;color:#fff;z-index:1}
.tabs.is-toggle ul{border-bottom:none}
.tabs.is-small{font-size:.75rem}
.tabs.is-medium{font-size:1.25rem}
.tabs.is-large{font-size:1.5rem}
.column{display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:.75rem}
.columns.is-mobile>.column.is-narrow{-ms-flex:none;flex:none}
.columns.is-mobile>.column.is-full{-ms-flex:none;flex:none;width:100%}
.columns.is-mobile>.column.is-three-quarters{-ms-flex:none;flex:none;width:75%}
.columns.is-mobile>.column.is-two-thirds{-ms-flex:none;flex:none;width:66.6666%}
.columns.is-mobile>.column.is-half{-ms-flex:none;flex:none;width:50%}
.columns.is-mobile>.column.is-one-third{-ms-flex:none;flex:none;width:33.3333%}
.columns.is-mobile>.column.is-one-quarter{-ms-flex:none;flex:none;width:25%}
.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}
.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}
.columns.is-mobile>.column.is-offset-half{margin-left:50%}
.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}
.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}
.columns.is-mobile>.column.is-1{-ms-flex:none;flex:none;width:8.33333%}
.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}
.columns.is-mobile>.column.is-2{-ms-flex:none;flex:none;width:16.66667%}
.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}
.columns.is-mobile>.column.is-3{-ms-flex:none;flex:none;width:25%}
.columns.is-mobile>.column.is-offset-3{margin-left:25%}
.columns.is-mobile>.column.is-4{-ms-flex:none;flex:none;width:33.33333%}
.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}
.columns.is-mobile>.column.is-5{-ms-flex:none;flex:none;width:41.66667%}
.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}
.columns.is-mobile>.column.is-6{-ms-flex:none;flex:none;width:50%}
.columns.is-mobile>.column.is-offset-6{margin-left:50%}
.columns.is-mobile>.column.is-7{-ms-flex:none;flex:none;width:58.33333%}
.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}
.columns.is-mobile>.column.is-8{-ms-flex:none;flex:none;width:66.66667%}
.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}
.columns.is-mobile>.column.is-9{-ms-flex:none;flex:none;width:75%}
.columns.is-mobile>.column.is-offset-9{margin-left:75%}
.columns.is-mobile>.column.is-10{-ms-flex:none;flex:none;width:83.33333%}
.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}
.columns.is-mobile>.column.is-11{-ms-flex:none;flex:none;width:91.66667%}
.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}
.columns.is-mobile>.column.is-12{-ms-flex:none;flex:none;width:100%}
.columns.is-mobile>.column.is-offset-12{margin-left:100%}
@media screen and (max-width:768px){.column.is-full-mobile,.column.is-narrow-mobile{-ms-flex:none;flex:none}
.column.is-full-mobile{width:100%}
.column.is-three-quarters-mobile{-ms-flex:none;flex:none;width:75%}
.column.is-two-thirds-mobile{-ms-flex:none;flex:none;width:66.6666%}
.column.is-half-mobile{-ms-flex:none;flex:none;width:50%}
.column.is-one-third-mobile{-ms-flex:none;flex:none;width:33.3333%}
.column.is-one-quarter-mobile{-ms-flex:none;flex:none;width:25%}
.column.is-offset-three-quarters-mobile{margin-left:75%}
.column.is-offset-two-thirds-mobile{margin-left:66.6666%}
.column.is-offset-half-mobile{margin-left:50%}
.column.is-offset-one-third-mobile{margin-left:33.3333%}
.column.is-offset-one-quarter-mobile{margin-left:25%}
.column.is-1-mobile{-ms-flex:none;flex:none;width:8.33333%}
.column.is-offset-1-mobile{margin-left:8.33333%}
.column.is-2-mobile{-ms-flex:none;flex:none;width:16.66667%}
.column.is-offset-2-mobile{margin-left:16.66667%}
.column.is-3-mobile{-ms-flex:none;flex:none;width:25%}
.column.is-offset-3-mobile{margin-left:25%}
.column.is-4-mobile{-ms-flex:none;flex:none;width:33.33333%}
.column.is-offset-4-mobile{margin-left:33.33333%}
.column.is-5-mobile{-ms-flex:none;flex:none;width:41.66667%}
.column.is-offset-5-mobile{margin-left:41.66667%}
.column.is-6-mobile{-ms-flex:none;flex:none;width:50%}
.column.is-offset-6-mobile{margin-left:50%}
.column.is-7-mobile{-ms-flex:none;flex:none;width:58.33333%}
.column.is-offset-7-mobile{margin-left:58.33333%}
.column.is-8-mobile{-ms-flex:none;flex:none;width:66.66667%}
.column.is-offset-8-mobile{margin-left:66.66667%}
.column.is-9-mobile{-ms-flex:none;flex:none;width:75%}
.column.is-offset-9-mobile{margin-left:75%}
.column.is-10-mobile{-ms-flex:none;flex:none;width:83.33333%}
.column.is-offset-10-mobile{margin-left:83.33333%}
.column.is-11-mobile{-ms-flex:none;flex:none;width:91.66667%}
.column.is-offset-11-mobile{margin-left:91.66667%}
.column.is-12-mobile{-ms-flex:none;flex:none;width:100%}
.column.is-offset-12-mobile{margin-left:100%}
}
@media screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{-ms-flex:none;flex:none}
.column.is-full,.column.is-full-tablet{-ms-flex:none;flex:none;width:100%}
.column.is-three-quarters,.column.is-three-quarters-tablet{-ms-flex:none;flex:none;width:75%}
.column.is-two-thirds,.column.is-two-thirds-tablet{-ms-flex:none;flex:none;width:66.6666%}
.column.is-half,.column.is-half-tablet{-ms-flex:none;flex:none;width:50%}
.column.is-one-third,.column.is-one-third-tablet{-ms-flex:none;flex:none;width:33.3333%}
.column.is-one-quarter,.column.is-one-quarter-tablet{-ms-flex:none;flex:none;width:25%}
.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}
.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}
.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}
.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}
.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}
.column.is-1,.column.is-1-tablet{-ms-flex:none;flex:none;width:8.33333%}
.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}
.column.is-2,.column.is-2-tablet{-ms-flex:none;flex:none;width:16.66667%}
.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}
.column.is-3,.column.is-3-tablet{-ms-flex:none;flex:none;width:25%}
.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}
.column.is-4,.column.is-4-tablet{-ms-flex:none;flex:none;width:33.33333%}
.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}
.column.is-5,.column.is-5-tablet{-ms-flex:none;flex:none;width:41.66667%}
.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}
.column.is-6,.column.is-6-tablet{-ms-flex:none;flex:none;width:50%}
.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}
.column.is-7,.column.is-7-tablet{-ms-flex:none;flex:none;width:58.33333%}
.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}
.column.is-8,.column.is-8-tablet{-ms-flex:none;flex:none;width:66.66667%}
.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}
.column.is-9,.column.is-9-tablet{-ms-flex:none;flex:none;width:75%}
.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}
.column.is-10,.column.is-10-tablet{-ms-flex:none;flex:none;width:83.33333%}
.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}
.column.is-11,.column.is-11-tablet{-ms-flex:none;flex:none;width:91.66667%}
.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}
.column.is-12,.column.is-12-tablet{-ms-flex:none;flex:none;width:100%}
.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}
}
@media screen and (min-width:1000px){.column.is-narrow-desktop{-ms-flex:none;flex:none}
.column.is-full-desktop{-ms-flex:none;flex:none;width:100%}
.column.is-three-quarters-desktop{-ms-flex:none;flex:none;width:75%}
.column.is-two-thirds-desktop{-ms-flex:none;flex:none;width:66.6666%}
.column.is-half-desktop{-ms-flex:none;flex:none;width:50%}
.column.is-one-third-desktop{-ms-flex:none;flex:none;width:33.3333%}
.column.is-one-quarter-desktop{-ms-flex:none;flex:none;width:25%}
.column.is-offset-three-quarters-desktop{margin-left:75%}
.column.is-offset-two-thirds-desktop{margin-left:66.6666%}
.column.is-offset-half-desktop{margin-left:50%}
.column.is-offset-one-third-desktop{margin-left:33.3333%}
.column.is-offset-one-quarter-desktop{margin-left:25%}
.column.is-1-desktop{-ms-flex:none;flex:none;width:8.33333%}
.column.is-offset-1-desktop{margin-left:8.33333%}
.column.is-2-desktop{-ms-flex:none;flex:none;width:16.66667%}
.column.is-offset-2-desktop{margin-left:16.66667%}
.column.is-3-desktop{-ms-flex:none;flex:none;width:25%}
.column.is-offset-3-desktop{margin-left:25%}
.column.is-4-desktop{-ms-flex:none;flex:none;width:33.33333%}
.column.is-offset-4-desktop{margin-left:33.33333%}
.column.is-5-desktop{-ms-flex:none;flex:none;width:41.66667%}
.column.is-offset-5-desktop{margin-left:41.66667%}
.column.is-6-desktop{-ms-flex:none;flex:none;width:50%}
.column.is-offset-6-desktop{margin-left:50%}
.column.is-7-desktop{-ms-flex:none;flex:none;width:58.33333%}
.column.is-offset-7-desktop{margin-left:58.33333%}
.column.is-8-desktop{-ms-flex:none;flex:none;width:66.66667%}
.column.is-offset-8-desktop{margin-left:66.66667%}
.column.is-9-desktop{-ms-flex:none;flex:none;width:75%}
.column.is-offset-9-desktop{margin-left:75%}
.column.is-10-desktop{-ms-flex:none;flex:none;width:83.33333%}
.column.is-offset-10-desktop{margin-left:83.33333%}
.column.is-11-desktop{-ms-flex:none;flex:none;width:91.66667%}
.column.is-offset-11-desktop{margin-left:91.66667%}
.column.is-12-desktop{-ms-flex:none;flex:none;width:100%}
.column.is-offset-12-desktop{margin-left:100%}
}
@media screen and (min-width:1192px){.column.is-narrow-widescreen{-ms-flex:none;flex:none}
.column.is-full-widescreen{-ms-flex:none;flex:none;width:100%}
.column.is-three-quarters-widescreen{-ms-flex:none;flex:none;width:75%}
.column.is-two-thirds-widescreen{-ms-flex:none;flex:none;width:66.6666%}
.column.is-half-widescreen{-ms-flex:none;flex:none;width:50%}
.column.is-one-third-widescreen{-ms-flex:none;flex:none;width:33.3333%}
.column.is-one-quarter-widescreen{-ms-flex:none;flex:none;width:25%}
.column.is-offset-three-quarters-widescreen{margin-left:75%}
.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}
.column.is-offset-half-widescreen{margin-left:50%}
.column.is-offset-one-third-widescreen{margin-left:33.3333%}
.column.is-offset-one-quarter-widescreen{margin-left:25%}
.column.is-1-widescreen{-ms-flex:none;flex:none;width:8.33333%}
.column.is-offset-1-widescreen{margin-left:8.33333%}
.column.is-2-widescreen{-ms-flex:none;flex:none;width:16.66667%}
.column.is-offset-2-widescreen{margin-left:16.66667%}
.column.is-3-widescreen{-ms-flex:none;flex:none;width:25%}
.column.is-offset-3-widescreen{margin-left:25%}
.column.is-4-widescreen{-ms-flex:none;flex:none;width:33.33333%}
.column.is-offset-4-widescreen{margin-left:33.33333%}
.column.is-5-widescreen{-ms-flex:none;flex:none;width:41.66667%}
.column.is-offset-5-widescreen{margin-left:41.66667%}
.column.is-6-widescreen{-ms-flex:none;flex:none;width:50%}
.column.is-offset-6-widescreen{margin-left:50%}
.column.is-7-widescreen{-ms-flex:none;flex:none;width:58.33333%}
.column.is-offset-7-widescreen{margin-left:58.33333%}
.column.is-8-widescreen{-ms-flex:none;flex:none;width:66.66667%}
.column.is-offset-8-widescreen{margin-left:66.66667%}
.column.is-9-widescreen{-ms-flex:none;flex:none;width:75%}
.column.is-offset-9-widescreen{margin-left:75%}
.column.is-10-widescreen{-ms-flex:none;flex:none;width:83.33333%}
.column.is-offset-10-widescreen{margin-left:83.33333%}
.column.is-11-widescreen{-ms-flex:none;flex:none;width:91.66667%}
.column.is-offset-11-widescreen{margin-left:91.66667%}
.column.is-12-widescreen{-ms-flex:none;flex:none;width:100%}
.column.is-offset-12-widescreen{margin-left:100%}
}
.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}
.columns:last-child{margin-bottom:-.75rem}
.columns:not(:last-child){margin-bottom:.75rem}
.columns.is-centered{-ms-flex-pack:center;justify-content:center}
.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}
.columns.is-gapless:last-child{margin-bottom:0}
.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}
.columns.is-gapless>.column{margin:0;padding:0}
@media screen and (min-width:769px){.columns.is-grid{-ms-flex-wrap:wrap;flex-wrap:wrap}
.columns.is-grid>.column{max-width:33.3333%;padding:.75rem;width:33.3333%}
.columns.is-grid>.column+.column{margin-left:0}
}
.columns.is-mobile{display:-ms-flexbox;display:flex}
.columns.is-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}
.columns.is-vcentered{-ms-flex-align:center;align-items:center}
@media screen and (min-width:769px){.columns:not(.is-desktop){display:-ms-flexbox;display:flex}
}
@media screen and (min-width:1000px){.columns.is-desktop{display:-ms-flexbox;display:flex}
}
.tile{-ms-flex-align:stretch;align-items:stretch;display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;min-height:-webkit-min-content;min-height:min-content}
.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}
.tile.is-ancestor:last-child{margin-bottom:-.75rem}
.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}
.tile.is-child{margin:0!important}
.tile.is-parent{padding:.75rem}
.tile.is-vertical{-ms-flex-direction:column;flex-direction:column}
.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}
@media screen and (min-width:769px){.tile:not(.is-child){display:-ms-flexbox;display:flex}
.tile.is-1{width:8.33333%}
.tile.is-1,.tile.is-2{-ms-flex:none;flex:none}
.tile.is-2{width:16.66667%}
.tile.is-3{width:25%}
.tile.is-3,.tile.is-4{-ms-flex:none;flex:none}
.tile.is-4{width:33.33333%}
.tile.is-5{width:41.66667%}
.tile.is-5,.tile.is-6{-ms-flex:none;flex:none}
.tile.is-6{width:50%}
.tile.is-7{width:58.33333%}
.tile.is-7,.tile.is-8{-ms-flex:none;flex:none}
.tile.is-8{width:66.66667%}
.tile.is-9{width:75%}
.tile.is-9,.tile.is-10{-ms-flex:none;flex:none}
.tile.is-10{width:83.33333%}
.tile.is-11{-ms-flex:none;flex:none;width:91.66667%}
.tile.is-12{-ms-flex:none;flex:none;width:100%}
}
.hero-video{bottom:0;left:0;position:absolute;right:0;top:0;overflow:hidden}
.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}
.hero-video.is-transparent{opacity:.3}
@media screen and (max-width:768px){.hero-video{display:none}
}
.hero-buttons{margin-top:1.5rem}
@media screen and (max-width:768px){.hero-buttons .button{display:-ms-flexbox;display:flex}
.hero-buttons .button:not(:last-child){margin-bottom:.75rem}
}
@media screen and (min-width:769px){.hero-buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}
.hero-buttons .button:not(:last-child){margin-right:1.5rem}
}
.hero-foot,.hero-head{-ms-flex-positive:0;flex-grow:0}
.hero-body,.hero-foot,.hero-head{-ms-flex-negative:0;flex-shrink:0}
.hero-body{-ms-flex-positive:1;flex-grow:1;padding:3rem 1.5rem}
@media screen and (min-width:1192px){.hero-body{padding-left:0;padding-right:0}
}
.hero{-ms-flex-align:stretch;align-items:stretch;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}
.hero .nav{background:none;box-shadow:0 1px 0 hsla(0,0%,86%,.3)}
.hero .tabs ul{border-bottom:none}
.hero.is-white{background-color:#fff;color:#0a0a0a}
.hero.is-white a,.hero.is-white strong{color:inherit}
.hero.is-white .title{color:#0a0a0a}
.hero.is-white .subtitle{color:hsla(0,0%,4%,.9)}
.hero.is-white .subtitle a,.hero.is-white .subtitle strong{color:#0a0a0a}
.hero.is-white .nav{box-shadow:0 1px 0 hsla(0,0%,4%,.2)}
@media screen and (max-width:768px){.hero.is-white .nav-menu{background-color:#fff}
}
.hero.is-white .nav-item a:not(.button),.hero.is-white a.nav-item{color:hsla(0,0%,4%,.7)}
.hero.is-white .nav-item a:not(.button).is-active,.hero.is-white .nav-item a:not(.button):hover,.hero.is-white a.nav-item.is-active,.hero.is-white a.nav-item:hover{color:#0a0a0a}
.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}
.hero.is-white .tabs a:hover,.hero.is-white .tabs li.is-active a{opacity:1}
.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}
.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}
.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}
@media screen and (max-width:768px){.hero.is-white .nav-toggle span{background-color:#0a0a0a}
.hero.is-white .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-white .nav-toggle.is-active span{background-color:#0a0a0a}
.hero.is-white .nav-menu .nav-item{border-top-color:hsla(0,0%,4%,.2)}
}
.hero.is-black{background-color:#0a0a0a;color:#fff}
.hero.is-black a,.hero.is-black strong{color:inherit}
.hero.is-black .title{color:#fff}
.hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}
.hero.is-black .subtitle a,.hero.is-black .subtitle strong{color:#fff}
.hero.is-black .nav{box-shadow:0 1px 0 hsla(0,0%,100%,.2)}
@media screen and (max-width:768px){.hero.is-black .nav-menu{background-color:#0a0a0a}
}
.hero.is-black .nav-item a:not(.button),.hero.is-black a.nav-item{color:hsla(0,0%,100%,.7)}
.hero.is-black .nav-item a:not(.button).is-active,.hero.is-black .nav-item a:not(.button):hover,.hero.is-black a.nav-item.is-active,.hero.is-black a.nav-item:hover{color:#fff}
.hero.is-black .tabs a{color:#fff;opacity:.9}
.hero.is-black .tabs a:hover,.hero.is-black .tabs li.is-active a{opacity:1}
.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}
.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}
.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}
@media screen and (max-width:768px){.hero.is-black .nav-toggle span{background-color:#fff}
.hero.is-black .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-black .nav-toggle.is-active span{background-color:#fff}
.hero.is-black .nav-menu .nav-item{border-top-color:hsla(0,0%,100%,.2)}
}
.hero.is-light{background-color:#f5f5f5;color:#363636}
.hero.is-light a,.hero.is-light strong{color:inherit}
.hero.is-light .title{color:#363636}
.hero.is-light .subtitle{color:rgba(54,54,54,.9)}
.hero.is-light .subtitle a,.hero.is-light .subtitle strong{color:#363636}
.hero.is-light .nav{box-shadow:0 1px 0 rgba(54,54,54,.2)}
@media screen and (max-width:768px){.hero.is-light .nav-menu{background-color:#f5f5f5}
}
.hero.is-light .nav-item a:not(.button),.hero.is-light a.nav-item{color:rgba(54,54,54,.7)}
.hero.is-light .nav-item a:not(.button).is-active,.hero.is-light .nav-item a:not(.button):hover,.hero.is-light a.nav-item.is-active,.hero.is-light a.nav-item:hover{color:#363636}
.hero.is-light .tabs a{color:#363636;opacity:.9}
.hero.is-light .tabs a:hover,.hero.is-light .tabs li.is-active a{opacity:1}
.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}
.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}
.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}
@media screen and (max-width:768px){.hero.is-light .nav-toggle span{background-color:#363636}
.hero.is-light .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-light .nav-toggle.is-active span{background-color:#363636}
.hero.is-light .nav-menu .nav-item{border-top-color:rgba(54,54,54,.2)}
}
.hero.is-dark{background-color:#363636;color:#f5f5f5}
.hero.is-dark a,.hero.is-dark strong{color:inherit}
.hero.is-dark .title{color:#f5f5f5}
.hero.is-dark .subtitle{color:hsla(0,0%,96%,.9)}
.hero.is-dark .subtitle a,.hero.is-dark .subtitle strong{color:#f5f5f5}
.hero.is-dark .nav{box-shadow:0 1px 0 hsla(0,0%,96%,.2)}
@media screen and (max-width:768px){.hero.is-dark .nav-menu{background-color:#363636}
}
.hero.is-dark .nav-item a:not(.button),.hero.is-dark a.nav-item{color:hsla(0,0%,96%,.7)}
.hero.is-dark .nav-item a:not(.button).is-active,.hero.is-dark .nav-item a:not(.button):hover,.hero.is-dark a.nav-item.is-active,.hero.is-dark a.nav-item:hover{color:#f5f5f5}
.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}
.hero.is-dark .tabs a:hover,.hero.is-dark .tabs li.is-active a{opacity:1}
.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}
.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}
.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}
@media screen and (max-width:768px){.hero.is-dark .nav-toggle span{background-color:#f5f5f5}
.hero.is-dark .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-dark .nav-toggle.is-active span{background-color:#f5f5f5}
.hero.is-dark .nav-menu .nav-item{border-top-color:hsla(0,0%,96%,.2)}
}
.hero.is-primary{background-color:#000;color:#fff}
.hero.is-primary a,.hero.is-primary strong{color:inherit}
.hero.is-primary .title{color:#fff}
.hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}
.hero.is-primary .subtitle a,.hero.is-primary .subtitle strong{color:#fff}
.hero.is-primary .nav{box-shadow:0 1px 0 hsla(0,0%,100%,.2)}
@media screen and (max-width:768px){.hero.is-primary .nav-menu{background-color:#000}
}
.hero.is-primary .nav-item a:not(.button),.hero.is-primary a.nav-item{color:hsla(0,0%,100%,.7)}
.hero.is-primary .nav-item a:not(.button).is-active,.hero.is-primary .nav-item a:not(.button):hover,.hero.is-primary a.nav-item.is-active,.hero.is-primary a.nav-item:hover{color:#fff}
.hero.is-primary .tabs a{color:#fff;opacity:.9}
.hero.is-primary .tabs a:hover,.hero.is-primary .tabs li.is-active a{opacity:1}
.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}
.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#000}
.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#000,#000 71%,#0d0d0d)}
@media screen and (max-width:768px){.hero.is-primary .nav-toggle span{background-color:#fff}
.hero.is-primary .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-primary .nav-toggle.is-active span{background-color:#fff}
.hero.is-primary .nav-menu .nav-item{border-top-color:hsla(0,0%,100%,.2)}
}
.hero.is-info{background-color:#3273dc;color:#fff}
.hero.is-info a,.hero.is-info strong{color:inherit}
.hero.is-info .title{color:#fff}
.hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}
.hero.is-info .subtitle a,.hero.is-info .subtitle strong{color:#fff}
.hero.is-info .nav{box-shadow:0 1px 0 hsla(0,0%,100%,.2)}
@media screen and (max-width:768px){.hero.is-info .nav-menu{background-color:#3273dc}
}
.hero.is-info .nav-item a:not(.button),.hero.is-info a.nav-item{color:hsla(0,0%,100%,.7)}
.hero.is-info .nav-item a:not(.button).is-active,.hero.is-info .nav-item a:not(.button):hover,.hero.is-info a.nav-item.is-active,.hero.is-info a.nav-item:hover{color:#fff}
.hero.is-info .tabs a{color:#fff;opacity:.9}
.hero.is-info .tabs a:hover,.hero.is-info .tabs li.is-active a{opacity:1}
.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}
.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}
.hero.is-info.is-bold{background-image:linear-gradient(141deg,#1577c6,#3273dc 71%,#4366e5)}
@media screen and (max-width:768px){.hero.is-info .nav-toggle span{background-color:#fff}
.hero.is-info .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-info .nav-toggle.is-active span{background-color:#fff}
.hero.is-info .nav-menu .nav-item{border-top-color:hsla(0,0%,100%,.2)}
}
.hero.is-success{background-color:#23d160;color:#fff}
.hero.is-success a,.hero.is-success strong{color:inherit}
.hero.is-success .title{color:#fff}
.hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}
.hero.is-success .subtitle a,.hero.is-success .subtitle strong{color:#fff}
.hero.is-success .nav{box-shadow:0 1px 0 hsla(0,0%,100%,.2)}
@media screen and (max-width:768px){.hero.is-success .nav-menu{background-color:#23d160}
}
.hero.is-success .nav-item a:not(.button),.hero.is-success a.nav-item{color:hsla(0,0%,100%,.7)}
.hero.is-success .nav-item a:not(.button).is-active,.hero.is-success .nav-item a:not(.button):hover,.hero.is-success a.nav-item.is-active,.hero.is-success a.nav-item:hover{color:#fff}
.hero.is-success .tabs a{color:#fff;opacity:.9}
.hero.is-success .tabs a:hover,.hero.is-success .tabs li.is-active a{opacity:1}
.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}
.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}
.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a)}
@media screen and (max-width:768px){.hero.is-success .nav-toggle span{background-color:#fff}
.hero.is-success .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-success .nav-toggle.is-active span{background-color:#fff}
.hero.is-success .nav-menu .nav-item{border-top-color:hsla(0,0%,100%,.2)}
}
.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}
.hero.is-warning a,.hero.is-warning strong{color:inherit}
.hero.is-warning .title{color:rgba(0,0,0,.7)}
.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}
.hero.is-warning .subtitle a,.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}
.hero.is-warning .nav{box-shadow:0 1px 0 rgba(0,0,0,.2)}
@media screen and (max-width:768px){.hero.is-warning .nav-menu{background-color:#ffdd57}
}
.hero.is-warning .nav-item a:not(.button),.hero.is-warning .nav-item a:not(.button).is-active,.hero.is-warning .nav-item a:not(.button):hover,.hero.is-warning a.nav-item,.hero.is-warning a.nav-item.is-active,.hero.is-warning a.nav-item:hover{color:rgba(0,0,0,.7)}
.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}
.hero.is-warning .tabs a:hover,.hero.is-warning .tabs li.is-active a{opacity:1}
.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}
.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}
.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)}
@media screen and (max-width:768px){.hero.is-warning .nav-toggle span{background-color:rgba(0,0,0,.7)}
.hero.is-warning .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-warning .nav-toggle.is-active span{background-color:rgba(0,0,0,.7)}
.hero.is-warning .nav-menu .nav-item{border-top-color:rgba(0,0,0,.2)}
}
.hero.is-danger{background-color:#ff3860;color:#fff}
.hero.is-danger a,.hero.is-danger strong{color:inherit}
.hero.is-danger .title{color:#fff}
.hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}
.hero.is-danger .subtitle a,.hero.is-danger .subtitle strong{color:#fff}
.hero.is-danger .nav{box-shadow:0 1px 0 hsla(0,0%,100%,.2)}
@media screen and (max-width:768px){.hero.is-danger .nav-menu{background-color:#ff3860}
}
.hero.is-danger .nav-item a:not(.button),.hero.is-danger a.nav-item{color:hsla(0,0%,100%,.7)}
.hero.is-danger .nav-item a:not(.button).is-active,.hero.is-danger .nav-item a:not(.button):hover,.hero.is-danger a.nav-item.is-active,.hero.is-danger a.nav-item:hover{color:#fff}
.hero.is-danger .tabs a{color:#fff;opacity:.9}
.hero.is-danger .tabs a:hover,.hero.is-danger .tabs li.is-active a{opacity:1}
.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}
.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}
.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)}
@media screen and (max-width:768px){.hero.is-danger .nav-toggle span{background-color:#fff}
.hero.is-danger .nav-toggle:hover{background-color:hsla(0,0%,4%,.1)}
.hero.is-danger .nav-toggle.is-active span{background-color:#fff}
.hero.is-danger .nav-menu .nav-item{border-top-color:hsla(0,0%,100%,.2)}
}
@media screen and (min-width:769px){.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}
}
@media screen and (min-width:769px){.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}
}
.hero.is-fullheight{min-height:100vh}
.hero.is-fullheight .hero-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}
.hero.is-fullheight .hero-body>.container{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}
.section{background-color:#fff;padding:3rem 1.5rem}
@media screen and (min-width:1000px){.section.is-medium{padding:9rem 1.5rem}
.section.is-large{padding:18rem 1.5rem}
}
.footer{background-color:#f5f5f5;padding:3rem 1.5rem 6rem}
html{font-size:62.5%}
body{color:#0a0a0a;font-size:1.4rem}
@media screen and (min-width:769px) and (max-width:999px){.container{margin:0 20px}
}
@media screen and (min-width:1000px) and (max-width:1275px){.container{margin:0 auto;max-width:960px}
}
@media screen and (min-width:1276px){.container{margin:0 auto;max-width:1236px}
}
@media screen and (max-width:768px){.columns{margin-left:0;margin-right:0}
}
.column.is-one-fifth,.column.is-one-fifth-desktop,.column.is-one-fifth-mobile,.column.is-one-fifth-tablet,.column.is-one-fifth-widescreen,.columns.is-mobile>.column.is-one-fifth{-ms-flex:none;flex:none;width:20%}
.infinite{animation-iteration-count:infinite}


._6afda{position:relative;overflow:hidden}
.a10f2{position:absolute;top:0;left:0;width:100%;z-index:1;transition:all 1s ease-out;transform:translateZ(0)}
._75caa{opacity:1}
._36822{opacity:0}
._0967c{z-index:0;overflow:hidden;transition:all .5s ease-out;backface-visibility:hidden;transform:translateZ(0) scale(1)}
._0de36{transition:all .5s ease-out .9s;opacity:0}


._40653{position:relative;overflow:hidden}
._38d8f,._40653{width:100%;height:100%}
._38d8f{position:absolute;top:0;left:0;z-index:1;transition:all 1s ease-out;background-position:50%;background-repeat:no-repeat;background-size:cover;transform:translateZ(0)}
._7e127{transform:translateZ(0) scale(1);z-index:0}
._41c22{opacity:1}
._35f2f{opacity:0}


.fade-enter-active,.fade-leave-active{transition-property:opacity;transition-duration:.3s}
.fade-enter-active{transition-delay:.3s}
.fade-enter,.fade-leave-active{opacity:0}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
@media screen and (max-width:768px){nav{margin-bottom:75px}
}
.pc-nav{max-width:1440px;margin:0 auto;padding-left:44px;padding-right:44px;min-height:100px;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;position:relative;z-index:2}
.pc-nav .nav-left,.pc-nav .nav-right{-ms-flex-preferred-size:inherit;flex-basis:inherit}
.pc-nav .nav-item{font-size:1.5rem;color:#000;letter-spacing:1px;padding-left:0!important;padding-right:0!important;padding-bottom:0;margin-right:50px}
.pc-nav .nav-item img{max-width:70px;max-height:inherit}
.pc-nav .nav-item .is-tab{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:60px;padding-top:20px}
.pc-nav .nav-item .is-tab:hover{border-bottom:0}
.pc-nav .nav-item .is-tab:after{content:"";min-width:0;margin-top:13px;border-bottom:3px solid #000;opacity:0;transition:opacity .15s cubic-bezier(.165,.84,.44,1),min-width .2s cubic-bezier(.165,.84,.44,1)}
.pc-nav .nav-item .is-tab:hover:after{opacity:1;min-width:60px}
.pc-nav .nav-item a{color:#000}
.pc-nav .nav-item.nav-locales{margin-right:0!important}
.pc-nav .nav-item.nav-locales .nav-item:first-child{margin-right:20px!important}
.pc-nav .nav-item.nav-locales .nav-item:last-child{margin-right:0!important}
.pc-nav .nav-item.nav-locales span{font-size:1.5rem;letter-spacing:1.07px}
.pc-nav .nav-item.nav-locales .active{font-weight:700}
.pc-nav .pc-nav-logo{width:70px;height:41px;padding-left:0;padding-right:0;margin-right:86px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.pc-nav .pc-nav-logo:hover{opacity:.5}
.sp-nav{width:100vw;min-height:75px;padding-left:0;padding-right:0;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:fixed;top:0;z-index:2;opacity:.95;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column}
.sp-nav .nav-center{margin:auto}
.sp-nav .sp-nav-logo{margin-top:6px}
.sp-nav .sp-nav-logo img{width:auto;height:36px;padding-left:0;padding-right:0;opacity:0;transition:opacity .3s cubic-bezier(.165,.84,.44,1)}
.sp-nav .sp-nav-logo img.show{opacity:1}
.sp-nav-button{position:fixed;top:36px;right:20px;z-index:4}


.sp-nav-button .sp-nav-button-icon:after,.sp-nav-button .sp-nav-button-icon:before{content:"";position:absolute;z-index: inherit;}
.sp-nav-button .sp-nav-button-icon:before{top:-10px;z-index: inherit;}
.sp-nav-button .sp-nav-button-icon:after{top:10px;z-index: inherit;}
.sp-nav-button.active .sp-nav-button-icon{background-color:transparent;z-index: auto;}
.sp-nav-button.active .sp-nav-button-icon:before{transform:translateY(10px) rotate(45deg);z-index: inherit;}
.sp-nav-button.active .sp-nav-button-icon:after{transform:translateY(-10px) rotate(-45deg);z-index: inherit;}
.sp-nav-menu-enter-active,.sp-nav-menu-leave-active{transition:transform .4s cubic-bezier(.165,.84,.44,1)}
.sp-nav-menu-enter,.sp-nav-menu-leave-to{transform:translateY(-100vh)}
.sp-nav-border-bottom{width:100vw;height:1px;border-bottom:1px solid #f0f0f0;display:none}
.sp-nav-border-bottom.show,.sp-nav-menu{display:block}
.sp-nav-menu{position:fixed;top:0;width:100vw;min-height:100vh;z-index:3;margin-top:0;background-color:#fff;padding-top:40px;padding-left:40px;opacity:.95}
.sp-nav-menu .sp-nav-menu-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:210px}
.sp-nav-menu .sp-nav-menu-list .sp-nav-item{font-size:2rem;letter-spacing:.92px;margin-bottom:15px;font-weight:300}
.sp-nav-menu .sp-nav-menu-list .sp-nav-item a{text-decoration:none;color:#000}
.sp-nav-menu .sp-nav-sub-menu-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:10px;padding-bottom:5px;border-bottom:1px solid #979797;max-width:210px}
.sp-nav-menu .sp-nav-sub-menu-list .sp-nav-item{font-size:1.6rem;letter-spacing:1.07px;margin-bottom:10px;font-weight:300}
.sp-nav-menu .sp-nav-sub-menu-list .sp-nav-item a{text-decoration:none;color:#000}
.sp-nav-menu .sp-nav-locales{margin-top:20px}
.sp-nav-menu .sp-nav-locales span{font-size:1.6rem;letter-spacing:1.07px;margin-right:20px;font-weight:300}
.sp-nav-menu .sp-nav-locales span.active{font-weight:700}
.sp-nav-menu .sp-nav-socials{margin-top:10px}
.sp-nav-menu .sp-nav-socials a{margin-right:10px;opacity:.8}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.footer{padding-top:50px;background-color:#000;color:#fff}
@media screen and (max-width:768px){.footer{padding-top:30px;padding-bottom:30px}
}
.footer .logo-copyright{width:12.5rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center}
.footer .logo-copyright img{width:125px;max-width:125px;margin-bottom:30px}
@media screen and (max-width:768px){.footer .logo-copyright img{margin-bottom:10px}
}
.footer .logo-copyright p{font-size:1.2rem;letter-spacing:.8px}
.footer .footer-columns{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}
.footer .footer-column{min-width:200px}
.footer .footer-column .footer-column-title{font-size:1.5rem;font-weight:700;letter-spacing:1px;margin-bottom:20px}
.footer .footer-column .footer-column-text{font-size:1.5rem;font-weight:400;letter-spacing:1px;margin-bottom:8px}
.footer .arrow-top{margin-top:20px;margin-left:auto;margin-right:0;text-align:right}
.footer .arrow-top img{opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.footer .arrow-top img:hover{opacity:.75;cursor:pointer;animation-name:bounceArrowY;animation-fill-mode:both;animation-duration:1s;animation-iteration-count:infinite}
.footer .sub-footer{border-top:1px solid #979797;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;margin-top:50px;padding-top:15px}
.footer .sub-footer .locales,.footer .sub-footer .socials{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}
.footer .sub-footer .locales{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}
.footer .sub-footer .locales span{font-size:1.6rem;letter-spacing:1.07px;margin-right:20px}
.footer .sub-footer .locales .active{font-weight:700}
.footer .socials{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}
.footer .socials a{margin-left:10px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.footer .socials a:hover{opacity:.5}
@media screen and (max-width:768px){.footer .socials{-ms-flex-align:start;align-items:flex-start;font-weight:300;font-size:1rem;letter-spacing:.45px}
.footer .socials span{margin-right:10px}
}
.footer a{color:#fff}
.footer a:hover{text-decoration:underline}
.footer .container.is-hidden-tablet{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.top{padding-bottom:80px}
.top a.fb-link{background:#df051c;display:block;position:absolute;border-radius:40px;width:310px;height:60px;box-sizing:border-box;padding:10px;line-height:1.3;z-index:2;text-align:center;top:100px;right:44px;font-size:16px}
@media screen and (max-width:768px){.top a.fb-link{padding:7px 10px;line-height:1.3;width:270px;height:52px;top:22px;left:20px;font-size:14px}
}
.top a.fb-link span{color:#fff;font-weight:700}
@media screen and (max-width:768px){.top{padding-bottom:50px}
}
.top .top-hero{position:relative}
.top .top-hero-body{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:-50px}
.top .top-hero-foot{position:absolute;bottom:50px;left:50%;transform:translate(-50%)}
.top .more-button{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.top .more-button:hover{opacity:.5}
@media screen and (max-width:768px){.top .more-button{font-size:1.6rem}
}
.top .is-fullheight{min-height:calc(100vh - 100px)}
@media screen and (max-width:768px){.top .is-fullheight{min-height:calc(100vh - 75px - 60px)}
}
@media screen and (max-width:768px){.top .top-hero-logo{max-width:144px;height:auto}
}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.instagrams{margin-bottom:60px;box-sizing:border-box}
@media screen and (max-width:768px){.instagrams{margin-bottom:30px}
}
.instagrams .column{display:-ms-flexbox;display:flex}
@media screen and (max-width:768px){.instagrams .column{padding:0}
}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.card{box-shadow:none;border:2px solid #f0f0f0;-ms-flex-positive:1;flex-grow:1}
@media screen and (max-width:768px){.card{border-left:none;border-right:none;border-bottom:none}
}
.card .card-header-title{font-weight:400;font-size:1.4rem;color:#000}
.card .card-header-title .date{color:#c6c6c6;font-size:1.2rem;padding-right:.75rem}
.card .card-header-title figure{opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.card .card-header-title figure:hover{opacity:.75}
.card .card-content{font-size:1.2rem;color:#4a4a4a;padding:1.5rem 1.3rem}
.card .card-content a{text-decoration:underline;color:#4a4a4a}
.card .card-content a:hover{text-decoration:none}
.card .card-image{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}
.card .card-image a{display:block;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.card .card-image a:hover{opacity:.75}
.card .card-image img[lazy=loaded]{animation-name:fadeIn;animation-fill-mode:both;animation-duration:.2s}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.product .list-header{min-height:75px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:1.8rem;letter-spacing:1.2px}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.item-cell{border-bottom:2px solid #f0f0f0;padding-top:50px;padding-bottom:50px}
@media screen and (max-width:768px){.item-cell{border-bottom:none;padding-top:0}
.item-cell:last-child{padding-bottom:0}
}
.item-cell.level{-ms-flex-pack:inherit;justify-content:inherit}
.item-cell .level-left{margin-right:50px}
.item-cell .level-left div{width:400px;height:400px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
@media screen and (max-width:768px){.item-cell .level-left div{width:100vw;height:auto}
}
.item-cell .level-right{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-positive:1;flex-grow:1}
@media screen and (max-width:768px){.item-cell .item-cell-body{margin:20px 20px 34px}
}
.item-cell .item-cell-body .item-copy{font-size:2rem;font-weight:500}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-copy{font-size:1.6rem;letter-spacing:0}
}
.item-cell .item-cell-body .item-name{font-size:5rem;font-weight:300;letter-spacing:3.33px}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-name{font-size:3rem;letter-spacing:0}
}
.item-cell .item-cell-body .item-code-name{font-size:2rem;font-weight:400;letter-spacing:1.33px;margin-top:11px;margin-bottom:-4px}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-code-name{font-size:1.6rem;letter-spacing:0}
}
.item-cell .item-cell-body .item-model-number{font-size:2rem;margin-bottom:55px}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-model-number{font-size:1.6rem;letter-spacing:0;margin-bottom:17px}
}
.item-cell .item-cell-body .item-category{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}
.item-cell .item-cell-body .item-category li{margin-right:10px;max-width:50px}
.item-cell .item-cell-body .item-category li .item-category-icon{width:50px;height:50px;margin-bottom:4px}
.item-cell .item-cell-body .item-category li .item-category-desc{text-align:center;font-size:1rem}
.item-cell .item-cell-detail-button{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.item-cell .item-cell-detail-button:hover{opacity:.5}
@media screen and (max-width:768px){.item-cell .item-cell-detail-button{font-size:1.6rem}
}
.item-cell:last-child{border-bottom:none}
.item-cell:hover{cursor:pointer}
.item-cell:hover .item-cell-arrow{animation-name:bounceArrowX;animation-fill-mode:both;animation-duration:1s;animation-iteration-count:infinite}
.item-cell:hover .level-left div{opacity:.75}
@media screen and (max-width:768px){.item-cell.level{margin-bottom:55px}
}
.level:not(:last-child){margin-bottom:0}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.contact-us{background-color:#f0f0f0;padding-top:80px;padding-bottom:100px}
@media screen and (max-width:768px){.contact-us{padding:40px 20px 50px}
}
.contact-us h2{display:block;max-width:500px;height:42px;border-radius:30px;background-color:#fff;font-size:2rem;font-weight:700;letter-spacing:1.33px;margin:0 auto;text-align:center;line-height:42px;margin-bottom:60px}
@media screen and (max-width:768px){.contact-us h2{font-size:1.6rem;letter-spacing:1.07px;margin-bottom:20px}
}
.contact-us p{margin:0;padding:0;font-size:2rem;letter-spacing:1.33px;line-height:2.15;margin-bottom:106px}
@media screen and (max-width:768px){.contact-us p{font-size:1.3rem;letter-spacing:0;line-height:2;text-align:center;margin-bottom:55px;margin-left:-10px;margin-right:-10px}
}
.contact-us .contact-button{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.contact-us .contact-button:hover{opacity:.5}
@media screen and (max-width:768px){.contact-us .contact-button{font-size:1.6rem}
}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.prototype .list-header{min-height:75px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:1.8rem;letter-spacing:1.2px}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.item-detail .item-detail-back{max-width:1440px;margin:20px auto 0;padding-left:44px;padding-right:44px;font-size:2rem;letter-spacing:1.33px}
.item-detail .item-detail-back a{display:inline-block;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.item-detail .item-detail-back a:hover{opacity:.5;cursor:pointer}
.item-detail .item-detail-back a:before{content:url(../../../assets/images/arrow_back.svg);margin-right:10px;position:relative;top:2px}
@media screen and (max-width:768px){.item-detail .item-detail-back{display:none}
}
.item-detail .item-detail-hero{min-height:500px;margin-top:50px;margin-bottom:50px}
@media screen and (min-width:769px) and (max-width:999px){.item-detail .item-detail-hero{min-height:400px}
}
@media screen and (min-width:1000px) and (max-width:1191px){.item-detail .item-detail-hero{min-height:400px}
}
.item-detail .item-detail-hero .container.level{-ms-flex-pack:inherit;justify-content:inherit}
.item-detail .item-detail-hero .level-left{margin-right:100px}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-left{margin-right:0}
}
@media screen and (min-width:769px) and (max-width:999px){.item-detail .item-detail-hero .level-left{margin-right:50px}
}
@media screen and (min-width:1000px) and (max-width:1191px){.item-detail .item-detail-hero .level-left{margin-right:50px}
}
.item-detail .item-detail-hero .level-left div{width:500px;height:500px}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-left div{width:100vw;height:auto}
}
@media screen and (min-width:769px) and (max-width:999px){.item-detail .item-detail-hero .level-left div{width:400px;height:400px}
}
@media screen and (min-width:1000px) and (max-width:1191px){.item-detail .item-detail-hero .level-left div{width:400px;height:400px}
}
.item-detail .item-detail-hero .level-right{-ms-flex-pack:inherit;justify-content:inherit;-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;position:relative}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-right{margin:20px 20px 34px;min-height:0}
}
@media screen and (min-width:769px) and (max-width:999px){.item-detail .item-detail-hero .level-right{max-width:510px;min-height:400px}
}
@media screen and (min-width:1000px) and (max-width:1191px){.item-detail .item-detail-hero .level-right{max-width:510px;min-height:400px}
}
@media (min-width:1193px){.item-detail .item-detail-hero .level-right{max-width:636px;min-height:500px}
}
.item-detail .item-detail-hero .level-right .item-copy{font-size:2rem;font-weight:500}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-right .item-copy{font-size:1.6rem;letter-spacing:0}
}
@media screen and (min-width:769px) and (max-width:999px){.item-detail .item-detail-hero .level-right .item-copy{font-size:1.8rem;letter-spacing:1.2px}
}
@media screen and (min-width:1000px) and (max-width:1191px){.item-detail .item-detail-hero .level-right .item-copy{font-size:1.8rem;letter-spacing:1.2px}
}
.item-detail .item-detail-hero .level-right .item-name{font-size:5rem;font-weight:300;letter-spacing:3.33px;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-right .item-name{-ms-flex-pack:justify;justify-content:space-between;font-size:2.8rem;letter-spacing:0}
}
@media screen and (min-width:769px) and (max-width:999px){.item-detail .item-detail-hero .level-right .item-name{font-size:4rem;letter-spacing:2.664px}
}
@media screen and (min-width:1000px) and (max-width:1191px){.item-detail .item-detail-hero .level-right .item-name{font-size:4rem;letter-spacing:2.664px}
}
@media screen and (max-width:320px){.item-detail .item-detail-hero .level-right .item-name{font-size:2.4rem;letter-spacing:0}
}
.item-detail .item-detail-hero .level-right .item-name .item-status{font-weight:700;font-size:1.8rem;letter-spacing:1.2px;border:2px solid #000;vertical-align:middle;margin-left:24px;display:inline-block;padding:2px 16px;border-radius:30px;white-space:nowrap}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-right .item-name .item-status{font-size:1.6rem;letter-spacing:1.07px;padding:2px 10px;margin-left:0}
}
.item-detail .item-detail-hero .level-right .item-name .item-status.under-development{color:#7ed321;border-color:#7ed321}
@media screen and (max-width:320px){.item-detail .item-detail-hero .level-right .item-name .item-status{font-size:1.3rem;letter-spacing:0;padding:2px 10px;margin-left:0}
}
.item-detail .item-detail-hero .level-right .item-code-name{font-size:2rem;font-weight:400;letter-spacing:1.33px;margin-top:11px;margin-bottom:-4px}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-right .item-code-name{font-size:1.6rem;letter-spacing:0}
}
.item-detail .item-detail-hero .level-right .item-model-number{font-size:2rem}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-right .item-model-number{font-size:1.6rem;letter-spacing:0;margin-bottom:17px}
}
.item-detail .item-detail-hero .level-right .item-desc{font-size:1.6rem;letter-spacing:1.07px;line-height:1.875;font-weight:300;margin-top:20px;margin-bottom:34px}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-right .item-desc{font-size:1.4rem;letter-spacing:0;line-height:2;margin-bottom:17px}
}
.item-detail .item-detail-hero .level-right .item-category{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}
.item-detail .item-detail-hero .level-right .item-category li{margin-right:10px;max-width:50px}
.item-detail .item-detail-hero .level-right .item-category li .item-category-icon{width:50px;height:50px;margin-bottom:4px}
.item-detail .item-detail-hero .level-right .item-category li .item-category-desc{text-align:center;font-size:1rem}
.item-detail .item-detail-hero .level-right .contact-button{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1);margin-top:auto;position:absolute;bottom:0;width:278px}
.item-detail .item-detail-hero .level-right .contact-button:hover{opacity:.5}
@media screen and (max-width:768px){.item-detail .item-detail-hero .level-right .contact-button{font-size:1.6rem;position:static;margin-top:34px}
}
.item-detail .item-detail-body{background-color:#f0f0f0;overflow:hidden;padding-bottom:97px}
@media screen and (max-width:768px){.item-detail .item-detail-body{padding-bottom:50px;padding-left:20px;padding-right:20px}
}
.item-detail .item-detail-body h3{display:block;max-width:500px;height:42px;border-radius:30px;background-color:#fff;font-size:2rem;font-weight:700;letter-spacing:1.33px;margin:0 auto;text-align:center;line-height:42px;margin-top:97px}
@media screen and (max-width:768px){.item-detail .item-detail-body h3{font-size:1.6rem;letter-spacing:1.07px;margin-top:30px}
.item-detail .item-detail-body h3:not(:first-child){margin-top:50px}
}
@media screen and (max-width:320px){.item-detail .item-detail-body h3{font-size:1.4rem;letter-spacing:.93px}
}
.item-detail .item-detail-body p{max-width:960px;font-size:1.6rem;margin:0 auto;letter-spacing:1.07px;line-height:1.875;font-weight:300;margin-top:43px}
@media screen and (max-width:768px){.item-detail .item-detail-body p{font-size:1.4rem;letter-spacing:0;line-height:2;text-align:left;margin-top:20px}
}
.item-detail .item-detail-body p .link-button{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.item-detail .item-detail-body p .link-button:hover{opacity:.5}
@media screen and (max-width:768px){.item-detail .item-detail-body p .link-button{font-size:1.6rem}
}
.item-detail .item-detail-body img{width:100%;height:auto}
.item-detail .item-detail-body .video{position:relative;width:100%}
.item-detail .item-detail-body .video iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.item-detail .item-detail-body .video:before{content:"";display:block;padding-top:56.25%}
.item-detail .item-detail-body table{max-width:800px;margin:0 auto;font-size:1.6rem;letter-spacing:1.07px;line-height:1.875;margin-top:43px}
@media screen and (max-width:768px){.item-detail .item-detail-body table{font-size:1.2rem;letter-spacing:0;line-height:1.5;margin-top:20px}
}
.item-detail .item-detail-body table td,.item-detail .item-detail-body table th{padding:14px 0;color:#000}
@media screen and (max-width:768px){.item-detail .item-detail-body table td,.item-detail .item-detail-body table th{padding:5px 0}
}
.item-detail .item-detail-body table th{width:25%}
.item-detail .item-detail-body table td{width:50%}
.item-detail .item-detail-body table td:last-child{width:25%;opacity:.5}
.item-detail .item-detail-instagram-feed .hashtag{margin:82px auto;text-align:center}
@media screen and (max-width:768px){.item-detail .item-detail-instagram-feed .hashtag{margin:30px auto}
}
.item-detail .item-detail-instagram-feed .hashtag .instagram-icon{vertical-align:middle;margin-top:-10px;margin-right:10px;display:inline-block}
@media screen and (max-width:768px){.item-detail .item-detail-instagram-feed .hashtag .instagram-icon{margin-top:-5px}
}
.item-detail .item-detail-instagram-feed .hashtag .hashtag-name{font-size:3rem;font-weight:700;letter-spacing:2px;border:2px solid #f0f0f0;border-radius:30px;padding:0 30px;display:inline-block}
@media screen and (max-width:768px){.item-detail .item-detail-instagram-feed .hashtag .hashtag-name{font-size:1.6rem;font-weight:700;letter-spacing:1.07px;padding:6px 30px}
}
.item-detail .item-detail-contact-form{background-color:#f0f0f0;padding-top:80px;padding-bottom:100px}
@media screen and (max-width:768px){.item-detail .item-detail-contact-form{padding:40px 27px 50px}
}
.item-detail .item-detail-contact-form h2{display:block;max-width:500px;height:42px;border-radius:30px;background-color:#fff;font-size:2rem;font-weight:700;letter-spacing:1.33px;margin:0 auto;text-align:center;line-height:42px;margin-bottom:60px}
@media screen and (max-width:768px){.item-detail .item-detail-contact-form h2{font-size:1.6rem;letter-spacing:1.07px;margin-bottom:20px}
}
.item-detail .item-detail-contact-form p{margin:0;padding:0;font-size:2rem;letter-spacing:1.33px;line-height:2.15}
@media screen and (max-width:768px){.item-detail .item-detail-contact-form p{font-size:1.3rem;letter-spacing:0;line-height:2;text-align:center}
}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.contact-form{max-width:700px;margin:0 auto;font-size:1.6rem;letter-spacing:1.07px;line-height:1.875;font-weight:300;padding-top:53px}
@media screen and (max-width:768px){.contact-form{font-size:1.4rem;letter-spacing:.93px}
}
.contact-form .input,.contact-form .textarea{font-size:1.6rem;letter-spacing:1.07px;font-weight:300}
@media screen and (max-width:768px){.contact-form .input,.contact-form .textarea{font-size:1.4rem;letter-spacing:.93px}
}
.contact-form .textarea{margin-top:40px;min-height:240px}
.contact-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.contact-form select::-ms-expand{display:none}
.contact-form .select{width:100%;font-size:1.6rem;letter-spacing:1.07px}
@media screen and (max-width:768px){.contact-form .select{font-size:1.4rem;letter-spacing:.93px}
}
.contact-form .select select{width:100%}
.contact-form .field.is-horizontal{display:-ms-flexbox;display:flex;margin-bottom:10px}
@media screen and (max-width:768px){.contact-form .field.is-horizontal{-ms-flex-direction:column;flex-direction:column}
}
.contact-form .field-label{color:#666;text-align:left;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:2.1;flex-grow:2.1;-ms-flex-negative:0;flex-shrink:0;margin:auto 0}
.contact-form .field-label .label{font-weight:300;letter-spacing:1.33px}
.contact-form .field-body{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:5;flex-grow:5;-ms-flex-negative:1;flex-shrink:1}
.contact-form .radio{margin-right:20px;font-size:1.6rem;letter-spacing:1.07px}
@media screen and (max-width:768px){.contact-form .radio{font-size:1.4rem;letter-spacing:.93px}
}
.contact-form input[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;box-sizing:border-box;border:none;padding:0}
.contact-form input[type=submit]::-webkit-search-decoration{display:none}
.contact-form input[type=submit]:focus{outline-offset:-2px}
.contact-form .submit{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1);margin-top:68px;width:240px}
.contact-form .submit:hover{opacity:.5}
@media screen and (max-width:768px){.contact-form .submit{font-size:1.6rem;margin-top:34px}
}
.contact-form .help{display:none;text-align:left!important}
.contact-form .caption,.contact-form .help{font-size:1.4rem!important;letter-spacing:0!important}
.contact-form .caption{text-align:right!important}
.contact-form .control:not(:last-child){margin-bottom:0}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
@media screen and (max-width:768px){.single-page .container{margin-left:20px;margin-right:20px;padding-top:.1px}
}
.single-page nav ul{margin-top:40px}
.single-page nav ul li{margin:0;padding:0;margin-bottom:20px;font-size:1.6rem;letter-spacing:1.07px;font-weight:700}
.single-page nav ul li:hover{opacity:.5;cursor:pointer}
@media screen and (max-width:768px){.single-page nav{display:none}
}
.single-page h2{margin:0;padding:0;margin-top:35px;margin-bottom:35px;padding-bottom:10px;font-weight:700;font-size:2rem;letter-spacing:1.33px;border-bottom:2px solid #f0f0f0}
@media screen and (max-width:768px){.single-page h2{font-size:1.6rem;letter-spacing:1.07px;text-align:left;margin-bottom:20px}
}
.single-page h3{font-size:1.6rem;letter-spacing:1.07px;line-height:1.875;margin-bottom:35px;font-weight:700}
@media screen and (max-width:768px){.single-page h3{font-size:1.4rem;letter-spacing:.93px;line-height:1.71;margin-bottom:20px}
}
.single-page p{font-size:2rem;letter-spacing:1.33px;line-height:2.15;margin-bottom:35px}
@media screen and (max-width:768px){.single-page p{font-size:1.6rem;letter-spacing:1.07px;line-height:1.71;text-align:left;margin-bottom:20px}
}
.single-page p.strong{font-weight:400;font-size:2rem;letter-spacing:1.33px;line-height:2.15;margin-bottom:35px}
@media screen and (max-width:768px){.single-page p.strong{font-size:1.4rem;letter-spacing:.93px;line-height:1.71;text-align:left;margin-bottom:20px}
}
.single-page a.has-arrow:hover{opacity:.5}
.single-page a.has-arrow:before{content:url(../../../assets/images/arrow_right_small.svg);margin-right:10px;vertical-align:middle}
.single-page iframe{width:100%;height:450px}
@media screen and (max-width:768px){.single-page iframe{height:200px}
}
.single-page section{padding-bottom:35px}
@media screen and (max-width:768px){.single-page section{padding-bottom:20px}
}
.single-page section p{font-size:1.6rem;letter-spacing:1.07px;line-height:1.875;margin-bottom:35px}
@media screen and (max-width:768px){.single-page section p{font-size:1.4rem;letter-spacing:.93px;line-height:1.71;margin-bottom:20px}
}
.single-page section img{width:100%;height:auto}
.single-page section ol,.single-page section ul{margin:0;padding:0;list-style-position:inside}
.single-page section ol li,.single-page section ul li{font-size:1.6rem;letter-spacing:1.07px;line-height:1.875;margin-bottom:35px}
@media screen and (max-width:768px){.single-page section ol li,.single-page section ul li{font-size:1.4rem;letter-spacing:.93px;line-height:1.71}
}
.single-page table{font-size:1.6rem;letter-spacing:1.07px;line-height:1.875}
@media screen and (max-width:768px){.single-page table{font-size:1.4rem;letter-spacing:.93px;line-height:1.71}
}
.single-page table td,.single-page table th{margin:0;padding:0 0 24px;color:#000}
.single-page table th{width:15%}
@media screen and (max-width:768px){.single-page table th{width:20%}
}
.single-page table.vision{border:1px solid #979797;line-height:0;border-spacing:0;letter-spacing:0;margin-bottom:35px;table-layout:fixed}
.single-page table.vision tr{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}
.single-page table.vision td{padding:0}
@media screen and (max-width:768px){.single-page #company-history th{width:30%}
}
.single-page #company-profile td{width:42.5%}
@media screen and (max-width:768px){.single-page #company-profile td{width:40%}
}
.single-page .video{position:relative;width:100%}
.single-page .video iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.single-page .video:before{content:"";display:block;padding-top:56.25%}
.single-page-contact-form{background-color:#f0f0f0;padding-top:40px;padding-bottom:50px}
.single-page-contact-form h2{display:block;max-width:500px;height:42px;border-radius:30px;background-color:#fff;font-size:2rem;font-weight:700;letter-spacing:1.33px;margin:0 auto;text-align:center;line-height:42px;margin-bottom:60px}
@media screen and (max-width:768px){.single-page-contact-form h2{font-size:1.6rem;letter-spacing:1.07px;margin-bottom:20px}
}
.single-page-contact-form p{margin:0;padding:0;font-size:2rem;letter-spacing:1.33px;line-height:2.15}
@media screen and (max-width:768px){.single-page-contact-form p{font-size:1.4rem;letter-spacing:0;line-height:2;text-align:center}
}
#google-maps{width:100%;min-height:450px;margin-bottom:35px}
@media screen and (max-width:768px){#google-maps{min-height:200px;margin-bottom:20px}
}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
@media screen and (max-width:768px){.releases .container{margin-left:20px;margin-right:20px;padding-top:.1px}
}
.releases h2{margin:0;padding:0;margin-top:35px;margin-bottom:35px;padding-bottom:10px;font-weight:700;font-size:2rem;letter-spacing:1.33px;border-bottom:2px solid #f0f0f0}
@media screen and (max-width:768px){.releases h2{font-size:1.6rem;letter-spacing:1.07px;text-align:left;margin-bottom:20px}
}
.releases .release-cell{padding-top:20px;padding-bottom:35px;border-bottom:2px solid #f0f0f0}
.releases .release-cell .release-date{font-size:1.6rem;letter-spacing:1.07px;line-height:1.5}
.releases .release-cell .release-title{font-size:2rem;line-height:1.7;font-weight:700}
@media screen and (max-width:768px){.releases .release-cell .release-title{font-size:1.6rem;letter-spacing:0}
}
.releases .release-cell:last-child{margin-bottom:70px}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
@media screen and (max-width:768px){.release-detail .container{margin-left:20px;margin-right:20px;padding-top:35px}
}
.release-detail .release-detail-back{max-width:1440px;margin:20px auto 0;padding-left:44px;padding-right:44px;font-size:2rem;letter-spacing:1.33px;-ms-flex-positive:1;flex-grow:1;margin-top:38px!important}
.release-detail .release-detail-back a{display:inline-block;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.release-detail .release-detail-back a:hover{opacity:.5;cursor:pointer}
.release-detail .release-detail-back a:before{content:url(../../../assets/images/arrow_back.svg);margin-right:10px;position:relative;top:2px}
@media screen and (max-width:768px){.release-detail .release-detail-back{display:none}
}
.release-detail .release-detail-content{-ms-flex-positive:6;flex-grow:6}
.release-detail h2{font-size:2rem;font-weight:700;line-height:1.875;letter-spacing:1.33px;margin-top:35px}
@media screen and (max-width:768px){.release-detail h2{font-size:1.6rem;letter-spacing:1.07px;margin-top:10px;margin-bottom:35px}
}
.release-detail .release-detail-body{margin-bottom:70px}
.release-detail .release-detail-body p{font-size:1.6rem;letter-spacing:1.07px;line-height:1.875;font-weight:300;margin-top:43px}
@media screen and (max-width:768px){.release-detail .release-detail-body p{font-size:1.4rem;letter-spacing:.93px;line-height:1.71;text-align:left;margin-top:28px}
}
.release-detail .release-detail-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:43px}
.release-detail .release-date{font-size:1.6rem;letter-spacing:1.07px;font-weight:300}
.release-detail .release-pdf-button a{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:240px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1);width:240px;font-size:1.6rem;font-weight:700;letter-spacing:1.07px}
.release-detail .release-pdf-button a:hover{opacity:.5}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
@media screen and (max-width:768px){.supply-page .container{margin-left:20px;margin-right:20px;padding-top:.1px}
}
.supply-page .supply-description{font-size:2rem;letter-spacing:1.33px;line-height:2.15;margin-top:35px;margin-bottom:35px}
@media screen and (max-width:768px){.supply-page .supply-description{font-size:1.4rem;letter-spacing:.93px;line-height:1.71;text-align:left;margin-bottom:20px}
}
.supply-page .supply-form{max-width:700px;margin:0 auto;font-size:1.6rem;letter-spacing:1.07px;line-height:1.875;font-weight:300;padding-top:53px;padding-bottom:50px}
@media screen and (max-width:768px){.supply-page .supply-form{font-size:1.4rem;letter-spacing:.93px}
}
.supply-page .supply-form .input,.supply-page .supply-form .textarea{font-size:1.6rem;letter-spacing:1.07px;font-weight:300}
@media screen and (max-width:768px){.supply-page .supply-form .input,.supply-page .supply-form .textarea{font-size:1.4rem;letter-spacing:.93px}
}
.supply-page .supply-form .textarea{margin-top:40px;min-height:240px}
.supply-page .supply-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.supply-page .supply-form select::-ms-expand{display:none}
.supply-page .supply-form .select{width:100%;font-size:1.6rem;letter-spacing:1.07px}
@media screen and (max-width:768px){.supply-page .supply-form .select{font-size:1.4rem;letter-spacing:.93px}
}
.supply-page .supply-form .select select{width:100%}
.supply-page .supply-form .field.is-horizontal{display:-ms-flexbox;display:flex;margin-bottom:10px}
@media screen and (max-width:768px){.supply-page .supply-form .field.is-horizontal{-ms-flex-direction:column;flex-direction:column}
}
.supply-page .supply-form .field-label{color:#666;text-align:left;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:4;flex-grow:4;-ms-flex-negative:0;flex-shrink:0;margin:auto 0}
.supply-page .supply-form .field-label .label{font-weight:300;letter-spacing:1.33px}
.supply-page .supply-form .field-body{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:5;flex-grow:5;-ms-flex-negative:1;flex-shrink:1}
.supply-page .supply-form .radio{margin-right:20px;font-size:1.6rem;letter-spacing:1.07px}
@media screen and (max-width:768px){.supply-page .supply-form .radio{font-size:1.4rem;letter-spacing:.93px}
}
.supply-page .supply-form input[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;box-sizing:border-box;border:none;padding:0}
.supply-page .supply-form input[type=submit]::-webkit-search-decoration{display:none}
.supply-page .supply-form input[type=submit]:focus{outline-offset:-2px}
.supply-page .supply-form .submit{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1);margin-top:68px;width:240px}
.supply-page .supply-form .submit:hover{opacity:.5}
@media screen and (max-width:768px){.supply-page .supply-form .submit{font-size:1.6rem;margin-top:34px}
}
.supply-page .supply-form .help{display:none;text-align:left!important;font-size:1.4rem!important;letter-spacing:0!important}
.supply-page .supply-form .caption{text-align:right!important;font-size:1.4rem!important;letter-spacing:0!important}
.supply-page .supply-form .control:not(:last-child){margin-bottom:0}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.powered-wear .cover{width:100vw;height:56.25vw;background:url("../../../assets/images/powered-wear/kote@2x.jpg") no-repeat 0 0;background-size:cover;position:relative}
@media screen and (max-width:768px){.powered-wear .cover{background-size:cover;background-position:42%;height:100vw}
}
.powered-wear .cover .inner{position:absolute;top:27%;left:55%;width:410px}
@media screen and (max-width:768px){.powered-wear .cover .inner{top:25%}
}
.powered-wear .cover .inner h2{font-size:40px;font-weight:700;margin:0 0 35px;letter-spacing:1.1px}
@media screen and (max-width:768px){.powered-wear .cover .inner h2{font-size:14.4px;margin:0 0 20px}
}
.powered-wear .cover .inner p{font-size:24px;font-weight:700;line-height:1.9}
@media screen and (max-width:768px){.powered-wear .cover .inner p{font-size:9.6px;line-height:2}
}
.powered-wear .reverse{background:#000;color:#fff;padding:0;position:relative;height:600px}
.powered-wear .reverse>img{width:512px;position:absolute;bottom:0;left:calc(50% - 50px)}
.powered-wear .reverse>video{width:100%}
.powered-wear .reverse .container{position:absolute;padding:0;top:100px;left:80px}
.powered-wear .reverse .container h2{border-bottom:3px solid #fff}
@media screen and (max-width:768px){.powered-wear .reverse{height:540px}
.powered-wear .reverse>img{width:100%;padding-top:0;left:0}
.powered-wear .reverse .container{position:absolute;padding:30px 0 0;top:10px;left:10px;width:calc(100% - 20px)}
}
.powered-wear .container{max-width:1240px;padding:60px 0 90px;clear:both}
.powered-wear .container section{border-top:2px solid #f0f0f0;border-bottom:2px solid #f0f0f0;margin:28px 0 78px}
@media screen and (max-width:768px){.powered-wear .container section{padding:30px 0 0;margin:40px 20px}
.powered-wear .container section>*{margin-left:-20px;margin-right:-20px}
}
@media screen and (max-width:768px){.powered-wear .container .inner,.powered-wear .container .inner h2{margin-left:0!important;margin-right:0!important}
.powered-wear .container .inner{padding-bottom:48px}
}
.powered-wear .container .case{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-align:left;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 80px}
@media screen and (max-width:768px){.powered-wear .container .case{-ms-flex-direction:column;flex-direction:column;padding:20px 0;margin:0}
}
.powered-wear .container .case li{-ms-flex:0 0 375px;flex:0 0 375px}
@media screen and (max-width:768px){.powered-wear .container .case li{-ms-flex-preferred-size:100%;flex-basis:100%;margin:20px 0}
}
.powered-wear .container .case li img{margin:0 0 30px}
@media screen and (max-width:768px){.powered-wear .container .case li img{margin:0 0 15px}
}
.powered-wear .container .case li h3{font-size:32px;font-weight:300}
@media screen and (max-width:768px){.powered-wear .container .case li h3{font-size:30px}
}
.powered-wear .container .case li p{font-weight:400;font-size:20px;margin:0}
@media screen and (max-width:768px){.powered-wear .container .case li p{font-size:14px}
}
.powered-wear .container .spec{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
@media screen and (max-width:768px){.powered-wear .container .spec{-ms-flex-pack:justify;justify-content:space-between;margin:0!important}
}
.powered-wear .container .spec li{-ms-flex:0 0 400px;flex:0 0 400px;margin:50px 0 0}
@media screen and (max-width:768px){.powered-wear .container .spec li{-ms-flex:0 0 160px;flex:0 0 160px;margin:25px 0 0}
}
.powered-wear .container .spec li img{width:150px;height:150px;display:block}
@media screen and (max-width:768px){.powered-wear .container .spec li img{width:60px;height:60px}
}
.powered-wear .container .spec li h3{font-weight:700;font-size:24px;margin:50px 0}
@media screen and (max-width:768px){.powered-wear .container .spec li h3{margin:20px 0;font-size:16px}
}
.powered-wear .container .spec li p{font-weight:400;font-size:20px}
@media screen and (max-width:768px){.powered-wear .container .spec li p{font-size:12px}
}
@media screen and (max-width:768px){.powered-wear .container .spec li p br{display:none}
}
.powered-wear .container .box{display:-ms-flexbox;display:flex;box-shadow:none;padding:0;background:none}
@media screen and (max-width:768px){.powered-wear .container .box{-ms-flex-direction:column-reverse;flex-direction:column-reverse;-ms-flex-align:center;align-items:center;padding:0 17px}
}
.powered-wear .container .box .column{-ms-flex:0 0 auto;flex:0 0 auto;padding:0}
.powered-wear .container .box .column.flex{-ms-flex:1 0 auto;flex:1 0 auto}
.powered-wear .container .box .column.pad-t{padding-top:80px}
@media screen and (max-width:768px){.powered-wear .container .box .column.pad-t{padding-top:0}
}
.powered-wear .container .box .column.pad-l{padding-left:45px}
@media screen and (max-width:768px){.powered-wear .container .box .column.pad-l{padding-left:0}
}
.powered-wear .container img.wire{width:356px}
@media screen and (max-width:768px){.powered-wear .container img.wire{width:170px;margin:20px auto 0}
}
.powered-wear .container.center{text-align:center}
@media screen and (max-width:768px){.powered-wear .container.center{text-align:left}
}
.powered-wear .container.border-top{border-top:2px solid #f0f0f0}
@media screen and (max-width:768px){.powered-wear .container.border-top{margin-left:20px;margin-right:20px}
.powered-wear .container.border-top>*{margin-left:-20px;margin-right:-20px}
}
.powered-wear .container img.fill{display:block;width:100%}
.powered-wear .container img.float-l{float:left}
.powered-wear .container img.illust{margin:80px 0 60px}
@media screen and (max-width:768px){.powered-wear .container img.illust{margin:40px 0}
}
.powered-wear .container h2{font-size:32px;font-weight:700;display:inline-block;padding-bottom:22px;margin:0 0 50px;border-bottom:3px solid #000;letter-spacing:1.1px}
.powered-wear .container h2 br{display:none}
@media screen and (max-width:768px){.powered-wear .container h2 br{display:inline}
}
.powered-wear .container h2.l-margin{margin:0 0 130px}
@media screen and (max-width:768px){.powered-wear .container h2{display:inline;line-height:2.8em;font-size:20px;padding-bottom:10px;margin:0 17px}
}
.powered-wear .container p{font-size:24px;font-weight:700;line-height:1.8;letter-spacing:1.1px;margin:10px 0}
@media screen and (max-width:768px){.powered-wear .container p{font-size:14px;margin:15px 0}
}
@media screen and (max-width:768px){.powered-wear .container p br{display:none}
}
.powered-wear .container span{font-size:12px;display:block}
.powered-wear .container .button{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.powered-wear .container .button:hover{opacity:.5}
@media screen and (max-width:768px){.powered-wear .container .button{font-size:1.6rem}
}
@media screen and (max-width:768px){.powered-wear .container{padding:30px 0 0}
}


@keyframes spinAround{0%{transform:rotate(0deg)}
to{transform:rotate(359deg)}
}
@keyframes bounceArrowX{0%,20%,50%,80%,to{transform:translateX(0)}
40%{transform:translateX(-10px)}
60%{transform:translateX(-5px)}
}
@keyframes bounceArrowY{0%,20%,50%,80%,to{transform:translateY(0)}
40%{transform:translateY(-8px)}
60%{transform:translateY(-4px)}
}
.bounceArrowY{animation-name:bounceArrowY}
.item-cell{border-bottom:2px solid #f0f0f0;padding-top:50px;padding-bottom:50px}
@media screen and (max-width:768px){.item-cell{border-bottom:none;padding-top:0}
.item-cell:last-child{padding-bottom:0}
}
.item-cell.level{-ms-flex-pack:inherit;justify-content:inherit;-ms-flex-align:stretch;align-items:stretch}
.item-cell .level-left{margin-right:50px}
.item-cell .level-left div{width:400px;height:400px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
@media screen and (max-width:768px){.item-cell .level-left div{width:100vw;height:auto}
}
.item-cell .level-right{-ms-flex-pack:justify;justify-content:space-between;-ms-flex-positive:1;flex-grow:1}
.item-cell .item-cell-body{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}
@media screen and (max-width:768px){.item-cell .item-cell-body{margin:32px 20px}
}
.item-cell .item-cell-body .item-status{display:inline-block;border:2px solid #000;border-radius:200px;margin:0 0 40px;padding:5px 28px}
.item-cell .item-cell-body .item-status.is-sale{color:#fff;background:#000}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-status{font-size:16px;letter-spacing:0;padding:3px 20px;margin:0 0 15px}
}
.item-cell .item-cell-body .item-copy{font-size:2rem;font-weight:500}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-copy{font-size:1.6rem;letter-spacing:0}
}
.item-cell .item-cell-body .item-name{font-size:5rem;font-weight:300;letter-spacing:3.33px;margin:0}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-name{font-size:3rem;letter-spacing:0}
}
.item-cell .item-cell-body .item-desc{font-size:20px;margin:0;font-weight:400;max-width:600px}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-desc{font-size:16px;margin:1em 0}
}
.item-cell .item-cell-body .item-explanation{font-size:20px;margin:70px 0 0;font-weight:400}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-explanation{font-size:14px;margin:1em 0}
}
.item-cell .item-cell-body .item-code-name{font-size:2rem;font-weight:400;letter-spacing:1.33px;margin-top:11px;margin-bottom:-4px}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-code-name{font-size:1.6rem;letter-spacing:0}
}
.item-cell .item-cell-body .item-model-number{font-size:2rem;margin-bottom:55px}
@media screen and (max-width:768px){.item-cell .item-cell-body .item-model-number{font-size:1.6rem;letter-spacing:0;margin-bottom:17px}
}
.item-cell .item-cell-body .item-category{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}
.item-cell .item-cell-body .item-category li{margin-right:10px;max-width:50px}
.item-cell .item-cell-body .item-category li .item-category-icon{width:50px;height:50px;margin-bottom:4px}
.item-cell .item-cell-body .item-category li .item-category-desc{text-align:center;font-size:1rem}
.item-cell .item-cell-detail-button{display:block;font-size:1.8rem;letter-spacing:1.2px;border-radius:30px;height:42px;max-width:278px;background-color:#000;margin:0 auto;text-align:center;cursor:pointer;color:#fff;line-height:42px;opacity:1;transition:opacity .2s cubic-bezier(.165,.84,.44,1)}
.item-cell .item-cell-detail-button:hover{opacity:.5}
@media screen and (max-width:768px){.item-cell .item-cell-detail-button{font-size:1.6rem}
}
.item-cell:last-child{border-bottom:none}
.item-cell:hover{cursor:pointer}
.item-cell:hover .item-cell-arrow{animation-name:bounceArrowX;animation-fill-mode:both;animation-duration:1s;animation-iteration-count:infinite}
.item-cell:hover .level-left div{opacity:.75}
@media screen and (max-width:768px){.item-cell.level{margin-bottom:55px}
}
.level:not(:last-child){margin-bottom:0}

