/*
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @access public
 * @param {Keyword | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 *
 * @see https://www.sitepoint.com/building-linear-gradient-mixin-sass/
 */
.c-absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.app-container {
  position: relative;
  height: 100%;
  overflow: auto;
  background-color: #f5f7fa;
}
.app-container > div.main-layout {
  height: 100%;
}
.v-footer-copyright {
  padding: 20px 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  color: #939ea9;
}
.v-footer-copyright .v-footer-beian {
  display: block;
  margin-top: 4px;
}
.v-footer-copyright .v-footer-beian a:hover {
  text-decoration: underline;
}
.v-top-logo-wrap {
  display: inline-block;
  line-height: 0;
}
.v-top-logo-wrap .v-top-logo-img {
  vertical-align: middle;
}

.v-top-logo-img {
  height: 24px;
  height: 1.7142857143rem;
}

.v-top-logo-partition {
  display: inline-block;
  margin: 0 12px;
  width: 1px;
  height: 16px;
  height: 1.1428571429rem;
  vertical-align: middle;
  background-color: #d5dee7;
}

.v-top-logo-text {
  font-size: 14px;
  font-size: 1rem;
  vertical-align: middle;
}
.qx-plugin-img-container {
  position: relative;
}
.qx-plugin-img-container.is-small {
  width: 50px;
  height: 50px;
}
.qx-plugin-img-container.is-medium {
  width: 80px;
  height: 80px;
}
.qx-plugin-img-container.is-large {
  width: 120px;
  height: 120px;
}
.qx-plugin-img-container.radiused {
  border-radius: 50%;
  overflow: hidden;
}
.qx-plugin-img-container img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
/*
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @access public
 * @param {Keyword | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 *
 * @see https://www.sitepoint.com/building-linear-gradient-mixin-sass/
 */
.v-user-corner-wrap {
  position: relative;
  display: inline-block;
}
.v-user-corner-wrap:hover .v-user-corner-content {
  display: block;
}

.v-user-corner-logo {
  cursor: pointer;
}

.v-user-corner-content {
  display: none;
  width: 288px;
  top: 48px;
  right: 0;
  z-index: 1;
}
.v-user-corner-content.c-float-block {
  position: absolute;
}
.v-user-corner-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 40px;
  height: 16px;
  background-color: transparent;
}

.v-user-corner-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 24px 24px 23px 24px;
  border-bottom: 1px solid #e4ebf1;
}
.v-user-corner-info .logo {
  margin-right: 12px;
}
.v-user-corner-info .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.v-user-corner-info .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v-user-corner-info .status {
  margin-top: 8px;
  font-size: 0;
  line-height: 0;
  color: #939ea9;
}
.v-user-corner-info .status span {
  vertical-align: middle;
}
.v-user-corner-info .status .icon {
  margin-right: 4px;
}
.v-user-corner-info .status .qicon {
  color: #fff;
}
.v-user-corner-info .status .qicon.qicon-exclamation {
  fill: #f3a245;
}
.v-user-corner-info .status .qicon.qicon-success {
  fill: #00aa72;
}
.v-user-corner-info .status .text {
  font-size: 12px;
  line-height: 1.5;
}

.v-user-corner-menu,
a.v-user-corner-menu {
  display: block;
  padding: 8px 24px;
  font-size: 14px;
  color: inherit;
}
.v-user-corner-menu:last-child,
a.v-user-corner-menu:last-child {
  padding-top: 7px;
  border-top: 1px solid #e4ebf1;
  color: #939ea9;
}
.v-user-corner-menu:last-child:hover,
a.v-user-corner-menu:last-child:hover {
  color: #939ea9;
}
.v-user-corner-menu:hover,
a.v-user-corner-menu:hover {
  color: inherit;
  background-color: #f5f7fa;
  cursor: pointer;
}
@media screen and (min-width: 1176px) {
  .layout-main-container {
    width: 1128px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1175px) {
  .layout-main-container {
    width: 100%;
    padding: 0 24px;
    margin: 0;
  }
}

.c-top-right-bg.layout-main-bg {
  width: 45.55555%;
}

.layout-main-header {
  padding: 16px 0;
}
.layout-main-header.level:not(:last-child) {
  margin-bottom: 0;
}
.v-header-extended {
  padding: 16px 24px;
}
.v-header-extended.bg-white {
  box-shadow: 0 2px 4px 0 rgba(198, 209, 220, 0.24);
  background-color: #fff;
}
.v-header-login {
  margin-bottom: 4px;
}
/*
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @access public
 * @param {Keyword | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 *
 * @see https://www.sitepoint.com/building-linear-gradient-mixin-sass/
 */
.v-content-adaption-centered {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.v-logo-back-icon {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 12px 4px 8px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 0;
  background-color: #f5f7fa;
  vertical-align: middle;
  color: inherit;
  cursor: pointer;
}
.v-logo-back-icon:hover {
  color: inherit;
}
.v-logo-back-icon .icon {
  margin-right: 6px;
}
.v-logo-back-icon span {
  line-height: 24px;
  vertical-align: middle;
}
.v-header-back-home-wrap .level:not(:last-child) {
  margin-bottom: 0;
}
.v-header-back-home-wrap .tabs-container {
  position: relative;
  top: 16px;
}
.v-header-back-home-wrap .tabs-container .tab-content {
  display: none;
}
.v-header-back-home-wrap .tabs-container .tabs.is-boxed ul {
  border-bottom-color: transparent;
}
.v-header-back-home-wrap .tabs-container .tabs.is-boxed ul li {
  padding: 0;
  border: none;
  background-color: #fff;
}
.v-header-back-home-wrap .tabs-container .tabs.is-boxed ul li.is-active {
  background-color: #f5f7fa;
}
.v-header-back-home-wrap .tabs-container .tabs.is-boxed ul li.is-active a {
  color: inherit;
  background-color: inherit;
}
.v-header-back-home-wrap .tabs-container .tabs.is-boxed ul li a {
  margin: 0;
  padding: 11px 16px;
  border: none;
}
.v-header-back-home-wrap .tabs-container .tabs.is-boxed ul li a:hover {
  background-color: inherit;
}
/*
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @access public
 * @param {Keyword | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 *
 * @see https://www.sitepoint.com/building-linear-gradient-mixin-sass/
 */
.layout-user-header {
  z-index: 1;
}

.layout-user-content {
  padding: 32px 24px 0 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}
@charset "UTF-8";
::-ms-clear,
::-ms-reveal {
  display: none !important;
}

::-webkit-contacts-auto-fill-button,
::-webkit-caps-lock-indicator,
::-webkit-credentials-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

.qicon-light {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.4);
}

.qicon-dark {
  color: #324558;
  fill: #b6c2cd;
}

.qicon-coloured {
  color: #00aa72;
  fill: #90e0c5;
}

.icon-changeable:hover .qicon, .icon-changeable:active .qicon,
.button:not([disabled]).is-text:hover .qicon,
.button:not([disabled]).is-text:active .qicon,
.breadcrumb-link:hover .qicon,
.breadcrumb-link:active .qicon {
  color: #00aa72;
  fill: #90e0c5;
}

.icon {
  --icon-status-info: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTMtM2gyNHYyNEgtM3oiLz48cGF0aCBmaWxsPSIjMjE5MUNBIiBkPSJNOSAxOEE5IDkgMCAxIDEgOSAwYTkgOSAwIDAgMSAwIDE4ek05IDUuNjgxYTEuMzEyIDEuMzEyIDAgMSAwIDAtMi42MjMgMS4zMTIgMS4zMTIgMCAwIDAgMCAyLjYyM3pNOCA3LjUxNlYxNWgyVjcuNTE2SDh6Ii8+PC9nPjwvc3ZnPg==");
  --icon-status-success: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTMtM2gyNHYyNEgtM3oiLz48cGF0aCBmaWxsPSIjMDBBQTcyIiBkPSJNOSAxOEE5IDkgMCAxIDEgOSAwYTkgOSAwIDAgMSAwIDE4em0tMi4xMTUtNi45NEw0LjQ5NCA4LjY3bC0xLjQxNSAxLjQxNCAzLjgwNiAzLjgwNiA3LjU0OC03LjU0OC0xLjQxNC0xLjQxNC02LjEzNCA2LjEzNHoiLz48L2c+PC9zdmc+");
  --icon-status-warning: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTItM2gyNHYyNEgtMnoiLz48cGF0aCBmaWxsPSIjRjVDNDE0IiBkPSJNMTAgMGwxMCAxNy4zMkgwTDEwIDB6bTAgMTYuMDAxYTEgMSAwIDEgMCAwLTIgMSAxIDAgMCAwIDAgMnpNOSA2bC4yIDdoMS42bC4yLTdIOXoiLz48L2c+PC9zdmc+");
  --icon-status-error: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNLTMtM2gyNHYyNEgtM3oiLz48cGF0aCBmaWxsPSIjQ0EyNjIxIiBkPSJNMTIuNzI4IDBMMTggNS4yNzJ2Ny40NTZMMTIuNzI4IDE4SDUuMjcyTDAgMTIuNzI4VjUuMjcyTDUuMjcyIDBoNy40NTZ6bS0yLjMxNCA5bDMuNDY2LTMuNDY2LTEuNDE0LTEuNDE0TDkgNy41ODYgNS41MzYgNC4xMjIgNC4xMjIgNS41MzYgNy41ODYgOSA0LjEyIDEyLjQ2NmwxLjQxNCAxLjQxNEw5IDEwLjQxNGwzLjQ2NCAzLjQ2NCAxLjQxNC0xLjQxNEwxMC40MTQgOXoiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTAuNDE0IDlsMy40NjQgMy40NjQtMS40MTQgMS40MTRMOSAxMC40MTQgNS41MzQgMTMuODggNC4xMiAxMi40NjYgNy41ODYgOSA0LjEyMiA1LjUzNmwxLjQxNC0xLjQxNEw5IDcuNTg2bDMuNDY2LTMuNDY2IDEuNDE0IDEuNDE0eiIvPjwvZz48L3N2Zz4=");
}

.star-icon {
  --icon-star-active: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMjAgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAyIENvcHkgODwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iLTI1LjYzMTg1ODElIiB5MT0iLTYuOTA0NTgxODglIiB4Mj0iNzkuODQ1MTI3MyUiIHkyPSI2NC40Mjc4MjIxJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDE0MTI0NzczNiIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPHBhdGggZD0iTTUuMTM0Mjg4MjQsMTguNTQ0MjkxMSBMNC41OTU1OTA0NywxOC44MjQ4NzIxIEM0LjM1ODA2NTQxLDE4Ljk0ODI3MjIgNC4wNjMwNzQ2MSwxOC45MzM3NTQ2IDMuODQwODczNzYsMTguNzg0OTQ4NSBDMy42MTg2NzI5MiwxOC42MzYxNDI1IDMuNTAzNzQxNDUsMTguMzc4NDU0MSAzLjU0OTcxNDAzLDE4LjEyNDM5NSBMNC41OTU1OTA0NywxMi4xMTQwODM3IEwwLjIyMDUzMjI3Miw3Ljg0OTUyMDk4IEMwLjAzMjgxMDg0NjMsNy42NjgwNTAyMiAtMC4wMzIzMTY5NzEsNy40MDMxMDI5NCAwLjA1NTc5NzE0OTIsNy4xNjM1NjE1MyBDMC4xNDM5MTEyNjksNi45MjQwMjAxMiAwLjM2MjI4MTA2OSw2Ljc0OTgwODIxIDAuNjI2NjIzNDc0LDYuNzEzNTE0MDYgTDYuNjYwNTI1OTksNS44NTMzNDI2OSBMOS4zNzI5MDg4NCwwLjQwOTIyMDA5NCBDOS40OTE2NzEzOCwwLjE2OTY3ODcwNiA5Ljc0MDY4OTU4LDAuMDIwODcyNjc4NSAxMC4wMTY1MjUxLDAuMDIwODcyNjc4NSBDMTAuMjkyMzYwNywwLjAyMDg3MjY3ODUgMTAuNTQxMzc4OSwwLjE3MzMwODExOSAxMC42NjAxNDE0LDAuNDA5MjIwMDk0IEwxMy4xMzM1Mjc4LDUuNDI2MDg4NzkgQzcuNjU2NTQ5OTEsOC4xMjE5NTU1OSA0LjU1MTQwNjA5LDEzLjUxMTkzNjggNS4xMzQyODgyNCwxOC41NDQyOTExIFoiIGlkPSJwYXRoLTIiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJSYXRlLeivhOWIhiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlJhdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MDAuMDAwMDAwLCAtNDEwLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yLUNvcHktOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAwLjAwMDAwMCwgNDEwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9InN0YXJ0Ij4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9IiNGNUM0MTQiIHhsaW5rOmhyZWY9IiNwYXRoLTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMSkiIHhsaW5rOmhyZWY9IiNwYXRoLTIiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjE0MjI0NjI3LDE4LjU3MTQ5MzcgQzQuNTU5MzY0MTIsMTMuNTM5MTM5NCA3LjY2NDUwNzk0LDguMTQ5MTU4MTggMTMuMTQxNDg1OCw1LjQ1MzI5MTM3IEwxMy4zNTc0OTYsNS44OTE0MzM1MiBMMTkuMzc5OTA1NCw2Ljc3MzM4MTM4IEMxOS42NDQyNDc4LDYuODEzMzA0OTQgMTkuODYyNjE3Niw2Ljk4NzUxNjg4IDE5Ljk0NjkwMDcsNy4yMjcwNTgyNyBDMjAuMDMxMTgzOCw3LjQ2NjU5OTY1IDE5Ljk2NjA1NTksNy43MzE1NDY5NSAxOS43NzgzMzQ1LDcuOTEzMDE3NzEgTDE1LjM5MTc4MzIsMTIuMTU5NDMzMyBMMTYuMzkxNjg3LDE4LjAzOTA4NTcgQzE2LjQyMjMzNTQsMTguMTE1MzAzNCAxNi40Mzc2NTk2LDE4LjE5NTE1MDYgMTYuNDM3NjU5NiwxOC4yNzg2MjcxIEMxNi40Mzc2NTk2LDE4LjY1MjQ1NjkgMTYuMTE5NjgyNSwxOC45NTM2OTgzIDE1LjcyNTA4NDQsMTguOTUzNjk4MyBDMTUuNzIxMjUzNCwxOC45NTM2OTgzIDE1LjcxMzU5MTMsMTguOTUzNjk4MyAxNS43MDk3NjAyLDE4Ljk1MzY5ODMgQzE1LjU5MDk5NzcsMTguOTUzNjk4MyAxNS40NzIyMzUyLDE4LjkyNDY2MyAxNS4zNjQ5NjU4LDE4Ljg3MDIyMTggTDkuOTkwMDAzNzMsMTYuMDQ2NTM2OSBMNS4xNDIyNDYyNywxOC41NzE0OTM3IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI0ZGREY2QiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  --icon-star-default: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCBDb3B5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlJhdGUt6K+E5YiGIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUmF0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwMC4wMDAwMDAsIC0zNTAuMDAwMDAwKSIgZmlsbD0iI0U2RURGNCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwMC4wMDAwMDAsIDM1MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS45NjM2NCw3LjU5MzY4OTg0IEMxOS44NzkxODAzLDcuMzQwMzEwOTEgMTkuNjYwMzUzLDcuMTU2MDM1MzEgMTkuMzk1NDU2OSw3LjExMzgwNTQ5IEwxMy4zNjA0MzE0LDYuMTgwOTEwMzMgTDEwLjY2NTQwMDksMC40MTA3ODEwMDEgQzEwLjU0NjM4OTYsMC4xNjEyNDExNDcgMTAuMjk2ODQ5NywwIDEwLjAyMDQzNjQsMCBDMTAuMDIwNDM2NCwwIDEwLjAyMDQzNjQsMCAxMC4wMjA0MzY0LDAgQzkuNzQ0MDIyOTgsMCA5LjQ5NDQ4MzEzLDAuMTU3NDAyMDc1IDkuMzc1NDcxOCwwLjQxMDc4MTAwMSBMNi42NTc0MDY4OSw2LjE2OTM5MzExIEwwLjYxMDg2NDIwMyw3LjA3OTI1MzgyIEMwLjM0NTk2ODAzOCw3LjExNzY0NDU2IDAuMTI3MTQwNzg1LDcuMzAxOTIwMTUgMC4wMzg4NDIwNzgsNy41NTUyOTkwOSBDLTAuMDQ5NDU2NjI4OCw3LjgwODY3ODA0IDAuMDE1ODA3NjIyMSw4LjA4ODkzMDQ3IDAuMjAzOTIyMjk3LDguMjgwODg0MjIgTDQuNTg4MTQ1NjIsMTIuNzkxNzk3IEwzLjU0MDA3ODIyLDE5LjE0OTMwNDggQzMuNDk0MDA5MzMsMTkuNDE4MDQgMy42MDkxODE1NywxOS42OTA2MTQzIDMuODMxODQ3ODksMTkuODQ4MDE2NCBDNC4wNTQ1MTQyMiwyMC4wMDU0MTg1IDQuMzUwMTIyOTgsMjAuMDIwNzc0NyA0LjU4ODE0NTYyLDE5Ljg5MDI0NjIgTDkuOTg1ODg0NzEsMTYuOTIyNjQxNCBMMTUuMzcyMTA2NiwxOS45MDk0NDE2IEMxNS40Nzk2MDA3LDE5Ljk2NzAyNzcgMTUuNTk4NjEyLDE5Ljk5Nzc0MDMgMTUuNzE3NjIzMywxOS45OTc3NDAzIEMxNS43MjE0NjI0LDE5Ljk5Nzc0MDMgMTUuNzI5MTQwNSwxOS45OTc3NDAzIDE1LjczMjk3OTYsMTkuOTk3NzQwMyBDMTYuMTI4NDA0MywxOS45OTc3NDAzIDE2LjQ0NzA0NzUsMTkuNjc5MDk3MSAxNi40NDcwNDc1LDE5LjI4MzY3MjQgQzE2LjQ0NzA0NzUsMTkuMTk1MzczNyAxNi40MzE2OTEyLDE5LjExMDkxNCAxNi40MDA5Nzg2LDE5LjAzMDI5MzUgTDE1LjM5ODk4MDEsMTIuODEwOTkyNCBMMTkuNzk0NzIwNyw4LjMxOTI3NDk3IEMxOS45ODI4MzUzLDguMTI3MzIxMjIgMjAuMDQ4MDk5Niw3Ljg0NzA2ODc3IDE5Ljk2MzY0LDcuNTkzNjg5ODQgWiIgaWQ9IlNoYXBlLUNvcHktNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  --icon-star-half: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHJlY3QgaWQ9InBhdGgtMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjIwIj48L3JlY3Q+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IHgxPSItMjUuNjMxODU4MSUiIHkxPSItNi45MDQ1ODE4OCUiIHgyPSI3OS44NDUxMjczJSIgeTI9IjY0LjQyNzgyMjElIiBpZD0ibGluZWFyR3JhZGllbnQtMyI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMTQxMjQ3NzM2IiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8cGF0aCBkPSJNNS43MDIyMzIxNywxNy4zMzYwNTM0IEw0LjU5NTU5MDQ3LDE3Ljg4MzYyODUgQzQuMzU4MDY1NDEsMTguMDAwODU4NiA0LjA2MzA3NDYxLDE3Ljk4NzA2NjggMy44NDA4NzM3NiwxNy44NDU3MDExIEMzLjYxODY3MjkyLDE3LjcwNDMzNTQgMy41MDM3NDE0NSwxNy40NTk1MzE0IDMuNTQ5NzE0MDMsMTcuMjE4MTc1MyBMNC41OTU1OTA0NywxMS41MDgzNzk1IEwwLjIyMDUzMjI3Miw3LjQ1NzA0NDkzIEMwLjAzMjgxMDg0NjMsNy4yODQ2NDc3MSAtMC4wMzIzMTY5NzEsNy4wMzI5NDc3OSAwLjA1NTc5NzE0OTIsNi44MDUzODM0NSBDMC4xNDM5MTEyNjksNi41Nzc4MTkxMiAwLjM2MjI4MTA2OSw2LjQxMjMxNzggMC42MjY2MjM0NzQsNi4zNzc4MzgzNSBMNi42NjA1MjU5OSw1LjU2MDY3NTU2IEw5LjM3MjkwODg0LDAuMzg4NzU5MDg5IEM5LjQ5MTY3MTM4LDAuMTYxMTk0NzcxIDkuNzQwNjg5NTgsMC4wMTk4MjkwNDQ1IDEwLjAxNjUyNTEsMC4wMTk4MjkwNDQ1IEMxMC4yOTIzNjA3LDAuMDE5ODI5MDQ0NSAxMC41NDEzNzg5LDAuMTY0NjQyNzEzIDEwLjY2MDE0MTQsMC4zODg3NTkwODkgTDEyLjkxODI5ODcsNC43NDAwNTQ0IEM3Ljg5NzY3NzkzLDcuMzE4MDUyNzIgNS4xMTc5ODcwNCwxMi40NDkyMDIxIDUuNzAyMjMyMTcsMTcuMzM2MDUzNCBaIiBpZD0icGF0aC00Ij48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iUmF0ZS3or4TliIYiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJSYXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzcyLjAwMDAwMCwgLTM1MS4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3Mi4wMDAwMDAsIDM1MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJzdGFydCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDEuMDAwMDAwKSIgZmlsbD0iI0U2RURGNCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTkuOTM4OTQyNyw2LjgzOTg2MjkgQzE5Ljg1NDY1OTYsNi42MTIyOTg1OCAxOS42MzYyODk4LDYuNDQ2Nzk3MjQgMTkuMzcxOTQ3NCw2LjQwODg2OTg1IEwxMy4zNDk1MzgsNS41NzEwMTkzOCBMMTAuNjYwMTQxNCwwLjM4ODc1OTA4OSBDMTAuNTQxMzc4OSwwLjE2NDY0MjcxMyAxMC4yOTIzNjA3LDAuMDE5ODI5MDQ0NSAxMC4wMTY1MjUxLDAuMDE5ODI5MDQ0NSBDMTAuMDE2NTI1MSwwLjAxOTgyOTA0NDUgMTAuMDE2NTI1MSwwLjAxOTgyOTA0NDUgMTAuMDE2NTI1MSwwLjAxOTgyOTA0NDUgQzkuNzQwNjg5NTgsMC4wMTk4MjkwNDQ1IDkuNDkxNjcxMzgsMC4xNjExOTQ3NzEgOS4zNzI5MDg4NCwwLjM4ODc1OTA4OSBMNi42NjA1MjU5OSw1LjU2MDY3NTU2IEwwLjYyNjYyMzQ3NCw2LjM3NzgzODM1IEMwLjM2MjI4MTA2OSw2LjQxMjMxNzggMC4xNDM5MTEyNjksNi41Nzc4MTkxMiAwLjA1NTc5NzE0OTIsNi44MDUzODM0NSBDLTAuMDMyMzE2OTcxLDcuMDMyOTQ3NzkgMC4wMzI4MTA4NDYzLDcuMjg0NjQ3NzEgMC4yMjA1MzIyNzIsNy40NTcwNDQ5MyBMNC41OTU1OTA0NywxMS41MDgzNzk1IEwzLjU0OTcxNDAzLDE3LjIxODE3NTMgQzMuNTAzNzQxNDUsMTcuNDU5NTMxNCAzLjYxODY3MjkyLDE3LjcwNDMzNTQgMy44NDA4NzM3NiwxNy44NDU3MDExIEM0LjA2MzA3NDYxLDE3Ljk4NzA2NjggNC4zNTgwNjU0MSwxOC4wMDA4NTg2IDQuNTk1NTkwNDcsMTcuODgzNjI4NSBMOS45ODIwNDU3LDE1LjIxODM2NzYgTDE1LjM1NzAwNzgsMTcuOTAwODY4MiBDMTUuNDY0Mjc3MSwxNy45NTI1ODc0IDE1LjU4MzAzOTcsMTcuOTgwMTcxIDE1LjcwMTgwMjIsMTcuOTgwMTcxIEMxNS43MDU2MzMzLDE3Ljk4MDE3MSAxNS43MTMyOTUzLDE3Ljk4MDE3MSAxNS43MTcxMjY0LDE3Ljk4MDE3MSBDMTYuMTExNzI0NSwxNy45ODAxNzEgMTYuNDI5NzAxNiwxNy42OTM5OTE2IDE2LjQyOTcwMTYsMTcuMzM4ODUzMyBDMTYuNDI5NzAxNiwxNy4yNTk1NTA2IDE2LjQxNDM3NzQsMTcuMTgzNjk1OCAxNi4zODM3MjksMTcuMTExMjg5IEwxNS4zODM4MjUxLDExLjUyNTYxOTIgTDE5Ljc3MDM3NjUsNy40OTE1MjQzNyBDMTkuOTU4MDk3OSw3LjMxOTEyNzE1IDIwLjAyMzIyNTcsNy4wNjc0MjcyMSAxOS45Mzg5NDI3LDYuODM5ODYyOSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIj4KICAgICAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJNYXNrIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTUuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvZz4KICAgICAgICAgICAgICAgICAgICA8ZyBtYXNrPSJ1cmwoI21hc2stMikiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJzdGFydCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRjVDNDE0IiB4bGluazpocmVmPSIjcGF0aC00Ij48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTMpIiB4bGluazpocmVmPSIjcGF0aC00Ij48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS43MTAxOTAyLDE3LjM2MTg5NTggQzUuMTI1OTQ1MDcsMTIuNDc1MDQ0NSA3LjkwNTYzNTk2LDcuMzQzODk1MTggMTIuOTI2MjU2Nyw0Ljc2NTg5Njg2IEwxMy4zNTc0OTYsNS41OTY4NjE4NCBMMTkuMzc5OTA1NCw2LjQzNDcxMjMxIEMxOS42NDQyNDc4LDYuNDcyNjM5NjkgMTkuODYyNjE3Niw2LjYzODE0MTAzIDE5Ljk0NjkwMDcsNi44NjU3MDUzNSBDMjAuMDMxMTgzOCw3LjA5MzI2OTY3IDE5Ljk2NjA1NTksNy4zNDQ5Njk2IDE5Ljc3ODMzNDUsNy41MTczNjY4MyBMMTUuMzkxNzgzMiwxMS41NTE0NjE3IEwxNi4zOTE2ODcsMTcuMTM3MTMxNCBDMTYuNDIyMzM1NCwxNy4yMDk1MzgzIDE2LjQzNzY1OTYsMTcuMjg1MzkzIDE2LjQzNzY1OTYsMTcuMzY0Njk1OCBDMTYuNDM3NjU5NiwxNy43MTk4MzQgMTYuMTE5NjgyNSwxOC4wMDYwMTM0IDE1LjcyNTA4NDQsMTguMDA2MDEzNCBDMTUuNzIxMjUzNCwxOC4wMDYwMTM0IDE1LjcxMzU5MTMsMTguMDA2MDEzNCAxNS43MDk3NjAyLDE4LjAwNjAxMzQgQzE1LjU5MDk5NzcsMTguMDA2MDEzNCAxNS40NzIyMzUyLDE3Ljk3ODQyOTkgMTUuMzY0OTY1OCwxNy45MjY3MTA3IEw5Ljk5MDAwMzczLDE1LjI0NDIxIEw1LjcxMDE5MDIsMTcuMzYxODk1OCBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiNGRkRGNkIiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}

/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  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;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: "Roboto", "PingFang SC", "Noto Sans CJK", "WenQuanYi Micro Hei", "Microsoft YaHei", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Roboto Mono", monospace;
}

body {
  color: #324558;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7143rem;
}

a {
  color: #00aa72;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #00b479;
}

code {
  background-color: #fff;
  color: #324558;
  font-size: 14px;
  font-weight: 400;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: #d5dee7;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #3e5265;
  font-weight: 700;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  color: #324558;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}
table th {
  color: #3e5265;
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-size-1 {
  font-size: 56px !important;
}

.is-size-2 {
  font-size: 40px !important;
}

.is-size-3 {
  font-size: 28px !important;
}

.is-size-4 {
  font-size: 20px !important;
}

.is-size-5 {
  font-size: 16px !important;
}

.is-size-6 {
  font-size: 14px !important;
}

.is-size-7 {
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 56px !important;
  }

  .is-size-2-mobile {
    font-size: 40px !important;
  }

  .is-size-3-mobile {
    font-size: 28px !important;
  }

  .is-size-4-mobile {
    font-size: 20px !important;
  }

  .is-size-5-mobile {
    font-size: 16px !important;
  }

  .is-size-6-mobile {
    font-size: 14px !important;
  }

  .is-size-7-mobile {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 56px !important;
  }

  .is-size-2-tablet {
    font-size: 40px !important;
  }

  .is-size-3-tablet {
    font-size: 28px !important;
  }

  .is-size-4-tablet {
    font-size: 20px !important;
  }

  .is-size-5-tablet {
    font-size: 16px !important;
  }

  .is-size-6-tablet {
    font-size: 14px !important;
  }

  .is-size-7-tablet {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-size-1-touch {
    font-size: 56px !important;
  }

  .is-size-2-touch {
    font-size: 40px !important;
  }

  .is-size-3-touch {
    font-size: 28px !important;
  }

  .is-size-4-touch {
    font-size: 20px !important;
  }

  .is-size-5-touch {
    font-size: 16px !important;
  }

  .is-size-6-touch {
    font-size: 14px !important;
  }

  .is-size-7-touch {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-size-1-desktop {
    font-size: 56px !important;
  }

  .is-size-2-desktop {
    font-size: 40px !important;
  }

  .is-size-3-desktop {
    font-size: 28px !important;
  }

  .is-size-4-desktop {
    font-size: 20px !important;
  }

  .is-size-5-desktop {
    font-size: 16px !important;
  }

  .is-size-6-desktop {
    font-size: 14px !important;
  }

  .is-size-7-desktop {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-size-1-widescreen {
    font-size: 56px !important;
  }

  .is-size-2-widescreen {
    font-size: 40px !important;
  }

  .is-size-3-widescreen {
    font-size: 28px !important;
  }

  .is-size-4-widescreen {
    font-size: 20px !important;
  }

  .is-size-5-widescreen {
    font-size: 16px !important;
  }

  .is-size-6-widescreen {
    font-size: 14px !important;
  }

  .is-size-7-widescreen {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-size-1-fullhd {
    font-size: 56px !important;
  }

  .is-size-2-fullhd {
    font-size: 40px !important;
  }

  .is-size-3-fullhd {
    font-size: 28px !important;
  }

  .is-size-4-fullhd {
    font-size: 20px !important;
  }

  .is-size-5-fullhd {
    font-size: 16px !important;
  }

  .is-size-6-fullhd {
    font-size: 14px !important;
  }

  .is-size-7-fullhd {
    font-size: 12px !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1007px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1008px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
.has-text-justified {
  text-align: justify !important;
}

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1007px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1008px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
.has-text-left {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1007px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1008px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1007px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1008px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: #fff !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-text-black {
  color: #020508 !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-text-light {
  color: #c6d1dc !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #a6b8c9 !important;
}

.has-text-dark {
  color: #3e5265 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #2b3845 !important;
}

.has-text-primary {
  color: #00aa72 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #007750 !important;
}

.has-text-link {
  color: #00aa72 !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #007750 !important;
}

.has-text-info {
  color: #209cee !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #1081cb !important;
}

.has-text-success {
  color: #00aa72 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #007750 !important;
}

.has-text-warning {
  color: #d6a800 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #a38000 !important;
}

.has-text-danger {
  color: #ca2621 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #9e1e1a !important;
}

.has-text-black-bis {
  color: #141f29 !important;
}

.has-text-black-ter {
  color: #273849 !important;
}

.has-text-grey-darker {
  color: #3e5265 !important;
}

.has-text-grey-dark {
  color: #5d6b79 !important;
}

.has-text-grey {
  color: #778592 !important;
}

.has-text-grey-light {
  color: #939ea9 !important;
}

.has-text-grey-lighter {
  color: #aeb8c1 !important;
}

.has-text-white-ter {
  color: #c6d1dc !important;
}

.has-text-white-bis {
  color: #e4ebf1 !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1007px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1008px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(2, 5, 8, 0.1), 0 0 0 1px rgba(2, 5, 8, 0.1);
  color: #324558;
  display: block;
  padding: 1.25rem;
}
.box:not(:last-child) {
  margin-bottom: 1.5rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(2, 5, 8, 0.1), 0 0 0 1px #00aa72;
}
a.box:active {
  box-shadow: inset 0 1px 2px rgba(2, 5, 8, 0.2), 0 0 0 1px #00aa72;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 14px;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-color: #d5dee7;
  color: #324558;
  cursor: pointer;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}
.button:focus, .button.is-focused, .button:active, .button.is-active {
  outline: none;
}
.button[disabled] {
  cursor: not-allowed;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: #d5dee7;
  color: #324558;
}
.button:focus, .button.is-focused {
  border-color: #d5dee7;
  color: #324558;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.04);
}
.button:active, .button.is-active {
  border-color: #d5dee7;
  color: #324558;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #00aa72;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: transparent;
  color: #3e5265;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: rgba(0, 0, 0, 0);
  color: #3e5265;
}
.button.is-text[disabled] {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #020508;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #020508;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #020508;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #020508;
}
.button.is-white[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #020508;
  color: #fff;
}
.button.is-white.is-inverted:hover {
  background-color: black;
}
.button.is-white.is-inverted[disabled] {
  background-color: #020508;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-loading:after {
  border-color: transparent transparent #020508 #020508 !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
  background-color: #fff;
  border-color: #fff;
  color: #020508;
}
.button.is-white.is-outlined.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #020508;
  color: #020508;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
  background-color: #020508;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #020508;
  box-shadow: none;
  color: #020508;
}
.button.is-black {
  background-color: #020508;
  border-color: transparent;
  color: #fff;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.button.is-black[disabled] {
  background-color: #020508;
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: #fff;
  color: #020508;
}
.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #020508;
}
.button.is-black.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #020508;
  color: #020508;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #020508;
  border-color: #020508;
  color: #fff;
}
.button.is-black.is-outlined.is-loading:after {
  border-color: transparent transparent #020508 #020508 !important;
}
.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #020508;
  box-shadow: none;
  color: #020508;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #020508;
}
.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-light {
  background-color: #c6d1dc;
  border-color: transparent;
  color: #3e5265;
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #becbd7;
  border-color: transparent;
  color: #3e5265;
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #3e5265;
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(198, 209, 220, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #b6c4d2;
  border-color: transparent;
  color: #3e5265;
}
.button.is-light[disabled] {
  background-color: #c6d1dc;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: #3e5265;
  color: #c6d1dc;
}
.button.is-light.is-inverted:hover {
  background-color: #344555;
}
.button.is-light.is-inverted[disabled] {
  background-color: #3e5265;
  border-color: transparent;
  box-shadow: none;
  color: #c6d1dc;
}
.button.is-light.is-loading:after {
  border-color: transparent transparent #3e5265 #3e5265 !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #c6d1dc;
  color: #c6d1dc;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
  background-color: #c6d1dc;
  border-color: #c6d1dc;
  color: #3e5265;
}
.button.is-light.is-outlined.is-loading:after {
  border-color: transparent transparent #c6d1dc #c6d1dc !important;
}
.button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: #c6d1dc;
  box-shadow: none;
  color: #c6d1dc;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #3e5265;
  color: #3e5265;
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
  background-color: #3e5265;
  color: #c6d1dc;
}
.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3e5265;
  box-shadow: none;
  color: #3e5265;
}
.button.is-dark {
  background-color: #3e5265;
  border-color: transparent;
  color: #c6d1dc;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #394c5d;
  border-color: transparent;
  color: #c6d1dc;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #c6d1dc;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(62, 82, 101, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #344555;
  border-color: transparent;
  color: #c6d1dc;
}
.button.is-dark[disabled] {
  background-color: #3e5265;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #c6d1dc;
  color: #3e5265;
}
.button.is-dark.is-inverted:hover {
  background-color: #b6c4d2;
}
.button.is-dark.is-inverted[disabled] {
  background-color: #c6d1dc;
  border-color: transparent;
  box-shadow: none;
  color: #3e5265;
}
.button.is-dark.is-loading:after {
  border-color: transparent transparent #c6d1dc #c6d1dc !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #3e5265;
  color: #3e5265;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
  background-color: #3e5265;
  border-color: #3e5265;
  color: #c6d1dc;
}
.button.is-dark.is-outlined.is-loading:after {
  border-color: transparent transparent #3e5265 #3e5265 !important;
}
.button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3e5265;
  box-shadow: none;
  color: #3e5265;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #c6d1dc;
  color: #c6d1dc;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
  background-color: #c6d1dc;
  color: #3e5265;
}
.button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #c6d1dc;
  box-shadow: none;
  color: #c6d1dc;
}
.button.is-primary {
  background-color: #00aa72;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #009d69;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(0, 170, 114, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #009161;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled] {
  background-color: #00aa72;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00aa72;
}
.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00aa72;
}
.button.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00aa72;
  color: #00aa72;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #00aa72;
  border-color: #00aa72;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading:after {
  border-color: transparent transparent #00aa72 #00aa72 !important;
}
.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00aa72;
  box-shadow: none;
  color: #00aa72;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00aa72;
}
.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link {
  background-color: #00aa72;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #009d69;
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(0, 170, 114, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #009161;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled] {
  background-color: #00aa72;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #00aa72;
}
.button.is-link.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00aa72;
}
.button.is-link.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #00aa72;
  color: #00aa72;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
  background-color: #00aa72;
  border-color: #00aa72;
  color: #fff;
}
.button.is-link.is-outlined.is-loading:after {
  border-color: transparent transparent #00aa72 #00aa72 !important;
}
.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00aa72;
  box-shadow: none;
  color: #00aa72;
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00aa72;
}
.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #1497ed;
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(32, 156, 238, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #1190e3;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled] {
  background-color: #209cee;
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: #209cee;
}
.button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #209cee;
}
.button.is-info.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}
.button.is-info.is-outlined.is-loading:after {
  border-color: transparent transparent #209cee #209cee !important;
}
.button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #209cee;
  box-shadow: none;
  color: #209cee;
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #209cee;
}
.button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success {
  background-color: #00aa72;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #009d69;
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(0, 170, 114, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #009161;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled] {
  background-color: #00aa72;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #00aa72;
}
.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00aa72;
}
.button.is-success.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #00aa72;
  color: #00aa72;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #00aa72;
  border-color: #00aa72;
  color: #fff;
}
.button.is-success.is-outlined.is-loading:after {
  border-color: transparent transparent #00aa72 #00aa72 !important;
}
.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00aa72;
  box-shadow: none;
  color: #00aa72;
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00aa72;
}
.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-warning {
  background-color: #d6a800;
  border-color: transparent;
  color: #fff;
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #c99e00;
  border-color: transparent;
  color: #fff;
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(214, 168, 0, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #bd9400;
  border-color: transparent;
  color: #fff;
}
.button.is-warning[disabled] {
  background-color: #d6a800;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: #fff;
  color: #d6a800;
}
.button.is-warning.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-warning.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #d6a800;
}
.button.is-warning.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #d6a800;
  color: #d6a800;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #d6a800;
  border-color: #d6a800;
  color: #fff;
}
.button.is-warning.is-outlined.is-loading:after {
  border-color: transparent transparent #d6a800 #d6a800 !important;
}
.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #d6a800;
  box-shadow: none;
  color: #d6a800;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #d6a800;
}
.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger {
  background-color: #ca2621;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #bf241f;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 1px 2px 0 rgba(202, 38, 33, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #b4221d;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled] {
  background-color: #ca2621;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ca2621;
}
.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ca2621;
}
.button.is-danger.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ca2621;
  color: #ca2621;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #ca2621;
  border-color: #ca2621;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading:after {
  border-color: transparent transparent #ca2621 #ca2621 !important;
}
.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ca2621;
  box-shadow: none;
  color: #ca2621;
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ca2621;
}
.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-small {
  border-radius: 2px;
  font-size: 12px;
}
.button.is-medium {
  font-size: 16px;
}
.button.is-large {
  font-size: 20px;
}
.button[disabled] {
  background-color: #fff;
  border-color: #d5dee7;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #d5dee7;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button.is-static {
  background-color: #f5f7fa;
  border-color: #d5dee7;
  color: #324558;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-right {
  justify-content: flex-end;
}

.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1008px) {
  .container {
    max-width: 960px;
    width: 960px;
  }
  .container.is-fluid {
    margin-left: 24px;
    margin-right: 24px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .container.is-widescreen {
    max-width: 1152px;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .container.is-fullhd {
    max-width: 1152px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}

.content:not(:last-child) {
  margin-bottom: 1.5rem;
}
.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #3e5265;
  font-weight: 400;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: #fff;
  border-left: 5px solid #d5dee7;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #d5dee7;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #3e5265;
  text-align: left;
}
.content table tr:hover {
  background-color: #fff;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #3e5265;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #3e5265;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content.is-small {
  font-size: 12px;
}
.content.is-medium {
  font-size: 16px;
}
.content.is-large {
  font-size: 20px;
}

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 14px;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-color: #d5dee7;
  color: #324558;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  outline: none;
}
.input[disabled],
.textarea[disabled] {
  cursor: not-allowed;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b6c2cd;
}
.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #00aa72;
  box-shadow: none rgba(0, 170, 114, 0.25);
}
.input[disabled],
.textarea[disabled] {
  background-color: #fff;
  border-color: #d5dee7;
  box-shadow: none;
  color: #324558;
}
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}
.input.is-white,
.textarea.is-white {
  border-color: #fff;
}
.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  box-shadow: none rgba(255, 255, 255, 0.25);
}
.input.is-black,
.textarea.is-black {
  border-color: #020508;
}
.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  box-shadow: none rgba(2, 5, 8, 0.25);
}
.input.is-light,
.textarea.is-light {
  border-color: #c6d1dc;
}
.input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  box-shadow: none rgba(198, 209, 220, 0.25);
}
.input.is-dark,
.textarea.is-dark {
  border-color: #3e5265;
}
.input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  box-shadow: none rgba(62, 82, 101, 0.25);
}
.input.is-primary,
.textarea.is-primary {
  border-color: #00aa72;
}
.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  box-shadow: none rgba(0, 170, 114, 0.25);
}
.input.is-link,
.textarea.is-link {
  border-color: #00aa72;
}
.input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
  box-shadow: none rgba(0, 170, 114, 0.25);
}
.input.is-info,
.textarea.is-info {
  border-color: #209cee;
}
.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  box-shadow: none rgba(32, 156, 238, 0.25);
}
.input.is-success,
.textarea.is-success {
  border-color: #00aa72;
}
.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  box-shadow: none rgba(0, 170, 114, 0.25);
}
.input.is-warning,
.textarea.is-warning {
  border-color: #d6a800;
}
.input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
  box-shadow: none rgba(214, 168, 0, 0.25);
}
.input.is-danger,
.textarea.is-danger {
  border-color: #ca2621;
}
.input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
  box-shadow: none rgba(202, 38, 33, 0.25);
}
.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 12px;
}
.input.is-medium,
.textarea.is-medium {
  font-size: 16px;
}
.input.is-large,
.textarea.is-large {
  font-size: 20px;
}
.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}
.textarea[rows] {
  height: unset;
}
.textarea.has-fixed-size {
  resize: none;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input,
.radio input {
  cursor: pointer;
}
.checkbox:hover,
.radio:hover {
  color: #324558;
}
.checkbox[disabled],
.radio[disabled] {
  color: #324558;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.25em;
}
.select:not(.is-multiple)::after {
  border: 1px solid #00aa72;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 14px;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-color: #d5dee7;
  color: #324558;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  outline: none;
}
.select select[disabled] {
  cursor: not-allowed;
}
.select select::-moz-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.select select::-webkit-input-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.select select:-moz-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.select select:-ms-input-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.select select:hover, .select select.is-hovered {
  border-color: #b6c2cd;
}
.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #00aa72;
  box-shadow: none rgba(0, 170, 114, 0.25);
}
.select select[disabled] {
  background-color: #fff;
  border-color: #d5dee7;
  box-shadow: none;
  color: #324558;
}
.select select[disabled]::-moz-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.select select[disabled]::-webkit-input-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.select select[disabled]:-moz-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.select select[disabled]:-ms-input-placeholder {
  color: rgba(50, 69, 88, 0.3);
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover {
  border-color: #d5dee7;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: unset;
  padding: 0;
}
.select select[multiple] option {
  padding: 0.5em 1em;
}
.select:hover::after {
  border-color: #324558;
}
.select.is-white select {
  border-color: #fff;
}
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: none rgba(255, 255, 255, 0.25);
}
.select.is-black select {
  border-color: #020508;
}
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: none rgba(2, 5, 8, 0.25);
}
.select.is-light select {
  border-color: #c6d1dc;
}
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: none rgba(198, 209, 220, 0.25);
}
.select.is-dark select {
  border-color: #3e5265;
}
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: none rgba(62, 82, 101, 0.25);
}
.select.is-primary select {
  border-color: #00aa72;
}
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: none rgba(0, 170, 114, 0.25);
}
.select.is-link select {
  border-color: #00aa72;
}
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: none rgba(0, 170, 114, 0.25);
}
.select.is-info select {
  border-color: #209cee;
}
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: none rgba(32, 156, 238, 0.25);
}
.select.is-success select {
  border-color: #00aa72;
}
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: none rgba(0, 170, 114, 0.25);
}
.select.is-warning select {
  border-color: #d6a800;
}
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: none rgba(214, 168, 0, 0.25);
}
.select.is-danger select {
  border-color: #ca2621;
}
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: none rgba(202, 38, 33, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 12px;
}
.select.is-medium {
  font-size: 16px;
}
.select.is-large {
  font-size: 20px;
}
.select.is-disabled::after {
  border-color: #324558;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #d5dee7;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}
.select.is-loading.is-small:after {
  font-size: 12px;
}
.select.is-loading.is-medium:after {
  font-size: 16px;
}
.select.is-loading.is-large:after {
  font-size: 20px;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #020508;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #020508;
}
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #020508;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #020508;
}
.file.is-black .file-cta {
  background-color: #020508;
  border-color: transparent;
  color: #fff;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(2, 5, 8, 0.25);
  color: #fff;
}
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.file.is-light .file-cta {
  background-color: #c6d1dc;
  border-color: transparent;
  color: #3e5265;
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #becbd7;
  border-color: transparent;
  color: #3e5265;
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(198, 209, 220, 0.25);
  color: #3e5265;
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #b6c4d2;
  border-color: transparent;
  color: #3e5265;
}
.file.is-dark .file-cta {
  background-color: #3e5265;
  border-color: transparent;
  color: #c6d1dc;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #394c5d;
  border-color: transparent;
  color: #c6d1dc;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 82, 101, 0.25);
  color: #c6d1dc;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #344555;
  border-color: transparent;
  color: #c6d1dc;
}
.file.is-primary .file-cta {
  background-color: #00aa72;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #009d69;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 170, 114, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #009161;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #00aa72;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #009d69;
  border-color: transparent;
  color: #fff;
}
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 170, 114, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #009161;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #1497ed;
  border-color: transparent;
  color: #fff;
}
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #1190e3;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #00aa72;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #009d69;
  border-color: transparent;
  color: #fff;
}
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 170, 114, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #009161;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #d6a800;
  border-color: transparent;
  color: #fff;
}
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #c99e00;
  border-color: transparent;
  color: #fff;
}
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(214, 168, 0, 0.25);
  color: #fff;
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #bd9400;
  border-color: transparent;
  color: #fff;
}
.file.is-danger .file-cta {
  background-color: #ca2621;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #bf241f;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(202, 38, 33, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #b4221d;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 12px;
}
.file.is-medium {
  font-size: 16px;
}
.file.is-medium .file-icon .fa {
  font-size: 21px;
}
.file.is-large {
  font-size: 20px;
}
.file.is-large .file-icon .fa {
  font-size: 28px;
}
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.file.has-name.is-empty .file-cta {
  border-radius: 3px;
}
.file.has-name.is-empty .file-name {
  display: none;
}
.file.is-boxed .file-label {
  flex-direction: column;
}
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}
.file.is-boxed.has-name .file-cta {
  border-radius: 3px 3px 0 0;
}
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
}
.file.is-centered {
  justify-content: center;
}
.file.is-fullwidth .file-label {
  width: 100%;
}
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}
.file.is-right {
  justify-content: flex-end;
}
.file.is-right .file-cta {
  border-radius: 0 3px 3px 0;
}
.file.is-right .file-name {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.file-label:hover .file-cta {
  background-color: #becbd7;
  color: #3e5265;
}
.file-label:hover .file-name {
  border-color: #cdd8e2;
}
.file-label:active .file-cta {
  background-color: #b6c4d2;
  color: #3e5265;
}
.file-label:active .file-name {
  border-color: #c5d1de;
}

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 14px;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  border-color: #d5dee7;
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}
.file-cta:focus, .file-cta.is-focused, .file-cta:active, .file-cta.is-active,
.file-name:focus,
.file-name.is-focused,
.file-name:active,
.file-name.is-active {
  outline: none;
}
.file-cta[disabled],
.file-name[disabled] {
  cursor: not-allowed;
}

.file-cta {
  background-color: #c6d1dc;
  color: #5d6b79;
}

.file-name {
  border-color: #d5dee7;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}
.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #020508;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 12px;
}
.label.is-medium {
  font-size: 16px;
}
.label.is-large {
  font-size: 20px;
}

.help {
  display: block;
  font-size: 12px;
  margin-top: 0.25rem;
}
.help.is-white {
  color: #fff;
}
.help.is-black {
  color: #020508;
}
.help.is-light {
  color: #c6d1dc;
}
.help.is-dark {
  color: #3e5265;
}
.help.is-primary {
  color: #00aa72;
}
.help.is-link {
  color: #00aa72;
}
.help.is-info {
  color: #209cee;
}
.help.is-success {
  color: #00aa72;
}
.help.is-warning {
  color: #d6a800;
}
.help.is-danger {
  color: #ca2621;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index: 2;
}
.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}
.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}
.field.has-addons .control.is-expanded {
  flex-grow: 1;
}
.field.has-addons.has-addons-centered {
  justify-content: center;
}
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}
.field.is-grouped > .control {
  flex-shrink: 0;
}
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 12px;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 16px;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 20px;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}
@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  font-size: 14px;
  position: relative;
  text-align: left;
}
.control.has-icon .icon {
  color: #aeb8c1;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icon .input:focus + .icon {
  color: #778592;
}
.control.has-icon .input.is-small + .icon {
  font-size: 12px;
}
.control.has-icon .input.is-medium + .icon {
  font-size: 16px;
}
.control.has-icon .input.is-large + .icon {
  font-size: 20px;
}
.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}
.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}
.control.has-icon.has-icon-right .icon {
  right: 0;
}
.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #778592;
}
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 12px;
}
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 16px;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 20px;
}
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #aeb8c1;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}
.control.has-icons-right .icon.is-right {
  right: 0;
}
.control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #d5dee7;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}
.control.is-loading.is-small:after {
  font-size: 12px;
}
.control.is-loading.is-medium:after {
  font-size: 16px;
}
.control.is-loading.is-large:after {
  font-size: 20px;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 16px;
  width: 16px;
}
.icon.is-small {
  height: 16px;
  width: 16px;
}
.icon.is-medium {
  height: 24px;
  width: 24px;
}
.icon.is-large {
  height: 32px;
  width: 32px;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 290486px;
}
.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  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: #fff;
  border-radius: 3px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}
.notification:not(:last-child) {
  margin-bottom: 1.5rem;
}
.notification a:not(.button) {
  color: currentColor;
  text-decoration: underline;
}
.notification strong {
  color: currentColor;
}
.notification code,
.notification pre {
  background: #fff;
}
.notification pre code {
  background: transparent;
}
.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}
.notification.is-white {
  background-color: #fff;
  color: #020508;
}
.notification.is-black {
  background-color: #020508;
  color: #fff;
}
.notification.is-light {
  background-color: #c6d1dc;
  color: #3e5265;
}
.notification.is-dark {
  background-color: #3e5265;
  color: #c6d1dc;
}
.notification.is-primary {
  background-color: #00aa72;
  color: #fff;
}
.notification.is-link {
  background-color: #00aa72;
  color: #fff;
}
.notification.is-info {
  background-color: #209cee;
  color: #fff;
}
.notification.is-success {
  background-color: #00aa72;
  color: #fff;
}
.notification.is-warning {
  background-color: #d6a800;
  color: #fff;
}
.notification.is-danger {
  background-color: #ca2621;
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 14px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress:not(:last-child) {
  margin-bottom: 1.5rem;
}
.progress::-webkit-progress-bar {
  background-color: #d5dee7;
}
.progress::-webkit-progress-value {
  background-color: #324558;
}
.progress::-moz-progress-bar {
  background-color: #324558;
}
.progress::-ms-fill {
  background-color: #324558;
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: #fff;
}
.progress.is-white::-moz-progress-bar {
  background-color: #fff;
}
.progress.is-white::-ms-fill {
  background-color: #fff;
}
.progress.is-black::-webkit-progress-value {
  background-color: #020508;
}
.progress.is-black::-moz-progress-bar {
  background-color: #020508;
}
.progress.is-black::-ms-fill {
  background-color: #020508;
}
.progress.is-light::-webkit-progress-value {
  background-color: #c6d1dc;
}
.progress.is-light::-moz-progress-bar {
  background-color: #c6d1dc;
}
.progress.is-light::-ms-fill {
  background-color: #c6d1dc;
}
.progress.is-dark::-webkit-progress-value {
  background-color: #3e5265;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #3e5265;
}
.progress.is-dark::-ms-fill {
  background-color: #3e5265;
}
.progress.is-primary::-webkit-progress-value {
  background-color: #00aa72;
}
.progress.is-primary::-moz-progress-bar {
  background-color: #00aa72;
}
.progress.is-primary::-ms-fill {
  background-color: #00aa72;
}
.progress.is-link::-webkit-progress-value {
  background-color: #00aa72;
}
.progress.is-link::-moz-progress-bar {
  background-color: #00aa72;
}
.progress.is-link::-ms-fill {
  background-color: #00aa72;
}
.progress.is-info::-webkit-progress-value {
  background-color: #209cee;
}
.progress.is-info::-moz-progress-bar {
  background-color: #209cee;
}
.progress.is-info::-ms-fill {
  background-color: #209cee;
}
.progress.is-success::-webkit-progress-value {
  background-color: #00aa72;
}
.progress.is-success::-moz-progress-bar {
  background-color: #00aa72;
}
.progress.is-success::-ms-fill {
  background-color: #00aa72;
}
.progress.is-warning::-webkit-progress-value {
  background-color: #d6a800;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #d6a800;
}
.progress.is-warning::-ms-fill {
  background-color: #d6a800;
}
.progress.is-danger::-webkit-progress-value {
  background-color: #ca2621;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #ca2621;
}
.progress.is-danger::-ms-fill {
  background-color: #ca2621;
}
.progress.is-small {
  height: 12px;
}
.progress.is-medium {
  height: 16px;
}
.progress.is-large {
  height: 20px;
}

.table {
  background-color: #fff;
  color: #3e5265;
  margin-bottom: 1.5rem;
}
.table td,
.table th {
  border: 1px solid #aeb8c1;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.table td.is-white,
.table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #020508;
}
.table td.is-black,
.table th.is-black {
  background-color: #020508;
  border-color: #020508;
  color: #fff;
}
.table td.is-light,
.table th.is-light {
  background-color: #c6d1dc;
  border-color: #c6d1dc;
  color: #3e5265;
}
.table td.is-dark,
.table th.is-dark {
  background-color: #3e5265;
  border-color: #3e5265;
  color: #c6d1dc;
}
.table td.is-primary,
.table th.is-primary {
  background-color: #00aa72;
  border-color: #00aa72;
  color: #fff;
}
.table td.is-link,
.table th.is-link {
  background-color: #00aa72;
  border-color: #00aa72;
  color: #fff;
}
.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}
.table td.is-success,
.table th.is-success {
  background-color: #00aa72;
  border-color: #00aa72;
  color: #fff;
}
.table td.is-warning,
.table th.is-warning {
  background-color: #d6a800;
  border-color: #d6a800;
  color: #fff;
}
.table td.is-danger,
.table th.is-danger {
  background-color: #ca2621;
  border-color: #ca2621;
  color: #fff;
}
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}
.table td.is-selected,
.table th.is-selected {
  background-color: #00aa72;
  color: #fff;
}
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}
.table th {
  color: #3e5265;
  text-align: left;
}
.table tr.is-selected {
  background-color: #00aa72;
  color: #fff;
}
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #3e5265;
}
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #3e5265;
}
.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-fullwidth {
  width: 100%;
}
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #e4ebf1;
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #c6d1dc;
}
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #e4ebf1;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: #e4ebf1;
  border-radius: 3px;
  color: #697886;
  display: inline-flex;
  font-size: 12px;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25em;
  margin-right: -0.375em;
}
.tag:not(body).is-white {
  background-color: #fff;
  color: #020508;
}
.tag:not(body).is-black {
  background-color: #020508;
  color: #fff;
}
.tag:not(body).is-light {
  background-color: #c6d1dc;
  color: #3e5265;
}
.tag:not(body).is-dark {
  background-color: #3e5265;
  color: #c6d1dc;
}
.tag:not(body).is-primary {
  background-color: #00aa72;
  color: #fff;
}
.tag:not(body).is-link {
  background-color: #00aa72;
  color: #fff;
}
.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}
.tag:not(body).is-success {
  background-color: #00aa72;
  color: #fff;
}
.tag:not(body).is-warning {
  background-color: #d6a800;
  color: #fff;
}
.tag:not(body).is-danger {
  background-color: #ca2621;
  color: #fff;
}
.tag:not(body).is-medium {
  font-size: 14px;
}
.tag:not(body).is-large {
  font-size: 16px;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}
.tag:not(body).is-delete:before, .tag:not(body).is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%;
}
.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px;
}
.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #d3dfe8;
}
.tag:not(body).is-delete:active {
  background-color: #c2d2e0;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}
.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}
.title sub,
.subtitle sub {
  font-size: 0.75em;
}
.title sup,
.subtitle sup {
  font-size: 0.75em;
}
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #020508;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.125;
}
.title strong {
  color: inherit;
  font-weight: inherit;
}
.title + .highlight {
  margin-top: -0.75rem;
}
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.5rem;
}
.title.is-1 {
  font-size: 56px;
}
.title.is-2 {
  font-size: 40px;
}
.title.is-3 {
  font-size: 28px;
}
.title.is-4 {
  font-size: 20px;
}
.title.is-5 {
  font-size: 16px;
}
.title.is-6 {
  font-size: 14px;
}
.title.is-7 {
  font-size: 12px;
}

.subtitle {
  color: #3e5265;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.subtitle strong {
  color: #3e5265;
  font-weight: 600;
}
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.5rem;
}
.subtitle.is-1 {
  font-size: 56px;
}
.subtitle.is-2 {
  font-size: 40px;
}
.subtitle.is-3 {
  font-size: 28px;
}
.subtitle.is-4 {
  font-size: 20px;
}
.subtitle.is-5 {
  font-size: 16px;
}
.subtitle.is-6 {
  font-size: 14px;
}
.subtitle.is-7 {
  font-size: 12px;
}

.block:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(2, 5, 8, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.delete:before, .delete:after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.delete:before {
  height: 2px;
  width: 50%;
}
.delete:after {
  height: 50%;
  width: 2px;
}
.delete:hover, .delete:focus {
  background-color: rgba(2, 5, 8, 0.3);
}
.delete:active {
  background-color: rgba(2, 5, 8, 0.4);
}
.delete.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.delete.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.delete.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.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 500ms infinite linear;
  border: 2px solid #d5dee7;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.number {
  align-items: center;
  background-color: #fff;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 16px;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.breadcrumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb:not(:last-child) {
  margin-bottom: 1.5rem;
}
.breadcrumb a {
  align-items: center;
  color: #697886;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
}
.breadcrumb a:hover {
  color: #00b479;
}
.breadcrumb li {
  align-items: center;
  display: flex;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li.is-active a {
  color: #3e5265;
  cursor: default;
  pointer-events: none;
}
.breadcrumb li + li::before {
  color: #324558;
  content: "/";
}
.breadcrumb ul, .breadcrumb ol {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}
.breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
  justify-content: center;
}
.breadcrumb.is-right ol, .breadcrumb.is-right ul {
  justify-content: flex-end;
}
.breadcrumb.is-small {
  font-size: 12px;
}
.breadcrumb.is-medium {
  font-size: 16px;
}
.breadcrumb.is-large {
  font-size: 20px;
}
.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}
.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}
.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}
.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

.card {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(2, 5, 8, 0.1), 0 0 0 1px rgba(2, 5, 8, 0.1);
  color: #324558;
  max-width: 100%;
  position: relative;
}

.card-header {
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(2, 5, 8, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #3e5265;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}
.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  padding: 1.5rem;
}

.card-footer {
  border-top: 1px solid #d5dee7;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #d5dee7;
}

.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: unset;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 90;
}

.dropdown-content {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: none;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #5d6b79;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap;
}
a.dropdown-item:hover {
  background-color: #fff;
  color: #020508;
}
a.dropdown-item.is-active {
  background-color: #00aa72;
  color: #fff;
}

.dropdown-divider {
  background-color: #d5dee7;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  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: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item {
  margin-right: 0.75rem;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.media .media {
  border-top: 1px solid rgba(213, 222, 231, 0.5);
  display: flex;
  padding-top: 0.75rem;
}
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}
.media .media .media {
  padding-top: 0.5rem;
}
.media .media .media + .media {
  margin-top: 0.5rem;
}
.media + .media {
  border-top: 1px solid rgba(213, 222, 231, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  text-align: left;
}

.menu {
  font-size: 14px;
}
.menu.is-small {
  font-size: 12px;
}
.menu.is-medium {
  font-size: 16px;
}
.menu.is-large {
  font-size: 20px;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 0;
  color: #324558;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: #f5f7fa;
  color: #324558;
}
.menu-list a.is-active {
  background-color: #e4ebf1;
  color: #324558;
}
.menu-list li ul {
  border-left: 1px solid #d5dee7;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #697886;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.menu-label:not(:first-child) {
  margin-top: 1em;
}
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.message:not(:last-child) {
  margin-bottom: 1.5rem;
}
.message strong {
  color: currentColor;
}
.message a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}
.message.is-small {
  font-size: 12px;
}
.message.is-medium {
  font-size: 16px;
}
.message.is-large {
  font-size: 20px;
}
.message.is-white {
  background-color: white;
}
.message.is-white .message-header {
  background-color: #fff;
  color: #020508;
}
.message.is-white .message-body {
  border-color: #fff;
  color: #4d4d4d;
}
.message.is-black {
  background-color: #f7fafd;
}
.message.is-black .message-header {
  background-color: #020508;
  color: #fff;
}
.message.is-black .message-body {
  border-color: #020508;
  color: #020508;
}
.message.is-light {
  background-color: #f9fafb;
}
.message.is-light .message-header {
  background-color: #c6d1dc;
  color: #3e5265;
}
.message.is-light .message-body {
  border-color: #c6d1dc;
  color: #55585b;
}
.message.is-dark {
  background-color: #f9fafb;
}
.message.is-dark .message-header {
  background-color: #3e5265;
  color: #c6d1dc;
}
.message.is-dark .message-body {
  border-color: #3e5265;
  color: #303c48;
}
.message.is-primary {
  background-color: #f5fffc;
}
.message.is-primary .message-header {
  background-color: #00aa72;
  color: #fff;
}
.message.is-primary .message-body {
  border-color: #00aa72;
  color: #022a1d;
}
.message.is-link {
  background-color: #f5fffc;
}
.message.is-link .message-header {
  background-color: #00aa72;
  color: #fff;
}
.message.is-link .message-body {
  border-color: #00aa72;
  color: #022a1d;
}
.message.is-info {
  background-color: #f6fbfe;
}
.message.is-info .message-header {
  background-color: #209cee;
  color: #fff;
}
.message.is-info .message-body {
  border-color: #209cee;
  color: #12537d;
}
.message.is-success {
  background-color: #f5fffc;
}
.message.is-success .message-header {
  background-color: #00aa72;
  color: #fff;
}
.message.is-success .message-body {
  border-color: #00aa72;
  color: #022a1d;
}
.message.is-warning {
  background-color: #fffdf5;
}
.message.is-warning .message-header {
  background-color: #d6a800;
  color: #fff;
}
.message.is-warning .message-body {
  border-color: #d6a800;
  color: #282003;
}
.message.is-danger {
  background-color: #fef6f6;
}
.message.is-danger .message-header {
  background-color: #ca2621;
  color: #fff;
}
.message.is-danger .message-body {
  border-color: #ca2621;
  color: #93211d;
}

.message-header {
  align-items: center;
  background-color: #324558;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}
.message-header + .message-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.message-body {
  border: 1px solid #d5dee7;
  border-radius: 3px;
  color: #324558;
  padding: 1em 1.25em;
}
.message-body code,
.message-body pre {
  background-color: #fff;
}
.message-body pre code {
  background-color: transparent;
}

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 120;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(2, 5, 8, 0.7);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 448px;
  }
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(2, 5, 8, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}
.modal-close:before, .modal-close:after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close:before {
  height: 2px;
  width: 50%;
}
.modal-close:after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .modal-close:focus {
  background-color: rgba(2, 5, 8, 0.3);
}
.modal-close:active {
  background-color: rgba(2, 5, 8, 0.4);
}
.modal-close.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.modal-close.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.modal-close.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 18px 24px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #d5dee7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-card-title {
  color: #030012;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.25;
}

.modal-card-foot {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #d5dee7;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 24px;
}

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
}
.navbar.is-white {
  background-color: #fff;
  color: #020508;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #020508;
}
.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #020508;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #020508;
}
@media screen and (min-width: 1008px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #020508;
  }
  .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #020508;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #020508;
  }
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #020508;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #020508;
  }
}
.navbar.is-black {
  background-color: #020508;
  color: #fff;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1008px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: #fff;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: #fff;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #020508;
    color: #fff;
  }
}
.navbar.is-light {
  background-color: #c6d1dc;
  color: #3e5265;
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #3e5265;
}
.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #b6c4d2;
  color: #3e5265;
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #3e5265;
}
@media screen and (min-width: 1008px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: #3e5265;
  }
  .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #b6c4d2;
    color: #3e5265;
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: #3e5265;
  }
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #b6c4d2;
    color: #3e5265;
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: #c6d1dc;
    color: #3e5265;
  }
}
.navbar.is-dark {
  background-color: #3e5265;
  color: #c6d1dc;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #c6d1dc;
}
.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #344555;
  color: #c6d1dc;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #c6d1dc;
}
@media screen and (min-width: 1008px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #c6d1dc;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #344555;
    color: #c6d1dc;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #c6d1dc;
  }
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #344555;
    color: #c6d1dc;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #3e5265;
    color: #c6d1dc;
  }
}
.navbar.is-primary {
  background-color: #00aa72;
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #009161;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1008px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #009161;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #009161;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00aa72;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #00aa72;
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #009161;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1008px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #009161;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #009161;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #00aa72;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #209cee;
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #1190e3;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1008px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #1190e3;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #1190e3;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #00aa72;
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #009161;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1008px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #009161;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #009161;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #00aa72;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #d6a800;
  color: #fff;
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #bd9400;
  color: #fff;
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1008px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #bd9400;
    color: #fff;
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #bd9400;
    color: #fff;
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #d6a800;
    color: #fff;
  }
}
.navbar.is-danger {
  background-color: #ca2621;
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #b4221d;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
@media screen and (min-width: 1008px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #b4221d;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #b4221d;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ca2621;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 3px rgba(2, 5, 8, 0.1);
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 3px rgba(2, 5, 8, 0.1);
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #5d6b79;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  position: relative;
}

a.navbar-item:hover, a.navbar-item.is-active,
a.navbar-link:hover,
a.navbar-link.is-active {
  background-color: #fff;
  color: #00aa72;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #00aa72;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #00aa72;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #00aa72;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link {
  padding-right: 2.5em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: #d5dee7;
  border: none;
  display: none;
  height: 1px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1007px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(2, 5, 8, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(2, 5, 8, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1008px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent a.navbar-link:hover,
.navbar.is-transparent a.navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #fff;
    color: #020508;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #00aa72;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 1px solid #d5dee7;
    border-radius: 5px 5px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(2, 5, 8, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-link::after {
    border: 1px solid #00aa72;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #d5dee7;
    box-shadow: 0 8px 8px rgba(2, 5, 8, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:hover {
    background-color: #fff;
    color: #020508;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #00aa72;
  }
  .navbar-dropdown.is-boxed {
    border-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(2, 5, 8, 0.1), 0 0 0 1px rgba(2, 5, 8, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -1rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -1rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(2, 5, 8, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }

  a.navbar-item.is-active,
a.navbar-link.is-active {
    color: #020508;
  }
  a.navbar-item.is-active:not(:hover),
a.navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fff;
  }
}
.pagination {
  font-size: 14px;
  margin: -0.25rem;
}
.pagination.is-small {
  font-size: 12px;
}
.pagination.is-medium {
  font-size: 16px;
}
.pagination.is-large {
  font-size: 20px;
}
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 14px;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center;
}
.pagination-previous:focus, .pagination-previous.is-focused, .pagination-previous:active, .pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
  outline: none;
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
  cursor: not-allowed;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #aeb8c1;
  color: #3e5265;
  min-width: 2.25em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #d5dee7;
  color: #00b479;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #d5dee7;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(2, 5, 8, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #aeb8c1;
  border-color: #aeb8c1;
  box-shadow: none;
  color: #778592;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #00aa72;
  border-color: #00aa72;
  color: #fff;
}

.pagination-ellipsis {
  color: #939ea9;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  .pagination.is-right .pagination-next {
    order: 2;
  }
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  font-size: 14px;
}
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #d5dee7;
  border-left: 1px solid #d5dee7;
  border-right: 1px solid #d5dee7;
}
.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #d5dee7;
}

.panel-heading {
  background-color: #fff;
  border-radius: 3px 3px 0 0;
  color: #3e5265;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}
.panel-tabs a {
  border-bottom: 1px solid #d5dee7;
  margin-bottom: -1px;
  padding: 0.5em;
}
.panel-tabs a.is-active {
  border-bottom-color: #d5dee7;
  color: #00a06b;
}

.panel-list a {
  color: #324558;
}
.panel-list a:hover {
  color: #00aa72;
}

.panel-block {
  align-items: center;
  color: #3e5265;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}
.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.panel-block.is-wrapped {
  flex-wrap: wrap;
}
.panel-block.is-active {
  border-left-color: #00aa72;
  color: #00a06b;
}
.panel-block.is-active .panel-icon {
  color: #00aa72;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}
a.panel-block:hover,
label.panel-block:hover {
  background-color: #fff;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #697886;
  margin-right: 0.75em;
}
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}
.tabs a {
  align-items: center;
  border-bottom-color: #d5dee7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #324558;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}
.tabs a:hover {
  border-bottom-color: #d5dee7;
  color: #00aa72;
}
.tabs li {
  display: block;
}
.tabs li.is-active a {
  border-bottom-color: #00aa72;
  color: #00aa72;
}
.tabs ul {
  align-items: center;
  border-bottom-color: #d5dee7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}
.tabs ul.is-left {
  padding-right: 0.75em;
}
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}
.tabs .icon:first-child {
  margin-right: 0.5em;
}
.tabs .icon:last-child {
  margin-left: 0.5em;
}
.tabs.is-centered ul {
  justify-content: center;
}
.tabs.is-right ul {
  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: #f5f7fa;
  border-bottom-color: #d5dee7;
}
.tabs.is-boxed li.is-active a {
  background-color: #fff;
  border-color: #d5dee7;
  border-bottom-color: transparent !important;
}
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}
.tabs.is-toggle a {
  border-color: #d5dee7;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}
.tabs.is-toggle a:hover {
  background-color: #fff;
  border-color: #d5dee7;
  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: #00aa72;
  border-color: #00aa72;
  color: #fff;
  z-index: 1;
}
.tabs.is-toggle ul {
  border-bottom: none;
}
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}
.tabs.is-small {
  font-size: 12px;
}
.tabs.is-medium {
  font-size: 16px;
}
.tabs.is-large {
  font-size: 20px;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 12px;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.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-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .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-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .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-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1007px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1008px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .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-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .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-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}
.columns:last-child {
  margin-bottom: -12px;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 12px);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1008px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.3333333333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.6666666667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.3333333333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.6666666667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.3333333333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.6666666667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: #fff;
  color: #020508;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #020508;
}
.hero.is-white .subtitle {
  color: rgba(2, 5, 8, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #020508;
}
@media screen and (max-width: 1007px) {
  .hero.is-white .navbar-menu {
    background-color: #fff;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(2, 5, 8, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #020508;
}
.hero.is-white .tabs a {
  color: #020508;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.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: #020508;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(2, 5, 8, 0.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: #020508;
  border-color: #020508;
  color: #fff;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #020508;
  color: #fff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: #fff;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1007px) {
  .hero.is-black .navbar-menu {
    background-color: #020508;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: #fff;
}
.hero.is-black .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.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: rgba(2, 5, 8, 0.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: #020508;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #020508 71%, #060e1d 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #020508 71%, #060e1d 100%);
  }
}
.hero.is-light {
  background-color: #c6d1dc;
  color: #3e5265;
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: #3e5265;
}
.hero.is-light .subtitle {
  color: rgba(62, 82, 101, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #3e5265;
}
@media screen and (max-width: 1007px) {
  .hero.is-light .navbar-menu {
    background-color: #c6d1dc;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(62, 82, 101, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #b6c4d2;
  color: #3e5265;
}
.hero.is-light .tabs a {
  color: #3e5265;
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.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: #3e5265;
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(2, 5, 8, 0.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: #3e5265;
  border-color: #3e5265;
  color: #c6d1dc;
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #9fc0d0 0%, #c6d1dc 71%, #d4dbe7 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #9fc0d0 0%, #c6d1dc 71%, #d4dbe7 100%);
  }
}
.hero.is-dark {
  background-color: #3e5265;
  color: #c6d1dc;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #c6d1dc;
}
.hero.is-dark .subtitle {
  color: rgba(198, 209, 220, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #c6d1dc;
}
@media screen and (max-width: 1007px) {
  .hero.is-dark .navbar-menu {
    background-color: #3e5265;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(198, 209, 220, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #344555;
  color: #c6d1dc;
}
.hero.is-dark .tabs a {
  color: #c6d1dc;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.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: #c6d1dc;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(2, 5, 8, 0.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: #c6d1dc;
  border-color: #c6d1dc;
  color: #3e5265;
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #253f4b 0%, #3e5265 71%, #43567a 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #253f4b 0%, #3e5265 71%, #43567a 100%);
  }
}
.hero.is-primary {
  background-color: #00aa72;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1007px) {
  .hero.is-primary .navbar-menu {
    background-color: #00aa72;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #009161;
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.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: rgba(2, 5, 8, 0.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: #00aa72;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #00773c 0%, #00aa72 71%, #00c4a4 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00773c 0%, #00aa72 71%, #00c4a4 100%);
  }
}
.hero.is-link {
  background-color: #00aa72;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1007px) {
  .hero.is-link .navbar-menu {
    background-color: #00aa72;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #009161;
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(2, 5, 8, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00aa72;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #00773c 0%, #00aa72 71%, #00c4a4 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00773c 0%, #00aa72 71%, #00c4a4 100%);
  }
}
.hero.is-info {
  background-color: #209cee;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1007px) {
  .hero.is-info .navbar-menu {
    background-color: #209cee;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #1190e3;
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.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: rgba(2, 5, 8, 0.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: #209cee;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #05a6d6 0%, #209cee 71%, #3287f5 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #05a6d6 0%, #209cee 71%, #3287f5 100%);
  }
}
.hero.is-success {
  background-color: #00aa72;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1007px) {
  .hero.is-success .navbar-menu {
    background-color: #00aa72;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #009161;
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.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: rgba(2, 5, 8, 0.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: #00aa72;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #00773c 0%, #00aa72 71%, #00c4a4 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #00773c 0%, #00aa72 71%, #00c4a4 100%);
  }
}
.hero.is-warning {
  background-color: #d6a800;
  color: #fff;
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: #fff;
}
.hero.is-warning .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1007px) {
  .hero.is-warning .navbar-menu {
    background-color: #d6a800;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #bd9400;
  color: #fff;
}
.hero.is-warning .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.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: #fff;
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(2, 5, 8, 0.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: #fff;
  border-color: #fff;
  color: #d6a800;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #a36500 0%, #d6a800 71%, #f0e400 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #a36500 0%, #d6a800 71%, #f0e400 100%);
  }
}
.hero.is-danger {
  background-color: #ca2621;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1007px) {
  .hero.is-danger .navbar-menu {
    background-color: #ca2621;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #b4221d;
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.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: rgba(2, 5, 8, 0.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: #ca2621;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #a71125 0%, #ca2621 71%, #e24822 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #a71125 0%, #ca2621 71%, #e24822 100%);
  }
}
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.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: 0.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: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 1008px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: #fff;
  padding: 3rem 1.5rem 6rem;
}

.columns.is-variable {
  margin-right: calc(-1 * var(--columnGap));
  margin-left: calc(-1 * var(--columnGap));
  --columnGap: $column-gap;
}
.columns.is-variable .column {
  padding-right: var(--columnGap);
  padding-left: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0px;
}
.columns.is-variable.is-1 {
  --columnGap: 4px;
}
.columns.is-variable.is-2 {
  --columnGap: 8px;
}
.columns.is-variable.is-3 {
  --columnGap: 12px;
}
.columns.is-variable.is-4 {
  --columnGap: 16px;
}
.columns.is-variable.is-5 {
  --columnGap: 20px;
}
.columns.is-variable.is-6 {
  --columnGap: 24px;
}
.columns.is-variable.is-7 {
  --columnGap: 28px;
}
.columns.is-variable.is-8 {
  --columnGap: 32px;
}

.main-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
}

.main-layout,
.main-layout * {
  box-sizing: border-box;
}

.main-layout.main-layout-has-sider {
  flex-direction: row;
}

.main-layout.main-layout-has-sider > .main-layout,
.main-layout.main-layout-has-sider > .main-layout-content {
  overflow-x: hidden;
}

.main-layout-header,
.main-layout-footer {
  flex: 0 0 auto;
}

.main-layout-content {
  flex: auto;
}

.main-layout-sider {
  position: relative;
  min-width: 0;
  transition: all 0.2s;
}

.main-layout-sider-right {
  order: 1;
}

.button {
  height: 2.2858em;
  padding: 0 calc(0.8572em - 1px);
  vertical-align: bottom;
  line-height: 1;
}
.button.is-primary {
  color: #fff;
  background-color: #00aa72;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-primary:focus {
  background-color: #00aa72;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-primary:hover {
  background-color: #00b479;
}
.button.is-primary:active {
  background-color: #00a06b;
}
.button.is-primary.is-disabled:hover, .button.is-primary.is-disabled:active, .button.is-primary[disabled]:hover, .button.is-primary[disabled]:active {
  background-color: #00aa72;
}
.button.is-success {
  color: #fff;
  background-color: #00aa72;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-success:focus {
  background-color: #00aa72;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-success:hover {
  background-color: #00b479;
}
.button.is-success:active {
  background-color: #00a06b;
}
.button.is-success.is-disabled:hover, .button.is-success.is-disabled:active, .button.is-success[disabled]:hover, .button.is-success[disabled]:active {
  background-color: #00aa72;
}
.button.is-info {
  color: #fff;
  background-color: #209cee;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-info:focus {
  background-color: #209cee;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-info:hover {
  background-color: #29a0ef;
}
.button.is-info:active {
  background-color: #1798ed;
}
.button.is-info.is-disabled:hover, .button.is-info.is-disabled:active, .button.is-info[disabled]:hover, .button.is-info[disabled]:active {
  background-color: #209cee;
}
.button.is-warning {
  color: #fff;
  background-color: #d6a800;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-warning:focus {
  background-color: #d6a800;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-warning:hover {
  background-color: #e0b000;
}
.button.is-warning:active {
  background-color: #cca000;
}
.button.is-warning.is-disabled:hover, .button.is-warning.is-disabled:active, .button.is-warning[disabled]:hover, .button.is-warning[disabled]:active {
  background-color: #d6a800;
}
.button.is-danger {
  color: #fff;
  background-color: #ca2621;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-danger:focus {
  background-color: #ca2621;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
}
.button.is-danger:hover {
  background-color: #d32822;
}
.button.is-danger:active {
  background-color: #c12420;
}
.button.is-danger.is-disabled:hover, .button.is-danger.is-disabled:active, .button.is-danger[disabled]:hover, .button.is-danger[disabled]:active {
  background-color: #ca2621;
}
.button.is-default {
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.04);
}
.button.is-default:focus {
  background-color: #fff;
}
.button.is-default:hover {
  background-color: #f5f7fa;
}
.button.is-default:active {
  background-color: #e4ebf1;
}
.button.is-default.is-disabled:hover, .button.is-default.is-disabled:active, .button.is-default[disabled]:hover, .button.is-default[disabled]:active {
  background-color: #fff;
}
.button.is-default.is-active {
  background-color: #e4ebf1;
}
.button.is-text {
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
}
.button.is-text .icon + span {
  color: #324558;
}
.button.is-text:focus {
  color: #00aa72;
  box-shadow: none;
}
.button.is-text:focus .icon + span {
  color: #324558;
}
.button.is-text:hover {
  color: #00b479;
  background-color: transparent;
}
.button.is-text:hover .icon + span {
  color: #00b479;
}
.button.is-text:active {
  color: #00a06b;
  background-color: transparent;
}
.button.is-text:active .icon + span {
  color: #00a06b;
}
.button.is-text.is-disabled:hover, .button.is-text.is-disabled:active, .button.is-text[disabled]:hover, .button.is-text[disabled]:active {
  color: #00aa72;
}
.button.is-text.is-disabled:hover .icon + span, .button.is-text.is-disabled:active .icon + span, .button.is-text[disabled]:hover .icon + span, .button.is-text[disabled]:active .icon + span {
  color: #324558;
}
.button.is-loading:after {
  display: none;
}
.button.is-loading .spin.spin-spinning.loading-wrapper {
  position: absolute;
}
.button.is-loading .spin.spin-spinning.loading-wrapper .icon {
  width: 1.1429em !important;
  height: 1.1429em !important;
}
.button.fake-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button .icon:first-child:not(:last-child) {
  width: 1.1429em;
  height: 1.1429em;
  margin-right: 0.4286em;
  margin-left: calc(-0.214em);
}
.button .icon:last-child:not(:first-child) {
  width: 1.1429em;
  height: 1.1429em;
  margin-right: calc(-0.214em);
  margin-left: 0.4286em;
}
.button .icon:first-child:last-child {
  width: 1.4286em;
  height: 1.4286em;
  margin-right: 0.143em;
  margin-left: 0.143em;
}
.button.is-small {
  height: 28px;
  padding: 0 calc(0.6667em - 1px);
  font-size: 12px;
}
.button.is-small .icon:first-child:not(:last-child) {
  width: 1.3334em;
  height: 1.3334em;
  margin-right: 0.3333em;
  margin-left: calc(-0.1667em - 1px);
}
.button.is-small .icon:last-child:not(:first-child) {
  width: 1.3334em;
  height: 1.3334em;
  margin-right: calc(-0.1667em - 1px);
  margin-left: 0.3333em;
}
.button.is-small .icon:first-child:last-child {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.1667em;
  margin-left: 0.1667em;
}
.button.is-large {
  height: 40px;
  padding: 0 calc(1em - 1px);
  border-radius: 4px;
  font-size: 16px;
}
.button.is-large .icon:first-child:not(:last-child) {
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  margin-left: calc(-0.375em - 1px);
}
.button.is-large .icon:last-child:not(:first-child) {
  width: 1.25em;
  height: 1.25em;
  margin-right: calc(-0.375em - 1px);
  margin-left: 0.5em;
}
.button.is-large .icon:first-child:last-child {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.0313em;
  margin-left: 0.0313em;
}

.buttons .button {
  margin-bottom: 0;
}

.icon.icon-clickable {
  border-radius: 3px;
  cursor: pointer;
  pointer-events: auto;
}
.icon.icon-clickable:hover {
  background-color: #f5f7fa;
}
.icon.icon-clickable:active {
  background-color: #e4ebf1;
}
.icon.icon-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.icon.fake-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}
.icon svg {
  width: 100%;
  height: 100%;
}

input.input {
  box-sizing: border-box;
  min-width: 32px;
  height: 2.2858em;
  padding: 8px 12px;
  line-height: 1;
}

textarea.textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 12px;
  line-height: 1.7143;
  resize: none;
  /* WebKit, Blink, Edge */
}
textarea.textarea::-webkit-input-placeholder {
  padding-top: 0;
}

.input-number {
  position: relative;
  width: auto;
}
.input-number input.is-danger,
.input-number input.is-warning {
  z-index: 4;
}

.input-number.has-addons input {
  position: relative;
  width: 113px !important;
  border-radius: 0;
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}
.input-number.has-addons input:hover, .input-number.has-addons input:focus, .input-number.has-addons input:active {
  z-index: 4;
}
.input-number.has-addons > .input-number-controls {
  display: inline-block;
}
.input-number.has-addons button {
  position: relative;
  width: 36px;
  height: 32px;
  padding: 0 4px;
  margin-left: -1px;
}
.input-number.has-addons button .icon {
  margin: 0;
}
.input-number.has-addons button[disabled] {
  opacity: 1 !important;
}
.input-number.has-addons button[disabled] svg {
  opacity: 0.5;
}
.input-number.has-addons button.btn-minus {
  border-radius: 0;
}
.input-number.has-addons button.btn-plus {
  border-radius: 0;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.input-number.has-addons.is-mini {
  box-sizing: border-box;
  width: 86px;
}
.input-number.has-addons.is-mini input {
  width: 86px !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.input-number.has-addons.is-mini input:focus + .input-number-controls {
  display: none;
}
.input-number.has-addons.is-mini > .input-number-controls {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  display: flex;
  flex-direction: column-reverse;
  width: 20px;
  height: calc(100% - 2px);
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  z-index: 20;
}
.input-number.has-addons.is-mini > .input-number-controls button {
  flex: 1;
  align-items: center;
  width: 100%;
  padding: 0;
  border: none;
  border-left: 1px solid #d5dee7;
  background: white;
  box-shadow: none !important;
}
.input-number.has-addons.is-mini > .input-number-controls button:focus, .input-number.has-addons.is-mini > .input-number-controls button:hover {
  position: relative;
  outline: none;
  background-color: #f5f7fa;
  z-index: 1;
}
.input-number.has-addons.is-mini > .input-number-controls button:active {
  background-color: #e4ebf1;
}

input.input:not([readonly]):not([disabled]):hover,
textarea.textarea:not([readonly]):not([disabled]):hover {
  border-color: #b6c2cd;
}
input.input:not([readonly]):not([disabled]):focus,
textarea.textarea:not([readonly]):not([disabled]):focus {
  border-color: #00aa72;
}
input.input:not([readonly]):not([disabled]):focus:active,
textarea.textarea:not([readonly]):not([disabled]):focus:active {
  border-color: #00aa72;
}

.field {
  display: flex;
}
.field:not(:last-child) {
  margin-bottom: 24px;
}
.field .control label {
  line-height: 1.7143;
}
.field .control input[type=text],
.field .control input[type=password],
.field .control input[type=number] {
  width: 100%;
  caret-color: #0fbb7f;
}
.field .control input[type=text][readonly],
.field .control input[type=password][readonly],
.field .control input[type=number][readonly] {
  color: #3e5265;
  background-color: #f5f7fa;
}
.field .control input[type=text][disabled],
.field .control input[type=password][disabled],
.field .control input[type=number][disabled] {
  opacity: 0.5;
}
.field .control input[type=text].is-small,
.field .control input[type=password].is-small,
.field .control input[type=number].is-small {
  height: 28px;
  padding: 7px 12px;
  font-size: 12px;
}
.field .control input[type=text].is-large,
.field .control input[type=password].is-large,
.field .control input[type=number].is-large {
  height: 40px;
  padding: 11px 12px;
  font-size: 16px;
}
.field .control textarea {
  caret-color: #0fbb7f;
}
.field .control.has-icons-right .icon.clickable {
  opacity: 0.5;
  pointer-events: auto;
}
.field .control.has-icons-right .icon.clickable:hover {
  opacity: 1;
}
.field .control .icon.is-left,
.field .control .icon.is-right {
  z-index: 5;
}

.field.is-horizontal {
  flex-wrap: wrap;
}
.field.is-horizontal .label {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% / 3);
  padding-right: 16px;
  margin-bottom: 0;
}
.field.is-horizontal .label.textarea-label {
  align-items: flex-start;
  margin-top: 5px;
}
.field.is-horizontal .control {
  display: inline-flex;
  width: calc(100% / 3 * 2);
}
.field.is-horizontal .field.has-addons,
.field.is-horizontal .field.is-grouped {
  display: inline-flex;
  width: calc(100% / 3 * 2);
}
.field.is-horizontal .field.has-addons .control,
.field.is-horizontal .field.is-grouped .control {
  width: auto;
}
.field.is-horizontal .field.has-addons .control .select-control,
.field.is-horizontal .field.is-grouped .control .select-control {
  border-radius: 0;
}
.field.is-horizontal .field.has-addons .control:first-of-type .select-control,
.field.is-horizontal .field.is-grouped .control:first-of-type .select-control {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.field.is-horizontal .field.has-addons .control:last-of-type .select-control,
.field.is-horizontal .field.is-grouped .control:last-of-type .select-control {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.field.is-grouped {
  align-items: center;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  top: 0.5714em;
  width: 1.1429em;
  height: 1.1429em;
}
.control.has-icons-left .icon.icon-clickable,
.control.has-icons-right .icon.icon-clickable {
  pointer-events: auto;
}

.control.has-icons-left .icon.is-left {
  left: 0.5714em;
}

.control.has-icons-right .icon.is-right {
  right: 0.5714em;
}

.field-label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon.icon-success {
  background-image: var(--icon-status-success);
}
.icon.icon-warning {
  background-image: var(--icon-status-warning);
}
.icon.icon-error {
  background-image: var(--icon-status-error);
}

input.input,
textarea.textarea {
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* Most modern browsers support this now. */
}
input.input::-webkit-input-placeholder,
textarea.textarea::-webkit-input-placeholder {
  padding-top: 1px;
  color: #939ea9;
}
input.input:-moz-placeholder,
textarea.textarea:-moz-placeholder {
  color: #939ea9;
  opacity: 1;
}
input.input::-moz-placeholder,
textarea.textarea::-moz-placeholder {
  color: #939ea9;
  opacity: 1;
}
input.input:-ms-input-placeholder,
textarea.textarea:-ms-input-placeholder {
  color: #939ea9;
}
input.input::-ms-input-placeholder,
textarea.textarea::-ms-input-placeholder {
  color: #939ea9;
}
input.input::placeholder,
textarea.textarea::placeholder {
  color: #939ea9;
}

input.input.is-large {
  /* WebKit, Blink, Edge */
}
input.input.is-large::-webkit-input-placeholder {
  padding-top: 2px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-password input,
input[type=password] {
  font-family: "Roboto Mono", monospace;
}

.input-add {
  width: 80px;
  height: 24px !important;
  margin-right: 7px;
  margin-bottom: 7px;
}

.input-password,
.input-search {
  position: relative;
  display: flex;
  width: 100%;
  text-align: left;
}
.input-password.has-icons-left > input.input[type=text].is-small, .input-password.has-icons-left > input.input[type=text].is-default, .input-password.has-icons-left > input.input[type=text].is-large,
.input-password.has-icons-left input.input[type=password].is-small,
.input-password.has-icons-left input.input[type=password].is-default,
.input-password.has-icons-left input.input[type=password].is-large,
.input-search.has-icons-left > input.input[type=text].is-small,
.input-search.has-icons-left > input.input[type=text].is-default,
.input-search.has-icons-left > input.input[type=text].is-large,
.input-search.has-icons-left input.input[type=password].is-small,
.input-search.has-icons-left input.input[type=password].is-default,
.input-search.has-icons-left input.input[type=password].is-large {
  padding-left: 2.2857em;
}
.input-password.has-icons-right > input.input[type=text].is-small, .input-password.has-icons-right > input.input[type=text].is-default, .input-password.has-icons-right > input.input[type=text].is-large,
.input-password.has-icons-right input.input[type=password].is-small,
.input-password.has-icons-right input.input[type=password].is-default,
.input-password.has-icons-right input.input[type=password].is-large,
.input-search.has-icons-right > input.input[type=text].is-small,
.input-search.has-icons-right > input.input[type=text].is-default,
.input-search.has-icons-right > input.input[type=text].is-large,
.input-search.has-icons-right input.input[type=password].is-small,
.input-search.has-icons-right input.input[type=password].is-default,
.input-search.has-icons-right input.input[type=password].is-large {
  padding-right: 2.2857em;
}
.input-password > input.input[type=text],
.input-password input.input[type=password],
.input-search > input.input[type=text],
.input-search input.input[type=password] {
  border: 1px solid #d5dee7;
}
.input-password > input.input[type=text]:not([readonly]):not([disabled]):hover,
.input-password input.input[type=password]:not([readonly]):not([disabled]):hover,
.input-search > input.input[type=text]:not([readonly]):not([disabled]):hover,
.input-search input.input[type=password]:not([readonly]):not([disabled]):hover {
  border-color: #b6c2cd;
}
.input-password > input.input[type=text]:not([readonly]):not([disabled]):focus:active,
.input-password input.input[type=password]:not([readonly]):not([disabled]):focus:active,
.input-search > input.input[type=text]:not([readonly]):not([disabled]):focus:active,
.input-search input.input[type=password]:not([readonly]):not([disabled]):focus:active {
  border-color: #00aa72;
}
.input-password > input.input[type=text]:not([readonly]):not([disabled]):focus,
.input-password input.input[type=password]:not([readonly]):not([disabled]):focus,
.input-search > input.input[type=text]:not([readonly]):not([disabled]):focus,
.input-search input.input[type=password]:not([readonly]):not([disabled]):focus {
  border-color: #00aa72;
}
.input-password .icon.is-left,
.input-search .icon.is-left {
  left: 0.5em;
}
.input-password .icon.is-right,
.input-search .icon.is-right {
  right: 0.5em;
}
.input-password .icon.is-left,
.input-password .icon.is-right,
.input-search .icon.is-left,
.input-search .icon.is-right {
  position: absolute;
  top: calc(50% - (1em / 2));
  width: 1em;
  height: 1em;
  pointer-events: none;
  z-index: 5;
}
.input-password .icon.is-left.icon-clickable,
.input-password .icon.is-right.icon-clickable,
.input-search .icon.is-left.icon-clickable,
.input-search .icon.is-right.icon-clickable {
  pointer-events: auto;
}
.input-password input.input.is-small ~ .icon.is-small,
.input-search input.input.is-small ~ .icon.is-small {
  font-size: 12px;
}
.input-password input.input.is-default ~ .icon.is-small,
.input-search input.input.is-default ~ .icon.is-small {
  font-size: 16px;
}
.input-password input.input.is-large ~ .icon.is-small,
.input-search input.input.is-large ~ .icon.is-small {
  font-size: 20px;
}

.input-search input.input[value=""] {
  border-color: transparent;
}
.input-search input.input.is-small ~ .icon.is-small.is-left {
  font-size: 16px;
}
.input-search input.input.is-default ~ .icon.is-small.is-left {
  font-size: 20px;
}
.input-search input.input.is-large ~ .icon.is-small.is-left {
  font-size: 24px;
}

.breadcrumb {
  color: #697886;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7143;
  text-align: left;
  letter-spacing: normal;
}
.breadcrumb .breadcrumb-item .breadcrumb-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #697886;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #00b479;
}
.breadcrumb .breadcrumb-item a:active {
  color: #00a06b;
}
.breadcrumb .breadcrumb-item .icon {
  margin-right: 4px;
  margin-left: 0;
}
.breadcrumb .breadcrumb-item:before {
  display: none;
}
.breadcrumb .breadcrumb-item .breadcrumb-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 8px;
  color: #324558;
}
.breadcrumb .breadcrumb-item .breadcrumb-separator .icon {
  margin: 0;
}
.breadcrumb .breadcrumb-last-item {
  color: #324558;
}

.modal .modal-content {
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
}
.modal .modal-content .modal-card-head .modal-card-title {
  font-weight: 500;
}
.modal .modal-content .modal-card-body {
  position: relative;
  line-height: 1.7143;
}
.modal .modal-content .modal-card-body.without-footer {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.modal .modal-content .modal-card-body .modal-icon {
  position: absolute;
  top: 28px;
  line-height: 1;
}
.modal .modal-content .modal-card-body .modal-icon .icon {
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.modal .modal-content .modal-card-body .modal-icon .icon.icon-success {
  background-image: var(--icon-status-success);
}
.modal .modal-content .modal-card-body .modal-icon .icon.icon-info {
  background-image: var(--icon-status-info);
}
.modal .modal-content .modal-card-body .modal-icon .icon.icon-warning {
  background-image: var(--icon-status-warning);
}
.modal .modal-content .modal-card-body .modal-icon .icon.icon-error {
  background-image: var(--icon-status-error);
}
.modal .modal-content .modal-card-body .modal-icon + div {
  margin-left: 46px;
}
.modal .modal-content .modal-card-foot {
  justify-content: flex-end;
  padding: 12px 24px;
}
.modal .modal-content .modal-card-foot .button:not(:last-child) {
  margin-right: 12px;
}
.modal .modal-content.is-draggable {
  position: absolute;
}
.modal .modal-content.is-draggable .modal-card-head {
  cursor: move;
}
.modal .modal-close:before, .modal .modal-close:after {
  display: none;
}
.modal .modal-close:hover {
  background: transparent;
}
.modal .modal-resizer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  cursor: nwse-resize;
  z-index: 1;
  user-select: none;
}
.modal .modal-resizer:before, .modal .modal-resizer:after {
  position: absolute;
  display: block;
  background-color: #c6d1dc;
  transform: rotate(135deg);
  content: "";
  z-index: 2;
}
.modal .modal-resizer:before {
  top: 11px;
  left: 9px;
  width: 5px;
  height: 1px;
}
.modal .modal-resizer:after {
  top: 9px;
  left: 4px;
  width: 11px;
  height: 1px;
}

.notify-wrapper .notify {
  position: fixed;
  top: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  pointer-events: none;
  z-index: 200;
}
.notify-wrapper .notify .notice {
  position: relative;
  width: auto;
  max-width: 360px;
  padding: 16px 20px 16px 24px;
  border: solid 1px #c6d1dc;
  border-image: initial;
  border-radius: 3px;
  margin: 10px 0 20px;
  color: #324558;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  pointer-events: auto;
}
.notify-wrapper .notify .notice.visible.transition {
  display: flex !important;
}
.notify-wrapper .notify .notice.notice-close {
  height: 0 !important;
  padding: 0;
  margin: 0;
  transform-origin: 50% 0;
  transition: all 0.3s ease;
}
.notify-wrapper .notice-content {
  flex: 1;
}
.notify-wrapper .notice-content .notify-title {
  margin-bottom: 8px;
  color: #324558;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.notify-wrapper .notify-with-icon {
  position: relative;
  padding-left: 48px;
  margin-right: 28px;
}
.notify-wrapper .notify-with-icon .notify-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  padding: 3px;
}
.notify-wrapper .notify-with-icon .notify-icon.is-custom-icon {
  padding: 0;
}
.notify-wrapper .notify-with-icon .icon {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.notify-wrapper .notify-with-icon .icon.icon-success {
  background-image: var(--icon-status-success);
}
.notify-wrapper .notify-with-icon .icon.icon-info {
  background-image: var(--icon-status-info);
}
.notify-wrapper .notify-with-icon .icon.icon-warning {
  background-image: var(--icon-status-warning);
}
.notify-wrapper .notify-with-icon .icon.icon-error {
  background-image: var(--icon-status-error);
}
.notify-wrapper .notify-content {
  margin-bottom: 8px;
}
.notify-wrapper .notify-btns {
  height: 24px;
}
.notify-wrapper .notify-btns .button.is-text {
  height: auto;
  padding: 0;
}
.notify-wrapper .notify-btns > * {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.notify-wrapper .notify-btns .separator {
  width: 16px;
  color: #009965;
  text-align: center;
  content: "\30FB";
}
.notify-wrapper .notice-close-button {
  width: 24px;
  height: 24px;
  padding: 0;
  padding: 4px;
  margin: 0 -6px 0 0;
}
.notify-wrapper .notice-close-button .icon {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.message-wrapper .message {
  position: fixed;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
  pointer-events: none;
  z-index: 200;
}
.message-wrapper .message .notice {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 80vw;
  height: 40px;
  padding: 0 20px 0 16px;
  border: solid 1px #c6d1dc;
  border-image: initial;
  border-radius: 3px;
  margin: 10px 0;
  color: #324558;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  pointer-events: auto;
}
.message-wrapper .message .notice .message-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.message-wrapper .message .notice .message-icon {
  width: 24px;
  height: 24px;
  padding: 3px;
  margin-right: 12px;
}
.message-wrapper .message .notice .message-icon.is-custom-icon {
  padding: 0;
}
.message-wrapper .message .notice .icon {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.message-wrapper .message .notice .icon.icon-success {
  background-image: var(--icon-status-success);
}
.message-wrapper .message .notice .icon.icon-info {
  background-image: var(--icon-status-info);
}
.message-wrapper .message .notice .icon.icon-warning {
  background-image: var(--icon-status-warning);
}
.message-wrapper .message .notice .icon.icon-error {
  background-image: var(--icon-status-error);
}
.message-wrapper .message .notice.notice-close {
  height: 0 !important;
  padding: 0;
  margin: 0;
  transform-origin: 50% 0;
  transition: all 0.3s ease;
}

.transition {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animating.transition {
  visibility: visible !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.hidden.transition {
  display: none !important;
  visibility: hidden !important;
}

.visible.transition {
  visibility: visible !important;
}

.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.transition.browse {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

.transition.browse.left.out,
.transition.browse.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  10% {
    opacity: 0.7;
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}
@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  10% {
    opacity: 0.7;
    -webkit-transform: scale(0.8) translateZ(0);
    transform: scale(0.8) translateZ(0);
    z-index: -1;
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    z-index: 999;
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    z-index: 999;
  }
}
@-webkit-keyframes browseOutLeft {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
    z-index: 999;
  }
  50% {
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    z-index: -1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    z-index: -1;
  }
}
@keyframes browseOutLeft {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
    z-index: 999;
  }
  50% {
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    z-index: -1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    z-index: -1;
  }
}
@-webkit-keyframes browseOutRight {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
    z-index: 999;
  }
  50% {
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    z-index: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    z-index: 1;
  }
}
@keyframes browseOutRight {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotateX(0);
    transform: translateX(0) rotateY(0) rotateX(0);
    z-index: 999;
  }
  50% {
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    z-index: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    transform: translateX(0) rotateY(0) rotateX(0) translateZ(-10px);
    z-index: 1;
  }
}
.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

@-webkit-keyframes horizontalFlipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@keyframes horizontalFlipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes verticalFlipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
  }
}
@keyframes verticalFlipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
  }
}
@-webkit-keyframes horizontalFlipOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
}
@keyframes horizontalFlipOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
}
@-webkit-keyframes verticalFlipOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
  }
}
@keyframes verticalFlipOut {
  0% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateX(0);
    transform: perspective(2000px) rotateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
  }
}
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.transition.fly {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
}

.transition[class*="slide up"].in {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
}

.transition[class*="slide left"].in {
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
}

.transition[class*="slide right"].in {
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
}

.transition[class*="slide up"].out {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
}

.transition[class*="slide left"].out {
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
}

.transition[class*="slide right"].out {
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
}

@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.transition.swing {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.transition[class*="swing down"].in {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
}

.transition[class*="swing up"].in {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
}

.transition[class*="swing left"].in {
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
}

.transition[class*="swing right"].in {
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
}

.transition[class*="swing up"].out {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
}

.transition[class*="swing left"].out {
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
}

.transition[class*="swing right"].out {
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
}

@-webkit-keyframes swingInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
@keyframes swingInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
@-webkit-keyframes swingInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
@keyframes swingInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
  }
  40% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
  }
}
@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
  }
}
@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
  }
}
.flash.transition {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}

.shake.transition {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}

.bounce.transition {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}

.tada.transition {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}

.pulse.transition {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.jiggle.transition {
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.menu {
  list-style: none;
  box-sizing: border-box;
  min-width: 120px;
  padding: 8px 0;
  border-radius: 3px;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  z-index: 100;
}
.menu-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 11px;
  border-radius: 0;
  color: #324558;
  line-height: 1;
  cursor: pointer;
}
.menu-item:hover, .menu-item.submenu:hover {
  color: #324558;
  background-color: #f5f7fa;
}
.menu-item:active, .menu-item-selected, .menu-item-selected:hover {
  color: #324558;
  background-color: #e4ebf1;
}
.menu-item-disabled, .menu-item-disabled.submenu {
  opacity: 0.5;
  cursor: not-allowed;
}
.menu-item-disabled:hover, .menu-item-disabled.submenu:hover {
  border-color: transparent;
  background-color: #fff;
}
.menu-item > a {
  flex: 1;
  padding: 0 11px;
  margin: -11px;
  color: #324558;
  line-height: 32px;
}
.menu .icon {
  margin-right: 8px;
}
.menu .icon.submenu-title-operate-icon {
  margin-right: 0;
  justify-self: flex-end;
}
.menu .submenu {
  overflow: visible;
}
.menu .submenu-content {
  border: 1px solid #c6d1dc;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  opacity: 0;
  pointer-events: none;
}
.menu .submenu-content.submenu-visible {
  opacity: 1;
  pointer-events: auto;
}
.menu .submenu > .menu {
  position: absolute;
  top: -9px;
  right: auto;
  left: 100%;
  white-space: nowrap;
}
.menu .submenu-title {
  display: flex;
  flex: 1;
  align-items: center;
  padding-left: 11px;
  margin-left: -11px;
}
.menu .submenu-title .submenu-title-text {
  flex: 1;
}
.menu .submenu-title .submenu-title-text span {
  display: flex;
  align-items: center;
}

.menu-horizon {
  display: flex;
  padding: 0;
}
.menu-horizon-item {
  box-sizing: border-box;
  padding: 0 11px;
  border-bottom: 2px solid transparent;
}
.menu-horizon-item:hover {
  border-bottom: 2px solid #324558;
}
.menu-horizon-item.navbar-item {
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
}
.menu-horizon-item.navbar-item:hover {
  background-color: transparent;
}
.menu-horizon-item.navbar-item:hover > a {
  padding: 0 11px;
  margin: -11px;
  color: #00aa72;
}
.menu-horizon-item.navbar-item.menu-item-selected, .menu-horizon-item.navbar-item.menu-item-selected:hover {
  border-bottom: 2px solid #00aa72;
  background-color: #f5f7fa;
}
.menu-horizon-item.navbar-item.menu-item-selected > a, .menu-horizon-item.navbar-item.menu-item-selected:hover > a {
  color: #00aa72;
}
.menu-horizon-submenu {
  box-sizing: border-box;
  padding: 0 11px;
  border-bottom: 2px solid transparent;
}
.menu-horizon-submenu.submenu:hover {
  border-bottom: 2px solid #324558;
  color: #324558;
  background-color: #f5f7fa;
}
.menu-horizon-submenu > .menu.submenu-content {
  position: absolute;
  top: 100%;
  right: auto;
  left: 0;
  margin-top: 8px;
}
.menu-horizon-submenu > .submenu-title {
  padding: 0;
  margin: 0;
}

.menu-inline-item {
  padding-left: 0;
}
.menu-inline-submenu .icon.submenu-title-operate-icon {
  margin-right: 11px;
  transform: rotate(90deg);
  transition: transform 200ms ease;
}
.menu-inline-submenu-icon--expand.icon.submenu-title-operate-icon {
  transform: rotate(-90deg);
}
.menu-inline-submenu .menu-inner {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.menu-inline-submenu-title {
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.menu-inline-submenu-title:hover {
  color: #324558;
  background-color: #f5f7fa;
}
.menu-inline-submenu-title:active {
  color: #324558;
  background-color: #e4ebf1;
}
.menu-inline-submenu-title.submenu-disabled {
  cursor: not-allowed;
}
.menu-inline-submenu-title .submenu-title-text {
  flex: 1;
}
.menu-inline-submenu-title .submenu-title-text span {
  display: flex;
  align-items: center;
}

.menu-divider {
  height: 1px;
  padding: 0;
  margin: 8px 0;
  background-color: #e4ebf1;
}

.menu-label {
  font-size: 12px;
  line-height: 1.75;
}
.menu-label:not(:last-child) {
  margin-bottom: 10px;
}
.menu-label:not(:first-child) {
  margin-top: 10px;
}

.dropdown[x-placement$=end] .menu .submenu > .menu {
  right: 100%;
  left: auto;
}

.dropdown .menu-label:not(:last-child) {
  margin-bottom: 4px;
}

.navigation-menu {
  height: 100%;
  transition: all 0.2s;
}
.navigation-menu .menu-item {
  height: 40px;
}
.navigation-menu .menu > ul > .menu-inline-submenu > .menu-inline-submenu-title {
  height: 40px;
}
.navigation-menu .menu > ul > .menu-inline-submenu > .menu-inline-submenu-title .submenu-title-operate-icon .qicon {
  opacity: 0.5;
}
.navigation-menu .menu > ul > .menu-inline-submenu > .menu-inline-submenu-title:hover .submenu-title-operate-icon .qicon {
  opacity: 1;
}
.navigation-menu .menu > ul > .menu-inline-submenu > .menu-inner > .menu-inline-item {
  padding-left: 40px !important;
}
.navigation-menu .menu > ul > .menu-inline-submenu > .menu-inner > .menu-inline-submenu .menu-inline-submenu-title {
  height: 40px;
  padding-left: 40px !important;
}
.navigation-menu .menu > ul > .menu-inline-submenu > .menu-inner > .menu-inline-submenu .menu-item {
  padding-left: 64px !important;
}

.navigation-menu.is-light {
  background-color: #fff;
}
.navigation-menu.is-light .menu-item {
  color: #324558;
}
.navigation-menu.is-light .menu-item:hover {
  background-color: #f5f7fa;
}
.navigation-menu.is-light .menu-item:active, .navigation-menu.is-light .menu-item.menu-item-selected {
  color: #00aa72;
  background-color: #f5f7fa;
}
.navigation-menu.is-light .menu-item:active .qicon, .navigation-menu.is-light .menu-item.menu-item-selected .qicon {
  color: #00aa72;
  fill: #90e0c5;
}
.navigation-menu.is-light .menu-inline-submenu-title:active {
  color: #00aa72;
  background-color: #f5f7fa;
}
.navigation-menu.is-light .menu-inline-submenu-title:active .submenu-title-text .qicon {
  color: #00aa72;
  fill: #90e0c5;
}

.navigation-menu.is-dark {
  background-color: #09121a;
}
.navigation-menu.is-dark .menu {
  background-color: #09121a;
}
.navigation-menu.is-dark .menu-item {
  color: #fff;
}
.navigation-menu.is-dark .menu-item:hover {
  background-color: #141f29;
}
.navigation-menu.is-dark .menu-item:active, .navigation-menu.is-dark .menu-item.menu-item-selected {
  color: #00aa72;
  background-color: #020508;
}
.navigation-menu.is-dark .menu-item:active .qicon, .navigation-menu.is-dark .menu-item.menu-item-selected .qicon {
  color: #00aa72;
  fill: #90e0c5;
}
.navigation-menu.is-dark .menu-item .qicon {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.4);
}
.navigation-menu.is-dark .menu-inline-submenu-title {
  color: #fff;
}
.navigation-menu.is-dark .menu-inline-submenu-title .submenu-title-text .qicon,
.navigation-menu.is-dark .menu-inline-submenu-title .submenu-title-operate-icon .qicon {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.4);
}
.navigation-menu.is-dark .menu-inline-submenu-title:hover {
  background-color: #141f29;
}
.navigation-menu.is-dark .menu-inline-submenu-title:active {
  color: #00aa72;
  background-color: #141f29;
}

.navigation-menu.is-collapsed > .menu > .menu-item, .navigation-menu.is-collapsed > .menu > ul > .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 0;
}
.navigation-menu.is-collapsed > .menu > .menu-item .icon, .navigation-menu.is-collapsed > .menu > ul > .menu-item .icon {
  margin-right: 0;
}
.navigation-menu.is-collapsed > .menu > .menu-item .submenu-content, .navigation-menu.is-collapsed > .menu > ul > .menu-item .submenu-content {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: none;
  margin-left: 8px;
  box-shadow: none;
  font-size: 14px;
  border-right: none;
}
.navigation-menu.is-collapsed > .menu > .menu-item .submenu-content .submenu-title-text .icon, .navigation-menu.is-collapsed > .menu > ul > .menu-item .submenu-content .submenu-title-text .icon {
  margin-right: 8px;
}
.navigation-menu.is-collapsed > .menu > .menu-item > .submenu-title, .navigation-menu.is-collapsed > .menu > ul > .menu-item > .submenu-title {
  height: 100%;
  padding: 0;
  margin: 0;
}
.navigation-menu.is-collapsed > .menu > .menu-item > .submenu-title .submenu-title-text, .navigation-menu.is-collapsed > .menu > ul > .menu-item > .submenu-title .submenu-title-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation-menu.is-collapsed > .menu > .menu-item > .submenu-title .submenu-title-operate-icon, .navigation-menu.is-collapsed > .menu > ul > .menu-item > .submenu-title .submenu-title-operate-icon {
  display: none;
}
.navigation-menu.is-collapsed > .menu > .menu-label {
  height: 1px;
  margin: 8px 0;
  font-size: 0;
}

.navigation-menu.is-collapsed.is-light > .menu > .menu-label {
  background-color: #f5f7fa;
}
.navigation-menu.is-collapsed.is-light > .menu > ul .menu-item:active .submenu-content .qicon {
  color: #324558;
  fill: #b6c2cd;
}
.navigation-menu.is-collapsed.is-light > .menu > ul > .submenu-has-selected-item > .submenu-title, .navigation-menu.is-collapsed.is-light > .menu > ul > .submenu-has-selected-item > .submenu-content .submenu.submenu-has-selected-item {
  color: #00aa72;
  background-color: #f5f7fa;
}
.navigation-menu.is-collapsed.is-light > .menu > ul > .submenu-has-selected-item > .submenu-title .qicon, .navigation-menu.is-collapsed.is-light > .menu > ul > .submenu-has-selected-item > .submenu-content .submenu.submenu-has-selected-item .qicon {
  color: #00aa72;
  fill: #90e0c5;
}
.navigation-menu.is-collapsed.is-light > .menu > .submenu.submenu-has-selected-item {
  color: #00aa72;
  background-color: #f5f7fa;
}
.navigation-menu.is-collapsed.is-light > .menu > .submenu.submenu-has-selected-item .qicon {
  color: #00aa72;
  fill: #90e0c5;
}

.navigation-menu.is-collapsed.is-dark > .menu > .menu-label {
  background-color: #141f29;
}
.navigation-menu.is-collapsed.is-dark > .menu > .menu-item-selected {
  background-color: #00aa72;
}
.navigation-menu.is-collapsed.is-dark > .menu > .menu-item-selected .qicon {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.4);
}
.navigation-menu.is-collapsed.is-dark > .menu > ul .menu-item.submenu:active,
.navigation-menu.is-collapsed.is-dark > .menu > ul .menu-item:active .submenu-content {
  color: #fff;
}
.navigation-menu.is-collapsed.is-dark > .menu > ul .menu-item.submenu:active .qicon,
.navigation-menu.is-collapsed.is-dark > .menu > ul .menu-item:active .submenu-content .qicon {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.4);
}
.navigation-menu.is-collapsed.is-dark > .menu > ul > .menu-item-selected, .navigation-menu.is-collapsed.is-dark > .menu > ul > .submenu-has-selected-item > .submenu-title, .navigation-menu.is-collapsed.is-dark > .menu > ul > .submenu-has-selected-item > .submenu-content .submenu.submenu-has-selected-item {
  background-color: #00aa72;
}
.navigation-menu.is-collapsed.is-dark > .menu > ul > .menu-item-selected .qicon, .navigation-menu.is-collapsed.is-dark > .menu > ul > .submenu-has-selected-item > .submenu-title .qicon, .navigation-menu.is-collapsed.is-dark > .menu > ul > .submenu-has-selected-item > .submenu-content .submenu.submenu-has-selected-item .qicon {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.4);
}
.navigation-menu.is-collapsed.is-dark > .menu > .submenu.submenu-has-selected-item {
  background-color: #00aa72;
}
.navigation-menu.is-collapsed.is-dark > .menu > .submenu.submenu-has-selected-item .qicon {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.4);
}

.tabs-container {
  display: flex;
  flex-direction: column;
}
.tabs-container .tabs {
  position: relative;
}
.tabs-container .tabs ul li {
  font-size: 14px;
  line-height: 1.29;
  cursor: pointer;
}
.tabs-container .tabs ul li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tabs-container .tabs ul li span .icon {
  margin-right: 0.5715em;
  margin-left: 0;
}
.tabs-container .tabs ul li:hover {
  color: #00aa72;
}
.tabs-container .tabs ul li:active {
  color: #00aa72;
}
.tabs-container .tabs ul li.is-active {
  color: #00aa72;
  font-weight: 500;
}
.tabs-container .tabs ul li.is-disabled {
  color: #324558;
  opacity: 0.5;
  cursor: not-allowed;
}
.tabs-container .tabs ul li.is-disabled span {
  color: #324558;
}
.tabs-container .tabs.is-horizon {
  overflow: hidden;
}
.tabs-container .tabs.is-horizon ul {
  flex-direction: row;
}
.tabs-container .tabs.is-horizon.is-start ul {
  justify-content: flex-start;
}
.tabs-container .tabs.is-horizon.is-middle ul {
  justify-content: center;
}
.tabs-container .tabs.is-horizon.is-end ul {
  justify-content: flex-end;
}
.tabs-container .tabs.is-horizon ul li {
  display: inline-flex;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid transparent;
  margin: 0 24px;
  margin-bottom: -1px;
}
.tabs-container .tabs.is-horizon ul li:hover {
  border-color: #d5dee7;
}
.tabs-container .tabs.is-horizon ul li.is-active {
  border-color: #24b36b;
}
.tabs-container .tabs.is-horizon ul li:first-child {
  margin-left: 0;
}
.tabs-container .tabs.is-horizon ul li:last-child {
  margin-right: 0;
}
.tabs-container .tabs.is-horizon:not(:last-child) {
  margin: 0;
}
.tabs-container .tabs.is-vertical ul {
  flex-direction: column;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d5dee7;
  border-bottom: none;
}
.tabs-container .tabs.is-vertical.is-start ul li {
  justify-content: flex-start;
}
.tabs-container .tabs.is-vertical.is-middle ul li {
  justify-content: center;
}
.tabs-container .tabs.is-vertical.is-end ul li {
  justify-content: flex-end;
}
.tabs-container .tabs.is-vertical ul li {
  display: flex;
  width: 100%;
  padding: 11px 24px;
  margin: 8px 0;
  margin-right: -2px;
  border-right: 1px solid transparent;
}
.tabs-container .tabs.is-vertical ul li:hover {
  border-color: #d5dee7;
}
.tabs-container .tabs.is-vertical ul li.is-active {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #24b36b;
}
.tabs-container .tabs.is-vertical ul li:first-child {
  margin-top: 0;
}
.tabs-container .tabs.is-vertical ul li:last-child {
  margin-bottom: 0;
}
.tabs-container .tabs.is-boxed ul li {
  padding: 11px 16px;
  border: 1px solid #d5dee7;
  border-color: #d5dee7;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin: 0 4px -1px;
  background-color: #f5f7fa;
}
.tabs-container .tabs.is-boxed ul li.is-active {
  border-color: #d5dee7;
  border-bottom-color: transparent;
  background-color: #fff;
}

.tab-content {
  padding: 1em 0;
}
.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.is-active {
  display: flex;
}

.tabs-container-vertical {
  flex-direction: row;
}
.tabs-container-vertical .tabs {
  min-width: 128px;
}
.tabs-container-vertical .tab-content {
  padding: 0 1em;
}

.tabs-handler {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 42px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #d5dee7;
  cursor: pointer;
}
.tabs-handler.to-left {
  position: absolute;
  left: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.81));
}
.tabs-handler.to-right {
  position: absolute;
  right: 0;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.7));
}
.tabs-handler.is-disabled {
  cursor: not-allowed;
}
.tabs-handler.is-disabled .icon {
  opacity: 0.5;
}
.tabs-handler:not(.is-disabled):hover .qicon {
  color: #00aa72;
  fill: #90e0c5;
}

ul.has-handler {
  position: relative;
  left: 0;
  margin: 0 32px;
  transition: left 200ms linear;
}

.tabs .icon.tab-close:last-child {
  margin-right: -8px;
  margin-left: 16px;
}

.tabs li:not(.is-disabled) .icon.tab-close:hover .qicon {
  color: #00aa72;
  fill: #90e0c5;
}
.tabs li:not(.is-disabled):hover .icon:not(.tab-close) .qicon, .tabs li:not(.is-disabled):active .icon:not(.tab-close) .qicon {
  color: #00aa72;
  fill: #90e0c5;
}

.tabs li.is-active .icon:not(.tab-close) .qicon {
  color: #00aa72;
  fill: #90e0c5;
}

.tag.is-rounded {
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
}
.tag.is-rounded:hover, .tag.is-rounded:focus {
  border: solid 1px #c6d1dc;
}
.tag.is-rounded > .icon {
  margin-right: 8px !important;
}
.tag.is-rounded > .close {
  margin-right: 0 !important;
  margin-left: 8px !important;
}

.tag-add {
  background: #f5f7fa !important;
  vertical-align: bottom;
}
.tag-add:hover {
  background-color: #e4ebf1 !important;
}
.tag-add:active {
  background-color: #d5dee7 !important;
}

.timeline-item {
  display: flex;
  flex-direction: row;
}
.timeline-item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32px;
}
.timeline-item-head :first-child {
  flex-shrink: 0;
}
.timeline-item-head-dot {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #24b36b;
  border-radius: 50%;
  background-color: #fff;
}
.timeline-item-head-line {
  width: 2px;
  height: 100%;
  background-color: #d5dee7;
}
.timeline-item-head-line-gradient {
  position: relative;
  top: -24px;
  width: 2px;
  height: 100%;
  background: linear-gradient(#d5dee7, #fff);
}
.timeline-item-content {
  position: relative;
  top: -5px;
  margin: 0 0 32px 24px;
}
.timeline-item-content-tail {
  position: relative;
  top: -3px;
  margin-left: 24px;
  color: #86919c;
}
.timeline-item-content-tail-load {
  color: #00aa72;
  cursor: pointer;
}

.spin {
  display: inline-block;
  align-self: center;
}

.spin-indicator-container {
  display: flex;
  justify-content: center;
  width: 648px;
  height: 180px;
  background-color: #f5f7fa;
}

.spin-nested-loading {
  position: relative;
}
.spin-nested-loading .spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 4;
}
.spin-nested-loading .spin-blur {
  opacity: 0.3;
  overflow: hidden;
}
.spin-nested-loading .spin-blur:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0.3;
  transition: all 0.3s;
  content: "";
  z-index: 4;
}

.form > .field {
  display: block;
  margin-bottom: 24px;
}
.form > .field .label {
  line-height: 1.29;
}
.form > .field .control input.is-success,
.form > .field .control textarea.is-success,
.form > .field .control .input-password input.is-success {
  border-color: #d5dee7;
}
.form > .field .control input.is-success:hover,
.form > .field .control textarea.is-success:hover,
.form > .field .control .input-password input.is-success:hover {
  border-color: #b6c2cd;
}
.form > .field .control input.is-success:focus,
.form > .field .control textarea.is-success:focus,
.form > .field .control .input-password input.is-success:focus {
  border-color: #00aa72;
}
.form > .field .control input.is-warning, .form > .field .control input.is-warning:hover, .form > .field .control input.is-warning:focus,
.form > .field .control textarea.is-warning,
.form > .field .control textarea.is-warning:hover,
.form > .field .control textarea.is-warning:focus,
.form > .field .control .input-password input.is-warning,
.form > .field .control .input-password input.is-warning:hover,
.form > .field .control .input-password input.is-warning:focus {
  border-color: #f5c414;
}
.form > .field .control input.is-danger, .form > .field .control input.is-danger:hover, .form > .field .control input.is-danger:focus,
.form > .field .control textarea.is-danger,
.form > .field .control textarea.is-danger:hover,
.form > .field .control textarea.is-danger:focus,
.form > .field .control .input-password input.is-danger,
.form > .field .control .input-password input.is-danger:hover,
.form > .field .control .input-password input.is-danger:focus {
  border-color: #ca2621;
}
.form > .field .control .control .input-number input {
  max-width: 60px;
}
.form > .field .control .control .input-number.is-mini input {
  max-width: 86px;
}
.form > .field .help {
  margin-top: 0.3333em;
  color: #697886;
  line-height: 1.75;
}
.form > .field .help.is-danger.has-danger-help {
  color: #ca2621;
}
.form .field.is-grouped {
  display: flex;
  padding-top: 24px;
  margin-bottom: 0;
}
.form .field.is-grouped .control {
  display: inline-flex;
}
.form .field.is-grouped .control:not(:last-child) {
  margin-right: 1.1429em;
}
.form .field.has-addons .control {
  margin-left: -1px;
}
.form .field.has-addons .control:first-child, .form .field.has-addons .control:first-child .input, .form .field.has-addons .control:first-child .button {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  margin-left: 0;
}
.form .field.has-addons .control:last-child, .form .field.has-addons .control:last-child .input, .form .field.has-addons .control:last-child .button {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.form.is-vertical-layout {
  min-width: 300px;
  max-width: 376px;
}

.form.is-horizon-layout {
  min-width: 520px;
  max-width: 960px;
}
.form.is-horizon-layout > .field {
  display: flex;
  flex-wrap: wrap;
}
.form.is-horizon-layout > .field .label {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% / 3);
  padding-right: 16px;
  margin-bottom: 0;
}
.form.is-horizon-layout > .field .label.textarea-label {
  align-items: flex-start;
  margin-top: 10px;
  line-height: 1;
}
.form.is-horizon-layout > .field > .control {
  display: inline-flex;
  width: calc(100% / 3 * 2);
  max-width: 376px;
}
.form.is-horizon-layout > .field .help {
  display: flex;
  margin-left: 33.3333%;
}

.form.is-inline-layout {
  min-width: 780px;
  max-width: 960px;
}
.form.is-inline-layout > .field {
  display: flex;
}
.form.is-inline-layout > .field .label {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% / 3);
  padding-right: 16px;
  margin-bottom: 0;
}
.form.is-inline-layout > .field .label.textarea-label {
  align-items: flex-start;
  margin-top: 10px;
  line-height: 1;
}
.form.is-inline-layout > .field > .control {
  display: inline-flex;
  width: calc(100% / 3);
}
.form.is-inline-layout > .field .help {
  display: inline-flex;
  align-items: center;
  width: calc(100% / 3);
  padding-left: 24px;
  margin-top: 0;
  line-height: 1;
}
.form.is-inline-layout .field.is-grouped {
  margin-right: calc(100% / 3);
}

.form.is-horizon-layout .button-field,
.form.is-inline-layout .button-field {
  margin-left: calc(100% / 3);
}
.form.is-horizon-layout .button-field.is-grouped-right,
.form.is-inline-layout .button-field.is-grouped-right {
  margin-left: 0;
}
.form.is-horizon-layout .button-field .control,
.form.is-inline-layout .button-field .control {
  width: auto;
}
.form.is-horizon-layout .radio-group-field .group-label,
.form.is-inline-layout .radio-group-field .group-label {
  align-items: flex-start;
  margin-top: 3px;
}
.form.is-horizon-layout .checkbox-group-field .group-label,
.form.is-inline-layout .checkbox-group-field .group-label {
  align-items: flex-start;
  line-height: 1;
}
.form.is-horizon-layout .slider-field > .label,
.form.is-inline-layout .slider-field > .label {
  align-items: flex-start;
  margin-top: 7px;
}

.form .number-field .control .field {
  margin-bottom: 0;
}

.form .slider-field > .label {
  align-items: flex-start;
  margin-top: 7px;
}
.form .slider-field > .control {
  display: flex;
  align-items: center;
  width: 100%;
}
.form .slider-field > .control .control:first-of-type {
  margin-right: 18px;
}
.form .slider-field > .control > .slider {
  margin-top: 9px;
}

.form .text-group-field.has-addons .control {
  display: flex;
}
.form .text-group-field.has-addons .control button {
  min-width: 64px;
}
.form .text-group-field:not(.has-addons) > .control {
  display: flex;
  align-items: center;
}
.form .text-group-field:not(.has-addons) > .control .control {
  margin: 0 4px;
}
.form .text-group-field:not(.has-addons) > .control .control:first-child {
  margin-left: 0;
}
.form .text-group-field:not(.has-addons) > .control .control:last-child {
  margin-right: 0;
}

.form label.checkbox {
  line-height: 1.25;
}
.form label.checkbox input[type=checkbox] {
  width: 12px;
  visibility: hidden;
}

label.radio {
  color: #324558;
  line-height: 1.71;
}
label.radio input[type=radio] {
  outline: none !important;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
label.radio:hover:not(.disabled):before {
  background-color: #f5f7fa;
}
label.radio:hover:not(.disabled):active:before {
  background-color: #e4ebf1;
}
label.radio:hover:not(.disabled):active.checked:before, label.radio:hover:not(.disabled):active.indeterminate:before {
  border-color: transparent;
  background-color: #00aa72;
}
label.radio:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #c6d1dc;
  border-radius: 100%;
  outline: none !important;
  background-color: #fff;
  box-shadow: inset 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  line-height: 1.71;
  backface-visibility: hidden;
  transition: 0.2s ease;
  content: "";
  will-change: transform;
}
label.radio.checked:before, label.radio.checked:hover:before {
  border: none;
  background-color: #00aa72;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.04);
}
label.radio.checked:after {
  position: absolute;
  top: 8px;
  left: 4px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  outline: none !important;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 68, 36, 0.04);
  line-height: 1.71;
  backface-visibility: hidden;
  transition: 0.2s ease;
  content: "";
  will-change: transform;
}
label.radio input[disabled] {
  border-color: #c6d1dc;
  color: #324558;
  background-color: #fff !important;
  box-shadow: none;
  cursor: not-allowed;
}
label.radio span.label-value {
  padding-left: 14px;
}

.radio + .radio {
  margin-left: 0;
}

label.radio.disabled {
  color: #324558;
  opacity: 0.5;
  cursor: not-allowed;
}

.radio-group label.radio-button {
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.04) !important;
}
.radio-group label.radio-button input {
  display: none;
}
.radio-group label.radio-button:focus {
  background-color: #fff;
}
.radio-group label.radio-button:hover {
  background-color: #f5f7fa;
}
.radio-group label.radio-button:active {
  background-color: #e4ebf1;
}
.radio-group label.radio-button.disabled {
  background-color: #fff !important;
  opacity: 0.5;
  cursor: not-allowed;
}
.radio-group label.radio-button.checked {
  border-color: #00aa72;
  color: #00aa72;
  background-color: #fff;
  z-index: 10;
}
.radio-group label.radio-button.is-small {
  height: 28px;
  font-size: 12px;
}
.radio-group label.radio-button.is-large {
  height: 40px;
  font-size: 16px;
}

.radio-group[direction=row] label.radio {
  margin-right: 24px;
}
.radio-group[direction=row] label.radio:last-child {
  margin-right: 0;
}

.radio-group[direction=column] {
  display: flex;
  flex-direction: column;
}
.radio-group[direction=column] label.radio {
  margin-right: 0;
  margin-bottom: 4px;
}
.radio-group[direction=column] label.radio:last-child {
  margin-bottom: 0;
}

label.checkbox {
  color: #324558;
}
label.checkbox:not(.disabled):hover:before {
  background-color: #f5f7fa;
}
label.checkbox:not(.disabled):active:before {
  background-color: #e4ebf1;
}
label.checkbox:not(.disabled):active.checked:before, label.checkbox:not(.disabled):active.indeterminate:before {
  border-color: transparent;
  background-color: #00aa72;
}
label.checkbox:before {
  position: absolute;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #c6d1dc;
  border-radius: 2px;
  outline: none !important;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
  transition: border 0.2s ease;
  content: "";
  z-index: 1;
}
label.checkbox.checked:before, label.checkbox.checked:hover:before {
  border-color: transparent;
  background-color: #00aa72;
}
label.checkbox.checked:after {
  position: absolute;
  top: 3px;
  left: 4px;
  display: block;
  width: 4px;
  height: 8px;
  border-width: 0 1.6px 1.6px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  backface-visibility: hidden;
  content: "";
  will-change: transform;
  z-index: 1;
}
label.checkbox.disabled {
  box-shadow: none;
  opacity: 0.5;
  cursor: not-allowed;
}
label.checkbox.indeterminate:before, label.checkbox.indeterminate:hover:before {
  border-color: transparent;
  background-color: #00aa72;
}
label.checkbox.indeterminate:after {
  position: absolute;
  top: 3px;
  left: 4px;
  display: block;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 0 0;
  transform: rotate(90deg);
  content: "";
  z-index: 1;
}
label.checkbox span.label-value {
  padding: 0 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.checkbox input[type=checkbox] {
  outline: none !important;
  opacity: 0;
}

.checkbox input[type=checkbox]:disabled {
  cursor: not-allowed;
}

.checkbox-group[data-direction=column] {
  display: flex;
  flex-direction: column;
}
.checkbox-group[data-direction=column] label.checkbox {
  width: 100%;
  margin-bottom: 12px;
}
.checkbox-group[data-direction=column] label.checkbox:last-child {
  margin-bottom: 0;
}

.lego-progress {
  display: inline-block;
  color: #324558;
}

.lego-progress-line {
  position: relative;
  width: 100%;
}

.lego-progress-small.lego-progress-line {
  font-size: 14px;
}

.lego-progress-outer {
  display: inline-block;
  width: 100%;
  padding-right: 0;
  margin-right: 0;
}

.lego-progress-show-info .lego-progress-outer {
  padding-right: calc(2em + 8px);
  margin-right: calc(-2em - 8px);
}
.lego-progress-show-info .lego-progress-title + .lego-progress-outer {
  padding-right: 0;
  margin-right: 0;
}

.lego-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 0;
  background-color: #e4ebf1;
  vertical-align: middle;
}

.lego-progress-circle-trail {
  stroke: #d5dee7;
}

.lego-progress-circle-path {
  stroke: #00aa72;
}

.lego-progress-success-bg,
.lego-progress-bg {
  position: relative;
  border-radius: 0;
  background-color: #00aa72;
  transition: all 0.4s ease 0s;
}

.lego-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00aa72;
}

.lego-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1;
  word-break: normal;
  text-align: left;
}

.lego-progress-status-active .lego-progress-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00aa72;
  opacity: 0;
  animation: progress-appear 2.4s ease-out infinite;
  content: "";
}

.lego-progress-status-exception .lego-progress-bg {
  background-color: #ca2621;
}
.lego-progress-status-exception .lego-progress-text {
  color: #00aa72;
}
.lego-progress-status-exception .lego-progress-text svg {
  margin-top: 1px;
}
.lego-progress-status-exception .lego-progress-circle-path {
  stroke: #ca2621;
}

.lego-progress-status-success .lego-progress-bg {
  background-color: #00aa72;
}
.lego-progress-status-success .lego-progress-text {
  color: #00aa72;
}
.lego-progress-status-success .lego-progress-circle-path {
  stroke: #00aa72;
}

.lego-progress-circle .lego-progress-inner {
  position: relative;
  background-color: transparent;
  line-height: 1;
}

.lego-progress-circle .lego-progress-text {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.lego-progress-circle.lego-progress-status-exception .lego-progress-text {
  color: #ca2621;
}

.lego-progress-circle.lego-progress-status-success .lego-progress-text {
  color: #d5dee7;
}

@keyframes progress-appear {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.lego-icon-error-progress rect {
  fill: #ca2621;
}
.lego-icon-error-progress path {
  fill: white;
}

.lego-progress-title {
  font-size: 14px;
  line-height: 1.71;
}

.lego-progress-title--info {
  float: right;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00aa72;
  z-index: 1031;
}

#nprogress .peg {
  position: absolute;
  right: 0;
  display: block;
  width: 100px;
  height: 100%;
  opacity: 1;
  transform: rotate(3deg) translate(0, -4px);
}

#nprogress .spinner {
  position: fixed;
  top: 15px;
  right: 15px;
  display: none;
  z-index: 1031;
}

#nprogress .spinner-icon {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-top-color: #00aa72;
  border-left-color: #00aa72;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table-wrapper {
  zoom: 1;
}
.table-wrapper:after, .table-wrapper:before {
  display: table;
  content: " ";
}
.table-wrapper:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.table {
  position: relative;
  clear: both;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.table table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: left;
}
.table table .table-thead > tr > th {
  padding: 0 12px 0;
  border-bottom: 1px solid #d5dee7;
  color: #697886;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  word-break: break-all;
  text-align: left;
}
.table table .table-thead > tr > th .table-filter-dropdown a {
  color: #697886;
  line-height: 1;
}
.table table .table-thead > tr > th .table-filter-dropdown a > .icon {
  margin-top: -2px;
  margin-left: 4px;
}
.table table .table-thead > tr > th .table-filter-dropdown .dropdown-content {
  color: #324558;
}
.table table .table-thead > tr > th.table-column-has-filters a.is-trigger {
  display: inline-flex;
  align-items: center;
  color: #697886;
}
.table table .table-thead > tr > th.table-column-has-filters a.is-trigger .icon {
  margin-top: -2px;
  margin-left: 2px;
}
.table table .table-thead > tr > th[colspan] {
  border-bottom: 0;
  text-align: center;
}
.table table .table-thead > tr:hover > th.table-selection-column > * {
  visibility: visible;
}
.table table .table-tbody > tr > td {
  padding: 16px 12px 15px;
  border-bottom: 1px solid #d5dee7;
  color: #324558;
  vertical-align: middle;
  word-break: break-all;
}
.table table .table-tbody > tr > td:first-child {
  border-left: 1px solid transparent;
}
.table table .table-tbody > tr > td:last-child {
  border-right: 1px solid transparent;
}
.table table .table-tbody > tr > td a,
.table table .table-tbody > tr > td button.is-text {
  height: auto;
  padding: 0;
  color: #324558;
  line-height: 1.5;
}
.table table .table-tbody > tr.table-row-hover > td, .table table .table-tbody > tr:hover > td {
  background: #f5f7fa;
}
.table table .table-tbody > tr.table-row-hover > td a,
.table table .table-tbody > tr.table-row-hover > td button.is-text, .table table .table-tbody > tr:hover > td a,
.table table .table-tbody > tr:hover > td button.is-text {
  color: #00aa72;
}
.table table .table-tbody > tr.table-row-hover > td.table-selection-column > *, .table table .table-tbody > tr:hover > td.table-selection-column > * {
  visibility: visible;
}
.table table .table-tbody > tr:not(.table-row-selected):hover > td, .table table .table-tbody > tr:not(.table-row-selected).table-row-hover > td {
  position: relative;
}
.table table .table-tbody > tr:not(.table-row-selected):hover > td:before, .table table .table-tbody > tr:not(.table-row-selected):hover > td:after, .table table .table-tbody > tr:not(.table-row-selected).table-row-hover > td:before, .table table .table-tbody > tr:not(.table-row-selected).table-row-hover > td:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
}
.table table .table-tbody > tr:not(.table-row-selected):hover > td:before, .table table .table-tbody > tr:not(.table-row-selected).table-row-hover > td:before {
  top: -1px;
  background: #f5f7fa;
}
.table table .table-tbody > tr:not(.table-row-selected):hover > td:after, .table table .table-tbody > tr:not(.table-row-selected):hover > td:after, .table table .table-tbody > tr:not(.table-row-selected).table-row-hover > td:after, .table table .table-tbody > tr:not(.table-row-selected).table-row-hover > td:after {
  bottom: -1px;
  background: #f5f7fa;
}
.table table .table-tbody > tr:not(.table-row-selected):first-child:hover > td:before {
  background: transparent;
}
.table table .table-tbody > tr.table-row-selected td {
  position: relative;
  background: #f4fefb;
}
.table table .table-tbody > tr.table-row-selected td:before, .table table .table-tbody > tr.table-row-selected td:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  z-index: 2;
}
.table table .table-tbody > tr.table-row-selected td:before {
  top: -1px;
  background: #00aa72;
}
.table table .table-tbody > tr.table-row-selected td:after {
  bottom: -1px;
  background: #00aa72;
}
.table table .table-tbody > tr.table-row-selected td:first-child {
  border-left: 1px solid #00aa72;
}
.table table .table-tbody > tr.table-row-selected td:last-child {
  border-right: 1px solid #00aa72;
}
.table table .table-tbody > tr.table-row-selected td.table-selection-column > * {
  visibility: visible;
}
.table table .table-tbody > tr.table-row-selected + tr.table-row-selected td:before, .table table .table-tbody > tr.table-row-selected + tr.table-row-selected td:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  z-index: 2;
}
.table table .table-tbody > tr.table-row-selected + tr.table-row-selected td:before {
  top: -1px;
  background: #f4fefb;
}
.table table .table-tbody > tr.table-row-selected + tr.table-row-selected td:after {
  bottom: -1px;
  background: #00aa72;
}
.table .table-tbody > tr > td.table-selection-column,
.table .table-thead > tr > th.table-selection-column {
  width: 12px;
  min-width: 12px;
  padding-left: 16px;
  vertical-align: middle;
  text-align: center;
}
.table .table-tbody > tr > td.table-selection-column > *,
.table .table-thead > tr > th.table-selection-column > * {
  visibility: hidden;
}
.table .table-tbody > tr > td.table-selection-column span,
.table .table-thead > tr > th.table-selection-column span {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: -4px;
}
.table .table-tbody > tr > td.table-selection-column .checkbox-wrapper,
.table .table-thead > tr > th.table-selection-column .checkbox-wrapper {
  height: 12px;
  line-height: 12px;
}
.table .table-tbody > tr > td.table-selection-column .table-selection,
.table .table-thead > tr > th.table-selection-column .table-selection {
  display: inline-flex;
}
.table .table-tbody > tr > td.table-selection-column .table-selection .checkbox.checked,
.table .table-thead > tr > th.table-selection-column .table-selection .checkbox.checked {
  visibility: visible;
}
.table.table-scroll-position-left .table-fixed-left, .table.table-scroll-position-right .table-fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table .table-placeholder {
  position: relative;
  padding: 16px;
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
  text-align: center;
  z-index: 1;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 1px;
}

.table-footer {
  position: relative;
  padding: 12px 8px 16px;
}

.table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
}

.table.table-bordered .table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #d5dee7;
}

.table-title + .table-content {
  position: relative;
  /* overflow: hidden; */
}

.table-bordered .table-title + .table-content {
  border-radius: 0;
}
.table-bordered .table-title + .table-content .table-thead > tr:first-child > th,
.table-bordered .table-title + .table-content table {
  border-radius: 0;
}

.table-without-column-header .table-title + .table-content,
.table-without-column-header table {
  border-radius: 0;
}

.table.table-hasSelected .table-thead > tr > th.table-selection-column > *,
.table.table-hasSelected .table-tbody > tr > td.table-selection-column > * {
  visibility: visible;
}

.table-tbody > tr > td.table-selection-column .radio-wrapper,
.table-thead > tr > th.table-selection-column .radio-wrapper {
  margin-right: 0;
}

.table-expand-icon-th,
.table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center;
}

.table-header {
  overflow: hidden;
}
.table-header table {
  border-radius: 4px 4px 0 0;
}

.table-column-sorter {
  display: inline-block;
  margin-top: -4px;
  margin-left: 12px;
}

.table-filter-dropdown {
  position: relative;
  height: auto;
  margin-top: -4px;
  margin-left: 0;
}
.table-filter-dropdown .menu-label {
  padding: 0 11px;
  margin-bottom: 4px;
  font-size: 12px;
}

.table-row-expand-icon {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table-row-spaced {
  visibility: hidden;
}
.table-row-spaced:after {
  content: ".";
}

.table-row[class*=table-row-level-0] .table-selection-column > span {
  display: inline-block;
}

tr.table-expanded-row {
  background: transparent;
}

.table .table-row-indent + .table-row-expand-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 1;
}

.table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.table-scroll table {
  min-width: 100%;
}

.table-body-outer {
  overflow: hidden;
}

.table-body-inner {
  height: 100%;
}

.table-fixed-header > .table-content > .table-scroll > .table-body {
  position: relative;
  background: #fff;
}
.table-fixed-header .table-body-inner {
  overflow: scroll;
}
.table-fixed-header .table-scroll .table-header {
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow: scroll;
}
.table-fixed-header .table-fixed-left .table-body-outer .table-fixed,
.table-fixed-header .table-fixed-right .table-body-outer .table-fixed {
  border-radius: 0;
}
.table-fixed-header .table-fixed-left .table-body-inner {
  padding-right: 0;
}

.table-fixed-left,
.table-fixed-right {
  position: absolute;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.table-fixed-left table.table-fixed,
.table-fixed-right table.table-fixed {
  width: auto;
  background: #fff;
}

.table-fixed-left {
  left: 0;
  border-radius: 4px 0 0 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.table-fixed-left table.table-fixed {
  border-radius: 4px 0 0 0;
}
.table-fixed-left .table-header {
  overflow-y: hidden;
}
.table-fixed-left .table-body-inner {
  padding-right: 20px;
  margin-right: -20px;
}
.table-fixed-left .table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}

.table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.table-fixed-right .table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.table-fixed-right .table-fixed .table-tbody > tr.table-row-selected td:first-child {
  border-left: 1px solid transparent;
}

.table-wrapper .table-pagination.pagination {
  display: flex;
  justify-content: flex-end;
  padding: 12px 8px 16px;
}

.table-filter-bar {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: top;
  min-height: 32px;
  padding: 0 8px 0 6px;
  border: solid 1px transparent;
  border-radius: 3px;
  margin: 0 24px 0 0;
}
.table-filter-bar:hover {
  border: solid 1px #d5dee7;
}
.table-filter-bar.has-value {
  border: solid 1px #d5dee7;
}
.table-filter-bar > .icon {
  display: inline-flex;
}
.table-filter-bar > .icon.is-left {
  justify-content: flex-start;
  margin-top: 5px;
  pointer-events: none;
}
.table-filter-bar > .icon.is-right {
  justify-content: flex-end;
  margin-top: 7px;
}
.table-filter-bar .table-filter-input {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 8px;
  border: 0 none;
}
.table-filter-bar .table-filter-input.tags:not(:last-child) {
  margin-bottom: 3px;
}
.table-filter-bar .table-filter-input.tags .tag:not(:last-child) {
  margin-top: 3px;
  margin-bottom: 0;
}
.table-filter-bar .table-filter-input.tags .tag {
  height: 24px;
  padding-right: 10px;
  padding-left: 12px;
  margin-right: 0.5rem;
  margin-bottom: 0;
  color: #324558;
  font-size: 14px;
}
.table-filter-bar .table-filter-input.tags .tag strong {
  margin-right: 4px;
  color: #020508;
  font-weight: 500;
}
.table-filter-bar .autosuggest {
  position: relative;
  margin-top: 3px;
}
.table-filter-bar .autosuggest .autosuggest-input > input {
  position: relative;
  display: inline-block;
  height: 24px;
  padding: 0;
  border: 0 none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  cursor: text;
  caret-color: #0fbb7f;
  pointer-events: auto;
  z-index: 1;
}
.table-filter-bar .autosuggest .autosuggest-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -11px;
  min-width: 126px;
  max-height: 240px;
  padding: 8px 0;
  border: solid 1px #c6d1dc;
  border-radius: 3px;
  background-color: #fff;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  overflow-y: auto;
  z-index: 200;
}
.table-filter-bar .autosuggest .autosuggest-menu > li {
  padding: 4px 11px;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
}
.table-filter-bar .autosuggest .autosuggest-menu > li.is-active, .table-filter-bar .autosuggest .autosuggest-menu > li:hover {
  background-color: #f5f7fa;
}

.pagination {
  display: inline-flex;
}
.pagination.is-fullwidth {
  display: flex;
  padding: 12px 8px 16px;
}
.pagination.is-left {
  justify-content: flex-start;
}
.pagination.is-right {
  justify-content: flex-end;
}
.pagination.is-center {
  justify-content: center;
}

.pagination-navigation {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  font-size: 12px;
}
.pagination-navigation .input-number {
  width: 56px;
  height: 24px;
  margin: 0 12px;
}
.pagination-navigation .input-number input {
  height: 24px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1;
}

.pagination-size .select.is-small {
  width: 116px;
  font-size: 12px;
}
.pagination-size .select.is-small .select-control {
  height: 24px;
  padding: 0 8px;
}
.pagination-size .select.is-small .select-control .select-input {
  height: 20px;
}
.pagination-size .select.is-small .select-option {
  font-size: 12px;
}

.pagination-info {
  margin: auto 10px;
}

.pagination.is-simple .pagination-info {
  margin: auto;
}

.lego-toggles {
  position: relative;
  display: inline-block;
  list-style: none;
  box-sizing: border-box;
  min-width: 40px;
  height: 24px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  margin: 0;
  background-color: #c6d1dc;
  vertical-align: middle;
  line-height: 20px;
  transition: all 0.36s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lego-toggles:hover:after {
  background-color: #f5f7fa;
}
.lego-toggles.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.lego-toggles.disabled:before {
  position: absolute;
  min-width: 44px;
  height: 24px;
  line-height: 20px;
  content: " ";
  pointer-events: none;
  z-index: 5;
}
.lego-toggles.disabled:after {
  cursor: not-allowed;
  pointer-events: none;
}
.lego-toggles.disabled:active:after {
  width: 18px;
  pointer-events: none;
}
.lego-toggles.checked {
  background-color: #00aa72;
}
.lego-toggles.checked:hover {
  background-color: #00b479;
}
.lego-toggles.checked:active {
  background-color: #00a06b;
}
.lego-toggles.checked:after {
  left: 100%;
  transform: translateX(calc(-100% - 3px)) translateY(-50%);
}
.lego-toggles.checked:hover:after {
  background-color: #f5f7fa;
}
.lego-toggles.checked:active:after {
  transform: translateX(calc(-100% - 3px)) translateY(-50%);
}
.lego-toggles.checked:hover:active:after {
  background-color: #e4ebf1;
}
.lego-toggles:after {
  position: absolute;
  top: 50%;
  right: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 18px;
  margin-left: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
  transform: translateY(-50%);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  cursor: pointer;
  content: " ";
}
.lego-toggles:active:after {
  width: 24px;
}
.lego-toggles:active {
  background-color: #c6d1dc;
}
.lego-toggles > span.text {
  display: block;
  margin-top: -1px;
  margin-right: 12px;
  margin-left: 32px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.lego-toggles > span.text.checked {
  margin-right: 32px;
  margin-left: 12px;
}

.tree {
  position: relative;
  padding: 0;
}
.tree li.tree-node {
  position: inherit;
  list-style: none;
  padding: 0;
  outline: 0;
  margin: 0;
  white-space: nowrap;
  z-index: auto;
}
.tree li.tree-node.is-leaf-node > .tree-node-wrap > .tree-switcher.tree-switcher-noop {
  width: 6px;
  margin: 0;
  visibility: hidden;
}
.tree li.tree-node.is-leaf-node > .tree-node-wrap .tree-switcher-noop + .tree-checkbox {
  margin-left: -2px;
}
.tree li.tree-node .tree-node-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tree li.tree-node .tree-node-wrap:before {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  display: none;
  width: 100%;
  height: 32px;
  background-color: transparent;
  content: " ";
  z-index: 0;
}
.tree li.tree-node .tree-node-wrap:hover:before {
  display: block;
  background-color: #f5f7fa;
}
.tree li.tree-node .tree-node-wrap.tree-node-wrap-selected:before {
  display: block;
  background-color: #00aa72;
  opacity: 0.1;
}
.tree li.tree-node .tree-node-wrap.tree-node-wrap-selected .tree-title {
  color: #324558;
  font-weight: 500;
}
.tree li.tree-node .tree-node-wrap.tree-node-wrap-selected .tree-switcher {
  z-index: 1;
}
.tree li.tree-node .tree-node-wrap.tree-node-wrap-selected .tree-switcher:hover {
  background-color: rgba(0, 170, 114, 0.2);
}
.tree li.tree-node .tree-node-wrap.tree-node-wrap-selected .tree-switcher:active {
  background-color: rgba(0, 138, 92, 0.6);
}
.tree li.tree-node .tree-node-wrap.tree-node-wrap-selected .tree-switcher:active .icon svg.qicon {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.4);
}
.tree li.tree-node .tree-node-wrap .tree-switcher-custom-icon > .icon {
  transform: none !important;
}
.tree li.tree-node ul.tree-child-tree {
  padding: 0 0 0 22px;
  margin: 0;
}
.tree li.tree-node .tree-node-content-wrapper {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 23px);
  height: 32px;
  padding: 0;
  border-radius: 2px;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
  text-decoration: none;
  transition: all 0.1s;
  cursor: pointer;
}
.tree li.tree-node .tree-node-content-wrapper span.tree-title {
  z-index: auto;
}
.tree li.tree-node span[draggable=true], .tree li.tree-node span[draggable] {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-top: -2px;
  user-select: none;
  -webkit-user-drag: element;
}
.tree li.tree-node span.tree-title {
  color: #324558;
  text-align: left;
}
.tree li.tree-node span.tree-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}
.tree li.tree-node span.tree-checkbox:before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid 1px #c6d1dc;
  border-radius: 2px;
  outline: none !important;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 41, 27, 0.08);
  transition: border 0.2s ease;
  content: "";
}
.tree li.tree-node span.tree-checkbox:not(.tree-checkbox-disabled):hover:before {
  border-width: 1px;
  border-style: solid;
  border-color: #c6d1dc;
  background-color: #f5f7fa;
}
.tree li.tree-node span.tree-checkbox:not(.tree-checkbox-disabled):active:before {
  border-width: 1px;
  border-style: solid;
  border-color: #c6d1dc;
  background-color: #e4ebf1;
}
.tree li.tree-node span.tree-checkbox:not(.tree-checkbox-disabled):active.tree-checkbox-checked:before, .tree li.tree-node span.tree-checkbox:not(.tree-checkbox-disabled):active.tree-checkbox-indeterminate:before {
  border-color: transparent;
  background-color: #009e69;
}
.tree li.tree-node span.tree-checkbox.tree-checkbox-checked:before, .tree li.tree-node span.tree-checkbox.tree-checkbox-checked:hover:before {
  border-color: transparent;
  background-color: #00aa72;
}
.tree li.tree-node span.tree-checkbox.tree-checkbox-checked:after {
  position: absolute;
  top: 3px;
  left: 6px;
  display: block;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.6px 1.6px 0;
  transform: rotate(45deg);
  backface-visibility: hidden;
  content: "";
  will-change: transform;
}
.tree li.tree-node span.tree-checkbox.tree-checkbox-indeterminate:before, .tree li.tree-node span.tree-checkbox.tree-checkbox-indeterminate:hover:before {
  border-color: transparent;
  background-color: #00aa72;
}
.tree li.tree-node span.tree-checkbox.tree-checkbox-indeterminate:after {
  position: absolute;
  top: 3px;
  left: 6px;
  display: block;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 0 0;
  transform: rotate(90deg);
  content: "";
}
.tree li.tree-node span.tree-checkbox.tree-checkbox-disabled {
  color: #324558;
  box-shadow: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.tree li.tree-node span.tree-checkbox.tree-checkbox-disabled:hover:before {
  border: solid 1px #c6d1dc;
}
.tree li.tree-node span.tree-iconEle {
  display: inline-flex;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 0 none;
  outline: none;
  margin: 0 8px 0 0;
  vertical-align: top;
  line-height: 1;
}
.tree li.tree-node span.tree-icon-loading {
  position: relative;
  z-index: 1;
}
.tree li.tree-node span.tree-switcher {
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  outline: none;
  margin: 0 4px;
  vertical-align: top;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}
.tree li.tree-node span.tree-switcher:hover {
  background-color: #e4ebf1;
}
.tree li.tree-node span.tree-switcher:active {
  background-color: #c6d1dc;
}
.tree li.tree-node span.tree-switcher > .icon {
  transition: transform 0.1s;
}
.tree li.tree-node span.tree-switcher.tree-switcher-noop {
  width: 20px;
  cursor: default;
}
.tree li.tree-node span.tree-switcher.tree-switcher-noop:after {
  content: "";
}
.tree li.tree-node span.tree-switcher.tree-switcher-noop:hover {
  background-color: transparent;
}
.tree li.tree-node span.tree-switcher.tree-switcher-open > .icon {
  transform: rotate(90deg) scale(1);
}
.tree li.tree-node span.tree-switcher.tree-switcher-close > .icon {
  transform: scale(1) rotate(0deg);
}
.tree li.tree-node:last-child > span.tree-iconEle:before, .tree li.tree-node:last-child > span.tree-switcher:before {
  display: none;
}
.tree.tree-show-line {
  padding-left: 8px;
}
.tree.tree-show-line > li:first-child:before {
  top: 16px !important;
}
.tree.tree-show-line > li:first-child:not(:has(ul)):after {
  display: none;
}
.tree.tree-show-line > li:only-of-type:after {
  display: none;
}

.tree-child-tree {
  display: none;
}

.tree-child-tree-open {
  display: block;
}

li.tree-node-disabled > .tree-node-wrap > .tree-node-content-wrapper {
  color: #324558;
  opacity: 0.5;
  cursor: not-allowed;
}
li.tree-node-disabled > .tree-node-wrap > .tree-node-content-wrapper span {
  color: #324558;
}
li.tree-node-disabled > .tree-node-wrap > span:not(.tree-switcher) {
  color: #324558;
}
li.tree-node-disabled > .tree-node-wrap > .tree-node-content-wrapper:hover {
  background: transparent;
}

.tree-icon-close,
.tree-icon-open {
  margin-right: 2px;
  vertical-align: top;
}

.tree.tree-show-line li.tree-node {
  position: relative;
}
.tree.tree-show-line li.tree-node ul.tree-child-tree {
  padding: 0 0 0 29px;
}
.tree.tree-show-line li.tree-node:after {
  position: absolute;
  top: 16px;
  left: -17px;
  width: 8px;
  height: 1px;
  border-top: 1px solid #d5dee7;
  content: " ";
  z-index: auto;
}
.tree.tree-show-line li.tree-node.is-leaf-node .tree-switcher.tree-switcher-noop {
  width: 8px;
  margin: 0;
  visibility: hidden;
}
.tree.tree-show-line li.tree-node:not(:last-child):before {
  position: absolute;
  top: 0;
  left: -17px;
  width: 0;
  height: calc(100% + 16px);
  border-left: 1px solid #d5dee7;
  margin: 0;
  content: " ";
}

.tree.tree-show-line ul li.tree-node:only-of-type:before {
  position: absolute;
  top: 0;
  left: -17px;
  width: 0;
  height: 17px;
  border-left: 1px solid #d5dee7;
  margin: 0;
  content: " ";
}

.select {
  position: relative;
  display: inline-block;
  width: 264px;
  vertical-align: bottom;
}
.select > .select-control {
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.04);
  cursor: pointer;
}
.select > .select-control:hover {
  background: #f5f7fa;
}
.select.is-disabled .select-arrow-zone {
  cursor: not-allowed;
  pointer-events: none;
}
.select.is-disabled > .select-control {
  opacity: 0.5;
  cursor: not-allowed;
}
.select.is-disabled > .select-control:hover {
  background: #fff;
}
.select.is-searchable.is-open > .select-control {
  cursor: text;
}
.select.is-searchable.is-focused:not(.is-open) > .select-control {
  cursor: text;
}
.select.is-open > .select-control {
  border-color: #d5dee7;
  background: #fff;
}
.select.is-open > .select-control .select-arrow {
  transform: rotate(180deg);
}
.select.is-focused > .select-control {
  border-color: #00aa72;
  background: #fff;
}
.select.is-small > .select-control {
  height: 28px;
  font-size: 12px;
}
.select.is-small > .select-control .select-input {
  height: 26px;
  line-height: 26px;
}
.select.is-small > .select-control .select-input > input {
  padding: 6px 0;
}
.select.is-large > .select-control {
  height: 40px;
  font-size: 14px;
}
.select.is-large > .select-control .select-input {
  height: 38px;
}
.select.is-large > .select-control .select-input > input {
  padding: 11px 0;
}
.select.has-value.is-clearable.select--single > .select-control .select-value {
  right: 48px;
}
.select.has-prefix-icon > .select-control .select-placeholder,
.select.has-prefix-icon > .select-control .select-value {
  left: 22px;
}
.select.has-value.select--single > .select-control .select-value .select-value-label, .select.has-value.is-pseudo-focused.select--single > .select-control .select-value .select-value-label {
  color: #324558;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select.has-value.select--single > .select-control .select-value a.select-value-label, .select.has-value.is-pseudo-focused.select--single > .select-control .select-value a.select-value-label {
  text-decoration: none;
  cursor: pointer;
}
.select.has-value.select--single > .select-control .select-value a.select-value-label:hover, .select.has-value.select--single > .select-control .select-value a.select-value-label:focus, .select.has-value.is-pseudo-focused.select--single > .select-control .select-value a.select-value-label:hover, .select.has-value.is-pseudo-focused.select--single > .select-control .select-value a.select-value-label:focus {
  outline: none;
  color: #00aa72;
  text-decoration: underline;
}
.select.has-value.select--single > .select-control .select-value a.select-value-label:focus, .select.has-value.is-pseudo-focused.select--single > .select-control .select-value a.select-value-label:focus {
  background: #fff;
}
.select.has-value.is-pseudo-focused .select-input {
  opacity: 0;
}
.select:not(.is-multiple) {
  height: auto;
}
.select:not(.is-multiple):after {
  display: none;
}

.select-control {
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #d5dee7;
  border-color: #d5dee7;
  border-radius: 3px;
  outline: none;
  color: #324558;
  background-color: #fff;
  overflow: hidden;
  cursor: default;
}
.select-control:hover {
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.04);
}
.select-control .select-input:focus {
  outline: none;
  background: transparent;
}

.select-placeholder,
.select--single > .select-control .select-value {
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding-left: 12px;
  color: #939ea9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-input {
  height: 30px;
  vertical-align: middle;
}
.select-input > input {
  display: inline-block;
  width: 100%;
  padding: 7px 0;
  border: 0 none;
  outline: none;
  margin: 0;
  color: #324558;
  background: none transparent;
  box-shadow: none;
  font-size: inherit;
  font-family: inherit;
  line-height: 16px;
  cursor: default;
  caret-color: #00aa72;
}
.select-input > input .is-focused {
  cursor: text;
}

.select-control:not(.is-searchable) > .select-input {
  outline: none;
}

.select-icon-zone {
  position: relative;
  display: table-cell;
  width: 16px;
  height: 100%;
  padding-right: 6px;
}

.select-prefix-icon {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.select-clear-zone {
  position: relative;
  display: table-cell;
  width: 16px;
  height: 100%;
  animation: select-animation-fadeIn 200ms;
  cursor: pointer;
}

.select-clear {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.select-multi-value-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.select .select-aria-only {
  position: absolute;
  float: left;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.select-arrow-zone {
  position: relative;
  display: table-cell;
  width: 16px;
  height: 100%;
  padding-left: 4px;
  cursor: pointer;
}

.select-arrow {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

@keyframes select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.select-menu-outer {
  top: 100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 274px;
  border: 1px solid #c6d1dc;
  border-radius: 3px;
  margin-top: 8px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}
.select-menu-outer.is-group-menu .select-menu {
  padding: 0;
}
.select-menu-outer.is-group-menu .select-menu > .select-option {
  position: relative;
  margin: 8px 0;
}
.select-menu-outer.is-group-menu .select-menu > .select-option + .select-option {
  margin-top: 16px;
}
.select-menu-outer.is-group-menu .select-menu > .select-option:after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  display: block;
  height: 1px;
  background-color: #e4ebf1;
  content: " ";
}
.select-menu-outer .bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  color: #697886;
  font-size: 12px;
  line-height: 1.75;
}

.select-menu {
  max-height: 270px;
  padding: 8px 0;
  overflow-y: auto;
}

.select-option-group {
  padding: 8px 0;
}
.select-option-group:not(:last-child) {
  border-bottom: 1px solid #e4ebf1;
}
.select-option-group .group-title {
  padding: 0 12px 8px;
  color: #697886;
  font-size: 12px;
  line-height: 2;
}

.select-option {
  display: flex;
  box-sizing: border-box;
  padding: 4px 12px;
  color: #324558;
  background-color: #fff;
  font-size: 14px;
  cursor: default;
}
.select-option.is-focused {
  color: #324558;
  background-color: #f5f7fa;
}
.select-option.is-disabled {
  opacity: 0.5;
}
.select-option .option-checkbox-area {
  margin-right: 8px;
}
.select-option .option-checkbox-area label.checkbox:before, .select-option .option-checkbox-area label.checkbox:after {
  pointer-events: none;
}
.select-option .option-selected-area {
  display: inline-flex;
  align-items: center;
}

.select--single .select-option.is-selected {
  justify-content: space-between;
  color: #324558;
  background-color: #f5f7fa;
}

.select-noresults {
  display: flex;
  justify-content: center;
  color: #939ea9;
  cursor: default;
}
.select-noresults .spin {
  padding: 6px 0;
}

.select-menu-outer.is-group-menu .select-noresults {
  padding: 8px 0;
}

.select--multi > .select-control {
  padding-left: 12px;
}
.select--multi .select-input {
  padding: 0;
  vertical-align: middle;
}
.select--multi.has-value .select-input {
  margin-left: 5px;
}
.select--multi .select-value {
  display: inline-block;
  padding-top: 3px;
  padding-right: 4px;
}
.select--multi .select-value-icon,
.select--multi .select-value-label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.select--multi .select-value-label {
  padding-right: 8px;
  font-size: 14px;
  cursor: default;
}
.select--multi a.select-value-label {
  text-decoration: none;
  cursor: pointer;
}
.select--multi a.select-value-label:hover {
  text-decoration: underline;
}
.select--multi .select-value-icon {
  display: inline-flex;
  align-items: center;
  width: 16px;
  cursor: pointer;
}
.select--multi .select-value-icon .icon:first-child:last-child {
  margin: 0;
}
.select--multi.has-prefix-icon.has-value > .select-control {
  padding-left: 12px;
}
.select--multi.has-value > .select-control {
  padding-left: 4px;
}

.select--multi.is-disabled {
  opacity: 0.5;
}
.select--multi.is-disabled .select-value-icon {
  cursor: not-allowed;
  pointer-events: none;
}

.autocomplete {
  position: relative;
  width: 100%;
}
.autocomplete .autocomplete-selector {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  max-height: 240px;
  padding: 8px 0;
  border: solid 1px #c6d1dc;
  border-radius: 3px;
  background-color: #fff;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  overflow-y: auto;
  z-index: 200;
}
.autocomplete .autocomplete-selector > li {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 24px;
}
.autocomplete .autocomplete-selector > li.active, .autocomplete .autocomplete-selector > li:hover {
  background-color: #f5f7fa;
}
.autocomplete .autocomplete-selector > li > a {
  display: block;
  color: #324558;
}
.autocomplete .autocomplete-selector > li > a .highlight {
  color: #00aa72;
}
.autocomplete .autocomplete-selector > li.autocomplete-loading, .autocomplete .autocomplete-selector > li.autocomplete-no-results {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #939ea9;
  text-align: center;
}
.autocomplete .autocomplete-selector > li.autocomplete-loading:hover, .autocomplete .autocomplete-selector > li.autocomplete-no-results:hover {
  background-color: #fff;
}

.slider {
  position: relative;
  width: 100%;
  min-width: 196px;
  height: 14px;
  padding: 5px 0;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #e4ebf1;
  transition: background-color 0.3s ease;
}
.slider:hover .slider-rail {
  background-color: #d5dee7;
}
.slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 4px;
  background-color: #00aa72;
  transition: background-color 0.3s ease;
}
.slider:hover .slider-track {
  background-color: #096;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #00aa72;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #fff;
  cursor: pointer;
  cursor: grab;
  touch-action: pan-x;
}
.slider-handle:focus {
  outline: none;
}
.slider-handle-click-focused:focus {
  box-shadow: unset;
}
.slider-handle:active {
  background-color: #00aa72;
  cursor: grabbing;
}
.slider-with-help {
  margin-bottom: 24px;
}
.slider-help {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  color: #aeb8c1;
  font-size: 12px;
  line-height: 1.67;
  user-select: none;
}
.slider-with-marks {
  margin-bottom: 24px;
}
.slider-mark {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.67;
  user-select: none;
}
.slider-mark-text {
  position: absolute;
  display: inline-block;
  color: #aeb8c1;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.slider-dot {
  position: absolute;
  bottom: -2px;
  width: 8px;
  height: 8px;
  border: 2px solid #e4ebf1;
  border-radius: 50%;
  margin-left: -4px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.slider-dot-active {
  border-color: #00aa72;
}
.slider-disabled {
  opacity: 0.5;
}
.slider-disabled .slider-rail {
  background-color: #e4ebf1;
}
.slider-disabled:hover .slider-rail {
  background-color: #e4ebf1;
}
.slider-disabled .slider-track {
  background-color: #b6c2cd;
}
.slider-disabled:hover .slider-track {
  background-color: #b6c2cd;
}
.slider-disabled .slider-handle {
  border-color: #b6c2cd;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}
.slider-disabled .slider-mark-text,
.slider-disabled .slider-dot {
  cursor: default;
}
.slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slider-vertical {
  width: 14px;
  min-width: 32px;
  height: 100%;
  padding: 0 8px;
}
.slider-vertical .slider-rail {
  left: 8px;
  width: 4px;
  height: 100%;
}
.slider-vertical .slider-track {
  bottom: 0;
  left: 8px;
  width: 4px;
}
.slider-vertical .slider-handle {
  margin-bottom: -8px;
  margin-left: -8px;
  touch-action: pan-y;
}
.slider-vertical .slider-mark {
  top: 0;
  left: 28px;
  height: 100%;
}
.slider-vertical .slider-mark-text {
  width: 28px;
  text-align: left;
}
.slider-vertical .slider-step {
  left: 8px;
  width: 4px;
  height: 100%;
}
.slider-vertical .slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.slider-vertical .slider-dot:first-child {
  margin-bottom: -4px;
}
.slider-vertical .slider-dot:last-child {
  margin-bottom: -4px;
}

.steps {
  display: flex;
  width: 100%;
  max-width: 856px;
  font-size: 0;
  line-height: 1.7143;
}
.steps * {
  box-sizing: border-box;
}
.steps span {
  display: inline-flex;
  align-items: center;
}

.steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.steps-item:last-child {
  flex: none;
}
.steps-item:last-child .steps-item-tail, .steps-item:last-child .steps-item-title:after {
  display: none;
}
.steps-item-icon, .steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.steps-item-icon {
  width: 32px;
  height: 32px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-right: 4px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  transition: background-color 0.3s, border-color 0.3s;
}
.steps-item-icon > .steps-icon {
  position: relative;
  top: -1px;
  color: #00aa72;
  line-height: 1;
}
.steps-item-icon > .steps-icon.icon {
  top: 2px;
}
.steps-item-tail {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  padding: 0 4px;
}
.steps-item-tail:after {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #d5dee7;
  transition: background-color 0.3s;
  content: "";
}
.steps-item-content {
  line-height: 1.7143;
}
.steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 4px;
  color: #324558;
  font-size: 14px;
}
.steps-item-title:after {
  position: absolute;
  top: 11px;
  left: 100%;
  display: block;
  width: 1000px;
  height: 2px;
  background: #d5dee7;
  content: "";
}
.steps-item-description {
  color: #d5dee7;
  font-size: 12px;
}
.steps-item-wait .steps-item-icon {
  border-color: #d5dee7;
  background-color: #fff;
}
.steps-item-wait .steps-item-icon > .steps-icon {
  color: #324558;
}
.steps-item-wait .steps-item-icon > .steps-icon .steps-icon-dot {
  background: #324558;
}
.steps-item-wait .steps-item-title {
  color: #324558;
}
.steps-item-wait .steps-item-title:after {
  background-color: #d5dee7;
}
.steps-item-wait .steps-item-description {
  color: #324558;
}
.steps-item-wait .steps-item-tail:after {
  background-color: #d5dee7;
}
.steps-item-process .steps-item-icon {
  border-color: #00aa72;
  background-color: #00aa72;
}
.steps-item-process .steps-item-icon > .steps-icon {
  color: #fff;
}
.steps-item-process .steps-item-icon > .steps-icon .steps-icon-dot {
  background: #fff;
}
.steps-item-process .steps-item-title {
  color: #020508;
  font-weight: 500;
}
.steps-item-process .steps-item-title .icon .qicon {
  color: #00aa72;
  fill: #90e0c5;
}
.steps-item-process .steps-item-title:after {
  background-color: #d5dee7;
}
.steps-item-process .steps-item-description {
  color: #020508;
}
.steps-item-process .steps-item-tail:after {
  background-color: #d5dee7;
}
.steps-item-finish .steps-item-icon {
  border-color: #00aa72;
  background-color: #fff;
}
.steps-item-finish .steps-item-icon > .steps-icon {
  color: #00aa72;
}
.steps-item-finish .steps-item-icon > .steps-icon .steps-icon-dot {
  background: #00aa72;
}
.steps-item-finish .steps-item-title {
  color: #324558;
}
.steps-item-finish .steps-item-title:after {
  background-color: #00aa72;
}
.steps-item-finish .steps-item-description {
  color: #324558;
}
.steps-item-finish .steps-item-tail:after {
  background-color: #00aa72;
}
.steps-item-error .steps-item-icon {
  border-color: #d5dee7;
  background-color: #fff;
}
.steps-item-error .steps-item-icon > .steps-icon {
  color: #ca2621;
}
.steps-item-error .steps-item-icon > .steps-icon .steps-icon-dot {
  background: #ca2621;
}
.steps-item-error .steps-item-title {
  color: #324558;
}
.steps-item-error .steps-item-title:after {
  background-color: #d5dee7;
}
.steps-item-error .steps-item-description {
  color: #ca2621;
}
.steps-item-error .steps-item-tail:after {
  background-color: #d5dee7;
}
.steps-item.steps-next-error .steps-item-title:after {
  background: #ca2621;
}

.steps-horizon:not(.steps-label-vertical) .steps-item {
  margin-right: 4px;
}
.steps-horizon:not(.steps-label-vertical) .steps-item:last-child {
  margin-right: 0;
}
.steps-horizon:not(.steps-label-vertical) .steps-item-content {
  padding: 4px;
}
.steps-horizon:not(.steps-label-vertical) .steps-item-tail {
  display: none;
}
.steps-horizon:not(.steps-label-vertical) .steps-item-description {
  max-width: 100px;
}

.steps-item-custom .steps-item-icon {
  width: auto;
  height: auto;
  border: 0;
  background: none;
}
.steps-item-custom .steps-item-icon > .steps-icon {
  top: 4px;
  width: 24px;
  height: 24px;
}
.steps-item-custom.steps-item-process .steps-item-icon > .steps-icon .icon .qicon, .steps-item-custom.steps-item-finish .steps-item-icon > .steps-icon .icon .qicon {
  color: #00aa72;
  fill: #90e0c5;
}

.steps-vertical {
  flex-direction: column;
}
.steps-vertical .steps-item {
  display: block;
  overflow: visible;
}
.steps-vertical .steps-item-icon {
  float: left;
  margin-right: 12px;
}
.steps-vertical .steps-item-icon .steps-icon .icon {
  position: relative;
  left: 4px;
}
.steps-vertical .steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.steps-vertical .steps-item-title {
  padding: 4px 0;
  line-height: 1.7143;
}
.steps-vertical .steps-item-title:after {
  display: none;
}
.steps-vertical .steps-item-description {
  padding-bottom: 12px;
}
.steps-vertical .steps-item-tail {
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  padding: 36px 0 4px 0;
}
.steps-vertical .steps-item-tail:after {
  width: 2px;
  height: 100%;
}

.steps-label-vertical .steps-item {
  overflow: visible;
}
.steps-label-vertical .steps-item-tail {
  padding: 0 20px;
  margin-left: 50px;
}
.steps-label-vertical .steps-item-content {
  display: block;
  width: 100px;
  margin-top: 8px;
  text-align: center;
}
.steps-label-vertical .steps-item-icon {
  display: inline-block;
  margin-left: 34px;
}
.steps-label-vertical .steps-item-title {
  padding-right: 0;
}
.steps-label-vertical .steps-item-title:after {
  display: none;
}
.steps-label-vertical .steps-item-description {
  text-align: left;
}

.steps-dot .steps-item-tail {
  top: 1px;
  width: 100%;
  padding: 0;
  margin: 0 0 0 50px;
}
.steps-dot .steps-item-tail:after {
  height: 3px;
}
.steps-dot .steps-item-icon {
  width: 5px;
  height: 5px;
  padding-right: 0;
  border: 0;
  margin-left: 48px;
  line-height: 5px;
}
.steps-dot .steps-item-icon .steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 2.5px;
}
.steps-dot .steps-item-process .steps-dot .steps-item-icon {
  top: -1px;
  width: 7px;
  height: 7px;
  line-height: 7px;
}
.steps-dot .steps-item-process .steps-dot .steps-item-icon .steps-icon-dot {
  border-radius: 3.5px;
}

.alert {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  box-sizing: border-box;
  min-width: 320px;
  padding: 8px 16px 8px 48px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  margin: 0;
  color: #324558;
  line-height: 24px;
}
.alert.alert-no-icon {
  padding: 8px 16px;
}
.alert.alert-success {
  border-color: #bdf4e2;
  background-color: #f6fffc;
}
.alert.alert-success .alert-link-button {
  color: #00aa72;
}
.alert.alert-success .alert-link-button:hover {
  color: #18b480;
}
.alert.alert-success .alert-link-button:active {
  color: #0e9065;
}
.alert.alert-success .alert-close-icon:hover .qicon {
  color: #18b480;
}
.alert.alert-success .alert-close-icon:active .qicon {
  color: #0e9065;
}
.alert.alert-info {
  border-color: #bde2f4;
  background-color: #f2faff;
}
.alert.alert-info .alert-link-button {
  color: #1b86bb;
}
.alert.alert-info .alert-link-button:hover {
  color: #2191ca;
}
.alert.alert-info .alert-link-button:active {
  color: #1577a8;
}
.alert.alert-info .alert-close-icon:hover .qicon {
  color: #2191ca;
}
.alert.alert-info .alert-close-icon:active .qicon {
  color: #1577a8;
}
.alert.alert-warning {
  border-color: #f5e199;
  background-color: #fff9e5;
}
.alert.alert-warning .alert-link-button {
  color: #d0a406;
}
.alert.alert-warning .alert-link-button:hover {
  color: #e7b708;
}
.alert.alert-warning .alert-link-button:active {
  color: #b79106;
}
.alert.alert-warning .alert-close-icon:hover .qicon {
  color: #e7b708;
}
.alert.alert-warning .alert-close-icon:active .qicon {
  color: #b79106;
}
.alert.alert-error {
  border-color: #f4bfbd;
  background-color: #fff6f6;
}
.alert.alert-error .alert-link-button {
  color: #ca2621;
}
.alert.alert-error .alert-link-button:hover {
  color: #e02b24;
}
.alert.alert-error .alert-link-button:active {
  color: #bb201b;
}
.alert.alert-error .alert-close-icon:hover .qicon {
  color: #e02b24;
}
.alert.alert-error .alert-close-icon:active .qicon {
  color: #bb201b;
}
.alert .alert-content {
  flex: 1;
}
.alert .alert-content .alert-link-button {
  margin-top: 8px;
}
.alert .alert-right {
  display: inline-flex;
  margin-left: 24px;
}
.alert .alert-right .alert-link-button {
  display: block;
  align-self: flex-end;
}
.alert .alert-message {
  display: block;
}
.alert .alert-description {
  display: none;
}
.alert .alert-icon {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 1;
}
.alert .alert-close-icon {
  align-self: flex-start;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 2px 0 0 0;
  cursor: pointer;
}
.alert .alert-close-icon > .icon {
  width: 16px;
  height: 16px;
  margin: 0 !important;
}
.alert .alert-link-button {
  height: 24px;
  padding: 0;
  line-height: 24px;
}
.alert .alert-icon.icon {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.alert .alert-icon.icon.icon-success {
  background-image: var(--icon-status-success);
}
.alert .alert-icon.icon.icon-info {
  background-image: var(--icon-status-info);
}
.alert .alert-icon.icon.icon-warning {
  background-image: var(--icon-status-warning);
}
.alert .alert-icon.icon.icon-error {
  background-image: var(--icon-status-error);
}
.alert.alert-with-description {
  position: relative;
}
.alert.alert-with-description .alert-message {
  font-weight: 500;
}
.alert.alert-with-description .alert-description {
  display: block;
  margin-top: 4px;
  color: #697886;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.75;
}
.alert.alert-close {
  height: 0 !important;
  padding: 0;
  margin: 0;
  transform-origin: 50% 0;
  transition: all 0.3s ease;
}

.list.list-bordered {
  border: 1px solid #d5dee7;
  border-radius: 3px;
}
.list.list-split .list-header,
.list.list-split .list-item {
  border-bottom: 1px solid #e4ebf1;
}
.list.list-split.list-without-footer .list-item:last-of-type {
  border-bottom: none;
}
.list .list-header,
.list .list-footer {
  padding: 12px 11px;
}
.list .list-footer.load-more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list .list-footer.load-more .no-result {
  color: #939ea9;
  font-size: 12px;
  line-height: 32px;
}
.list .list-footer.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 18px;
}
.list .list-body .list-item {
  padding: 12px 11px;
}
.list .list-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.list .list-loading .loading-content {
  color: #939ea9;
  font-size: 12px;
  line-height: 2;
}

.banner {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
}
.banner.is-warning {
  color: #030507;
  background-color: #e7b708;
}
.banner.is-warning .banner-operation .button {
  color: #554301;
}
.banner.is-warning .banner-operation .button:hover {
  color: #6f5702;
}
.banner.is-warning .banner-operation .button:active {
  color: #3d3001;
}
.banner.is-error {
  color: #fff;
  background-color: #911410;
}
.banner.is-error .banner-operation .button {
  color: #fff;
}
.banner.is-error .banner-operation .button:hover {
  color: #fff5f5;
}
.banner.is-error .banner-operation .button:active {
  color: #fedddc;
}
.banner .banner-icon {
  margin-right: 8px;
}
.banner .banner-message {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

.flatpickr-calendar {
  position: absolute;
  display: none;
  box-sizing: border-box;
  width: 307.875px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: transparent;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  direction: ltr;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  animation: none;
  touch-action: manipulation;
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  max-height: 640px;
  opacity: 1;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  position: relative;
  top: 2px;
  display: block;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  display: block;
  z-index: 999;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  left: 22px;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  right: 22px;
  left: auto;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  position: relative;
  flex: 1;
  height: 28px;
  color: rgba(0, 0, 0, 0.9);
  background: transparent;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  fill: rgba(0, 0, 0, 0.9);
  user-select: none;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  position: absolute;
  top: 0;
  height: 28px;
  padding: 10px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  z-index: 3;
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  right: 0;
  left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
  -webkit-transition: fill 0.1s;
  -moz-transition: fill 0.1s;
  -ms-transition: fill 0.1s;
  -o-transition: fill 0.1s;
}

.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  width: 14px;
  height: 50%;
  padding: 0 4px 0 2px;
  border: 1px solid rgba(57, 57, 57, 0.15);
  opacity: 0;
  line-height: 50%;
  cursor: pointer;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  position: absolute;
  display: block;
  content: "";
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  top: 26%;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  top: 40%;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  position: absolute;
  left: 12.5%;
  display: inline-block;
  width: 75%;
  height: 28px;
  padding: 6.16px 0 0 0;
  color: inherit;
  font-weight: 300;
  font-size: 135%;
  line-height: inherit;
  line-height: 1;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  display: inline-block;
  padding: 0;
  margin-left: 0.5ch;
  color: inherit;
  font-weight: 700;
  font-family: inherit;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  display: inline-block;
  width: 6ch;
  width: 7ch\0 ;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 0 0 0 0.5ch;
  border: 0;
  border-radius: 0;
  margin: 0;
  color: inherit;
  background: transparent;
  vertical-align: initial;
  font-weight: 300;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  cursor: text;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  font-size: 100%;
  pointer-events: none;
}
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  font-size: 100%;
  pointer-events: none;
}

.flatpickr-weekdays {
  display: flex;
  align-items: center;
  width: 100%;
  height: 28px;
  background: transparent;
  overflow: hidden;
  text-align: center;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  display: block;
  flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  background: transparent;
  font-weight: bolder;
  font-size: 90%;
  line-height: 1;
  text-align: center;
  cursor: default;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
  overflow: hidden;
}
.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  padding: 0;
  outline: 0;
  opacity: 1;
  text-align: left;
  transform: translate3d(0, 0, 0);
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  position: relative;
  display: inline-block;
  flex-basis: 14.2857143%;
  justify-content: center;
  box-sizing: border-box;
  width: 14.2857143%;
  max-width: 39px;
  height: 39px;
  border: 1px solid transparent;
  border-radius: 150px;
  margin: 0;
  color: #393939;
  background: none;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  border-color: #e6e6e6;
  outline: 0;
  background: #e6e6e6;
  cursor: pointer;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  color: #fff;
  background: #959ea9;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  border-color: #569ff7;
  color: #fff;
  background: #569ff7;
  box-shadow: none;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled {
  border-color: transparent;
  color: rgba(57, 57, 57, 0.1);
  background: transparent;
  cursor: not-allowed;
}
.flatpickr-day.disabled:hover {
  border-color: transparent;
  color: rgba(57, 57, 57, 0.1);
  background: transparent;
  cursor: not-allowed;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  border-color: transparent;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed {
  border-color: transparent;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  border-color: transparent;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.flatpickr-day.flatpickr-disabled {
  color: #939ea9 !important;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  width: 100%;
  max-width: none;
  border: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
}
.flatpickr-weekwrapper span.flatpickr-day:hover {
  width: 100%;
  max-width: none;
  border: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
}

.flatpickr-innerContainer {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}

.flatpickr-time {
  display: flex;
  box-sizing: border-box;
  height: 0;
  max-height: 40px;
  outline: 0;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
}
.flatpickr-time:after {
  clear: both;
  display: table;
  content: "";
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  position: relative;
  box-sizing: border-box;
  height: inherit;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  color: #393939;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: inherit;
  text-align: center;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  border: 0;
  outline: 0;
}
.flatpickr-time .flatpickr-time-separator {
  display: inline-block;
  align-self: center;
  width: 2%;
  height: inherit;
  color: #393939;
  font-weight: bold;
  line-height: inherit;
  user-select: none;
}
.flatpickr-time .flatpickr-am-pm {
  display: inline-block;
  align-self: center;
  width: 2%;
  width: 18%;
  height: inherit;
  outline: 0;
  color: #393939;
  font-weight: bold;
  font-weight: 400;
  line-height: inherit;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.datepicker-input[readonly] {
  cursor: pointer;
}
.datepicker-input.is-hover {
  border-color: #b6c2cd;
}
.datepicker-input.is-hover.is-active {
  border-color: #00aa72;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.datepicker-input.input[readonly=readonly] {
  background-color: #fff;
}

.field .control .datepicker-input.input[readonly=readonly] {
  background-color: #fff;
}

div.flatpickr-calendar {
  width: 300px;
  border: solid 1px #c6d1dc;
  border-radius: 3px;
  margin-top: 4px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
}
div.flatpickr-calendar.open {
  z-index: 100;
}
div.flatpickr-calendar:before, div.flatpickr-calendar:after {
  display: none !important;
}
div.flatpickr-calendar .flatpickr-months {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-right: 12px;
  padding-left: 12px;
  border-bottom: solid 1px #d5dee7;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month {
  position: relative;
  flex: none;
  height: 32px;
  overflow: visible;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-header-year-month {
  display: block;
  height: 32px;
  padding: 0 8px;
  border-radius: 3px;
  color: #324558;
  overflow: visible;
  line-height: 32px;
  cursor: pointer;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-header-year-month:after {
  display: inline-flex;
  width: 0;
  height: 0;
  border: 4px solid #2b4556;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-top: 2px;
  margin-left: 8px;
  vertical-align: middle;
  transform-origin: 50% 25%;
  content: "";
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-header-year-month:hover {
  background-color: #f5f7fa;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-header-year-month.is-open:after {
  transform: rotate(180deg);
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  display: flex;
  width: 148px;
  border: solid 1px #c6d1dc;
  border-radius: 3px;
  margin-top: -4px;
  margin-left: -74px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
  z-index: 20;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown.is-active {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-month-menu,
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu {
  flex: 1 0 64px;
  flex-direction: column;
  max-height: 240px;
  overflow-y: scroll;
  transition: all ease 0.2s;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-month-menu span,
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu span {
  display: block;
  line-height: 32px;
  text-align: center;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-month-menu span.is-active,
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu span.is-active {
  color: #00aa72;
  font-weight: 500;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-month-menu span:hover,
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu span:hover {
  background-color: #f5f7fa;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-month-menu span.disabled,
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu span.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-month-menu::-webkit-scrollbar,
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-month-menu::-webkit-scrollbar-thumb,
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c6d1dc;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu {
  border-right: 1px solid #d3dee5;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-year-menu:hover {
  flex-basis: 80px;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-dropdown .dropdown-month-menu:hover {
  flex-basis: 80px;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
div.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  position: static;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 3px;
  background-color: transparent;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,
div.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
  background-color: #f5f7fa;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
div.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #b6c2cd;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.disabled,
div.flatpickr-calendar .flatpickr-months .flatpickr-next-month.disabled {
  background-color: transparent;
  opacity: 0.5;
  cursor: not-allowed;
}
div.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
div.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  width: 100%;
  height: 100%;
}
div.flatpickr-calendar .flatpickr-current-month {
  position: static;
  flex: 1;
  width: auto;
  height: 24px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
div.flatpickr-calendar .flatpickr-current-month span.cur-month,
div.flatpickr-calendar .flatpickr-current-month .cur-year {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
div.flatpickr-calendar .flatpickr-current-month .cur-month:hover {
  background-color: transparent;
}
div.flatpickr-calendar .flatpickr-current-month .cur-year {
  cursor: default;
  pointer-events: none;
}
div.flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover {
  background-color: transparent;
}
div.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowUp,
div.flatpickr-calendar .flatpickr-current-month .numInputWrapper .arrowDown {
  display: none;
}
div.flatpickr-calendar .flatpickr-innerContainer {
  padding: 0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays {
  height: auto;
  padding: 0 0 6px;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdaycontainer {
  padding: 0 10px;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdaycontainer span.flatpickr-weekday {
  display: inline-block;
  box-sizing: border-box;
  width: 32px;
  max-width: 32px;
  margin: 4px;
  color: #939ea9;
  font-weight: normal;
  line-height: 24px;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer {
  width: 100%;
  padding: 0 10px;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day {
  display: inline-block;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 0;
  border: solid 1px transparent;
  border-radius: 3px;
  margin: 4px;
  color: #324558;
  background-color: #fff;
  line-height: 32px;
  text-align: center;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay, div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay {
  color: #939ea9;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  border-color: #c6d1dc;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected {
  border-color: #00aa72;
  color: #fff;
  background-color: #00aa72;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected:hover {
  border-color: #00aa72;
  background-color: #00aa72;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.startRange {
  border-color: #e1f6f0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e1f6f0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.startRange + .inRange {
  box-shadow: -8px 0 0 #e1f6f0, 5px 0 0 #e1f6f0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.startRange + .endRange {
  box-shadow: 0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.startRange:hover {
  border-color: #e1f6f0;
  background-color: #e1f6f0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.startRange.selected,
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.startRange .selected:hover {
  border-color: #00aa72;
  color: #fff;
  background-color: #00aa72;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.startRange + .endRange.selected {
  box-shadow: -8px 0 0 #e1f6f0 !important;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.endRange {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.inRange {
  border-color: #e1f6f0;
  border-radius: 0;
  background-color: #e1f6f0;
  box-shadow: -5px 0 0 #e1f6f0, 5px 0 0 #e1f6f0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.inRange:hover {
  border-color: #e1f6f0;
  background-color: #e1f6f0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.inRange + .endRange {
  border-color: #e1f6f0;
  background-color: #e1f6f0;
  box-shadow: -5px 0 0 #e1f6f0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.inRange + .endRange:hover {
  border-color: #e1f6f0;
  background-color: #e1f6f0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.inRange + .endRange.selected,
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.inRange + .endRange .selected:hover {
  border-color: #00aa72;
  color: #fff;
  background-color: #00aa72;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.inRange.endRange {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.disabled {
  color: #d5dee7;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.disabled:hover {
  border-color: transparent;
  background-color: transparent;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
  border-color: #f5f7fa;
  background-color: #f5f7fa;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -8px 0 0 #e1f6f0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekwrapper .flatpickr-weekday {
  padding-bottom: 6px;
  line-height: 32px;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0;
}
div.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekwrapper .flatpickr-weeks .flatpickr-day {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid transparent;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 32px;
}
div.flatpickr-calendar .flatpickr-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper {
  display: inline-flex;
  flex: 1;
  align-items: center;
  width: auto;
  height: 32px;
  padding: 0;
  border: solid 1px #d5dee7;
  border-radius: 3px;
  margin-right: 7px;
  background-color: #fff;
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper:last-child {
  margin-right: 0;
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper .numInput {
  height: 100%;
  padding-left: 12px;
  color: #324558;
  font-weight: normal;
  text-align: left;
  caret-color: #0fbb7f;
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper .numInput:hover, div.flatpickr-calendar .flatpickr-time .numInputWrapper .numInput:focus, div.flatpickr-calendar .flatpickr-time .numInputWrapper .numInput:hover:focus {
  background-color: #fff;
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp,
div.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown {
  width: 20px;
  padding: 0;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  visibility: visible;
  border-right: none;
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp:after,
div.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown:after {
  top: 2px;
  left: 4px;
  width: 12px;
  height: 12px;
  border: 0 none;
  background-size: 100%;
  background-repeat: no-repeat;
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp:hover,
div.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown:hover {
  background-color: #f5f7fa;
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowUp:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='6.426 16.426 5 15 12 8 19 15 17.574 16.426 12 10.851' style='fill: %23324558'%3E%3C/polygon%3E%3C/svg%3E");
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper .arrowDown:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='100%25' height='100%25'%3E%3Cpolygon points='6.426 8 5 9.426 12 16.426 19 9.426 17.574 8 12 13.574' style='fill: %23324558'%3E%3C/polygon%3E%3C/svg%3E");
}
div.flatpickr-calendar .flatpickr-time .numInputWrapper .numInput:focus + .arrowUp,
div.flatpickr-calendar .flatpickr-time .numInputWrapper .numInput:focus + .arrowUp + .arrowDown {
  opacity: 1;
}
div.flatpickr-calendar .flatpickr-time .flatpickr-time-separator {
  display: none;
}

.flatpickr-calendar.hasTime.noCalendar.showTimeInput {
  padding-top: 4px;
  padding-bottom: 4px;
}
.flatpickr-calendar.hasTime.noCalendar.showTimeInput .flatpickr-time {
  border-top: 0 none;
}

.upload {
  display: inline-block;
}
.upload.upload-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.mention-input {
  position: relative;
  width: 100%;
  overflow-y: visible;
}
.mention-input.is-mobile-safari {
  margin-top: 1px;
  margin-left: -3px;
}
.mention-input > input.input,
.mention-input > textarea.textarea {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
}
.mention-input .mention-highlighter {
  position: relative;
  width: inherit;
  padding: 8px 12px;
  border: 1px solid transparent;
  color: transparent;
  overflow: hidden;
  line-height: 1;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.mention-input .mention-highlighter .mention-substring {
  visibility: hidden;
}
.mention-input .mention-highlighter .mention-mark {
  color: transparent;
  background-color: transparent;
  font-weight: inherit;
}
.mention-input.is-multiLine {
  min-height: 120px;
}
.mention-input.is-multiLine .mention-highlighter {
  padding: 4px 12px;
  line-height: 1.7143;
}
.mention-input.is-multiLine > .textarea {
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  resize: none;
}
.mention-input.is-singleLine {
  display: inline-block;
}
.mention-input.is-singleLine .mention-highlighter {
  white-space: pre;
  word-wrap: normal;
}
.mention-input .mention-suggestions {
  position: absolute;
  min-width: 180px;
  border: solid 1px #c6d1dc;
  border-radius: 3px;
  margin-top: 20px;
  background-color: #fff;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  cursor: pointer;
  z-index: 200;
}
.mention-input .mention-suggestions ul {
  max-height: 240px;
  padding: 8px 0;
  overflow-y: auto;
}
.mention-input .mention-suggestions ul li {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 24px;
}
.mention-input .mention-suggestions ul li.is-active, .mention-input .mention-suggestions ul li:hover {
  background-color: #f5f7fa;
}
.mention-input .mention-suggestions ul li .highlight {
  color: #00aa72;
  font-style: normal;
}
.mention-input .mention-suggestions .mention-noresults {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  color: #324558;
  text-align: center;
}
.mention-input .mention-suggestions .mention-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  text-align: center;
}
.mention-input.is-scrollable input.input,
.mention-input.is-scrollable textarea.textarea {
  overflow: auto;
}

.collapse {
  width: 456px;
  border: 1px solid #c6d1dc;
  border-radius: 3px;
  color: #324558;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: normal;
}
.collapse li:first-child > :first-child {
  border-top: none;
  border-radius: 3px 3px 0 0;
}
.collapse-panel {
  padding: 20px;
  border: 1px solid #d5dee7;
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.collapse-panel-no-border {
  border: 1px solid #fff;
}
.collapse-item-label {
  position: relative;
  height: 36px;
  padding: 0 20px;
  border-top: 1px solid #c6d1dc;
  color: #020508;
  background-color: #f8fafc;
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  font-weight: 500;
  line-height: 36px;
  cursor: pointer;
}
.collapse-item-label .icon {
  position: absolute;
  top: 8px;
  right: 20px;
}
.collapse-item-label-border-bottom {
  border-bottom: 1px solid #c6d1dc;
}
.collapse-item-label-last-border-bottom {
  border-radius: 0 0 3px 3px;
}
.collapse-item-content {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  overflow: hidden;
}
.collapse-item-content-last-border-bottom {
  border-radius: 0 0 3px 3px;
}
.collapse-transition {
  overflow: hidden;
  transition: height 0.3s ease;
}

.rate {
  display: inline-block;
  list-style: none;
  padding: 0;
  outline: none;
  margin: 0;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
.rate-disabled .rate-star:before, .rate-disabled .rate-star-content:before {
  cursor: default;
}
.rate-star {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 8px;
  color: #e6edf4;
  line-height: 1.5;
  cursor: pointer;
  /* default star */
}
.rate-star-first, .rate-star-second {
  transition: all 0.3s;
}
.rate-star-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.rate-star-half .rate-star-second, .rate-star-full .rate-star-second {
  color: #f5c414;
  opacity: 1;
}
.rate-star-half .rate-star-second .qicon, .rate-star-full .rate-star-second .qicon {
  color: #f5c414;
  fill: #ffdf6b;
}
.rate-star-first.star-icon, .rate-star-second.star-icon {
  width: 20px;
  height: 20px;
  background-image: var(--icon-star-default);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.rate-star-half .rate-star-first.star-icon, .rate-star-full .rate-star-first.star-icon {
  background-image: var(--icon-star-default);
}
.rate-star-half .rate-star-second.star-icon {
  background-image: var(--icon-star-half);
}
.rate-star-full .rate-star-second {
  width: 100%;
}
.rate-star-full .rate-star-second.star-icon {
  background-image: var(--icon-star-active);
}

.badge-wrapper {
  position: relative;
  width: max-content;
}
.badge-wrapper > span.badge {
  display: inline-block;
  height: 20px;
  padding: 0 8px;
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
}
.badge-wrapper > span.badge:hover {
  cursor: pointer;
}
.badge-wrapper > span.badge.is-error {
  background-color: #e02b24;
}
.badge-wrapper > span.badge.is-success {
  background-color: #00aa72;
}
.badge-wrapper > span.badge.is-warning {
  background-color: #e7b708;
}
.badge-wrapper > span.badge.is-default {
  background-color: #8292a1;
}
.badge-wrapper > span.badge.is-white {
  border: solid 1px #d5dee7;
  color: #324558;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(2, 5, 8, 0.04);
}
.badge-wrapper > span.badge.is-collection {
  border: 2px solid #fff;
  transform: translate(50%, -50%);
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: content-box;
}
.badge-wrapper > span.badge.is-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: content-box;
}

.grid-table {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.grid-table .empty-placeholder,
.grid-table .spin-spinning {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.grid-table .empty-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #8b9cac;
  opacity: 0.5;
}
.grid-table .grid-table-footer {
  border-radius: 3px;
  background-color: #fff;
}
.grid-table .grid-table-footer .pagination-bar.level {
  align-items: center;
  height: 56px;
  padding: 12px 12px 20px 12px;
}
.grid-table .grid-table-footer .pagination-bar.level .pagination-info {
  margin: 0;
  font-size: 12px;
}
.grid-table .grid-table-footer .pagination-bar.level .selected-help {
  display: flex;
  align-items: center;
}
.grid-table .grid-table-content {
  position: relative;
  display: grid;
  flex: 1;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(213, 222, 231, 0.4);
  overflow: auto;
}
.grid-table .grid-table-content .grid-table-block {
  height: 250px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(213, 222, 231, 0.4) inset;
}
.grid-table .grid-table-content.table-with-expand {
  background-color: transparent;
}
.grid-table .grid-table-header .table-icon,
.grid-table .grid-table-body .table-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-table .grid-table-header .table-col-fixed-right,
.grid-table .grid-table-header .table-col-fixed-left,
.grid-table .grid-table-body .table-col-fixed-right,
.grid-table .grid-table-body .table-col-fixed-left {
  position: sticky;
  z-index: 1;
}
.grid-table .grid-table-header .table-col-fixed-right,
.grid-table .grid-table-body .table-col-fixed-right {
  visibility: hidden;
}
.grid-table .grid-table-header .table-col-align-center,
.grid-table .grid-table-header .table-col-align-right,
.grid-table .grid-table-body .table-col-align-center,
.grid-table .grid-table-body .table-col-align-right {
  display: flex;
}
.grid-table .grid-table-header .table-col-align-right,
.grid-table .grid-table-body .table-col-align-right {
  justify-content: flex-end;
}
.grid-table .grid-table-header .table-col-align-center,
.grid-table .grid-table-body .table-col-align-center {
  justify-content: center;
}
.grid-table .grid-table-header .table-thead,
.grid-table .grid-table-header .table-col,
.grid-table .grid-table-body .table-thead,
.grid-table .grid-table-body .table-col {
  display: flex;
  align-items: center;
}
.grid-table .grid-table-header {
  display: grid;
  width: auto;
  min-height: 32px;
  border-bottom: 1px solid rgba(213, 222, 231, 0.4);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(213, 222, 231, 0.4);
}
.grid-table .grid-table-header.table-header-fixed {
  position: sticky;
  top: 0;
  border: none;
  z-index: 10;
}
.grid-table .grid-table-header .table-thead {
  padding: 0 12px;
  color: #596c7d;
  background-color: inherit;
}
.grid-table .grid-table-header .table-thead-filter .is-trigger,
.grid-table .grid-table-header .table-thead-sort {
  display: flex;
  align-items: center;
}
.grid-table .grid-table-header .table-thead-sort:hover .qicon {
  color: #13a474 !important;
  fill: #13a474 !important;
}
.grid-table .grid-table-header .table-col-fixed-left {
  z-index: 3;
}
.grid-table .grid-table-header .thead-filter {
  max-height: 400px;
  border: 1px solid #1d2c39;
  box-shadow: 0 1px 4px 0 rgba(20, 31, 41, 0.3);
  overflow-y: auto;
}
.grid-table .grid-table-header .thead-filter .menu {
  border-radius: 0;
  background-color: #1d2c39;
}
.grid-table .grid-table-header .thead-filter .menu-item {
  display: flex;
  justify-content: space-between;
  color: #d9e3ed;
}
.grid-table .grid-table-header .thead-filter .menu-item:hover, .grid-table .grid-table-header .thead-filter .menu-item.menu-item-selected {
  background-color: #283948;
}
.grid-table .grid-table-header .table-thead-hover {
  cursor: pointer;
}
.grid-table .grid-table-header .table-thead-hover:hover {
  border-radius: 3px;
  background-color: #d5e8e8;
}
.grid-table .grid-table-body {
  color: #334557;
}
.grid-table .grid-table-body .table-row {
  display: grid;
  background-color: #fff;
}
.grid-table .grid-table-body .table-row.table-row-selected {
  background-color: #f0fffb !important;
}
.grid-table .grid-table-body .table-row:nth-child(2n) {
  background-color: #f5f8fb;
}
.grid-table .grid-table-body .table-row:hover {
  position: relative;
  box-shadow: 1px 1px 8px 0 rgba(75, 95, 113, 0.3);
  z-index: 2;
}
.grid-table .grid-table-body .table-row:hover .table-col-fixed-right {
  visibility: visible;
}
.grid-table .grid-table-body .table-row:hover a {
  color: #13a474;
}
.grid-table .grid-table-body .table-row .table-col {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  background-color: inherit;
  word-break: break-all;
}
.grid-table .grid-table-body .table-row .table-col-fixed-right {
  background-color: transparent;
}
.grid-table .grid-table-body .table-row .table-col-fixed-left {
  opacity: 0.9;
}
.grid-table .grid-table-body .table-row .icon.icon-clickable:hover {
  background-color: transparent;
}
.grid-table .grid-table-body .table-row a {
  color: #334557;
}
.grid-table .table-with-expand .grid-table-body .table-row {
  border-radius: 3px;
  margin-bottom: 4px;
  background-color: #fff;
}
.grid-table .table-with-expand .grid-table-body .table-row:nth-child(2n) {
  background-color: #fff;
}
.grid-table .table-with-expand .grid-table-body .table-row:hover {
  box-shadow: 4px 4px 8px 0 rgba(119, 133, 146, 0.3);
}
.grid-table .table-with-expand .grid-table-body .table-row.table-row-expanded {
  position: relative;
  box-shadow: 2px 2px 4px 0 rgba(213, 222, 231, 0.4);
}
.grid-table .table-with-expand .grid-table-body .table-expand-row {
  margin-top: -4px;
  margin-bottom: 4px;
}
.grid-table .table-with-expand .grid-table-body .table-row:last-child,
.grid-table .table-with-expand .grid-table-body .table-expand-row:last-child {
  margin-bottom: 0;
}

.popper {
  position: fixed;
  border: 1px solid #c6d1dc;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  opacity: 0;
  font-weight: 400;
  line-height: 1.7143;
  white-space: normal;
  text-align: left;
  pointer-events: none;
  z-index: 100;
}
.popper.is-active {
  opacity: 1;
  pointer-events: auto;
}
.popper.is-active[x-out-of-boundaries] {
  opacity: 0;
  pointer-events: none;
}

.popper-content {
  padding: 9px 14px;
}

.popper-arrow {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  background-color: #fff;
  transform: rotate(45deg);
}

.popper[x-placement^=bottom] {
  margin-top: 8px;
}
.popper[x-placement^=bottom] .popper-arrow {
  top: -8px;
  border-top-color: #c6d1dc;
  border-left-color: #c6d1dc;
}

.popper[x-placement^=top] {
  margin-bottom: 8px;
}
.popper[x-placement^=top] .popper-arrow {
  bottom: -8px;
  border-right-color: #c6d1dc;
  border-bottom-color: #c6d1dc;
}

.popper[x-placement^=left] {
  margin-right: 8px;
}
.popper[x-placement^=left] .popper-arrow {
  right: -8px;
  border-top-color: #c6d1dc;
  border-right-color: #c6d1dc;
}

.popper[x-placement^=right] {
  margin-left: 8px;
}
.popper[x-placement^=right] .popper-arrow {
  left: -8px;
  border-bottom-color: #c6d1dc;
  border-left-color: #c6d1dc;
}

.tooltip,
.tooltip-arrow {
  border: none;
  pointer-events: none;
  z-index: 20;
}

.tooltip {
  max-width: 264px;
  padding: 8px 12px;
  border-radius: 3px;
  color: #fff;
  background: #1d2b3a;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.08), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  font-size: 14px;
  line-height: 1.7143;
}
.tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  margin: 6px;
}
.tooltip[x-placement^=bottom] {
  margin-top: 8px;
}
.tooltip[x-placement^=bottom] .tooltip-arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #1d2b3a;
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=top] {
  margin-bottom: 8px;
}
.tooltip[x-placement^=top] .tooltip-arrow {
  bottom: -6px;
  border-top-color: #1d2b3a;
  border-bottom-width: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^=right] {
  margin-left: 8px;
}
.tooltip[x-placement^=right] .tooltip-arrow {
  left: -6px;
  border-right-color: #1d2b3a;
  border-left-width: 0;
  margin-right: 0;
  margin-left: 0;
}
.tooltip[x-placement^=left] {
  margin-right: 8px;
}
.tooltip[x-placement^=left] .tooltip-arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #1d2b3a;
  margin-right: 0;
  margin-left: 0;
}

.dropdown-content {
  padding: 0;
  margin: 0;
}

.popconfirm {
  min-width: 280px;
  max-width: 320px;
  padding: 24px;
  box-shadow: 0 6px 12px 0 rgba(2, 5, 8, 0.04), 0 1px 2px 0 rgba(2, 5, 8, 0.08);
  z-index: 80;
}
.popconfirm[x-placement^=bottom] {
  top: 2px !important;
  margin-top: 12px;
}
.popconfirm[x-placement^=bottom] .popper-arrow {
  box-shadow: -6px -6px 12px 0 rgba(2, 5, 8, 0.04), -1px -1px 2px 0 rgba(2, 5, 8, 0.08);
}
.popconfirm[x-placement^=top] {
  margin-bottom: 12px;
}
.popconfirm[x-placement^=top] .popper-arrow {
  box-shadow: 6px 6px 12px 0 rgba(2, 5, 8, 0.04), 1px 1px 2px 0 rgba(2, 5, 8, 0.08);
}
.popconfirm[x-placement^=right] {
  left: 2px !important;
  margin-left: 12px;
}
.popconfirm[x-placement^=right] .popper-arrow {
  box-shadow: -6px 6px 12px 0 rgba(2, 5, 8, 0.04), -1px 1px 2px 0 rgba(2, 5, 8, 0.08);
}
.popconfirm[x-placement^=left] {
  margin-right: 12px;
}
.popconfirm[x-placement^=left] .popper-arrow {
  box-shadow: 6px -6px 12px 0 rgba(2, 5, 8, 0.04), 1px -1px 2px 0 rgba(2, 5, 8, 0.08);
}
.popconfirm .popconfirm-tips {
  padding-bottom: 24px;
  line-height: 1.7143;
}
.popconfirm .popconfirm-tips .popconfirm-icon {
  position: absolute;
  top: 27px;
}
.popconfirm .popconfirm-tips .popconfirm-icon .icon {
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.popconfirm .popconfirm-tips .popconfirm-icon .icon.icon-success {
  background-image: var(--icon-status-success);
}
.popconfirm .popconfirm-tips .popconfirm-icon .icon.icon-info {
  background-image: var(--icon-status-info);
}
.popconfirm .popconfirm-tips .popconfirm-icon .icon.icon-warning {
  background-image: var(--icon-status-warning);
}
.popconfirm .popconfirm-tips .popconfirm-icon .icon.icon-error {
  background-image: var(--icon-status-error);
}
.popconfirm .popconfirm-tips .popconfirm-icon + div {
  margin-left: 33px;
}
.popconfirm .popconfirm-footer {
  text-align: right;
}
.popconfirm .popconfirm-footer .button:not(:last-child) {
  margin-right: 10px;
}

body {
  font-size: 1rem;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title {
  line-height: 1.25;
}

h6.is-6.title {
  line-height: 1.286;
}

.annotation {
  color: #697886;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
}

code,
pre {
  line-height: 1.7143;
}

/*
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @access public
 * @param {Keyword | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 *
 * @see https://www.sitepoint.com/building-linear-gradient-mixin-sass/
 */
.qx-button-size-big {
  display: inline-flex;
  width: 100%;
  height: 56px;
  height: 4rem;
  font-size: 18px;
  font-size: 1.2857142857rem;
}
.qx-button-size-big.button.is-loading {
  position: relative;
}
.qx-button-size-big.button.is-loading .icon.loading-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qx-button-size-big img, .qx-button-size-big span {
  vertical-align: middle;
}

.qx-big-form.margin-bottom {
  margin-bottom: 24px;
  margin-bottom: 1.7142857143rem;
}
.qx-big-form .field .control {
  flex-wrap: wrap;
}
.qx-big-form .field:last-child {
  margin-bottom: 32px;
  margin-bottom: 2.2857142857rem;
}
.qx-big-form .field:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1.1428571429rem;
}
.qx-big-form .control.has-icons-left {
  width: 100%;
}
.qx-big-form .control.has-icons-left .input {
  padding-left: 39.5px;
  padding-left: 2.8214285714rem;
}
.qx-big-form .control.has-icons-left .icon {
  top: 16px;
  top: 1.1428571429rem;
}
.qx-big-form .control.has-icons-right .spin.spin-spinning.is-right {
  right: 32px;
  position: absolute;
  top: 1px;
}
.qx-big-form .button.is-loading .icon {
  top: 4px;
  top: 0.2857142857rem;
}
.qx-big-form input.input.qx-input-size-big {
  width: 100%;
  height: 56px;
  height: 4rem;
  background-color: #f8fafc;
  border: none;
}
.qx-big-form input.input.qx-input-size-big.err {
  border: 1px solid #ca2621;
}
.qx-big-form .input-right-text-btn {
  position: absolute;
  right: 6px;
  right: 0.4285714286rem;
  top: 12px;
  top: 0.8571428571rem;
  font-size: 14px;
  font-size: 1rem;
}
.qx-big-form .input-right-text-btn.button.is-loading .spin.spin-spinning.loading-wrapper .icon {
  top: -8px;
  right: -40px;
  width: 20px !important;
  height: 20px !important;
}
.qx-big-form .input-right-msg {
  position: absolute;
  right: 16px;
  right: 1.1428571429rem;
  top: 18px;
  top: 1.2857142857rem;
  font-size: 14px;
  font-size: 1rem;
  color: #a1a6ab;
}
.qx-big-form .qx-err-help {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.75;
  color: #ca2621;
}
.qx-big-form .qx-err-help a {
  color: inherit;
  text-decoration: underline;
}
.qx-big-form .input-password input.input.is-default ~ .icon.is-small.is-right {
  font-size: 24px;
}

.not-colored {
  color: inherit;
}

.link-enhanced {
  font-size: 16px;
  line-height: 1.5;
  color: #697886;
}
.link-enhanced.size-14 {
  font-size: 14px;
  line-height: 1.71;
}

.c-float-block {
  position: relative;
  margin: auto;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.c-float-block-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.c-top-right-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 60.69%;
  max-height: 100%;
}

i.red-asterisk::after {
  content: "*";
  color: red;
}

html {
  overflow: hidden;
}

body,
html {
  width: 100%;
  height: 100%;
}

#app {
  position: relative;
  height: 100%;
}
