.theme--light.v-application {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-application .text--primary {
  color: rgba(0, 0, 0, 0.87) !important;
}
.theme--light.v-application .text--secondary {
  color: rgba(0, 0, 0, 0.6) !important;
}
.theme--light.v-application .text--disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
.theme--dark.v-application {
  background: #121212;
  color: #FFFFFF;
}
.theme--dark.v-application .text--primary {
  color: #FFFFFF !important;
}
.theme--dark.v-application .text--secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.theme--dark.v-application .text--disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}
.v-application {
  display: flex;
  position: relative;
}
.v-application a {
  cursor: pointer;
}
.v-application--is-rtl {
  direction: rtl;
}
.v-application--wrap {
  flex: 1 1 auto;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
}
@-moz-document url-prefix() {
  @media print {
    .v-application {
      display: block;
    }
    .v-application--wrap {
      display: block;
    }
  }
}.theme--light.v-sheet {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-sheet--outlined {
  border: thin solid rgba(0, 0, 0, 0.12);
}
.theme--dark.v-sheet {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-sheet--outlined {
  border: thin solid rgba(255, 255, 255, 0.12);
}
.v-sheet {
  border-radius: 0;
}
.v-sheet:not(.v-sheet--outlined) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.v-sheet.v-sheet--shaped {
  border-radius: 20px 0;
}@keyframes v-shake {
  59% {
    margin-left: 0;
  }
  60%, 80% {
    margin-left: 2px;
  }
  70%, 90% {
    margin-left: -2px;
  }
}
.v-application .black {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.v-application .black--text {
  color: #000000 !important;
  caret-color: #000000 !important;
}
.v-application .white {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.v-application .white--text {
  color: #FFFFFF !important;
  caret-color: #FFFFFF !important;
}
.v-application .transparent {
  background-color: transparent !important;
  border-color: transparent !important;
}
.v-application .transparent--text {
  color: transparent !important;
  caret-color: transparent !important;
}
.v-application .red {
  background-color: #F44336 !important;
  border-color: #F44336 !important;
}
.v-application .red--text {
  color: #F44336 !important;
  caret-color: #F44336 !important;
}
.v-application .red.lighten-5 {
  background-color: #FFEBEE !important;
  border-color: #FFEBEE !important;
}
.v-application .red--text.text--lighten-5 {
  color: #FFEBEE !important;
  caret-color: #FFEBEE !important;
}
.v-application .red.lighten-4 {
  background-color: #FFCDD2 !important;
  border-color: #FFCDD2 !important;
}
.v-application .red--text.text--lighten-4 {
  color: #FFCDD2 !important;
  caret-color: #FFCDD2 !important;
}
.v-application .red.lighten-3 {
  background-color: #EF9A9A !important;
  border-color: #EF9A9A !important;
}
.v-application .red--text.text--lighten-3 {
  color: #EF9A9A !important;
  caret-color: #EF9A9A !important;
}
.v-application .red.lighten-2 {
  background-color: #E57373 !important;
  border-color: #E57373 !important;
}
.v-application .red--text.text--lighten-2 {
  color: #E57373 !important;
  caret-color: #E57373 !important;
}
.v-application .red.lighten-1 {
  background-color: #EF5350 !important;
  border-color: #EF5350 !important;
}
.v-application .red--text.text--lighten-1 {
  color: #EF5350 !important;
  caret-color: #EF5350 !important;
}
.v-application .red.darken-1 {
  background-color: #E53935 !important;
  border-color: #E53935 !important;
}
.v-application .red--text.text--darken-1 {
  color: #E53935 !important;
  caret-color: #E53935 !important;
}
.v-application .red.darken-2 {
  background-color: #D32F2F !important;
  border-color: #D32F2F !important;
}
.v-application .red--text.text--darken-2 {
  color: #D32F2F !important;
  caret-color: #D32F2F !important;
}
.v-application .red.darken-3 {
  background-color: #C62828 !important;
  border-color: #C62828 !important;
}
.v-application .red--text.text--darken-3 {
  color: #C62828 !important;
  caret-color: #C62828 !important;
}
.v-application .red.darken-4 {
  background-color: #B71C1C !important;
  border-color: #B71C1C !important;
}
.v-application .red--text.text--darken-4 {
  color: #B71C1C !important;
  caret-color: #B71C1C !important;
}
.v-application .red.accent-1 {
  background-color: #FF8A80 !important;
  border-color: #FF8A80 !important;
}
.v-application .red--text.text--accent-1 {
  color: #FF8A80 !important;
  caret-color: #FF8A80 !important;
}
.v-application .red.accent-2 {
  background-color: #FF5252 !important;
  border-color: #FF5252 !important;
}
.v-application .red--text.text--accent-2 {
  color: #FF5252 !important;
  caret-color: #FF5252 !important;
}
.v-application .red.accent-3 {
  background-color: #FF1744 !important;
  border-color: #FF1744 !important;
}
.v-application .red--text.text--accent-3 {
  color: #FF1744 !important;
  caret-color: #FF1744 !important;
}
.v-application .red.accent-4 {
  background-color: #D50000 !important;
  border-color: #D50000 !important;
}
.v-application .red--text.text--accent-4 {
  color: #D50000 !important;
  caret-color: #D50000 !important;
}
.v-application .pink {
  background-color: #e91e63 !important;
  border-color: #e91e63 !important;
}
.v-application .pink--text {
  color: #e91e63 !important;
  caret-color: #e91e63 !important;
}
.v-application .pink.lighten-5 {
  background-color: #fce4ec !important;
  border-color: #fce4ec !important;
}
.v-application .pink--text.text--lighten-5 {
  color: #fce4ec !important;
  caret-color: #fce4ec !important;
}
.v-application .pink.lighten-4 {
  background-color: #f8bbd0 !important;
  border-color: #f8bbd0 !important;
}
.v-application .pink--text.text--lighten-4 {
  color: #f8bbd0 !important;
  caret-color: #f8bbd0 !important;
}
.v-application .pink.lighten-3 {
  background-color: #f48fb1 !important;
  border-color: #f48fb1 !important;
}
.v-application .pink--text.text--lighten-3 {
  color: #f48fb1 !important;
  caret-color: #f48fb1 !important;
}
.v-application .pink.lighten-2 {
  background-color: #f06292 !important;
  border-color: #f06292 !important;
}
.v-application .pink--text.text--lighten-2 {
  color: #f06292 !important;
  caret-color: #f06292 !important;
}
.v-application .pink.lighten-1 {
  background-color: #ec407a !important;
  border-color: #ec407a !important;
}
.v-application .pink--text.text--lighten-1 {
  color: #ec407a !important;
  caret-color: #ec407a !important;
}
.v-application .pink.darken-1 {
  background-color: #d81b60 !important;
  border-color: #d81b60 !important;
}
.v-application .pink--text.text--darken-1 {
  color: #d81b60 !important;
  caret-color: #d81b60 !important;
}
.v-application .pink.darken-2 {
  background-color: #c2185b !important;
  border-color: #c2185b !important;
}
.v-application .pink--text.text--darken-2 {
  color: #c2185b !important;
  caret-color: #c2185b !important;
}
.v-application .pink.darken-3 {
  background-color: #ad1457 !important;
  border-color: #ad1457 !important;
}
.v-application .pink--text.text--darken-3 {
  color: #ad1457 !important;
  caret-color: #ad1457 !important;
}
.v-application .pink.darken-4 {
  background-color: #880e4f !important;
  border-color: #880e4f !important;
}
.v-application .pink--text.text--darken-4 {
  color: #880e4f !important;
  caret-color: #880e4f !important;
}
.v-application .pink.accent-1 {
  background-color: #ff80ab !important;
  border-color: #ff80ab !important;
}
.v-application .pink--text.text--accent-1 {
  color: #ff80ab !important;
  caret-color: #ff80ab !important;
}
.v-application .pink.accent-2 {
  background-color: #ff4081 !important;
  border-color: #ff4081 !important;
}
.v-application .pink--text.text--accent-2 {
  color: #ff4081 !important;
  caret-color: #ff4081 !important;
}
.v-application .pink.accent-3 {
  background-color: #f50057 !important;
  border-color: #f50057 !important;
}
.v-application .pink--text.text--accent-3 {
  color: #f50057 !important;
  caret-color: #f50057 !important;
}
.v-application .pink.accent-4 {
  background-color: #c51162 !important;
  border-color: #c51162 !important;
}
.v-application .pink--text.text--accent-4 {
  color: #c51162 !important;
  caret-color: #c51162 !important;
}
.v-application .purple {
  background-color: #9c27b0 !important;
  border-color: #9c27b0 !important;
}
.v-application .purple--text {
  color: #9c27b0 !important;
  caret-color: #9c27b0 !important;
}
.v-application .purple.lighten-5 {
  background-color: #f3e5f5 !important;
  border-color: #f3e5f5 !important;
}
.v-application .purple--text.text--lighten-5 {
  color: #f3e5f5 !important;
  caret-color: #f3e5f5 !important;
}
.v-application .purple.lighten-4 {
  background-color: #e1bee7 !important;
  border-color: #e1bee7 !important;
}
.v-application .purple--text.text--lighten-4 {
  color: #e1bee7 !important;
  caret-color: #e1bee7 !important;
}
.v-application .purple.lighten-3 {
  background-color: #ce93d8 !important;
  border-color: #ce93d8 !important;
}
.v-application .purple--text.text--lighten-3 {
  color: #ce93d8 !important;
  caret-color: #ce93d8 !important;
}
.v-application .purple.lighten-2 {
  background-color: #ba68c8 !important;
  border-color: #ba68c8 !important;
}
.v-application .purple--text.text--lighten-2 {
  color: #ba68c8 !important;
  caret-color: #ba68c8 !important;
}
.v-application .purple.lighten-1 {
  background-color: #ab47bc !important;
  border-color: #ab47bc !important;
}
.v-application .purple--text.text--lighten-1 {
  color: #ab47bc !important;
  caret-color: #ab47bc !important;
}
.v-application .purple.darken-1 {
  background-color: #8e24aa !important;
  border-color: #8e24aa !important;
}
.v-application .purple--text.text--darken-1 {
  color: #8e24aa !important;
  caret-color: #8e24aa !important;
}
.v-application .purple.darken-2 {
  background-color: #7b1fa2 !important;
  border-color: #7b1fa2 !important;
}
.v-application .purple--text.text--darken-2 {
  color: #7b1fa2 !important;
  caret-color: #7b1fa2 !important;
}
.v-application .purple.darken-3 {
  background-color: #6a1b9a !important;
  border-color: #6a1b9a !important;
}
.v-application .purple--text.text--darken-3 {
  color: #6a1b9a !important;
  caret-color: #6a1b9a !important;
}
.v-application .purple.darken-4 {
  background-color: #4a148c !important;
  border-color: #4a148c !important;
}
.v-application .purple--text.text--darken-4 {
  color: #4a148c !important;
  caret-color: #4a148c !important;
}
.v-application .purple.accent-1 {
  background-color: #ea80fc !important;
  border-color: #ea80fc !important;
}
.v-application .purple--text.text--accent-1 {
  color: #ea80fc !important;
  caret-color: #ea80fc !important;
}
.v-application .purple.accent-2 {
  background-color: #e040fb !important;
  border-color: #e040fb !important;
}
.v-application .purple--text.text--accent-2 {
  color: #e040fb !important;
  caret-color: #e040fb !important;
}
.v-application .purple.accent-3 {
  background-color: #d500f9 !important;
  border-color: #d500f9 !important;
}
.v-application .purple--text.text--accent-3 {
  color: #d500f9 !important;
  caret-color: #d500f9 !important;
}
.v-application .purple.accent-4 {
  background-color: #aa00ff !important;
  border-color: #aa00ff !important;
}
.v-application .purple--text.text--accent-4 {
  color: #aa00ff !important;
  caret-color: #aa00ff !important;
}
.v-application .deep-purple {
  background-color: #673ab7 !important;
  border-color: #673ab7 !important;
}
.v-application .deep-purple--text {
  color: #673ab7 !important;
  caret-color: #673ab7 !important;
}
.v-application .deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
  border-color: #ede7f6 !important;
}
.v-application .deep-purple--text.text--lighten-5 {
  color: #ede7f6 !important;
  caret-color: #ede7f6 !important;
}
.v-application .deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
  border-color: #d1c4e9 !important;
}
.v-application .deep-purple--text.text--lighten-4 {
  color: #d1c4e9 !important;
  caret-color: #d1c4e9 !important;
}
.v-application .deep-purple.lighten-3 {
  background-color: #b39ddb !important;
  border-color: #b39ddb !important;
}
.v-application .deep-purple--text.text--lighten-3 {
  color: #b39ddb !important;
  caret-color: #b39ddb !important;
}
.v-application .deep-purple.lighten-2 {
  background-color: #9575cd !important;
  border-color: #9575cd !important;
}
.v-application .deep-purple--text.text--lighten-2 {
  color: #9575cd !important;
  caret-color: #9575cd !important;
}
.v-application .deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
  border-color: #7e57c2 !important;
}
.v-application .deep-purple--text.text--lighten-1 {
  color: #7e57c2 !important;
  caret-color: #7e57c2 !important;
}
.v-application .deep-purple.darken-1 {
  background-color: #5e35b1 !important;
  border-color: #5e35b1 !important;
}
.v-application .deep-purple--text.text--darken-1 {
  color: #5e35b1 !important;
  caret-color: #5e35b1 !important;
}
.v-application .deep-purple.darken-2 {
  background-color: #512da8 !important;
  border-color: #512da8 !important;
}
.v-application .deep-purple--text.text--darken-2 {
  color: #512da8 !important;
  caret-color: #512da8 !important;
}
.v-application .deep-purple.darken-3 {
  background-color: #4527a0 !important;
  border-color: #4527a0 !important;
}
.v-application .deep-purple--text.text--darken-3 {
  color: #4527a0 !important;
  caret-color: #4527a0 !important;
}
.v-application .deep-purple.darken-4 {
  background-color: #311b92 !important;
  border-color: #311b92 !important;
}
.v-application .deep-purple--text.text--darken-4 {
  color: #311b92 !important;
  caret-color: #311b92 !important;
}
.v-application .deep-purple.accent-1 {
  background-color: #b388ff !important;
  border-color: #b388ff !important;
}
.v-application .deep-purple--text.text--accent-1 {
  color: #b388ff !important;
  caret-color: #b388ff !important;
}
.v-application .deep-purple.accent-2 {
  background-color: #7c4dff !important;
  border-color: #7c4dff !important;
}
.v-application .deep-purple--text.text--accent-2 {
  color: #7c4dff !important;
  caret-color: #7c4dff !important;
}
.v-application .deep-purple.accent-3 {
  background-color: #651fff !important;
  border-color: #651fff !important;
}
.v-application .deep-purple--text.text--accent-3 {
  color: #651fff !important;
  caret-color: #651fff !important;
}
.v-application .deep-purple.accent-4 {
  background-color: #6200ea !important;
  border-color: #6200ea !important;
}
.v-application .deep-purple--text.text--accent-4 {
  color: #6200ea !important;
  caret-color: #6200ea !important;
}
.v-application .indigo {
  background-color: #3f51b5 !important;
  border-color: #3f51b5 !important;
}
.v-application .indigo--text {
  color: #3f51b5 !important;
  caret-color: #3f51b5 !important;
}
.v-application .indigo.lighten-5 {
  background-color: #e8eaf6 !important;
  border-color: #e8eaf6 !important;
}
.v-application .indigo--text.text--lighten-5 {
  color: #e8eaf6 !important;
  caret-color: #e8eaf6 !important;
}
.v-application .indigo.lighten-4 {
  background-color: #c5cae9 !important;
  border-color: #c5cae9 !important;
}
.v-application .indigo--text.text--lighten-4 {
  color: #c5cae9 !important;
  caret-color: #c5cae9 !important;
}
.v-application .indigo.lighten-3 {
  background-color: #9fa8da !important;
  border-color: #9fa8da !important;
}
.v-application .indigo--text.text--lighten-3 {
  color: #9fa8da !important;
  caret-color: #9fa8da !important;
}
.v-application .indigo.lighten-2 {
  background-color: #7986cb !important;
  border-color: #7986cb !important;
}
.v-application .indigo--text.text--lighten-2 {
  color: #7986cb !important;
  caret-color: #7986cb !important;
}
.v-application .indigo.lighten-1 {
  background-color: #5c6bc0 !important;
  border-color: #5c6bc0 !important;
}
.v-application .indigo--text.text--lighten-1 {
  color: #5c6bc0 !important;
  caret-color: #5c6bc0 !important;
}
.v-application .indigo.darken-1 {
  background-color: #3949ab !important;
  border-color: #3949ab !important;
}
.v-application .indigo--text.text--darken-1 {
  color: #3949ab !important;
  caret-color: #3949ab !important;
}
.v-application .indigo.darken-2 {
  background-color: #303f9f !important;
  border-color: #303f9f !important;
}
.v-application .indigo--text.text--darken-2 {
  color: #303f9f !important;
  caret-color: #303f9f !important;
}
.v-application .indigo.darken-3 {
  background-color: #283593 !important;
  border-color: #283593 !important;
}
.v-application .indigo--text.text--darken-3 {
  color: #283593 !important;
  caret-color: #283593 !important;
}
.v-application .indigo.darken-4 {
  background-color: #1a237e !important;
  border-color: #1a237e !important;
}
.v-application .indigo--text.text--darken-4 {
  color: #1a237e !important;
  caret-color: #1a237e !important;
}
.v-application .indigo.accent-1 {
  background-color: #8c9eff !important;
  border-color: #8c9eff !important;
}
.v-application .indigo--text.text--accent-1 {
  color: #8c9eff !important;
  caret-color: #8c9eff !important;
}
.v-application .indigo.accent-2 {
  background-color: #536dfe !important;
  border-color: #536dfe !important;
}
.v-application .indigo--text.text--accent-2 {
  color: #536dfe !important;
  caret-color: #536dfe !important;
}
.v-application .indigo.accent-3 {
  background-color: #3d5afe !important;
  border-color: #3d5afe !important;
}
.v-application .indigo--text.text--accent-3 {
  color: #3d5afe !important;
  caret-color: #3d5afe !important;
}
.v-application .indigo.accent-4 {
  background-color: #304ffe !important;
  border-color: #304ffe !important;
}
.v-application .indigo--text.text--accent-4 {
  color: #304ffe !important;
  caret-color: #304ffe !important;
}
.v-application .blue {
  background-color: #2196F3 !important;
  border-color: #2196F3 !important;
}
.v-application .blue--text {
  color: #2196F3 !important;
  caret-color: #2196F3 !important;
}
.v-application .blue.lighten-5 {
  background-color: #E3F2FD !important;
  border-color: #E3F2FD !important;
}
.v-application .blue--text.text--lighten-5 {
  color: #E3F2FD !important;
  caret-color: #E3F2FD !important;
}
.v-application .blue.lighten-4 {
  background-color: #BBDEFB !important;
  border-color: #BBDEFB !important;
}
.v-application .blue--text.text--lighten-4 {
  color: #BBDEFB !important;
  caret-color: #BBDEFB !important;
}
.v-application .blue.lighten-3 {
  background-color: #90CAF9 !important;
  border-color: #90CAF9 !important;
}
.v-application .blue--text.text--lighten-3 {
  color: #90CAF9 !important;
  caret-color: #90CAF9 !important;
}
.v-application .blue.lighten-2 {
  background-color: #64B5F6 !important;
  border-color: #64B5F6 !important;
}
.v-application .blue--text.text--lighten-2 {
  color: #64B5F6 !important;
  caret-color: #64B5F6 !important;
}
.v-application .blue.lighten-1 {
  background-color: #42A5F5 !important;
  border-color: #42A5F5 !important;
}
.v-application .blue--text.text--lighten-1 {
  color: #42A5F5 !important;
  caret-color: #42A5F5 !important;
}
.v-application .blue.darken-1 {
  background-color: #1E88E5 !important;
  border-color: #1E88E5 !important;
}
.v-application .blue--text.text--darken-1 {
  color: #1E88E5 !important;
  caret-color: #1E88E5 !important;
}
.v-application .blue.darken-2 {
  background-color: #1976D2 !important;
  border-color: #1976D2 !important;
}
.v-application .blue--text.text--darken-2 {
  color: #1976D2 !important;
  caret-color: #1976D2 !important;
}
.v-application .blue.darken-3 {
  background-color: #1565C0 !important;
  border-color: #1565C0 !important;
}
.v-application .blue--text.text--darken-3 {
  color: #1565C0 !important;
  caret-color: #1565C0 !important;
}
.v-application .blue.darken-4 {
  background-color: #0D47A1 !important;
  border-color: #0D47A1 !important;
}
.v-application .blue--text.text--darken-4 {
  color: #0D47A1 !important;
  caret-color: #0D47A1 !important;
}
.v-application .blue.accent-1 {
  background-color: #82B1FF !important;
  border-color: #82B1FF !important;
}
.v-application .blue--text.text--accent-1 {
  color: #82B1FF !important;
  caret-color: #82B1FF !important;
}
.v-application .blue.accent-2 {
  background-color: #448AFF !important;
  border-color: #448AFF !important;
}
.v-application .blue--text.text--accent-2 {
  color: #448AFF !important;
  caret-color: #448AFF !important;
}
.v-application .blue.accent-3 {
  background-color: #2979FF !important;
  border-color: #2979FF !important;
}
.v-application .blue--text.text--accent-3 {
  color: #2979FF !important;
  caret-color: #2979FF !important;
}
.v-application .blue.accent-4 {
  background-color: #2962FF !important;
  border-color: #2962FF !important;
}
.v-application .blue--text.text--accent-4 {
  color: #2962FF !important;
  caret-color: #2962FF !important;
}
.v-application .light-blue {
  background-color: #03a9f4 !important;
  border-color: #03a9f4 !important;
}
.v-application .light-blue--text {
  color: #03a9f4 !important;
  caret-color: #03a9f4 !important;
}
.v-application .light-blue.lighten-5 {
  background-color: #e1f5fe !important;
  border-color: #e1f5fe !important;
}
.v-application .light-blue--text.text--lighten-5 {
  color: #e1f5fe !important;
  caret-color: #e1f5fe !important;
}
.v-application .light-blue.lighten-4 {
  background-color: #b3e5fc !important;
  border-color: #b3e5fc !important;
}
.v-application .light-blue--text.text--lighten-4 {
  color: #b3e5fc !important;
  caret-color: #b3e5fc !important;
}
.v-application .light-blue.lighten-3 {
  background-color: #81d4fa !important;
  border-color: #81d4fa !important;
}
.v-application .light-blue--text.text--lighten-3 {
  color: #81d4fa !important;
  caret-color: #81d4fa !important;
}
.v-application .light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
  border-color: #4fc3f7 !important;
}
.v-application .light-blue--text.text--lighten-2 {
  color: #4fc3f7 !important;
  caret-color: #4fc3f7 !important;
}
.v-application .light-blue.lighten-1 {
  background-color: #29b6f6 !important;
  border-color: #29b6f6 !important;
}
.v-application .light-blue--text.text--lighten-1 {
  color: #29b6f6 !important;
  caret-color: #29b6f6 !important;
}
.v-application .light-blue.darken-1 {
  background-color: #039be5 !important;
  border-color: #039be5 !important;
}
.v-application .light-blue--text.text--darken-1 {
  color: #039be5 !important;
  caret-color: #039be5 !important;
}
.v-application .light-blue.darken-2 {
  background-color: #0288d1 !important;
  border-color: #0288d1 !important;
}
.v-application .light-blue--text.text--darken-2 {
  color: #0288d1 !important;
  caret-color: #0288d1 !important;
}
.v-application .light-blue.darken-3 {
  background-color: #0277bd !important;
  border-color: #0277bd !important;
}
.v-application .light-blue--text.text--darken-3 {
  color: #0277bd !important;
  caret-color: #0277bd !important;
}
.v-application .light-blue.darken-4 {
  background-color: #01579b !important;
  border-color: #01579b !important;
}
.v-application .light-blue--text.text--darken-4 {
  color: #01579b !important;
  caret-color: #01579b !important;
}
.v-application .light-blue.accent-1 {
  background-color: #80d8ff !important;
  border-color: #80d8ff !important;
}
.v-application .light-blue--text.text--accent-1 {
  color: #80d8ff !important;
  caret-color: #80d8ff !important;
}
.v-application .light-blue.accent-2 {
  background-color: #40c4ff !important;
  border-color: #40c4ff !important;
}
.v-application .light-blue--text.text--accent-2 {
  color: #40c4ff !important;
  caret-color: #40c4ff !important;
}
.v-application .light-blue.accent-3 {
  background-color: #00b0ff !important;
  border-color: #00b0ff !important;
}
.v-application .light-blue--text.text--accent-3 {
  color: #00b0ff !important;
  caret-color: #00b0ff !important;
}
.v-application .light-blue.accent-4 {
  background-color: #0091ea !important;
  border-color: #0091ea !important;
}
.v-application .light-blue--text.text--accent-4 {
  color: #0091ea !important;
  caret-color: #0091ea !important;
}
.v-application .cyan {
  background-color: #00bcd4 !important;
  border-color: #00bcd4 !important;
}
.v-application .cyan--text {
  color: #00bcd4 !important;
  caret-color: #00bcd4 !important;
}
.v-application .cyan.lighten-5 {
  background-color: #e0f7fa !important;
  border-color: #e0f7fa !important;
}
.v-application .cyan--text.text--lighten-5 {
  color: #e0f7fa !important;
  caret-color: #e0f7fa !important;
}
.v-application .cyan.lighten-4 {
  background-color: #b2ebf2 !important;
  border-color: #b2ebf2 !important;
}
.v-application .cyan--text.text--lighten-4 {
  color: #b2ebf2 !important;
  caret-color: #b2ebf2 !important;
}
.v-application .cyan.lighten-3 {
  background-color: #80deea !important;
  border-color: #80deea !important;
}
.v-application .cyan--text.text--lighten-3 {
  color: #80deea !important;
  caret-color: #80deea !important;
}
.v-application .cyan.lighten-2 {
  background-color: #4dd0e1 !important;
  border-color: #4dd0e1 !important;
}
.v-application .cyan--text.text--lighten-2 {
  color: #4dd0e1 !important;
  caret-color: #4dd0e1 !important;
}
.v-application .cyan.lighten-1 {
  background-color: #26c6da !important;
  border-color: #26c6da !important;
}
.v-application .cyan--text.text--lighten-1 {
  color: #26c6da !important;
  caret-color: #26c6da !important;
}
.v-application .cyan.darken-1 {
  background-color: #00acc1 !important;
  border-color: #00acc1 !important;
}
.v-application .cyan--text.text--darken-1 {
  color: #00acc1 !important;
  caret-color: #00acc1 !important;
}
.v-application .cyan.darken-2 {
  background-color: #0097a7 !important;
  border-color: #0097a7 !important;
}
.v-application .cyan--text.text--darken-2 {
  color: #0097a7 !important;
  caret-color: #0097a7 !important;
}
.v-application .cyan.darken-3 {
  background-color: #00838f !important;
  border-color: #00838f !important;
}
.v-application .cyan--text.text--darken-3 {
  color: #00838f !important;
  caret-color: #00838f !important;
}
.v-application .cyan.darken-4 {
  background-color: #006064 !important;
  border-color: #006064 !important;
}
.v-application .cyan--text.text--darken-4 {
  color: #006064 !important;
  caret-color: #006064 !important;
}
.v-application .cyan.accent-1 {
  background-color: #84ffff !important;
  border-color: #84ffff !important;
}
.v-application .cyan--text.text--accent-1 {
  color: #84ffff !important;
  caret-color: #84ffff !important;
}
.v-application .cyan.accent-2 {
  background-color: #18ffff !important;
  border-color: #18ffff !important;
}
.v-application .cyan--text.text--accent-2 {
  color: #18ffff !important;
  caret-color: #18ffff !important;
}
.v-application .cyan.accent-3 {
  background-color: #00e5ff !important;
  border-color: #00e5ff !important;
}
.v-application .cyan--text.text--accent-3 {
  color: #00e5ff !important;
  caret-color: #00e5ff !important;
}
.v-application .cyan.accent-4 {
  background-color: #00b8d4 !important;
  border-color: #00b8d4 !important;
}
.v-application .cyan--text.text--accent-4 {
  color: #00b8d4 !important;
  caret-color: #00b8d4 !important;
}
.v-application .teal {
  background-color: #009688 !important;
  border-color: #009688 !important;
}
.v-application .teal--text {
  color: #009688 !important;
  caret-color: #009688 !important;
}
.v-application .teal.lighten-5 {
  background-color: #e0f2f1 !important;
  border-color: #e0f2f1 !important;
}
.v-application .teal--text.text--lighten-5 {
  color: #e0f2f1 !important;
  caret-color: #e0f2f1 !important;
}
.v-application .teal.lighten-4 {
  background-color: #b2dfdb !important;
  border-color: #b2dfdb !important;
}
.v-application .teal--text.text--lighten-4 {
  color: #b2dfdb !important;
  caret-color: #b2dfdb !important;
}
.v-application .teal.lighten-3 {
  background-color: #80cbc4 !important;
  border-color: #80cbc4 !important;
}
.v-application .teal--text.text--lighten-3 {
  color: #80cbc4 !important;
  caret-color: #80cbc4 !important;
}
.v-application .teal.lighten-2 {
  background-color: #4db6ac !important;
  border-color: #4db6ac !important;
}
.v-application .teal--text.text--lighten-2 {
  color: #4db6ac !important;
  caret-color: #4db6ac !important;
}
.v-application .teal.lighten-1 {
  background-color: #26a69a !important;
  border-color: #26a69a !important;
}
.v-application .teal--text.text--lighten-1 {
  color: #26a69a !important;
  caret-color: #26a69a !important;
}
.v-application .teal.darken-1 {
  background-color: #00897b !important;
  border-color: #00897b !important;
}
.v-application .teal--text.text--darken-1 {
  color: #00897b !important;
  caret-color: #00897b !important;
}
.v-application .teal.darken-2 {
  background-color: #00796b !important;
  border-color: #00796b !important;
}
.v-application .teal--text.text--darken-2 {
  color: #00796b !important;
  caret-color: #00796b !important;
}
.v-application .teal.darken-3 {
  background-color: #00695c !important;
  border-color: #00695c !important;
}
.v-application .teal--text.text--darken-3 {
  color: #00695c !important;
  caret-color: #00695c !important;
}
.v-application .teal.darken-4 {
  background-color: #004d40 !important;
  border-color: #004d40 !important;
}
.v-application .teal--text.text--darken-4 {
  color: #004d40 !important;
  caret-color: #004d40 !important;
}
.v-application .teal.accent-1 {
  background-color: #a7ffeb !important;
  border-color: #a7ffeb !important;
}
.v-application .teal--text.text--accent-1 {
  color: #a7ffeb !important;
  caret-color: #a7ffeb !important;
}
.v-application .teal.accent-2 {
  background-color: #64ffda !important;
  border-color: #64ffda !important;
}
.v-application .teal--text.text--accent-2 {
  color: #64ffda !important;
  caret-color: #64ffda !important;
}
.v-application .teal.accent-3 {
  background-color: #1de9b6 !important;
  border-color: #1de9b6 !important;
}
.v-application .teal--text.text--accent-3 {
  color: #1de9b6 !important;
  caret-color: #1de9b6 !important;
}
.v-application .teal.accent-4 {
  background-color: #00bfa5 !important;
  border-color: #00bfa5 !important;
}
.v-application .teal--text.text--accent-4 {
  color: #00bfa5 !important;
  caret-color: #00bfa5 !important;
}
.v-application .green {
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.v-application .green--text {
  color: #4CAF50 !important;
  caret-color: #4CAF50 !important;
}
.v-application .green.lighten-5 {
  background-color: #E8F5E9 !important;
  border-color: #E8F5E9 !important;
}
.v-application .green--text.text--lighten-5 {
  color: #E8F5E9 !important;
  caret-color: #E8F5E9 !important;
}
.v-application .green.lighten-4 {
  background-color: #C8E6C9 !important;
  border-color: #C8E6C9 !important;
}
.v-application .green--text.text--lighten-4 {
  color: #C8E6C9 !important;
  caret-color: #C8E6C9 !important;
}
.v-application .green.lighten-3 {
  background-color: #A5D6A7 !important;
  border-color: #A5D6A7 !important;
}
.v-application .green--text.text--lighten-3 {
  color: #A5D6A7 !important;
  caret-color: #A5D6A7 !important;
}
.v-application .green.lighten-2 {
  background-color: #81C784 !important;
  border-color: #81C784 !important;
}
.v-application .green--text.text--lighten-2 {
  color: #81C784 !important;
  caret-color: #81C784 !important;
}
.v-application .green.lighten-1 {
  background-color: #66BB6A !important;
  border-color: #66BB6A !important;
}
.v-application .green--text.text--lighten-1 {
  color: #66BB6A !important;
  caret-color: #66BB6A !important;
}
.v-application .green.darken-1 {
  background-color: #43A047 !important;
  border-color: #43A047 !important;
}
.v-application .green--text.text--darken-1 {
  color: #43A047 !important;
  caret-color: #43A047 !important;
}
.v-application .green.darken-2 {
  background-color: #388E3C !important;
  border-color: #388E3C !important;
}
.v-application .green--text.text--darken-2 {
  color: #388E3C !important;
  caret-color: #388E3C !important;
}
.v-application .green.darken-3 {
  background-color: #2E7D32 !important;
  border-color: #2E7D32 !important;
}
.v-application .green--text.text--darken-3 {
  color: #2E7D32 !important;
  caret-color: #2E7D32 !important;
}
.v-application .green.darken-4 {
  background-color: #1B5E20 !important;
  border-color: #1B5E20 !important;
}
.v-application .green--text.text--darken-4 {
  color: #1B5E20 !important;
  caret-color: #1B5E20 !important;
}
.v-application .green.accent-1 {
  background-color: #B9F6CA !important;
  border-color: #B9F6CA !important;
}
.v-application .green--text.text--accent-1 {
  color: #B9F6CA !important;
  caret-color: #B9F6CA !important;
}
.v-application .green.accent-2 {
  background-color: #69F0AE !important;
  border-color: #69F0AE !important;
}
.v-application .green--text.text--accent-2 {
  color: #69F0AE !important;
  caret-color: #69F0AE !important;
}
.v-application .green.accent-3 {
  background-color: #00E676 !important;
  border-color: #00E676 !important;
}
.v-application .green--text.text--accent-3 {
  color: #00E676 !important;
  caret-color: #00E676 !important;
}
.v-application .green.accent-4 {
  background-color: #00C853 !important;
  border-color: #00C853 !important;
}
.v-application .green--text.text--accent-4 {
  color: #00C853 !important;
  caret-color: #00C853 !important;
}
.v-application .light-green {
  background-color: #8bc34a !important;
  border-color: #8bc34a !important;
}
.v-application .light-green--text {
  color: #8bc34a !important;
  caret-color: #8bc34a !important;
}
.v-application .light-green.lighten-5 {
  background-color: #f1f8e9 !important;
  border-color: #f1f8e9 !important;
}
.v-application .light-green--text.text--lighten-5 {
  color: #f1f8e9 !important;
  caret-color: #f1f8e9 !important;
}
.v-application .light-green.lighten-4 {
  background-color: #dcedc8 !important;
  border-color: #dcedc8 !important;
}
.v-application .light-green--text.text--lighten-4 {
  color: #dcedc8 !important;
  caret-color: #dcedc8 !important;
}
.v-application .light-green.lighten-3 {
  background-color: #c5e1a5 !important;
  border-color: #c5e1a5 !important;
}
.v-application .light-green--text.text--lighten-3 {
  color: #c5e1a5 !important;
  caret-color: #c5e1a5 !important;
}
.v-application .light-green.lighten-2 {
  background-color: #aed581 !important;
  border-color: #aed581 !important;
}
.v-application .light-green--text.text--lighten-2 {
  color: #aed581 !important;
  caret-color: #aed581 !important;
}
.v-application .light-green.lighten-1 {
  background-color: #9ccc65 !important;
  border-color: #9ccc65 !important;
}
.v-application .light-green--text.text--lighten-1 {
  color: #9ccc65 !important;
  caret-color: #9ccc65 !important;
}
.v-application .light-green.darken-1 {
  background-color: #7cb342 !important;
  border-color: #7cb342 !important;
}
.v-application .light-green--text.text--darken-1 {
  color: #7cb342 !important;
  caret-color: #7cb342 !important;
}
.v-application .light-green.darken-2 {
  background-color: #689f38 !important;
  border-color: #689f38 !important;
}
.v-application .light-green--text.text--darken-2 {
  color: #689f38 !important;
  caret-color: #689f38 !important;
}
.v-application .light-green.darken-3 {
  background-color: #558b2f !important;
  border-color: #558b2f !important;
}
.v-application .light-green--text.text--darken-3 {
  color: #558b2f !important;
  caret-color: #558b2f !important;
}
.v-application .light-green.darken-4 {
  background-color: #33691e !important;
  border-color: #33691e !important;
}
.v-application .light-green--text.text--darken-4 {
  color: #33691e !important;
  caret-color: #33691e !important;
}
.v-application .light-green.accent-1 {
  background-color: #ccff90 !important;
  border-color: #ccff90 !important;
}
.v-application .light-green--text.text--accent-1 {
  color: #ccff90 !important;
  caret-color: #ccff90 !important;
}
.v-application .light-green.accent-2 {
  background-color: #b2ff59 !important;
  border-color: #b2ff59 !important;
}
.v-application .light-green--text.text--accent-2 {
  color: #b2ff59 !important;
  caret-color: #b2ff59 !important;
}
.v-application .light-green.accent-3 {
  background-color: #76ff03 !important;
  border-color: #76ff03 !important;
}
.v-application .light-green--text.text--accent-3 {
  color: #76ff03 !important;
  caret-color: #76ff03 !important;
}
.v-application .light-green.accent-4 {
  background-color: #64dd17 !important;
  border-color: #64dd17 !important;
}
.v-application .light-green--text.text--accent-4 {
  color: #64dd17 !important;
  caret-color: #64dd17 !important;
}
.v-application .lime {
  background-color: #cddc39 !important;
  border-color: #cddc39 !important;
}
.v-application .lime--text {
  color: #cddc39 !important;
  caret-color: #cddc39 !important;
}
.v-application .lime.lighten-5 {
  background-color: #f9fbe7 !important;
  border-color: #f9fbe7 !important;
}
.v-application .lime--text.text--lighten-5 {
  color: #f9fbe7 !important;
  caret-color: #f9fbe7 !important;
}
.v-application .lime.lighten-4 {
  background-color: #f0f4c3 !important;
  border-color: #f0f4c3 !important;
}
.v-application .lime--text.text--lighten-4 {
  color: #f0f4c3 !important;
  caret-color: #f0f4c3 !important;
}
.v-application .lime.lighten-3 {
  background-color: #e6ee9c !important;
  border-color: #e6ee9c !important;
}
.v-application .lime--text.text--lighten-3 {
  color: #e6ee9c !important;
  caret-color: #e6ee9c !important;
}
.v-application .lime.lighten-2 {
  background-color: #dce775 !important;
  border-color: #dce775 !important;
}
.v-application .lime--text.text--lighten-2 {
  color: #dce775 !important;
  caret-color: #dce775 !important;
}
.v-application .lime.lighten-1 {
  background-color: #d4e157 !important;
  border-color: #d4e157 !important;
}
.v-application .lime--text.text--lighten-1 {
  color: #d4e157 !important;
  caret-color: #d4e157 !important;
}
.v-application .lime.darken-1 {
  background-color: #c0ca33 !important;
  border-color: #c0ca33 !important;
}
.v-application .lime--text.text--darken-1 {
  color: #c0ca33 !important;
  caret-color: #c0ca33 !important;
}
.v-application .lime.darken-2 {
  background-color: #afb42b !important;
  border-color: #afb42b !important;
}
.v-application .lime--text.text--darken-2 {
  color: #afb42b !important;
  caret-color: #afb42b !important;
}
.v-application .lime.darken-3 {
  background-color: #9e9d24 !important;
  border-color: #9e9d24 !important;
}
.v-application .lime--text.text--darken-3 {
  color: #9e9d24 !important;
  caret-color: #9e9d24 !important;
}
.v-application .lime.darken-4 {
  background-color: #827717 !important;
  border-color: #827717 !important;
}
.v-application .lime--text.text--darken-4 {
  color: #827717 !important;
  caret-color: #827717 !important;
}
.v-application .lime.accent-1 {
  background-color: #f4ff81 !important;
  border-color: #f4ff81 !important;
}
.v-application .lime--text.text--accent-1 {
  color: #f4ff81 !important;
  caret-color: #f4ff81 !important;
}
.v-application .lime.accent-2 {
  background-color: #eeff41 !important;
  border-color: #eeff41 !important;
}
.v-application .lime--text.text--accent-2 {
  color: #eeff41 !important;
  caret-color: #eeff41 !important;
}
.v-application .lime.accent-3 {
  background-color: #c6ff00 !important;
  border-color: #c6ff00 !important;
}
.v-application .lime--text.text--accent-3 {
  color: #c6ff00 !important;
  caret-color: #c6ff00 !important;
}
.v-application .lime.accent-4 {
  background-color: #aeea00 !important;
  border-color: #aeea00 !important;
}
.v-application .lime--text.text--accent-4 {
  color: #aeea00 !important;
  caret-color: #aeea00 !important;
}
.v-application .yellow {
  background-color: #ffeb3b !important;
  border-color: #ffeb3b !important;
}
.v-application .yellow--text {
  color: #ffeb3b !important;
  caret-color: #ffeb3b !important;
}
.v-application .yellow.lighten-5 {
  background-color: #fffde7 !important;
  border-color: #fffde7 !important;
}
.v-application .yellow--text.text--lighten-5 {
  color: #fffde7 !important;
  caret-color: #fffde7 !important;
}
.v-application .yellow.lighten-4 {
  background-color: #fff9c4 !important;
  border-color: #fff9c4 !important;
}
.v-application .yellow--text.text--lighten-4 {
  color: #fff9c4 !important;
  caret-color: #fff9c4 !important;
}
.v-application .yellow.lighten-3 {
  background-color: #fff59d !important;
  border-color: #fff59d !important;
}
.v-application .yellow--text.text--lighten-3 {
  color: #fff59d !important;
  caret-color: #fff59d !important;
}
.v-application .yellow.lighten-2 {
  background-color: #fff176 !important;
  border-color: #fff176 !important;
}
.v-application .yellow--text.text--lighten-2 {
  color: #fff176 !important;
  caret-color: #fff176 !important;
}
.v-application .yellow.lighten-1 {
  background-color: #ffee58 !important;
  border-color: #ffee58 !important;
}
.v-application .yellow--text.text--lighten-1 {
  color: #ffee58 !important;
  caret-color: #ffee58 !important;
}
.v-application .yellow.darken-1 {
  background-color: #fdd835 !important;
  border-color: #fdd835 !important;
}
.v-application .yellow--text.text--darken-1 {
  color: #fdd835 !important;
  caret-color: #fdd835 !important;
}
.v-application .yellow.darken-2 {
  background-color: #fbc02d !important;
  border-color: #fbc02d !important;
}
.v-application .yellow--text.text--darken-2 {
  color: #fbc02d !important;
  caret-color: #fbc02d !important;
}
.v-application .yellow.darken-3 {
  background-color: #f9a825 !important;
  border-color: #f9a825 !important;
}
.v-application .yellow--text.text--darken-3 {
  color: #f9a825 !important;
  caret-color: #f9a825 !important;
}
.v-application .yellow.darken-4 {
  background-color: #f57f17 !important;
  border-color: #f57f17 !important;
}
.v-application .yellow--text.text--darken-4 {
  color: #f57f17 !important;
  caret-color: #f57f17 !important;
}
.v-application .yellow.accent-1 {
  background-color: #ffff8d !important;
  border-color: #ffff8d !important;
}
.v-application .yellow--text.text--accent-1 {
  color: #ffff8d !important;
  caret-color: #ffff8d !important;
}
.v-application .yellow.accent-2 {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.v-application .yellow--text.text--accent-2 {
  color: #ffff00 !important;
  caret-color: #ffff00 !important;
}
.v-application .yellow.accent-3 {
  background-color: #ffea00 !important;
  border-color: #ffea00 !important;
}
.v-application .yellow--text.text--accent-3 {
  color: #ffea00 !important;
  caret-color: #ffea00 !important;
}
.v-application .yellow.accent-4 {
  background-color: #ffd600 !important;
  border-color: #ffd600 !important;
}
.v-application .yellow--text.text--accent-4 {
  color: #ffd600 !important;
  caret-color: #ffd600 !important;
}
.v-application .amber {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.v-application .amber--text {
  color: #ffc107 !important;
  caret-color: #ffc107 !important;
}
.v-application .amber.lighten-5 {
  background-color: #fff8e1 !important;
  border-color: #fff8e1 !important;
}
.v-application .amber--text.text--lighten-5 {
  color: #fff8e1 !important;
  caret-color: #fff8e1 !important;
}
.v-application .amber.lighten-4 {
  background-color: #ffecb3 !important;
  border-color: #ffecb3 !important;
}
.v-application .amber--text.text--lighten-4 {
  color: #ffecb3 !important;
  caret-color: #ffecb3 !important;
}
.v-application .amber.lighten-3 {
  background-color: #ffe082 !important;
  border-color: #ffe082 !important;
}
.v-application .amber--text.text--lighten-3 {
  color: #ffe082 !important;
  caret-color: #ffe082 !important;
}
.v-application .amber.lighten-2 {
  background-color: #ffd54f !important;
  border-color: #ffd54f !important;
}
.v-application .amber--text.text--lighten-2 {
  color: #ffd54f !important;
  caret-color: #ffd54f !important;
}
.v-application .amber.lighten-1 {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
}
.v-application .amber--text.text--lighten-1 {
  color: #ffca28 !important;
  caret-color: #ffca28 !important;
}
.v-application .amber.darken-1 {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
}
.v-application .amber--text.text--darken-1 {
  color: #ffb300 !important;
  caret-color: #ffb300 !important;
}
.v-application .amber.darken-2 {
  background-color: #ffa000 !important;
  border-color: #ffa000 !important;
}
.v-application .amber--text.text--darken-2 {
  color: #ffa000 !important;
  caret-color: #ffa000 !important;
}
.v-application .amber.darken-3 {
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
}
.v-application .amber--text.text--darken-3 {
  color: #ff8f00 !important;
  caret-color: #ff8f00 !important;
}
.v-application .amber.darken-4 {
  background-color: #ff6f00 !important;
  border-color: #ff6f00 !important;
}
.v-application .amber--text.text--darken-4 {
  color: #ff6f00 !important;
  caret-color: #ff6f00 !important;
}
.v-application .amber.accent-1 {
  background-color: #ffe57f !important;
  border-color: #ffe57f !important;
}
.v-application .amber--text.text--accent-1 {
  color: #ffe57f !important;
  caret-color: #ffe57f !important;
}
.v-application .amber.accent-2 {
  background-color: #ffd740 !important;
  border-color: #ffd740 !important;
}
.v-application .amber--text.text--accent-2 {
  color: #ffd740 !important;
  caret-color: #ffd740 !important;
}
.v-application .amber.accent-3 {
  background-color: #ffc400 !important;
  border-color: #ffc400 !important;
}
.v-application .amber--text.text--accent-3 {
  color: #ffc400 !important;
  caret-color: #ffc400 !important;
}
.v-application .amber.accent-4 {
  background-color: #ffab00 !important;
  border-color: #ffab00 !important;
}
.v-application .amber--text.text--accent-4 {
  color: #ffab00 !important;
  caret-color: #ffab00 !important;
}
.v-application .orange {
  background-color: #ff9800 !important;
  border-color: #ff9800 !important;
}
.v-application .orange--text {
  color: #ff9800 !important;
  caret-color: #ff9800 !important;
}
.v-application .orange.lighten-5 {
  background-color: #fff3e0 !important;
  border-color: #fff3e0 !important;
}
.v-application .orange--text.text--lighten-5 {
  color: #fff3e0 !important;
  caret-color: #fff3e0 !important;
}
.v-application .orange.lighten-4 {
  background-color: #ffe0b2 !important;
  border-color: #ffe0b2 !important;
}
.v-application .orange--text.text--lighten-4 {
  color: #ffe0b2 !important;
  caret-color: #ffe0b2 !important;
}
.v-application .orange.lighten-3 {
  background-color: #ffcc80 !important;
  border-color: #ffcc80 !important;
}
.v-application .orange--text.text--lighten-3 {
  color: #ffcc80 !important;
  caret-color: #ffcc80 !important;
}
.v-application .orange.lighten-2 {
  background-color: #ffb74d !important;
  border-color: #ffb74d !important;
}
.v-application .orange--text.text--lighten-2 {
  color: #ffb74d !important;
  caret-color: #ffb74d !important;
}
.v-application .orange.lighten-1 {
  background-color: #ffa726 !important;
  border-color: #ffa726 !important;
}
.v-application .orange--text.text--lighten-1 {
  color: #ffa726 !important;
  caret-color: #ffa726 !important;
}
.v-application .orange.darken-1 {
  background-color: #fb8c00 !important;
  border-color: #fb8c00 !important;
}
.v-application .orange--text.text--darken-1 {
  color: #fb8c00 !important;
  caret-color: #fb8c00 !important;
}
.v-application .orange.darken-2 {
  background-color: #f57c00 !important;
  border-color: #f57c00 !important;
}
.v-application .orange--text.text--darken-2 {
  color: #f57c00 !important;
  caret-color: #f57c00 !important;
}
.v-application .orange.darken-3 {
  background-color: #ef6c00 !important;
  border-color: #ef6c00 !important;
}
.v-application .orange--text.text--darken-3 {
  color: #ef6c00 !important;
  caret-color: #ef6c00 !important;
}
.v-application .orange.darken-4 {
  background-color: #e65100 !important;
  border-color: #e65100 !important;
}
.v-application .orange--text.text--darken-4 {
  color: #e65100 !important;
  caret-color: #e65100 !important;
}
.v-application .orange.accent-1 {
  background-color: #ffd180 !important;
  border-color: #ffd180 !important;
}
.v-application .orange--text.text--accent-1 {
  color: #ffd180 !important;
  caret-color: #ffd180 !important;
}
.v-application .orange.accent-2 {
  background-color: #ffab40 !important;
  border-color: #ffab40 !important;
}
.v-application .orange--text.text--accent-2 {
  color: #ffab40 !important;
  caret-color: #ffab40 !important;
}
.v-application .orange.accent-3 {
  background-color: #ff9100 !important;
  border-color: #ff9100 !important;
}
.v-application .orange--text.text--accent-3 {
  color: #ff9100 !important;
  caret-color: #ff9100 !important;
}
.v-application .orange.accent-4 {
  background-color: #ff6d00 !important;
  border-color: #ff6d00 !important;
}
.v-application .orange--text.text--accent-4 {
  color: #ff6d00 !important;
  caret-color: #ff6d00 !important;
}
.v-application .deep-orange {
  background-color: #ff5722 !important;
  border-color: #ff5722 !important;
}
.v-application .deep-orange--text {
  color: #ff5722 !important;
  caret-color: #ff5722 !important;
}
.v-application .deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
  border-color: #fbe9e7 !important;
}
.v-application .deep-orange--text.text--lighten-5 {
  color: #fbe9e7 !important;
  caret-color: #fbe9e7 !important;
}
.v-application .deep-orange.lighten-4 {
  background-color: #ffccbc !important;
  border-color: #ffccbc !important;
}
.v-application .deep-orange--text.text--lighten-4 {
  color: #ffccbc !important;
  caret-color: #ffccbc !important;
}
.v-application .deep-orange.lighten-3 {
  background-color: #ffab91 !important;
  border-color: #ffab91 !important;
}
.v-application .deep-orange--text.text--lighten-3 {
  color: #ffab91 !important;
  caret-color: #ffab91 !important;
}
.v-application .deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
  border-color: #ff8a65 !important;
}
.v-application .deep-orange--text.text--lighten-2 {
  color: #ff8a65 !important;
  caret-color: #ff8a65 !important;
}
.v-application .deep-orange.lighten-1 {
  background-color: #ff7043 !important;
  border-color: #ff7043 !important;
}
.v-application .deep-orange--text.text--lighten-1 {
  color: #ff7043 !important;
  caret-color: #ff7043 !important;
}
.v-application .deep-orange.darken-1 {
  background-color: #f4511e !important;
  border-color: #f4511e !important;
}
.v-application .deep-orange--text.text--darken-1 {
  color: #f4511e !important;
  caret-color: #f4511e !important;
}
.v-application .deep-orange.darken-2 {
  background-color: #e64a19 !important;
  border-color: #e64a19 !important;
}
.v-application .deep-orange--text.text--darken-2 {
  color: #e64a19 !important;
  caret-color: #e64a19 !important;
}
.v-application .deep-orange.darken-3 {
  background-color: #d84315 !important;
  border-color: #d84315 !important;
}
.v-application .deep-orange--text.text--darken-3 {
  color: #d84315 !important;
  caret-color: #d84315 !important;
}
.v-application .deep-orange.darken-4 {
  background-color: #bf360c !important;
  border-color: #bf360c !important;
}
.v-application .deep-orange--text.text--darken-4 {
  color: #bf360c !important;
  caret-color: #bf360c !important;
}
.v-application .deep-orange.accent-1 {
  background-color: #ff9e80 !important;
  border-color: #ff9e80 !important;
}
.v-application .deep-orange--text.text--accent-1 {
  color: #ff9e80 !important;
  caret-color: #ff9e80 !important;
}
.v-application .deep-orange.accent-2 {
  background-color: #ff6e40 !important;
  border-color: #ff6e40 !important;
}
.v-application .deep-orange--text.text--accent-2 {
  color: #ff6e40 !important;
  caret-color: #ff6e40 !important;
}
.v-application .deep-orange.accent-3 {
  background-color: #ff3d00 !important;
  border-color: #ff3d00 !important;
}
.v-application .deep-orange--text.text--accent-3 {
  color: #ff3d00 !important;
  caret-color: #ff3d00 !important;
}
.v-application .deep-orange.accent-4 {
  background-color: #dd2c00 !important;
  border-color: #dd2c00 !important;
}
.v-application .deep-orange--text.text--accent-4 {
  color: #dd2c00 !important;
  caret-color: #dd2c00 !important;
}
.v-application .brown {
  background-color: #795548 !important;
  border-color: #795548 !important;
}
.v-application .brown--text {
  color: #795548 !important;
  caret-color: #795548 !important;
}
.v-application .brown.lighten-5 {
  background-color: #efebe9 !important;
  border-color: #efebe9 !important;
}
.v-application .brown--text.text--lighten-5 {
  color: #efebe9 !important;
  caret-color: #efebe9 !important;
}
.v-application .brown.lighten-4 {
  background-color: #d7ccc8 !important;
  border-color: #d7ccc8 !important;
}
.v-application .brown--text.text--lighten-4 {
  color: #d7ccc8 !important;
  caret-color: #d7ccc8 !important;
}
.v-application .brown.lighten-3 {
  background-color: #bcaaa4 !important;
  border-color: #bcaaa4 !important;
}
.v-application .brown--text.text--lighten-3 {
  color: #bcaaa4 !important;
  caret-color: #bcaaa4 !important;
}
.v-application .brown.lighten-2 {
  background-color: #a1887f !important;
  border-color: #a1887f !important;
}
.v-application .brown--text.text--lighten-2 {
  color: #a1887f !important;
  caret-color: #a1887f !important;
}
.v-application .brown.lighten-1 {
  background-color: #8d6e63 !important;
  border-color: #8d6e63 !important;
}
.v-application .brown--text.text--lighten-1 {
  color: #8d6e63 !important;
  caret-color: #8d6e63 !important;
}
.v-application .brown.darken-1 {
  background-color: #6d4c41 !important;
  border-color: #6d4c41 !important;
}
.v-application .brown--text.text--darken-1 {
  color: #6d4c41 !important;
  caret-color: #6d4c41 !important;
}
.v-application .brown.darken-2 {
  background-color: #5d4037 !important;
  border-color: #5d4037 !important;
}
.v-application .brown--text.text--darken-2 {
  color: #5d4037 !important;
  caret-color: #5d4037 !important;
}
.v-application .brown.darken-3 {
  background-color: #4e342e !important;
  border-color: #4e342e !important;
}
.v-application .brown--text.text--darken-3 {
  color: #4e342e !important;
  caret-color: #4e342e !important;
}
.v-application .brown.darken-4 {
  background-color: #3e2723 !important;
  border-color: #3e2723 !important;
}
.v-application .brown--text.text--darken-4 {
  color: #3e2723 !important;
  caret-color: #3e2723 !important;
}
.v-application .blue-grey {
  background-color: #607d8b !important;
  border-color: #607d8b !important;
}
.v-application .blue-grey--text {
  color: #607d8b !important;
  caret-color: #607d8b !important;
}
.v-application .blue-grey.lighten-5 {
  background-color: #eceff1 !important;
  border-color: #eceff1 !important;
}
.v-application .blue-grey--text.text--lighten-5 {
  color: #eceff1 !important;
  caret-color: #eceff1 !important;
}
.v-application .blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
  border-color: #cfd8dc !important;
}
.v-application .blue-grey--text.text--lighten-4 {
  color: #cfd8dc !important;
  caret-color: #cfd8dc !important;
}
.v-application .blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
  border-color: #b0bec5 !important;
}
.v-application .blue-grey--text.text--lighten-3 {
  color: #b0bec5 !important;
  caret-color: #b0bec5 !important;
}
.v-application .blue-grey.lighten-2 {
  background-color: #90a4ae !important;
  border-color: #90a4ae !important;
}
.v-application .blue-grey--text.text--lighten-2 {
  color: #90a4ae !important;
  caret-color: #90a4ae !important;
}
.v-application .blue-grey.lighten-1 {
  background-color: #78909c !important;
  border-color: #78909c !important;
}
.v-application .blue-grey--text.text--lighten-1 {
  color: #78909c !important;
  caret-color: #78909c !important;
}
.v-application .blue-grey.darken-1 {
  background-color: #546e7a !important;
  border-color: #546e7a !important;
}
.v-application .blue-grey--text.text--darken-1 {
  color: #546e7a !important;
  caret-color: #546e7a !important;
}
.v-application .blue-grey.darken-2 {
  background-color: #455a64 !important;
  border-color: #455a64 !important;
}
.v-application .blue-grey--text.text--darken-2 {
  color: #455a64 !important;
  caret-color: #455a64 !important;
}
.v-application .blue-grey.darken-3 {
  background-color: #37474f !important;
  border-color: #37474f !important;
}
.v-application .blue-grey--text.text--darken-3 {
  color: #37474f !important;
  caret-color: #37474f !important;
}
.v-application .blue-grey.darken-4 {
  background-color: #263238 !important;
  border-color: #263238 !important;
}
.v-application .blue-grey--text.text--darken-4 {
  color: #263238 !important;
  caret-color: #263238 !important;
}
.v-application .grey {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.v-application .grey--text {
  color: #9e9e9e !important;
  caret-color: #9e9e9e !important;
}
.v-application .grey.lighten-5 {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.v-application .grey--text.text--lighten-5 {
  color: #fafafa !important;
  caret-color: #fafafa !important;
}
.v-application .grey.lighten-4 {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.v-application .grey--text.text--lighten-4 {
  color: #f5f5f5 !important;
  caret-color: #f5f5f5 !important;
}
.v-application .grey.lighten-3 {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.v-application .grey--text.text--lighten-3 {
  color: #eeeeee !important;
  caret-color: #eeeeee !important;
}
.v-application .grey.lighten-2 {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.v-application .grey--text.text--lighten-2 {
  color: #e0e0e0 !important;
  caret-color: #e0e0e0 !important;
}
.v-application .grey.lighten-1 {
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}
.v-application .grey--text.text--lighten-1 {
  color: #bdbdbd !important;
  caret-color: #bdbdbd !important;
}
.v-application .grey.darken-1 {
  background-color: #757575 !important;
  border-color: #757575 !important;
}
.v-application .grey--text.text--darken-1 {
  color: #757575 !important;
  caret-color: #757575 !important;
}
.v-application .grey.darken-2 {
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.v-application .grey--text.text--darken-2 {
  color: #616161 !important;
  caret-color: #616161 !important;
}
.v-application .grey.darken-3 {
  background-color: #424242 !important;
  border-color: #424242 !important;
}
.v-application .grey--text.text--darken-3 {
  color: #424242 !important;
  caret-color: #424242 !important;
}
.v-application .grey.darken-4 {
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.v-application .grey--text.text--darken-4 {
  color: #212121 !important;
  caret-color: #212121 !important;
}
.v-application .shades.black {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.v-application .shades--text.text--black {
  color: #000000 !important;
  caret-color: #000000 !important;
}
.v-application .shades.white {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.v-application .shades--text.text--white {
  color: #FFFFFF !important;
  caret-color: #FFFFFF !important;
}
.v-application .shades.transparent {
  background-color: transparent !important;
  border-color: transparent !important;
}
.v-application .shades--text.text--transparent {
  color: transparent !important;
  caret-color: transparent !important;
}
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}
.v-application .elevation-24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-application .elevation-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}
.carousel-transition-enter {
  transform: translate(100%, 0);
}
.carousel-transition-leave, .carousel-transition-leave-to {
  position: absolute;
  top: 0;
  transform: translate(-100%, 0);
}
.carousel-reverse-transition-enter {
  transform: translate(-100%, 0);
}
.carousel-reverse-transition-leave, .carousel-reverse-transition-leave-to {
  position: absolute;
  top: 0;
  transform: translate(100%, 0);
}
.dialog-transition-enter-active, .dialog-transition-leave-active {
  pointer-events: none !important;
}
.dialog-transition-enter, .dialog-transition-leave-to {
  transform: scale(0.5);
  opacity: 0;
}
.dialog-transition-enter-to, .dialog-transition-leave {
  opacity: 1;
}
.dialog-bottom-transition-enter, .dialog-bottom-transition-leave-to {
  transform: translateY(100%);
}
.dialog-top-transition-enter, .dialog-top-transition-leave-to {
  transform: translateY(-100%);
}
.picker-transition-enter-active, .picker-transition-leave-active,
.picker-reverse-transition-enter-active,
.picker-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.picker-transition-enter, .picker-transition-leave-to,
.picker-reverse-transition-enter,
.picker-reverse-transition-leave-to {
  opacity: 0;
}
.picker-transition-leave, .picker-transition-leave-active, .picker-transition-leave-to,
.picker-reverse-transition-leave,
.picker-reverse-transition-leave-active,
.picker-reverse-transition-leave-to {
  position: absolute !important;
}
.picker-transition-enter {
  transform: translate(0, 100%);
}
.picker-transition-leave-to {
  transform: translate(0, -100%);
}
.picker-reverse-transition-enter {
  transform: translate(0, -100%);
}
.picker-reverse-transition-leave-to {
  transform: translate(0, 100%);
}
.picker-title-transition-enter-to, .picker-title-transition-leave {
  transform: translate(0, 0);
}
.picker-title-transition-enter {
  transform: translate(-100%, 0);
}
.picker-title-transition-leave-to {
  opacity: 0;
  transform: translate(100%, 0);
}
.picker-title-transition-leave, .picker-title-transition-leave-to, .picker-title-transition-leave-active {
  position: absolute !important;
}
.tab-transition-enter {
  transform: translate(100%, 0);
}
.tab-transition-leave, .tab-transition-leave-active {
  position: absolute;
  top: 0;
}
.tab-transition-leave-to {
  position: absolute;
  transform: translate(-100%, 0);
}
.tab-reverse-transition-enter {
  transform: translate(-100%, 0);
}
.tab-reverse-transition-leave, .tab-reverse-transition-leave-to {
  top: 0;
  position: absolute;
  transform: translate(100%, 0);
}
.expand-transition-enter-active, .expand-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.expand-transition-move {
  transition: transform 0.6s;
}
.expand-x-transition-enter-active, .expand-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.expand-x-transition-move {
  transition: transform 0.6s;
}
.scale-transition-enter-active, .scale-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scale-transition-move {
  transition: transform 0.6s;
}
.scale-transition-enter, .scale-transition-leave, .scale-transition-leave-to {
  opacity: 0;
  transform: scale(0);
}
.scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scale-rotate-transition-move {
  transition: transform 0.6s;
}
.scale-rotate-transition-enter, .scale-rotate-transition-leave, .scale-rotate-transition-leave-to {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}
.scale-rotate-reverse-transition-enter-active, .scale-rotate-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scale-rotate-reverse-transition-move {
  transition: transform 0.6s;
}
.scale-rotate-reverse-transition-enter, .scale-rotate-reverse-transition-leave, .scale-rotate-reverse-transition-leave-to {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}
.message-transition-enter-active, .message-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.message-transition-move {
  transition: transform 0.6s;
}
.message-transition-enter, .message-transition-leave-to {
  opacity: 0;
  transform: translateY(-15px);
}
.message-transition-leave, .message-transition-leave-active {
  position: absolute;
}
.slide-y-transition-enter-active, .slide-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-y-transition-move {
  transition: transform 0.6s;
}
.slide-y-transition-enter, .slide-y-transition-leave-to {
  opacity: 0;
  transform: translateY(-15px);
}
.slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-y-reverse-transition-move {
  transition: transform 0.6s;
}
.slide-y-reverse-transition-enter, .slide-y-reverse-transition-leave-to {
  opacity: 0;
  transform: translateY(15px);
}
.scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-y-transition-move {
  transition: transform 0.6s;
}
.scroll-y-transition-enter, .scroll-y-transition-leave-to {
  opacity: 0;
}
.scroll-y-transition-enter {
  transform: translateY(-15px);
}
.scroll-y-transition-leave-to {
  transform: translateY(15px);
}
.scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-y-reverse-transition-move {
  transition: transform 0.6s;
}
.scroll-y-reverse-transition-enter, .scroll-y-reverse-transition-leave-to {
  opacity: 0;
}
.scroll-y-reverse-transition-enter {
  transform: translateY(15px);
}
.scroll-y-reverse-transition-leave-to {
  transform: translateY(-15px);
}
.scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-x-transition-move {
  transition: transform 0.6s;
}
.scroll-x-transition-enter, .scroll-x-transition-leave-to {
  opacity: 0;
}
.scroll-x-transition-enter {
  transform: translateX(-15px);
}
.scroll-x-transition-leave-to {
  transform: translateX(15px);
}
.scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-x-reverse-transition-move {
  transition: transform 0.6s;
}
.scroll-x-reverse-transition-enter, .scroll-x-reverse-transition-leave-to {
  opacity: 0;
}
.scroll-x-reverse-transition-enter {
  transform: translateX(15px);
}
.scroll-x-reverse-transition-leave-to {
  transform: translateX(-15px);
}
.slide-x-transition-enter-active, .slide-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-x-transition-move {
  transition: transform 0.6s;
}
.slide-x-transition-enter, .slide-x-transition-leave-to {
  opacity: 0;
  transform: translateX(-15px);
}
.slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-x-reverse-transition-move {
  transition: transform 0.6s;
}
.slide-x-reverse-transition-enter, .slide-x-reverse-transition-leave-to {
  opacity: 0;
  transform: translateX(15px);
}
.fade-transition-enter-active, .fade-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.fade-transition-move {
  transition: transform 0.6s;
}
.fade-transition-enter, .fade-transition-leave-to {
  opacity: 0 !important;
}
.fab-transition-enter-active, .fab-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.fab-transition-move {
  transition: transform 0.6s;
}
.fab-transition-enter, .fab-transition-leave-to {
  transform: scale(0) rotate(-45deg);
}
.v-application .blockquote {
  padding: 16px 0 16px 24px;
  font-size: 18px;
  font-weight: 300;
}
.v-application code, .v-application kbd {
  border-radius: 3px;
  font-size: 85%;
  font-weight: normal;
}
.v-application code {
  padding: 0.2em 0.4em;
}
.v-application kbd {
  padding: 0.2em 0.4rem;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.theme--light.v-application code {
  background-color: rgba(0, 0, 0, 0.05);
  color: currentColor;
}
.theme--light.v-application kbd {
  background: #212529;
  color: #FFFFFF;
}
.theme--dark.v-application code {
  background-color: rgba(255, 255, 255, 0.1);
  color: currentColor;
}
.theme--dark.v-application kbd {
  background: #212529;
  color: #FFFFFF;
}
html {
  font-size: 16px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.overflow-y-hidden {
  overflow-y: hidden !important;
}
.v-application {
  font-family: "Libre Franklin Variable", sans-serif !important;
  line-height: 1.25;
}
.v-application ::-ms-clear,
.v-application ::-ms-reveal {
  display: none;
}
@supports (-webkit-touch-callout: none) {
  body {
    cursor: pointer;
  }
}
.v-application .theme--light.heading {
  color: rgba(0, 0, 0, 0.87);
}
.v-application .theme--dark.heading {
  color: #FFFFFF;
}
.v-application ul, .v-application ol {
  padding-left: 24px;
}
.v-application .display-4 {
  font-size: 3.25rem !important;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: normal !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .display-3 {
  font-size: 2.5rem !important;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: normal !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .display-2 {
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: normal !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .display-1 {
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.00735em !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .headline {
  font-size: 1.25rem !important;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: normal !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .title {
  font-size: 1.125rem !important;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.0125em !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .subtitle-2 {
  font-size: 0.875rem !important;
  font-weight: 500;
  letter-spacing: 0.0071428571em !important;
  line-height: 1.375rem;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .subtitle-1 {
  font-size: 1rem !important;
  font-weight: normal;
  letter-spacing: 0.009375em !important;
  line-height: 1.75rem;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .body-2 {
  font-size: 0.875rem !important;
  font-weight: 400;
  letter-spacing: 0.0178571429em !important;
  line-height: 1.25rem;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .body-1 {
  font-size: 1rem !important;
  font-weight: 400;
  letter-spacing: 0.03125em !important;
  line-height: 1.5rem;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .caption {
  font-size: 0.75rem !important;
  font-weight: 400;
  letter-spacing: 0.0333333333em !important;
  line-height: 1.25rem;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .overline {
  font-size: 0.75rem !important;
  font-weight: 500;
  letter-spacing: 0.1666666667em !important;
  line-height: 2rem;
  text-transform: uppercase;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application p {
  margin-bottom: 16px;
}
@media only print {
  .v-application .hidden-print-only {
    display: none !important;
  }
}
@media only screen {
  .v-application .hidden-screen-only {
    display: none !important;
  }
}
@media only screen and (max-width: 599.98px) {
  .v-application .hidden-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959.98px) {
  .v-application .hidden-sm-only {
    display: none !important;
  }
}
@media only screen and (max-width: 959.98px) {
  .v-application .hidden-sm-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  .v-application .hidden-sm-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1263.98px) {
  .v-application .hidden-md-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1263.98px) {
  .v-application .hidden-md-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .v-application .hidden-md-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 1264px) and (max-width: 1903.98px) {
  .v-application .hidden-lg-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1903.98px) {
  .v-application .hidden-lg-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1264px) {
  .v-application .hidden-lg-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 1904px) {
  .v-application .hidden-xl-only {
    display: none !important;
  }
}
.d-sr-only,
.d-sr-only-focusable:not(:focus) {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.v-application .font-weight-thin {
  font-weight: 100 !important;
}
.v-application .font-weight-light {
  font-weight: 300 !important;
}
.v-application .font-weight-regular {
  font-weight: 400 !important;
}
.v-application .font-weight-medium {
  font-weight: 500 !important;
}
.v-application .font-weight-bold {
  font-weight: 700 !important;
}
.v-application .font-weight-black {
  font-weight: 900 !important;
}
.v-application .font-italic {
  font-style: italic !important;
}
.v-application .transition-fast-out-slow-in {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.v-application .transition-linear-out-slow-in {
  transition: 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
}
.v-application .transition-fast-out-linear-in {
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1) !important;
}
.v-application .transition-ease-in-out {
  transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1) !important;
}
.v-application .transition-fast-in-fast-out {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.v-application .transition-swing {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.v-application .overflow-auto {
  overflow: auto !important;
}
.v-application .overflow-hidden {
  overflow: hidden !important;
}
.v-application .overflow-visible {
  overflow: visible !important;
}
.v-application .overflow-x-auto {
  overflow-x: auto !important;
}
.v-application .overflow-x-hidden {
  overflow-x: hidden !important;
}
.v-application .overflow-y-auto {
  overflow-y: auto !important;
}
.v-application .overflow-y-hidden {
  overflow-y: hidden !important;
}
.v-application .d-none {
  display: none !important;
}
.v-application .d-inline {
  display: inline !important;
}
.v-application .d-inline-block {
  display: inline-block !important;
}
.v-application .d-block {
  display: block !important;
}
.v-application .d-table {
  display: table !important;
}
.v-application .d-table-row {
  display: table-row !important;
}
.v-application .d-table-cell {
  display: table-cell !important;
}
.v-application .d-flex {
  display: flex !important;
}
.v-application .d-inline-flex {
  display: inline-flex !important;
}
.v-application .float-none {
  float: none !important;
}
.v-application .float-left {
  float: left !important;
}
.v-application .float-right {
  float: right !important;
}
.v-application--is-rtl .float-end {
  float: left !important;
}
.v-application--is-rtl .float-start {
  float: right !important;
}
.v-application--is-ltr .float-end {
  float: right !important;
}
.v-application--is-ltr .float-start {
  float: left !important;
}
.v-application .flex-fill {
  flex: 1 1 auto !important;
}
.v-application .flex-row {
  flex-direction: row !important;
}
.v-application .flex-column {
  flex-direction: column !important;
}
.v-application .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.v-application .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.v-application .flex-grow-0 {
  flex-grow: 0 !important;
}
.v-application .flex-grow-1 {
  flex-grow: 1 !important;
}
.v-application .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.v-application .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.v-application .flex-wrap {
  flex-wrap: wrap !important;
}
.v-application .flex-nowrap {
  flex-wrap: nowrap !important;
}
.v-application .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.v-application .justify-start {
  justify-content: flex-start !important;
}
.v-application .justify-end {
  justify-content: flex-end !important;
}
.v-application .justify-center {
  justify-content: center !important;
}
.v-application .justify-space-between {
  justify-content: space-between !important;
}
.v-application .justify-space-around {
  justify-content: space-around !important;
}
.v-application .align-start {
  align-items: flex-start !important;
}
.v-application .align-end {
  align-items: flex-end !important;
}
.v-application .align-center {
  align-items: center !important;
}
.v-application .align-baseline {
  align-items: baseline !important;
}
.v-application .align-stretch {
  align-items: stretch !important;
}
.v-application .align-content-start {
  align-content: flex-start !important;
}
.v-application .align-content-end {
  align-content: flex-end !important;
}
.v-application .align-content-center {
  align-content: center !important;
}
.v-application .align-content-space-between {
  align-content: space-between !important;
}
.v-application .align-content-space-around {
  align-content: space-around !important;
}
.v-application .align-content-stretch {
  align-content: stretch !important;
}
.v-application .align-self-auto {
  align-self: auto !important;
}
.v-application .align-self-start {
  align-self: flex-start !important;
}
.v-application .align-self-end {
  align-self: flex-end !important;
}
.v-application .align-self-center {
  align-self: center !important;
}
.v-application .align-self-baseline {
  align-self: baseline !important;
}
.v-application .align-self-stretch {
  align-self: stretch !important;
}
.v-application .order-first {
  order: -1 !important;
}
.v-application .order-0 {
  order: 0 !important;
}
.v-application .order-1 {
  order: 1 !important;
}
.v-application .order-2 {
  order: 2 !important;
}
.v-application .order-3 {
  order: 3 !important;
}
.v-application .order-4 {
  order: 4 !important;
}
.v-application .order-5 {
  order: 5 !important;
}
.v-application .order-6 {
  order: 6 !important;
}
.v-application .order-7 {
  order: 7 !important;
}
.v-application .order-8 {
  order: 8 !important;
}
.v-application .order-9 {
  order: 9 !important;
}
.v-application .order-10 {
  order: 10 !important;
}
.v-application .order-11 {
  order: 11 !important;
}
.v-application .order-12 {
  order: 12 !important;
}
.v-application .order-last {
  order: 13 !important;
}
.v-application .ma-0 {
  margin: 0px !important;
}
.v-application .ma-1 {
  margin: 4px !important;
}
.v-application .ma-2 {
  margin: 8px !important;
}
.v-application .ma-3 {
  margin: 12px !important;
}
.v-application .ma-4 {
  margin: 16px !important;
}
.v-application .ma-5 {
  margin: 20px !important;
}
.v-application .ma-6 {
  margin: 24px !important;
}
.v-application .ma-7 {
  margin: 28px !important;
}
.v-application .ma-8 {
  margin: 32px !important;
}
.v-application .ma-9 {
  margin: 36px !important;
}
.v-application .ma-10 {
  margin: 40px !important;
}
.v-application .ma-11 {
  margin: 44px !important;
}
.v-application .ma-12 {
  margin: 48px !important;
}
.v-application .ma-13 {
  margin: 52px !important;
}
.v-application .ma-14 {
  margin: 56px !important;
}
.v-application .ma-15 {
  margin: 60px !important;
}
.v-application .ma-16 {
  margin: 64px !important;
}
.v-application .ma-auto {
  margin: auto !important;
}
.v-application .mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.v-application .mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.v-application .mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.v-application .mx-3 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.v-application .mx-4 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.v-application .mx-5 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.v-application .mx-6 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.v-application .mx-7 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}
.v-application .mx-8 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.v-application .mx-9 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}
.v-application .mx-10 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.v-application .mx-11 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}
.v-application .mx-12 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.v-application .mx-13 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}
.v-application .mx-14 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}
.v-application .mx-15 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.v-application .mx-16 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}
.v-application .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.v-application .my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.v-application .my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.v-application .my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.v-application .my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.v-application .my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.v-application .my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.v-application .my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.v-application .my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.v-application .my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.v-application .my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.v-application .my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.v-application .my-11 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.v-application .my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.v-application .my-13 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.v-application .my-14 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.v-application .my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.v-application .my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.v-application .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.v-application .mt-0 {
  margin-top: 0px !important;
}
.v-application .mt-1 {
  margin-top: 4px !important;
}
.v-application .mt-2 {
  margin-top: 8px !important;
}
.v-application .mt-3 {
  margin-top: 12px !important;
}
.v-application .mt-4 {
  margin-top: 16px !important;
}
.v-application .mt-5 {
  margin-top: 20px !important;
}
.v-application .mt-6 {
  margin-top: 24px !important;
}
.v-application .mt-7 {
  margin-top: 28px !important;
}
.v-application .mt-8 {
  margin-top: 32px !important;
}
.v-application .mt-9 {
  margin-top: 36px !important;
}
.v-application .mt-10 {
  margin-top: 40px !important;
}
.v-application .mt-11 {
  margin-top: 44px !important;
}
.v-application .mt-12 {
  margin-top: 48px !important;
}
.v-application .mt-13 {
  margin-top: 52px !important;
}
.v-application .mt-14 {
  margin-top: 56px !important;
}
.v-application .mt-15 {
  margin-top: 60px !important;
}
.v-application .mt-16 {
  margin-top: 64px !important;
}
.v-application .mt-auto {
  margin-top: auto !important;
}
.v-application .mr-0 {
  margin-right: 0px !important;
}
.v-application .mr-1 {
  margin-right: 4px !important;
}
.v-application .mr-2 {
  margin-right: 8px !important;
}
.v-application .mr-3 {
  margin-right: 12px !important;
}
.v-application .mr-4 {
  margin-right: 16px !important;
}
.v-application .mr-5 {
  margin-right: 20px !important;
}
.v-application .mr-6 {
  margin-right: 24px !important;
}
.v-application .mr-7 {
  margin-right: 28px !important;
}
.v-application .mr-8 {
  margin-right: 32px !important;
}
.v-application .mr-9 {
  margin-right: 36px !important;
}
.v-application .mr-10 {
  margin-right: 40px !important;
}
.v-application .mr-11 {
  margin-right: 44px !important;
}
.v-application .mr-12 {
  margin-right: 48px !important;
}
.v-application .mr-13 {
  margin-right: 52px !important;
}
.v-application .mr-14 {
  margin-right: 56px !important;
}
.v-application .mr-15 {
  margin-right: 60px !important;
}
.v-application .mr-16 {
  margin-right: 64px !important;
}
.v-application .mr-auto {
  margin-right: auto !important;
}
.v-application .mb-0 {
  margin-bottom: 0px !important;
}
.v-application .mb-1 {
  margin-bottom: 4px !important;
}
.v-application .mb-2 {
  margin-bottom: 8px !important;
}
.v-application .mb-3 {
  margin-bottom: 12px !important;
}
.v-application .mb-4 {
  margin-bottom: 16px !important;
}
.v-application .mb-5 {
  margin-bottom: 20px !important;
}
.v-application .mb-6 {
  margin-bottom: 24px !important;
}
.v-application .mb-7 {
  margin-bottom: 28px !important;
}
.v-application .mb-8 {
  margin-bottom: 32px !important;
}
.v-application .mb-9 {
  margin-bottom: 36px !important;
}
.v-application .mb-10 {
  margin-bottom: 40px !important;
}
.v-application .mb-11 {
  margin-bottom: 44px !important;
}
.v-application .mb-12 {
  margin-bottom: 48px !important;
}
.v-application .mb-13 {
  margin-bottom: 52px !important;
}
.v-application .mb-14 {
  margin-bottom: 56px !important;
}
.v-application .mb-15 {
  margin-bottom: 60px !important;
}
.v-application .mb-16 {
  margin-bottom: 64px !important;
}
.v-application .mb-auto {
  margin-bottom: auto !important;
}
.v-application .ml-0 {
  margin-left: 0px !important;
}
.v-application .ml-1 {
  margin-left: 4px !important;
}
.v-application .ml-2 {
  margin-left: 8px !important;
}
.v-application .ml-3 {
  margin-left: 12px !important;
}
.v-application .ml-4 {
  margin-left: 16px !important;
}
.v-application .ml-5 {
  margin-left: 20px !important;
}
.v-application .ml-6 {
  margin-left: 24px !important;
}
.v-application .ml-7 {
  margin-left: 28px !important;
}
.v-application .ml-8 {
  margin-left: 32px !important;
}
.v-application .ml-9 {
  margin-left: 36px !important;
}
.v-application .ml-10 {
  margin-left: 40px !important;
}
.v-application .ml-11 {
  margin-left: 44px !important;
}
.v-application .ml-12 {
  margin-left: 48px !important;
}
.v-application .ml-13 {
  margin-left: 52px !important;
}
.v-application .ml-14 {
  margin-left: 56px !important;
}
.v-application .ml-15 {
  margin-left: 60px !important;
}
.v-application .ml-16 {
  margin-left: 64px !important;
}
.v-application .ml-auto {
  margin-left: auto !important;
}
.v-application--is-ltr .ms-0 {
  margin-left: 0px !important;
}
.v-application--is-rtl .ms-0 {
  margin-right: 0px !important;
}
.v-application--is-ltr .ms-1 {
  margin-left: 4px !important;
}
.v-application--is-rtl .ms-1 {
  margin-right: 4px !important;
}
.v-application--is-ltr .ms-2 {
  margin-left: 8px !important;
}
.v-application--is-rtl .ms-2 {
  margin-right: 8px !important;
}
.v-application--is-ltr .ms-3 {
  margin-left: 12px !important;
}
.v-application--is-rtl .ms-3 {
  margin-right: 12px !important;
}
.v-application--is-ltr .ms-4 {
  margin-left: 16px !important;
}
.v-application--is-rtl .ms-4 {
  margin-right: 16px !important;
}
.v-application--is-ltr .ms-5 {
  margin-left: 20px !important;
}
.v-application--is-rtl .ms-5 {
  margin-right: 20px !important;
}
.v-application--is-ltr .ms-6 {
  margin-left: 24px !important;
}
.v-application--is-rtl .ms-6 {
  margin-right: 24px !important;
}
.v-application--is-ltr .ms-7 {
  margin-left: 28px !important;
}
.v-application--is-rtl .ms-7 {
  margin-right: 28px !important;
}
.v-application--is-ltr .ms-8 {
  margin-left: 32px !important;
}
.v-application--is-rtl .ms-8 {
  margin-right: 32px !important;
}
.v-application--is-ltr .ms-9 {
  margin-left: 36px !important;
}
.v-application--is-rtl .ms-9 {
  margin-right: 36px !important;
}
.v-application--is-ltr .ms-10 {
  margin-left: 40px !important;
}
.v-application--is-rtl .ms-10 {
  margin-right: 40px !important;
}
.v-application--is-ltr .ms-11 {
  margin-left: 44px !important;
}
.v-application--is-rtl .ms-11 {
  margin-right: 44px !important;
}
.v-application--is-ltr .ms-12 {
  margin-left: 48px !important;
}
.v-application--is-rtl .ms-12 {
  margin-right: 48px !important;
}
.v-application--is-ltr .ms-13 {
  margin-left: 52px !important;
}
.v-application--is-rtl .ms-13 {
  margin-right: 52px !important;
}
.v-application--is-ltr .ms-14 {
  margin-left: 56px !important;
}
.v-application--is-rtl .ms-14 {
  margin-right: 56px !important;
}
.v-application--is-ltr .ms-15 {
  margin-left: 60px !important;
}
.v-application--is-rtl .ms-15 {
  margin-right: 60px !important;
}
.v-application--is-ltr .ms-16 {
  margin-left: 64px !important;
}
.v-application--is-rtl .ms-16 {
  margin-right: 64px !important;
}
.v-application--is-ltr .ms-auto {
  margin-left: auto !important;
}
.v-application--is-rtl .ms-auto {
  margin-right: auto !important;
}
.v-application--is-ltr .me-0 {
  margin-right: 0px !important;
}
.v-application--is-rtl .me-0 {
  margin-left: 0px !important;
}
.v-application--is-ltr .me-1 {
  margin-right: 4px !important;
}
.v-application--is-rtl .me-1 {
  margin-left: 4px !important;
}
.v-application--is-ltr .me-2 {
  margin-right: 8px !important;
}
.v-application--is-rtl .me-2 {
  margin-left: 8px !important;
}
.v-application--is-ltr .me-3 {
  margin-right: 12px !important;
}
.v-application--is-rtl .me-3 {
  margin-left: 12px !important;
}
.v-application--is-ltr .me-4 {
  margin-right: 16px !important;
}
.v-application--is-rtl .me-4 {
  margin-left: 16px !important;
}
.v-application--is-ltr .me-5 {
  margin-right: 20px !important;
}
.v-application--is-rtl .me-5 {
  margin-left: 20px !important;
}
.v-application--is-ltr .me-6 {
  margin-right: 24px !important;
}
.v-application--is-rtl .me-6 {
  margin-left: 24px !important;
}
.v-application--is-ltr .me-7 {
  margin-right: 28px !important;
}
.v-application--is-rtl .me-7 {
  margin-left: 28px !important;
}
.v-application--is-ltr .me-8 {
  margin-right: 32px !important;
}
.v-application--is-rtl .me-8 {
  margin-left: 32px !important;
}
.v-application--is-ltr .me-9 {
  margin-right: 36px !important;
}
.v-application--is-rtl .me-9 {
  margin-left: 36px !important;
}
.v-application--is-ltr .me-10 {
  margin-right: 40px !important;
}
.v-application--is-rtl .me-10 {
  margin-left: 40px !important;
}
.v-application--is-ltr .me-11 {
  margin-right: 44px !important;
}
.v-application--is-rtl .me-11 {
  margin-left: 44px !important;
}
.v-application--is-ltr .me-12 {
  margin-right: 48px !important;
}
.v-application--is-rtl .me-12 {
  margin-left: 48px !important;
}
.v-application--is-ltr .me-13 {
  margin-right: 52px !important;
}
.v-application--is-rtl .me-13 {
  margin-left: 52px !important;
}
.v-application--is-ltr .me-14 {
  margin-right: 56px !important;
}
.v-application--is-rtl .me-14 {
  margin-left: 56px !important;
}
.v-application--is-ltr .me-15 {
  margin-right: 60px !important;
}
.v-application--is-rtl .me-15 {
  margin-left: 60px !important;
}
.v-application--is-ltr .me-16 {
  margin-right: 64px !important;
}
.v-application--is-rtl .me-16 {
  margin-left: 64px !important;
}
.v-application--is-ltr .me-auto {
  margin-right: auto !important;
}
.v-application--is-rtl .me-auto {
  margin-left: auto !important;
}
.v-application .ma-n1 {
  margin: -4px !important;
}
.v-application .ma-n2 {
  margin: -8px !important;
}
.v-application .ma-n3 {
  margin: -12px !important;
}
.v-application .ma-n4 {
  margin: -16px !important;
}
.v-application .ma-n5 {
  margin: -20px !important;
}
.v-application .ma-n6 {
  margin: -24px !important;
}
.v-application .ma-n7 {
  margin: -28px !important;
}
.v-application .ma-n8 {
  margin: -32px !important;
}
.v-application .ma-n9 {
  margin: -36px !important;
}
.v-application .ma-n10 {
  margin: -40px !important;
}
.v-application .ma-n11 {
  margin: -44px !important;
}
.v-application .ma-n12 {
  margin: -48px !important;
}
.v-application .ma-n13 {
  margin: -52px !important;
}
.v-application .ma-n14 {
  margin: -56px !important;
}
.v-application .ma-n15 {
  margin: -60px !important;
}
.v-application .ma-n16 {
  margin: -64px !important;
}
.v-application .mx-n1 {
  margin-right: -4px !important;
  margin-left: -4px !important;
}
.v-application .mx-n2 {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
.v-application .mx-n3 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}
.v-application .mx-n4 {
  margin-right: -16px !important;
  margin-left: -16px !important;
}
.v-application .mx-n5 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.v-application .mx-n6 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}
.v-application .mx-n7 {
  margin-right: -28px !important;
  margin-left: -28px !important;
}
.v-application .mx-n8 {
  margin-right: -32px !important;
  margin-left: -32px !important;
}
.v-application .mx-n9 {
  margin-right: -36px !important;
  margin-left: -36px !important;
}
.v-application .mx-n10 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}
.v-application .mx-n11 {
  margin-right: -44px !important;
  margin-left: -44px !important;
}
.v-application .mx-n12 {
  margin-right: -48px !important;
  margin-left: -48px !important;
}
.v-application .mx-n13 {
  margin-right: -52px !important;
  margin-left: -52px !important;
}
.v-application .mx-n14 {
  margin-right: -56px !important;
  margin-left: -56px !important;
}
.v-application .mx-n15 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}
.v-application .mx-n16 {
  margin-right: -64px !important;
  margin-left: -64px !important;
}
.v-application .my-n1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}
.v-application .my-n2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}
.v-application .my-n3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}
.v-application .my-n4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}
.v-application .my-n5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.v-application .my-n6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}
.v-application .my-n7 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}
.v-application .my-n8 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}
.v-application .my-n9 {
  margin-top: -36px !important;
  margin-bottom: -36px !important;
}
.v-application .my-n10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}
.v-application .my-n11 {
  margin-top: -44px !important;
  margin-bottom: -44px !important;
}
.v-application .my-n12 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}
.v-application .my-n13 {
  margin-top: -52px !important;
  margin-bottom: -52px !important;
}
.v-application .my-n14 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}
.v-application .my-n15 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}
.v-application .my-n16 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}
.v-application .mt-n1 {
  margin-top: -4px !important;
}
.v-application .mt-n2 {
  margin-top: -8px !important;
}
.v-application .mt-n3 {
  margin-top: -12px !important;
}
.v-application .mt-n4 {
  margin-top: -16px !important;
}
.v-application .mt-n5 {
  margin-top: -20px !important;
}
.v-application .mt-n6 {
  margin-top: -24px !important;
}
.v-application .mt-n7 {
  margin-top: -28px !important;
}
.v-application .mt-n8 {
  margin-top: -32px !important;
}
.v-application .mt-n9 {
  margin-top: -36px !important;
}
.v-application .mt-n10 {
  margin-top: -40px !important;
}
.v-application .mt-n11 {
  margin-top: -44px !important;
}
.v-application .mt-n12 {
  margin-top: -48px !important;
}
.v-application .mt-n13 {
  margin-top: -52px !important;
}
.v-application .mt-n14 {
  margin-top: -56px !important;
}
.v-application .mt-n15 {
  margin-top: -60px !important;
}
.v-application .mt-n16 {
  margin-top: -64px !important;
}
.v-application .mr-n1 {
  margin-right: -4px !important;
}
.v-application .mr-n2 {
  margin-right: -8px !important;
}
.v-application .mr-n3 {
  margin-right: -12px !important;
}
.v-application .mr-n4 {
  margin-right: -16px !important;
}
.v-application .mr-n5 {
  margin-right: -20px !important;
}
.v-application .mr-n6 {
  margin-right: -24px !important;
}
.v-application .mr-n7 {
  margin-right: -28px !important;
}
.v-application .mr-n8 {
  margin-right: -32px !important;
}
.v-application .mr-n9 {
  margin-right: -36px !important;
}
.v-application .mr-n10 {
  margin-right: -40px !important;
}
.v-application .mr-n11 {
  margin-right: -44px !important;
}
.v-application .mr-n12 {
  margin-right: -48px !important;
}
.v-application .mr-n13 {
  margin-right: -52px !important;
}
.v-application .mr-n14 {
  margin-right: -56px !important;
}
.v-application .mr-n15 {
  margin-right: -60px !important;
}
.v-application .mr-n16 {
  margin-right: -64px !important;
}
.v-application .mb-n1 {
  margin-bottom: -4px !important;
}
.v-application .mb-n2 {
  margin-bottom: -8px !important;
}
.v-application .mb-n3 {
  margin-bottom: -12px !important;
}
.v-application .mb-n4 {
  margin-bottom: -16px !important;
}
.v-application .mb-n5 {
  margin-bottom: -20px !important;
}
.v-application .mb-n6 {
  margin-bottom: -24px !important;
}
.v-application .mb-n7 {
  margin-bottom: -28px !important;
}
.v-application .mb-n8 {
  margin-bottom: -32px !important;
}
.v-application .mb-n9 {
  margin-bottom: -36px !important;
}
.v-application .mb-n10 {
  margin-bottom: -40px !important;
}
.v-application .mb-n11 {
  margin-bottom: -44px !important;
}
.v-application .mb-n12 {
  margin-bottom: -48px !important;
}
.v-application .mb-n13 {
  margin-bottom: -52px !important;
}
.v-application .mb-n14 {
  margin-bottom: -56px !important;
}
.v-application .mb-n15 {
  margin-bottom: -60px !important;
}
.v-application .mb-n16 {
  margin-bottom: -64px !important;
}
.v-application .ml-n1 {
  margin-left: -4px !important;
}
.v-application .ml-n2 {
  margin-left: -8px !important;
}
.v-application .ml-n3 {
  margin-left: -12px !important;
}
.v-application .ml-n4 {
  margin-left: -16px !important;
}
.v-application .ml-n5 {
  margin-left: -20px !important;
}
.v-application .ml-n6 {
  margin-left: -24px !important;
}
.v-application .ml-n7 {
  margin-left: -28px !important;
}
.v-application .ml-n8 {
  margin-left: -32px !important;
}
.v-application .ml-n9 {
  margin-left: -36px !important;
}
.v-application .ml-n10 {
  margin-left: -40px !important;
}
.v-application .ml-n11 {
  margin-left: -44px !important;
}
.v-application .ml-n12 {
  margin-left: -48px !important;
}
.v-application .ml-n13 {
  margin-left: -52px !important;
}
.v-application .ml-n14 {
  margin-left: -56px !important;
}
.v-application .ml-n15 {
  margin-left: -60px !important;
}
.v-application .ml-n16 {
  margin-left: -64px !important;
}
.v-application--is-ltr .ms-n1 {
  margin-left: -4px !important;
}
.v-application--is-rtl .ms-n1 {
  margin-right: -4px !important;
}
.v-application--is-ltr .ms-n2 {
  margin-left: -8px !important;
}
.v-application--is-rtl .ms-n2 {
  margin-right: -8px !important;
}
.v-application--is-ltr .ms-n3 {
  margin-left: -12px !important;
}
.v-application--is-rtl .ms-n3 {
  margin-right: -12px !important;
}
.v-application--is-ltr .ms-n4 {
  margin-left: -16px !important;
}
.v-application--is-rtl .ms-n4 {
  margin-right: -16px !important;
}
.v-application--is-ltr .ms-n5 {
  margin-left: -20px !important;
}
.v-application--is-rtl .ms-n5 {
  margin-right: -20px !important;
}
.v-application--is-ltr .ms-n6 {
  margin-left: -24px !important;
}
.v-application--is-rtl .ms-n6 {
  margin-right: -24px !important;
}
.v-application--is-ltr .ms-n7 {
  margin-left: -28px !important;
}
.v-application--is-rtl .ms-n7 {
  margin-right: -28px !important;
}
.v-application--is-ltr .ms-n8 {
  margin-left: -32px !important;
}
.v-application--is-rtl .ms-n8 {
  margin-right: -32px !important;
}
.v-application--is-ltr .ms-n9 {
  margin-left: -36px !important;
}
.v-application--is-rtl .ms-n9 {
  margin-right: -36px !important;
}
.v-application--is-ltr .ms-n10 {
  margin-left: -40px !important;
}
.v-application--is-rtl .ms-n10 {
  margin-right: -40px !important;
}
.v-application--is-ltr .ms-n11 {
  margin-left: -44px !important;
}
.v-application--is-rtl .ms-n11 {
  margin-right: -44px !important;
}
.v-application--is-ltr .ms-n12 {
  margin-left: -48px !important;
}
.v-application--is-rtl .ms-n12 {
  margin-right: -48px !important;
}
.v-application--is-ltr .ms-n13 {
  margin-left: -52px !important;
}
.v-application--is-rtl .ms-n13 {
  margin-right: -52px !important;
}
.v-application--is-ltr .ms-n14 {
  margin-left: -56px !important;
}
.v-application--is-rtl .ms-n14 {
  margin-right: -56px !important;
}
.v-application--is-ltr .ms-n15 {
  margin-left: -60px !important;
}
.v-application--is-rtl .ms-n15 {
  margin-right: -60px !important;
}
.v-application--is-ltr .ms-n16 {
  margin-left: -64px !important;
}
.v-application--is-rtl .ms-n16 {
  margin-right: -64px !important;
}
.v-application--is-ltr .me-n1 {
  margin-right: -4px !important;
}
.v-application--is-rtl .me-n1 {
  margin-left: -4px !important;
}
.v-application--is-ltr .me-n2 {
  margin-right: -8px !important;
}
.v-application--is-rtl .me-n2 {
  margin-left: -8px !important;
}
.v-application--is-ltr .me-n3 {
  margin-right: -12px !important;
}
.v-application--is-rtl .me-n3 {
  margin-left: -12px !important;
}
.v-application--is-ltr .me-n4 {
  margin-right: -16px !important;
}
.v-application--is-rtl .me-n4 {
  margin-left: -16px !important;
}
.v-application--is-ltr .me-n5 {
  margin-right: -20px !important;
}
.v-application--is-rtl .me-n5 {
  margin-left: -20px !important;
}
.v-application--is-ltr .me-n6 {
  margin-right: -24px !important;
}
.v-application--is-rtl .me-n6 {
  margin-left: -24px !important;
}
.v-application--is-ltr .me-n7 {
  margin-right: -28px !important;
}
.v-application--is-rtl .me-n7 {
  margin-left: -28px !important;
}
.v-application--is-ltr .me-n8 {
  margin-right: -32px !important;
}
.v-application--is-rtl .me-n8 {
  margin-left: -32px !important;
}
.v-application--is-ltr .me-n9 {
  margin-right: -36px !important;
}
.v-application--is-rtl .me-n9 {
  margin-left: -36px !important;
}
.v-application--is-ltr .me-n10 {
  margin-right: -40px !important;
}
.v-application--is-rtl .me-n10 {
  margin-left: -40px !important;
}
.v-application--is-ltr .me-n11 {
  margin-right: -44px !important;
}
.v-application--is-rtl .me-n11 {
  margin-left: -44px !important;
}
.v-application--is-ltr .me-n12 {
  margin-right: -48px !important;
}
.v-application--is-rtl .me-n12 {
  margin-left: -48px !important;
}
.v-application--is-ltr .me-n13 {
  margin-right: -52px !important;
}
.v-application--is-rtl .me-n13 {
  margin-left: -52px !important;
}
.v-application--is-ltr .me-n14 {
  margin-right: -56px !important;
}
.v-application--is-rtl .me-n14 {
  margin-left: -56px !important;
}
.v-application--is-ltr .me-n15 {
  margin-right: -60px !important;
}
.v-application--is-rtl .me-n15 {
  margin-left: -60px !important;
}
.v-application--is-ltr .me-n16 {
  margin-right: -64px !important;
}
.v-application--is-rtl .me-n16 {
  margin-left: -64px !important;
}
.v-application .pa-0 {
  padding: 0px !important;
}
.v-application .pa-1 {
  padding: 4px !important;
}
.v-application .pa-2 {
  padding: 8px !important;
}
.v-application .pa-3 {
  padding: 12px !important;
}
.v-application .pa-4 {
  padding: 16px !important;
}
.v-application .pa-5 {
  padding: 20px !important;
}
.v-application .pa-6 {
  padding: 24px !important;
}
.v-application .pa-7 {
  padding: 28px !important;
}
.v-application .pa-8 {
  padding: 32px !important;
}
.v-application .pa-9 {
  padding: 36px !important;
}
.v-application .pa-10 {
  padding: 40px !important;
}
.v-application .pa-11 {
  padding: 44px !important;
}
.v-application .pa-12 {
  padding: 48px !important;
}
.v-application .pa-13 {
  padding: 52px !important;
}
.v-application .pa-14 {
  padding: 56px !important;
}
.v-application .pa-15 {
  padding: 60px !important;
}
.v-application .pa-16 {
  padding: 64px !important;
}
.v-application .px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.v-application .px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.v-application .px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.v-application .px-3 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.v-application .px-4 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.v-application .px-5 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.v-application .px-6 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.v-application .px-7 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}
.v-application .px-8 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.v-application .px-9 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}
.v-application .px-10 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.v-application .px-11 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}
.v-application .px-12 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.v-application .px-13 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}
.v-application .px-14 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}
.v-application .px-15 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.v-application .px-16 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}
.v-application .py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.v-application .py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.v-application .py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.v-application .py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.v-application .py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.v-application .py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.v-application .py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.v-application .py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.v-application .py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.v-application .py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.v-application .py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.v-application .py-11 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.v-application .py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.v-application .py-13 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.v-application .py-14 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.v-application .py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.v-application .py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.v-application .pt-0 {
  padding-top: 0px !important;
}
.v-application .pt-1 {
  padding-top: 4px !important;
}
.v-application .pt-2 {
  padding-top: 8px !important;
}
.v-application .pt-3 {
  padding-top: 12px !important;
}
.v-application .pt-4 {
  padding-top: 16px !important;
}
.v-application .pt-5 {
  padding-top: 20px !important;
}
.v-application .pt-6 {
  padding-top: 24px !important;
}
.v-application .pt-7 {
  padding-top: 28px !important;
}
.v-application .pt-8 {
  padding-top: 32px !important;
}
.v-application .pt-9 {
  padding-top: 36px !important;
}
.v-application .pt-10 {
  padding-top: 40px !important;
}
.v-application .pt-11 {
  padding-top: 44px !important;
}
.v-application .pt-12 {
  padding-top: 48px !important;
}
.v-application .pt-13 {
  padding-top: 52px !important;
}
.v-application .pt-14 {
  padding-top: 56px !important;
}
.v-application .pt-15 {
  padding-top: 60px !important;
}
.v-application .pt-16 {
  padding-top: 64px !important;
}
.v-application .pr-0 {
  padding-right: 0px !important;
}
.v-application .pr-1 {
  padding-right: 4px !important;
}
.v-application .pr-2 {
  padding-right: 8px !important;
}
.v-application .pr-3 {
  padding-right: 12px !important;
}
.v-application .pr-4 {
  padding-right: 16px !important;
}
.v-application .pr-5 {
  padding-right: 20px !important;
}
.v-application .pr-6 {
  padding-right: 24px !important;
}
.v-application .pr-7 {
  padding-right: 28px !important;
}
.v-application .pr-8 {
  padding-right: 32px !important;
}
.v-application .pr-9 {
  padding-right: 36px !important;
}
.v-application .pr-10 {
  padding-right: 40px !important;
}
.v-application .pr-11 {
  padding-right: 44px !important;
}
.v-application .pr-12 {
  padding-right: 48px !important;
}
.v-application .pr-13 {
  padding-right: 52px !important;
}
.v-application .pr-14 {
  padding-right: 56px !important;
}
.v-application .pr-15 {
  padding-right: 60px !important;
}
.v-application .pr-16 {
  padding-right: 64px !important;
}
.v-application .pb-0 {
  padding-bottom: 0px !important;
}
.v-application .pb-1 {
  padding-bottom: 4px !important;
}
.v-application .pb-2 {
  padding-bottom: 8px !important;
}
.v-application .pb-3 {
  padding-bottom: 12px !important;
}
.v-application .pb-4 {
  padding-bottom: 16px !important;
}
.v-application .pb-5 {
  padding-bottom: 20px !important;
}
.v-application .pb-6 {
  padding-bottom: 24px !important;
}
.v-application .pb-7 {
  padding-bottom: 28px !important;
}
.v-application .pb-8 {
  padding-bottom: 32px !important;
}
.v-application .pb-9 {
  padding-bottom: 36px !important;
}
.v-application .pb-10 {
  padding-bottom: 40px !important;
}
.v-application .pb-11 {
  padding-bottom: 44px !important;
}
.v-application .pb-12 {
  padding-bottom: 48px !important;
}
.v-application .pb-13 {
  padding-bottom: 52px !important;
}
.v-application .pb-14 {
  padding-bottom: 56px !important;
}
.v-application .pb-15 {
  padding-bottom: 60px !important;
}
.v-application .pb-16 {
  padding-bottom: 64px !important;
}
.v-application .pl-0 {
  padding-left: 0px !important;
}
.v-application .pl-1 {
  padding-left: 4px !important;
}
.v-application .pl-2 {
  padding-left: 8px !important;
}
.v-application .pl-3 {
  padding-left: 12px !important;
}
.v-application .pl-4 {
  padding-left: 16px !important;
}
.v-application .pl-5 {
  padding-left: 20px !important;
}
.v-application .pl-6 {
  padding-left: 24px !important;
}
.v-application .pl-7 {
  padding-left: 28px !important;
}
.v-application .pl-8 {
  padding-left: 32px !important;
}
.v-application .pl-9 {
  padding-left: 36px !important;
}
.v-application .pl-10 {
  padding-left: 40px !important;
}
.v-application .pl-11 {
  padding-left: 44px !important;
}
.v-application .pl-12 {
  padding-left: 48px !important;
}
.v-application .pl-13 {
  padding-left: 52px !important;
}
.v-application .pl-14 {
  padding-left: 56px !important;
}
.v-application .pl-15 {
  padding-left: 60px !important;
}
.v-application .pl-16 {
  padding-left: 64px !important;
}
.v-application--is-ltr .ps-0 {
  padding-left: 0px !important;
}
.v-application--is-rtl .ps-0 {
  padding-right: 0px !important;
}
.v-application--is-ltr .ps-1 {
  padding-left: 4px !important;
}
.v-application--is-rtl .ps-1 {
  padding-right: 4px !important;
}
.v-application--is-ltr .ps-2 {
  padding-left: 8px !important;
}
.v-application--is-rtl .ps-2 {
  padding-right: 8px !important;
}
.v-application--is-ltr .ps-3 {
  padding-left: 12px !important;
}
.v-application--is-rtl .ps-3 {
  padding-right: 12px !important;
}
.v-application--is-ltr .ps-4 {
  padding-left: 16px !important;
}
.v-application--is-rtl .ps-4 {
  padding-right: 16px !important;
}
.v-application--is-ltr .ps-5 {
  padding-left: 20px !important;
}
.v-application--is-rtl .ps-5 {
  padding-right: 20px !important;
}
.v-application--is-ltr .ps-6 {
  padding-left: 24px !important;
}
.v-application--is-rtl .ps-6 {
  padding-right: 24px !important;
}
.v-application--is-ltr .ps-7 {
  padding-left: 28px !important;
}
.v-application--is-rtl .ps-7 {
  padding-right: 28px !important;
}
.v-application--is-ltr .ps-8 {
  padding-left: 32px !important;
}
.v-application--is-rtl .ps-8 {
  padding-right: 32px !important;
}
.v-application--is-ltr .ps-9 {
  padding-left: 36px !important;
}
.v-application--is-rtl .ps-9 {
  padding-right: 36px !important;
}
.v-application--is-ltr .ps-10 {
  padding-left: 40px !important;
}
.v-application--is-rtl .ps-10 {
  padding-right: 40px !important;
}
.v-application--is-ltr .ps-11 {
  padding-left: 44px !important;
}
.v-application--is-rtl .ps-11 {
  padding-right: 44px !important;
}
.v-application--is-ltr .ps-12 {
  padding-left: 48px !important;
}
.v-application--is-rtl .ps-12 {
  padding-right: 48px !important;
}
.v-application--is-ltr .ps-13 {
  padding-left: 52px !important;
}
.v-application--is-rtl .ps-13 {
  padding-right: 52px !important;
}
.v-application--is-ltr .ps-14 {
  padding-left: 56px !important;
}
.v-application--is-rtl .ps-14 {
  padding-right: 56px !important;
}
.v-application--is-ltr .ps-15 {
  padding-left: 60px !important;
}
.v-application--is-rtl .ps-15 {
  padding-right: 60px !important;
}
.v-application--is-ltr .ps-16 {
  padding-left: 64px !important;
}
.v-application--is-rtl .ps-16 {
  padding-right: 64px !important;
}
.v-application--is-ltr .pe-0 {
  padding-right: 0px !important;
}
.v-application--is-rtl .pe-0 {
  padding-left: 0px !important;
}
.v-application--is-ltr .pe-1 {
  padding-right: 4px !important;
}
.v-application--is-rtl .pe-1 {
  padding-left: 4px !important;
}
.v-application--is-ltr .pe-2 {
  padding-right: 8px !important;
}
.v-application--is-rtl .pe-2 {
  padding-left: 8px !important;
}
.v-application--is-ltr .pe-3 {
  padding-right: 12px !important;
}
.v-application--is-rtl .pe-3 {
  padding-left: 12px !important;
}
.v-application--is-ltr .pe-4 {
  padding-right: 16px !important;
}
.v-application--is-rtl .pe-4 {
  padding-left: 16px !important;
}
.v-application--is-ltr .pe-5 {
  padding-right: 20px !important;
}
.v-application--is-rtl .pe-5 {
  padding-left: 20px !important;
}
.v-application--is-ltr .pe-6 {
  padding-right: 24px !important;
}
.v-application--is-rtl .pe-6 {
  padding-left: 24px !important;
}
.v-application--is-ltr .pe-7 {
  padding-right: 28px !important;
}
.v-application--is-rtl .pe-7 {
  padding-left: 28px !important;
}
.v-application--is-ltr .pe-8 {
  padding-right: 32px !important;
}
.v-application--is-rtl .pe-8 {
  padding-left: 32px !important;
}
.v-application--is-ltr .pe-9 {
  padding-right: 36px !important;
}
.v-application--is-rtl .pe-9 {
  padding-left: 36px !important;
}
.v-application--is-ltr .pe-10 {
  padding-right: 40px !important;
}
.v-application--is-rtl .pe-10 {
  padding-left: 40px !important;
}
.v-application--is-ltr .pe-11 {
  padding-right: 44px !important;
}
.v-application--is-rtl .pe-11 {
  padding-left: 44px !important;
}
.v-application--is-ltr .pe-12 {
  padding-right: 48px !important;
}
.v-application--is-rtl .pe-12 {
  padding-left: 48px !important;
}
.v-application--is-ltr .pe-13 {
  padding-right: 52px !important;
}
.v-application--is-rtl .pe-13 {
  padding-left: 52px !important;
}
.v-application--is-ltr .pe-14 {
  padding-right: 56px !important;
}
.v-application--is-rtl .pe-14 {
  padding-left: 56px !important;
}
.v-application--is-ltr .pe-15 {
  padding-right: 60px !important;
}
.v-application--is-rtl .pe-15 {
  padding-left: 60px !important;
}
.v-application--is-ltr .pe-16 {
  padding-right: 64px !important;
}
.v-application--is-rtl .pe-16 {
  padding-left: 64px !important;
}
.v-application .rounded-0 {
  border-radius: 0 !important;
}
.v-application .rounded-sm {
  border-radius: 2.5px !important;
}
.v-application .rounded {
  border-radius: 5px !important;
}
.v-application .rounded-lg {
  border-radius: 10px !important;
}
.v-application .rounded-xl {
  border-radius: 20px !important;
}
.v-application .rounded-xxl {
  border-radius: 30px !important;
}
.v-application .rounded-pill {
  border-radius: 9999px !important;
}
.v-application .rounded-circle {
  border-radius: 50% !important;
}
.v-application .rounded-t-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.v-application .rounded-t-sm {
  border-top-left-radius: 2.5px !important;
  border-top-right-radius: 2.5px !important;
}
.v-application .rounded-t {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.v-application .rounded-t-lg {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.v-application .rounded-t-xl {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.v-application .rounded-t-xxl {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
.v-application .rounded-t-pill {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}
.v-application .rounded-t-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.v-application .rounded-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.v-application .rounded-r-sm {
  border-top-right-radius: 2.5px !important;
  border-bottom-right-radius: 2.5px !important;
}
.v-application .rounded-r {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.v-application .rounded-r-lg {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.v-application .rounded-r-xl {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.v-application .rounded-r-xxl {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.v-application .rounded-r-pill {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.v-application .rounded-r-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.v-application .rounded-b-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.v-application .rounded-b-sm {
  border-bottom-left-radius: 2.5px !important;
  border-bottom-right-radius: 2.5px !important;
}
.v-application .rounded-b {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.v-application .rounded-b-lg {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.v-application .rounded-b-xl {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.v-application .rounded-b-xxl {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.v-application .rounded-b-pill {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.v-application .rounded-b-circle {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.v-application .rounded-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.v-application .rounded-l-sm {
  border-top-left-radius: 2.5px !important;
  border-bottom-left-radius: 2.5px !important;
}
.v-application .rounded-l {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.v-application .rounded-l-lg {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.v-application .rounded-l-xl {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.v-application .rounded-l-xxl {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}
.v-application .rounded-l-pill {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}
.v-application .rounded-l-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.v-application .rounded-tl-0 {
  border-top-left-radius: 0 !important;
}
.v-application .rounded-tl-sm {
  border-top-left-radius: 2.5px !important;
}
.v-application .rounded-tl {
  border-top-left-radius: 5px !important;
}
.v-application .rounded-tl-lg {
  border-top-left-radius: 10px !important;
}
.v-application .rounded-tl-xl {
  border-top-left-radius: 20px !important;
}
.v-application .rounded-tl-xxl {
  border-top-left-radius: 30px !important;
}
.v-application .rounded-tl-pill {
  border-top-left-radius: 9999px !important;
}
.v-application .rounded-tl-circle {
  border-top-left-radius: 50% !important;
}
.v-application .rounded-tr-0 {
  border-top-right-radius: 0 !important;
}
.v-application .rounded-tr-sm {
  border-top-right-radius: 2.5px !important;
}
.v-application .rounded-tr {
  border-top-right-radius: 5px !important;
}
.v-application .rounded-tr-lg {
  border-top-right-radius: 10px !important;
}
.v-application .rounded-tr-xl {
  border-top-right-radius: 20px !important;
}
.v-application .rounded-tr-xxl {
  border-top-right-radius: 30px !important;
}
.v-application .rounded-tr-pill {
  border-top-right-radius: 9999px !important;
}
.v-application .rounded-tr-circle {
  border-top-right-radius: 50% !important;
}
.v-application .rounded-br-0 {
  border-bottom-right-radius: 0 !important;
}
.v-application .rounded-br-sm {
  border-bottom-right-radius: 2.5px !important;
}
.v-application .rounded-br {
  border-bottom-right-radius: 5px !important;
}
.v-application .rounded-br-lg {
  border-bottom-right-radius: 10px !important;
}
.v-application .rounded-br-xl {
  border-bottom-right-radius: 20px !important;
}
.v-application .rounded-br-xxl {
  border-bottom-right-radius: 30px !important;
}
.v-application .rounded-br-pill {
  border-bottom-right-radius: 9999px !important;
}
.v-application .rounded-br-circle {
  border-bottom-right-radius: 50% !important;
}
.v-application .rounded-bl-0 {
  border-bottom-left-radius: 0 !important;
}
.v-application .rounded-bl-sm {
  border-bottom-left-radius: 2.5px !important;
}
.v-application .rounded-bl {
  border-bottom-left-radius: 5px !important;
}
.v-application .rounded-bl-lg {
  border-bottom-left-radius: 10px !important;
}
.v-application .rounded-bl-xl {
  border-bottom-left-radius: 20px !important;
}
.v-application .rounded-bl-xxl {
  border-bottom-left-radius: 30px !important;
}
.v-application .rounded-bl-pill {
  border-bottom-left-radius: 9999px !important;
}
.v-application .rounded-bl-circle {
  border-bottom-left-radius: 50% !important;
}
.v-application .text-left {
  text-align: left !important;
}
.v-application .text-right {
  text-align: right !important;
}
.v-application .text-center {
  text-align: center !important;
}
.v-application .text-justify {
  text-align: justify !important;
}
.v-application .text-start {
  text-align: start !important;
}
.v-application .text-end {
  text-align: end !important;
}
.v-application .text-decoration-line-through {
  text-decoration: line-through !important;
}
.v-application .text-decoration-none {
  text-decoration: none !important;
}
.v-application .text-decoration-overline {
  text-decoration: overline !important;
}
.v-application .text-decoration-underline {
  text-decoration: underline !important;
}
.v-application .text-wrap {
  white-space: normal !important;
}
.v-application .text-no-wrap {
  white-space: nowrap !important;
}
.v-application .text-pre {
  white-space: pre !important;
}
.v-application .text-pre-line {
  white-space: pre-line !important;
}
.v-application .text-pre-wrap {
  white-space: pre-wrap !important;
}
.v-application .text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.v-application .text-truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.v-application .text-none {
  text-transform: none !important;
}
.v-application .text-capitalize {
  text-transform: capitalize !important;
}
.v-application .text-lowercase {
  text-transform: lowercase !important;
}
.v-application .text-uppercase {
  text-transform: uppercase !important;
}
.v-application .text-h1 {
  font-size: 3.25rem !important;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: normal !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .text-h2 {
  font-size: 2.5rem !important;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: normal !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .text-h3 {
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: normal !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .text-h4 {
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.00735em !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .text-h5 {
  font-size: 1.25rem !important;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: normal !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .text-h6 {
  font-size: 1.125rem !important;
  font-weight: 700;
  line-height: 1.125rem;
  letter-spacing: 0.0125em !important;
  font-family: "Kanit", sans-serif !important;
}
.v-application .text-subtitle-1 {
  font-size: 1rem !important;
  font-weight: normal;
  line-height: 1.75rem;
  letter-spacing: 0.009375em !important;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .text-subtitle-2 {
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.0071428571em !important;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .text-body-1 {
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125em !important;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .text-body-2 {
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0178571429em !important;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .text-button {
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 2.25rem;
  letter-spacing: 0.0892857143em !important;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
  text-transform: uppercase !important;
}
.v-application .text-caption {
  font-size: 0.75rem !important;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.0333333333em !important;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
}
.v-application .text-overline {
  font-size: 0.75rem !important;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.1666666667em !important;
  font-family: "Libre Franklin Variable", sans-serif !important !important;
  text-transform: uppercase !important;
}
@media (min-width: 600px) {
  .v-application .d-sm-none {
    display: none !important;
  }

  .v-application .d-sm-inline {
    display: inline !important;
  }

  .v-application .d-sm-inline-block {
    display: inline-block !important;
  }

  .v-application .d-sm-block {
    display: block !important;
  }

  .v-application .d-sm-table {
    display: table !important;
  }

  .v-application .d-sm-table-row {
    display: table-row !important;
  }

  .v-application .d-sm-table-cell {
    display: table-cell !important;
  }

  .v-application .d-sm-flex {
    display: flex !important;
  }

  .v-application .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .v-application .float-sm-none {
    float: none !important;
  }

  .v-application .float-sm-left {
    float: left !important;
  }

  .v-application .float-sm-right {
    float: right !important;
  }

  .v-application--is-rtl .float-sm-end {
    float: left !important;
  }

  .v-application--is-rtl .float-sm-start {
    float: right !important;
  }

  .v-application--is-ltr .float-sm-end {
    float: right !important;
  }

  .v-application--is-ltr .float-sm-start {
    float: left !important;
  }

  .v-application .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .v-application .flex-sm-row {
    flex-direction: row !important;
  }

  .v-application .flex-sm-column {
    flex-direction: column !important;
  }

  .v-application .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .v-application .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .v-application .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .v-application .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .v-application .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .v-application .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .v-application .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .v-application .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .v-application .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .v-application .justify-sm-start {
    justify-content: flex-start !important;
  }

  .v-application .justify-sm-end {
    justify-content: flex-end !important;
  }

  .v-application .justify-sm-center {
    justify-content: center !important;
  }

  .v-application .justify-sm-space-between {
    justify-content: space-between !important;
  }

  .v-application .justify-sm-space-around {
    justify-content: space-around !important;
  }

  .v-application .align-sm-start {
    align-items: flex-start !important;
  }

  .v-application .align-sm-end {
    align-items: flex-end !important;
  }

  .v-application .align-sm-center {
    align-items: center !important;
  }

  .v-application .align-sm-baseline {
    align-items: baseline !important;
  }

  .v-application .align-sm-stretch {
    align-items: stretch !important;
  }

  .v-application .align-content-sm-start {
    align-content: flex-start !important;
  }

  .v-application .align-content-sm-end {
    align-content: flex-end !important;
  }

  .v-application .align-content-sm-center {
    align-content: center !important;
  }

  .v-application .align-content-sm-space-between {
    align-content: space-between !important;
  }

  .v-application .align-content-sm-space-around {
    align-content: space-around !important;
  }

  .v-application .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .v-application .align-self-sm-auto {
    align-self: auto !important;
  }

  .v-application .align-self-sm-start {
    align-self: flex-start !important;
  }

  .v-application .align-self-sm-end {
    align-self: flex-end !important;
  }

  .v-application .align-self-sm-center {
    align-self: center !important;
  }

  .v-application .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .v-application .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .v-application .order-sm-first {
    order: -1 !important;
  }

  .v-application .order-sm-0 {
    order: 0 !important;
  }

  .v-application .order-sm-1 {
    order: 1 !important;
  }

  .v-application .order-sm-2 {
    order: 2 !important;
  }

  .v-application .order-sm-3 {
    order: 3 !important;
  }

  .v-application .order-sm-4 {
    order: 4 !important;
  }

  .v-application .order-sm-5 {
    order: 5 !important;
  }

  .v-application .order-sm-6 {
    order: 6 !important;
  }

  .v-application .order-sm-7 {
    order: 7 !important;
  }

  .v-application .order-sm-8 {
    order: 8 !important;
  }

  .v-application .order-sm-9 {
    order: 9 !important;
  }

  .v-application .order-sm-10 {
    order: 10 !important;
  }

  .v-application .order-sm-11 {
    order: 11 !important;
  }

  .v-application .order-sm-12 {
    order: 12 !important;
  }

  .v-application .order-sm-last {
    order: 13 !important;
  }

  .v-application .ma-sm-0 {
    margin: 0px !important;
  }

  .v-application .ma-sm-1 {
    margin: 4px !important;
  }

  .v-application .ma-sm-2 {
    margin: 8px !important;
  }

  .v-application .ma-sm-3 {
    margin: 12px !important;
  }

  .v-application .ma-sm-4 {
    margin: 16px !important;
  }

  .v-application .ma-sm-5 {
    margin: 20px !important;
  }

  .v-application .ma-sm-6 {
    margin: 24px !important;
  }

  .v-application .ma-sm-7 {
    margin: 28px !important;
  }

  .v-application .ma-sm-8 {
    margin: 32px !important;
  }

  .v-application .ma-sm-9 {
    margin: 36px !important;
  }

  .v-application .ma-sm-10 {
    margin: 40px !important;
  }

  .v-application .ma-sm-11 {
    margin: 44px !important;
  }

  .v-application .ma-sm-12 {
    margin: 48px !important;
  }

  .v-application .ma-sm-13 {
    margin: 52px !important;
  }

  .v-application .ma-sm-14 {
    margin: 56px !important;
  }

  .v-application .ma-sm-15 {
    margin: 60px !important;
  }

  .v-application .ma-sm-16 {
    margin: 64px !important;
  }

  .v-application .ma-sm-auto {
    margin: auto !important;
  }

  .v-application .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .v-application .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .v-application .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .v-application .mx-sm-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .v-application .mx-sm-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .v-application .mx-sm-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .v-application .mx-sm-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .v-application .mx-sm-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }

  .v-application .mx-sm-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .v-application .mx-sm-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .v-application .mx-sm-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .v-application .mx-sm-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .v-application .mx-sm-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .v-application .mx-sm-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }

  .v-application .mx-sm-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .v-application .mx-sm-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .v-application .mx-sm-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .v-application .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .v-application .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .v-application .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .v-application .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .v-application .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .v-application .my-sm-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .v-application .my-sm-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .v-application .my-sm-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .v-application .my-sm-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .v-application .my-sm-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .v-application .my-sm-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .v-application .my-sm-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .v-application .my-sm-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .v-application .my-sm-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .v-application .my-sm-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .v-application .my-sm-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .v-application .my-sm-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .v-application .my-sm-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .v-application .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .v-application .mt-sm-0 {
    margin-top: 0px !important;
  }

  .v-application .mt-sm-1 {
    margin-top: 4px !important;
  }

  .v-application .mt-sm-2 {
    margin-top: 8px !important;
  }

  .v-application .mt-sm-3 {
    margin-top: 12px !important;
  }

  .v-application .mt-sm-4 {
    margin-top: 16px !important;
  }

  .v-application .mt-sm-5 {
    margin-top: 20px !important;
  }

  .v-application .mt-sm-6 {
    margin-top: 24px !important;
  }

  .v-application .mt-sm-7 {
    margin-top: 28px !important;
  }

  .v-application .mt-sm-8 {
    margin-top: 32px !important;
  }

  .v-application .mt-sm-9 {
    margin-top: 36px !important;
  }

  .v-application .mt-sm-10 {
    margin-top: 40px !important;
  }

  .v-application .mt-sm-11 {
    margin-top: 44px !important;
  }

  .v-application .mt-sm-12 {
    margin-top: 48px !important;
  }

  .v-application .mt-sm-13 {
    margin-top: 52px !important;
  }

  .v-application .mt-sm-14 {
    margin-top: 56px !important;
  }

  .v-application .mt-sm-15 {
    margin-top: 60px !important;
  }

  .v-application .mt-sm-16 {
    margin-top: 64px !important;
  }

  .v-application .mt-sm-auto {
    margin-top: auto !important;
  }

  .v-application .mr-sm-0 {
    margin-right: 0px !important;
  }

  .v-application .mr-sm-1 {
    margin-right: 4px !important;
  }

  .v-application .mr-sm-2 {
    margin-right: 8px !important;
  }

  .v-application .mr-sm-3 {
    margin-right: 12px !important;
  }

  .v-application .mr-sm-4 {
    margin-right: 16px !important;
  }

  .v-application .mr-sm-5 {
    margin-right: 20px !important;
  }

  .v-application .mr-sm-6 {
    margin-right: 24px !important;
  }

  .v-application .mr-sm-7 {
    margin-right: 28px !important;
  }

  .v-application .mr-sm-8 {
    margin-right: 32px !important;
  }

  .v-application .mr-sm-9 {
    margin-right: 36px !important;
  }

  .v-application .mr-sm-10 {
    margin-right: 40px !important;
  }

  .v-application .mr-sm-11 {
    margin-right: 44px !important;
  }

  .v-application .mr-sm-12 {
    margin-right: 48px !important;
  }

  .v-application .mr-sm-13 {
    margin-right: 52px !important;
  }

  .v-application .mr-sm-14 {
    margin-right: 56px !important;
  }

  .v-application .mr-sm-15 {
    margin-right: 60px !important;
  }

  .v-application .mr-sm-16 {
    margin-right: 64px !important;
  }

  .v-application .mr-sm-auto {
    margin-right: auto !important;
  }

  .v-application .mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .v-application .mb-sm-1 {
    margin-bottom: 4px !important;
  }

  .v-application .mb-sm-2 {
    margin-bottom: 8px !important;
  }

  .v-application .mb-sm-3 {
    margin-bottom: 12px !important;
  }

  .v-application .mb-sm-4 {
    margin-bottom: 16px !important;
  }

  .v-application .mb-sm-5 {
    margin-bottom: 20px !important;
  }

  .v-application .mb-sm-6 {
    margin-bottom: 24px !important;
  }

  .v-application .mb-sm-7 {
    margin-bottom: 28px !important;
  }

  .v-application .mb-sm-8 {
    margin-bottom: 32px !important;
  }

  .v-application .mb-sm-9 {
    margin-bottom: 36px !important;
  }

  .v-application .mb-sm-10 {
    margin-bottom: 40px !important;
  }

  .v-application .mb-sm-11 {
    margin-bottom: 44px !important;
  }

  .v-application .mb-sm-12 {
    margin-bottom: 48px !important;
  }

  .v-application .mb-sm-13 {
    margin-bottom: 52px !important;
  }

  .v-application .mb-sm-14 {
    margin-bottom: 56px !important;
  }

  .v-application .mb-sm-15 {
    margin-bottom: 60px !important;
  }

  .v-application .mb-sm-16 {
    margin-bottom: 64px !important;
  }

  .v-application .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .v-application .ml-sm-0 {
    margin-left: 0px !important;
  }

  .v-application .ml-sm-1 {
    margin-left: 4px !important;
  }

  .v-application .ml-sm-2 {
    margin-left: 8px !important;
  }

  .v-application .ml-sm-3 {
    margin-left: 12px !important;
  }

  .v-application .ml-sm-4 {
    margin-left: 16px !important;
  }

  .v-application .ml-sm-5 {
    margin-left: 20px !important;
  }

  .v-application .ml-sm-6 {
    margin-left: 24px !important;
  }

  .v-application .ml-sm-7 {
    margin-left: 28px !important;
  }

  .v-application .ml-sm-8 {
    margin-left: 32px !important;
  }

  .v-application .ml-sm-9 {
    margin-left: 36px !important;
  }

  .v-application .ml-sm-10 {
    margin-left: 40px !important;
  }

  .v-application .ml-sm-11 {
    margin-left: 44px !important;
  }

  .v-application .ml-sm-12 {
    margin-left: 48px !important;
  }

  .v-application .ml-sm-13 {
    margin-left: 52px !important;
  }

  .v-application .ml-sm-14 {
    margin-left: 56px !important;
  }

  .v-application .ml-sm-15 {
    margin-left: 60px !important;
  }

  .v-application .ml-sm-16 {
    margin-left: 64px !important;
  }

  .v-application .ml-sm-auto {
    margin-left: auto !important;
  }

  .v-application--is-ltr .ms-sm-0 {
    margin-left: 0px !important;
  }

  .v-application--is-rtl .ms-sm-0 {
    margin-right: 0px !important;
  }

  .v-application--is-ltr .ms-sm-1 {
    margin-left: 4px !important;
  }

  .v-application--is-rtl .ms-sm-1 {
    margin-right: 4px !important;
  }

  .v-application--is-ltr .ms-sm-2 {
    margin-left: 8px !important;
  }

  .v-application--is-rtl .ms-sm-2 {
    margin-right: 8px !important;
  }

  .v-application--is-ltr .ms-sm-3 {
    margin-left: 12px !important;
  }

  .v-application--is-rtl .ms-sm-3 {
    margin-right: 12px !important;
  }

  .v-application--is-ltr .ms-sm-4 {
    margin-left: 16px !important;
  }

  .v-application--is-rtl .ms-sm-4 {
    margin-right: 16px !important;
  }

  .v-application--is-ltr .ms-sm-5 {
    margin-left: 20px !important;
  }

  .v-application--is-rtl .ms-sm-5 {
    margin-right: 20px !important;
  }

  .v-application--is-ltr .ms-sm-6 {
    margin-left: 24px !important;
  }

  .v-application--is-rtl .ms-sm-6 {
    margin-right: 24px !important;
  }

  .v-application--is-ltr .ms-sm-7 {
    margin-left: 28px !important;
  }

  .v-application--is-rtl .ms-sm-7 {
    margin-right: 28px !important;
  }

  .v-application--is-ltr .ms-sm-8 {
    margin-left: 32px !important;
  }

  .v-application--is-rtl .ms-sm-8 {
    margin-right: 32px !important;
  }

  .v-application--is-ltr .ms-sm-9 {
    margin-left: 36px !important;
  }

  .v-application--is-rtl .ms-sm-9 {
    margin-right: 36px !important;
  }

  .v-application--is-ltr .ms-sm-10 {
    margin-left: 40px !important;
  }

  .v-application--is-rtl .ms-sm-10 {
    margin-right: 40px !important;
  }

  .v-application--is-ltr .ms-sm-11 {
    margin-left: 44px !important;
  }

  .v-application--is-rtl .ms-sm-11 {
    margin-right: 44px !important;
  }

  .v-application--is-ltr .ms-sm-12 {
    margin-left: 48px !important;
  }

  .v-application--is-rtl .ms-sm-12 {
    margin-right: 48px !important;
  }

  .v-application--is-ltr .ms-sm-13 {
    margin-left: 52px !important;
  }

  .v-application--is-rtl .ms-sm-13 {
    margin-right: 52px !important;
  }

  .v-application--is-ltr .ms-sm-14 {
    margin-left: 56px !important;
  }

  .v-application--is-rtl .ms-sm-14 {
    margin-right: 56px !important;
  }

  .v-application--is-ltr .ms-sm-15 {
    margin-left: 60px !important;
  }

  .v-application--is-rtl .ms-sm-15 {
    margin-right: 60px !important;
  }

  .v-application--is-ltr .ms-sm-16 {
    margin-left: 64px !important;
  }

  .v-application--is-rtl .ms-sm-16 {
    margin-right: 64px !important;
  }

  .v-application--is-ltr .ms-sm-auto {
    margin-left: auto !important;
  }

  .v-application--is-rtl .ms-sm-auto {
    margin-right: auto !important;
  }

  .v-application--is-ltr .me-sm-0 {
    margin-right: 0px !important;
  }

  .v-application--is-rtl .me-sm-0 {
    margin-left: 0px !important;
  }

  .v-application--is-ltr .me-sm-1 {
    margin-right: 4px !important;
  }

  .v-application--is-rtl .me-sm-1 {
    margin-left: 4px !important;
  }

  .v-application--is-ltr .me-sm-2 {
    margin-right: 8px !important;
  }

  .v-application--is-rtl .me-sm-2 {
    margin-left: 8px !important;
  }

  .v-application--is-ltr .me-sm-3 {
    margin-right: 12px !important;
  }

  .v-application--is-rtl .me-sm-3 {
    margin-left: 12px !important;
  }

  .v-application--is-ltr .me-sm-4 {
    margin-right: 16px !important;
  }

  .v-application--is-rtl .me-sm-4 {
    margin-left: 16px !important;
  }

  .v-application--is-ltr .me-sm-5 {
    margin-right: 20px !important;
  }

  .v-application--is-rtl .me-sm-5 {
    margin-left: 20px !important;
  }

  .v-application--is-ltr .me-sm-6 {
    margin-right: 24px !important;
  }

  .v-application--is-rtl .me-sm-6 {
    margin-left: 24px !important;
  }

  .v-application--is-ltr .me-sm-7 {
    margin-right: 28px !important;
  }

  .v-application--is-rtl .me-sm-7 {
    margin-left: 28px !important;
  }

  .v-application--is-ltr .me-sm-8 {
    margin-right: 32px !important;
  }

  .v-application--is-rtl .me-sm-8 {
    margin-left: 32px !important;
  }

  .v-application--is-ltr .me-sm-9 {
    margin-right: 36px !important;
  }

  .v-application--is-rtl .me-sm-9 {
    margin-left: 36px !important;
  }

  .v-application--is-ltr .me-sm-10 {
    margin-right: 40px !important;
  }

  .v-application--is-rtl .me-sm-10 {
    margin-left: 40px !important;
  }

  .v-application--is-ltr .me-sm-11 {
    margin-right: 44px !important;
  }

  .v-application--is-rtl .me-sm-11 {
    margin-left: 44px !important;
  }

  .v-application--is-ltr .me-sm-12 {
    margin-right: 48px !important;
  }

  .v-application--is-rtl .me-sm-12 {
    margin-left: 48px !important;
  }

  .v-application--is-ltr .me-sm-13 {
    margin-right: 52px !important;
  }

  .v-application--is-rtl .me-sm-13 {
    margin-left: 52px !important;
  }

  .v-application--is-ltr .me-sm-14 {
    margin-right: 56px !important;
  }

  .v-application--is-rtl .me-sm-14 {
    margin-left: 56px !important;
  }

  .v-application--is-ltr .me-sm-15 {
    margin-right: 60px !important;
  }

  .v-application--is-rtl .me-sm-15 {
    margin-left: 60px !important;
  }

  .v-application--is-ltr .me-sm-16 {
    margin-right: 64px !important;
  }

  .v-application--is-rtl .me-sm-16 {
    margin-left: 64px !important;
  }

  .v-application--is-ltr .me-sm-auto {
    margin-right: auto !important;
  }

  .v-application--is-rtl .me-sm-auto {
    margin-left: auto !important;
  }

  .v-application .ma-sm-n1 {
    margin: -4px !important;
  }

  .v-application .ma-sm-n2 {
    margin: -8px !important;
  }

  .v-application .ma-sm-n3 {
    margin: -12px !important;
  }

  .v-application .ma-sm-n4 {
    margin: -16px !important;
  }

  .v-application .ma-sm-n5 {
    margin: -20px !important;
  }

  .v-application .ma-sm-n6 {
    margin: -24px !important;
  }

  .v-application .ma-sm-n7 {
    margin: -28px !important;
  }

  .v-application .ma-sm-n8 {
    margin: -32px !important;
  }

  .v-application .ma-sm-n9 {
    margin: -36px !important;
  }

  .v-application .ma-sm-n10 {
    margin: -40px !important;
  }

  .v-application .ma-sm-n11 {
    margin: -44px !important;
  }

  .v-application .ma-sm-n12 {
    margin: -48px !important;
  }

  .v-application .ma-sm-n13 {
    margin: -52px !important;
  }

  .v-application .ma-sm-n14 {
    margin: -56px !important;
  }

  .v-application .ma-sm-n15 {
    margin: -60px !important;
  }

  .v-application .ma-sm-n16 {
    margin: -64px !important;
  }

  .v-application .mx-sm-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }

  .v-application .mx-sm-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }

  .v-application .mx-sm-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }

  .v-application .mx-sm-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }

  .v-application .mx-sm-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .v-application .mx-sm-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }

  .v-application .mx-sm-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }

  .v-application .mx-sm-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }

  .v-application .mx-sm-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }

  .v-application .mx-sm-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .v-application .mx-sm-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }

  .v-application .mx-sm-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }

  .v-application .mx-sm-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }

  .v-application .mx-sm-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }

  .v-application .mx-sm-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .v-application .mx-sm-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }

  .v-application .my-sm-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .v-application .my-sm-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .v-application .my-sm-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .v-application .my-sm-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .v-application .my-sm-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .v-application .my-sm-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .v-application .my-sm-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .v-application .my-sm-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .v-application .my-sm-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .v-application .my-sm-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .v-application .my-sm-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .v-application .my-sm-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .v-application .my-sm-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .v-application .my-sm-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .v-application .my-sm-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .v-application .my-sm-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .v-application .mt-sm-n1 {
    margin-top: -4px !important;
  }

  .v-application .mt-sm-n2 {
    margin-top: -8px !important;
  }

  .v-application .mt-sm-n3 {
    margin-top: -12px !important;
  }

  .v-application .mt-sm-n4 {
    margin-top: -16px !important;
  }

  .v-application .mt-sm-n5 {
    margin-top: -20px !important;
  }

  .v-application .mt-sm-n6 {
    margin-top: -24px !important;
  }

  .v-application .mt-sm-n7 {
    margin-top: -28px !important;
  }

  .v-application .mt-sm-n8 {
    margin-top: -32px !important;
  }

  .v-application .mt-sm-n9 {
    margin-top: -36px !important;
  }

  .v-application .mt-sm-n10 {
    margin-top: -40px !important;
  }

  .v-application .mt-sm-n11 {
    margin-top: -44px !important;
  }

  .v-application .mt-sm-n12 {
    margin-top: -48px !important;
  }

  .v-application .mt-sm-n13 {
    margin-top: -52px !important;
  }

  .v-application .mt-sm-n14 {
    margin-top: -56px !important;
  }

  .v-application .mt-sm-n15 {
    margin-top: -60px !important;
  }

  .v-application .mt-sm-n16 {
    margin-top: -64px !important;
  }

  .v-application .mr-sm-n1 {
    margin-right: -4px !important;
  }

  .v-application .mr-sm-n2 {
    margin-right: -8px !important;
  }

  .v-application .mr-sm-n3 {
    margin-right: -12px !important;
  }

  .v-application .mr-sm-n4 {
    margin-right: -16px !important;
  }

  .v-application .mr-sm-n5 {
    margin-right: -20px !important;
  }

  .v-application .mr-sm-n6 {
    margin-right: -24px !important;
  }

  .v-application .mr-sm-n7 {
    margin-right: -28px !important;
  }

  .v-application .mr-sm-n8 {
    margin-right: -32px !important;
  }

  .v-application .mr-sm-n9 {
    margin-right: -36px !important;
  }

  .v-application .mr-sm-n10 {
    margin-right: -40px !important;
  }

  .v-application .mr-sm-n11 {
    margin-right: -44px !important;
  }

  .v-application .mr-sm-n12 {
    margin-right: -48px !important;
  }

  .v-application .mr-sm-n13 {
    margin-right: -52px !important;
  }

  .v-application .mr-sm-n14 {
    margin-right: -56px !important;
  }

  .v-application .mr-sm-n15 {
    margin-right: -60px !important;
  }

  .v-application .mr-sm-n16 {
    margin-right: -64px !important;
  }

  .v-application .mb-sm-n1 {
    margin-bottom: -4px !important;
  }

  .v-application .mb-sm-n2 {
    margin-bottom: -8px !important;
  }

  .v-application .mb-sm-n3 {
    margin-bottom: -12px !important;
  }

  .v-application .mb-sm-n4 {
    margin-bottom: -16px !important;
  }

  .v-application .mb-sm-n5 {
    margin-bottom: -20px !important;
  }

  .v-application .mb-sm-n6 {
    margin-bottom: -24px !important;
  }

  .v-application .mb-sm-n7 {
    margin-bottom: -28px !important;
  }

  .v-application .mb-sm-n8 {
    margin-bottom: -32px !important;
  }

  .v-application .mb-sm-n9 {
    margin-bottom: -36px !important;
  }

  .v-application .mb-sm-n10 {
    margin-bottom: -40px !important;
  }

  .v-application .mb-sm-n11 {
    margin-bottom: -44px !important;
  }

  .v-application .mb-sm-n12 {
    margin-bottom: -48px !important;
  }

  .v-application .mb-sm-n13 {
    margin-bottom: -52px !important;
  }

  .v-application .mb-sm-n14 {
    margin-bottom: -56px !important;
  }

  .v-application .mb-sm-n15 {
    margin-bottom: -60px !important;
  }

  .v-application .mb-sm-n16 {
    margin-bottom: -64px !important;
  }

  .v-application .ml-sm-n1 {
    margin-left: -4px !important;
  }

  .v-application .ml-sm-n2 {
    margin-left: -8px !important;
  }

  .v-application .ml-sm-n3 {
    margin-left: -12px !important;
  }

  .v-application .ml-sm-n4 {
    margin-left: -16px !important;
  }

  .v-application .ml-sm-n5 {
    margin-left: -20px !important;
  }

  .v-application .ml-sm-n6 {
    margin-left: -24px !important;
  }

  .v-application .ml-sm-n7 {
    margin-left: -28px !important;
  }

  .v-application .ml-sm-n8 {
    margin-left: -32px !important;
  }

  .v-application .ml-sm-n9 {
    margin-left: -36px !important;
  }

  .v-application .ml-sm-n10 {
    margin-left: -40px !important;
  }

  .v-application .ml-sm-n11 {
    margin-left: -44px !important;
  }

  .v-application .ml-sm-n12 {
    margin-left: -48px !important;
  }

  .v-application .ml-sm-n13 {
    margin-left: -52px !important;
  }

  .v-application .ml-sm-n14 {
    margin-left: -56px !important;
  }

  .v-application .ml-sm-n15 {
    margin-left: -60px !important;
  }

  .v-application .ml-sm-n16 {
    margin-left: -64px !important;
  }

  .v-application--is-ltr .ms-sm-n1 {
    margin-left: -4px !important;
  }

  .v-application--is-rtl .ms-sm-n1 {
    margin-right: -4px !important;
  }

  .v-application--is-ltr .ms-sm-n2 {
    margin-left: -8px !important;
  }

  .v-application--is-rtl .ms-sm-n2 {
    margin-right: -8px !important;
  }

  .v-application--is-ltr .ms-sm-n3 {
    margin-left: -12px !important;
  }

  .v-application--is-rtl .ms-sm-n3 {
    margin-right: -12px !important;
  }

  .v-application--is-ltr .ms-sm-n4 {
    margin-left: -16px !important;
  }

  .v-application--is-rtl .ms-sm-n4 {
    margin-right: -16px !important;
  }

  .v-application--is-ltr .ms-sm-n5 {
    margin-left: -20px !important;
  }

  .v-application--is-rtl .ms-sm-n5 {
    margin-right: -20px !important;
  }

  .v-application--is-ltr .ms-sm-n6 {
    margin-left: -24px !important;
  }

  .v-application--is-rtl .ms-sm-n6 {
    margin-right: -24px !important;
  }

  .v-application--is-ltr .ms-sm-n7 {
    margin-left: -28px !important;
  }

  .v-application--is-rtl .ms-sm-n7 {
    margin-right: -28px !important;
  }

  .v-application--is-ltr .ms-sm-n8 {
    margin-left: -32px !important;
  }

  .v-application--is-rtl .ms-sm-n8 {
    margin-right: -32px !important;
  }

  .v-application--is-ltr .ms-sm-n9 {
    margin-left: -36px !important;
  }

  .v-application--is-rtl .ms-sm-n9 {
    margin-right: -36px !important;
  }

  .v-application--is-ltr .ms-sm-n10 {
    margin-left: -40px !important;
  }

  .v-application--is-rtl .ms-sm-n10 {
    margin-right: -40px !important;
  }

  .v-application--is-ltr .ms-sm-n11 {
    margin-left: -44px !important;
  }

  .v-application--is-rtl .ms-sm-n11 {
    margin-right: -44px !important;
  }

  .v-application--is-ltr .ms-sm-n12 {
    margin-left: -48px !important;
  }

  .v-application--is-rtl .ms-sm-n12 {
    margin-right: -48px !important;
  }

  .v-application--is-ltr .ms-sm-n13 {
    margin-left: -52px !important;
  }

  .v-application--is-rtl .ms-sm-n13 {
    margin-right: -52px !important;
  }

  .v-application--is-ltr .ms-sm-n14 {
    margin-left: -56px !important;
  }

  .v-application--is-rtl .ms-sm-n14 {
    margin-right: -56px !important;
  }

  .v-application--is-ltr .ms-sm-n15 {
    margin-left: -60px !important;
  }

  .v-application--is-rtl .ms-sm-n15 {
    margin-right: -60px !important;
  }

  .v-application--is-ltr .ms-sm-n16 {
    margin-left: -64px !important;
  }

  .v-application--is-rtl .ms-sm-n16 {
    margin-right: -64px !important;
  }

  .v-application--is-ltr .me-sm-n1 {
    margin-right: -4px !important;
  }

  .v-application--is-rtl .me-sm-n1 {
    margin-left: -4px !important;
  }

  .v-application--is-ltr .me-sm-n2 {
    margin-right: -8px !important;
  }

  .v-application--is-rtl .me-sm-n2 {
    margin-left: -8px !important;
  }

  .v-application--is-ltr .me-sm-n3 {
    margin-right: -12px !important;
  }

  .v-application--is-rtl .me-sm-n3 {
    margin-left: -12px !important;
  }

  .v-application--is-ltr .me-sm-n4 {
    margin-right: -16px !important;
  }

  .v-application--is-rtl .me-sm-n4 {
    margin-left: -16px !important;
  }

  .v-application--is-ltr .me-sm-n5 {
    margin-right: -20px !important;
  }

  .v-application--is-rtl .me-sm-n5 {
    margin-left: -20px !important;
  }

  .v-application--is-ltr .me-sm-n6 {
    margin-right: -24px !important;
  }

  .v-application--is-rtl .me-sm-n6 {
    margin-left: -24px !important;
  }

  .v-application--is-ltr .me-sm-n7 {
    margin-right: -28px !important;
  }

  .v-application--is-rtl .me-sm-n7 {
    margin-left: -28px !important;
  }

  .v-application--is-ltr .me-sm-n8 {
    margin-right: -32px !important;
  }

  .v-application--is-rtl .me-sm-n8 {
    margin-left: -32px !important;
  }

  .v-application--is-ltr .me-sm-n9 {
    margin-right: -36px !important;
  }

  .v-application--is-rtl .me-sm-n9 {
    margin-left: -36px !important;
  }

  .v-application--is-ltr .me-sm-n10 {
    margin-right: -40px !important;
  }

  .v-application--is-rtl .me-sm-n10 {
    margin-left: -40px !important;
  }

  .v-application--is-ltr .me-sm-n11 {
    margin-right: -44px !important;
  }

  .v-application--is-rtl .me-sm-n11 {
    margin-left: -44px !important;
  }

  .v-application--is-ltr .me-sm-n12 {
    margin-right: -48px !important;
  }

  .v-application--is-rtl .me-sm-n12 {
    margin-left: -48px !important;
  }

  .v-application--is-ltr .me-sm-n13 {
    margin-right: -52px !important;
  }

  .v-application--is-rtl .me-sm-n13 {
    margin-left: -52px !important;
  }

  .v-application--is-ltr .me-sm-n14 {
    margin-right: -56px !important;
  }

  .v-application--is-rtl .me-sm-n14 {
    margin-left: -56px !important;
  }

  .v-application--is-ltr .me-sm-n15 {
    margin-right: -60px !important;
  }

  .v-application--is-rtl .me-sm-n15 {
    margin-left: -60px !important;
  }

  .v-application--is-ltr .me-sm-n16 {
    margin-right: -64px !important;
  }

  .v-application--is-rtl .me-sm-n16 {
    margin-left: -64px !important;
  }

  .v-application .pa-sm-0 {
    padding: 0px !important;
  }

  .v-application .pa-sm-1 {
    padding: 4px !important;
  }

  .v-application .pa-sm-2 {
    padding: 8px !important;
  }

  .v-application .pa-sm-3 {
    padding: 12px !important;
  }

  .v-application .pa-sm-4 {
    padding: 16px !important;
  }

  .v-application .pa-sm-5 {
    padding: 20px !important;
  }

  .v-application .pa-sm-6 {
    padding: 24px !important;
  }

  .v-application .pa-sm-7 {
    padding: 28px !important;
  }

  .v-application .pa-sm-8 {
    padding: 32px !important;
  }

  .v-application .pa-sm-9 {
    padding: 36px !important;
  }

  .v-application .pa-sm-10 {
    padding: 40px !important;
  }

  .v-application .pa-sm-11 {
    padding: 44px !important;
  }

  .v-application .pa-sm-12 {
    padding: 48px !important;
  }

  .v-application .pa-sm-13 {
    padding: 52px !important;
  }

  .v-application .pa-sm-14 {
    padding: 56px !important;
  }

  .v-application .pa-sm-15 {
    padding: 60px !important;
  }

  .v-application .pa-sm-16 {
    padding: 64px !important;
  }

  .v-application .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .v-application .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .v-application .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .v-application .px-sm-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .v-application .px-sm-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .v-application .px-sm-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .v-application .px-sm-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .v-application .px-sm-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .v-application .px-sm-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .v-application .px-sm-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .v-application .px-sm-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .v-application .px-sm-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .v-application .px-sm-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .v-application .px-sm-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }

  .v-application .px-sm-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .v-application .px-sm-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .v-application .px-sm-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .v-application .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .v-application .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .v-application .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .v-application .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .v-application .py-sm-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .v-application .py-sm-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .v-application .py-sm-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .v-application .py-sm-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .v-application .py-sm-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .v-application .py-sm-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .v-application .py-sm-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .v-application .py-sm-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .v-application .py-sm-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .v-application .py-sm-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .v-application .py-sm-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .v-application .py-sm-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .v-application .py-sm-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .v-application .pt-sm-0 {
    padding-top: 0px !important;
  }

  .v-application .pt-sm-1 {
    padding-top: 4px !important;
  }

  .v-application .pt-sm-2 {
    padding-top: 8px !important;
  }

  .v-application .pt-sm-3 {
    padding-top: 12px !important;
  }

  .v-application .pt-sm-4 {
    padding-top: 16px !important;
  }

  .v-application .pt-sm-5 {
    padding-top: 20px !important;
  }

  .v-application .pt-sm-6 {
    padding-top: 24px !important;
  }

  .v-application .pt-sm-7 {
    padding-top: 28px !important;
  }

  .v-application .pt-sm-8 {
    padding-top: 32px !important;
  }

  .v-application .pt-sm-9 {
    padding-top: 36px !important;
  }

  .v-application .pt-sm-10 {
    padding-top: 40px !important;
  }

  .v-application .pt-sm-11 {
    padding-top: 44px !important;
  }

  .v-application .pt-sm-12 {
    padding-top: 48px !important;
  }

  .v-application .pt-sm-13 {
    padding-top: 52px !important;
  }

  .v-application .pt-sm-14 {
    padding-top: 56px !important;
  }

  .v-application .pt-sm-15 {
    padding-top: 60px !important;
  }

  .v-application .pt-sm-16 {
    padding-top: 64px !important;
  }

  .v-application .pr-sm-0 {
    padding-right: 0px !important;
  }

  .v-application .pr-sm-1 {
    padding-right: 4px !important;
  }

  .v-application .pr-sm-2 {
    padding-right: 8px !important;
  }

  .v-application .pr-sm-3 {
    padding-right: 12px !important;
  }

  .v-application .pr-sm-4 {
    padding-right: 16px !important;
  }

  .v-application .pr-sm-5 {
    padding-right: 20px !important;
  }

  .v-application .pr-sm-6 {
    padding-right: 24px !important;
  }

  .v-application .pr-sm-7 {
    padding-right: 28px !important;
  }

  .v-application .pr-sm-8 {
    padding-right: 32px !important;
  }

  .v-application .pr-sm-9 {
    padding-right: 36px !important;
  }

  .v-application .pr-sm-10 {
    padding-right: 40px !important;
  }

  .v-application .pr-sm-11 {
    padding-right: 44px !important;
  }

  .v-application .pr-sm-12 {
    padding-right: 48px !important;
  }

  .v-application .pr-sm-13 {
    padding-right: 52px !important;
  }

  .v-application .pr-sm-14 {
    padding-right: 56px !important;
  }

  .v-application .pr-sm-15 {
    padding-right: 60px !important;
  }

  .v-application .pr-sm-16 {
    padding-right: 64px !important;
  }

  .v-application .pb-sm-0 {
    padding-bottom: 0px !important;
  }

  .v-application .pb-sm-1 {
    padding-bottom: 4px !important;
  }

  .v-application .pb-sm-2 {
    padding-bottom: 8px !important;
  }

  .v-application .pb-sm-3 {
    padding-bottom: 12px !important;
  }

  .v-application .pb-sm-4 {
    padding-bottom: 16px !important;
  }

  .v-application .pb-sm-5 {
    padding-bottom: 20px !important;
  }

  .v-application .pb-sm-6 {
    padding-bottom: 24px !important;
  }

  .v-application .pb-sm-7 {
    padding-bottom: 28px !important;
  }

  .v-application .pb-sm-8 {
    padding-bottom: 32px !important;
  }

  .v-application .pb-sm-9 {
    padding-bottom: 36px !important;
  }

  .v-application .pb-sm-10 {
    padding-bottom: 40px !important;
  }

  .v-application .pb-sm-11 {
    padding-bottom: 44px !important;
  }

  .v-application .pb-sm-12 {
    padding-bottom: 48px !important;
  }

  .v-application .pb-sm-13 {
    padding-bottom: 52px !important;
  }

  .v-application .pb-sm-14 {
    padding-bottom: 56px !important;
  }

  .v-application .pb-sm-15 {
    padding-bottom: 60px !important;
  }

  .v-application .pb-sm-16 {
    padding-bottom: 64px !important;
  }

  .v-application .pl-sm-0 {
    padding-left: 0px !important;
  }

  .v-application .pl-sm-1 {
    padding-left: 4px !important;
  }

  .v-application .pl-sm-2 {
    padding-left: 8px !important;
  }

  .v-application .pl-sm-3 {
    padding-left: 12px !important;
  }

  .v-application .pl-sm-4 {
    padding-left: 16px !important;
  }

  .v-application .pl-sm-5 {
    padding-left: 20px !important;
  }

  .v-application .pl-sm-6 {
    padding-left: 24px !important;
  }

  .v-application .pl-sm-7 {
    padding-left: 28px !important;
  }

  .v-application .pl-sm-8 {
    padding-left: 32px !important;
  }

  .v-application .pl-sm-9 {
    padding-left: 36px !important;
  }

  .v-application .pl-sm-10 {
    padding-left: 40px !important;
  }

  .v-application .pl-sm-11 {
    padding-left: 44px !important;
  }

  .v-application .pl-sm-12 {
    padding-left: 48px !important;
  }

  .v-application .pl-sm-13 {
    padding-left: 52px !important;
  }

  .v-application .pl-sm-14 {
    padding-left: 56px !important;
  }

  .v-application .pl-sm-15 {
    padding-left: 60px !important;
  }

  .v-application .pl-sm-16 {
    padding-left: 64px !important;
  }

  .v-application--is-ltr .ps-sm-0 {
    padding-left: 0px !important;
  }

  .v-application--is-rtl .ps-sm-0 {
    padding-right: 0px !important;
  }

  .v-application--is-ltr .ps-sm-1 {
    padding-left: 4px !important;
  }

  .v-application--is-rtl .ps-sm-1 {
    padding-right: 4px !important;
  }

  .v-application--is-ltr .ps-sm-2 {
    padding-left: 8px !important;
  }

  .v-application--is-rtl .ps-sm-2 {
    padding-right: 8px !important;
  }

  .v-application--is-ltr .ps-sm-3 {
    padding-left: 12px !important;
  }

  .v-application--is-rtl .ps-sm-3 {
    padding-right: 12px !important;
  }

  .v-application--is-ltr .ps-sm-4 {
    padding-left: 16px !important;
  }

  .v-application--is-rtl .ps-sm-4 {
    padding-right: 16px !important;
  }

  .v-application--is-ltr .ps-sm-5 {
    padding-left: 20px !important;
  }

  .v-application--is-rtl .ps-sm-5 {
    padding-right: 20px !important;
  }

  .v-application--is-ltr .ps-sm-6 {
    padding-left: 24px !important;
  }

  .v-application--is-rtl .ps-sm-6 {
    padding-right: 24px !important;
  }

  .v-application--is-ltr .ps-sm-7 {
    padding-left: 28px !important;
  }

  .v-application--is-rtl .ps-sm-7 {
    padding-right: 28px !important;
  }

  .v-application--is-ltr .ps-sm-8 {
    padding-left: 32px !important;
  }

  .v-application--is-rtl .ps-sm-8 {
    padding-right: 32px !important;
  }

  .v-application--is-ltr .ps-sm-9 {
    padding-left: 36px !important;
  }

  .v-application--is-rtl .ps-sm-9 {
    padding-right: 36px !important;
  }

  .v-application--is-ltr .ps-sm-10 {
    padding-left: 40px !important;
  }

  .v-application--is-rtl .ps-sm-10 {
    padding-right: 40px !important;
  }

  .v-application--is-ltr .ps-sm-11 {
    padding-left: 44px !important;
  }

  .v-application--is-rtl .ps-sm-11 {
    padding-right: 44px !important;
  }

  .v-application--is-ltr .ps-sm-12 {
    padding-left: 48px !important;
  }

  .v-application--is-rtl .ps-sm-12 {
    padding-right: 48px !important;
  }

  .v-application--is-ltr .ps-sm-13 {
    padding-left: 52px !important;
  }

  .v-application--is-rtl .ps-sm-13 {
    padding-right: 52px !important;
  }

  .v-application--is-ltr .ps-sm-14 {
    padding-left: 56px !important;
  }

  .v-application--is-rtl .ps-sm-14 {
    padding-right: 56px !important;
  }

  .v-application--is-ltr .ps-sm-15 {
    padding-left: 60px !important;
  }

  .v-application--is-rtl .ps-sm-15 {
    padding-right: 60px !important;
  }

  .v-application--is-ltr .ps-sm-16 {
    padding-left: 64px !important;
  }

  .v-application--is-rtl .ps-sm-16 {
    padding-right: 64px !important;
  }

  .v-application--is-ltr .pe-sm-0 {
    padding-right: 0px !important;
  }

  .v-application--is-rtl .pe-sm-0 {
    padding-left: 0px !important;
  }

  .v-application--is-ltr .pe-sm-1 {
    padding-right: 4px !important;
  }

  .v-application--is-rtl .pe-sm-1 {
    padding-left: 4px !important;
  }

  .v-application--is-ltr .pe-sm-2 {
    padding-right: 8px !important;
  }

  .v-application--is-rtl .pe-sm-2 {
    padding-left: 8px !important;
  }

  .v-application--is-ltr .pe-sm-3 {
    padding-right: 12px !important;
  }

  .v-application--is-rtl .pe-sm-3 {
    padding-left: 12px !important;
  }

  .v-application--is-ltr .pe-sm-4 {
    padding-right: 16px !important;
  }

  .v-application--is-rtl .pe-sm-4 {
    padding-left: 16px !important;
  }

  .v-application--is-ltr .pe-sm-5 {
    padding-right: 20px !important;
  }

  .v-application--is-rtl .pe-sm-5 {
    padding-left: 20px !important;
  }

  .v-application--is-ltr .pe-sm-6 {
    padding-right: 24px !important;
  }

  .v-application--is-rtl .pe-sm-6 {
    padding-left: 24px !important;
  }

  .v-application--is-ltr .pe-sm-7 {
    padding-right: 28px !important;
  }

  .v-application--is-rtl .pe-sm-7 {
    padding-left: 28px !important;
  }

  .v-application--is-ltr .pe-sm-8 {
    padding-right: 32px !important;
  }

  .v-application--is-rtl .pe-sm-8 {
    padding-left: 32px !important;
  }

  .v-application--is-ltr .pe-sm-9 {
    padding-right: 36px !important;
  }

  .v-application--is-rtl .pe-sm-9 {
    padding-left: 36px !important;
  }

  .v-application--is-ltr .pe-sm-10 {
    padding-right: 40px !important;
  }

  .v-application--is-rtl .pe-sm-10 {
    padding-left: 40px !important;
  }

  .v-application--is-ltr .pe-sm-11 {
    padding-right: 44px !important;
  }

  .v-application--is-rtl .pe-sm-11 {
    padding-left: 44px !important;
  }

  .v-application--is-ltr .pe-sm-12 {
    padding-right: 48px !important;
  }

  .v-application--is-rtl .pe-sm-12 {
    padding-left: 48px !important;
  }

  .v-application--is-ltr .pe-sm-13 {
    padding-right: 52px !important;
  }

  .v-application--is-rtl .pe-sm-13 {
    padding-left: 52px !important;
  }

  .v-application--is-ltr .pe-sm-14 {
    padding-right: 56px !important;
  }

  .v-application--is-rtl .pe-sm-14 {
    padding-left: 56px !important;
  }

  .v-application--is-ltr .pe-sm-15 {
    padding-right: 60px !important;
  }

  .v-application--is-rtl .pe-sm-15 {
    padding-left: 60px !important;
  }

  .v-application--is-ltr .pe-sm-16 {
    padding-right: 64px !important;
  }

  .v-application--is-rtl .pe-sm-16 {
    padding-left: 64px !important;
  }

  .v-application .text-sm-left {
    text-align: left !important;
  }

  .v-application .text-sm-right {
    text-align: right !important;
  }

  .v-application .text-sm-center {
    text-align: center !important;
  }

  .v-application .text-sm-justify {
    text-align: justify !important;
  }

  .v-application .text-sm-start {
    text-align: start !important;
  }

  .v-application .text-sm-end {
    text-align: end !important;
  }

  .v-application .text-sm-h1 {
    font-size: 3.25rem !important;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-sm-h2 {
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-sm-h3 {
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-sm-h4 {
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.00735em !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-sm-h5 {
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-sm-h6 {
    font-size: 1.125rem !important;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.0125em !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-sm-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75rem;
    letter-spacing: 0.009375em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-sm-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-sm-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-sm-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-sm-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.25rem;
    letter-spacing: 0.0892857143em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
    text-transform: uppercase !important;
  }

  .v-application .text-sm-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0333333333em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-sm-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.1666666667em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
    text-transform: uppercase !important;
  }
}
@media (min-width: 960px) {
  .v-application .d-md-none {
    display: none !important;
  }

  .v-application .d-md-inline {
    display: inline !important;
  }

  .v-application .d-md-inline-block {
    display: inline-block !important;
  }

  .v-application .d-md-block {
    display: block !important;
  }

  .v-application .d-md-table {
    display: table !important;
  }

  .v-application .d-md-table-row {
    display: table-row !important;
  }

  .v-application .d-md-table-cell {
    display: table-cell !important;
  }

  .v-application .d-md-flex {
    display: flex !important;
  }

  .v-application .d-md-inline-flex {
    display: inline-flex !important;
  }

  .v-application .float-md-none {
    float: none !important;
  }

  .v-application .float-md-left {
    float: left !important;
  }

  .v-application .float-md-right {
    float: right !important;
  }

  .v-application--is-rtl .float-md-end {
    float: left !important;
  }

  .v-application--is-rtl .float-md-start {
    float: right !important;
  }

  .v-application--is-ltr .float-md-end {
    float: right !important;
  }

  .v-application--is-ltr .float-md-start {
    float: left !important;
  }

  .v-application .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .v-application .flex-md-row {
    flex-direction: row !important;
  }

  .v-application .flex-md-column {
    flex-direction: column !important;
  }

  .v-application .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .v-application .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .v-application .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .v-application .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .v-application .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .v-application .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .v-application .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .v-application .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .v-application .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .v-application .justify-md-start {
    justify-content: flex-start !important;
  }

  .v-application .justify-md-end {
    justify-content: flex-end !important;
  }

  .v-application .justify-md-center {
    justify-content: center !important;
  }

  .v-application .justify-md-space-between {
    justify-content: space-between !important;
  }

  .v-application .justify-md-space-around {
    justify-content: space-around !important;
  }

  .v-application .align-md-start {
    align-items: flex-start !important;
  }

  .v-application .align-md-end {
    align-items: flex-end !important;
  }

  .v-application .align-md-center {
    align-items: center !important;
  }

  .v-application .align-md-baseline {
    align-items: baseline !important;
  }

  .v-application .align-md-stretch {
    align-items: stretch !important;
  }

  .v-application .align-content-md-start {
    align-content: flex-start !important;
  }

  .v-application .align-content-md-end {
    align-content: flex-end !important;
  }

  .v-application .align-content-md-center {
    align-content: center !important;
  }

  .v-application .align-content-md-space-between {
    align-content: space-between !important;
  }

  .v-application .align-content-md-space-around {
    align-content: space-around !important;
  }

  .v-application .align-content-md-stretch {
    align-content: stretch !important;
  }

  .v-application .align-self-md-auto {
    align-self: auto !important;
  }

  .v-application .align-self-md-start {
    align-self: flex-start !important;
  }

  .v-application .align-self-md-end {
    align-self: flex-end !important;
  }

  .v-application .align-self-md-center {
    align-self: center !important;
  }

  .v-application .align-self-md-baseline {
    align-self: baseline !important;
  }

  .v-application .align-self-md-stretch {
    align-self: stretch !important;
  }

  .v-application .order-md-first {
    order: -1 !important;
  }

  .v-application .order-md-0 {
    order: 0 !important;
  }

  .v-application .order-md-1 {
    order: 1 !important;
  }

  .v-application .order-md-2 {
    order: 2 !important;
  }

  .v-application .order-md-3 {
    order: 3 !important;
  }

  .v-application .order-md-4 {
    order: 4 !important;
  }

  .v-application .order-md-5 {
    order: 5 !important;
  }

  .v-application .order-md-6 {
    order: 6 !important;
  }

  .v-application .order-md-7 {
    order: 7 !important;
  }

  .v-application .order-md-8 {
    order: 8 !important;
  }

  .v-application .order-md-9 {
    order: 9 !important;
  }

  .v-application .order-md-10 {
    order: 10 !important;
  }

  .v-application .order-md-11 {
    order: 11 !important;
  }

  .v-application .order-md-12 {
    order: 12 !important;
  }

  .v-application .order-md-last {
    order: 13 !important;
  }

  .v-application .ma-md-0 {
    margin: 0px !important;
  }

  .v-application .ma-md-1 {
    margin: 4px !important;
  }

  .v-application .ma-md-2 {
    margin: 8px !important;
  }

  .v-application .ma-md-3 {
    margin: 12px !important;
  }

  .v-application .ma-md-4 {
    margin: 16px !important;
  }

  .v-application .ma-md-5 {
    margin: 20px !important;
  }

  .v-application .ma-md-6 {
    margin: 24px !important;
  }

  .v-application .ma-md-7 {
    margin: 28px !important;
  }

  .v-application .ma-md-8 {
    margin: 32px !important;
  }

  .v-application .ma-md-9 {
    margin: 36px !important;
  }

  .v-application .ma-md-10 {
    margin: 40px !important;
  }

  .v-application .ma-md-11 {
    margin: 44px !important;
  }

  .v-application .ma-md-12 {
    margin: 48px !important;
  }

  .v-application .ma-md-13 {
    margin: 52px !important;
  }

  .v-application .ma-md-14 {
    margin: 56px !important;
  }

  .v-application .ma-md-15 {
    margin: 60px !important;
  }

  .v-application .ma-md-16 {
    margin: 64px !important;
  }

  .v-application .ma-md-auto {
    margin: auto !important;
  }

  .v-application .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .v-application .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .v-application .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .v-application .mx-md-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .v-application .mx-md-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .v-application .mx-md-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .v-application .mx-md-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .v-application .mx-md-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }

  .v-application .mx-md-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .v-application .mx-md-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .v-application .mx-md-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .v-application .mx-md-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .v-application .mx-md-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .v-application .mx-md-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }

  .v-application .mx-md-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .v-application .mx-md-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .v-application .mx-md-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .v-application .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .v-application .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .v-application .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .v-application .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .v-application .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .v-application .my-md-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .v-application .my-md-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .v-application .my-md-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .v-application .my-md-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .v-application .my-md-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .v-application .my-md-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .v-application .my-md-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .v-application .my-md-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .v-application .my-md-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .v-application .my-md-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .v-application .my-md-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .v-application .my-md-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .v-application .my-md-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .v-application .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .v-application .mt-md-0 {
    margin-top: 0px !important;
  }

  .v-application .mt-md-1 {
    margin-top: 4px !important;
  }

  .v-application .mt-md-2 {
    margin-top: 8px !important;
  }

  .v-application .mt-md-3 {
    margin-top: 12px !important;
  }

  .v-application .mt-md-4 {
    margin-top: 16px !important;
  }

  .v-application .mt-md-5 {
    margin-top: 20px !important;
  }

  .v-application .mt-md-6 {
    margin-top: 24px !important;
  }

  .v-application .mt-md-7 {
    margin-top: 28px !important;
  }

  .v-application .mt-md-8 {
    margin-top: 32px !important;
  }

  .v-application .mt-md-9 {
    margin-top: 36px !important;
  }

  .v-application .mt-md-10 {
    margin-top: 40px !important;
  }

  .v-application .mt-md-11 {
    margin-top: 44px !important;
  }

  .v-application .mt-md-12 {
    margin-top: 48px !important;
  }

  .v-application .mt-md-13 {
    margin-top: 52px !important;
  }

  .v-application .mt-md-14 {
    margin-top: 56px !important;
  }

  .v-application .mt-md-15 {
    margin-top: 60px !important;
  }

  .v-application .mt-md-16 {
    margin-top: 64px !important;
  }

  .v-application .mt-md-auto {
    margin-top: auto !important;
  }

  .v-application .mr-md-0 {
    margin-right: 0px !important;
  }

  .v-application .mr-md-1 {
    margin-right: 4px !important;
  }

  .v-application .mr-md-2 {
    margin-right: 8px !important;
  }

  .v-application .mr-md-3 {
    margin-right: 12px !important;
  }

  .v-application .mr-md-4 {
    margin-right: 16px !important;
  }

  .v-application .mr-md-5 {
    margin-right: 20px !important;
  }

  .v-application .mr-md-6 {
    margin-right: 24px !important;
  }

  .v-application .mr-md-7 {
    margin-right: 28px !important;
  }

  .v-application .mr-md-8 {
    margin-right: 32px !important;
  }

  .v-application .mr-md-9 {
    margin-right: 36px !important;
  }

  .v-application .mr-md-10 {
    margin-right: 40px !important;
  }

  .v-application .mr-md-11 {
    margin-right: 44px !important;
  }

  .v-application .mr-md-12 {
    margin-right: 48px !important;
  }

  .v-application .mr-md-13 {
    margin-right: 52px !important;
  }

  .v-application .mr-md-14 {
    margin-right: 56px !important;
  }

  .v-application .mr-md-15 {
    margin-right: 60px !important;
  }

  .v-application .mr-md-16 {
    margin-right: 64px !important;
  }

  .v-application .mr-md-auto {
    margin-right: auto !important;
  }

  .v-application .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .v-application .mb-md-1 {
    margin-bottom: 4px !important;
  }

  .v-application .mb-md-2 {
    margin-bottom: 8px !important;
  }

  .v-application .mb-md-3 {
    margin-bottom: 12px !important;
  }

  .v-application .mb-md-4 {
    margin-bottom: 16px !important;
  }

  .v-application .mb-md-5 {
    margin-bottom: 20px !important;
  }

  .v-application .mb-md-6 {
    margin-bottom: 24px !important;
  }

  .v-application .mb-md-7 {
    margin-bottom: 28px !important;
  }

  .v-application .mb-md-8 {
    margin-bottom: 32px !important;
  }

  .v-application .mb-md-9 {
    margin-bottom: 36px !important;
  }

  .v-application .mb-md-10 {
    margin-bottom: 40px !important;
  }

  .v-application .mb-md-11 {
    margin-bottom: 44px !important;
  }

  .v-application .mb-md-12 {
    margin-bottom: 48px !important;
  }

  .v-application .mb-md-13 {
    margin-bottom: 52px !important;
  }

  .v-application .mb-md-14 {
    margin-bottom: 56px !important;
  }

  .v-application .mb-md-15 {
    margin-bottom: 60px !important;
  }

  .v-application .mb-md-16 {
    margin-bottom: 64px !important;
  }

  .v-application .mb-md-auto {
    margin-bottom: auto !important;
  }

  .v-application .ml-md-0 {
    margin-left: 0px !important;
  }

  .v-application .ml-md-1 {
    margin-left: 4px !important;
  }

  .v-application .ml-md-2 {
    margin-left: 8px !important;
  }

  .v-application .ml-md-3 {
    margin-left: 12px !important;
  }

  .v-application .ml-md-4 {
    margin-left: 16px !important;
  }

  .v-application .ml-md-5 {
    margin-left: 20px !important;
  }

  .v-application .ml-md-6 {
    margin-left: 24px !important;
  }

  .v-application .ml-md-7 {
    margin-left: 28px !important;
  }

  .v-application .ml-md-8 {
    margin-left: 32px !important;
  }

  .v-application .ml-md-9 {
    margin-left: 36px !important;
  }

  .v-application .ml-md-10 {
    margin-left: 40px !important;
  }

  .v-application .ml-md-11 {
    margin-left: 44px !important;
  }

  .v-application .ml-md-12 {
    margin-left: 48px !important;
  }

  .v-application .ml-md-13 {
    margin-left: 52px !important;
  }

  .v-application .ml-md-14 {
    margin-left: 56px !important;
  }

  .v-application .ml-md-15 {
    margin-left: 60px !important;
  }

  .v-application .ml-md-16 {
    margin-left: 64px !important;
  }

  .v-application .ml-md-auto {
    margin-left: auto !important;
  }

  .v-application--is-ltr .ms-md-0 {
    margin-left: 0px !important;
  }

  .v-application--is-rtl .ms-md-0 {
    margin-right: 0px !important;
  }

  .v-application--is-ltr .ms-md-1 {
    margin-left: 4px !important;
  }

  .v-application--is-rtl .ms-md-1 {
    margin-right: 4px !important;
  }

  .v-application--is-ltr .ms-md-2 {
    margin-left: 8px !important;
  }

  .v-application--is-rtl .ms-md-2 {
    margin-right: 8px !important;
  }

  .v-application--is-ltr .ms-md-3 {
    margin-left: 12px !important;
  }

  .v-application--is-rtl .ms-md-3 {
    margin-right: 12px !important;
  }

  .v-application--is-ltr .ms-md-4 {
    margin-left: 16px !important;
  }

  .v-application--is-rtl .ms-md-4 {
    margin-right: 16px !important;
  }

  .v-application--is-ltr .ms-md-5 {
    margin-left: 20px !important;
  }

  .v-application--is-rtl .ms-md-5 {
    margin-right: 20px !important;
  }

  .v-application--is-ltr .ms-md-6 {
    margin-left: 24px !important;
  }

  .v-application--is-rtl .ms-md-6 {
    margin-right: 24px !important;
  }

  .v-application--is-ltr .ms-md-7 {
    margin-left: 28px !important;
  }

  .v-application--is-rtl .ms-md-7 {
    margin-right: 28px !important;
  }

  .v-application--is-ltr .ms-md-8 {
    margin-left: 32px !important;
  }

  .v-application--is-rtl .ms-md-8 {
    margin-right: 32px !important;
  }

  .v-application--is-ltr .ms-md-9 {
    margin-left: 36px !important;
  }

  .v-application--is-rtl .ms-md-9 {
    margin-right: 36px !important;
  }

  .v-application--is-ltr .ms-md-10 {
    margin-left: 40px !important;
  }

  .v-application--is-rtl .ms-md-10 {
    margin-right: 40px !important;
  }

  .v-application--is-ltr .ms-md-11 {
    margin-left: 44px !important;
  }

  .v-application--is-rtl .ms-md-11 {
    margin-right: 44px !important;
  }

  .v-application--is-ltr .ms-md-12 {
    margin-left: 48px !important;
  }

  .v-application--is-rtl .ms-md-12 {
    margin-right: 48px !important;
  }

  .v-application--is-ltr .ms-md-13 {
    margin-left: 52px !important;
  }

  .v-application--is-rtl .ms-md-13 {
    margin-right: 52px !important;
  }

  .v-application--is-ltr .ms-md-14 {
    margin-left: 56px !important;
  }

  .v-application--is-rtl .ms-md-14 {
    margin-right: 56px !important;
  }

  .v-application--is-ltr .ms-md-15 {
    margin-left: 60px !important;
  }

  .v-application--is-rtl .ms-md-15 {
    margin-right: 60px !important;
  }

  .v-application--is-ltr .ms-md-16 {
    margin-left: 64px !important;
  }

  .v-application--is-rtl .ms-md-16 {
    margin-right: 64px !important;
  }

  .v-application--is-ltr .ms-md-auto {
    margin-left: auto !important;
  }

  .v-application--is-rtl .ms-md-auto {
    margin-right: auto !important;
  }

  .v-application--is-ltr .me-md-0 {
    margin-right: 0px !important;
  }

  .v-application--is-rtl .me-md-0 {
    margin-left: 0px !important;
  }

  .v-application--is-ltr .me-md-1 {
    margin-right: 4px !important;
  }

  .v-application--is-rtl .me-md-1 {
    margin-left: 4px !important;
  }

  .v-application--is-ltr .me-md-2 {
    margin-right: 8px !important;
  }

  .v-application--is-rtl .me-md-2 {
    margin-left: 8px !important;
  }

  .v-application--is-ltr .me-md-3 {
    margin-right: 12px !important;
  }

  .v-application--is-rtl .me-md-3 {
    margin-left: 12px !important;
  }

  .v-application--is-ltr .me-md-4 {
    margin-right: 16px !important;
  }

  .v-application--is-rtl .me-md-4 {
    margin-left: 16px !important;
  }

  .v-application--is-ltr .me-md-5 {
    margin-right: 20px !important;
  }

  .v-application--is-rtl .me-md-5 {
    margin-left: 20px !important;
  }

  .v-application--is-ltr .me-md-6 {
    margin-right: 24px !important;
  }

  .v-application--is-rtl .me-md-6 {
    margin-left: 24px !important;
  }

  .v-application--is-ltr .me-md-7 {
    margin-right: 28px !important;
  }

  .v-application--is-rtl .me-md-7 {
    margin-left: 28px !important;
  }

  .v-application--is-ltr .me-md-8 {
    margin-right: 32px !important;
  }

  .v-application--is-rtl .me-md-8 {
    margin-left: 32px !important;
  }

  .v-application--is-ltr .me-md-9 {
    margin-right: 36px !important;
  }

  .v-application--is-rtl .me-md-9 {
    margin-left: 36px !important;
  }

  .v-application--is-ltr .me-md-10 {
    margin-right: 40px !important;
  }

  .v-application--is-rtl .me-md-10 {
    margin-left: 40px !important;
  }

  .v-application--is-ltr .me-md-11 {
    margin-right: 44px !important;
  }

  .v-application--is-rtl .me-md-11 {
    margin-left: 44px !important;
  }

  .v-application--is-ltr .me-md-12 {
    margin-right: 48px !important;
  }

  .v-application--is-rtl .me-md-12 {
    margin-left: 48px !important;
  }

  .v-application--is-ltr .me-md-13 {
    margin-right: 52px !important;
  }

  .v-application--is-rtl .me-md-13 {
    margin-left: 52px !important;
  }

  .v-application--is-ltr .me-md-14 {
    margin-right: 56px !important;
  }

  .v-application--is-rtl .me-md-14 {
    margin-left: 56px !important;
  }

  .v-application--is-ltr .me-md-15 {
    margin-right: 60px !important;
  }

  .v-application--is-rtl .me-md-15 {
    margin-left: 60px !important;
  }

  .v-application--is-ltr .me-md-16 {
    margin-right: 64px !important;
  }

  .v-application--is-rtl .me-md-16 {
    margin-left: 64px !important;
  }

  .v-application--is-ltr .me-md-auto {
    margin-right: auto !important;
  }

  .v-application--is-rtl .me-md-auto {
    margin-left: auto !important;
  }

  .v-application .ma-md-n1 {
    margin: -4px !important;
  }

  .v-application .ma-md-n2 {
    margin: -8px !important;
  }

  .v-application .ma-md-n3 {
    margin: -12px !important;
  }

  .v-application .ma-md-n4 {
    margin: -16px !important;
  }

  .v-application .ma-md-n5 {
    margin: -20px !important;
  }

  .v-application .ma-md-n6 {
    margin: -24px !important;
  }

  .v-application .ma-md-n7 {
    margin: -28px !important;
  }

  .v-application .ma-md-n8 {
    margin: -32px !important;
  }

  .v-application .ma-md-n9 {
    margin: -36px !important;
  }

  .v-application .ma-md-n10 {
    margin: -40px !important;
  }

  .v-application .ma-md-n11 {
    margin: -44px !important;
  }

  .v-application .ma-md-n12 {
    margin: -48px !important;
  }

  .v-application .ma-md-n13 {
    margin: -52px !important;
  }

  .v-application .ma-md-n14 {
    margin: -56px !important;
  }

  .v-application .ma-md-n15 {
    margin: -60px !important;
  }

  .v-application .ma-md-n16 {
    margin: -64px !important;
  }

  .v-application .mx-md-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }

  .v-application .mx-md-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }

  .v-application .mx-md-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }

  .v-application .mx-md-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }

  .v-application .mx-md-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .v-application .mx-md-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }

  .v-application .mx-md-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }

  .v-application .mx-md-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }

  .v-application .mx-md-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }

  .v-application .mx-md-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .v-application .mx-md-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }

  .v-application .mx-md-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }

  .v-application .mx-md-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }

  .v-application .mx-md-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }

  .v-application .mx-md-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .v-application .mx-md-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }

  .v-application .my-md-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .v-application .my-md-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .v-application .my-md-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .v-application .my-md-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .v-application .my-md-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .v-application .my-md-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .v-application .my-md-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .v-application .my-md-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .v-application .my-md-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .v-application .my-md-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .v-application .my-md-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .v-application .my-md-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .v-application .my-md-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .v-application .my-md-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .v-application .my-md-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .v-application .my-md-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .v-application .mt-md-n1 {
    margin-top: -4px !important;
  }

  .v-application .mt-md-n2 {
    margin-top: -8px !important;
  }

  .v-application .mt-md-n3 {
    margin-top: -12px !important;
  }

  .v-application .mt-md-n4 {
    margin-top: -16px !important;
  }

  .v-application .mt-md-n5 {
    margin-top: -20px !important;
  }

  .v-application .mt-md-n6 {
    margin-top: -24px !important;
  }

  .v-application .mt-md-n7 {
    margin-top: -28px !important;
  }

  .v-application .mt-md-n8 {
    margin-top: -32px !important;
  }

  .v-application .mt-md-n9 {
    margin-top: -36px !important;
  }

  .v-application .mt-md-n10 {
    margin-top: -40px !important;
  }

  .v-application .mt-md-n11 {
    margin-top: -44px !important;
  }

  .v-application .mt-md-n12 {
    margin-top: -48px !important;
  }

  .v-application .mt-md-n13 {
    margin-top: -52px !important;
  }

  .v-application .mt-md-n14 {
    margin-top: -56px !important;
  }

  .v-application .mt-md-n15 {
    margin-top: -60px !important;
  }

  .v-application .mt-md-n16 {
    margin-top: -64px !important;
  }

  .v-application .mr-md-n1 {
    margin-right: -4px !important;
  }

  .v-application .mr-md-n2 {
    margin-right: -8px !important;
  }

  .v-application .mr-md-n3 {
    margin-right: -12px !important;
  }

  .v-application .mr-md-n4 {
    margin-right: -16px !important;
  }

  .v-application .mr-md-n5 {
    margin-right: -20px !important;
  }

  .v-application .mr-md-n6 {
    margin-right: -24px !important;
  }

  .v-application .mr-md-n7 {
    margin-right: -28px !important;
  }

  .v-application .mr-md-n8 {
    margin-right: -32px !important;
  }

  .v-application .mr-md-n9 {
    margin-right: -36px !important;
  }

  .v-application .mr-md-n10 {
    margin-right: -40px !important;
  }

  .v-application .mr-md-n11 {
    margin-right: -44px !important;
  }

  .v-application .mr-md-n12 {
    margin-right: -48px !important;
  }

  .v-application .mr-md-n13 {
    margin-right: -52px !important;
  }

  .v-application .mr-md-n14 {
    margin-right: -56px !important;
  }

  .v-application .mr-md-n15 {
    margin-right: -60px !important;
  }

  .v-application .mr-md-n16 {
    margin-right: -64px !important;
  }

  .v-application .mb-md-n1 {
    margin-bottom: -4px !important;
  }

  .v-application .mb-md-n2 {
    margin-bottom: -8px !important;
  }

  .v-application .mb-md-n3 {
    margin-bottom: -12px !important;
  }

  .v-application .mb-md-n4 {
    margin-bottom: -16px !important;
  }

  .v-application .mb-md-n5 {
    margin-bottom: -20px !important;
  }

  .v-application .mb-md-n6 {
    margin-bottom: -24px !important;
  }

  .v-application .mb-md-n7 {
    margin-bottom: -28px !important;
  }

  .v-application .mb-md-n8 {
    margin-bottom: -32px !important;
  }

  .v-application .mb-md-n9 {
    margin-bottom: -36px !important;
  }

  .v-application .mb-md-n10 {
    margin-bottom: -40px !important;
  }

  .v-application .mb-md-n11 {
    margin-bottom: -44px !important;
  }

  .v-application .mb-md-n12 {
    margin-bottom: -48px !important;
  }

  .v-application .mb-md-n13 {
    margin-bottom: -52px !important;
  }

  .v-application .mb-md-n14 {
    margin-bottom: -56px !important;
  }

  .v-application .mb-md-n15 {
    margin-bottom: -60px !important;
  }

  .v-application .mb-md-n16 {
    margin-bottom: -64px !important;
  }

  .v-application .ml-md-n1 {
    margin-left: -4px !important;
  }

  .v-application .ml-md-n2 {
    margin-left: -8px !important;
  }

  .v-application .ml-md-n3 {
    margin-left: -12px !important;
  }

  .v-application .ml-md-n4 {
    margin-left: -16px !important;
  }

  .v-application .ml-md-n5 {
    margin-left: -20px !important;
  }

  .v-application .ml-md-n6 {
    margin-left: -24px !important;
  }

  .v-application .ml-md-n7 {
    margin-left: -28px !important;
  }

  .v-application .ml-md-n8 {
    margin-left: -32px !important;
  }

  .v-application .ml-md-n9 {
    margin-left: -36px !important;
  }

  .v-application .ml-md-n10 {
    margin-left: -40px !important;
  }

  .v-application .ml-md-n11 {
    margin-left: -44px !important;
  }

  .v-application .ml-md-n12 {
    margin-left: -48px !important;
  }

  .v-application .ml-md-n13 {
    margin-left: -52px !important;
  }

  .v-application .ml-md-n14 {
    margin-left: -56px !important;
  }

  .v-application .ml-md-n15 {
    margin-left: -60px !important;
  }

  .v-application .ml-md-n16 {
    margin-left: -64px !important;
  }

  .v-application--is-ltr .ms-md-n1 {
    margin-left: -4px !important;
  }

  .v-application--is-rtl .ms-md-n1 {
    margin-right: -4px !important;
  }

  .v-application--is-ltr .ms-md-n2 {
    margin-left: -8px !important;
  }

  .v-application--is-rtl .ms-md-n2 {
    margin-right: -8px !important;
  }

  .v-application--is-ltr .ms-md-n3 {
    margin-left: -12px !important;
  }

  .v-application--is-rtl .ms-md-n3 {
    margin-right: -12px !important;
  }

  .v-application--is-ltr .ms-md-n4 {
    margin-left: -16px !important;
  }

  .v-application--is-rtl .ms-md-n4 {
    margin-right: -16px !important;
  }

  .v-application--is-ltr .ms-md-n5 {
    margin-left: -20px !important;
  }

  .v-application--is-rtl .ms-md-n5 {
    margin-right: -20px !important;
  }

  .v-application--is-ltr .ms-md-n6 {
    margin-left: -24px !important;
  }

  .v-application--is-rtl .ms-md-n6 {
    margin-right: -24px !important;
  }

  .v-application--is-ltr .ms-md-n7 {
    margin-left: -28px !important;
  }

  .v-application--is-rtl .ms-md-n7 {
    margin-right: -28px !important;
  }

  .v-application--is-ltr .ms-md-n8 {
    margin-left: -32px !important;
  }

  .v-application--is-rtl .ms-md-n8 {
    margin-right: -32px !important;
  }

  .v-application--is-ltr .ms-md-n9 {
    margin-left: -36px !important;
  }

  .v-application--is-rtl .ms-md-n9 {
    margin-right: -36px !important;
  }

  .v-application--is-ltr .ms-md-n10 {
    margin-left: -40px !important;
  }

  .v-application--is-rtl .ms-md-n10 {
    margin-right: -40px !important;
  }

  .v-application--is-ltr .ms-md-n11 {
    margin-left: -44px !important;
  }

  .v-application--is-rtl .ms-md-n11 {
    margin-right: -44px !important;
  }

  .v-application--is-ltr .ms-md-n12 {
    margin-left: -48px !important;
  }

  .v-application--is-rtl .ms-md-n12 {
    margin-right: -48px !important;
  }

  .v-application--is-ltr .ms-md-n13 {
    margin-left: -52px !important;
  }

  .v-application--is-rtl .ms-md-n13 {
    margin-right: -52px !important;
  }

  .v-application--is-ltr .ms-md-n14 {
    margin-left: -56px !important;
  }

  .v-application--is-rtl .ms-md-n14 {
    margin-right: -56px !important;
  }

  .v-application--is-ltr .ms-md-n15 {
    margin-left: -60px !important;
  }

  .v-application--is-rtl .ms-md-n15 {
    margin-right: -60px !important;
  }

  .v-application--is-ltr .ms-md-n16 {
    margin-left: -64px !important;
  }

  .v-application--is-rtl .ms-md-n16 {
    margin-right: -64px !important;
  }

  .v-application--is-ltr .me-md-n1 {
    margin-right: -4px !important;
  }

  .v-application--is-rtl .me-md-n1 {
    margin-left: -4px !important;
  }

  .v-application--is-ltr .me-md-n2 {
    margin-right: -8px !important;
  }

  .v-application--is-rtl .me-md-n2 {
    margin-left: -8px !important;
  }

  .v-application--is-ltr .me-md-n3 {
    margin-right: -12px !important;
  }

  .v-application--is-rtl .me-md-n3 {
    margin-left: -12px !important;
  }

  .v-application--is-ltr .me-md-n4 {
    margin-right: -16px !important;
  }

  .v-application--is-rtl .me-md-n4 {
    margin-left: -16px !important;
  }

  .v-application--is-ltr .me-md-n5 {
    margin-right: -20px !important;
  }

  .v-application--is-rtl .me-md-n5 {
    margin-left: -20px !important;
  }

  .v-application--is-ltr .me-md-n6 {
    margin-right: -24px !important;
  }

  .v-application--is-rtl .me-md-n6 {
    margin-left: -24px !important;
  }

  .v-application--is-ltr .me-md-n7 {
    margin-right: -28px !important;
  }

  .v-application--is-rtl .me-md-n7 {
    margin-left: -28px !important;
  }

  .v-application--is-ltr .me-md-n8 {
    margin-right: -32px !important;
  }

  .v-application--is-rtl .me-md-n8 {
    margin-left: -32px !important;
  }

  .v-application--is-ltr .me-md-n9 {
    margin-right: -36px !important;
  }

  .v-application--is-rtl .me-md-n9 {
    margin-left: -36px !important;
  }

  .v-application--is-ltr .me-md-n10 {
    margin-right: -40px !important;
  }

  .v-application--is-rtl .me-md-n10 {
    margin-left: -40px !important;
  }

  .v-application--is-ltr .me-md-n11 {
    margin-right: -44px !important;
  }

  .v-application--is-rtl .me-md-n11 {
    margin-left: -44px !important;
  }

  .v-application--is-ltr .me-md-n12 {
    margin-right: -48px !important;
  }

  .v-application--is-rtl .me-md-n12 {
    margin-left: -48px !important;
  }

  .v-application--is-ltr .me-md-n13 {
    margin-right: -52px !important;
  }

  .v-application--is-rtl .me-md-n13 {
    margin-left: -52px !important;
  }

  .v-application--is-ltr .me-md-n14 {
    margin-right: -56px !important;
  }

  .v-application--is-rtl .me-md-n14 {
    margin-left: -56px !important;
  }

  .v-application--is-ltr .me-md-n15 {
    margin-right: -60px !important;
  }

  .v-application--is-rtl .me-md-n15 {
    margin-left: -60px !important;
  }

  .v-application--is-ltr .me-md-n16 {
    margin-right: -64px !important;
  }

  .v-application--is-rtl .me-md-n16 {
    margin-left: -64px !important;
  }

  .v-application .pa-md-0 {
    padding: 0px !important;
  }

  .v-application .pa-md-1 {
    padding: 4px !important;
  }

  .v-application .pa-md-2 {
    padding: 8px !important;
  }

  .v-application .pa-md-3 {
    padding: 12px !important;
  }

  .v-application .pa-md-4 {
    padding: 16px !important;
  }

  .v-application .pa-md-5 {
    padding: 20px !important;
  }

  .v-application .pa-md-6 {
    padding: 24px !important;
  }

  .v-application .pa-md-7 {
    padding: 28px !important;
  }

  .v-application .pa-md-8 {
    padding: 32px !important;
  }

  .v-application .pa-md-9 {
    padding: 36px !important;
  }

  .v-application .pa-md-10 {
    padding: 40px !important;
  }

  .v-application .pa-md-11 {
    padding: 44px !important;
  }

  .v-application .pa-md-12 {
    padding: 48px !important;
  }

  .v-application .pa-md-13 {
    padding: 52px !important;
  }

  .v-application .pa-md-14 {
    padding: 56px !important;
  }

  .v-application .pa-md-15 {
    padding: 60px !important;
  }

  .v-application .pa-md-16 {
    padding: 64px !important;
  }

  .v-application .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .v-application .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .v-application .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .v-application .px-md-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .v-application .px-md-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .v-application .px-md-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .v-application .px-md-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .v-application .px-md-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .v-application .px-md-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .v-application .px-md-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .v-application .px-md-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .v-application .px-md-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .v-application .px-md-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .v-application .px-md-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }

  .v-application .px-md-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .v-application .px-md-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .v-application .px-md-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .v-application .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .v-application .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .v-application .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .v-application .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .v-application .py-md-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .v-application .py-md-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .v-application .py-md-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .v-application .py-md-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .v-application .py-md-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .v-application .py-md-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .v-application .py-md-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .v-application .py-md-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .v-application .py-md-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .v-application .py-md-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .v-application .py-md-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .v-application .py-md-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .v-application .py-md-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .v-application .pt-md-0 {
    padding-top: 0px !important;
  }

  .v-application .pt-md-1 {
    padding-top: 4px !important;
  }

  .v-application .pt-md-2 {
    padding-top: 8px !important;
  }

  .v-application .pt-md-3 {
    padding-top: 12px !important;
  }

  .v-application .pt-md-4 {
    padding-top: 16px !important;
  }

  .v-application .pt-md-5 {
    padding-top: 20px !important;
  }

  .v-application .pt-md-6 {
    padding-top: 24px !important;
  }

  .v-application .pt-md-7 {
    padding-top: 28px !important;
  }

  .v-application .pt-md-8 {
    padding-top: 32px !important;
  }

  .v-application .pt-md-9 {
    padding-top: 36px !important;
  }

  .v-application .pt-md-10 {
    padding-top: 40px !important;
  }

  .v-application .pt-md-11 {
    padding-top: 44px !important;
  }

  .v-application .pt-md-12 {
    padding-top: 48px !important;
  }

  .v-application .pt-md-13 {
    padding-top: 52px !important;
  }

  .v-application .pt-md-14 {
    padding-top: 56px !important;
  }

  .v-application .pt-md-15 {
    padding-top: 60px !important;
  }

  .v-application .pt-md-16 {
    padding-top: 64px !important;
  }

  .v-application .pr-md-0 {
    padding-right: 0px !important;
  }

  .v-application .pr-md-1 {
    padding-right: 4px !important;
  }

  .v-application .pr-md-2 {
    padding-right: 8px !important;
  }

  .v-application .pr-md-3 {
    padding-right: 12px !important;
  }

  .v-application .pr-md-4 {
    padding-right: 16px !important;
  }

  .v-application .pr-md-5 {
    padding-right: 20px !important;
  }

  .v-application .pr-md-6 {
    padding-right: 24px !important;
  }

  .v-application .pr-md-7 {
    padding-right: 28px !important;
  }

  .v-application .pr-md-8 {
    padding-right: 32px !important;
  }

  .v-application .pr-md-9 {
    padding-right: 36px !important;
  }

  .v-application .pr-md-10 {
    padding-right: 40px !important;
  }

  .v-application .pr-md-11 {
    padding-right: 44px !important;
  }

  .v-application .pr-md-12 {
    padding-right: 48px !important;
  }

  .v-application .pr-md-13 {
    padding-right: 52px !important;
  }

  .v-application .pr-md-14 {
    padding-right: 56px !important;
  }

  .v-application .pr-md-15 {
    padding-right: 60px !important;
  }

  .v-application .pr-md-16 {
    padding-right: 64px !important;
  }

  .v-application .pb-md-0 {
    padding-bottom: 0px !important;
  }

  .v-application .pb-md-1 {
    padding-bottom: 4px !important;
  }

  .v-application .pb-md-2 {
    padding-bottom: 8px !important;
  }

  .v-application .pb-md-3 {
    padding-bottom: 12px !important;
  }

  .v-application .pb-md-4 {
    padding-bottom: 16px !important;
  }

  .v-application .pb-md-5 {
    padding-bottom: 20px !important;
  }

  .v-application .pb-md-6 {
    padding-bottom: 24px !important;
  }

  .v-application .pb-md-7 {
    padding-bottom: 28px !important;
  }

  .v-application .pb-md-8 {
    padding-bottom: 32px !important;
  }

  .v-application .pb-md-9 {
    padding-bottom: 36px !important;
  }

  .v-application .pb-md-10 {
    padding-bottom: 40px !important;
  }

  .v-application .pb-md-11 {
    padding-bottom: 44px !important;
  }

  .v-application .pb-md-12 {
    padding-bottom: 48px !important;
  }

  .v-application .pb-md-13 {
    padding-bottom: 52px !important;
  }

  .v-application .pb-md-14 {
    padding-bottom: 56px !important;
  }

  .v-application .pb-md-15 {
    padding-bottom: 60px !important;
  }

  .v-application .pb-md-16 {
    padding-bottom: 64px !important;
  }

  .v-application .pl-md-0 {
    padding-left: 0px !important;
  }

  .v-application .pl-md-1 {
    padding-left: 4px !important;
  }

  .v-application .pl-md-2 {
    padding-left: 8px !important;
  }

  .v-application .pl-md-3 {
    padding-left: 12px !important;
  }

  .v-application .pl-md-4 {
    padding-left: 16px !important;
  }

  .v-application .pl-md-5 {
    padding-left: 20px !important;
  }

  .v-application .pl-md-6 {
    padding-left: 24px !important;
  }

  .v-application .pl-md-7 {
    padding-left: 28px !important;
  }

  .v-application .pl-md-8 {
    padding-left: 32px !important;
  }

  .v-application .pl-md-9 {
    padding-left: 36px !important;
  }

  .v-application .pl-md-10 {
    padding-left: 40px !important;
  }

  .v-application .pl-md-11 {
    padding-left: 44px !important;
  }

  .v-application .pl-md-12 {
    padding-left: 48px !important;
  }

  .v-application .pl-md-13 {
    padding-left: 52px !important;
  }

  .v-application .pl-md-14 {
    padding-left: 56px !important;
  }

  .v-application .pl-md-15 {
    padding-left: 60px !important;
  }

  .v-application .pl-md-16 {
    padding-left: 64px !important;
  }

  .v-application--is-ltr .ps-md-0 {
    padding-left: 0px !important;
  }

  .v-application--is-rtl .ps-md-0 {
    padding-right: 0px !important;
  }

  .v-application--is-ltr .ps-md-1 {
    padding-left: 4px !important;
  }

  .v-application--is-rtl .ps-md-1 {
    padding-right: 4px !important;
  }

  .v-application--is-ltr .ps-md-2 {
    padding-left: 8px !important;
  }

  .v-application--is-rtl .ps-md-2 {
    padding-right: 8px !important;
  }

  .v-application--is-ltr .ps-md-3 {
    padding-left: 12px !important;
  }

  .v-application--is-rtl .ps-md-3 {
    padding-right: 12px !important;
  }

  .v-application--is-ltr .ps-md-4 {
    padding-left: 16px !important;
  }

  .v-application--is-rtl .ps-md-4 {
    padding-right: 16px !important;
  }

  .v-application--is-ltr .ps-md-5 {
    padding-left: 20px !important;
  }

  .v-application--is-rtl .ps-md-5 {
    padding-right: 20px !important;
  }

  .v-application--is-ltr .ps-md-6 {
    padding-left: 24px !important;
  }

  .v-application--is-rtl .ps-md-6 {
    padding-right: 24px !important;
  }

  .v-application--is-ltr .ps-md-7 {
    padding-left: 28px !important;
  }

  .v-application--is-rtl .ps-md-7 {
    padding-right: 28px !important;
  }

  .v-application--is-ltr .ps-md-8 {
    padding-left: 32px !important;
  }

  .v-application--is-rtl .ps-md-8 {
    padding-right: 32px !important;
  }

  .v-application--is-ltr .ps-md-9 {
    padding-left: 36px !important;
  }

  .v-application--is-rtl .ps-md-9 {
    padding-right: 36px !important;
  }

  .v-application--is-ltr .ps-md-10 {
    padding-left: 40px !important;
  }

  .v-application--is-rtl .ps-md-10 {
    padding-right: 40px !important;
  }

  .v-application--is-ltr .ps-md-11 {
    padding-left: 44px !important;
  }

  .v-application--is-rtl .ps-md-11 {
    padding-right: 44px !important;
  }

  .v-application--is-ltr .ps-md-12 {
    padding-left: 48px !important;
  }

  .v-application--is-rtl .ps-md-12 {
    padding-right: 48px !important;
  }

  .v-application--is-ltr .ps-md-13 {
    padding-left: 52px !important;
  }

  .v-application--is-rtl .ps-md-13 {
    padding-right: 52px !important;
  }

  .v-application--is-ltr .ps-md-14 {
    padding-left: 56px !important;
  }

  .v-application--is-rtl .ps-md-14 {
    padding-right: 56px !important;
  }

  .v-application--is-ltr .ps-md-15 {
    padding-left: 60px !important;
  }

  .v-application--is-rtl .ps-md-15 {
    padding-right: 60px !important;
  }

  .v-application--is-ltr .ps-md-16 {
    padding-left: 64px !important;
  }

  .v-application--is-rtl .ps-md-16 {
    padding-right: 64px !important;
  }

  .v-application--is-ltr .pe-md-0 {
    padding-right: 0px !important;
  }

  .v-application--is-rtl .pe-md-0 {
    padding-left: 0px !important;
  }

  .v-application--is-ltr .pe-md-1 {
    padding-right: 4px !important;
  }

  .v-application--is-rtl .pe-md-1 {
    padding-left: 4px !important;
  }

  .v-application--is-ltr .pe-md-2 {
    padding-right: 8px !important;
  }

  .v-application--is-rtl .pe-md-2 {
    padding-left: 8px !important;
  }

  .v-application--is-ltr .pe-md-3 {
    padding-right: 12px !important;
  }

  .v-application--is-rtl .pe-md-3 {
    padding-left: 12px !important;
  }

  .v-application--is-ltr .pe-md-4 {
    padding-right: 16px !important;
  }

  .v-application--is-rtl .pe-md-4 {
    padding-left: 16px !important;
  }

  .v-application--is-ltr .pe-md-5 {
    padding-right: 20px !important;
  }

  .v-application--is-rtl .pe-md-5 {
    padding-left: 20px !important;
  }

  .v-application--is-ltr .pe-md-6 {
    padding-right: 24px !important;
  }

  .v-application--is-rtl .pe-md-6 {
    padding-left: 24px !important;
  }

  .v-application--is-ltr .pe-md-7 {
    padding-right: 28px !important;
  }

  .v-application--is-rtl .pe-md-7 {
    padding-left: 28px !important;
  }

  .v-application--is-ltr .pe-md-8 {
    padding-right: 32px !important;
  }

  .v-application--is-rtl .pe-md-8 {
    padding-left: 32px !important;
  }

  .v-application--is-ltr .pe-md-9 {
    padding-right: 36px !important;
  }

  .v-application--is-rtl .pe-md-9 {
    padding-left: 36px !important;
  }

  .v-application--is-ltr .pe-md-10 {
    padding-right: 40px !important;
  }

  .v-application--is-rtl .pe-md-10 {
    padding-left: 40px !important;
  }

  .v-application--is-ltr .pe-md-11 {
    padding-right: 44px !important;
  }

  .v-application--is-rtl .pe-md-11 {
    padding-left: 44px !important;
  }

  .v-application--is-ltr .pe-md-12 {
    padding-right: 48px !important;
  }

  .v-application--is-rtl .pe-md-12 {
    padding-left: 48px !important;
  }

  .v-application--is-ltr .pe-md-13 {
    padding-right: 52px !important;
  }

  .v-application--is-rtl .pe-md-13 {
    padding-left: 52px !important;
  }

  .v-application--is-ltr .pe-md-14 {
    padding-right: 56px !important;
  }

  .v-application--is-rtl .pe-md-14 {
    padding-left: 56px !important;
  }

  .v-application--is-ltr .pe-md-15 {
    padding-right: 60px !important;
  }

  .v-application--is-rtl .pe-md-15 {
    padding-left: 60px !important;
  }

  .v-application--is-ltr .pe-md-16 {
    padding-right: 64px !important;
  }

  .v-application--is-rtl .pe-md-16 {
    padding-left: 64px !important;
  }

  .v-application .text-md-left {
    text-align: left !important;
  }

  .v-application .text-md-right {
    text-align: right !important;
  }

  .v-application .text-md-center {
    text-align: center !important;
  }

  .v-application .text-md-justify {
    text-align: justify !important;
  }

  .v-application .text-md-start {
    text-align: start !important;
  }

  .v-application .text-md-end {
    text-align: end !important;
  }

  .v-application .text-md-h1 {
    font-size: 3.25rem !important;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-md-h2 {
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-md-h3 {
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-md-h4 {
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.00735em !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-md-h5 {
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-md-h6 {
    font-size: 1.125rem !important;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.0125em !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-md-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75rem;
    letter-spacing: 0.009375em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-md-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-md-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-md-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-md-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.25rem;
    letter-spacing: 0.0892857143em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
    text-transform: uppercase !important;
  }

  .v-application .text-md-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0333333333em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-md-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.1666666667em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
    text-transform: uppercase !important;
  }
}
@media (min-width: 1264px) {
  .v-application .d-lg-none {
    display: none !important;
  }

  .v-application .d-lg-inline {
    display: inline !important;
  }

  .v-application .d-lg-inline-block {
    display: inline-block !important;
  }

  .v-application .d-lg-block {
    display: block !important;
  }

  .v-application .d-lg-table {
    display: table !important;
  }

  .v-application .d-lg-table-row {
    display: table-row !important;
  }

  .v-application .d-lg-table-cell {
    display: table-cell !important;
  }

  .v-application .d-lg-flex {
    display: flex !important;
  }

  .v-application .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .v-application .float-lg-none {
    float: none !important;
  }

  .v-application .float-lg-left {
    float: left !important;
  }

  .v-application .float-lg-right {
    float: right !important;
  }

  .v-application--is-rtl .float-lg-end {
    float: left !important;
  }

  .v-application--is-rtl .float-lg-start {
    float: right !important;
  }

  .v-application--is-ltr .float-lg-end {
    float: right !important;
  }

  .v-application--is-ltr .float-lg-start {
    float: left !important;
  }

  .v-application .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .v-application .flex-lg-row {
    flex-direction: row !important;
  }

  .v-application .flex-lg-column {
    flex-direction: column !important;
  }

  .v-application .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .v-application .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .v-application .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .v-application .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .v-application .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .v-application .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .v-application .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .v-application .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .v-application .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .v-application .justify-lg-start {
    justify-content: flex-start !important;
  }

  .v-application .justify-lg-end {
    justify-content: flex-end !important;
  }

  .v-application .justify-lg-center {
    justify-content: center !important;
  }

  .v-application .justify-lg-space-between {
    justify-content: space-between !important;
  }

  .v-application .justify-lg-space-around {
    justify-content: space-around !important;
  }

  .v-application .align-lg-start {
    align-items: flex-start !important;
  }

  .v-application .align-lg-end {
    align-items: flex-end !important;
  }

  .v-application .align-lg-center {
    align-items: center !important;
  }

  .v-application .align-lg-baseline {
    align-items: baseline !important;
  }

  .v-application .align-lg-stretch {
    align-items: stretch !important;
  }

  .v-application .align-content-lg-start {
    align-content: flex-start !important;
  }

  .v-application .align-content-lg-end {
    align-content: flex-end !important;
  }

  .v-application .align-content-lg-center {
    align-content: center !important;
  }

  .v-application .align-content-lg-space-between {
    align-content: space-between !important;
  }

  .v-application .align-content-lg-space-around {
    align-content: space-around !important;
  }

  .v-application .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .v-application .align-self-lg-auto {
    align-self: auto !important;
  }

  .v-application .align-self-lg-start {
    align-self: flex-start !important;
  }

  .v-application .align-self-lg-end {
    align-self: flex-end !important;
  }

  .v-application .align-self-lg-center {
    align-self: center !important;
  }

  .v-application .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .v-application .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .v-application .order-lg-first {
    order: -1 !important;
  }

  .v-application .order-lg-0 {
    order: 0 !important;
  }

  .v-application .order-lg-1 {
    order: 1 !important;
  }

  .v-application .order-lg-2 {
    order: 2 !important;
  }

  .v-application .order-lg-3 {
    order: 3 !important;
  }

  .v-application .order-lg-4 {
    order: 4 !important;
  }

  .v-application .order-lg-5 {
    order: 5 !important;
  }

  .v-application .order-lg-6 {
    order: 6 !important;
  }

  .v-application .order-lg-7 {
    order: 7 !important;
  }

  .v-application .order-lg-8 {
    order: 8 !important;
  }

  .v-application .order-lg-9 {
    order: 9 !important;
  }

  .v-application .order-lg-10 {
    order: 10 !important;
  }

  .v-application .order-lg-11 {
    order: 11 !important;
  }

  .v-application .order-lg-12 {
    order: 12 !important;
  }

  .v-application .order-lg-last {
    order: 13 !important;
  }

  .v-application .ma-lg-0 {
    margin: 0px !important;
  }

  .v-application .ma-lg-1 {
    margin: 4px !important;
  }

  .v-application .ma-lg-2 {
    margin: 8px !important;
  }

  .v-application .ma-lg-3 {
    margin: 12px !important;
  }

  .v-application .ma-lg-4 {
    margin: 16px !important;
  }

  .v-application .ma-lg-5 {
    margin: 20px !important;
  }

  .v-application .ma-lg-6 {
    margin: 24px !important;
  }

  .v-application .ma-lg-7 {
    margin: 28px !important;
  }

  .v-application .ma-lg-8 {
    margin: 32px !important;
  }

  .v-application .ma-lg-9 {
    margin: 36px !important;
  }

  .v-application .ma-lg-10 {
    margin: 40px !important;
  }

  .v-application .ma-lg-11 {
    margin: 44px !important;
  }

  .v-application .ma-lg-12 {
    margin: 48px !important;
  }

  .v-application .ma-lg-13 {
    margin: 52px !important;
  }

  .v-application .ma-lg-14 {
    margin: 56px !important;
  }

  .v-application .ma-lg-15 {
    margin: 60px !important;
  }

  .v-application .ma-lg-16 {
    margin: 64px !important;
  }

  .v-application .ma-lg-auto {
    margin: auto !important;
  }

  .v-application .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .v-application .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .v-application .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .v-application .mx-lg-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .v-application .mx-lg-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .v-application .mx-lg-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .v-application .mx-lg-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .v-application .mx-lg-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }

  .v-application .mx-lg-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .v-application .mx-lg-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .v-application .mx-lg-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .v-application .mx-lg-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .v-application .mx-lg-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .v-application .mx-lg-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }

  .v-application .mx-lg-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .v-application .mx-lg-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .v-application .mx-lg-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .v-application .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .v-application .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .v-application .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .v-application .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .v-application .my-lg-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .v-application .my-lg-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .v-application .my-lg-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .v-application .my-lg-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .v-application .my-lg-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .v-application .my-lg-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .v-application .my-lg-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .v-application .my-lg-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .v-application .my-lg-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .v-application .my-lg-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .v-application .my-lg-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .v-application .my-lg-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .v-application .my-lg-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .v-application .my-lg-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .v-application .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .v-application .mt-lg-0 {
    margin-top: 0px !important;
  }

  .v-application .mt-lg-1 {
    margin-top: 4px !important;
  }

  .v-application .mt-lg-2 {
    margin-top: 8px !important;
  }

  .v-application .mt-lg-3 {
    margin-top: 12px !important;
  }

  .v-application .mt-lg-4 {
    margin-top: 16px !important;
  }

  .v-application .mt-lg-5 {
    margin-top: 20px !important;
  }

  .v-application .mt-lg-6 {
    margin-top: 24px !important;
  }

  .v-application .mt-lg-7 {
    margin-top: 28px !important;
  }

  .v-application .mt-lg-8 {
    margin-top: 32px !important;
  }

  .v-application .mt-lg-9 {
    margin-top: 36px !important;
  }

  .v-application .mt-lg-10 {
    margin-top: 40px !important;
  }

  .v-application .mt-lg-11 {
    margin-top: 44px !important;
  }

  .v-application .mt-lg-12 {
    margin-top: 48px !important;
  }

  .v-application .mt-lg-13 {
    margin-top: 52px !important;
  }

  .v-application .mt-lg-14 {
    margin-top: 56px !important;
  }

  .v-application .mt-lg-15 {
    margin-top: 60px !important;
  }

  .v-application .mt-lg-16 {
    margin-top: 64px !important;
  }

  .v-application .mt-lg-auto {
    margin-top: auto !important;
  }

  .v-application .mr-lg-0 {
    margin-right: 0px !important;
  }

  .v-application .mr-lg-1 {
    margin-right: 4px !important;
  }

  .v-application .mr-lg-2 {
    margin-right: 8px !important;
  }

  .v-application .mr-lg-3 {
    margin-right: 12px !important;
  }

  .v-application .mr-lg-4 {
    margin-right: 16px !important;
  }

  .v-application .mr-lg-5 {
    margin-right: 20px !important;
  }

  .v-application .mr-lg-6 {
    margin-right: 24px !important;
  }

  .v-application .mr-lg-7 {
    margin-right: 28px !important;
  }

  .v-application .mr-lg-8 {
    margin-right: 32px !important;
  }

  .v-application .mr-lg-9 {
    margin-right: 36px !important;
  }

  .v-application .mr-lg-10 {
    margin-right: 40px !important;
  }

  .v-application .mr-lg-11 {
    margin-right: 44px !important;
  }

  .v-application .mr-lg-12 {
    margin-right: 48px !important;
  }

  .v-application .mr-lg-13 {
    margin-right: 52px !important;
  }

  .v-application .mr-lg-14 {
    margin-right: 56px !important;
  }

  .v-application .mr-lg-15 {
    margin-right: 60px !important;
  }

  .v-application .mr-lg-16 {
    margin-right: 64px !important;
  }

  .v-application .mr-lg-auto {
    margin-right: auto !important;
  }

  .v-application .mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .v-application .mb-lg-1 {
    margin-bottom: 4px !important;
  }

  .v-application .mb-lg-2 {
    margin-bottom: 8px !important;
  }

  .v-application .mb-lg-3 {
    margin-bottom: 12px !important;
  }

  .v-application .mb-lg-4 {
    margin-bottom: 16px !important;
  }

  .v-application .mb-lg-5 {
    margin-bottom: 20px !important;
  }

  .v-application .mb-lg-6 {
    margin-bottom: 24px !important;
  }

  .v-application .mb-lg-7 {
    margin-bottom: 28px !important;
  }

  .v-application .mb-lg-8 {
    margin-bottom: 32px !important;
  }

  .v-application .mb-lg-9 {
    margin-bottom: 36px !important;
  }

  .v-application .mb-lg-10 {
    margin-bottom: 40px !important;
  }

  .v-application .mb-lg-11 {
    margin-bottom: 44px !important;
  }

  .v-application .mb-lg-12 {
    margin-bottom: 48px !important;
  }

  .v-application .mb-lg-13 {
    margin-bottom: 52px !important;
  }

  .v-application .mb-lg-14 {
    margin-bottom: 56px !important;
  }

  .v-application .mb-lg-15 {
    margin-bottom: 60px !important;
  }

  .v-application .mb-lg-16 {
    margin-bottom: 64px !important;
  }

  .v-application .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .v-application .ml-lg-0 {
    margin-left: 0px !important;
  }

  .v-application .ml-lg-1 {
    margin-left: 4px !important;
  }

  .v-application .ml-lg-2 {
    margin-left: 8px !important;
  }

  .v-application .ml-lg-3 {
    margin-left: 12px !important;
  }

  .v-application .ml-lg-4 {
    margin-left: 16px !important;
  }

  .v-application .ml-lg-5 {
    margin-left: 20px !important;
  }

  .v-application .ml-lg-6 {
    margin-left: 24px !important;
  }

  .v-application .ml-lg-7 {
    margin-left: 28px !important;
  }

  .v-application .ml-lg-8 {
    margin-left: 32px !important;
  }

  .v-application .ml-lg-9 {
    margin-left: 36px !important;
  }

  .v-application .ml-lg-10 {
    margin-left: 40px !important;
  }

  .v-application .ml-lg-11 {
    margin-left: 44px !important;
  }

  .v-application .ml-lg-12 {
    margin-left: 48px !important;
  }

  .v-application .ml-lg-13 {
    margin-left: 52px !important;
  }

  .v-application .ml-lg-14 {
    margin-left: 56px !important;
  }

  .v-application .ml-lg-15 {
    margin-left: 60px !important;
  }

  .v-application .ml-lg-16 {
    margin-left: 64px !important;
  }

  .v-application .ml-lg-auto {
    margin-left: auto !important;
  }

  .v-application--is-ltr .ms-lg-0 {
    margin-left: 0px !important;
  }

  .v-application--is-rtl .ms-lg-0 {
    margin-right: 0px !important;
  }

  .v-application--is-ltr .ms-lg-1 {
    margin-left: 4px !important;
  }

  .v-application--is-rtl .ms-lg-1 {
    margin-right: 4px !important;
  }

  .v-application--is-ltr .ms-lg-2 {
    margin-left: 8px !important;
  }

  .v-application--is-rtl .ms-lg-2 {
    margin-right: 8px !important;
  }

  .v-application--is-ltr .ms-lg-3 {
    margin-left: 12px !important;
  }

  .v-application--is-rtl .ms-lg-3 {
    margin-right: 12px !important;
  }

  .v-application--is-ltr .ms-lg-4 {
    margin-left: 16px !important;
  }

  .v-application--is-rtl .ms-lg-4 {
    margin-right: 16px !important;
  }

  .v-application--is-ltr .ms-lg-5 {
    margin-left: 20px !important;
  }

  .v-application--is-rtl .ms-lg-5 {
    margin-right: 20px !important;
  }

  .v-application--is-ltr .ms-lg-6 {
    margin-left: 24px !important;
  }

  .v-application--is-rtl .ms-lg-6 {
    margin-right: 24px !important;
  }

  .v-application--is-ltr .ms-lg-7 {
    margin-left: 28px !important;
  }

  .v-application--is-rtl .ms-lg-7 {
    margin-right: 28px !important;
  }

  .v-application--is-ltr .ms-lg-8 {
    margin-left: 32px !important;
  }

  .v-application--is-rtl .ms-lg-8 {
    margin-right: 32px !important;
  }

  .v-application--is-ltr .ms-lg-9 {
    margin-left: 36px !important;
  }

  .v-application--is-rtl .ms-lg-9 {
    margin-right: 36px !important;
  }

  .v-application--is-ltr .ms-lg-10 {
    margin-left: 40px !important;
  }

  .v-application--is-rtl .ms-lg-10 {
    margin-right: 40px !important;
  }

  .v-application--is-ltr .ms-lg-11 {
    margin-left: 44px !important;
  }

  .v-application--is-rtl .ms-lg-11 {
    margin-right: 44px !important;
  }

  .v-application--is-ltr .ms-lg-12 {
    margin-left: 48px !important;
  }

  .v-application--is-rtl .ms-lg-12 {
    margin-right: 48px !important;
  }

  .v-application--is-ltr .ms-lg-13 {
    margin-left: 52px !important;
  }

  .v-application--is-rtl .ms-lg-13 {
    margin-right: 52px !important;
  }

  .v-application--is-ltr .ms-lg-14 {
    margin-left: 56px !important;
  }

  .v-application--is-rtl .ms-lg-14 {
    margin-right: 56px !important;
  }

  .v-application--is-ltr .ms-lg-15 {
    margin-left: 60px !important;
  }

  .v-application--is-rtl .ms-lg-15 {
    margin-right: 60px !important;
  }

  .v-application--is-ltr .ms-lg-16 {
    margin-left: 64px !important;
  }

  .v-application--is-rtl .ms-lg-16 {
    margin-right: 64px !important;
  }

  .v-application--is-ltr .ms-lg-auto {
    margin-left: auto !important;
  }

  .v-application--is-rtl .ms-lg-auto {
    margin-right: auto !important;
  }

  .v-application--is-ltr .me-lg-0 {
    margin-right: 0px !important;
  }

  .v-application--is-rtl .me-lg-0 {
    margin-left: 0px !important;
  }

  .v-application--is-ltr .me-lg-1 {
    margin-right: 4px !important;
  }

  .v-application--is-rtl .me-lg-1 {
    margin-left: 4px !important;
  }

  .v-application--is-ltr .me-lg-2 {
    margin-right: 8px !important;
  }

  .v-application--is-rtl .me-lg-2 {
    margin-left: 8px !important;
  }

  .v-application--is-ltr .me-lg-3 {
    margin-right: 12px !important;
  }

  .v-application--is-rtl .me-lg-3 {
    margin-left: 12px !important;
  }

  .v-application--is-ltr .me-lg-4 {
    margin-right: 16px !important;
  }

  .v-application--is-rtl .me-lg-4 {
    margin-left: 16px !important;
  }

  .v-application--is-ltr .me-lg-5 {
    margin-right: 20px !important;
  }

  .v-application--is-rtl .me-lg-5 {
    margin-left: 20px !important;
  }

  .v-application--is-ltr .me-lg-6 {
    margin-right: 24px !important;
  }

  .v-application--is-rtl .me-lg-6 {
    margin-left: 24px !important;
  }

  .v-application--is-ltr .me-lg-7 {
    margin-right: 28px !important;
  }

  .v-application--is-rtl .me-lg-7 {
    margin-left: 28px !important;
  }

  .v-application--is-ltr .me-lg-8 {
    margin-right: 32px !important;
  }

  .v-application--is-rtl .me-lg-8 {
    margin-left: 32px !important;
  }

  .v-application--is-ltr .me-lg-9 {
    margin-right: 36px !important;
  }

  .v-application--is-rtl .me-lg-9 {
    margin-left: 36px !important;
  }

  .v-application--is-ltr .me-lg-10 {
    margin-right: 40px !important;
  }

  .v-application--is-rtl .me-lg-10 {
    margin-left: 40px !important;
  }

  .v-application--is-ltr .me-lg-11 {
    margin-right: 44px !important;
  }

  .v-application--is-rtl .me-lg-11 {
    margin-left: 44px !important;
  }

  .v-application--is-ltr .me-lg-12 {
    margin-right: 48px !important;
  }

  .v-application--is-rtl .me-lg-12 {
    margin-left: 48px !important;
  }

  .v-application--is-ltr .me-lg-13 {
    margin-right: 52px !important;
  }

  .v-application--is-rtl .me-lg-13 {
    margin-left: 52px !important;
  }

  .v-application--is-ltr .me-lg-14 {
    margin-right: 56px !important;
  }

  .v-application--is-rtl .me-lg-14 {
    margin-left: 56px !important;
  }

  .v-application--is-ltr .me-lg-15 {
    margin-right: 60px !important;
  }

  .v-application--is-rtl .me-lg-15 {
    margin-left: 60px !important;
  }

  .v-application--is-ltr .me-lg-16 {
    margin-right: 64px !important;
  }

  .v-application--is-rtl .me-lg-16 {
    margin-left: 64px !important;
  }

  .v-application--is-ltr .me-lg-auto {
    margin-right: auto !important;
  }

  .v-application--is-rtl .me-lg-auto {
    margin-left: auto !important;
  }

  .v-application .ma-lg-n1 {
    margin: -4px !important;
  }

  .v-application .ma-lg-n2 {
    margin: -8px !important;
  }

  .v-application .ma-lg-n3 {
    margin: -12px !important;
  }

  .v-application .ma-lg-n4 {
    margin: -16px !important;
  }

  .v-application .ma-lg-n5 {
    margin: -20px !important;
  }

  .v-application .ma-lg-n6 {
    margin: -24px !important;
  }

  .v-application .ma-lg-n7 {
    margin: -28px !important;
  }

  .v-application .ma-lg-n8 {
    margin: -32px !important;
  }

  .v-application .ma-lg-n9 {
    margin: -36px !important;
  }

  .v-application .ma-lg-n10 {
    margin: -40px !important;
  }

  .v-application .ma-lg-n11 {
    margin: -44px !important;
  }

  .v-application .ma-lg-n12 {
    margin: -48px !important;
  }

  .v-application .ma-lg-n13 {
    margin: -52px !important;
  }

  .v-application .ma-lg-n14 {
    margin: -56px !important;
  }

  .v-application .ma-lg-n15 {
    margin: -60px !important;
  }

  .v-application .ma-lg-n16 {
    margin: -64px !important;
  }

  .v-application .mx-lg-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }

  .v-application .mx-lg-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }

  .v-application .mx-lg-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }

  .v-application .mx-lg-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }

  .v-application .mx-lg-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .v-application .mx-lg-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }

  .v-application .mx-lg-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }

  .v-application .mx-lg-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }

  .v-application .mx-lg-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }

  .v-application .mx-lg-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .v-application .mx-lg-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }

  .v-application .mx-lg-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }

  .v-application .mx-lg-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }

  .v-application .mx-lg-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }

  .v-application .mx-lg-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .v-application .mx-lg-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }

  .v-application .my-lg-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .v-application .my-lg-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .v-application .my-lg-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .v-application .my-lg-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .v-application .my-lg-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .v-application .my-lg-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .v-application .my-lg-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .v-application .my-lg-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .v-application .my-lg-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .v-application .my-lg-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .v-application .my-lg-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .v-application .my-lg-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .v-application .my-lg-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .v-application .my-lg-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .v-application .my-lg-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .v-application .my-lg-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .v-application .mt-lg-n1 {
    margin-top: -4px !important;
  }

  .v-application .mt-lg-n2 {
    margin-top: -8px !important;
  }

  .v-application .mt-lg-n3 {
    margin-top: -12px !important;
  }

  .v-application .mt-lg-n4 {
    margin-top: -16px !important;
  }

  .v-application .mt-lg-n5 {
    margin-top: -20px !important;
  }

  .v-application .mt-lg-n6 {
    margin-top: -24px !important;
  }

  .v-application .mt-lg-n7 {
    margin-top: -28px !important;
  }

  .v-application .mt-lg-n8 {
    margin-top: -32px !important;
  }

  .v-application .mt-lg-n9 {
    margin-top: -36px !important;
  }

  .v-application .mt-lg-n10 {
    margin-top: -40px !important;
  }

  .v-application .mt-lg-n11 {
    margin-top: -44px !important;
  }

  .v-application .mt-lg-n12 {
    margin-top: -48px !important;
  }

  .v-application .mt-lg-n13 {
    margin-top: -52px !important;
  }

  .v-application .mt-lg-n14 {
    margin-top: -56px !important;
  }

  .v-application .mt-lg-n15 {
    margin-top: -60px !important;
  }

  .v-application .mt-lg-n16 {
    margin-top: -64px !important;
  }

  .v-application .mr-lg-n1 {
    margin-right: -4px !important;
  }

  .v-application .mr-lg-n2 {
    margin-right: -8px !important;
  }

  .v-application .mr-lg-n3 {
    margin-right: -12px !important;
  }

  .v-application .mr-lg-n4 {
    margin-right: -16px !important;
  }

  .v-application .mr-lg-n5 {
    margin-right: -20px !important;
  }

  .v-application .mr-lg-n6 {
    margin-right: -24px !important;
  }

  .v-application .mr-lg-n7 {
    margin-right: -28px !important;
  }

  .v-application .mr-lg-n8 {
    margin-right: -32px !important;
  }

  .v-application .mr-lg-n9 {
    margin-right: -36px !important;
  }

  .v-application .mr-lg-n10 {
    margin-right: -40px !important;
  }

  .v-application .mr-lg-n11 {
    margin-right: -44px !important;
  }

  .v-application .mr-lg-n12 {
    margin-right: -48px !important;
  }

  .v-application .mr-lg-n13 {
    margin-right: -52px !important;
  }

  .v-application .mr-lg-n14 {
    margin-right: -56px !important;
  }

  .v-application .mr-lg-n15 {
    margin-right: -60px !important;
  }

  .v-application .mr-lg-n16 {
    margin-right: -64px !important;
  }

  .v-application .mb-lg-n1 {
    margin-bottom: -4px !important;
  }

  .v-application .mb-lg-n2 {
    margin-bottom: -8px !important;
  }

  .v-application .mb-lg-n3 {
    margin-bottom: -12px !important;
  }

  .v-application .mb-lg-n4 {
    margin-bottom: -16px !important;
  }

  .v-application .mb-lg-n5 {
    margin-bottom: -20px !important;
  }

  .v-application .mb-lg-n6 {
    margin-bottom: -24px !important;
  }

  .v-application .mb-lg-n7 {
    margin-bottom: -28px !important;
  }

  .v-application .mb-lg-n8 {
    margin-bottom: -32px !important;
  }

  .v-application .mb-lg-n9 {
    margin-bottom: -36px !important;
  }

  .v-application .mb-lg-n10 {
    margin-bottom: -40px !important;
  }

  .v-application .mb-lg-n11 {
    margin-bottom: -44px !important;
  }

  .v-application .mb-lg-n12 {
    margin-bottom: -48px !important;
  }

  .v-application .mb-lg-n13 {
    margin-bottom: -52px !important;
  }

  .v-application .mb-lg-n14 {
    margin-bottom: -56px !important;
  }

  .v-application .mb-lg-n15 {
    margin-bottom: -60px !important;
  }

  .v-application .mb-lg-n16 {
    margin-bottom: -64px !important;
  }

  .v-application .ml-lg-n1 {
    margin-left: -4px !important;
  }

  .v-application .ml-lg-n2 {
    margin-left: -8px !important;
  }

  .v-application .ml-lg-n3 {
    margin-left: -12px !important;
  }

  .v-application .ml-lg-n4 {
    margin-left: -16px !important;
  }

  .v-application .ml-lg-n5 {
    margin-left: -20px !important;
  }

  .v-application .ml-lg-n6 {
    margin-left: -24px !important;
  }

  .v-application .ml-lg-n7 {
    margin-left: -28px !important;
  }

  .v-application .ml-lg-n8 {
    margin-left: -32px !important;
  }

  .v-application .ml-lg-n9 {
    margin-left: -36px !important;
  }

  .v-application .ml-lg-n10 {
    margin-left: -40px !important;
  }

  .v-application .ml-lg-n11 {
    margin-left: -44px !important;
  }

  .v-application .ml-lg-n12 {
    margin-left: -48px !important;
  }

  .v-application .ml-lg-n13 {
    margin-left: -52px !important;
  }

  .v-application .ml-lg-n14 {
    margin-left: -56px !important;
  }

  .v-application .ml-lg-n15 {
    margin-left: -60px !important;
  }

  .v-application .ml-lg-n16 {
    margin-left: -64px !important;
  }

  .v-application--is-ltr .ms-lg-n1 {
    margin-left: -4px !important;
  }

  .v-application--is-rtl .ms-lg-n1 {
    margin-right: -4px !important;
  }

  .v-application--is-ltr .ms-lg-n2 {
    margin-left: -8px !important;
  }

  .v-application--is-rtl .ms-lg-n2 {
    margin-right: -8px !important;
  }

  .v-application--is-ltr .ms-lg-n3 {
    margin-left: -12px !important;
  }

  .v-application--is-rtl .ms-lg-n3 {
    margin-right: -12px !important;
  }

  .v-application--is-ltr .ms-lg-n4 {
    margin-left: -16px !important;
  }

  .v-application--is-rtl .ms-lg-n4 {
    margin-right: -16px !important;
  }

  .v-application--is-ltr .ms-lg-n5 {
    margin-left: -20px !important;
  }

  .v-application--is-rtl .ms-lg-n5 {
    margin-right: -20px !important;
  }

  .v-application--is-ltr .ms-lg-n6 {
    margin-left: -24px !important;
  }

  .v-application--is-rtl .ms-lg-n6 {
    margin-right: -24px !important;
  }

  .v-application--is-ltr .ms-lg-n7 {
    margin-left: -28px !important;
  }

  .v-application--is-rtl .ms-lg-n7 {
    margin-right: -28px !important;
  }

  .v-application--is-ltr .ms-lg-n8 {
    margin-left: -32px !important;
  }

  .v-application--is-rtl .ms-lg-n8 {
    margin-right: -32px !important;
  }

  .v-application--is-ltr .ms-lg-n9 {
    margin-left: -36px !important;
  }

  .v-application--is-rtl .ms-lg-n9 {
    margin-right: -36px !important;
  }

  .v-application--is-ltr .ms-lg-n10 {
    margin-left: -40px !important;
  }

  .v-application--is-rtl .ms-lg-n10 {
    margin-right: -40px !important;
  }

  .v-application--is-ltr .ms-lg-n11 {
    margin-left: -44px !important;
  }

  .v-application--is-rtl .ms-lg-n11 {
    margin-right: -44px !important;
  }

  .v-application--is-ltr .ms-lg-n12 {
    margin-left: -48px !important;
  }

  .v-application--is-rtl .ms-lg-n12 {
    margin-right: -48px !important;
  }

  .v-application--is-ltr .ms-lg-n13 {
    margin-left: -52px !important;
  }

  .v-application--is-rtl .ms-lg-n13 {
    margin-right: -52px !important;
  }

  .v-application--is-ltr .ms-lg-n14 {
    margin-left: -56px !important;
  }

  .v-application--is-rtl .ms-lg-n14 {
    margin-right: -56px !important;
  }

  .v-application--is-ltr .ms-lg-n15 {
    margin-left: -60px !important;
  }

  .v-application--is-rtl .ms-lg-n15 {
    margin-right: -60px !important;
  }

  .v-application--is-ltr .ms-lg-n16 {
    margin-left: -64px !important;
  }

  .v-application--is-rtl .ms-lg-n16 {
    margin-right: -64px !important;
  }

  .v-application--is-ltr .me-lg-n1 {
    margin-right: -4px !important;
  }

  .v-application--is-rtl .me-lg-n1 {
    margin-left: -4px !important;
  }

  .v-application--is-ltr .me-lg-n2 {
    margin-right: -8px !important;
  }

  .v-application--is-rtl .me-lg-n2 {
    margin-left: -8px !important;
  }

  .v-application--is-ltr .me-lg-n3 {
    margin-right: -12px !important;
  }

  .v-application--is-rtl .me-lg-n3 {
    margin-left: -12px !important;
  }

  .v-application--is-ltr .me-lg-n4 {
    margin-right: -16px !important;
  }

  .v-application--is-rtl .me-lg-n4 {
    margin-left: -16px !important;
  }

  .v-application--is-ltr .me-lg-n5 {
    margin-right: -20px !important;
  }

  .v-application--is-rtl .me-lg-n5 {
    margin-left: -20px !important;
  }

  .v-application--is-ltr .me-lg-n6 {
    margin-right: -24px !important;
  }

  .v-application--is-rtl .me-lg-n6 {
    margin-left: -24px !important;
  }

  .v-application--is-ltr .me-lg-n7 {
    margin-right: -28px !important;
  }

  .v-application--is-rtl .me-lg-n7 {
    margin-left: -28px !important;
  }

  .v-application--is-ltr .me-lg-n8 {
    margin-right: -32px !important;
  }

  .v-application--is-rtl .me-lg-n8 {
    margin-left: -32px !important;
  }

  .v-application--is-ltr .me-lg-n9 {
    margin-right: -36px !important;
  }

  .v-application--is-rtl .me-lg-n9 {
    margin-left: -36px !important;
  }

  .v-application--is-ltr .me-lg-n10 {
    margin-right: -40px !important;
  }

  .v-application--is-rtl .me-lg-n10 {
    margin-left: -40px !important;
  }

  .v-application--is-ltr .me-lg-n11 {
    margin-right: -44px !important;
  }

  .v-application--is-rtl .me-lg-n11 {
    margin-left: -44px !important;
  }

  .v-application--is-ltr .me-lg-n12 {
    margin-right: -48px !important;
  }

  .v-application--is-rtl .me-lg-n12 {
    margin-left: -48px !important;
  }

  .v-application--is-ltr .me-lg-n13 {
    margin-right: -52px !important;
  }

  .v-application--is-rtl .me-lg-n13 {
    margin-left: -52px !important;
  }

  .v-application--is-ltr .me-lg-n14 {
    margin-right: -56px !important;
  }

  .v-application--is-rtl .me-lg-n14 {
    margin-left: -56px !important;
  }

  .v-application--is-ltr .me-lg-n15 {
    margin-right: -60px !important;
  }

  .v-application--is-rtl .me-lg-n15 {
    margin-left: -60px !important;
  }

  .v-application--is-ltr .me-lg-n16 {
    margin-right: -64px !important;
  }

  .v-application--is-rtl .me-lg-n16 {
    margin-left: -64px !important;
  }

  .v-application .pa-lg-0 {
    padding: 0px !important;
  }

  .v-application .pa-lg-1 {
    padding: 4px !important;
  }

  .v-application .pa-lg-2 {
    padding: 8px !important;
  }

  .v-application .pa-lg-3 {
    padding: 12px !important;
  }

  .v-application .pa-lg-4 {
    padding: 16px !important;
  }

  .v-application .pa-lg-5 {
    padding: 20px !important;
  }

  .v-application .pa-lg-6 {
    padding: 24px !important;
  }

  .v-application .pa-lg-7 {
    padding: 28px !important;
  }

  .v-application .pa-lg-8 {
    padding: 32px !important;
  }

  .v-application .pa-lg-9 {
    padding: 36px !important;
  }

  .v-application .pa-lg-10 {
    padding: 40px !important;
  }

  .v-application .pa-lg-11 {
    padding: 44px !important;
  }

  .v-application .pa-lg-12 {
    padding: 48px !important;
  }

  .v-application .pa-lg-13 {
    padding: 52px !important;
  }

  .v-application .pa-lg-14 {
    padding: 56px !important;
  }

  .v-application .pa-lg-15 {
    padding: 60px !important;
  }

  .v-application .pa-lg-16 {
    padding: 64px !important;
  }

  .v-application .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .v-application .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .v-application .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .v-application .px-lg-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .v-application .px-lg-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .v-application .px-lg-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .v-application .px-lg-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .v-application .px-lg-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .v-application .px-lg-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .v-application .px-lg-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .v-application .px-lg-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .v-application .px-lg-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .v-application .px-lg-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .v-application .px-lg-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }

  .v-application .px-lg-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .v-application .px-lg-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .v-application .px-lg-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .v-application .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .v-application .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .v-application .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .v-application .py-lg-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .v-application .py-lg-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .v-application .py-lg-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .v-application .py-lg-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .v-application .py-lg-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .v-application .py-lg-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .v-application .py-lg-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .v-application .py-lg-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .v-application .py-lg-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .v-application .py-lg-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .v-application .py-lg-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .v-application .py-lg-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .v-application .py-lg-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .v-application .py-lg-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .v-application .pt-lg-0 {
    padding-top: 0px !important;
  }

  .v-application .pt-lg-1 {
    padding-top: 4px !important;
  }

  .v-application .pt-lg-2 {
    padding-top: 8px !important;
  }

  .v-application .pt-lg-3 {
    padding-top: 12px !important;
  }

  .v-application .pt-lg-4 {
    padding-top: 16px !important;
  }

  .v-application .pt-lg-5 {
    padding-top: 20px !important;
  }

  .v-application .pt-lg-6 {
    padding-top: 24px !important;
  }

  .v-application .pt-lg-7 {
    padding-top: 28px !important;
  }

  .v-application .pt-lg-8 {
    padding-top: 32px !important;
  }

  .v-application .pt-lg-9 {
    padding-top: 36px !important;
  }

  .v-application .pt-lg-10 {
    padding-top: 40px !important;
  }

  .v-application .pt-lg-11 {
    padding-top: 44px !important;
  }

  .v-application .pt-lg-12 {
    padding-top: 48px !important;
  }

  .v-application .pt-lg-13 {
    padding-top: 52px !important;
  }

  .v-application .pt-lg-14 {
    padding-top: 56px !important;
  }

  .v-application .pt-lg-15 {
    padding-top: 60px !important;
  }

  .v-application .pt-lg-16 {
    padding-top: 64px !important;
  }

  .v-application .pr-lg-0 {
    padding-right: 0px !important;
  }

  .v-application .pr-lg-1 {
    padding-right: 4px !important;
  }

  .v-application .pr-lg-2 {
    padding-right: 8px !important;
  }

  .v-application .pr-lg-3 {
    padding-right: 12px !important;
  }

  .v-application .pr-lg-4 {
    padding-right: 16px !important;
  }

  .v-application .pr-lg-5 {
    padding-right: 20px !important;
  }

  .v-application .pr-lg-6 {
    padding-right: 24px !important;
  }

  .v-application .pr-lg-7 {
    padding-right: 28px !important;
  }

  .v-application .pr-lg-8 {
    padding-right: 32px !important;
  }

  .v-application .pr-lg-9 {
    padding-right: 36px !important;
  }

  .v-application .pr-lg-10 {
    padding-right: 40px !important;
  }

  .v-application .pr-lg-11 {
    padding-right: 44px !important;
  }

  .v-application .pr-lg-12 {
    padding-right: 48px !important;
  }

  .v-application .pr-lg-13 {
    padding-right: 52px !important;
  }

  .v-application .pr-lg-14 {
    padding-right: 56px !important;
  }

  .v-application .pr-lg-15 {
    padding-right: 60px !important;
  }

  .v-application .pr-lg-16 {
    padding-right: 64px !important;
  }

  .v-application .pb-lg-0 {
    padding-bottom: 0px !important;
  }

  .v-application .pb-lg-1 {
    padding-bottom: 4px !important;
  }

  .v-application .pb-lg-2 {
    padding-bottom: 8px !important;
  }

  .v-application .pb-lg-3 {
    padding-bottom: 12px !important;
  }

  .v-application .pb-lg-4 {
    padding-bottom: 16px !important;
  }

  .v-application .pb-lg-5 {
    padding-bottom: 20px !important;
  }

  .v-application .pb-lg-6 {
    padding-bottom: 24px !important;
  }

  .v-application .pb-lg-7 {
    padding-bottom: 28px !important;
  }

  .v-application .pb-lg-8 {
    padding-bottom: 32px !important;
  }

  .v-application .pb-lg-9 {
    padding-bottom: 36px !important;
  }

  .v-application .pb-lg-10 {
    padding-bottom: 40px !important;
  }

  .v-application .pb-lg-11 {
    padding-bottom: 44px !important;
  }

  .v-application .pb-lg-12 {
    padding-bottom: 48px !important;
  }

  .v-application .pb-lg-13 {
    padding-bottom: 52px !important;
  }

  .v-application .pb-lg-14 {
    padding-bottom: 56px !important;
  }

  .v-application .pb-lg-15 {
    padding-bottom: 60px !important;
  }

  .v-application .pb-lg-16 {
    padding-bottom: 64px !important;
  }

  .v-application .pl-lg-0 {
    padding-left: 0px !important;
  }

  .v-application .pl-lg-1 {
    padding-left: 4px !important;
  }

  .v-application .pl-lg-2 {
    padding-left: 8px !important;
  }

  .v-application .pl-lg-3 {
    padding-left: 12px !important;
  }

  .v-application .pl-lg-4 {
    padding-left: 16px !important;
  }

  .v-application .pl-lg-5 {
    padding-left: 20px !important;
  }

  .v-application .pl-lg-6 {
    padding-left: 24px !important;
  }

  .v-application .pl-lg-7 {
    padding-left: 28px !important;
  }

  .v-application .pl-lg-8 {
    padding-left: 32px !important;
  }

  .v-application .pl-lg-9 {
    padding-left: 36px !important;
  }

  .v-application .pl-lg-10 {
    padding-left: 40px !important;
  }

  .v-application .pl-lg-11 {
    padding-left: 44px !important;
  }

  .v-application .pl-lg-12 {
    padding-left: 48px !important;
  }

  .v-application .pl-lg-13 {
    padding-left: 52px !important;
  }

  .v-application .pl-lg-14 {
    padding-left: 56px !important;
  }

  .v-application .pl-lg-15 {
    padding-left: 60px !important;
  }

  .v-application .pl-lg-16 {
    padding-left: 64px !important;
  }

  .v-application--is-ltr .ps-lg-0 {
    padding-left: 0px !important;
  }

  .v-application--is-rtl .ps-lg-0 {
    padding-right: 0px !important;
  }

  .v-application--is-ltr .ps-lg-1 {
    padding-left: 4px !important;
  }

  .v-application--is-rtl .ps-lg-1 {
    padding-right: 4px !important;
  }

  .v-application--is-ltr .ps-lg-2 {
    padding-left: 8px !important;
  }

  .v-application--is-rtl .ps-lg-2 {
    padding-right: 8px !important;
  }

  .v-application--is-ltr .ps-lg-3 {
    padding-left: 12px !important;
  }

  .v-application--is-rtl .ps-lg-3 {
    padding-right: 12px !important;
  }

  .v-application--is-ltr .ps-lg-4 {
    padding-left: 16px !important;
  }

  .v-application--is-rtl .ps-lg-4 {
    padding-right: 16px !important;
  }

  .v-application--is-ltr .ps-lg-5 {
    padding-left: 20px !important;
  }

  .v-application--is-rtl .ps-lg-5 {
    padding-right: 20px !important;
  }

  .v-application--is-ltr .ps-lg-6 {
    padding-left: 24px !important;
  }

  .v-application--is-rtl .ps-lg-6 {
    padding-right: 24px !important;
  }

  .v-application--is-ltr .ps-lg-7 {
    padding-left: 28px !important;
  }

  .v-application--is-rtl .ps-lg-7 {
    padding-right: 28px !important;
  }

  .v-application--is-ltr .ps-lg-8 {
    padding-left: 32px !important;
  }

  .v-application--is-rtl .ps-lg-8 {
    padding-right: 32px !important;
  }

  .v-application--is-ltr .ps-lg-9 {
    padding-left: 36px !important;
  }

  .v-application--is-rtl .ps-lg-9 {
    padding-right: 36px !important;
  }

  .v-application--is-ltr .ps-lg-10 {
    padding-left: 40px !important;
  }

  .v-application--is-rtl .ps-lg-10 {
    padding-right: 40px !important;
  }

  .v-application--is-ltr .ps-lg-11 {
    padding-left: 44px !important;
  }

  .v-application--is-rtl .ps-lg-11 {
    padding-right: 44px !important;
  }

  .v-application--is-ltr .ps-lg-12 {
    padding-left: 48px !important;
  }

  .v-application--is-rtl .ps-lg-12 {
    padding-right: 48px !important;
  }

  .v-application--is-ltr .ps-lg-13 {
    padding-left: 52px !important;
  }

  .v-application--is-rtl .ps-lg-13 {
    padding-right: 52px !important;
  }

  .v-application--is-ltr .ps-lg-14 {
    padding-left: 56px !important;
  }

  .v-application--is-rtl .ps-lg-14 {
    padding-right: 56px !important;
  }

  .v-application--is-ltr .ps-lg-15 {
    padding-left: 60px !important;
  }

  .v-application--is-rtl .ps-lg-15 {
    padding-right: 60px !important;
  }

  .v-application--is-ltr .ps-lg-16 {
    padding-left: 64px !important;
  }

  .v-application--is-rtl .ps-lg-16 {
    padding-right: 64px !important;
  }

  .v-application--is-ltr .pe-lg-0 {
    padding-right: 0px !important;
  }

  .v-application--is-rtl .pe-lg-0 {
    padding-left: 0px !important;
  }

  .v-application--is-ltr .pe-lg-1 {
    padding-right: 4px !important;
  }

  .v-application--is-rtl .pe-lg-1 {
    padding-left: 4px !important;
  }

  .v-application--is-ltr .pe-lg-2 {
    padding-right: 8px !important;
  }

  .v-application--is-rtl .pe-lg-2 {
    padding-left: 8px !important;
  }

  .v-application--is-ltr .pe-lg-3 {
    padding-right: 12px !important;
  }

  .v-application--is-rtl .pe-lg-3 {
    padding-left: 12px !important;
  }

  .v-application--is-ltr .pe-lg-4 {
    padding-right: 16px !important;
  }

  .v-application--is-rtl .pe-lg-4 {
    padding-left: 16px !important;
  }

  .v-application--is-ltr .pe-lg-5 {
    padding-right: 20px !important;
  }

  .v-application--is-rtl .pe-lg-5 {
    padding-left: 20px !important;
  }

  .v-application--is-ltr .pe-lg-6 {
    padding-right: 24px !important;
  }

  .v-application--is-rtl .pe-lg-6 {
    padding-left: 24px !important;
  }

  .v-application--is-ltr .pe-lg-7 {
    padding-right: 28px !important;
  }

  .v-application--is-rtl .pe-lg-7 {
    padding-left: 28px !important;
  }

  .v-application--is-ltr .pe-lg-8 {
    padding-right: 32px !important;
  }

  .v-application--is-rtl .pe-lg-8 {
    padding-left: 32px !important;
  }

  .v-application--is-ltr .pe-lg-9 {
    padding-right: 36px !important;
  }

  .v-application--is-rtl .pe-lg-9 {
    padding-left: 36px !important;
  }

  .v-application--is-ltr .pe-lg-10 {
    padding-right: 40px !important;
  }

  .v-application--is-rtl .pe-lg-10 {
    padding-left: 40px !important;
  }

  .v-application--is-ltr .pe-lg-11 {
    padding-right: 44px !important;
  }

  .v-application--is-rtl .pe-lg-11 {
    padding-left: 44px !important;
  }

  .v-application--is-ltr .pe-lg-12 {
    padding-right: 48px !important;
  }

  .v-application--is-rtl .pe-lg-12 {
    padding-left: 48px !important;
  }

  .v-application--is-ltr .pe-lg-13 {
    padding-right: 52px !important;
  }

  .v-application--is-rtl .pe-lg-13 {
    padding-left: 52px !important;
  }

  .v-application--is-ltr .pe-lg-14 {
    padding-right: 56px !important;
  }

  .v-application--is-rtl .pe-lg-14 {
    padding-left: 56px !important;
  }

  .v-application--is-ltr .pe-lg-15 {
    padding-right: 60px !important;
  }

  .v-application--is-rtl .pe-lg-15 {
    padding-left: 60px !important;
  }

  .v-application--is-ltr .pe-lg-16 {
    padding-right: 64px !important;
  }

  .v-application--is-rtl .pe-lg-16 {
    padding-left: 64px !important;
  }

  .v-application .text-lg-left {
    text-align: left !important;
  }

  .v-application .text-lg-right {
    text-align: right !important;
  }

  .v-application .text-lg-center {
    text-align: center !important;
  }

  .v-application .text-lg-justify {
    text-align: justify !important;
  }

  .v-application .text-lg-start {
    text-align: start !important;
  }

  .v-application .text-lg-end {
    text-align: end !important;
  }

  .v-application .text-lg-h1 {
    font-size: 3.25rem !important;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-lg-h2 {
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-lg-h3 {
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-lg-h4 {
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.00735em !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-lg-h5 {
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-lg-h6 {
    font-size: 1.125rem !important;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.0125em !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-lg-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75rem;
    letter-spacing: 0.009375em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-lg-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-lg-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-lg-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-lg-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.25rem;
    letter-spacing: 0.0892857143em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
    text-transform: uppercase !important;
  }

  .v-application .text-lg-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0333333333em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-lg-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.1666666667em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
    text-transform: uppercase !important;
  }
}
@media (min-width: 1904px) {
  .v-application .d-xl-none {
    display: none !important;
  }

  .v-application .d-xl-inline {
    display: inline !important;
  }

  .v-application .d-xl-inline-block {
    display: inline-block !important;
  }

  .v-application .d-xl-block {
    display: block !important;
  }

  .v-application .d-xl-table {
    display: table !important;
  }

  .v-application .d-xl-table-row {
    display: table-row !important;
  }

  .v-application .d-xl-table-cell {
    display: table-cell !important;
  }

  .v-application .d-xl-flex {
    display: flex !important;
  }

  .v-application .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .v-application .float-xl-none {
    float: none !important;
  }

  .v-application .float-xl-left {
    float: left !important;
  }

  .v-application .float-xl-right {
    float: right !important;
  }

  .v-application--is-rtl .float-xl-end {
    float: left !important;
  }

  .v-application--is-rtl .float-xl-start {
    float: right !important;
  }

  .v-application--is-ltr .float-xl-end {
    float: right !important;
  }

  .v-application--is-ltr .float-xl-start {
    float: left !important;
  }

  .v-application .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .v-application .flex-xl-row {
    flex-direction: row !important;
  }

  .v-application .flex-xl-column {
    flex-direction: column !important;
  }

  .v-application .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .v-application .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .v-application .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .v-application .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .v-application .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .v-application .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .v-application .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .v-application .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .v-application .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .v-application .justify-xl-start {
    justify-content: flex-start !important;
  }

  .v-application .justify-xl-end {
    justify-content: flex-end !important;
  }

  .v-application .justify-xl-center {
    justify-content: center !important;
  }

  .v-application .justify-xl-space-between {
    justify-content: space-between !important;
  }

  .v-application .justify-xl-space-around {
    justify-content: space-around !important;
  }

  .v-application .align-xl-start {
    align-items: flex-start !important;
  }

  .v-application .align-xl-end {
    align-items: flex-end !important;
  }

  .v-application .align-xl-center {
    align-items: center !important;
  }

  .v-application .align-xl-baseline {
    align-items: baseline !important;
  }

  .v-application .align-xl-stretch {
    align-items: stretch !important;
  }

  .v-application .align-content-xl-start {
    align-content: flex-start !important;
  }

  .v-application .align-content-xl-end {
    align-content: flex-end !important;
  }

  .v-application .align-content-xl-center {
    align-content: center !important;
  }

  .v-application .align-content-xl-space-between {
    align-content: space-between !important;
  }

  .v-application .align-content-xl-space-around {
    align-content: space-around !important;
  }

  .v-application .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .v-application .align-self-xl-auto {
    align-self: auto !important;
  }

  .v-application .align-self-xl-start {
    align-self: flex-start !important;
  }

  .v-application .align-self-xl-end {
    align-self: flex-end !important;
  }

  .v-application .align-self-xl-center {
    align-self: center !important;
  }

  .v-application .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .v-application .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .v-application .order-xl-first {
    order: -1 !important;
  }

  .v-application .order-xl-0 {
    order: 0 !important;
  }

  .v-application .order-xl-1 {
    order: 1 !important;
  }

  .v-application .order-xl-2 {
    order: 2 !important;
  }

  .v-application .order-xl-3 {
    order: 3 !important;
  }

  .v-application .order-xl-4 {
    order: 4 !important;
  }

  .v-application .order-xl-5 {
    order: 5 !important;
  }

  .v-application .order-xl-6 {
    order: 6 !important;
  }

  .v-application .order-xl-7 {
    order: 7 !important;
  }

  .v-application .order-xl-8 {
    order: 8 !important;
  }

  .v-application .order-xl-9 {
    order: 9 !important;
  }

  .v-application .order-xl-10 {
    order: 10 !important;
  }

  .v-application .order-xl-11 {
    order: 11 !important;
  }

  .v-application .order-xl-12 {
    order: 12 !important;
  }

  .v-application .order-xl-last {
    order: 13 !important;
  }

  .v-application .ma-xl-0 {
    margin: 0px !important;
  }

  .v-application .ma-xl-1 {
    margin: 4px !important;
  }

  .v-application .ma-xl-2 {
    margin: 8px !important;
  }

  .v-application .ma-xl-3 {
    margin: 12px !important;
  }

  .v-application .ma-xl-4 {
    margin: 16px !important;
  }

  .v-application .ma-xl-5 {
    margin: 20px !important;
  }

  .v-application .ma-xl-6 {
    margin: 24px !important;
  }

  .v-application .ma-xl-7 {
    margin: 28px !important;
  }

  .v-application .ma-xl-8 {
    margin: 32px !important;
  }

  .v-application .ma-xl-9 {
    margin: 36px !important;
  }

  .v-application .ma-xl-10 {
    margin: 40px !important;
  }

  .v-application .ma-xl-11 {
    margin: 44px !important;
  }

  .v-application .ma-xl-12 {
    margin: 48px !important;
  }

  .v-application .ma-xl-13 {
    margin: 52px !important;
  }

  .v-application .ma-xl-14 {
    margin: 56px !important;
  }

  .v-application .ma-xl-15 {
    margin: 60px !important;
  }

  .v-application .ma-xl-16 {
    margin: 64px !important;
  }

  .v-application .ma-xl-auto {
    margin: auto !important;
  }

  .v-application .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .v-application .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .v-application .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .v-application .mx-xl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .v-application .mx-xl-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .v-application .mx-xl-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .v-application .mx-xl-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .v-application .mx-xl-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }

  .v-application .mx-xl-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .v-application .mx-xl-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .v-application .mx-xl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .v-application .mx-xl-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .v-application .mx-xl-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .v-application .mx-xl-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }

  .v-application .mx-xl-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .v-application .mx-xl-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .v-application .mx-xl-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .v-application .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .v-application .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .v-application .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .v-application .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .v-application .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .v-application .my-xl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .v-application .my-xl-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .v-application .my-xl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .v-application .my-xl-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .v-application .my-xl-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .v-application .my-xl-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .v-application .my-xl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .v-application .my-xl-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .v-application .my-xl-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .v-application .my-xl-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .v-application .my-xl-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .v-application .my-xl-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .v-application .my-xl-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .v-application .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .v-application .mt-xl-0 {
    margin-top: 0px !important;
  }

  .v-application .mt-xl-1 {
    margin-top: 4px !important;
  }

  .v-application .mt-xl-2 {
    margin-top: 8px !important;
  }

  .v-application .mt-xl-3 {
    margin-top: 12px !important;
  }

  .v-application .mt-xl-4 {
    margin-top: 16px !important;
  }

  .v-application .mt-xl-5 {
    margin-top: 20px !important;
  }

  .v-application .mt-xl-6 {
    margin-top: 24px !important;
  }

  .v-application .mt-xl-7 {
    margin-top: 28px !important;
  }

  .v-application .mt-xl-8 {
    margin-top: 32px !important;
  }

  .v-application .mt-xl-9 {
    margin-top: 36px !important;
  }

  .v-application .mt-xl-10 {
    margin-top: 40px !important;
  }

  .v-application .mt-xl-11 {
    margin-top: 44px !important;
  }

  .v-application .mt-xl-12 {
    margin-top: 48px !important;
  }

  .v-application .mt-xl-13 {
    margin-top: 52px !important;
  }

  .v-application .mt-xl-14 {
    margin-top: 56px !important;
  }

  .v-application .mt-xl-15 {
    margin-top: 60px !important;
  }

  .v-application .mt-xl-16 {
    margin-top: 64px !important;
  }

  .v-application .mt-xl-auto {
    margin-top: auto !important;
  }

  .v-application .mr-xl-0 {
    margin-right: 0px !important;
  }

  .v-application .mr-xl-1 {
    margin-right: 4px !important;
  }

  .v-application .mr-xl-2 {
    margin-right: 8px !important;
  }

  .v-application .mr-xl-3 {
    margin-right: 12px !important;
  }

  .v-application .mr-xl-4 {
    margin-right: 16px !important;
  }

  .v-application .mr-xl-5 {
    margin-right: 20px !important;
  }

  .v-application .mr-xl-6 {
    margin-right: 24px !important;
  }

  .v-application .mr-xl-7 {
    margin-right: 28px !important;
  }

  .v-application .mr-xl-8 {
    margin-right: 32px !important;
  }

  .v-application .mr-xl-9 {
    margin-right: 36px !important;
  }

  .v-application .mr-xl-10 {
    margin-right: 40px !important;
  }

  .v-application .mr-xl-11 {
    margin-right: 44px !important;
  }

  .v-application .mr-xl-12 {
    margin-right: 48px !important;
  }

  .v-application .mr-xl-13 {
    margin-right: 52px !important;
  }

  .v-application .mr-xl-14 {
    margin-right: 56px !important;
  }

  .v-application .mr-xl-15 {
    margin-right: 60px !important;
  }

  .v-application .mr-xl-16 {
    margin-right: 64px !important;
  }

  .v-application .mr-xl-auto {
    margin-right: auto !important;
  }

  .v-application .mb-xl-0 {
    margin-bottom: 0px !important;
  }

  .v-application .mb-xl-1 {
    margin-bottom: 4px !important;
  }

  .v-application .mb-xl-2 {
    margin-bottom: 8px !important;
  }

  .v-application .mb-xl-3 {
    margin-bottom: 12px !important;
  }

  .v-application .mb-xl-4 {
    margin-bottom: 16px !important;
  }

  .v-application .mb-xl-5 {
    margin-bottom: 20px !important;
  }

  .v-application .mb-xl-6 {
    margin-bottom: 24px !important;
  }

  .v-application .mb-xl-7 {
    margin-bottom: 28px !important;
  }

  .v-application .mb-xl-8 {
    margin-bottom: 32px !important;
  }

  .v-application .mb-xl-9 {
    margin-bottom: 36px !important;
  }

  .v-application .mb-xl-10 {
    margin-bottom: 40px !important;
  }

  .v-application .mb-xl-11 {
    margin-bottom: 44px !important;
  }

  .v-application .mb-xl-12 {
    margin-bottom: 48px !important;
  }

  .v-application .mb-xl-13 {
    margin-bottom: 52px !important;
  }

  .v-application .mb-xl-14 {
    margin-bottom: 56px !important;
  }

  .v-application .mb-xl-15 {
    margin-bottom: 60px !important;
  }

  .v-application .mb-xl-16 {
    margin-bottom: 64px !important;
  }

  .v-application .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .v-application .ml-xl-0 {
    margin-left: 0px !important;
  }

  .v-application .ml-xl-1 {
    margin-left: 4px !important;
  }

  .v-application .ml-xl-2 {
    margin-left: 8px !important;
  }

  .v-application .ml-xl-3 {
    margin-left: 12px !important;
  }

  .v-application .ml-xl-4 {
    margin-left: 16px !important;
  }

  .v-application .ml-xl-5 {
    margin-left: 20px !important;
  }

  .v-application .ml-xl-6 {
    margin-left: 24px !important;
  }

  .v-application .ml-xl-7 {
    margin-left: 28px !important;
  }

  .v-application .ml-xl-8 {
    margin-left: 32px !important;
  }

  .v-application .ml-xl-9 {
    margin-left: 36px !important;
  }

  .v-application .ml-xl-10 {
    margin-left: 40px !important;
  }

  .v-application .ml-xl-11 {
    margin-left: 44px !important;
  }

  .v-application .ml-xl-12 {
    margin-left: 48px !important;
  }

  .v-application .ml-xl-13 {
    margin-left: 52px !important;
  }

  .v-application .ml-xl-14 {
    margin-left: 56px !important;
  }

  .v-application .ml-xl-15 {
    margin-left: 60px !important;
  }

  .v-application .ml-xl-16 {
    margin-left: 64px !important;
  }

  .v-application .ml-xl-auto {
    margin-left: auto !important;
  }

  .v-application--is-ltr .ms-xl-0 {
    margin-left: 0px !important;
  }

  .v-application--is-rtl .ms-xl-0 {
    margin-right: 0px !important;
  }

  .v-application--is-ltr .ms-xl-1 {
    margin-left: 4px !important;
  }

  .v-application--is-rtl .ms-xl-1 {
    margin-right: 4px !important;
  }

  .v-application--is-ltr .ms-xl-2 {
    margin-left: 8px !important;
  }

  .v-application--is-rtl .ms-xl-2 {
    margin-right: 8px !important;
  }

  .v-application--is-ltr .ms-xl-3 {
    margin-left: 12px !important;
  }

  .v-application--is-rtl .ms-xl-3 {
    margin-right: 12px !important;
  }

  .v-application--is-ltr .ms-xl-4 {
    margin-left: 16px !important;
  }

  .v-application--is-rtl .ms-xl-4 {
    margin-right: 16px !important;
  }

  .v-application--is-ltr .ms-xl-5 {
    margin-left: 20px !important;
  }

  .v-application--is-rtl .ms-xl-5 {
    margin-right: 20px !important;
  }

  .v-application--is-ltr .ms-xl-6 {
    margin-left: 24px !important;
  }

  .v-application--is-rtl .ms-xl-6 {
    margin-right: 24px !important;
  }

  .v-application--is-ltr .ms-xl-7 {
    margin-left: 28px !important;
  }

  .v-application--is-rtl .ms-xl-7 {
    margin-right: 28px !important;
  }

  .v-application--is-ltr .ms-xl-8 {
    margin-left: 32px !important;
  }

  .v-application--is-rtl .ms-xl-8 {
    margin-right: 32px !important;
  }

  .v-application--is-ltr .ms-xl-9 {
    margin-left: 36px !important;
  }

  .v-application--is-rtl .ms-xl-9 {
    margin-right: 36px !important;
  }

  .v-application--is-ltr .ms-xl-10 {
    margin-left: 40px !important;
  }

  .v-application--is-rtl .ms-xl-10 {
    margin-right: 40px !important;
  }

  .v-application--is-ltr .ms-xl-11 {
    margin-left: 44px !important;
  }

  .v-application--is-rtl .ms-xl-11 {
    margin-right: 44px !important;
  }

  .v-application--is-ltr .ms-xl-12 {
    margin-left: 48px !important;
  }

  .v-application--is-rtl .ms-xl-12 {
    margin-right: 48px !important;
  }

  .v-application--is-ltr .ms-xl-13 {
    margin-left: 52px !important;
  }

  .v-application--is-rtl .ms-xl-13 {
    margin-right: 52px !important;
  }

  .v-application--is-ltr .ms-xl-14 {
    margin-left: 56px !important;
  }

  .v-application--is-rtl .ms-xl-14 {
    margin-right: 56px !important;
  }

  .v-application--is-ltr .ms-xl-15 {
    margin-left: 60px !important;
  }

  .v-application--is-rtl .ms-xl-15 {
    margin-right: 60px !important;
  }

  .v-application--is-ltr .ms-xl-16 {
    margin-left: 64px !important;
  }

  .v-application--is-rtl .ms-xl-16 {
    margin-right: 64px !important;
  }

  .v-application--is-ltr .ms-xl-auto {
    margin-left: auto !important;
  }

  .v-application--is-rtl .ms-xl-auto {
    margin-right: auto !important;
  }

  .v-application--is-ltr .me-xl-0 {
    margin-right: 0px !important;
  }

  .v-application--is-rtl .me-xl-0 {
    margin-left: 0px !important;
  }

  .v-application--is-ltr .me-xl-1 {
    margin-right: 4px !important;
  }

  .v-application--is-rtl .me-xl-1 {
    margin-left: 4px !important;
  }

  .v-application--is-ltr .me-xl-2 {
    margin-right: 8px !important;
  }

  .v-application--is-rtl .me-xl-2 {
    margin-left: 8px !important;
  }

  .v-application--is-ltr .me-xl-3 {
    margin-right: 12px !important;
  }

  .v-application--is-rtl .me-xl-3 {
    margin-left: 12px !important;
  }

  .v-application--is-ltr .me-xl-4 {
    margin-right: 16px !important;
  }

  .v-application--is-rtl .me-xl-4 {
    margin-left: 16px !important;
  }

  .v-application--is-ltr .me-xl-5 {
    margin-right: 20px !important;
  }

  .v-application--is-rtl .me-xl-5 {
    margin-left: 20px !important;
  }

  .v-application--is-ltr .me-xl-6 {
    margin-right: 24px !important;
  }

  .v-application--is-rtl .me-xl-6 {
    margin-left: 24px !important;
  }

  .v-application--is-ltr .me-xl-7 {
    margin-right: 28px !important;
  }

  .v-application--is-rtl .me-xl-7 {
    margin-left: 28px !important;
  }

  .v-application--is-ltr .me-xl-8 {
    margin-right: 32px !important;
  }

  .v-application--is-rtl .me-xl-8 {
    margin-left: 32px !important;
  }

  .v-application--is-ltr .me-xl-9 {
    margin-right: 36px !important;
  }

  .v-application--is-rtl .me-xl-9 {
    margin-left: 36px !important;
  }

  .v-application--is-ltr .me-xl-10 {
    margin-right: 40px !important;
  }

  .v-application--is-rtl .me-xl-10 {
    margin-left: 40px !important;
  }

  .v-application--is-ltr .me-xl-11 {
    margin-right: 44px !important;
  }

  .v-application--is-rtl .me-xl-11 {
    margin-left: 44px !important;
  }

  .v-application--is-ltr .me-xl-12 {
    margin-right: 48px !important;
  }

  .v-application--is-rtl .me-xl-12 {
    margin-left: 48px !important;
  }

  .v-application--is-ltr .me-xl-13 {
    margin-right: 52px !important;
  }

  .v-application--is-rtl .me-xl-13 {
    margin-left: 52px !important;
  }

  .v-application--is-ltr .me-xl-14 {
    margin-right: 56px !important;
  }

  .v-application--is-rtl .me-xl-14 {
    margin-left: 56px !important;
  }

  .v-application--is-ltr .me-xl-15 {
    margin-right: 60px !important;
  }

  .v-application--is-rtl .me-xl-15 {
    margin-left: 60px !important;
  }

  .v-application--is-ltr .me-xl-16 {
    margin-right: 64px !important;
  }

  .v-application--is-rtl .me-xl-16 {
    margin-left: 64px !important;
  }

  .v-application--is-ltr .me-xl-auto {
    margin-right: auto !important;
  }

  .v-application--is-rtl .me-xl-auto {
    margin-left: auto !important;
  }

  .v-application .ma-xl-n1 {
    margin: -4px !important;
  }

  .v-application .ma-xl-n2 {
    margin: -8px !important;
  }

  .v-application .ma-xl-n3 {
    margin: -12px !important;
  }

  .v-application .ma-xl-n4 {
    margin: -16px !important;
  }

  .v-application .ma-xl-n5 {
    margin: -20px !important;
  }

  .v-application .ma-xl-n6 {
    margin: -24px !important;
  }

  .v-application .ma-xl-n7 {
    margin: -28px !important;
  }

  .v-application .ma-xl-n8 {
    margin: -32px !important;
  }

  .v-application .ma-xl-n9 {
    margin: -36px !important;
  }

  .v-application .ma-xl-n10 {
    margin: -40px !important;
  }

  .v-application .ma-xl-n11 {
    margin: -44px !important;
  }

  .v-application .ma-xl-n12 {
    margin: -48px !important;
  }

  .v-application .ma-xl-n13 {
    margin: -52px !important;
  }

  .v-application .ma-xl-n14 {
    margin: -56px !important;
  }

  .v-application .ma-xl-n15 {
    margin: -60px !important;
  }

  .v-application .ma-xl-n16 {
    margin: -64px !important;
  }

  .v-application .mx-xl-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }

  .v-application .mx-xl-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }

  .v-application .mx-xl-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }

  .v-application .mx-xl-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }

  .v-application .mx-xl-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .v-application .mx-xl-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }

  .v-application .mx-xl-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }

  .v-application .mx-xl-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }

  .v-application .mx-xl-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }

  .v-application .mx-xl-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .v-application .mx-xl-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }

  .v-application .mx-xl-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }

  .v-application .mx-xl-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }

  .v-application .mx-xl-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }

  .v-application .mx-xl-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .v-application .mx-xl-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }

  .v-application .my-xl-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .v-application .my-xl-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .v-application .my-xl-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .v-application .my-xl-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }

  .v-application .my-xl-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .v-application .my-xl-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .v-application .my-xl-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .v-application .my-xl-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .v-application .my-xl-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .v-application .my-xl-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .v-application .my-xl-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .v-application .my-xl-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }

  .v-application .my-xl-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }

  .v-application .my-xl-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .v-application .my-xl-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .v-application .my-xl-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }

  .v-application .mt-xl-n1 {
    margin-top: -4px !important;
  }

  .v-application .mt-xl-n2 {
    margin-top: -8px !important;
  }

  .v-application .mt-xl-n3 {
    margin-top: -12px !important;
  }

  .v-application .mt-xl-n4 {
    margin-top: -16px !important;
  }

  .v-application .mt-xl-n5 {
    margin-top: -20px !important;
  }

  .v-application .mt-xl-n6 {
    margin-top: -24px !important;
  }

  .v-application .mt-xl-n7 {
    margin-top: -28px !important;
  }

  .v-application .mt-xl-n8 {
    margin-top: -32px !important;
  }

  .v-application .mt-xl-n9 {
    margin-top: -36px !important;
  }

  .v-application .mt-xl-n10 {
    margin-top: -40px !important;
  }

  .v-application .mt-xl-n11 {
    margin-top: -44px !important;
  }

  .v-application .mt-xl-n12 {
    margin-top: -48px !important;
  }

  .v-application .mt-xl-n13 {
    margin-top: -52px !important;
  }

  .v-application .mt-xl-n14 {
    margin-top: -56px !important;
  }

  .v-application .mt-xl-n15 {
    margin-top: -60px !important;
  }

  .v-application .mt-xl-n16 {
    margin-top: -64px !important;
  }

  .v-application .mr-xl-n1 {
    margin-right: -4px !important;
  }

  .v-application .mr-xl-n2 {
    margin-right: -8px !important;
  }

  .v-application .mr-xl-n3 {
    margin-right: -12px !important;
  }

  .v-application .mr-xl-n4 {
    margin-right: -16px !important;
  }

  .v-application .mr-xl-n5 {
    margin-right: -20px !important;
  }

  .v-application .mr-xl-n6 {
    margin-right: -24px !important;
  }

  .v-application .mr-xl-n7 {
    margin-right: -28px !important;
  }

  .v-application .mr-xl-n8 {
    margin-right: -32px !important;
  }

  .v-application .mr-xl-n9 {
    margin-right: -36px !important;
  }

  .v-application .mr-xl-n10 {
    margin-right: -40px !important;
  }

  .v-application .mr-xl-n11 {
    margin-right: -44px !important;
  }

  .v-application .mr-xl-n12 {
    margin-right: -48px !important;
  }

  .v-application .mr-xl-n13 {
    margin-right: -52px !important;
  }

  .v-application .mr-xl-n14 {
    margin-right: -56px !important;
  }

  .v-application .mr-xl-n15 {
    margin-right: -60px !important;
  }

  .v-application .mr-xl-n16 {
    margin-right: -64px !important;
  }

  .v-application .mb-xl-n1 {
    margin-bottom: -4px !important;
  }

  .v-application .mb-xl-n2 {
    margin-bottom: -8px !important;
  }

  .v-application .mb-xl-n3 {
    margin-bottom: -12px !important;
  }

  .v-application .mb-xl-n4 {
    margin-bottom: -16px !important;
  }

  .v-application .mb-xl-n5 {
    margin-bottom: -20px !important;
  }

  .v-application .mb-xl-n6 {
    margin-bottom: -24px !important;
  }

  .v-application .mb-xl-n7 {
    margin-bottom: -28px !important;
  }

  .v-application .mb-xl-n8 {
    margin-bottom: -32px !important;
  }

  .v-application .mb-xl-n9 {
    margin-bottom: -36px !important;
  }

  .v-application .mb-xl-n10 {
    margin-bottom: -40px !important;
  }

  .v-application .mb-xl-n11 {
    margin-bottom: -44px !important;
  }

  .v-application .mb-xl-n12 {
    margin-bottom: -48px !important;
  }

  .v-application .mb-xl-n13 {
    margin-bottom: -52px !important;
  }

  .v-application .mb-xl-n14 {
    margin-bottom: -56px !important;
  }

  .v-application .mb-xl-n15 {
    margin-bottom: -60px !important;
  }

  .v-application .mb-xl-n16 {
    margin-bottom: -64px !important;
  }

  .v-application .ml-xl-n1 {
    margin-left: -4px !important;
  }

  .v-application .ml-xl-n2 {
    margin-left: -8px !important;
  }

  .v-application .ml-xl-n3 {
    margin-left: -12px !important;
  }

  .v-application .ml-xl-n4 {
    margin-left: -16px !important;
  }

  .v-application .ml-xl-n5 {
    margin-left: -20px !important;
  }

  .v-application .ml-xl-n6 {
    margin-left: -24px !important;
  }

  .v-application .ml-xl-n7 {
    margin-left: -28px !important;
  }

  .v-application .ml-xl-n8 {
    margin-left: -32px !important;
  }

  .v-application .ml-xl-n9 {
    margin-left: -36px !important;
  }

  .v-application .ml-xl-n10 {
    margin-left: -40px !important;
  }

  .v-application .ml-xl-n11 {
    margin-left: -44px !important;
  }

  .v-application .ml-xl-n12 {
    margin-left: -48px !important;
  }

  .v-application .ml-xl-n13 {
    margin-left: -52px !important;
  }

  .v-application .ml-xl-n14 {
    margin-left: -56px !important;
  }

  .v-application .ml-xl-n15 {
    margin-left: -60px !important;
  }

  .v-application .ml-xl-n16 {
    margin-left: -64px !important;
  }

  .v-application--is-ltr .ms-xl-n1 {
    margin-left: -4px !important;
  }

  .v-application--is-rtl .ms-xl-n1 {
    margin-right: -4px !important;
  }

  .v-application--is-ltr .ms-xl-n2 {
    margin-left: -8px !important;
  }

  .v-application--is-rtl .ms-xl-n2 {
    margin-right: -8px !important;
  }

  .v-application--is-ltr .ms-xl-n3 {
    margin-left: -12px !important;
  }

  .v-application--is-rtl .ms-xl-n3 {
    margin-right: -12px !important;
  }

  .v-application--is-ltr .ms-xl-n4 {
    margin-left: -16px !important;
  }

  .v-application--is-rtl .ms-xl-n4 {
    margin-right: -16px !important;
  }

  .v-application--is-ltr .ms-xl-n5 {
    margin-left: -20px !important;
  }

  .v-application--is-rtl .ms-xl-n5 {
    margin-right: -20px !important;
  }

  .v-application--is-ltr .ms-xl-n6 {
    margin-left: -24px !important;
  }

  .v-application--is-rtl .ms-xl-n6 {
    margin-right: -24px !important;
  }

  .v-application--is-ltr .ms-xl-n7 {
    margin-left: -28px !important;
  }

  .v-application--is-rtl .ms-xl-n7 {
    margin-right: -28px !important;
  }

  .v-application--is-ltr .ms-xl-n8 {
    margin-left: -32px !important;
  }

  .v-application--is-rtl .ms-xl-n8 {
    margin-right: -32px !important;
  }

  .v-application--is-ltr .ms-xl-n9 {
    margin-left: -36px !important;
  }

  .v-application--is-rtl .ms-xl-n9 {
    margin-right: -36px !important;
  }

  .v-application--is-ltr .ms-xl-n10 {
    margin-left: -40px !important;
  }

  .v-application--is-rtl .ms-xl-n10 {
    margin-right: -40px !important;
  }

  .v-application--is-ltr .ms-xl-n11 {
    margin-left: -44px !important;
  }

  .v-application--is-rtl .ms-xl-n11 {
    margin-right: -44px !important;
  }

  .v-application--is-ltr .ms-xl-n12 {
    margin-left: -48px !important;
  }

  .v-application--is-rtl .ms-xl-n12 {
    margin-right: -48px !important;
  }

  .v-application--is-ltr .ms-xl-n13 {
    margin-left: -52px !important;
  }

  .v-application--is-rtl .ms-xl-n13 {
    margin-right: -52px !important;
  }

  .v-application--is-ltr .ms-xl-n14 {
    margin-left: -56px !important;
  }

  .v-application--is-rtl .ms-xl-n14 {
    margin-right: -56px !important;
  }

  .v-application--is-ltr .ms-xl-n15 {
    margin-left: -60px !important;
  }

  .v-application--is-rtl .ms-xl-n15 {
    margin-right: -60px !important;
  }

  .v-application--is-ltr .ms-xl-n16 {
    margin-left: -64px !important;
  }

  .v-application--is-rtl .ms-xl-n16 {
    margin-right: -64px !important;
  }

  .v-application--is-ltr .me-xl-n1 {
    margin-right: -4px !important;
  }

  .v-application--is-rtl .me-xl-n1 {
    margin-left: -4px !important;
  }

  .v-application--is-ltr .me-xl-n2 {
    margin-right: -8px !important;
  }

  .v-application--is-rtl .me-xl-n2 {
    margin-left: -8px !important;
  }

  .v-application--is-ltr .me-xl-n3 {
    margin-right: -12px !important;
  }

  .v-application--is-rtl .me-xl-n3 {
    margin-left: -12px !important;
  }

  .v-application--is-ltr .me-xl-n4 {
    margin-right: -16px !important;
  }

  .v-application--is-rtl .me-xl-n4 {
    margin-left: -16px !important;
  }

  .v-application--is-ltr .me-xl-n5 {
    margin-right: -20px !important;
  }

  .v-application--is-rtl .me-xl-n5 {
    margin-left: -20px !important;
  }

  .v-application--is-ltr .me-xl-n6 {
    margin-right: -24px !important;
  }

  .v-application--is-rtl .me-xl-n6 {
    margin-left: -24px !important;
  }

  .v-application--is-ltr .me-xl-n7 {
    margin-right: -28px !important;
  }

  .v-application--is-rtl .me-xl-n7 {
    margin-left: -28px !important;
  }

  .v-application--is-ltr .me-xl-n8 {
    margin-right: -32px !important;
  }

  .v-application--is-rtl .me-xl-n8 {
    margin-left: -32px !important;
  }

  .v-application--is-ltr .me-xl-n9 {
    margin-right: -36px !important;
  }

  .v-application--is-rtl .me-xl-n9 {
    margin-left: -36px !important;
  }

  .v-application--is-ltr .me-xl-n10 {
    margin-right: -40px !important;
  }

  .v-application--is-rtl .me-xl-n10 {
    margin-left: -40px !important;
  }

  .v-application--is-ltr .me-xl-n11 {
    margin-right: -44px !important;
  }

  .v-application--is-rtl .me-xl-n11 {
    margin-left: -44px !important;
  }

  .v-application--is-ltr .me-xl-n12 {
    margin-right: -48px !important;
  }

  .v-application--is-rtl .me-xl-n12 {
    margin-left: -48px !important;
  }

  .v-application--is-ltr .me-xl-n13 {
    margin-right: -52px !important;
  }

  .v-application--is-rtl .me-xl-n13 {
    margin-left: -52px !important;
  }

  .v-application--is-ltr .me-xl-n14 {
    margin-right: -56px !important;
  }

  .v-application--is-rtl .me-xl-n14 {
    margin-left: -56px !important;
  }

  .v-application--is-ltr .me-xl-n15 {
    margin-right: -60px !important;
  }

  .v-application--is-rtl .me-xl-n15 {
    margin-left: -60px !important;
  }

  .v-application--is-ltr .me-xl-n16 {
    margin-right: -64px !important;
  }

  .v-application--is-rtl .me-xl-n16 {
    margin-left: -64px !important;
  }

  .v-application .pa-xl-0 {
    padding: 0px !important;
  }

  .v-application .pa-xl-1 {
    padding: 4px !important;
  }

  .v-application .pa-xl-2 {
    padding: 8px !important;
  }

  .v-application .pa-xl-3 {
    padding: 12px !important;
  }

  .v-application .pa-xl-4 {
    padding: 16px !important;
  }

  .v-application .pa-xl-5 {
    padding: 20px !important;
  }

  .v-application .pa-xl-6 {
    padding: 24px !important;
  }

  .v-application .pa-xl-7 {
    padding: 28px !important;
  }

  .v-application .pa-xl-8 {
    padding: 32px !important;
  }

  .v-application .pa-xl-9 {
    padding: 36px !important;
  }

  .v-application .pa-xl-10 {
    padding: 40px !important;
  }

  .v-application .pa-xl-11 {
    padding: 44px !important;
  }

  .v-application .pa-xl-12 {
    padding: 48px !important;
  }

  .v-application .pa-xl-13 {
    padding: 52px !important;
  }

  .v-application .pa-xl-14 {
    padding: 56px !important;
  }

  .v-application .pa-xl-15 {
    padding: 60px !important;
  }

  .v-application .pa-xl-16 {
    padding: 64px !important;
  }

  .v-application .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .v-application .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .v-application .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .v-application .px-xl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .v-application .px-xl-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .v-application .px-xl-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .v-application .px-xl-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .v-application .px-xl-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .v-application .px-xl-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .v-application .px-xl-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .v-application .px-xl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .v-application .px-xl-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .v-application .px-xl-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .v-application .px-xl-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }

  .v-application .px-xl-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .v-application .px-xl-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .v-application .px-xl-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .v-application .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .v-application .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .v-application .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .v-application .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .v-application .py-xl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .v-application .py-xl-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .v-application .py-xl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .v-application .py-xl-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .v-application .py-xl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .v-application .py-xl-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .v-application .py-xl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .v-application .py-xl-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .v-application .py-xl-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .v-application .py-xl-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .v-application .py-xl-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .v-application .py-xl-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .v-application .py-xl-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .v-application .pt-xl-0 {
    padding-top: 0px !important;
  }

  .v-application .pt-xl-1 {
    padding-top: 4px !important;
  }

  .v-application .pt-xl-2 {
    padding-top: 8px !important;
  }

  .v-application .pt-xl-3 {
    padding-top: 12px !important;
  }

  .v-application .pt-xl-4 {
    padding-top: 16px !important;
  }

  .v-application .pt-xl-5 {
    padding-top: 20px !important;
  }

  .v-application .pt-xl-6 {
    padding-top: 24px !important;
  }

  .v-application .pt-xl-7 {
    padding-top: 28px !important;
  }

  .v-application .pt-xl-8 {
    padding-top: 32px !important;
  }

  .v-application .pt-xl-9 {
    padding-top: 36px !important;
  }

  .v-application .pt-xl-10 {
    padding-top: 40px !important;
  }

  .v-application .pt-xl-11 {
    padding-top: 44px !important;
  }

  .v-application .pt-xl-12 {
    padding-top: 48px !important;
  }

  .v-application .pt-xl-13 {
    padding-top: 52px !important;
  }

  .v-application .pt-xl-14 {
    padding-top: 56px !important;
  }

  .v-application .pt-xl-15 {
    padding-top: 60px !important;
  }

  .v-application .pt-xl-16 {
    padding-top: 64px !important;
  }

  .v-application .pr-xl-0 {
    padding-right: 0px !important;
  }

  .v-application .pr-xl-1 {
    padding-right: 4px !important;
  }

  .v-application .pr-xl-2 {
    padding-right: 8px !important;
  }

  .v-application .pr-xl-3 {
    padding-right: 12px !important;
  }

  .v-application .pr-xl-4 {
    padding-right: 16px !important;
  }

  .v-application .pr-xl-5 {
    padding-right: 20px !important;
  }

  .v-application .pr-xl-6 {
    padding-right: 24px !important;
  }

  .v-application .pr-xl-7 {
    padding-right: 28px !important;
  }

  .v-application .pr-xl-8 {
    padding-right: 32px !important;
  }

  .v-application .pr-xl-9 {
    padding-right: 36px !important;
  }

  .v-application .pr-xl-10 {
    padding-right: 40px !important;
  }

  .v-application .pr-xl-11 {
    padding-right: 44px !important;
  }

  .v-application .pr-xl-12 {
    padding-right: 48px !important;
  }

  .v-application .pr-xl-13 {
    padding-right: 52px !important;
  }

  .v-application .pr-xl-14 {
    padding-right: 56px !important;
  }

  .v-application .pr-xl-15 {
    padding-right: 60px !important;
  }

  .v-application .pr-xl-16 {
    padding-right: 64px !important;
  }

  .v-application .pb-xl-0 {
    padding-bottom: 0px !important;
  }

  .v-application .pb-xl-1 {
    padding-bottom: 4px !important;
  }

  .v-application .pb-xl-2 {
    padding-bottom: 8px !important;
  }

  .v-application .pb-xl-3 {
    padding-bottom: 12px !important;
  }

  .v-application .pb-xl-4 {
    padding-bottom: 16px !important;
  }

  .v-application .pb-xl-5 {
    padding-bottom: 20px !important;
  }

  .v-application .pb-xl-6 {
    padding-bottom: 24px !important;
  }

  .v-application .pb-xl-7 {
    padding-bottom: 28px !important;
  }

  .v-application .pb-xl-8 {
    padding-bottom: 32px !important;
  }

  .v-application .pb-xl-9 {
    padding-bottom: 36px !important;
  }

  .v-application .pb-xl-10 {
    padding-bottom: 40px !important;
  }

  .v-application .pb-xl-11 {
    padding-bottom: 44px !important;
  }

  .v-application .pb-xl-12 {
    padding-bottom: 48px !important;
  }

  .v-application .pb-xl-13 {
    padding-bottom: 52px !important;
  }

  .v-application .pb-xl-14 {
    padding-bottom: 56px !important;
  }

  .v-application .pb-xl-15 {
    padding-bottom: 60px !important;
  }

  .v-application .pb-xl-16 {
    padding-bottom: 64px !important;
  }

  .v-application .pl-xl-0 {
    padding-left: 0px !important;
  }

  .v-application .pl-xl-1 {
    padding-left: 4px !important;
  }

  .v-application .pl-xl-2 {
    padding-left: 8px !important;
  }

  .v-application .pl-xl-3 {
    padding-left: 12px !important;
  }

  .v-application .pl-xl-4 {
    padding-left: 16px !important;
  }

  .v-application .pl-xl-5 {
    padding-left: 20px !important;
  }

  .v-application .pl-xl-6 {
    padding-left: 24px !important;
  }

  .v-application .pl-xl-7 {
    padding-left: 28px !important;
  }

  .v-application .pl-xl-8 {
    padding-left: 32px !important;
  }

  .v-application .pl-xl-9 {
    padding-left: 36px !important;
  }

  .v-application .pl-xl-10 {
    padding-left: 40px !important;
  }

  .v-application .pl-xl-11 {
    padding-left: 44px !important;
  }

  .v-application .pl-xl-12 {
    padding-left: 48px !important;
  }

  .v-application .pl-xl-13 {
    padding-left: 52px !important;
  }

  .v-application .pl-xl-14 {
    padding-left: 56px !important;
  }

  .v-application .pl-xl-15 {
    padding-left: 60px !important;
  }

  .v-application .pl-xl-16 {
    padding-left: 64px !important;
  }

  .v-application--is-ltr .ps-xl-0 {
    padding-left: 0px !important;
  }

  .v-application--is-rtl .ps-xl-0 {
    padding-right: 0px !important;
  }

  .v-application--is-ltr .ps-xl-1 {
    padding-left: 4px !important;
  }

  .v-application--is-rtl .ps-xl-1 {
    padding-right: 4px !important;
  }

  .v-application--is-ltr .ps-xl-2 {
    padding-left: 8px !important;
  }

  .v-application--is-rtl .ps-xl-2 {
    padding-right: 8px !important;
  }

  .v-application--is-ltr .ps-xl-3 {
    padding-left: 12px !important;
  }

  .v-application--is-rtl .ps-xl-3 {
    padding-right: 12px !important;
  }

  .v-application--is-ltr .ps-xl-4 {
    padding-left: 16px !important;
  }

  .v-application--is-rtl .ps-xl-4 {
    padding-right: 16px !important;
  }

  .v-application--is-ltr .ps-xl-5 {
    padding-left: 20px !important;
  }

  .v-application--is-rtl .ps-xl-5 {
    padding-right: 20px !important;
  }

  .v-application--is-ltr .ps-xl-6 {
    padding-left: 24px !important;
  }

  .v-application--is-rtl .ps-xl-6 {
    padding-right: 24px !important;
  }

  .v-application--is-ltr .ps-xl-7 {
    padding-left: 28px !important;
  }

  .v-application--is-rtl .ps-xl-7 {
    padding-right: 28px !important;
  }

  .v-application--is-ltr .ps-xl-8 {
    padding-left: 32px !important;
  }

  .v-application--is-rtl .ps-xl-8 {
    padding-right: 32px !important;
  }

  .v-application--is-ltr .ps-xl-9 {
    padding-left: 36px !important;
  }

  .v-application--is-rtl .ps-xl-9 {
    padding-right: 36px !important;
  }

  .v-application--is-ltr .ps-xl-10 {
    padding-left: 40px !important;
  }

  .v-application--is-rtl .ps-xl-10 {
    padding-right: 40px !important;
  }

  .v-application--is-ltr .ps-xl-11 {
    padding-left: 44px !important;
  }

  .v-application--is-rtl .ps-xl-11 {
    padding-right: 44px !important;
  }

  .v-application--is-ltr .ps-xl-12 {
    padding-left: 48px !important;
  }

  .v-application--is-rtl .ps-xl-12 {
    padding-right: 48px !important;
  }

  .v-application--is-ltr .ps-xl-13 {
    padding-left: 52px !important;
  }

  .v-application--is-rtl .ps-xl-13 {
    padding-right: 52px !important;
  }

  .v-application--is-ltr .ps-xl-14 {
    padding-left: 56px !important;
  }

  .v-application--is-rtl .ps-xl-14 {
    padding-right: 56px !important;
  }

  .v-application--is-ltr .ps-xl-15 {
    padding-left: 60px !important;
  }

  .v-application--is-rtl .ps-xl-15 {
    padding-right: 60px !important;
  }

  .v-application--is-ltr .ps-xl-16 {
    padding-left: 64px !important;
  }

  .v-application--is-rtl .ps-xl-16 {
    padding-right: 64px !important;
  }

  .v-application--is-ltr .pe-xl-0 {
    padding-right: 0px !important;
  }

  .v-application--is-rtl .pe-xl-0 {
    padding-left: 0px !important;
  }

  .v-application--is-ltr .pe-xl-1 {
    padding-right: 4px !important;
  }

  .v-application--is-rtl .pe-xl-1 {
    padding-left: 4px !important;
  }

  .v-application--is-ltr .pe-xl-2 {
    padding-right: 8px !important;
  }

  .v-application--is-rtl .pe-xl-2 {
    padding-left: 8px !important;
  }

  .v-application--is-ltr .pe-xl-3 {
    padding-right: 12px !important;
  }

  .v-application--is-rtl .pe-xl-3 {
    padding-left: 12px !important;
  }

  .v-application--is-ltr .pe-xl-4 {
    padding-right: 16px !important;
  }

  .v-application--is-rtl .pe-xl-4 {
    padding-left: 16px !important;
  }

  .v-application--is-ltr .pe-xl-5 {
    padding-right: 20px !important;
  }

  .v-application--is-rtl .pe-xl-5 {
    padding-left: 20px !important;
  }

  .v-application--is-ltr .pe-xl-6 {
    padding-right: 24px !important;
  }

  .v-application--is-rtl .pe-xl-6 {
    padding-left: 24px !important;
  }

  .v-application--is-ltr .pe-xl-7 {
    padding-right: 28px !important;
  }

  .v-application--is-rtl .pe-xl-7 {
    padding-left: 28px !important;
  }

  .v-application--is-ltr .pe-xl-8 {
    padding-right: 32px !important;
  }

  .v-application--is-rtl .pe-xl-8 {
    padding-left: 32px !important;
  }

  .v-application--is-ltr .pe-xl-9 {
    padding-right: 36px !important;
  }

  .v-application--is-rtl .pe-xl-9 {
    padding-left: 36px !important;
  }

  .v-application--is-ltr .pe-xl-10 {
    padding-right: 40px !important;
  }

  .v-application--is-rtl .pe-xl-10 {
    padding-left: 40px !important;
  }

  .v-application--is-ltr .pe-xl-11 {
    padding-right: 44px !important;
  }

  .v-application--is-rtl .pe-xl-11 {
    padding-left: 44px !important;
  }

  .v-application--is-ltr .pe-xl-12 {
    padding-right: 48px !important;
  }

  .v-application--is-rtl .pe-xl-12 {
    padding-left: 48px !important;
  }

  .v-application--is-ltr .pe-xl-13 {
    padding-right: 52px !important;
  }

  .v-application--is-rtl .pe-xl-13 {
    padding-left: 52px !important;
  }

  .v-application--is-ltr .pe-xl-14 {
    padding-right: 56px !important;
  }

  .v-application--is-rtl .pe-xl-14 {
    padding-left: 56px !important;
  }

  .v-application--is-ltr .pe-xl-15 {
    padding-right: 60px !important;
  }

  .v-application--is-rtl .pe-xl-15 {
    padding-left: 60px !important;
  }

  .v-application--is-ltr .pe-xl-16 {
    padding-right: 64px !important;
  }

  .v-application--is-rtl .pe-xl-16 {
    padding-left: 64px !important;
  }

  .v-application .text-xl-left {
    text-align: left !important;
  }

  .v-application .text-xl-right {
    text-align: right !important;
  }

  .v-application .text-xl-center {
    text-align: center !important;
  }

  .v-application .text-xl-justify {
    text-align: justify !important;
  }

  .v-application .text-xl-start {
    text-align: start !important;
  }

  .v-application .text-xl-end {
    text-align: end !important;
  }

  .v-application .text-xl-h1 {
    font-size: 3.25rem !important;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-xl-h2 {
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-xl-h3 {
    font-size: 2rem !important;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-xl-h4 {
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.00735em !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-xl-h5 {
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: normal !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-xl-h6 {
    font-size: 1.125rem !important;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.0125em !important;
    font-family: "Kanit", sans-serif !important;
  }

  .v-application .text-xl-subtitle-1 {
    font-size: 1rem !important;
    font-weight: normal;
    line-height: 1.75rem;
    letter-spacing: 0.009375em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-xl-subtitle-2 {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: 0.0071428571em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-xl-body-1 {
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0.03125em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-xl-body-2 {
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0178571429em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-xl-button {
    font-size: 0.875rem !important;
    font-weight: 500;
    line-height: 2.25rem;
    letter-spacing: 0.0892857143em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
    text-transform: uppercase !important;
  }

  .v-application .text-xl-caption {
    font-size: 0.75rem !important;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.0333333333em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
  }

  .v-application .text-xl-overline {
    font-size: 0.75rem !important;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.1666666667em !important;
    font-family: "Libre Franklin Variable", sans-serif !important !important;
    text-transform: uppercase !important;
  }
}
@media print {
  .v-application .d-print-none {
    display: none !important;
  }

  .v-application .d-print-inline {
    display: inline !important;
  }

  .v-application .d-print-inline-block {
    display: inline-block !important;
  }

  .v-application .d-print-block {
    display: block !important;
  }

  .v-application .d-print-table {
    display: table !important;
  }

  .v-application .d-print-table-row {
    display: table-row !important;
  }

  .v-application .d-print-table-cell {
    display: table-cell !important;
  }

  .v-application .d-print-flex {
    display: flex !important;
  }

  .v-application .d-print-inline-flex {
    display: inline-flex !important;
  }

  .v-application .float-print-none {
    float: none !important;
  }

  .v-application .float-print-left {
    float: left !important;
  }

  .v-application .float-print-right {
    float: right !important;
  }

  .v-application--is-rtl .float-print-end {
    float: left !important;
  }

  .v-application--is-rtl .float-print-start {
    float: right !important;
  }

  .v-application--is-ltr .float-print-end {
    float: right !important;
  }

  .v-application--is-ltr .float-print-start {
    float: left !important;
  }
}.theme--light.v-image {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-image {
  color: #FFFFFF;
}

.v-image {
  z-index: 0;
}

.v-image__image,
.v-image__placeholder {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v-image__image {
  background-repeat: no-repeat;
}

.v-image__image--preload {
  filter: unset;
}

.v-image__image--contain {
  background-size: contain;
}

.v-image__image--cover {
  background-size: cover;
}.v-responsive {
  position: relative;
  overflow: hidden;
  flex: 1 0 auto;
  max-width: 100%;
  display: flex;
}
.v-responsive__content {
  flex: 1 0 0px;
  max-width: 100%;
}
.v-application--is-ltr .v-responsive__sizer ~ .v-responsive__content {
  margin-left: -100%;
}
.v-application--is-rtl .v-responsive__sizer ~ .v-responsive__content {
  margin-right: -100%;
}
.v-responsive__sizer {
  transition: padding-bottom 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
  flex: 1 0 0px;
}.v-ripple__container {
  color: inherit;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  contain: strict;
}
.v-ripple__animation {
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform, opacity;
}
.v-ripple__animation--enter {
  transition: none;
  opacity: 0;
}
.v-ripple__animation--in {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.25;
}
.v-ripple__animation--out {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}.theme--light.v-icon {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-icon:focus::after {
  opacity: 0.12;
}
.theme--light.v-icon.v-icon.v-icon--disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
.theme--dark.v-icon {
  color: #FFFFFF;
}
.theme--dark.v-icon:focus::after {
  opacity: 0.24;
}
.theme--dark.v-icon.v-icon.v-icon--disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}
.v-icon.v-icon {
  align-items: center;
  display: inline-flex;
  font-feature-settings: "liga";
  font-size: 18px;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  position: relative;
  text-indent: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
  vertical-align: middle;
  user-select: none;
}
.v-icon.v-icon::after {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scale(1.3);
  width: 100%;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.v-icon.v-icon--dense {
  font-size: 14px;
}
.v-icon--right {
  margin-left: 8px;
}
.v-icon--left {
  margin-right: 8px;
}
.v-icon.v-icon.v-icon--link {
  cursor: pointer;
  outline: none;
}
.v-icon--disabled {
  pointer-events: none;
}
.v-icon--dense .v-icon__component,
.v-icon--dense .v-icon__svg {
  height: 14px;
}
.v-icon__component {
  height: 18px;
  width: 18px;
}
.v-icon__svg {
  height: 18px;
  width: 18px;
  fill: currentColor;
}.v-btn:not(.v-btn--outlined).primary, .v-btn:not(.v-btn--outlined).secondary, .v-btn:not(.v-btn--outlined).accent, .v-btn:not(.v-btn--outlined).success, .v-btn:not(.v-btn--outlined).error, .v-btn:not(.v-btn--outlined).warning, .v-btn:not(.v-btn--outlined).info {
  color: #FFFFFF;
}

.theme--light.v-btn {
  color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-btn.v-btn--disabled {
  color: rgba(0, 0, 0, 0.26) !important;
}

.theme--light.v-btn.v-btn--disabled .v-icon,
.theme--light.v-btn.v-btn--disabled .v-btn__loading {
  color: rgba(0, 0, 0, 0.26) !important;
}

.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.theme--light.v-btn.v-btn--has-bg {
  background-color: #f5f5f5;
}

.theme--light.v-btn.v-btn--outlined.v-btn--text {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--light.v-btn.v-btn--icon {
  color: rgba(0, 0, 0, 0.54);
}

.theme--light.v-btn:hover::before {
  opacity: 0.08;
}

.theme--light.v-btn:focus::before {
  opacity: 0.24;
}

.theme--light.v-btn--active:hover::before, .theme--light.v-btn--active::before {
  opacity: 0.18;
}

.theme--light.v-btn--active:focus::before {
  opacity: 0.16;
}

.theme--dark.v-btn {
  color: #FFFFFF;
}

.theme--dark.v-btn.v-btn--disabled {
  color: rgba(255, 255, 255, 0.3) !important;
}

.theme--dark.v-btn.v-btn--disabled .v-icon,
.theme--dark.v-btn.v-btn--disabled .v-btn__loading {
  color: rgba(255, 255, 255, 0.3) !important;
}

.theme--dark.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.theme--dark.v-btn.v-btn--has-bg {
  background-color: #272727;
}

.theme--dark.v-btn.v-btn--outlined.v-btn--text {
  border-color: rgba(255, 255, 255, 0.12);
}

.theme--dark.v-btn.v-btn--icon {
  color: #FFFFFF;
}

.theme--dark.v-btn:hover::before {
  opacity: 0.08;
}

.theme--dark.v-btn:focus::before {
  opacity: 0.24;
}

.theme--dark.v-btn--active:hover::before, .theme--dark.v-btn--active::before {
  opacity: 0.18;
}

.theme--dark.v-btn--active:focus::before {
  opacity: 0.32;
}

.v-btn {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 600;
  letter-spacing: unset;
  justify-content: center;
  outline: 0;
  position: relative;
  text-decoration: none;
  text-indent: unset;
  text-transform: unset;
  transition-duration: 0.28s;
  transition-property: box-shadow, transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.v-btn.v-size--x-small {
  font-size: 0.625rem;
}

.v-btn.v-size--small {
  font-size: 0.75rem;
}

.v-btn.v-size--default {
  font-size: 0.875rem;
}

.v-btn.v-size--large {
  font-size: 1rem;
}

.v-btn.v-size--x-large {
  font-size: 1.125rem;
}

.v-btn:before {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  color: inherit;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}

.v-btn:not(.v-btn--round).v-size--x-small {
  height: 20px;
  min-width: 36px;
  padding: 0 8.8888888889px;
}

.v-btn:not(.v-btn--round).v-size--small {
  height: 26px;
  min-width: 46px;
  padding: 0 11.5555555556px;
}

.v-btn:not(.v-btn--round).v-size--default {
  height: 34px;
  min-width: 60px;
  padding: 0 15.1111111111px;
}

.v-btn:not(.v-btn--round).v-size--large {
  height: 40px;
  min-width: 71px;
  padding: 0 17.7777777778px;
}

.v-btn:not(.v-btn--round).v-size--x-large {
  height: 46px;
  min-width: 82px;
  padding: 0 20.4444444444px;
}

.v-btn > .v-btn__content .v-icon {
  color: inherit;
}

.v-btn__content {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: inherit;
  line-height: normal;
  position: relative;
  transition: inherit;
  transition-property: opacity;
}

.v-btn__content .v-icon.v-icon--left,
.v-btn__content .v-icon.v-icon--right {
  font-size: 18px;
  height: 18px;
  width: 18px;
}

.v-application--is-ltr .v-btn__content .v-icon--left {
  margin-left: -4px;
  margin-right: 8px;
}

.v-application--is-rtl .v-btn__content .v-icon--left {
  margin-left: 8px;
  margin-right: -4px;
}

.v-application--is-ltr .v-btn__content .v-icon--right {
  margin-left: 8px;
  margin-right: -4px;
}

.v-application--is-rtl .v-btn__content .v-icon--right {
  margin-left: -4px;
  margin-right: 8px;
}

.v-btn__loader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-btn--absolute.v-btn--right,
.v-btn--fixed.v-btn--right {
  right: 16px;
}

.v-btn--absolute.v-btn--left,
.v-btn--fixed.v-btn--left {
  left: 16px;
}

.v-btn--absolute.v-btn--top,
.v-btn--fixed.v-btn--top {
  top: 16px;
}

.v-btn--absolute.v-btn--bottom,
.v-btn--fixed.v-btn--bottom {
  bottom: 16px;
}

.v-btn--absolute {
  position: absolute;
}

.v-btn--fixed {
  position: fixed;
}

.v-btn--block {
  display: flex;
  flex: 1 0 auto;
  min-width: 100% !important;
  max-width: none;
}

.v-btn--is-elevated {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated:after {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated.v-btn--fab {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated.v-btn--fab:after {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.v-btn--is-elevated.v-btn--fab:active {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.v-btn--disabled {
  pointer-events: none;
}

.v-btn--icon,
.v-btn--fab {
  min-height: 0;
  min-width: 0;
  padding: 0;
}

.v-btn--icon.v-size--x-small .v-icon,
.v-btn--fab.v-size--x-small .v-icon {
  height: 18px;
  font-size: 18px;
  width: 18px;
}

.v-btn--icon.v-size--small .v-icon,
.v-btn--fab.v-size--small .v-icon {
  height: 24px;
  font-size: 24px;
  width: 24px;
}

.v-btn--icon.v-size--default .v-icon,
.v-btn--fab.v-size--default .v-icon {
  height: 24px;
  font-size: 24px;
  width: 24px;
}

.v-btn--icon.v-size--large .v-icon,
.v-btn--fab.v-size--large .v-icon {
  height: 28px;
  font-size: 28px;
  width: 28px;
}

.v-btn--icon.v-size--x-large .v-icon,
.v-btn--fab.v-size--x-large .v-icon {
  height: 32px;
  font-size: 32px;
  width: 32px;
}

.v-btn--icon.v-size--x-small {
  height: 20px;
  width: 20px;
}

.v-btn--icon.v-size--small {
  height: 26px;
  width: 26px;
}

.v-btn--icon.v-size--default {
  height: 34px;
  width: 34px;
}

.v-btn--icon.v-size--large {
  height: 40px;
  width: 40px;
}

.v-btn--icon.v-size--x-large {
  height: 46px;
  width: 46px;
}

.v-btn--fab.v-btn--absolute, .v-btn--fab.v-btn--fixed {
  z-index: 4;
}

.v-btn--fab.v-size--x-small {
  height: 32px;
  width: 32px;
}

.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--bottom {
  bottom: -16px;
}

.v-btn--fab.v-size--x-small.v-btn--absolute.v-btn--top {
  top: -16px;
}

.v-btn--fab.v-size--small {
  height: 40px;
  width: 40px;
}

.v-btn--fab.v-size--small.v-btn--absolute.v-btn--bottom {
  bottom: -20px;
}

.v-btn--fab.v-size--small.v-btn--absolute.v-btn--top {
  top: -20px;
}

.v-btn--fab.v-size--default {
  height: 56px;
  width: 56px;
}

.v-btn--fab.v-size--default.v-btn--absolute.v-btn--bottom {
  bottom: -28px;
}

.v-btn--fab.v-size--default.v-btn--absolute.v-btn--top {
  top: -28px;
}

.v-btn--fab.v-size--large {
  height: 64px;
  width: 64px;
}

.v-btn--fab.v-size--large.v-btn--absolute.v-btn--bottom {
  bottom: -32px;
}

.v-btn--fab.v-size--large.v-btn--absolute.v-btn--top {
  top: -32px;
}

.v-btn--fab.v-size--x-large {
  height: 72px;
  width: 72px;
}

.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--bottom {
  bottom: -36px;
}

.v-btn--fab.v-size--x-large.v-btn--absolute.v-btn--top {
  top: -36px;
}

.v-btn--loading {
  pointer-events: none;
  transition: none;
}

.v-btn--loading .v-btn__content {
  opacity: 0;
}

.v-btn--outlined {
  border: thin solid currentColor;
}

.v-btn--plain::before {
  display: none;
}

.v-btn--plain:not(.v-btn--active):not(.v-btn--loading):not(:focus):not(:hover) .v-btn__content {
  opacity: 0.62;
}

.v-btn--round {
  border-radius: 5px;
}

.v-btn--rounded {
  border-radius: 28px;
}

.v-btn--tile {
  border-radius: 0;
}.v-progress-circular {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
.v-progress-circular > svg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.v-progress-circular--indeterminate > svg {
  animation: progress-circular-rotate 1.4s linear infinite;
  transform-origin: center center;
  transition: all 0.2s ease-in-out;
}
.v-progress-circular--indeterminate .v-progress-circular__overlay {
  animation: progress-circular-dash 1.4s ease-in-out infinite;
  stroke-linecap: round;
  stroke-dasharray: 80, 200;
  stroke-dashoffset: 0px;
}
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
  animation-play-state: paused !important;
}
.v-progress-circular__info {
  align-items: center;
  display: flex;
  justify-content: center;
}
.v-progress-circular__underlay {
  stroke: rgba(158, 158, 158, 0.4);
  z-index: 1;
}
.v-progress-circular__overlay {
  stroke: currentColor;
  z-index: 2;
  transition: all 0.6s ease-in-out;
}
@keyframes progress-circular-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes progress-circular-rotate {
  100% {
    transform: rotate(360deg);
  }
}.v-autocomplete.v-input > .v-input__control > .v-input__slot {
  cursor: text;
}
.v-autocomplete input {
  align-self: center;
}
.v-autocomplete.v-select.v-input--is-focused input {
  min-width: 64px;
}
.v-autocomplete:not(.v-input--is-focused).v-select--chips input {
  max-height: 0;
  padding: 0;
}
.v-autocomplete--is-selecting-index input {
  opacity: 0;
}
.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {
  margin-top: 24px;
}
.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot > input {
  margin-top: 20px;
}
.v-autocomplete__content.v-menu__content {
  border-radius: 0;
}
.v-autocomplete__content.v-menu__content .v-card {
  border-radius: 0;
}.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0.42);
}
.theme--light.v-text-field:not(.v-input--has-state):hover > .v-input__control > .v-input__slot:before {
  border-color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-text-field.v-input--is-disabled .v-input__slot::before {
  border-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.38) 0px, rgba(0, 0, 0, 0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
}
.theme--light.v-text-field--filled > .v-input__control > .v-input__slot {
  background: rgba(0, 0, 0, 0.06);
}
.theme--light.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
  background: rgba(0, 0, 0, 0.12);
}
.theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  background: #FFFFFF;
}
.theme--light.v-text-field--solo-inverted > .v-input__control > .v-input__slot {
  background: rgba(0, 0, 0, 0.06);
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot {
  background: #424242;
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input {
  color: #FFFFFF;
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--light.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot .v-label {
  color: rgba(255, 255, 255, 0.7);
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled) > .v-input__control > .v-input__slot:hover fieldset {
  color: rgba(0, 0, 0, 0.86);
}
.theme--light.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled > .v-input__control > .v-input__slot fieldset {
  color: rgba(0, 0, 0, 0.26);
}
.theme--dark.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-text-field:not(.v-input--has-state):hover > .v-input__control > .v-input__slot:before {
  border-color: #FFFFFF;
}
.theme--dark.v-text-field.v-input--is-disabled .v-input__slot::before {
  border-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0.5) 2px, transparent 2px, transparent 4px) 1 repeat;
}
.theme--dark.v-text-field--filled > .v-input__control > .v-input__slot {
  background: rgba(255, 255, 255, 0.08);
}
.theme--dark.v-text-field--filled:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
  background: rgba(255, 255, 255, 0.16);
}
.theme--dark.v-text-field--solo > .v-input__control > .v-input__slot {
  background: #1E1E1E;
}
.theme--dark.v-text-field--solo-inverted > .v-input__control > .v-input__slot {
  background: rgba(255, 255, 255, 0.16);
}
.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot {
  background: #FFFFFF;
}
.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input {
  color: rgba(0, 0, 0, 0.87);
}
.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-text-field--solo-inverted.v-input--is-focused > .v-input__control > .v-input__slot .v-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot fieldset {
  color: rgba(255, 255, 255, 0.24);
}
.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled) > .v-input__control > .v-input__slot:hover fieldset {
  color: #FFFFFF;
}
.theme--dark.v-text-field--outlined:not(.v-input--is-focused).v-input--is-disabled > .v-input__control > .v-input__slot fieldset {
  color: rgba(255, 255, 255, 0.16);
}
.v-text-field {
  padding-top: 12px;
  margin-top: 4px;
}
.v-text-field__prefix, .v-text-field__suffix {
  line-height: 20px;
}
.v-text-field input {
  flex: 1 1 auto;
  line-height: 20px;
  padding: 8px 0 8px;
  max-width: 100%;
  min-width: 0px;
  width: 100%;
}
.v-text-field fieldset,
.v-text-field .v-input__control,
.v-text-field .v-input__slot {
  border-radius: inherit;
}
.v-text-field fieldset,
.v-text-field .v-input__control {
  color: currentColor;
}
.v-text-field.v-input--has-state .v-input__control > .v-text-field__details > .v-counter {
  color: currentColor;
}
.v-text-field.v-input--is-disabled .v-input__control > .v-text-field__details > .v-counter,
.v-text-field.v-input--is-disabled .v-input__control > .v-text-field__details > .v-messages {
  color: currentColor;
}
.v-text-field.v-input--dense {
  padding-top: 0;
}
.v-text-field.v-input--dense .v-label {
  top: 4px;
}
.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__prefix,
.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__suffix,
.v-text-field.v-input--dense:not(.v-text-field--outlined) input {
  padding: 4px 0 2px;
}
.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__prefix {
  padding-right: 4px;
}
.v-text-field.v-input--dense:not(.v-text-field--outlined) .v-text-field__suffix {
  padding-left: 4px;
}
.v-text-field.v-input--dense[type=text]::-ms-clear {
  display: none;
}
.v-text-field.v-input--dense .v-input__prepend-inner,
.v-text-field.v-input--dense .v-input__append-inner {
  margin-top: 0px;
}
.v-text-field .v-input__prepend-inner,
.v-text-field .v-input__append-inner {
  align-self: flex-start;
  display: inline-flex;
  margin-top: 4px;
  line-height: 1;
  user-select: none;
}
.v-application--is-ltr .v-text-field .v-input__prepend-inner {
  margin-right: auto;
  padding-right: 4px;
}
.v-application--is-rtl .v-text-field .v-input__prepend-inner {
  margin-left: auto;
  padding-left: 4px;
}
.v-application--is-ltr .v-text-field .v-input__append-inner {
  margin-left: auto;
  padding-left: 4px;
}
.v-application--is-rtl .v-text-field .v-input__append-inner {
  margin-right: auto;
  padding-right: 4px;
}
.v-text-field .v-counter {
  white-space: nowrap;
}
.v-application--is-ltr .v-text-field .v-counter {
  margin-left: 8px;
}
.v-application--is-rtl .v-text-field .v-counter {
  margin-right: 8px;
}
.v-text-field .v-label {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 6px;
  white-space: nowrap;
  pointer-events: none;
}
.v-application--is-ltr .v-text-field .v-label {
  transform-origin: top left;
}
.v-application--is-rtl .v-text-field .v-label {
  transform-origin: top right;
}
.v-text-field .v-label--active {
  max-width: 133%;
  transform: translateY(-18px) scale(0.75);
  pointer-events: auto;
}
.v-text-field > .v-input__control > .v-input__slot {
  cursor: text;
}
.v-text-field > .v-input__control > .v-input__slot:before, .v-text-field > .v-input__control > .v-input__slot:after {
  bottom: -1px;
  content: "";
  left: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: inherit;
  border-style: solid;
  border-width: thin 0 0 0;
}
.v-text-field > .v-input__control > .v-input__slot:after {
  background-color: currentColor;
  border-color: currentColor;
  border-style: solid;
  border-width: thin 0 thin 0;
  transform: scaleX(0);
}
.v-text-field__details {
  display: flex;
  flex: 1 0 auto;
  max-width: 100%;
  min-height: 14px;
  overflow: hidden;
}
.v-text-field__prefix, .v-text-field__suffix {
  align-self: center;
  cursor: default;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}
.v-application--is-ltr .v-text-field__prefix {
  text-align: right;
  padding-right: 4px;
}
.v-application--is-rtl .v-text-field__prefix {
  text-align: left;
  padding-left: 4px;
}
.v-text-field__suffix {
  white-space: nowrap;
}
.v-application--is-ltr .v-text-field__suffix {
  padding-left: 4px;
}
.v-application--is-rtl .v-text-field__suffix {
  padding-right: 4px;
}
.v-application--is-ltr .v-text-field--reverse .v-text-field__prefix {
  text-align: left;
  padding-right: 0;
  padding-left: 4px;
}
.v-application--is-rtl .v-text-field--reverse .v-text-field__prefix {
  text-align: right;
  padding-right: 4px;
  padding-left: 0;
}
.v-application--is-ltr .v-text-field--reverse .v-text-field__suffix {
  padding-left: 0;
  padding-right: 4px;
}
.v-application--is-rtl .v-text-field--reverse .v-text-field__suffix {
  padding-left: 4px;
  padding-right: 0;
}
.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}
.v-text-field:not(.v-text-field--is-booted) .v-label,
.v-text-field:not(.v-text-field--is-booted) legend {
  transition: none;
}
.v-text-field--filled, .v-text-field--full-width, .v-text-field--outlined {
  position: relative;
}
.v-text-field--filled > .v-input__control > .v-input__slot, .v-text-field--full-width > .v-input__control > .v-input__slot, .v-text-field--outlined > .v-input__control > .v-input__slot {
  align-items: stretch;
  min-height: 56px;
}
.v-text-field--filled.v-input--dense > .v-input__control > .v-input__slot, .v-text-field--full-width.v-input--dense > .v-input__control > .v-input__slot, .v-text-field--outlined.v-input--dense > .v-input__control > .v-input__slot {
  min-height: 52px;
}
.v-text-field--filled.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot, .v-text-field--filled.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot, .v-text-field--filled.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot, .v-text-field--full-width.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--single-line > .v-input__control > .v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--outlined > .v-input__control > .v-input__slot, .v-text-field--outlined.v-input--dense.v-text-field--outlined.v-text-field--filled > .v-input__control > .v-input__slot {
  min-height: 36px;
}
.v-text-field--outlined {
  border-radius: 5px;
}
.v-text-field--full-width .v-input__prepend-outer,
.v-text-field--full-width .v-input__prepend-inner,
.v-text-field--full-width .v-input__append-inner,
.v-text-field--full-width .v-input__append-outer, .v-text-field--enclosed .v-input__prepend-outer,
.v-text-field--enclosed .v-input__prepend-inner,
.v-text-field--enclosed .v-input__append-inner,
.v-text-field--enclosed .v-input__append-outer {
  margin-top: 17px;
}
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo) .v-input__append-outer, .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo) .v-input__append-outer {
  margin-top: 14px;
}
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer, .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--single-line .v-input__append-outer {
  margin-top: 9px;
}
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,
.v-text-field--full-width.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer, .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-outer,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__prepend-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner,
.v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-outer {
  margin-top: 8px;
}
.v-text-field--filled .v-label, .v-text-field--full-width .v-label {
  top: 18px;
}
.v-text-field--filled .v-label--active, .v-text-field--full-width .v-label--active {
  transform: translateY(-6px) scale(0.75);
}
.v-text-field--filled.v-input--dense .v-label, .v-text-field--full-width.v-input--dense .v-label {
  top: 17px;
}
.v-text-field--filled.v-input--dense .v-label--active, .v-text-field--full-width.v-input--dense .v-label--active {
  transform: translateY(-10px) scale(0.75);
}
.v-text-field--filled.v-input--dense.v-text-field--single-line .v-label, .v-text-field--full-width.v-input--dense.v-text-field--single-line .v-label {
  top: 11px;
}
.v-text-field--filled {
  border-radius: 5px 5px 0 0;
}
.v-text-field--filled:not(.v-text-field--single-line) input {
  margin-top: 22px;
}
.v-text-field--filled.v-input--dense:not(.v-text-field--single-line).v-text-field--outlined input {
  margin-top: 0;
}
.v-text-field--filled .v-text-field__prefix,
.v-text-field--filled .v-text-field__suffix {
  max-height: 32px;
  margin-top: 20px;
}
.v-text-field--full-width {
  border-radius: 0;
}
.v-text-field--outlined .v-text-field__slot, .v-text-field--single-line .v-text-field__slot {
  align-items: center;
}
.v-text-field.v-text-field--enclosed {
  margin: 0;
  padding: 0;
}
.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__prefix,
.v-text-field.v-text-field--enclosed.v-text-field--single-line .v-text-field__suffix {
  margin-top: 0;
}
.v-text-field.v-text-field--enclosed:not(.v-text-field--filled) .v-progress-linear__background {
  display: none;
}
.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot,
.v-text-field.v-text-field--enclosed .v-text-field__details {
  padding: 0 12px;
}
.v-text-field.v-text-field--enclosed .v-text-field__details {
  padding-top: 0px;
  margin-bottom: 8px;
}
.v-application--is-ltr .v-text-field--reverse input, .v-application--is-ltr .v-text-field--reverse textarea {
  text-align: right;
}
.v-application--is-rtl .v-text-field--reverse input, .v-application--is-rtl .v-text-field--reverse textarea {
  text-align: left;
}
.v-application--is-ltr .v-text-field--reverse .v-label {
  transform-origin: top right;
}
.v-application--is-rtl .v-text-field--reverse .v-label {
  transform-origin: top left;
}
.v-text-field--reverse > .v-input__control > .v-input__slot,
.v-text-field--reverse .v-text-field__slot {
  flex-direction: row-reverse;
}
.v-text-field--outlined > .v-input__control > .v-input__slot:before, .v-text-field--outlined > .v-input__control > .v-input__slot:after, .v-text-field--solo > .v-input__control > .v-input__slot:before, .v-text-field--solo > .v-input__control > .v-input__slot:after, .v-text-field--rounded > .v-input__control > .v-input__slot:before, .v-text-field--rounded > .v-input__control > .v-input__slot:after {
  display: none;
}
.v-text-field--outlined, .v-text-field--solo {
  border-radius: 5px;
}
.v-text-field--outlined {
  margin-bottom: 16px;
  transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-text-field--outlined .v-label {
  top: 18px;
}
.v-text-field--outlined .v-label--active {
  transform: translateY(-24px) scale(0.75);
}
.v-text-field--outlined.v-input--dense .v-label {
  top: 8px;
}
.v-text-field--outlined.v-input--dense .v-label--active {
  transform: translateY(-14px) scale(0.75);
}
.v-text-field--outlined fieldset {
  border-collapse: collapse;
  border-color: currentColor;
  border-style: solid;
  border-width: 0px;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -5px;
  transition-duration: 0.15s;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-application--is-ltr .v-text-field--outlined fieldset {
  padding-left: 8px;
}
.v-application--is-rtl .v-text-field--outlined fieldset {
  padding-right: 8px;
}
.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse fieldset {
  padding-right: 8px;
}
.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse fieldset {
  padding-left: 8px;
}
.v-text-field--outlined legend {
  line-height: 11px;
  padding: 0;
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-application--is-ltr .v-text-field--outlined legend {
  text-align: left;
}
.v-application--is-rtl .v-text-field--outlined legend {
  text-align: right;
}
.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse legend {
  margin-left: auto;
}
.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse legend {
  margin-right: auto;
}
.v-application--is-ltr .v-text-field--outlined.v-text-field--rounded legend {
  margin-left: 12px;
}
.v-application--is-rtl .v-text-field--outlined.v-text-field--rounded legend {
  margin-right: 12px;
}
.v-text-field--outlined > .v-input__control > .v-input__slot {
  background: transparent;
}
.v-text-field--outlined .v-text-field__prefix {
  max-height: 32px;
}
.v-text-field--outlined .v-input__prepend-outer,
.v-text-field--outlined .v-input__append-outer {
  margin-top: 18px;
}
.v-text-field--outlined.v-input--is-focused fieldset, .v-text-field--outlined.v-input--has-state fieldset {
  border: 1px solid currentColor;
}
.v-text-field--rounded {
  border-radius: 28px;
}
.v-text-field--rounded > .v-input__control > .v-input__slot {
  padding: 0 24px;
}
.v-text-field--shaped {
  border-radius: 16px 16px 0 0;
}
.v-text-field.v-text-field--solo .v-label {
  top: calc(50% - 9px);
}
.v-text-field.v-text-field--solo .v-input__control {
  min-height: 48px;
  padding: 0;
}
.v-text-field.v-text-field--solo .v-input__control input {
  caret-color: auto;
}
.v-text-field.v-text-field--solo.v-input--dense > .v-input__control {
  min-height: 36px;
}
.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-text-field.v-text-field--solo .v-input__append-inner,
.v-text-field.v-text-field--solo .v-input__prepend-inner {
  align-self: center;
  margin-top: 0;
}
.v-text-field.v-text-field--solo .v-input__prepend-outer,
.v-text-field.v-text-field--solo .v-input__append-outer {
  margin-top: 12px;
}
.v-text-field.v-text-field--solo.v-input--dense .v-input__prepend-outer,
.v-text-field.v-text-field--solo.v-input--dense .v-input__append-outer {
  margin-top: 7px;
}
.v-text-field.v-input--is-focused > .v-input__control > .v-input__slot:after {
  transform: scaleX(1);
}
.v-text-field.v-input--has-state > .v-input__control > .v-input__slot:before {
  border-color: currentColor;
}
.v-text-field .v-input__icon--clear {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-text-field.v-input--is-focused .v-input__icon--clear, .v-text-field.v-input--is-dirty:hover .v-input__icon--clear {
  opacity: 1;
}.theme--light.v-select .v-select__selections {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-select.v-input--is-disabled .v-select__selections {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-select .v-select__selection--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
  color: #FFFFFF;
}
.theme--dark.v-select .v-select__selections {
  color: #FFFFFF;
}
.theme--dark.v-select.v-input--is-disabled .v-select__selections {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-select .v-select__selection--disabled {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
  color: rgba(0, 0, 0, 0.87);
}
.v-select {
  position: relative;
}
.v-select:not(.v-select--is-multi).v-text-field--single-line .v-select__selections {
  flex-wrap: nowrap;
}
.v-select > .v-input__control > .v-input__slot {
  cursor: pointer;
}
.v-select .v-chip {
  flex: 0 1 auto;
  margin: 4px;
}
.v-select .v-chip--selected:after {
  opacity: 0.22;
}
.v-select .fade-transition-leave-active {
  position: absolute;
  left: 0;
}
.v-select.v-input--is-dirty ::placeholder {
  color: transparent !important;
}
.v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix {
  line-height: 20px;
  top: 7px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-select.v-text-field--enclosed:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__selections {
  padding-top: 20px;
}
.v-select.v-text-field--outlined:not(.v-text-field--single-line) .v-select__selections {
  padding: 8px 0;
}
.v-select.v-text-field--outlined:not(.v-text-field--single-line).v-input--dense .v-select__selections {
  padding: 4px 0;
}
.v-select.v-text-field input {
  flex: 1 1;
  min-width: 0;
  position: relative;
}
.v-select.v-text-field:not(.v-text-field--single-line) input {
  margin-top: 0;
}
.v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
  transform: rotate(180deg);
}
.v-select.v-select--chips input {
  margin: 0;
}
.v-select.v-select--chips .v-select__selections {
  min-height: 42px;
}
.v-select.v-select--chips.v-input--dense .v-select__selections {
  min-height: 40px;
}
.v-select.v-select--chips .v-chip--select.v-chip--active::before {
  opacity: 0.2;
}
.v-select.v-select--chips.v-select--chips--small .v-select__selections {
  min-height: 26px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
  min-height: 68px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-input--dense .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-input--dense .v-select__selections {
  min-height: 40px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections {
  min-height: 26px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small.v-input--dense .v-select__selections, .v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small.v-input--dense .v-select__selections {
  min-height: 38px;
}
.v-select.v-text-field--reverse .v-select__slot,
.v-select.v-text-field--reverse .v-select__selections {
  flex-direction: row-reverse;
}
.v-select.v-input--is-disabled:not(.v-input--is-readonly):not(.v-autocomplete) {
  pointer-events: none;
}
.v-select__selections {
  align-items: center;
  display: flex;
  flex: 1 1;
  flex-wrap: wrap;
  line-height: 18px;
  max-width: 100%;
  min-width: 0;
}
.v-select__selection {
  max-width: 90%;
}
.v-select__selection--comma {
  margin: 7px 4px 7px 0;
  min-height: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-select.v-input--dense .v-select__selection--comma {
  margin: 5px 4px 3px 0;
}
.v-select.v-input--dense .v-chip {
  margin: 2px;
}
.v-select__slot {
  position: relative;
  align-items: center;
  display: flex;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}
.v-select:not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot > input {
  align-self: flex-end;
}.v-chip:not(.v-chip--outlined).primary, .v-chip:not(.v-chip--outlined).secondary, .v-chip:not(.v-chip--outlined).accent, .v-chip:not(.v-chip--outlined).success, .v-chip:not(.v-chip--outlined).error, .v-chip:not(.v-chip--outlined).warning, .v-chip:not(.v-chip--outlined).info {
  color: #FFFFFF;
}

.theme--light.v-chip {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-chip:not(.v-chip--active) {
  background: #e0e0e0;
}

.theme--light.v-chip:hover::before {
  opacity: 0.04;
}

.theme--light.v-chip:focus::before {
  opacity: 0.12;
}

.theme--light.v-chip--active:hover::before, .theme--light.v-chip--active::before {
  opacity: 0.12;
}

.theme--light.v-chip--active:focus::before {
  opacity: 0.16;
}

.theme--dark.v-chip {
  border-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}

.theme--dark.v-chip:not(.v-chip--active) {
  background: #555;
}

.theme--dark.v-chip:hover::before {
  opacity: 0.08;
}

.theme--dark.v-chip:focus::before {
  opacity: 0.24;
}

.theme--dark.v-chip--active:hover::before, .theme--dark.v-chip--active::before {
  opacity: 0.24;
}

.theme--dark.v-chip--active:focus::before {
  opacity: 0.32;
}

.v-chip {
  align-items: center;
  cursor: default;
  display: inline-flex;
  line-height: 20px;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.28s;
  transition-property: box-shadow, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  white-space: nowrap;
}

.v-chip:before {
  background-color: currentColor;
  bottom: 0;
  border-radius: inherit;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}

.v-chip .v-avatar {
  height: 24px !important;
  min-width: 24px !important;
  width: 24px !important;
}

.v-chip .v-icon {
  font-size: 24px;
}

.v-application--is-ltr .v-chip .v-avatar--left,
.v-application--is-ltr .v-chip .v-icon--left {
  margin-left: -6px;
  margin-right: 6px;
}

.v-application--is-ltr .v-chip .v-avatar--right,
.v-application--is-ltr .v-chip .v-icon--right {
  margin-left: 6px;
  margin-right: -6px;
}

.v-application--is-rtl .v-chip .v-avatar--left,
.v-application--is-rtl .v-chip .v-icon--left {
  margin-left: 6px;
  margin-right: -6px;
}

.v-application--is-rtl .v-chip .v-avatar--right,
.v-application--is-rtl .v-chip .v-icon--right {
  margin-left: -6px;
  margin-right: 6px;
}

.v-chip:not(.v-chip--no-color) .v-icon {
  color: inherit;
}

.v-chip .v-chip__close.v-icon {
  font-size: 18px;
  max-height: 18px;
  max-width: 18px;
  user-select: none;
}

.v-application--is-ltr .v-chip .v-chip__close.v-icon.v-icon--right {
  margin-right: -4px;
}

.v-application--is-rtl .v-chip .v-chip__close.v-icon.v-icon--right {
  margin-left: -4px;
}

.v-chip .v-chip__close.v-icon:hover, .v-chip .v-chip__close.v-icon:focus, .v-chip .v-chip__close.v-icon:active {
  opacity: 0.72;
}

.v-chip .v-chip__content {
  align-items: center;
  display: inline-flex;
  height: 100%;
  max-width: 100%;
}

.v-chip--active .v-icon {
  color: inherit;
}

.v-chip--link::before {
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-chip--link:focus::before {
  opacity: 0.32;
}

.v-chip--clickable {
  cursor: pointer;
  user-select: none;
}

.v-chip--clickable:active {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.v-chip--disabled {
  opacity: 0.4;
  pointer-events: none;
  user-select: none;
}

.v-chip__filter {
  max-width: 24px;
}

.v-chip__filter.v-icon {
  color: inherit;
}

.v-chip__filter.expand-x-transition-leave-active, .v-chip__filter.expand-x-transition-enter {
  margin: 0;
}

.v-chip--pill .v-chip__filter {
  margin: 0 16px 0 0;
}

.v-chip--pill .v-avatar {
  height: 32px !important;
  width: 32px !important;
}

.v-application--is-ltr .v-chip--pill .v-avatar--left {
  margin-left: -12px;
}

.v-application--is-ltr .v-chip--pill .v-avatar--right {
  margin-right: -12px;
}

.v-application--is-rtl .v-chip--pill .v-avatar--left {
  margin-right: -12px;
}

.v-application--is-rtl .v-chip--pill .v-avatar--right {
  margin-left: -12px;
}

.v-chip--label {
  border-radius: 5px !important;
}

.v-chip.v-chip--outlined {
  border-width: thin;
  border-style: solid;
}

.v-chip.v-chip--outlined.v-chip--active:before {
  opacity: 0.08;
}

.v-chip.v-chip--outlined .v-icon {
  color: inherit;
}

.v-chip.v-chip--outlined.v-chip.v-chip {
  background-color: transparent !important;
}

.v-chip.v-chip--selected {
  background: transparent;
}

.v-chip.v-chip--selected:after {
  opacity: 0.28;
}

.v-chip.v-size--x-small {
  border-radius: 8px;
  font-size: 10px;
  height: 16px;
}

.v-chip.v-size--small {
  border-radius: 12px;
  font-size: 12px;
  height: 24px;
}

.v-chip.v-size--default {
  border-radius: 16px;
  font-size: 14px;
  height: 32px;
}

.v-chip.v-size--large {
  border-radius: 27px;
  font-size: 16px;
  height: 54px;
}

.v-chip.v-size--x-large {
  border-radius: 33px;
  font-size: 18px;
  height: 66px;
}.v-menu {
  display: none;
}
.v-menu--attached {
  display: inline;
}
.v-menu__content {
  position: absolute;
  display: inline-block;
  max-width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  contain: content;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.v-menu__content--active {
  pointer-events: none;
}
.v-menu__content--auto .v-list-item {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-menu__content--fixed {
  position: fixed;
}
.v-menu__content > .card {
  contain: content;
  backface-visibility: hidden;
}
.v-menu > .v-menu__content {
  max-width: none;
}
.v-menu-transition-enter .v-list-item {
  min-width: 0;
  pointer-events: none;
}
.v-menu-transition-enter-to .v-list-item {
  transition-delay: 0.1s;
}
.v-menu-transition-leave-active, .v-menu-transition-leave-to {
  pointer-events: none;
}
.v-menu-transition-enter, .v-menu-transition-leave-to {
  opacity: 0;
}
.v-menu-transition-enter-active, .v-menu-transition-leave-active {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-menu-transition-enter.v-menu__content--auto {
  transition: none !important;
}
.v-menu-transition-enter.v-menu__content--auto .v-list-item {
  opacity: 0;
  transform: translateY(-15px);
}
.v-menu-transition-enter.v-menu__content--auto .v-list-item--active {
  opacity: 1;
  transform: none !important;
  pointer-events: auto;
}.v-simple-checkbox {
  align-self: center;
  line-height: normal;
  position: relative;
  user-select: none;
}
.v-simple-checkbox .v-icon {
  cursor: pointer;
}
.v-simple-checkbox--disabled {
  cursor: default;
}.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
}

.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}

.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}

.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}

.v-divider--vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
  margin: 0 -1px;
}

.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}.theme--light.v-subheader {
  color: rgba(0, 0, 0, 0.6);
}

.theme--dark.v-subheader {
  color: rgba(255, 255, 255, 0.7);
}

.v-subheader {
  align-items: center;
  display: flex;
  height: 48px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 16px 0 16px;
}

.v-subheader--inset {
  margin-left: 56px;
}.v-list.primary > .v-list-item, .v-list.secondary > .v-list-item, .v-list.accent > .v-list-item, .v-list.success > .v-list-item, .v-list.error > .v-list-item, .v-list.warning > .v-list-item, .v-list.info > .v-list-item {
  color: #FFFFFF;
}

.theme--light.v-list {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-list .v-list--disabled {
  color: rgba(0, 0, 0, 0.38);
}

.theme--light.v-list .v-list-group--active:before,
.theme--light.v-list .v-list-group--active:after {
  background: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-list {
  background: #1E1E1E;
  color: #FFFFFF;
}

.theme--dark.v-list .v-list--disabled {
  color: rgba(255, 255, 255, 0.5);
}

.theme--dark.v-list .v-list-group--active:before,
.theme--dark.v-list .v-list-group--active:after {
  background: rgba(255, 255, 255, 0.12);
}

.v-sheet.v-list {
  border-radius: 0;
}

.v-sheet.v-list:not(.v-sheet--outlined) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.v-sheet.v-list.v-sheet--shaped {
  border-radius: 0;
}

.v-list {
  display: block;
  padding: 8px 0;
  position: static;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.v-list--disabled {
  pointer-events: none;
}

.v-list--flat .v-list-item:before {
  display: none;
}

.v-list--dense .v-subheader {
  font-size: 0.75rem;
  height: 40px;
  padding: 0 8px;
}

.v-list--nav .v-list-item:not(:last-child):not(:only-child),
.v-list--rounded .v-list-item:not(:last-child):not(:only-child) {
  margin-bottom: 8px;
}

.v-list--nav.v-list--dense .v-list-item:not(:last-child):not(:only-child),
.v-list--nav .v-list-item--dense:not(:last-child):not(:only-child),
.v-list--rounded.v-list--dense .v-list-item:not(:last-child):not(:only-child),
.v-list--rounded .v-list-item--dense:not(:last-child):not(:only-child) {
  margin-bottom: 4px;
}

.v-list--nav {
  padding-left: 8px;
  padding-right: 8px;
}

.v-list--nav .v-list-item {
  padding: 0 8px;
}

.v-list--nav .v-list-item,
.v-list--nav .v-list-item:before {
  border-radius: 5px;
}

.v-application--is-ltr .v-list.v-sheet--shaped .v-list-item, .v-application--is-ltr .v-list.v-sheet--shaped .v-list-item::before,
.v-application--is-ltr .v-list.v-sheet--shaped .v-list-item > .v-ripple__container {
  border-bottom-right-radius: 32px !important;
  border-top-right-radius: 32px !important;
}

.v-application--is-rtl .v-list.v-sheet--shaped .v-list-item, .v-application--is-rtl .v-list.v-sheet--shaped .v-list-item::before,
.v-application--is-rtl .v-list.v-sheet--shaped .v-list-item > .v-ripple__container {
  border-bottom-left-radius: 32px !important;
  border-top-left-radius: 32px !important;
}

.v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item, .v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item::before,
.v-application--is-ltr .v-list.v-sheet--shaped.v-list--two-line .v-list-item > .v-ripple__container {
  border-bottom-right-radius: 42.6666666667px !important;
  border-top-right-radius: 42.6666666667px !important;
}

.v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item, .v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item::before,
.v-application--is-rtl .v-list.v-sheet--shaped.v-list--two-line .v-list-item > .v-ripple__container {
  border-bottom-left-radius: 42.6666666667px !important;
  border-top-left-radius: 42.6666666667px !important;
}

.v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item, .v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item::before,
.v-application--is-ltr .v-list.v-sheet--shaped.v-list--three-line .v-list-item > .v-ripple__container {
  border-bottom-right-radius: 58.6666666667px !important;
  border-top-right-radius: 58.6666666667px !important;
}

.v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item, .v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item::before,
.v-application--is-rtl .v-list.v-sheet--shaped.v-list--three-line .v-list-item > .v-ripple__container {
  border-bottom-left-radius: 58.6666666667px !important;
  border-top-left-radius: 58.6666666667px !important;
}

.v-application--is-ltr .v-list.v-sheet--shaped {
  padding-right: 8px;
}

.v-application--is-rtl .v-list.v-sheet--shaped {
  padding-left: 8px;
}

.v-list--rounded {
  padding: 8px;
}

.v-list--rounded .v-list-item, .v-list--rounded .v-list-item::before,
.v-list--rounded .v-list-item > .v-ripple__container {
  border-radius: 32px !important;
}

.v-list--rounded.v-list--two-line .v-list-item, .v-list--rounded.v-list--two-line .v-list-item::before,
.v-list--rounded.v-list--two-line .v-list-item > .v-ripple__container {
  border-radius: 42.6666666667px !important;
}

.v-list--rounded.v-list--three-line .v-list-item, .v-list--rounded.v-list--three-line .v-list-item::before,
.v-list--rounded.v-list--three-line .v-list-item > .v-ripple__container {
  border-radius: 58.6666666667px !important;
}

.v-list--subheader {
  padding-top: 0;
}.theme--light.v-list-item--disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-list-item .v-list-item__mask {
  color: rgba(0, 0, 0, 0.38);
  background: #eeeeee;
}
.theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle,
.theme--light.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-list-item:hover::before {
  opacity: 0.04;
}
.theme--light.v-list-item:focus::before {
  opacity: 0.12;
}
.theme--light.v-list-item--active:hover::before, .theme--light.v-list-item--active::before {
  opacity: 0.12;
}
.theme--light.v-list-item--active:focus::before {
  opacity: 0.16;
}
.theme--light.v-list-item.v-list-item--highlighted::before {
  opacity: 0.16;
}
.theme--dark.v-list-item--disabled {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: #FFFFFF;
}
.theme--dark.v-list-item .v-list-item__mask {
  color: rgba(255, 255, 255, 0.5);
  background: #494949;
}
.theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__subtitle,
.theme--dark.v-list-item:not(.v-list-item--disabled) .v-list-item__action-text {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-list-item:hover::before {
  opacity: 0.08;
}
.theme--dark.v-list-item:focus::before {
  opacity: 0.24;
}
.theme--dark.v-list-item--active:hover::before, .theme--dark.v-list-item--active::before {
  opacity: 0.24;
}
.theme--dark.v-list-item--active:focus::before {
  opacity: 0.32;
}
.theme--dark.v-list-item.v-list-item--highlighted::before {
  opacity: 0.32;
}
.v-list-item {
  align-items: center;
  display: flex;
  flex: 1 1 100%;
  letter-spacing: normal;
  min-height: 48px;
  outline: none;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
}
.v-list-item--disabled {
  pointer-events: none;
}
.v-list-item--selectable {
  user-select: auto;
}
.v-list-item::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.v-list-item__action {
  align-self: center;
  margin: 12px 0;
}
.v-list-item__action .v-input,
.v-list-item__action .v-input__control,
.v-list-item__action .v-input__slot,
.v-list-item__action .v-input--selection-controls__input {
  margin: 0 !important;
}
.v-list-item__action .v-input {
  padding: 0;
}
.v-list-item__action .v-input .v-messages {
  display: none;
}
.v-list-item__action-text {
  font-size: 0.75rem;
}
.v-list-item__avatar {
  align-self: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  margin-top: 8px;
}
.v-list-item__avatar.v-list-item__avatar--horizontal {
  margin-bottom: 8px;
  margin-top: 8px;
}
.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:first-child {
  margin-left: -16px;
}
.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:first-child {
  margin-right: -16px;
}
.v-application--is-ltr .v-list-item__avatar.v-list-item__avatar--horizontal:last-child {
  margin-left: -16px;
}
.v-application--is-rtl .v-list-item__avatar.v-list-item__avatar--horizontal:last-child {
  margin-right: -16px;
}
.v-list-item__content {
  align-items: center;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  overflow: hidden;
  padding: 12px 0;
}
.v-list-item__content > * {
  line-height: 1.1;
  flex: 1 0 100%;
}
.v-list-item__content > *:not(:last-child) {
  margin-bottom: 2px;
}
.v-list-item__icon {
  align-self: flex-start;
  margin: 16px 0;
}
.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child),
.v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) {
  margin-left: 16px;
}
.v-application--is-rtl .v-list-item__action:last-of-type:not(:only-child),
.v-application--is-rtl .v-list-item__avatar:last-of-type:not(:only-child),
.v-application--is-rtl .v-list-item__icon:last-of-type:not(:only-child) {
  margin-right: 16px;
}
.v-application--is-ltr .v-list-item__avatar:first-child {
  margin-right: 16px;
}
.v-application--is-rtl .v-list-item__avatar:first-child {
  margin-left: 16px;
}
.v-application--is-ltr .v-list-item__action:first-child,
.v-application--is-ltr .v-list-item__icon:first-child {
  margin-right: 32px;
}
.v-application--is-rtl .v-list-item__action:first-child,
.v-application--is-rtl .v-list-item__icon:first-child {
  margin-left: 32px;
}
.v-list-item__action,
.v-list-item__avatar,
.v-list-item__icon {
  display: inline-flex;
  min-width: 24px;
}
.v-list-item .v-list-item__title,
.v-list-item .v-list-item__subtitle {
  line-height: 1.2;
}
.v-list-item__title,
.v-list-item__subtitle {
  flex: 1 1 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v-list-item__title {
  align-self: center;
  font-size: 1rem;
}
.v-list-item__title > .v-badge {
  margin-top: 16px;
}
.v-list-item__subtitle {
  font-size: 0.875rem;
}
.v-list-item--dense,
.v-list--dense .v-list-item {
  min-height: 40px;
}
.v-list-item--dense .v-list-item__icon,
.v-list--dense .v-list-item .v-list-item__icon {
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.v-list-item--dense .v-list-item__content,
.v-list--dense .v-list-item .v-list-item__content {
  padding: 8px 0;
}
.v-list-item--dense .v-list-item__title,
.v-list-item--dense .v-list-item__subtitle,
.v-list--dense .v-list-item .v-list-item__title,
.v-list--dense .v-list-item .v-list-item__subtitle {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
}
.v-list-item--dense.v-list-item--two-line,
.v-list--dense .v-list-item.v-list-item--two-line {
  min-height: 60px;
}
.v-list-item--dense.v-list-item--three-line,
.v-list--dense .v-list-item.v-list-item--three-line {
  min-height: 76px;
}
.v-list-item--link {
  cursor: pointer;
  user-select: none;
}
.v-list-item--link:before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-list .v-list-item--active {
  color: inherit;
}
.v-list .v-list-item--active .v-icon {
  color: inherit;
}
.v-list-item__action--stack {
  align-items: flex-end;
  align-self: stretch;
  justify-content: space-between;
  white-space: nowrap;
  flex-direction: column;
}
.v-list--two-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list--two-line .v-list-item .v-list-item__icon,
.v-list--three-line .v-list-item .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list--three-line .v-list-item .v-list-item__icon,
.v-list-item--two-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list-item--two-line .v-list-item__icon,
.v-list-item--three-line .v-list-item__avatar:not(.v-list-item__avatar--horizontal),
.v-list-item--three-line .v-list-item__icon {
  margin-bottom: 16px;
  margin-top: 16px;
}
.v-list--two-line .v-list-item,
.v-list-item--two-line {
  min-height: 64px;
}
.v-list--two-line .v-list-item .v-list-item__icon,
.v-list-item--two-line .v-list-item__icon {
  margin-bottom: 32px;
}
.v-list--three-line .v-list-item,
.v-list-item--three-line {
  min-height: 88px;
}
.v-list--three-line .v-list-item .v-list-item__avatar,
.v-list--three-line .v-list-item .v-list-item__action,
.v-list-item--three-line .v-list-item__avatar,
.v-list-item--three-line .v-list-item__action {
  align-self: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
}
.v-list--three-line .v-list-item .v-list-item__content,
.v-list-item--three-line .v-list-item__content {
  align-self: stretch;
}
.v-list--three-line .v-list-item .v-list-item__subtitle,
.v-list-item--three-line .v-list-item__subtitle {
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}.v-item-group {
  flex: 0 1 auto;
  position: relative;
  max-width: 100%;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}/* Theme */
.theme--light.v-input {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-input input,
.theme--light.v-input textarea {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-input input::placeholder,
.theme--light.v-input textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--is-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--is-disabled input,
.theme--light.v-input--is-disabled textarea {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-input {
  color: #FFFFFF;
}
.theme--dark.v-input input,
.theme--dark.v-input textarea {
  color: #FFFFFF;
}
.theme--dark.v-input input::placeholder,
.theme--dark.v-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-input--is-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-input--is-disabled input,
.theme--dark.v-input--is-disabled textarea {
  color: rgba(255, 255, 255, 0.5);
}
.v-input {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  font-size: 16px;
  letter-spacing: normal;
  max-width: 100%;
  text-align: left;
}
.v-input .v-progress-linear {
  top: calc(100% - 1px);
  left: 0;
}
.v-input input {
  max-height: 22px;
}
.v-input input:invalid,
.v-input textarea:invalid {
  box-shadow: none;
}
.v-input input:focus, .v-input input:active,
.v-input textarea:focus,
.v-input textarea:active {
  outline: none;
}
.v-input .v-label {
  height: 20px;
  line-height: 20px;
  letter-spacing: normal;
}
.v-input__append-outer, .v-input__prepend-outer {
  display: inline-flex;
  margin-bottom: 4px;
  margin-top: 4px;
  line-height: 1;
}
.v-input__append-outer .v-icon, .v-input__prepend-outer .v-icon {
  user-select: none;
}
.v-application--is-ltr .v-input__append-outer {
  margin-left: 9px;
}
.v-application--is-rtl .v-input__append-outer {
  margin-right: 9px;
}
.v-application--is-ltr .v-input__prepend-outer {
  margin-right: 9px;
}
.v-application--is-rtl .v-input__prepend-outer {
  margin-left: 9px;
}
.v-input__control {
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}
.v-input__icon {
  align-items: center;
  display: inline-flex;
  height: 20px;
  flex: 1 0 auto;
  justify-content: center;
  min-width: 20px;
  width: 20px;
}
.v-input__icon--clear {
  border-radius: 50%;
}
.v-input__icon--clear .v-icon--disabled {
  visibility: hidden;
}
.v-input__slot {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  min-height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition-property: height, min-height;
  width: 100%;
}
.v-input--dense > .v-input__control > .v-input__slot {
  margin-bottom: 4px;
}
.v-input--is-loading > .v-input__control > .v-input__slot:before, .v-input--is-loading > .v-input__control > .v-input__slot:after {
  display: none;
}
.v-input--hide-details > .v-input__control > .v-input__slot {
  margin-bottom: 0;
}
.v-input--has-state.error--text .v-label {
  animation: v-shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-input--hide-spin-buttons input::-webkit-outer-spin-button,
.v-input--hide-spin-buttons input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.v-input--hide-spin-buttons input[type=number] {
  -moz-appearance: textfield;
}.theme--light.v-label {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-label--is-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-label {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-label--is-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.v-label {
  font-size: 16px;
  line-height: 1;
  min-height: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}/* Theme */
.theme--light.v-messages {
  color: rgba(0, 0, 0, 0.6);
}
.theme--dark.v-messages {
  color: rgba(255, 255, 255, 0.7);
}
.v-messages {
  flex: 1 1 auto;
  font-size: 12px;
  min-height: 14px;
  min-width: 1px;
  position: relative;
}
.v-application--is-ltr .v-messages {
  text-align: left;
}
.v-application--is-rtl .v-messages {
  text-align: right;
}
.v-messages__message {
  line-height: 12px;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}/* Theme */
.theme--light.v-counter {
  color: rgba(0, 0, 0, 0.6);
}
.theme--dark.v-counter {
  color: rgba(255, 255, 255, 0.7);
}
.v-counter {
  flex: 0 1 auto;
  font-size: 12px;
  min-height: 12px;
  line-height: 12px;
}.theme--light.v-progress-linear {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-progress-linear {
  color: #FFFFFF;
}

.v-progress-linear {
  background: transparent;
  overflow: hidden;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  width: 100%;
}

.v-progress-linear__buffer {
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
}

.v-progress-linear--reverse .v-progress-linear__buffer {
  left: auto;
  right: 0;
}

.v-progress-linear__background {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: inherit;
}

.v-progress-linear--reverse .v-progress-linear__background {
  left: auto;
  right: 0;
}

.v-progress-linear__content {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-progress-linear--reverse .v-progress-linear__content {
  left: auto;
  right: 0;
}

.v-progress-linear__determinate {
  height: inherit;
  left: 0;
  position: absolute;
  transition: inherit;
}

.v-progress-linear--reverse .v-progress-linear__determinate {
  left: auto;
  right: 0;
}

.v-progress-linear .v-progress-linear__indeterminate .long, .v-progress-linear .v-progress-linear__indeterminate .short {
  animation-play-state: paused;
  background-color: inherit;
  bottom: 0;
  height: inherit;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: auto;
  will-change: left, right;
}

.v-progress-linear .v-progress-linear__indeterminate--active .long {
  animation-name: indeterminate-ltr;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
}

.v-progress-linear .v-progress-linear__indeterminate--active .short {
  animation-name: indeterminate-short-ltr;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
}

.v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
  left: auto;
  right: 0;
}

.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long {
  animation-name: indeterminate-rtl;
}

.v-progress-linear--reverse .v-progress-linear__indeterminate--active .short {
  animation-name: indeterminate-short-rtl;
}

.v-progress-linear__stream {
  animation: stream-ltr 0.25s infinite linear;
  animation-play-state: paused;
  border-color: currentColor;
  border-top: 4px dotted;
  bottom: 0;
  left: auto;
  right: -8px;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 2px);
  transition: inherit;
}

.v-progress-linear--reverse .v-progress-linear__stream {
  animation: stream-rtl 0.25s infinite linear;
  left: -8px;
  right: auto;
}

.v-progress-linear__wrapper {
  overflow: hidden;
  position: relative;
  transition: inherit;
}

.v-progress-linear--absolute,
.v-progress-linear--fixed {
  left: 0;
  z-index: 1;
}

.v-progress-linear--absolute {
  position: absolute;
}

.v-progress-linear--fixed {
  position: fixed;
}

.v-progress-linear--reactive .v-progress-linear__content {
  pointer-events: none;
}

.v-progress-linear--rounded {
  border-radius: 5px;
}

.v-progress-linear--striped .v-progress-linear__determinate {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 75%, transparent 0, transparent);
  background-size: 40px 40px;
  background-repeat: repeat;
}

.v-progress-linear--query .v-progress-linear__indeterminate--active .long {
  animation-name: query-ltr;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.v-progress-linear--query .v-progress-linear__indeterminate--active .short {
  animation-name: query-short-ltr;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .long {
  animation-name: query-rtl;
}

.v-progress-linear--query.v-progress-linear--reverse .v-progress-linear__indeterminate--active .short {
  animation-name: query-short-rtl;
}

.v-progress-linear--visible .v-progress-linear__indeterminate--active .long, .v-progress-linear--visible .v-progress-linear__indeterminate--active .short {
  animation-play-state: running;
}

.v-progress-linear--visible .v-progress-linear__stream {
  animation-play-state: running;
}

@keyframes indeterminate-ltr {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}

@keyframes indeterminate-rtl {
  0% {
    left: 100%;
    right: -90%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: -35%;
    right: 100%;
  }
}

@keyframes indeterminate-short-ltr {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short-rtl {
  0% {
    left: 100%;
    right: -200%;
  }
  60% {
    left: -8%;
    right: 107%;
  }
  100% {
    left: -8%;
    right: 107%;
  }
}

@keyframes query-ltr {
  0% {
    right: -90%;
    left: 100%;
  }
  60% {
    right: -90%;
    left: 100%;
  }
  100% {
    right: 100%;
    left: -35%;
  }
}

@keyframes query-rtl {
  0% {
    right: 100%;
    left: -90%;
  }
  60% {
    right: 100%;
    left: -90%;
  }
  100% {
    right: -35%;
    left: 100%;
  }
}

@keyframes query-short-ltr {
  0% {
    right: -200%;
    left: 100%;
  }
  60% {
    right: 107%;
    left: -8%;
  }
  100% {
    right: 107%;
    left: -8%;
  }
}

@keyframes query-short-rtl {
  0% {
    right: 100%;
    left: -200%;
  }
  60% {
    right: -8%;
    left: 107%;
  }
  100% {
    right: -8%;
    left: 107%;
  }
}

@keyframes stream-ltr {
  to {
    transform: translateX(-8px);
  }
}

@keyframes stream-rtl {
  to {
    transform: translateX(8px);
  }
}.theme--light.v-badge .v-badge__badge::after {
  border-color: #FFFFFF;
}

.theme--dark.v-badge .v-badge__badge::after {
  border-color: #1E1E1E;
}

.v-badge {
  display: inline-block;
  line-height: 1;
  position: relative;
}

.v-badge__badge {
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  height: 12px;
  letter-spacing: 0;
  line-height: 1;
  min-width: 12px;
  padding: 0px;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}

.v-application--is-ltr .v-badge__badge {
  right: 0px;
}

.v-application--is-rtl .v-badge__badge {
  left: 0px;
}

.v-badge__badge .v-icon {
  color: inherit;
  font-size: 12px;
  height: 12px;
  margin: 0px;
  width: 12px;
}

.v-badge__badge .v-img {
  height: 12px;
  width: 12px;
}

.v-badge__wrapper {
  flex: 0 1;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.v-badge--avatar .v-badge__badge {
  padding: 0;
}

.v-badge--avatar .v-badge__badge .v-avatar {
  height: 12px !important;
  min-width: 0 !important;
  max-width: 12px !important;
}

.v-badge--bordered .v-badge__badge::after {
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.15);
}

.v-badge--dot .v-badge__badge {
  border-radius: 2px;
  height: 8px;
  min-width: 0;
  padding: 0;
  width: 8px;
}

.v-badge--dot .v-badge__badge::after {
  border-width: 2px;
}

.v-badge--icon .v-badge__badge {
  padding: 0px;
}

.v-badge--inline {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.v-badge--inline .v-badge__badge,
.v-badge--inline .v-badge__wrapper {
  position: relative;
}

.v-badge--inline .v-badge__wrapper {
  margin: 0px;
}

.v-badge--tile .v-badge__badge {
  border-radius: 0;
}.v-dialog {
  border-radius: 10px;
  margin: 24px;
  overflow-y: auto;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  z-index: inherit;
  outline: none;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 90%;
}
.v-dialog > * {
  width: 100%;
}
.v-dialog > .v-card > .v-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.0125em;
  padding: 16px 24px 10px;
}
.v-dialog > .v-card > .v-card__text {
  padding: 0 24px 20px;
}
.v-dialog > .v-card > .v-card__subtitle {
  padding: 0 24px 20px;
}
.v-dialog > .v-card > .v-card__actions {
  padding: 8px 16px;
}
.v-dialog__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), z-index 1ms;
  width: 100%;
  z-index: 6;
}
.v-dialog__container {
  display: none;
}
.v-dialog__container--attached {
  display: inline;
}
.v-dialog--animated {
  animation-duration: 0.15s;
  animation-name: animate-dialog;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-dialog--fullscreen {
  border-radius: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
}
.v-dialog--fullscreen > .v-card {
  min-height: 100%;
  min-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.v-dialog--scrollable,
.v-dialog--scrollable > form {
  display: flex;
}
.v-dialog--scrollable > .v-card,
.v-dialog--scrollable > form > .v-card {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  max-height: 100%;
  max-width: 100%;
}
.v-dialog--scrollable > .v-card > .v-card__title,
.v-dialog--scrollable > .v-card > .v-card__actions,
.v-dialog--scrollable > form > .v-card > .v-card__title,
.v-dialog--scrollable > form > .v-card > .v-card__actions {
  flex: 0 0 auto;
}
.v-dialog--scrollable > .v-card > .v-card__text,
.v-dialog--scrollable > form > .v-card > .v-card__text {
  backface-visibility: hidden;
  flex: 1 1 auto;
  overflow-y: auto;
}
@keyframes animate-dialog {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}.theme--light.v-overlay {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-overlay {
  color: #FFFFFF;
}

.v-overlay {
  align-items: center;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 1ms;
}

.v-overlay__content {
  position: relative;
}

.v-overlay__scrim {
  border-radius: inherit;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 100%;
  will-change: opacity;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--active {
  pointer-events: auto;
}.theme--light.v-btn-toggle:not(.v-btn-toggle--group) {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn {
  border-color: rgba(0, 0, 0, 0.12) !important;
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active) {
  border-color: rgba(0, 0, 0, 0.26);
}
.theme--light.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon {
  color: #000000;
}
.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) {
  background: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn {
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn:focus:not(:active) {
  border-color: rgba(255, 255, 255, 0.3);
}
.theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon {
  color: #FFFFFF;
}
.v-btn-toggle {
  border-radius: 5px;
  display: inline-flex;
  max-width: 100%;
}
.v-btn-toggle > .v-btn.v-btn {
  border-radius: 0;
  border-style: solid;
  border-width: thin;
  box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
  padding: 0 12px;
}
.v-application--is-ltr .v-btn-toggle > .v-btn.v-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.v-application--is-rtl .v-btn-toggle > .v-btn.v-btn:first-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-application--is-ltr .v-btn-toggle > .v-btn.v-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-application--is-rtl .v-btn-toggle > .v-btn.v-btn:last-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.v-btn-toggle > .v-btn.v-btn--active {
  color: inherit;
  opacity: 1;
}
.v-btn-toggle > .v-btn.v-btn:after {
  display: none;
}
.v-application--is-ltr .v-btn-toggle > .v-btn.v-btn:not(:first-child) {
  border-left-width: 0;
}
.v-application--is-rtl .v-btn-toggle > .v-btn.v-btn:not(:last-child) {
  border-left-width: 0;
}
.v-btn-toggle .v-btn.v-btn.v-size--default {
  min-width: 48px;
  min-height: 0;
}
.v-btn-toggle:not(.v-btn-toggle--dense) .v-btn.v-btn.v-size--default {
  height: 34px;
}
.v-btn-toggle--borderless > .v-btn.v-btn {
  border-width: 0;
}
.v-btn-toggle--dense > .v-btn.v-btn {
  padding: 0 8px;
}
.v-btn-toggle--group {
  border-radius: 0;
}
.v-btn-toggle--group > .v-btn.v-btn {
  background-color: transparent !important;
  border-color: transparent;
  margin: 4px;
  min-width: auto;
}
.v-btn-toggle--rounded {
  border-radius: 24px;
}
.v-btn-toggle--shaped {
  border-radius: 24px 5px;
}
.v-btn-toggle--tile {
  border-radius: 0;
}.theme--light.v-card {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-card > .v-card__text,
.theme--light.v-card > .v-card__subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.theme--dark.v-card {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-card > .v-card__text,
.theme--dark.v-card > .v-card__subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.v-sheet.v-card {
  border-radius: 5px;
}
.v-sheet.v-card:not(.v-sheet--outlined) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-sheet.v-card.v-sheet--shaped {
  border-radius: 20px 5px;
}
.v-card {
  border-width: thin;
  display: block;
  max-width: 100%;
  outline: none;
  text-decoration: none;
  transition-property: box-shadow, opacity;
  overflow-wrap: break-word;
  position: relative;
  white-space: normal;
}
.v-card > *:first-child:not(.v-btn):not(.v-chip):not(.v-avatar),
.v-card > .v-card__progress + *:not(.v-btn):not(.v-chip):not(.v-avatar) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.v-card > *:last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-card__progress {
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.v-card__subtitle + .v-card__text {
  padding-top: 0;
}
.v-card__subtitle,
.v-card__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.0071428571em;
}
.v-card__subtitle,
.v-card__text,
.v-card__title {
  padding: 16px;
}
.v-card__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.0125em;
  line-height: 1.125rem;
  word-break: break-all;
}
.v-card__title + .v-card__subtitle,
.v-card__title + .v-card__text {
  padding-top: 0;
}
.v-card__title + .v-card__subtitle {
  margin-top: -16px;
}
.v-card__text {
  width: 100%;
}
.v-card__actions {
  align-items: center;
  display: flex;
  padding: 8px;
}
.v-card__actions > .v-btn.v-btn {
  padding: 0 8px;
}
.v-application--is-ltr .v-card__actions > .v-btn.v-btn + .v-btn {
  margin-left: 8px;
}
.v-application--is-ltr .v-card__actions > .v-btn.v-btn .v-icon--left {
  margin-left: 4px;
}
.v-application--is-ltr .v-card__actions > .v-btn.v-btn .v-icon--right {
  margin-right: 4px;
}
.v-application--is-rtl .v-card__actions > .v-btn.v-btn + .v-btn {
  margin-right: 8px;
}
.v-application--is-rtl .v-card__actions > .v-btn.v-btn .v-icon--left {
  margin-right: 4px;
}
.v-application--is-rtl .v-card__actions > .v-btn.v-btn .v-icon--right {
  margin-left: 4px;
}
.v-card--flat {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}
.v-sheet.v-card--hover {
  cursor: pointer;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-sheet.v-card--hover:hover, .v-sheet.v-card--hover:focus {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.v-card--link {
  cursor: pointer;
}
.v-card--link .v-chip {
  cursor: pointer;
}
.v-card--link:focus:before {
  opacity: 0.08;
}
.v-card--link:before {
  background: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s opacity;
}
.v-card--disabled {
  pointer-events: none;
  user-select: none;
}
.v-card--disabled > *:not(.v-card__progress) {
  opacity: 0.6;
  transition: inherit;
}
.v-card--loading {
  overflow: hidden;
}
.v-card--raised {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}.v-window {
  overflow: hidden;
}
.v-window__container {
  display: flex;
  flex-direction: column;
  height: inherit;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-window__container--is-active {
  overflow: hidden;
}
.v-window__prev, .v-window__next {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  margin: 0 16px;
  top: calc(50% - 20px);
  z-index: 1;
}
.v-window__prev .v-btn:hover, .v-window__next .v-btn:hover {
  background: none;
}
.v-application--is-ltr .v-window__prev {
  left: 0;
}
.v-application--is-rtl .v-window__prev {
  right: 0;
}
.v-application--is-ltr .v-window__next {
  right: 0;
}
.v-application--is-rtl .v-window__next {
  left: 0;
}
.v-window--show-arrows-on-hover {
  overflow: hidden;
}
.v-window--show-arrows-on-hover .v-window__next,
.v-window--show-arrows-on-hover .v-window__prev {
  transition: 0.2s transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__prev {
  transform: translateX(-200%);
}
.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__prev {
  transform: translateX(200%);
}
.v-application--is-ltr .v-window--show-arrows-on-hover .v-window__next {
  transform: translateX(200%);
}
.v-application--is-rtl .v-window--show-arrows-on-hover .v-window__next {
  transform: translateX(-200%);
}
.v-window--show-arrows-on-hover:hover .v-window__next,
.v-window--show-arrows-on-hover:hover .v-window__prev {
  transform: translateX(0);
}
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-window-x-transition-leave, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave, .v-window-y-reverse-transition-leave-to {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.v-window-x-transition-enter {
  transform: translateX(100%);
}
.v-window-x-transition-leave-to {
  transform: translateX(-100%);
}
.v-window-x-reverse-transition-enter {
  transform: translateX(-100%);
}
.v-window-x-reverse-transition-leave-to {
  transform: translateX(100%);
}
.v-window-y-transition-enter {
  transform: translateY(100%);
}
.v-window-y-transition-leave-to {
  transform: translateY(-100%);
}
.v-window-y-reverse-transition-enter {
  transform: translateY(-100%);
}
.v-window-y-reverse-transition-leave-to {
  transform: translateY(100%);
}.v-input--selection-controls {
  margin-top: 16px;
  padding-top: 4px;
}
.v-input--selection-controls > .v-input__append-outer,
.v-input--selection-controls > .v-input__prepend-outer {
  margin-top: 0;
  margin-bottom: 0;
}
.v-input--selection-controls:not(.v-input--hide-details) > .v-input__slot {
  margin-bottom: 12px;
}
.v-input--selection-controls .v-input__slot,
.v-input--selection-controls .v-radio {
  cursor: pointer;
}
.v-input--selection-controls .v-input__slot > .v-label,
.v-input--selection-controls .v-radio > .v-label {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  height: auto;
}
.v-input--selection-controls__input {
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  height: 24px;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition-property: transform;
  width: 24px;
  user-select: none;
}
.v-input--selection-controls__input .v-icon {
  width: 100%;
}
.v-application--is-ltr .v-input--selection-controls__input {
  margin-right: 8px;
}
.v-application--is-rtl .v-input--selection-controls__input {
  margin-left: 8px;
}
.v-input--selection-controls__input input[role=checkbox],
.v-input--selection-controls__input input[role=radio],
.v-input--selection-controls__input input[role=switch] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  user-select: none;
}
.v-input--selection-controls__input + .v-label {
  cursor: pointer;
  user-select: none;
}
.v-input--selection-controls__ripple {
  border-radius: 50%;
  cursor: pointer;
  height: 34px;
  position: absolute;
  transition: inherit;
  width: 34px;
  left: -12px;
  top: calc(50% - 24px);
  margin: 7px;
}
.v-input--selection-controls__ripple:before {
  border-radius: inherit;
  bottom: 0;
  content: "";
  position: absolute;
  opacity: 0.2;
  left: 0;
  right: 0;
  top: 0;
  transform-origin: center center;
  transform: scale(0.2);
  transition: inherit;
}
.v-input--selection-controls__ripple > .v-ripple__container {
  transform: scale(1.2);
}
.v-input--selection-controls.v-input--dense .v-input--selection-controls__ripple {
  width: 28px;
  height: 28px;
  left: -9px;
}
.v-input--selection-controls.v-input--dense:not(.v-input--switch) .v-input--selection-controls__ripple {
  top: calc(50% - 21px);
}
.v-input--selection-controls.v-input {
  flex: 0 1 auto;
}
.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
  background: currentColor;
  transform: scale(1.2);
}
.v-input--selection-controls.v-input--is-disabled:not(.v-input--indeterminate) .v-icon {
  color: inherit;
}
.v-input--selection-controls.v-input--is-disabled:not(.v-input--is-readonly) {
  pointer-events: none;
}
.v-input--selection-controls__input:hover .v-input--selection-controls__ripple:before {
  background: currentColor;
  transform: scale(1.2);
  transition: none;
}.v-slide-group {
  display: flex;
}
.v-slide-group:not(.v-slide-group--has-affixes) > .v-slide-group__prev,
.v-slide-group:not(.v-slide-group--has-affixes) > .v-slide-group__next {
  display: none;
}
.v-slide-group.v-item-group > .v-slide-group__next,
.v-slide-group.v-item-group > .v-slide-group__prev {
  cursor: pointer;
}
.v-slide-item {
  display: inline-flex;
  flex: 0 1 auto;
}
.v-slide-group__next,
.v-slide-group__prev {
  align-items: center;
  display: flex;
  flex: 0 1 52px;
  justify-content: center;
  min-width: 52px;
}
.v-slide-group__content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
}
.v-slide-group__wrapper {
  contain: content;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.v-slide-group__next--disabled,
.v-slide-group__prev--disabled {
  pointer-events: none;
}.theme--light.v-color-picker .v-color-picker__input input {
  border: thin solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-color-picker span {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-color-picker .v-color-picker__dot, .theme--light.v-color-picker .v-color-picker__color {
  background-color: rgba(255, 255, 255, 0);
}
.theme--dark.v-color-picker .v-color-picker__input input {
  border: thin solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.theme--dark.v-color-picker span {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-color-picker .v-color-picker__dot, .theme--dark.v-color-picker .v-color-picker__color {
  background-color: rgba(255, 255, 255, 0.12);
}
.v-color-picker {
  align-self: flex-start;
  border-radius: 5px;
  contain: content;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-color-picker__controls {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.v-color-picker--flat {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}.v-color-picker .v-input__slider {
  border-radius: 5px;
}
.v-color-picker .v-input__slider .v-slider {
  margin: 0;
}
.v-color-picker__alpha:not(.v-input--is-disabled) .v-slider {
  border-radius: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
}
.v-color-picker__sliders {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.v-color-picker__dot {
  position: relative;
  height: 30px;
  width: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
  border-radius: 50%;
  overflow: hidden;
}
.v-application--is-ltr .v-color-picker__dot {
  margin-right: 24px;
}
.v-application--is-rtl .v-color-picker__dot {
  margin-left: 24px;
}
.v-color-picker__dot > div {
  width: 100%;
  height: 100%;
}
.v-application--is-ltr .v-color-picker__hue:not(.v-input--is-disabled) {
  background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
}
.v-application--is-rtl .v-color-picker__hue:not(.v-input--is-disabled) {
  background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
}
.v-color-picker__track {
  position: relative;
  width: 100%;
}
.v-color-picker__preview {
  align-items: center;
  display: flex;
}
.v-color-picker__preview .v-slider {
  min-height: 10px;
}
.v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__thumb {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.v-color-picker__preview .v-slider:not(.v-slider--disabled) .v-slider__track-container {
  opacity: 0;
}
.v-color-picker__preview:not(.v-color-picker__preview--hide-alpha) .v-color-picker__hue {
  margin-bottom: 24px;
}.theme--light.v-slider .v-slider__track-background,
.theme--light.v-slider .v-slider__track-fill,
.theme--light.v-slider .v-slider__thumb {
  background: rgba(0, 0, 0, 0.26);
}

.theme--dark.v-slider .v-slider__track-background,
.theme--dark.v-slider .v-slider__track-fill,
.theme--dark.v-slider .v-slider__thumb {
  background: rgba(255, 255, 255, 0.2);
}

.v-slider {
  cursor: default;
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  user-select: none;
}

.v-slider input {
  cursor: default;
  padding: 0;
  width: 100%;
  display: none;
}

.v-slider__track-container {
  position: absolute;
  border-radius: 0;
}

.v-slider__track-background, .v-slider__track-fill {
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-slider__thumb-container {
  outline: none;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  top: 50%;
}

.v-slider__thumb-container:hover .v-slider__thumb:before {
  transform: scale(1);
}

.v-slider__thumb {
  position: absolute;
  width: 12px;
  height: 12px;
  left: -6px;
  top: 50%;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transform: translateY(-50%);
  user-select: none;
}

.v-slider__thumb:before {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  content: "";
  color: inherit;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.3;
  position: absolute;
  left: -12px;
  top: -12px;
  transform: scale(0.1);
  pointer-events: none;
}

.v-slider__thumb::after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v-slider__ticks-container {
  position: absolute;
}

.v-slider__tick {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  border-radius: 0;
}

.v-slider__tick--filled {
  background-color: rgba(255, 255, 255, 0.5);
}

.v-application--is-ltr .v-slider__tick:first-child .v-slider__tick-label {
  transform: none;
}

.v-application--is-rtl .v-slider__tick:first-child .v-slider__tick-label {
  transform: translateX(100%);
}

.v-application--is-ltr .v-slider__tick:last-child .v-slider__tick-label {
  transform: translateX(-100%);
}

.v-application--is-rtl .v-slider__tick:last-child .v-slider__tick-label {
  transform: none;
}

.v-slider__tick-label {
  position: absolute;
  user-select: none;
  white-space: nowrap;
}

.v-slider__thumb-label-container {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-slider__thumb-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50% 50% 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  user-select: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.v-slider--horizontal {
  min-height: 32px;
  margin-left: 8px;
  margin-right: 8px;
}

.v-slider--horizontal .v-slider__track-container {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.v-slider--horizontal .v-slider__track-background, .v-slider--horizontal .v-slider__track-fill {
  height: 100%;
}

.v-slider--horizontal .v-slider__ticks-container {
  left: 0;
  height: 2px;
  width: 100%;
}

.v-application--is-ltr .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label {
  transform: translateX(0%);
}

.v-application--is-rtl .v-slider--horizontal .v-slider__tick:first-child .v-slider__tick-label {
  transform: translateX(0%);
}

.v-application--is-ltr .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label {
  transform: translateX(-100%);
}

.v-application--is-rtl .v-slider--horizontal .v-slider__tick:last-child .v-slider__tick-label {
  transform: translateX(100%);
}

.v-slider--horizontal .v-slider__tick .v-slider__tick-label {
  top: 8px;
}

.v-application--is-ltr .v-slider--horizontal .v-slider__tick .v-slider__tick-label {
  transform: translateX(-50%);
}

.v-application--is-rtl .v-slider--horizontal .v-slider__tick .v-slider__tick-label {
  transform: translateX(50%);
}

.v-slider--horizontal .v-slider__thumb-label {
  transform: translateY(-20%) translateY(-12px) translateX(-50%) rotate(45deg);
}

.v-slider--horizontal .v-slider__thumb-label > * {
  transform: rotate(-45deg);
}

.v-slider--vertical {
  min-height: 150px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-slider--vertical .v-slider__track-container {
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.v-slider--vertical .v-slider__track-background, .v-slider--vertical .v-slider__track-fill {
  width: 100%;
}

.v-slider--vertical .v-slider__thumb-container {
  left: 50%;
}

.v-slider--vertical .v-slider__ticks-container {
  top: 0;
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.v-application--is-ltr .v-slider--vertical .v-slider__tick .v-slider__tick-label, .v-application--is-ltr .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label, .v-application--is-ltr .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label {
  transform: translateY(-50%);
  left: 12px;
}

.v-application--is-rtl .v-slider--vertical .v-slider__tick .v-slider__tick-label, .v-application--is-rtl .v-slider--vertical .v-slider__tick:first-child .v-slider__tick-label, .v-application--is-rtl .v-slider--vertical .v-slider__tick:last-child .v-slider__tick-label {
  transform: translateY(-50%);
  right: 12px;
}

.v-slider--vertical .v-slider__thumb-label > * {
  transform: rotate(-135deg);
}

.v-slider__thumb-container--focused .v-slider__thumb:before {
  transform: scale(1);
}

.v-slider--active .v-slider__tick {
  opacity: 1;
}

.v-slider__thumb-container--active .v-slider__thumb:before {
  transform: scale(1.5) !important;
}

.v-slider--disabled {
  pointer-events: none;
}

.v-slider--disabled .v-slider__thumb {
  width: 8px;
  height: 8px;
  left: -4px;
}

.v-slider--disabled .v-slider__thumb:before {
  display: none;
}

.v-slider__ticks-container--always-show .v-slider__tick {
  opacity: 1;
}

.v-input__slider.v-input--is-readonly > .v-input__control {
  pointer-events: none;
}

.v-application--is-ltr .v-input__slider .v-input__slot .v-label {
  margin-left: 0;
  margin-right: 12px;
}

.v-application--is-rtl .v-input__slider .v-input__slot .v-label {
  margin-right: 0;
  margin-left: 12px;
}

.v-application--is-ltr .v-input__slider--inverse-label .v-input__slot .v-label {
  margin-right: 0;
  margin-left: 12px;
}

.v-application--is-rtl .v-input__slider--inverse-label .v-input__slot .v-label {
  margin-left: 0;
  margin-right: 12px;
}

.v-input__slider--vertical {
  align-items: center;
}

.v-application--is-ltr .v-input__slider--vertical {
  flex-direction: column-reverse;
}

.v-application--is-rtl .v-input__slider--vertical {
  flex-direction: column;
}

.v-input__slider--vertical .v-input__slot, .v-input__slider--vertical .v-input__prepend-outer, .v-input__slider--vertical .v-input__append-outer {
  margin: 0;
}

.v-input__slider--vertical .v-messages {
  display: none;
}

.v-input--has-state .v-slider__track-background {
  opacity: 0.4;
}.v-color-picker__canvas {
  position: relative;
  overflow: hidden;
  contain: strict;
}
.v-color-picker__canvas-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1.5px white, inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
}
.v-color-picker__canvas-dot--disabled {
  box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
}
.v-color-picker__canvas:hover .v-color-picker__canvas-dot {
  will-change: transform;
}.v-color-picker__edit {
  margin-top: 24px;
  display: flex;
}

.v-color-picker__input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.v-application--is-ltr .v-color-picker__input:not(:last-child) {
  margin-right: 8px;
}

.v-application--is-rtl .v-color-picker__input:not(:last-child) {
  margin-left: 8px;
}

.v-color-picker__input input {
  border-radius: 5px;
  margin-bottom: 8px;
  min-width: 0;
  outline: none;
  text-align: center;
  width: 100%;
  height: 28px;
}

.v-color-picker__input span {
  font-size: 0.75rem;
}.v-color-picker__swatches {
  overflow-y: auto;
}
.v-color-picker__swatches > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}
.v-color-picker__swatch {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.v-color-picker__color {
  position: relative;
  height: 18px;
  max-height: 18px;
  width: 45px;
  margin: 2px 4px;
  border-radius: 2px;
  user-select: none;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGElEQVQYlWNgYGCQwoKxgqGgcJA5h3yFAAs8BRWVSwooAAAAAElFTkSuQmCC) repeat;
  cursor: pointer;
}
.v-color-picker__color > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}.v-main {
  display: flex;
  flex: 1 0 auto;
  max-width: 100%;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.v-main:not([data-booted=true]) {
  transition: none !important;
}
.v-main__wrap {
  flex: 1 1 auto;
  max-width: 100%;
  position: relative;
}
@-moz-document url-prefix() {
  @media print {
    .v-main {
      display: block;
    }
  }
}.v-data-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.75rem;
  padding: 0 8px;
}
.v-data-footer .v-btn {
  color: inherit;
}
.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child {
  margin-right: 7px;
}
.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child {
  margin-left: 7px;
}
.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child {
  margin-left: 7px;
}
.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child {
  margin-right: 7px;
}
.v-data-footer__pagination {
  display: block;
  text-align: center;
}
.v-application--is-ltr .v-data-footer__pagination {
  margin: 0 32px 0 24px;
}
.v-application--is-rtl .v-data-footer__pagination {
  margin: 0 24px 0 32px;
}
.v-data-footer__select {
  display: flex;
  align-items: center;
  flex: 0 0 0;
  justify-content: flex-end;
  white-space: nowrap;
}
.v-application--is-ltr .v-data-footer__select {
  margin-left: auto;
  margin-right: 14px;
}
.v-application--is-rtl .v-data-footer__select {
  margin-left: 14px;
  margin-right: auto;
}
.v-data-footer__select .v-select {
  flex: 0 1 0;
  padding: 0;
  position: initial;
}
.v-application--is-ltr .v-data-footer__select .v-select {
  margin: 13px 0 13px 34px;
}
.v-application--is-rtl .v-data-footer__select .v-select {
  margin: 13px 34px 13px 0;
}
.v-data-footer__select .v-select__selections {
  flex-wrap: nowrap;
}
.v-data-footer__select .v-select__selections .v-select__selection--comma {
  font-size: 0.75rem;
}.theme--light.v-data-table tbody tr.v-data-table__selected {
  background: #f5f5f5;
}
.theme--light.v-data-table .v-row-group__header, .theme--light.v-data-table .v-row-group__summary {
  background: #eeeeee;
}
.theme--light.v-data-table .v-data-footer {
  border-top: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table .v-data-table__empty-wrapper {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-data-table tbody tr.v-data-table__selected {
  background: #505050;
}
.theme--dark.v-data-table .v-row-group__header, .theme--dark.v-data-table .v-row-group__summary {
  background: #616161;
}
.theme--dark.v-data-table .v-data-footer {
  border-top: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table .v-data-table__empty-wrapper {
  color: rgba(255, 255, 255, 0.5);
}
.v-data-table {
  border-radius: 5px;
}
.v-data-table--mobile > .v-data-table__wrapper tbody {
  display: flex;
  flex-direction: column;
}
.v-data-table > .v-data-table__wrapper tbody tr.v-data-table__expanded {
  border-bottom: 0;
}
.v-data-table > .v-data-table__wrapper tbody tr.v-data-table__expanded__content {
  box-shadow: inset 0px 4px 8px -5px rgba(50, 50, 50, 0.75), inset 0px -4px 8px -5px rgba(50, 50, 50, 0.75);
}
.v-data-table > .v-data-table__wrapper tbody tr:first-child:hover td:first-child {
  border-top-left-radius: 5px;
}
.v-data-table > .v-data-table__wrapper tbody tr:first-child:hover td:last-child {
  border-top-right-radius: 5px;
}
.v-data-table > .v-data-table__wrapper tbody tr:last-child:hover td:first-child {
  border-bottom-left-radius: 5px;
}
.v-data-table > .v-data-table__wrapper tbody tr:last-child:hover td:last-child {
  border-bottom-right-radius: 5px;
}
.v-data-table > .v-data-table__wrapper .v-data-table__mobile-table-row {
  display: initial;
}
.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row {
  height: initial;
  min-height: 48px;
}
.v-data-table__empty-wrapper {
  text-align: center;
}
.v-data-table__mobile-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.v-data-table__mobile-row__header {
  font-weight: 600;
}
.v-application--is-ltr .v-data-table__mobile-row__header {
  padding-right: 16px;
}
.v-application--is-rtl .v-data-table__mobile-row__header {
  padding-left: 16px;
}
.v-application--is-ltr .v-data-table__mobile-row__cell {
  text-align: right;
}
.v-application--is-rtl .v-data-table__mobile-row__cell {
  text-align: left;
}
.v-row-group__header td, .v-row-group__summary td {
  height: 35px;
}
.v-data-table__expand-icon {
  user-select: none;
  cursor: pointer;
}
.v-data-table__expand-icon--active {
  transform: rotate(-180deg);
}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-data-table .v-data-table-header th.sortable:hover, .theme--light.v-data-table .v-data-table-header th.sortable.active {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table-header__sort-badge {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-data-table .v-data-table-header th.sortable:hover, .theme--dark.v-data-table .v-data-table-header th.sortable.active {
  color: #FFFFFF;
}
.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon {
  color: #FFFFFF;
}
.theme--dark.v-data-table .v-data-table-header__sort-badge {
  background-color: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.v-data-table-header th.sortable {
  pointer-events: auto;
  cursor: pointer;
  outline: 0;
}
.v-data-table-header th.sortable .v-data-table-header__icon {
  line-height: 0.9;
}
.v-data-table-header th.active .v-data-table-header__icon, .v-data-table-header th:hover .v-data-table-header__icon {
  transform: none;
  opacity: 1;
}
.v-data-table-header th.desc .v-data-table-header__icon {
  transform: rotate(-180deg);
}
.v-data-table-header__icon {
  display: inline-block;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-data-table-header__sort-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  border-radius: 50%;
  min-width: 18px;
  min-height: 18px;
  height: 18px;
  width: 18px;
}
.v-data-table-header-mobile th {
  height: initial;
}
.v-data-table-header-mobile__wrapper {
  display: flex;
}
.v-data-table-header-mobile__wrapper .v-select {
  margin-bottom: 8px;
}
.v-data-table-header-mobile__wrapper .v-select .v-chip {
  height: 24px;
}
.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon {
  transform: rotate(-180deg);
}
.v-data-table-header-mobile__select {
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}.theme--light.v-data-table {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-data-table .v-data-table__divider {
  border-right: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table.v-data-table--fixed-header thead th {
  background: #FFFFFF;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  color: rgba(0, 0, 0, 0.6);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row) {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:last-child,
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:last-child {
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr.active {
  background: #f5f5f5;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #eeeeee;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td:not(.v-data-table__mobile-row),
.theme--light.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th:not(.v-data-table__mobile-row) {
  border-top: thin solid rgba(0, 0, 0, 0.12);
}
.theme--dark.v-data-table {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-data-table .v-data-table__divider {
  border-right: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table.v-data-table--fixed-header thead th {
  background: #1E1E1E;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  color: rgba(255, 255, 255, 0.7);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
  border-bottom: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row),
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row) {
  border-bottom: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:last-child,
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:last-child {
  border-bottom: thin solid rgba(255, 255, 255, 0.12);
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr.active {
  background: #505050;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: #616161;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td:not(.v-data-table__mobile-row),
.theme--dark.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th:not(.v-data-table__mobile-row) {
  border-top: thin solid rgba(255, 255, 255, 0.12);
}
.v-data-table {
  line-height: 1.5;
  max-width: 100%;
}
.v-data-table > .v-data-table__wrapper > table {
  width: 100%;
  border-spacing: 0;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  padding: 0 16px;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  user-select: none;
  font-size: 0.75rem;
  height: 48px;
}
.v-application--is-ltr .v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-application--is-ltr .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-application--is-ltr .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  text-align: left;
}
.v-application--is-rtl .v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-application--is-rtl .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-application--is-rtl .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
  text-align: right;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  font-size: 0.875rem;
  height: 48px;
}
.v-data-table__wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.v-data-table__progress {
  height: auto !important;
}
.v-data-table__progress th {
  height: auto !important;
  border: none !important;
  padding: 0;
  position: relative;
}
.v-data-table--dense > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table--dense > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table--dense > .v-data-table__wrapper > table > tfoot > tr > td {
  height: 32px;
}
.v-data-table--dense > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table--dense > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table--dense > .v-data-table__wrapper > table > tfoot > tr > th {
  height: 32px;
}
.v-data-table--has-top > .v-data-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
  border-top-left-radius: 0;
}
.v-data-table--has-top > .v-data-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
  border-top-right-radius: 0;
}
.v-data-table--has-bottom > .v-data-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
  border-bottom-left-radius: 0;
}
.v-data-table--has-bottom > .v-data-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
  border-bottom-right-radius: 0;
}
.v-data-table--fixed-height .v-data-table__wrapper {
  overflow-y: auto;
}
.v-data-table--fixed-header > .v-data-table__wrapper {
  overflow-y: auto;
}
.v-data-table--fixed-header > .v-data-table__wrapper > table > thead > tr > th {
  border-bottom: 0px !important;
  position: sticky;
  top: 0;
  z-index: 2;
}
.v-data-table--fixed-header > .v-data-table__wrapper > table > thead > tr:nth-child(2) > th {
  top: 48px;
}
.v-application--is-ltr .v-data-table--fixed-header .v-data-footer {
  margin-right: 17px;
}
.v-application--is-rtl .v-data-table--fixed-header .v-data-footer {
  margin-left: 17px;
}
.v-data-table--fixed-header.v-data-table--dense > .v-data-table__wrapper > table > thead > tr:nth-child(2) > th {
  top: 32px;
}.v-date-picker-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 1;
}
.v-application--is-ltr .v-date-picker-title .v-picker__title__btn {
  text-align: left;
}
.v-application--is-rtl .v-date-picker-title .v-picker__title__btn {
  text-align: right;
}
.v-date-picker-title__year {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.v-date-picker-title__date {
  font-size: 34px;
  text-align: left;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
.v-date-picker-title__date > div {
  position: relative;
}
.v-date-picker-title--disabled {
  pointer-events: none;
}.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
  color: rgba(0, 0, 0, 0.38);
}
.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
  color: #FFFFFF;
}
.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button {
  color: rgba(255, 255, 255, 0.5);
}
.v-date-picker-header {
  padding: 4px 16px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.v-date-picker-header .v-btn {
  margin: 0;
  z-index: auto;
}
.v-date-picker-header .v-icon {
  cursor: pointer;
  user-select: none;
}
.v-date-picker-header__value {
  flex: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.v-date-picker-header__value div {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.v-date-picker-header__value button {
  cursor: pointer;
  font-weight: bold;
  outline: none;
  padding: 0.5rem;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-date-picker-header--disabled {
  pointer-events: none;
}.theme--light.v-date-picker-table th,
.theme--light.v-date-picker-table .v-date-picker-table--date__week {
  color: rgba(0, 0, 0, 0.38);
}

.theme--dark.v-date-picker-table th,
.theme--dark.v-date-picker-table .v-date-picker-table--date__week {
  color: rgba(255, 255, 255, 0.5);
}

.v-date-picker-table {
  position: relative;
  padding: 0 12px;
  height: 242px;
}

.v-date-picker-table table {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  top: 0;
  table-layout: fixed;
  width: 100%;
}

.v-date-picker-table td, .v-date-picker-table th {
  text-align: center;
  position: relative;
}

.v-date-picker-table th {
  font-size: 12px;
}

.v-date-picker-table--date .v-btn {
  height: 32px;
  width: 32px;
}

.v-date-picker-table .v-btn {
  z-index: auto;
  margin: 0;
  font-size: 12px;
}

.v-date-picker-table .v-btn.v-btn--active {
  color: #FFFFFF;
}

.v-date-picker-table--month td {
  width: 33.333333%;
  height: 56px;
  vertical-align: middle;
  text-align: center;
}

.v-date-picker-table--month td .v-btn {
  margin: 0 auto;
  max-width: 140px;
  min-width: 40px;
  width: 100%;
}

.v-date-picker-table--date th {
  padding: 8px 0;
  font-weight: 600;
}

.v-date-picker-table--date td {
  width: 45px;
}

.v-date-picker-table__events {
  height: 8px;
  left: 0;
  position: absolute;
  text-align: center;
  white-space: pre;
  width: 100%;
}

.v-date-picker-table__events > div {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 1px;
  width: 8px;
}

.v-date-picker-table--date .v-date-picker-table__events {
  bottom: 6px;
}

.v-date-picker-table--month .v-date-picker-table__events {
  bottom: 8px;
}

.v-date-picker-table__current .v-date-picker-table__events {
  margin-bottom: -1px;
}

.v-date-picker-table--disabled {
  pointer-events: none;
}.v-date-picker-years {
  font-size: 16px;
  font-weight: 400;
  height: 290px;
  list-style-type: none;
  overflow: auto;
  text-align: center;
}
.v-date-picker-years.v-date-picker-years {
  padding: 0;
}
.v-date-picker-years li {
  cursor: pointer;
  padding: 8px 0;
  transition: none;
}
.v-date-picker-years li.active {
  font-size: 26px;
  font-weight: 500;
  padding: 10px 0;
}
.v-date-picker-years li:hover {
  background: rgba(0, 0, 0, 0.12);
}
.v-picker--landscape .v-date-picker-years {
  padding: 0;
  height: 290px;
}.theme--light.v-picker__title {
  background: #e0e0e0;
}

.theme--dark.v-picker__title {
  background: #616161;
}

.theme--light.v-picker__body {
  background: #FFFFFF;
}

.theme--dark.v-picker__body {
  background: #424242;
}

.v-picker {
  border-radius: 5px;
  contain: layout style;
  display: inline-flex;
  flex-direction: column;
  font-size: 1rem;
  vertical-align: top;
  position: relative;
}

.v-picker--full-width {
  display: flex;
  width: 100%;
}

.v-picker--full-width > .v-picker__body {
  margin: initial;
}

.v-picker__title {
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 16px;
}

.v-picker__title__btn {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.v-picker__title__btn:not(.v-picker__title__btn--active) {
  opacity: 0.6;
  cursor: pointer;
}

.v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus) {
  opacity: 1;
}

.v-picker__title__btn--readonly {
  pointer-events: none;
}

.v-picker__title__btn--active {
  opacity: 1;
}

.v-picker__body {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.v-picker__body > div {
  width: 100%;
}

.v-picker__body > div.fade-transition-leave-active {
  position: absolute;
}

.v-picker--landscape .v-picker__title {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 170px;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
}

.v-application--is-ltr .v-picker--landscape .v-picker__title {
  left: 0;
}

.v-application--is-rtl .v-picker--landscape .v-picker__title {
  right: 0;
}

.v-application--is-ltr .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title),
.v-application--is-ltr .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title) {
  margin-left: 170px;
  margin-right: 0;
}

.v-application--is-rtl .v-picker--landscape .v-picker__body:not(.v-picker__body--no-title),
.v-application--is-rtl .v-picker--landscape .v-picker__actions:not(.v-picker__actions--no-title) {
  margin-right: 170px;
  margin-left: 0;
}

.v-picker--flat {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}.container.grow-shrink-0 {
  flex-grow: 0;
  flex-shrink: 0;
}
.container.fill-height {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.container.fill-height > .row {
  flex: 1 1 100%;
  max-width: calc(100% + 24px);
}
.container.fill-height > .layout {
  height: 100%;
  flex: 1 1 auto;
}
.container.fill-height > .layout.grow-shrink-0 {
  flex-grow: 0;
  flex-shrink: 0;
}
.container.grid-list-xs .layout .flex {
  padding: 1px;
}
.container.grid-list-xs .layout:only-child {
  margin: -1px;
}
.container.grid-list-xs .layout:not(:only-child) {
  margin: auto -1px;
}
.container.grid-list-xs *:not(:only-child) .layout:first-child {
  margin-top: -1px;
}
.container.grid-list-xs *:not(:only-child) .layout:last-child {
  margin-bottom: -1px;
}
.container.grid-list-sm .layout .flex {
  padding: 2px;
}
.container.grid-list-sm .layout:only-child {
  margin: -2px;
}
.container.grid-list-sm .layout:not(:only-child) {
  margin: auto -2px;
}
.container.grid-list-sm *:not(:only-child) .layout:first-child {
  margin-top: -2px;
}
.container.grid-list-sm *:not(:only-child) .layout:last-child {
  margin-bottom: -2px;
}
.container.grid-list-md .layout .flex {
  padding: 4px;
}
.container.grid-list-md .layout:only-child {
  margin: -4px;
}
.container.grid-list-md .layout:not(:only-child) {
  margin: auto -4px;
}
.container.grid-list-md *:not(:only-child) .layout:first-child {
  margin-top: -4px;
}
.container.grid-list-md *:not(:only-child) .layout:last-child {
  margin-bottom: -4px;
}
.container.grid-list-lg .layout .flex {
  padding: 8px;
}
.container.grid-list-lg .layout:only-child {
  margin: -8px;
}
.container.grid-list-lg .layout:not(:only-child) {
  margin: auto -8px;
}
.container.grid-list-lg *:not(:only-child) .layout:first-child {
  margin-top: -8px;
}
.container.grid-list-lg *:not(:only-child) .layout:last-child {
  margin-bottom: -8px;
}
.container.grid-list-xl .layout .flex {
  padding: 12px;
}
.container.grid-list-xl .layout:only-child {
  margin: -12px;
}
.container.grid-list-xl .layout:not(:only-child) {
  margin: auto -12px;
}
.container.grid-list-xl *:not(:only-child) .layout:first-child {
  margin-top: -12px;
}
.container.grid-list-xl *:not(:only-child) .layout:last-child {
  margin-bottom: -12px;
}
.layout {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0;
}
.layout.reverse {
  flex-direction: row-reverse;
}
.layout.column {
  flex-direction: column;
}
.layout.column.reverse {
  flex-direction: column-reverse;
}
.layout.column > .flex {
  max-width: 100%;
}
.layout.wrap {
  flex-wrap: wrap;
}
.layout.grow-shrink-0 {
  flex-grow: 0;
  flex-shrink: 0;
}
@media all and (min-width: 0) {
  .flex.xs12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-xs12 {
    order: 12;
  }

  .flex.xs11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-xs11 {
    order: 11;
  }

  .flex.xs10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-xs10 {
    order: 10;
  }

  .flex.xs9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-xs9 {
    order: 9;
  }

  .flex.xs8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-xs8 {
    order: 8;
  }

  .flex.xs7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-xs7 {
    order: 7;
  }

  .flex.xs6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-xs6 {
    order: 6;
  }

  .flex.xs5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-xs5 {
    order: 5;
  }

  .flex.xs4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-xs4 {
    order: 4;
  }

  .flex.xs3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-xs3 {
    order: 3;
  }

  .flex.xs2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-xs2 {
    order: 2;
  }

  .flex.xs1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-xs1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-xs12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-xs12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-xs11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xs11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xs10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xs10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xs9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-xs9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-xs8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xs8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xs7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xs7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xs6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-xs6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-xs5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xs5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xs4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xs4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xs3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-xs3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-xs2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xs2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xs1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xs1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xs0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-xs0 {
    margin-right: 0%;
  }
}
@media all and (min-width: 600px) {
  .flex.sm12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-sm12 {
    order: 12;
  }

  .flex.sm11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-sm11 {
    order: 11;
  }

  .flex.sm10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-sm10 {
    order: 10;
  }

  .flex.sm9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-sm9 {
    order: 9;
  }

  .flex.sm8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-sm8 {
    order: 8;
  }

  .flex.sm7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-sm7 {
    order: 7;
  }

  .flex.sm6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-sm6 {
    order: 6;
  }

  .flex.sm5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-sm5 {
    order: 5;
  }

  .flex.sm4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-sm4 {
    order: 4;
  }

  .flex.sm3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-sm3 {
    order: 3;
  }

  .flex.sm2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-sm2 {
    order: 2;
  }

  .flex.sm1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-sm1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-sm12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-sm12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-sm11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-sm11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-sm10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-sm10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-sm9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-sm9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-sm8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-sm8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-sm7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-sm7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-sm6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-sm6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-sm5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-sm5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-sm4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-sm4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-sm3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-sm3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-sm2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-sm2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-sm1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-sm1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-sm0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-sm0 {
    margin-right: 0%;
  }
}
@media all and (min-width: 960px) {
  .flex.md12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-md12 {
    order: 12;
  }

  .flex.md11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-md11 {
    order: 11;
  }

  .flex.md10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-md10 {
    order: 10;
  }

  .flex.md9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-md9 {
    order: 9;
  }

  .flex.md8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-md8 {
    order: 8;
  }

  .flex.md7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-md7 {
    order: 7;
  }

  .flex.md6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-md6 {
    order: 6;
  }

  .flex.md5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-md5 {
    order: 5;
  }

  .flex.md4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-md4 {
    order: 4;
  }

  .flex.md3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-md3 {
    order: 3;
  }

  .flex.md2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-md2 {
    order: 2;
  }

  .flex.md1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-md1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-md12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-md12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-md11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-md11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-md10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-md10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-md9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-md9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-md8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-md8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-md7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-md7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-md6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-md6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-md5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-md5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-md4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-md4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-md3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-md3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-md2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-md2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-md1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-md1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-md0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-md0 {
    margin-right: 0%;
  }
}
@media all and (min-width: 1264px) {
  .flex.lg12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-lg12 {
    order: 12;
  }

  .flex.lg11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-lg11 {
    order: 11;
  }

  .flex.lg10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-lg10 {
    order: 10;
  }

  .flex.lg9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-lg9 {
    order: 9;
  }

  .flex.lg8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-lg8 {
    order: 8;
  }

  .flex.lg7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-lg7 {
    order: 7;
  }

  .flex.lg6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-lg6 {
    order: 6;
  }

  .flex.lg5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-lg5 {
    order: 5;
  }

  .flex.lg4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-lg4 {
    order: 4;
  }

  .flex.lg3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-lg3 {
    order: 3;
  }

  .flex.lg2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-lg2 {
    order: 2;
  }

  .flex.lg1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-lg1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-lg12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-lg12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-lg11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-lg11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-lg10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-lg10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-lg9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-lg9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-lg8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-lg8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-lg7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-lg7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-lg6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-lg6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-lg5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-lg5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-lg4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-lg4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-lg3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-lg3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-lg2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-lg2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-lg1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-lg1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-lg0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-lg0 {
    margin-right: 0%;
  }
}
@media all and (min-width: 1904px) {
  .flex.xl12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%;
  }

  .flex.order-xl12 {
    order: 12;
  }

  .flex.xl11 {
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    max-width: 91.6666666667%;
  }

  .flex.order-xl11 {
    order: 11;
  }

  .flex.xl10 {
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    max-width: 83.3333333333%;
  }

  .flex.order-xl10 {
    order: 10;
  }

  .flex.xl9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%;
  }

  .flex.order-xl9 {
    order: 9;
  }

  .flex.xl8 {
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    max-width: 66.6666666667%;
  }

  .flex.order-xl8 {
    order: 8;
  }

  .flex.xl7 {
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    max-width: 58.3333333333%;
  }

  .flex.order-xl7 {
    order: 7;
  }

  .flex.xl6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%;
  }

  .flex.order-xl6 {
    order: 6;
  }

  .flex.xl5 {
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    max-width: 41.6666666667%;
  }

  .flex.order-xl5 {
    order: 5;
  }

  .flex.xl4 {
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    max-width: 33.3333333333%;
  }

  .flex.order-xl4 {
    order: 4;
  }

  .flex.xl3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%;
  }

  .flex.order-xl3 {
    order: 3;
  }

  .flex.xl2 {
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    max-width: 16.6666666667%;
  }

  .flex.order-xl2 {
    order: 2;
  }

  .flex.xl1 {
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    max-width: 8.3333333333%;
  }

  .flex.order-xl1 {
    order: 1;
  }

  .v-application--is-ltr .flex.offset-xl12 {
    margin-left: 100%;
  }
  .v-application--is-rtl .flex.offset-xl12 {
    margin-right: 100%;
  }

  .v-application--is-ltr .flex.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xl11 {
    margin-right: 91.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xl10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xl9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .flex.offset-xl9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .flex.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xl8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xl7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xl6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .flex.offset-xl6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .flex.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xl5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xl4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xl3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .flex.offset-xl3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .flex.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .flex.offset-xl2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .flex.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .flex.offset-xl1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .flex.offset-xl0 {
    margin-left: 0%;
  }
  .v-application--is-rtl .flex.offset-xl0 {
    margin-right: 0%;
  }
}
.flex,
.child-flex > * {
  flex: 1 1 auto;
  max-width: 100%;
}
.flex.grow-shrink-0,
.child-flex > *.grow-shrink-0 {
  flex-grow: 0;
  flex-shrink: 0;
}
.spacer {
  flex-grow: 1 !important;
}
.grow {
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
}
.shrink {
  flex-grow: 0 !important;
  flex-shrink: 1 !important;
}
.fill-height {
  height: 100%;
}.container {
  width: 100%;
  padding: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 960px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1264px) {
  .container {
    max-width: 1185px;
  }
}
@media (min-width: 1904px) {
  .container {
    max-width: 1785px;
  }
}
.container--fluid {
  max-width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  margin: -12px;
}
.row + .row {
  margin-top: 12px;
}
.row + .row--dense {
  margin-top: 4px;
}
.row--dense {
  margin: -4px;
}
.row--dense > .col,
.row--dense > [class*=col-] {
  padding: 4px;
}
.row.no-gutters {
  margin: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  width: 100%;
  padding: 12px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.v-application--is-ltr .offset-1 {
  margin-left: 8.3333333333%;
}
.v-application--is-rtl .offset-1 {
  margin-right: 8.3333333333%;
}
.v-application--is-ltr .offset-2 {
  margin-left: 16.6666666667%;
}
.v-application--is-rtl .offset-2 {
  margin-right: 16.6666666667%;
}
.v-application--is-ltr .offset-3 {
  margin-left: 25%;
}
.v-application--is-rtl .offset-3 {
  margin-right: 25%;
}
.v-application--is-ltr .offset-4 {
  margin-left: 33.3333333333%;
}
.v-application--is-rtl .offset-4 {
  margin-right: 33.3333333333%;
}
.v-application--is-ltr .offset-5 {
  margin-left: 41.6666666667%;
}
.v-application--is-rtl .offset-5 {
  margin-right: 41.6666666667%;
}
.v-application--is-ltr .offset-6 {
  margin-left: 50%;
}
.v-application--is-rtl .offset-6 {
  margin-right: 50%;
}
.v-application--is-ltr .offset-7 {
  margin-left: 58.3333333333%;
}
.v-application--is-rtl .offset-7 {
  margin-right: 58.3333333333%;
}
.v-application--is-ltr .offset-8 {
  margin-left: 66.6666666667%;
}
.v-application--is-rtl .offset-8 {
  margin-right: 66.6666666667%;
}
.v-application--is-ltr .offset-9 {
  margin-left: 75%;
}
.v-application--is-rtl .offset-9 {
  margin-right: 75%;
}
.v-application--is-ltr .offset-10 {
  margin-left: 83.3333333333%;
}
.v-application--is-rtl .offset-10 {
  margin-right: 83.3333333333%;
}
.v-application--is-ltr .offset-11 {
  margin-left: 91.6666666667%;
}
.v-application--is-rtl .offset-11 {
  margin-right: 91.6666666667%;
}
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-application--is-ltr .offset-sm-0 {
    margin-left: 0;
  }
  .v-application--is-rtl .offset-sm-0 {
    margin-right: 0;
  }

  .v-application--is-ltr .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .offset-sm-1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .offset-sm-2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .offset-sm-3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .offset-sm-3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .offset-sm-4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .offset-sm-5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .offset-sm-6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .offset-sm-6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .offset-sm-7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .offset-sm-8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .offset-sm-9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .offset-sm-9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .offset-sm-10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .offset-sm-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 960px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-application--is-ltr .offset-md-0 {
    margin-left: 0;
  }
  .v-application--is-rtl .offset-md-0 {
    margin-right: 0;
  }

  .v-application--is-ltr .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .offset-md-1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .offset-md-2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .offset-md-3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .offset-md-3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .offset-md-4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .offset-md-5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .offset-md-6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .offset-md-6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .offset-md-7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .offset-md-8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .offset-md-9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .offset-md-9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .offset-md-10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .offset-md-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 1264px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-application--is-ltr .offset-lg-0 {
    margin-left: 0;
  }
  .v-application--is-rtl .offset-lg-0 {
    margin-right: 0;
  }

  .v-application--is-ltr .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .offset-lg-1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .offset-lg-2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .offset-lg-3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .offset-lg-3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .offset-lg-4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .offset-lg-5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .offset-lg-6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .offset-lg-6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .offset-lg-7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .offset-lg-8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .offset-lg-9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .offset-lg-9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .offset-lg-10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .offset-lg-11 {
    margin-right: 91.6666666667%;
  }
}
@media (min-width: 1904px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .v-application--is-ltr .offset-xl-0 {
    margin-left: 0;
  }
  .v-application--is-rtl .offset-xl-0 {
    margin-right: 0;
  }

  .v-application--is-ltr .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .v-application--is-rtl .offset-xl-1 {
    margin-right: 8.3333333333%;
  }

  .v-application--is-ltr .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .v-application--is-rtl .offset-xl-2 {
    margin-right: 16.6666666667%;
  }

  .v-application--is-ltr .offset-xl-3 {
    margin-left: 25%;
  }
  .v-application--is-rtl .offset-xl-3 {
    margin-right: 25%;
  }

  .v-application--is-ltr .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .v-application--is-rtl .offset-xl-4 {
    margin-right: 33.3333333333%;
  }

  .v-application--is-ltr .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .v-application--is-rtl .offset-xl-5 {
    margin-right: 41.6666666667%;
  }

  .v-application--is-ltr .offset-xl-6 {
    margin-left: 50%;
  }
  .v-application--is-rtl .offset-xl-6 {
    margin-right: 50%;
  }

  .v-application--is-ltr .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .v-application--is-rtl .offset-xl-7 {
    margin-right: 58.3333333333%;
  }

  .v-application--is-ltr .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .v-application--is-rtl .offset-xl-8 {
    margin-right: 66.6666666667%;
  }

  .v-application--is-ltr .offset-xl-9 {
    margin-left: 75%;
  }
  .v-application--is-rtl .offset-xl-9 {
    margin-right: 75%;
  }

  .v-application--is-ltr .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .v-application--is-rtl .offset-xl-10 {
    margin-right: 83.3333333333%;
  }

  .v-application--is-ltr .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .v-application--is-rtl .offset-xl-11 {
    margin-right: 91.6666666667%;
  }
}.theme--light.v-navigation-drawer {
  background-color: #FFFFFF;
}
.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
  background-color: rgba(0, 0, 0, 0.12);
}
.theme--light.v-navigation-drawer .v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}
.theme--dark.v-navigation-drawer {
  background-color: #363636;
}
.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
  background-color: rgba(255, 255, 255, 0.12);
}
.theme--dark.v-navigation-drawer .v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}
.v-navigation-drawer {
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  pointer-events: auto;
  top: 0;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, visibility, width;
}
.v-navigation-drawer:not([data-booted=true]) {
  transition: none !important;
}
.v-navigation-drawer.v-navigation-drawer--right:after {
  left: 0;
  right: initial;
}
.v-navigation-drawer .v-list:not(.v-select-list) {
  background: inherit;
}
.v-navigation-drawer__border {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0px;
}
.v-navigation-drawer__content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.v-navigation-drawer__image {
  border-radius: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  contain: strict;
  width: 100%;
}
.v-navigation-drawer__image .v-image {
  border-radius: inherit;
}
.v-navigation-drawer--bottom.v-navigation-drawer--is-mobile {
  max-height: 50%;
  top: auto;
  bottom: 0;
  min-width: 100%;
}
.v-navigation-drawer--right {
  left: auto;
  right: 0;
}
.v-navigation-drawer--right > .v-navigation-drawer__border {
  right: auto;
  left: 0;
}
.v-navigation-drawer--absolute {
  z-index: 1;
}
.v-navigation-drawer--fixed {
  z-index: 6;
}
.v-navigation-drawer--absolute {
  position: absolute;
}
.v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(.v-navigation-drawer--is-mobile) {
  z-index: 4;
}
.v-navigation-drawer--fixed {
  position: fixed;
}
.v-navigation-drawer--floating:after {
  display: none;
}
.v-navigation-drawer--mini-variant {
  overflow: hidden;
}
.v-navigation-drawer--mini-variant .v-list-item > *:first-child {
  margin-left: 0;
  margin-right: 0;
}
.v-navigation-drawer--mini-variant .v-list-item > *:not(:first-child) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  display: initial;
}
.v-navigation-drawer--mini-variant .v-list-group--no-action .v-list-group__items,
.v-navigation-drawer--mini-variant .v-list-group--sub-group {
  display: none;
}
.v-navigation-drawer--mini-variant.v-navigation-drawer--custom-mini-variant .v-list-item {
  justify-content: center;
}
.v-navigation-drawer--temporary {
  z-index: 7;
}
.v-navigation-drawer--mobile {
  z-index: 6;
}
.v-navigation-drawer--close {
  visibility: hidden;
}
.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}.theme--light.v-pagination .v-pagination__item {
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-pagination .v-pagination__item--active {
  color: #FFFFFF;
}
.theme--light.v-pagination .v-pagination__navigation {
  background: #FFFFFF;
}
.theme--dark.v-pagination .v-pagination__item {
  background: #1E1E1E;
  color: #FFFFFF;
}
.theme--dark.v-pagination .v-pagination__item--active {
  color: var(--v-primary-white);
}
.theme--dark.v-pagination .v-pagination__navigation {
  background: #1E1E1E;
}
.v-pagination {
  align-items: center;
  display: inline-flex;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.v-pagination.v-pagination {
  padding-left: 0;
}
.v-pagination > li {
  align-items: center;
  display: flex;
}
.v-pagination--circle .v-pagination__item,
.v-pagination--circle .v-pagination__more,
.v-pagination--circle .v-pagination__navigation {
  border-radius: 50%;
}
.v-pagination--disabled {
  pointer-events: none;
  opacity: 0.6;
}
.v-pagination__item {
  background: transparent;
  border-radius: 0px;
  font-size: 1rem;
  height: 25px;
  margin: 0px;
  min-width: 25px;
  padding: 0 5px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
  width: auto;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.v-pagination__item--active {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.v-pagination__navigation {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 25px;
  width: 25px;
  margin: 0px;
}
.v-pagination__navigation .v-icon {
  transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  vertical-align: middle;
}
.v-pagination__navigation--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.v-pagination__more {
  margin: 0px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  height: 25px;
  width: 25px;
}.theme--light.v-snack__wrapper {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-snack__wrapper {
  color: #FFFFFF;
}

.v-sheet.v-snack__wrapper {
  border-radius: 5px;
}

.v-sheet.v-snack__wrapper:not(.v-sheet--outlined) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.v-sheet.v-snack__wrapper.v-sheet--shaped {
  border-radius: 20px 5px;
}

.v-snack {
  bottom: 0;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  left: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 100%;
}

.v-snack:not(.v-snack--absolute) {
  height: 100vh;
  position: fixed;
  z-index: 1000;
}

.v-snack:not(.v-snack--centered):not(.v-snack--top) {
  align-items: flex-end;
}

.v-snack__wrapper {
  align-items: center;
  border-color: currentColor !important;
  display: flex;
  margin: 8px;
  max-width: 672px;
  min-height: 48px;
  min-width: 344px;
  padding: 0;
  pointer-events: auto;
  position: relative;
  transition-duration: 0.15s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
}

.v-snack__wrapper.theme--dark {
  background-color: #333333;
  color: rgba(255, 255, 255, 0.87);
}

.v-snack__content {
  flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0178571429em;
  line-height: 1.25rem;
  margin-right: auto;
  padding: 14px 16px;
  text-align: initial;
}

.v-snack__action {
  align-items: center;
  align-self: center;
  display: flex;
}

.v-snack__action .v-ripple__container {
  display: none;
}

.v-application--is-ltr .v-snack__action {
  margin-right: 8px;
}

.v-application--is-rtl .v-snack__action {
  margin-left: 8px;
}

.v-snack__action > .v-snack__btn.v-btn {
  padding: 0 8px;
}

.v-snack__btn {
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  min-width: auto;
}

.v-snack--absolute {
  height: 100%;
  position: absolute;
  z-index: 1;
}

.v-snack--centered {
  align-items: center;
}

.v-snack--left {
  justify-content: flex-start;
  right: auto;
}

.v-snack--multi-line .v-snack__wrapper {
  min-height: 68px;
}

.v-snack--right {
  justify-content: flex-end;
  left: auto;
}

.v-snack:not(.v-snack--has-background) .v-snack__wrapper {
  box-shadow: none;
}

.v-snack--bottom {
  top: auto;
}

.v-snack--text .v-snack__wrapper:before {
  background-color: currentColor;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.v-snack--top {
  align-items: flex-start;
  bottom: auto;
}

.v-snack--vertical .v-snack__wrapper {
  flex-direction: column;
}

.v-snack--vertical .v-snack__wrapper .v-snack__action {
  align-self: flex-end;
  margin-bottom: 8px;
}

.v-snack-transition-enter.v-snack__wrapper {
  transform: scale(0.8);
}

.v-snack-transition-enter.v-snack__wrapper, .v-snack-transition-leave-to.v-snack__wrapper {
  opacity: 0;
}.theme--light.v-input--switch .v-input--switch__thumb {
  color: #FFFFFF;
}
.theme--light.v-input--switch .v-input--switch__track {
  color: rgba(0, 0, 0, 0.38);
}
.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb {
  color: #fafafa !important;
}
.theme--light.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track {
  color: rgba(0, 0, 0, 0.12) !important;
}
.theme--dark.v-input--switch .v-input--switch__thumb {
  color: #bdbdbd;
}
.theme--dark.v-input--switch .v-input--switch__track {
  color: rgba(255, 255, 255, 0.3);
}
.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb {
  color: #424242 !important;
}
.theme--dark.v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__track {
  color: rgba(255, 255, 255, 0.1) !important;
}
.v-input--switch__track, .v-input--switch__thumb {
  background-color: currentColor;
  pointer-events: none;
  transition: inherit;
}
.v-input--switch__track {
  border-radius: 8px;
  width: 36px;
  height: 14px;
  left: 2px;
  position: absolute;
  opacity: 0.6;
  right: 2px;
  top: calc(50% - 7px);
}
.v-input--switch__thumb {
  border-radius: 50%;
  top: calc(50% - 10px);
  height: 20px;
  position: relative;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-input--switch .v-input--selection-controls__input {
  width: 38px;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-input--switch .v-input--selection-controls__ripple {
  top: calc(50% - 24px);
}
.v-input--switch.v-input--dense .v-input--switch__thumb {
  width: 18px;
  height: 18px;
}
.v-input--switch.v-input--dense .v-input--switch__track {
  height: 12px;
  width: 32px;
}
.v-input--switch.v-input--dense.v-input--switch--inset .v-input--switch__track {
  height: 22px;
  width: 44px;
  top: calc(50% - 12px);
  left: -3px;
}
.v-input--switch.v-input--dense .v-input--selection-controls__ripple {
  top: calc(50% - 22px);
}
.v-input--switch.v-input--is-dirty.v-input--is-disabled .v-input--selection-controls__input {
  opacity: 0.6;
}
.v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple {
  left: -14px;
}
.v-application--is-ltr .v-input--switch.v-input--dense .v-input--selection-controls__ripple {
  left: -12px;
}
.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
  transform: translate(20px, 0);
}
.v-application--is-rtl .v-input--switch .v-input--selection-controls__ripple {
  right: -14px;
}
.v-application--is-rtl .v-input--switch.v-input--dense .v-input--selection-controls__ripple {
  right: -12px;
}
.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch.v-input--is-dirty .v-input--switch__thumb {
  transform: translate(-20px, 0);
}
.v-input--switch:not(.v-input--switch--flat):not(.v-input--switch--inset) .v-input--switch__thumb {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.v-input--switch--inset .v-input--switch__track,
.v-input--switch--inset .v-input--selection-controls__input {
  width: 48px;
}
.v-input--switch--inset .v-input--switch__track {
  border-radius: 14px;
  height: 28px;
  left: -4px;
  opacity: 0.32;
  top: calc(50% - 14px);
}
.v-application--is-ltr .v-input--switch--inset .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch--inset .v-input--switch__thumb {
  transform: translate(0, 0) !important;
}
.v-application--is-rtl .v-input--switch--inset .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch--inset .v-input--switch__thumb {
  transform: translate(-6px, 0) !important;
}
.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-ltr .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb {
  transform: translate(20px, 0) !important;
}
.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--selection-controls__ripple,
.v-application--is-rtl .v-input--switch--inset.v-input--is-dirty .v-input--switch__thumb {
  transform: translate(-26px, 0) !important;
}.theme--light.v-tabs > .v-tabs-bar {
  background-color: #FFFFFF;
}
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon,
.theme--light.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-btn,
.theme--light.v-tabs > .v-tabs-bar .v-tab--disabled {
  color: rgba(0, 0, 0, 0.54);
}
.theme--light.v-tabs .v-tab:hover::before {
  opacity: 0.04;
}
.theme--light.v-tabs .v-tab:focus::before {
  opacity: 0.12;
}
.theme--light.v-tabs .v-tab--active:hover::before, .theme--light.v-tabs .v-tab--active::before {
  opacity: 0.12;
}
.theme--light.v-tabs .v-tab--active:focus::before {
  opacity: 0.16;
}
.theme--dark.v-tabs > .v-tabs-bar {
  background-color: #1E1E1E;
}
.theme--dark.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active),
.theme--dark.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-icon,
.theme--dark.v-tabs > .v-tabs-bar .v-tab:not(.v-tab--active) > .v-btn,
.theme--dark.v-tabs > .v-tabs-bar .v-tab--disabled {
  color: rgba(255, 255, 255, 0.6);
}
.theme--dark.v-tabs .v-tab:hover::before {
  opacity: 0.08;
}
.theme--dark.v-tabs .v-tab:focus::before {
  opacity: 0.24;
}
.theme--dark.v-tabs .v-tab--active:hover::before, .theme--dark.v-tabs .v-tab--active::before {
  opacity: 0.24;
}
.theme--dark.v-tabs .v-tab--active:focus::before {
  opacity: 0.32;
}
.theme--light.v-tabs-items {
  background-color: #FFFFFF;
}
.theme--dark.v-tabs-items {
  background-color: #1E1E1E;
}
.v-tabs-bar.primary .v-tab,
.v-tabs-bar.primary .v-tabs-slider, .v-tabs-bar.secondary .v-tab,
.v-tabs-bar.secondary .v-tabs-slider, .v-tabs-bar.accent .v-tab,
.v-tabs-bar.accent .v-tabs-slider, .v-tabs-bar.success .v-tab,
.v-tabs-bar.success .v-tabs-slider, .v-tabs-bar.error .v-tab,
.v-tabs-bar.error .v-tabs-slider, .v-tabs-bar.warning .v-tab,
.v-tabs-bar.warning .v-tabs-slider, .v-tabs-bar.info .v-tab,
.v-tabs-bar.info .v-tabs-slider {
  color: #FFFFFF;
}
.v-tabs {
  flex: 1 1 auto;
  width: 100%;
}
.v-tabs .v-menu__activator {
  height: 100%;
}
.v-tabs.v.tabs--vertical.v-tabs--right {
  flex-direction: row-reverse;
}
.v-tabs:not(.v-tabs--vertical) .v-tab {
  white-space: normal;
}
.v-tabs:not(.v-tabs--vertical).v-tabs--right > .v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__next {
  display: initial;
  visibility: hidden;
}
.v-tabs:not(.v-tabs--vertical):not(.v-tabs--right) > .v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev {
  display: initial;
  visibility: hidden;
}
.v-tabs-bar {
  border-radius: inherit;
  height: 40px;
}
.v-tabs-bar.v-item-group > * {
  cursor: initial;
}
.v-tab {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 0 1 auto;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.0892857143em;
  line-height: normal;
  min-width: 90px;
  max-width: 360px;
  outline: none;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: none;
  user-select: none;
}
.v-tab.v-tab {
  color: inherit;
}
.v-tab:before {
  background-color: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-tabs-slider {
  background-color: currentColor;
  height: 100%;
  width: 100%;
}
.v-tabs-slider-wrapper {
  bottom: 0;
  margin: 0 !important;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  z-index: 1;
}
.v-application--is-ltr .v-tabs--align-with-title > .v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tab:first-child, .v-application--is-ltr .v-tabs--align-with-title > .v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tabs-slider-wrapper + .v-tab {
  margin-left: 42px;
}
.v-application--is-rtl .v-tabs--align-with-title > .v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tab:first-child, .v-application--is-rtl .v-tabs--align-with-title > .v-tabs-bar:not(.v-tabs-bar--show-arrows):not(.v-slide-group--is-overflowing) > .v-slide-group__wrapper > .v-tabs-bar__content > .v-tabs-slider-wrapper + .v-tab {
  margin-right: 42px;
}
.v-application--is-ltr .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-bar__content > *:last-child,
.v-application--is-ltr .v-tabs--centered > .v-tabs-bar .v-tabs-bar__content > *:last-child {
  margin-right: auto;
}
.v-application--is-rtl .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-bar__content > *:last-child,
.v-application--is-rtl .v-tabs--centered > .v-tabs-bar .v-tabs-bar__content > *:last-child {
  margin-left: auto;
}
.v-application--is-ltr .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-bar__content > *:first-child:not(.v-tabs-slider-wrapper),
.v-application--is-ltr .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-slider-wrapper + *,
.v-application--is-ltr .v-tabs--centered > .v-tabs-bar .v-tabs-bar__content > *:first-child:not(.v-tabs-slider-wrapper),
.v-application--is-ltr .v-tabs--centered > .v-tabs-bar .v-tabs-slider-wrapper + * {
  margin-left: auto;
}
.v-application--is-rtl .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-bar__content > *:first-child:not(.v-tabs-slider-wrapper),
.v-application--is-rtl .v-tabs--fixed-tabs > .v-tabs-bar .v-tabs-slider-wrapper + *,
.v-application--is-rtl .v-tabs--centered > .v-tabs-bar .v-tabs-bar__content > *:first-child:not(.v-tabs-slider-wrapper),
.v-application--is-rtl .v-tabs--centered > .v-tabs-bar .v-tabs-slider-wrapper + * {
  margin-right: auto;
}
.v-tabs--fixed-tabs > .v-tabs-bar .v-tab {
  flex: 1 1 auto;
  width: 100%;
}
.v-tabs--grow > .v-tabs-bar .v-tab {
  flex: 1 0 auto;
  max-width: none;
}
.v-tabs--icons-and-text > .v-tabs-bar {
  height: 72px;
}
.v-tabs--icons-and-text > .v-tabs-bar .v-tab {
  flex-direction: column-reverse;
}
.v-tabs--icons-and-text > .v-tabs-bar .v-tab > *:first-child {
  margin-bottom: 6px;
}
.v-tabs--overflow > .v-tabs-bar .v-tab {
  flex: 1 0 auto;
}
.v-application--is-ltr .v-tabs--right > .v-tabs-bar .v-tab:first-child,
.v-application--is-ltr .v-tabs--right > .v-tabs-bar .v-tabs-slider-wrapper + .v-tab {
  margin-left: auto;
}
.v-application--is-rtl .v-tabs--right > .v-tabs-bar .v-tab:first-child,
.v-application--is-rtl .v-tabs--right > .v-tabs-bar .v-tabs-slider-wrapper + .v-tab {
  margin-right: auto;
}
.v-application--is-ltr .v-tabs--right > .v-tabs-bar .v-tab:last-child {
  margin-right: 0;
}
.v-application--is-rtl .v-tabs--right > .v-tabs-bar .v-tab:last-child {
  margin-left: 0;
}
.v-tabs--vertical {
  display: flex;
}
.v-tabs--vertical > .v-tabs-bar {
  flex: 1 0 auto;
  height: auto;
}
.v-tabs--vertical > .v-tabs-bar .v-slide-group__next,
.v-tabs--vertical > .v-tabs-bar .v-slide-group__prev {
  display: none;
}
.v-tabs--vertical > .v-tabs-bar .v-tabs-bar__content {
  flex-direction: column;
}
.v-tabs--vertical > .v-tabs-bar .v-tab {
  height: 40px;
}
.v-tabs--vertical > .v-tabs-bar .v-tabs-slider {
  height: 100%;
}
.v-tabs--vertical > .v-window {
  flex: 0 1 100%;
}
.v-tabs--vertical.v-tabs--icons-and-text > .v-tabs-bar .v-tab {
  height: 72px;
}
.v-tab--active {
  color: inherit;
}
.v-tab--active.v-tab:not(:focus)::before {
  opacity: 0;
}
.v-tab--active .v-icon,
.v-tab--active .v-btn.v-btn--flat {
  color: inherit;
}
.v-tab--disabled {
  opacity: 0.5;
}
.v-tab--disabled, .v-tab--disabled * {
  pointer-events: none;
}.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea {
  color: #FFFFFF;
}
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea {
  color: rgba(0, 0, 0, 0.87);
}
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.v-textarea textarea {
  align-self: stretch;
  flex: 1 1 auto;
  line-height: 1.75rem;
  max-width: 100%;
  min-height: 32px;
  outline: none;
  padding: 0;
  width: 100%;
}
.v-textarea .v-text-field__prefix,
.v-textarea .v-text-field__suffix {
  padding-top: 2px;
  align-self: start;
}
.v-textarea.v-text-field--box .v-text-field__prefix,
.v-textarea.v-text-field--box textarea, .v-textarea.v-text-field--enclosed .v-text-field__prefix,
.v-textarea.v-text-field--enclosed textarea {
  margin-top: 24px;
}
.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,
.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,
.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) textarea, .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,
.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,
.v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) textarea, .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__prefix,
.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-text-field__suffix,
.v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) textarea, .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__prefix,
.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-text-field__suffix,
.v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) textarea {
  margin-top: 10px;
}
.v-textarea.v-text-field--box.v-text-field--single-line:not(.v-input--dense) .v-label, .v-textarea.v-text-field--box.v-text-field--outlined:not(.v-input--dense) .v-label, .v-textarea.v-text-field--enclosed.v-text-field--single-line:not(.v-input--dense) .v-label, .v-textarea.v-text-field--enclosed.v-text-field--outlined:not(.v-input--dense) .v-label {
  top: 18px;
}
.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__prefix,
.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-text-field__suffix,
.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense textarea, .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__prefix,
.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-text-field__suffix,
.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense textarea, .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__prefix,
.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-text-field__suffix,
.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense textarea, .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__prefix,
.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-text-field__suffix,
.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense textarea {
  margin-top: 6px;
}
.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-inner,
.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__prepend-outer,
.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-inner,
.v-textarea.v-text-field--box.v-text-field--single-line.v-input--dense .v-input__append-outer, .v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-inner,
.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__prepend-outer,
.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-inner,
.v-textarea.v-text-field--box.v-text-field--outlined.v-input--dense .v-input__append-outer, .v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-inner,
.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__prepend-outer,
.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-inner,
.v-textarea.v-text-field--enclosed.v-text-field--single-line.v-input--dense .v-input__append-outer, .v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-inner,
.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__prepend-outer,
.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-inner,
.v-textarea.v-text-field--enclosed.v-text-field--outlined.v-input--dense .v-input__append-outer {
  align-self: flex-start;
  margin-top: 8px;
}
.v-textarea.v-text-field--solo {
  align-items: flex-start;
}
.v-textarea.v-text-field--solo .v-input__control textarea {
  caret-color: auto;
}
.v-textarea.v-text-field--solo .v-input__prepend-inner,
.v-textarea.v-text-field--solo .v-input__prepend-outer,
.v-textarea.v-text-field--solo .v-input__append-inner,
.v-textarea.v-text-field--solo .v-input__append-outer {
  align-self: flex-start;
  margin-top: 12px;
}
.v-application--is-ltr .v-textarea.v-text-field--solo .v-input__append-inner {
  padding-left: 12px;
}
.v-application--is-rtl .v-textarea.v-text-field--solo .v-input__append-inner {
  padding-right: 12px;
}
.v-textarea--auto-grow textarea {
  overflow: hidden;
}
.v-textarea--no-resize textarea {
  resize: none;
}
.v-textarea.v-text-field--enclosed .v-text-field__slot {
  align-self: stretch;
}
.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot {
  margin-right: -12px;
}
.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot {
  margin-left: -12px;
}
.v-application--is-ltr .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
  padding-right: 12px;
}
.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
  padding-left: 12px;
}
.v-application--is-ltr .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label {
  margin-right: 12px;
}
.v-application--is-rtl .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label {
  margin-left: 12px;
}.v-time-picker-title {
  color: #FFFFFF;
  display: flex;
  line-height: 1;
  justify-content: flex-end;
}

.v-time-picker-title__time {
  white-space: nowrap;
  direction: ltr;
}

.v-time-picker-title__time .v-picker__title__btn,
.v-time-picker-title__time span {
  align-items: center;
  display: inline-flex;
  height: 70px;
  font-size: 70px;
  justify-content: center;
}

.v-time-picker-title__ampm {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-transform: uppercase;
}

.v-application--is-ltr .v-time-picker-title__ampm {
  margin: 0 0 6px 8px;
}

.v-application--is-rtl .v-time-picker-title__ampm {
  margin: 0 8px 6px 0;
}

.v-time-picker-title__ampm div:only-child {
  flex-direction: row;
}

.v-time-picker-title__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
  opacity: 0.6;
}

.v-picker__title--landscape .v-time-picker-title {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.v-picker__title--landscape .v-time-picker-title__time {
  text-align: right;
}

.v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,
.v-picker__title--landscape .v-time-picker-title__time span {
  height: 55px;
  font-size: 55px;
}

.v-picker__title--landscape .v-time-picker-title__ampm {
  margin: 16px 0 0;
  align-self: initial;
  text-align: center;
}

.v-picker--time .v-picker__title--landscape {
  padding: 0;
}

.v-picker--time .v-picker__title--landscape .v-time-picker-title__time {
  text-align: center;
}.theme--light.v-time-picker-clock {
  background: #e0e0e0;
}
.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled {
  color: rgba(0, 0, 0, 0.26);
}
.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
  color: rgba(255, 255, 255, 0.3);
}
.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
  background-color: #bdbdbd;
}
.theme--light.v-time-picker-clock--indeterminate:after {
  color: #bdbdbd;
}
.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
  background-color: #bdbdbd;
}
.theme--dark.v-time-picker-clock {
  background: #616161;
}
.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled {
  color: rgba(255, 255, 255, 0.3);
}
.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
  color: rgba(255, 255, 255, 0.3);
}
.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
  background-color: #757575;
}
.theme--dark.v-time-picker-clock--indeterminate:after {
  color: #757575;
}
.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
  background-color: #757575;
}
.v-time-picker-clock {
  border-radius: 100%;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  user-select: none;
  width: 100%;
  padding-top: 100%;
  flex: 1 0 auto;
}
.v-time-picker-clock__container {
  display: flex;
  flex-direction: column;
  flex-basis: 290px;
  justify-content: center;
  padding: 10px;
}
.v-time-picker-clock__ampm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
}
.v-time-picker-clock__hand {
  height: calc(50% - 4px);
  width: 2px;
  bottom: 50%;
  left: calc(50% - 1px);
  transform-origin: center bottom;
  position: absolute;
  will-change: transform;
  z-index: 1;
}
.v-time-picker-clock__hand:before {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.v-time-picker-clock__hand:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 100%;
  left: 50%;
  border-radius: 100%;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
  transform: translate(-50%, -50%);
}
.v-time-picker-clock__hand--inner:after {
  height: 14px;
}
.v-picker--full-width .v-time-picker-clock__container {
  max-width: 290px;
}
.v-time-picker-clock__inner {
  position: absolute;
  bottom: 27px;
  left: 27px;
  right: 27px;
  top: 27px;
}
.v-time-picker-clock__item {
  align-items: center;
  border-radius: 100%;
  cursor: default;
  display: flex;
  font-size: 16px;
  justify-content: center;
  height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
  user-select: none;
  transform: translate(-50%, -50%);
}
.v-time-picker-clock__item > span {
  z-index: 1;
}
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  transform: translate(-50%, -50%);
}
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
  height: 40px;
  width: 40px;
}
.v-time-picker-clock__item--active {
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}
.v-time-picker-clock__item--disabled {
  pointer-events: none;
}
.v-picker--landscape .v-time-picker-clock__container {
  flex-direction: row;
}
.v-picker--landscape .v-time-picker-clock__ampm {
  flex-direction: column;
}.v-tooltip {
  display: none;
}
.v-tooltip--attached {
  display: inline;
}
.v-tooltip__content {
  background: var(--v-bg-gray);
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 2px 8px;
  position: absolute;
  text-transform: initial;
  width: auto;
  opacity: 0;
  pointer-events: none;
}
.v-tooltip__content.menuable__content__active {
  opacity: 1;
}
.v-tooltip__content--fixed {
  position: fixed;
}
.v-tooltip__content[class*=-active] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.v-tooltip__content[class*=enter-active] {
  transition-duration: 150ms;
}
.v-tooltip__content[class*=leave-active] {
  transition-duration: 75ms;
}.z1000 {
  z-index: 1000 !important;
}.searchDialog {
  border-radius: 40px !important;
}.searchDialog .v-progress-linear {
  height: 2px !important;
  border-radius: 1px !important;
  width: 336px;
  margin-top: 2px;
  margin-left: 16px;
}.vDiv[data-v-7f398097] {
  background-color: var(--6afe727c);
}
.footer[data-v-7f398097] {
  color: var(--6afe727c);
}
.link[data-v-7f398097] {
  text-decoration: none !important;
  color: var(--6afe727c);
}
.losIcon[data-v-7f398097] {
  width: 120px;
  height: 40px;
  background-color: var(--6afe727c);
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url("/images/los_logo_pb_full.svg");
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("/images/los_logo_pb_full.svg");
}.memberPanel[data-v-1306faf5] {
  min-height: 48px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}.header2[data-v-a2622f17] {
  min-height: 48px;
}
.memberPanel[data-v-a2622f17] {
  position: absolute;
  right: 0px;
  min-height: 48px;
  max-width: 100%;
  z-index: 5;
}
.barBacker[data-v-a2622f17] {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.breadcrumbLink[data-v-a2622f17] {
  color: var(--v-primary-white) !important;
  text-decoration: none;
}
.breadcrumbLink[data-v-a2622f17] :hover {
  text-decoration: underline;
}.callout {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.4em;
  overflow: hidden;
  margin: 1em 0.5em 1em 0em;
}
.callout-title {
  font-weight: 700;
  align-items: center;
  display: flex;
}
.callout-title i {
  margin-right: 0.5em;
}
.callout .callout-title {
  margin-bottom: 0.2em;
}
.callout p {
  padding: 0.3em 0.5em;
  margin: 0;
}
.callout .callout-content p {
  margin-top: 0em !important;
  margin-bottom: 0.1em !important;
}
.mdrStyles hr {
  margin-top: 1em;
  margin-bottom: 1em;
  height: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 0px none;
  border-left: 0px none;
  border-right: 0px none;
}
.mdrStyles img {
  max-width: 100% !important;
}
.mdrStyles h1:not(:first-child) {
  padding: 32px 0px 0px 0px;
}
.mdrStyles h1 a {
  text-decoration: unset;
}
.mdrStyles h1 a:hover {
  text-decoration: underline;
}
.mdrStyles h2 {
  padding: 24px 0px 0px 0px;
}
.mdrStyles h2 a {
  text-decoration: unset;
}
.mdrStyles h2 a:hover {
  text-decoration: underline;
}
.mdrStyles h3 {
  padding: 16px 0px 0px 0px;
}
.mdrStyles h3 a {
  text-decoration: unset;
}
.mdrStyles h3 a:hover {
  text-decoration: underline;
}
.mdrStyles h4 {
  padding: 8px 0px 0px 0px;
}
.mdrStyles h4 a {
  text-decoration: unset;
}
.mdrStyles h4 a:hover {
  text-decoration: underline;
}
.mdrStyles h5 {
  padding: 8px 0px 0px 0px;
}
.mdrStyles h5 a {
  text-decoration: unset;
}
.mdrStyles h5 a:hover {
  text-decoration: underline;
}
.mdrStyles p {
  margin-bottom: 12px;
}
.mdrStyles ul {
  padding: 0px 0px 0px 24px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.mdrStyles li {
  padding: 2px 0px 2px 0px;
}
.mdrRulebook a {
  text-decoration: unset;
}
.mdrRulebook a:hover {
  text-decoration: underline;
}
.mdrRulebook h1 {
  font-size: 2.5rem;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  counter-increment: h1;
  counter-reset: h2;
}
.mdrRulebook h1:not(:first-child) {
  padding: 1em 0em 0.5em 0em;
}
.mdrRulebook h2 {
  font-size: 2rem;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  counter-increment: h2;
  counter-reset: h3;
}
.mdrRulebook h2::before {
  content: counter(h2) ".";
  margin-right: 0.5rem;
  opacity: 50%;
}
.mdrRulebook h2:not(:first-child) {
  padding: 1rem 0rem 0.5rem 0rem;
}
.mdrRulebook h3 {
  font-size: 1.75em;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  counter-increment: h3;
  counter-reset: h4;
}
.mdrRulebook h3::before {
  content: counter(h2) "." counter(h3) ".";
  margin-right: 0.5rem;
  opacity: 50%;
}
.mdrRulebook h3:not(:first-child) {
  padding: 1rem 0rem 0.5rem 0rem;
}
.mdrRulebook h4 {
  font-size: 1.5rem;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  counter-increment: h4;
  counter-reset: h5;
}
.mdrRulebook h4::before {
  content: counter(h2) "." counter(h3) "." counter(h4) ".";
  margin-right: 0.5rem;
  opacity: 50%;
}
.mdrRulebook h4:not(:first-child) {
  padding: 1rem 0rem 0.5rem 0rem;
}
.mdrRulebook h5 {
  font-size: 1.25em;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  counter-increment: h5;
  counter-reset: h6;
}
.mdrRulebook h5::before {
  content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ".";
  margin-right: 0.5em;
  opacity: 50%;
}
.mdrRulebook h5:not(:first-child) {
  padding: 1rem 0rem 0.5rem 0rem;
}
.mdrRulebook h6 {
  font-size: 1.125em;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  counter-increment: h6;
  counter-reset: h7;
}
.mdrRulebook h6::before {
  content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) ".";
  margin-right: 0.5em;
  opacity: 50%;
}
.mdrRulebook h6:not(:first-child) {
  padding: 1rem 0rem 0.5rem 0rem;
}
.mdrRulebook ol {
  padding: 0em 0em 0em 1.5em;
}
.mdrRulebook ul {
  padding: 0em 0em 0em 1.5em;
}
.mdrRulebook li {
  padding: 0em 0em 0em 0.5em;
}
.mdrRulebook li:last-of-type {
  padding: 0em 0em 0.1em 0.5em;
}
.mdrRulebook ol > li {
  list-style-type: decimal;
}
.mdrRulebook ol > li > ol > li {
  list-style-type: lower-alpha;
}
.mdrRulebook ol > li > ol > li > ol > li {
  list-style-type: lower-roman;
}
.mdrRulebook ol > li > ol > li > ol > li > ol > li {
  list-style-type: decimal;
}
.mdrRulebook p {
  padding: 0.75em 0em 0em 0em;
}
.mdrRulebook hr {
  margin-top: 1em;
  margin-bottom: 1em;
  height: 0px;
  border-top: 1px solid var(--v-bg-white50);
  border-bottom: 0px none;
  border-left: 0px none;
  border-right: 0px none;
}.imgBord[data-v-9dc4ddb5] {
  border-radius: 4px;
  overflow: hidden;
}
.square[data-v-9dc4ddb5] {
  position: relative;
  border-radius: 4px;
  aspect-ratio: 1;
}
.square .remBtn[data-v-9dc4ddb5] {
  background-color: red;
  border: 1px solid white;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 2px;
  position: absolute;
  z-index: 100;
  top: -6px;
  right: -6px;
}
.itemButton[data-v-9dc4ddb5] {
  transition: all 0.15s ease-out;
  background-color: var(--6ee85584);
  padding: 1px;
}
.itemButton[data-v-9dc4ddb5]:hover {
  padding: 2px;
}.v-navigation-drawer__content {
  overflow: visible !important;
}.navButt[data-v-d9f6bafd] {
  min-width: 46px !important;
  height: 46px;
  width: 100%;
  min-height: 46px;
  max-height: none !important;
  padding: 12px !important;
  text-transform: unset !important;
  z-index: 100 !important;
}
.los-button.navButtHover[data-v-d9f6bafd] {
  background-color: var(--v-primary-base) !important;
  color: var(--v-text-on-primary) !important;
  width: unset !important;
}
.los-button.navButt.v-btn--active[data-v-d9f6bafd] {
  background-color: var(--v-primary-base) !important;
  color: var(--v-text-on-primary) !important;
}
.navButtIcon[data-v-d9f6bafd] {
  background-color: unset !important;
  color: var(--v-primary-base) !important;
  opacity: 80%;
}
.navButtIconActive[data-v-d9f6bafd] {
  background-color: unset !important;
}
.search[data-v-d9f6bafd] {
  z-index: 100 !important;
}
.navDraw[data-v-d9f6bafd] {
  overflow: visible !important;
  min-height: 100%;
}
.navDivider[data-v-d9f6bafd] {
  height: 2px;
  border-radius: 2px;
}
.lc2[data-v-d9f6bafd] {
  overflow-x: visible !important;
}.noteCard[data-v-8ffc5410] {
  border-color: var(--48f30b58);
  border-width: 1px;
  border-style: solid;
}
.noteCard[data-v-8ffc5410]:hover {
  background-color: var(--v-bg-white20) !important;
  transition: all 0.2s ease-in-out;
}.footerLoadingContainer[data-v-e349ba1a] {
  position: fixed;
  margin-top: 0px;
  bottom: 0px;
  margin-left: 0px;
  z-index: 4;
}
@media only screen and (min-width: 960px) {
.footerLoadingContainer[data-v-e349ba1a] {
    margin-left: 80px;
}
}
.footerLoading[data-v-e349ba1a] {
  border-top: 1px solid var(--v-primary-base);
  border-right: 1px solid var(--v-primary-base);
  border-top-right-radius: 4px;
  padding: 4px 12px;
}.z1001 {
  z-index: 1001 !important;
}.portalColor[data-v-5cba7f19] {
  color: #16cff8;
}.fixedBar[data-v-fe18052b] {
  position: sticky;
  position: -webkit-sticky;
  z-index: 3;
  top: 0px;
}
#app[data-v-fe18052b] {
  min-height: 100%;
}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-brands-400-Cmgzmso_.woff2) format("woff2"),url(/assets/fa-brands-400-CCY5neTf.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}.fak.fa-chessdotcom:before,.fa-kit.fa-chessdotcom:before{content:""}.fak.fa-cod:before,.fa-kit.fa-cod:before{content:""}.fak.fa-ea:before,.fa-kit.fa-ea:before{content:""}.fak.fa-epic-games:before,.fa-kit.fa-epic-games:before{content:""}.fak.fa-hi-rez:before,.fa-kit.fa-hi-rez:before{content:""}.fak.fa-pokemon:before,.fa-kit.fa-pokemon:before{content:""}.fak.fa-riot:before,.fa-kit.fa-riot:before{content:""}.fak.fa-splatoon:before,.fa-kit.fa-splatoon:before{content:""}.fak.fa-start-gg:before,.fa-kit.fa-start-gg:before{content:""}.fak.fa-supercell:before,.fa-kit.fa-supercell:before{content:""}.fak.fa-switch-console:before,.fa-kit.fa-switch-console:before{content:""}.fak.fa-tetrio:before,.fa-kit.fa-tetrio:before{content:""}.fak.fa-ubisoft:before,.fa-kit.fa-ubisoft:before{content:""}.fak,.fa-kit{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-variant:normal;text-rendering:auto;font-family:Font Awesome Kit;font-style:normal;line-height:1}@font-face{font-family:Font Awesome Kit;font-style:normal;font-display:block;src:url(/assets/custom-icons-GaK0N8TX.woff2)format("woff2"),url(/assets/custom-icons-CTe07TsF.ttf)format("truetype")}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Pro");font-weight:var(--fa-style,900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fasr,.fal,.fa-light,.fasl,.fat,.fa-thin,.fad,.fa-duotone,.fass,.fa-sharp-solid,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-variant:normal;text-rendering:auto;font-style:normal;line-height:1}.fas,.fa-classic,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin{font-family:"Font Awesome 6 Pro"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fad,.fa-classic.fa-duotone,.fa-duotone{font-family:"Font Awesome 6 Duotone"}.fass,.fasr,.fasl,.fa-sharp{font-family:"Font Awesome 6 Sharp"}.fass,.fa-sharp{font-weight:900}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.08333em}.fa-sm{vertical-align:.05357em;font-size:.875em;line-height:.07143em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.04167em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em)*-1);text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay,0s);-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay,0s);-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay,0s);-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0s);-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:0s;transition-delay:0s;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-delay:-1ms;animation-delay:-1ms}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0);-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em));-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0);-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{-webkit-transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em));-webkit-transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}to{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}}@keyframes fa-bounce{0%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0);-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em));-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0);-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{-webkit-transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em));-webkit-transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}to{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;z-index:var(--fa-stack-z-index,auto);width:100%;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"0"}.fa-00:before{content:""}.fa-1:before{content:"1"}.fa-100:before{content:""}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-360-degrees:before{content:""}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-a:before{content:"A"}.fa-abacus:before{content:""}.fa-accent-grave:before{content:"`"}.fa-acorn:before{content:""}.fa-ad:before{content:""}.fa-add:before{content:"+"}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-air-conditioner:before{content:""}.fa-air-freshener:before{content:""}.fa-airplay:before{content:""}.fa-alarm-clock:before{content:""}.fa-alarm-exclamation:before{content:""}.fa-alarm-plus:before{content:""}.fa-alarm-snooze:before{content:""}.fa-album:before{content:""}.fa-album-circle-plus:before{content:""}.fa-album-circle-user:before{content:""}.fa-album-collection:before{content:""}.fa-album-collection-circle-plus:before{content:""}.fa-album-collection-circle-user:before{content:""}.fa-alicorn:before{content:""}.fa-alien:before{content:""}.fa-alien-8bit:before,.fa-alien-monster:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-align-slash:before{content:""}.fa-allergies:before{content:""}.fa-alt:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amp-guitar:before{content:""}.fa-ampersand:before{content:"&"}.fa-analytics:before{content:""}.fa-anchor:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-anchor-lock:before{content:""}.fa-angel:before{content:""}.fa-angle:before{content:""}.fa-angle-90:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angles-down:before{content:""}.fa-angles-left:before{content:""}.fa-angles-right:before{content:""}.fa-angles-up:before{content:""}.fa-angles-up-down:before{content:""}.fa-angry:before{content:""}.fa-ankh:before{content:""}.fa-apartment:before{content:""}.fa-aperture:before{content:""}.fa-apostrophe:before{content:"'"}.fa-apple-alt:before{content:""}.fa-apple-core:before{content:""}.fa-apple-crate:before{content:""}.fa-apple-whole:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-area-chart:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-alt-down:before{content:""}.fa-arrow-alt-from-bottom:before{content:""}.fa-arrow-alt-from-left:before{content:""}.fa-arrow-alt-from-right:before{content:""}.fa-arrow-alt-from-top:before{content:""}.fa-arrow-alt-left:before{content:""}.fa-arrow-alt-right:before{content:""}.fa-arrow-alt-square-down:before{content:""}.fa-arrow-alt-square-left:before{content:""}.fa-arrow-alt-square-right:before{content:""}.fa-arrow-alt-square-up:before{content:""}.fa-arrow-alt-to-bottom:before{content:""}.fa-arrow-alt-to-left:before{content:""}.fa-arrow-alt-to-right:before{content:""}.fa-arrow-alt-to-top:before{content:""}.fa-arrow-alt-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-down-1-9:before{content:""}.fa-arrow-down-9-1:before{content:""}.fa-arrow-down-a-z:before{content:""}.fa-arrow-down-arrow-up:before{content:""}.fa-arrow-down-big-small:before{content:""}.fa-arrow-down-from-arc:before{content:""}.fa-arrow-down-from-dotted-line:before{content:""}.fa-arrow-down-from-line:before{content:""}.fa-arrow-down-left:before{content:""}.fa-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.fa-arrow-down-long:before{content:""}.fa-arrow-down-right:before{content:""}.fa-arrow-down-short-wide:before{content:""}.fa-arrow-down-small-big:before{content:""}.fa-arrow-down-square-triangle:before{content:""}.fa-arrow-down-to-arc:before{content:""}.fa-arrow-down-to-bracket:before{content:""}.fa-arrow-down-to-dotted-line:before{content:""}.fa-arrow-down-to-line:before{content:""}.fa-arrow-down-to-square:before{content:""}.fa-arrow-down-triangle-square:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-arrow-down-wide-short:before{content:""}.fa-arrow-down-z-a:before{content:""}.fa-arrow-from-bottom:before{content:""}.fa-arrow-from-left:before{content:""}.fa-arrow-from-right:before{content:""}.fa-arrow-from-top:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-left-from-arc:before{content:""}.fa-arrow-left-from-line:before{content:""}.fa-arrow-left-long:before{content:""}.fa-arrow-left-long-to-line:before{content:""}.fa-arrow-left-rotate:before{content:""}.fa-arrow-left-to-arc:before{content:""}.fa-arrow-left-to-line:before{content:""}.fa-arrow-pointer:before{content:""}.fa-arrow-progress:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-right-arrow-left:before{content:""}.fa-arrow-right-from-arc:before{content:""}.fa-arrow-right-from-bracket:before{content:""}.fa-arrow-right-from-file:before{content:""}.fa-arrow-right-from-line:before{content:""}.fa-arrow-right-long:before{content:""}.fa-arrow-right-long-to-line:before{content:""}.fa-arrow-right-rotate:before{content:""}.fa-arrow-right-to-arc:before{content:""}.fa-arrow-right-to-bracket:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-arrow-right-to-file:before{content:""}.fa-arrow-right-to-line:before{content:""}.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before{content:""}.fa-arrow-rotate-forward:before{content:""}.fa-arrow-rotate-left:before{content:""}.fa-arrow-rotate-right:before{content:""}.fa-arrow-square-down:before{content:""}.fa-arrow-square-left:before{content:""}.fa-arrow-square-right:before{content:""}.fa-arrow-square-up:before{content:""}.fa-arrow-to-bottom:before{content:""}.fa-arrow-to-left:before{content:""}.fa-arrow-to-right:before{content:""}.fa-arrow-to-top:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-arrow-turn-down:before{content:""}.fa-arrow-turn-down-left:before{content:""}.fa-arrow-turn-down-right:before{content:""}.fa-arrow-turn-right:before{content:""}.fa-arrow-turn-up:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-up-1-9:before{content:""}.fa-arrow-up-9-1:before{content:""}.fa-arrow-up-a-z:before{content:""}.fa-arrow-up-arrow-down:before{content:""}.fa-arrow-up-big-small:before{content:""}.fa-arrow-up-from-arc:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-arrow-up-from-dotted-line:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-arrow-up-from-line:before{content:""}.fa-arrow-up-from-square:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-arrow-up-left:before{content:""}.fa-arrow-up-left-from-circle:before{content:""}.fa-arrow-up-long:before{content:""}.fa-arrow-up-right:before{content:""}.fa-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-arrow-up-right-from-square:before{content:""}.fa-arrow-up-short-wide:before{content:""}.fa-arrow-up-small-big:before{content:""}.fa-arrow-up-square-triangle:before{content:""}.fa-arrow-up-to-arc:before{content:""}.fa-arrow-up-to-dotted-line:before{content:""}.fa-arrow-up-to-line:before{content:""}.fa-arrow-up-triangle-square:before{content:""}.fa-arrow-up-wide-short:before{content:""}.fa-arrow-up-z-a:before{content:""}.fa-arrows:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-arrows-cross:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-arrows-from-dotted-line:before{content:""}.fa-arrows-from-line:before{content:""}.fa-arrows-h:before,.fa-arrows-left-right:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-arrows-maximize:before{content:""}.fa-arrows-minimize:before{content:""}.fa-arrows-repeat:before{content:""}.fa-arrows-repeat-1:before{content:""}.fa-arrows-retweet:before{content:""}.fa-arrows-rotate:before{content:""}.fa-arrows-spin:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-arrows-to-dotted-line:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-arrows-to-line:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-arrows-up-down:before{content:""}.fa-arrows-up-down-left-right:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-arrows-v:before{content:""}.fa-asl-interpreting:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:"*"}.fa-at:before{content:"@"}.fa-atlas:before{content:""}.fa-atom:before{content:""}.fa-atom-alt:before,.fa-atom-simple:before{content:""}.fa-audio-description:before{content:""}.fa-audio-description-slash:before{content:""}.fa-austral-sign:before{content:""}.fa-automobile:before{content:""}.fa-avocado:before{content:""}.fa-award:before{content:""}.fa-award-simple:before{content:""}.fa-axe:before{content:""}.fa-axe-battle:before{content:""}.fa-b:before{content:"B"}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backpack:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-backward-fast:before{content:""}.fa-backward-step:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-badge:before{content:""}.fa-badge-check:before{content:""}.fa-badge-dollar:before{content:""}.fa-badge-percent:before{content:""}.fa-badge-sheriff:before{content:""}.fa-badger-honey:before{content:""}.fa-badminton:before{content:""}.fa-bag-seedling:before{content:""}.fa-bag-shopping:before{content:""}.fa-bagel:before{content:""}.fa-bags-shopping:before{content:""}.fa-baguette:before{content:""}.fa-bahai:before{content:""}.fa-baht-sign:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ball-pile:before{content:""}.fa-balloon:before{content:""}.fa-balloons:before{content:""}.fa-ballot:before{content:""}.fa-ballot-check:before{content:""}.fa-ban:before{content:""}.fa-ban-bug:before{content:""}.fa-ban-parking:before{content:""}.fa-ban-smoking:before{content:""}.fa-banana:before{content:""}.fa-band-aid:before,.fa-bandage:before{content:""}.fa-bangladeshi-taka-sign:before{content:""}.fa-banjo:before{content:""}.fa-bank:before{content:""}.fa-bar-chart:before{content:""}.fa-barcode:before{content:""}.fa-barcode-alt:before{content:""}.fa-barcode-read:before{content:""}.fa-barcode-scan:before{content:""}.fa-barn-silo:before{content:""}.fa-bars:before{content:""}.fa-bars-filter:before{content:""}.fa-bars-progress:before{content:""}.fa-bars-sort:before{content:""}.fa-bars-staggered:before{content:""}.fa-baseball:before,.fa-baseball-ball:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-basket-shopping:before{content:""}.fa-basket-shopping-simple:before{content:""}.fa-basketball:before,.fa-basketball-ball:before{content:""}.fa-basketball-hoop:before{content:""}.fa-bat:before{content:""}.fa-bath:before,.fa-bathtub:before{content:""}.fa-battery:before{content:""}.fa-battery-0:before{content:""}.fa-battery-1:before{content:""}.fa-battery-2:before{content:""}.fa-battery-3:before{content:""}.fa-battery-4:before{content:""}.fa-battery-5:before{content:""}.fa-battery-bolt:before{content:""}.fa-battery-car:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-exclamation:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-low:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-slash:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-bed:before{content:""}.fa-bed-alt:before{content:""}.fa-bed-bunk:before{content:""}.fa-bed-empty:before{content:""}.fa-bed-front:before{content:""}.fa-bed-pulse:before{content:""}.fa-bee:before{content:""}.fa-beer:before{content:""}.fa-beer-foam:before,.fa-beer-mug:before{content:""}.fa-beer-mug-empty:before{content:""}.fa-bell:before{content:""}.fa-bell-concierge:before{content:""}.fa-bell-exclamation:before{content:""}.fa-bell-on:before{content:""}.fa-bell-plus:before{content:""}.fa-bell-school:before{content:""}.fa-bell-school-slash:before{content:""}.fa-bell-slash:before{content:""}.fa-bells:before{content:""}.fa-bench-tree:before{content:""}.fa-betamax:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-biking-mountain:before{content:""}.fa-billboard:before{content:""}.fa-bin-bottles:before{content:""}.fa-bin-bottles-recycle:before{content:""}.fa-bin-recycle:before{content:""}.fa-binary:before{content:""}.fa-binary-circle-check:before{content:""}.fa-binary-lock:before{content:""}.fa-binary-slash:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-bird:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-blackboard:before{content:""}.fa-blanket:before{content:""}.fa-blanket-fire:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blinds:before{content:""}.fa-blinds-open:before{content:""}.fa-blinds-raised:before{content:""}.fa-block:before{content:""}.fa-block-brick:before{content:""}.fa-block-brick-fire:before{content:""}.fa-block-question:before{content:""}.fa-block-quote:before{content:""}.fa-blog:before{content:""}.fa-blueberries:before{content:""}.fa-bluetooth:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bolt-auto:before{content:""}.fa-bolt-lightning:before{content:""}.fa-bolt-slash:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bone-break:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-alt:before{content:""}.fa-book-arrow-right:before{content:""}.fa-book-arrow-up:before{content:""}.fa-book-atlas:before{content:""}.fa-book-bible:before{content:""}.fa-book-blank:before{content:""}.fa-book-bookmark:before{content:""}.fa-book-circle:before{content:""}.fa-book-circle-arrow-right:before{content:""}.fa-book-circle-arrow-up:before{content:""}.fa-book-copy:before{content:""}.fa-book-dead:before{content:""}.fa-book-font:before{content:""}.fa-book-heart:before{content:""}.fa-book-journal-whills:before{content:""}.fa-book-law:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-open-alt:before,.fa-book-open-cover:before{content:""}.fa-book-open-reader:before{content:""}.fa-book-quran:before{content:""}.fa-book-reader:before{content:""}.fa-book-section:before{content:""}.fa-book-skull:before{content:""}.fa-book-sparkles:before,.fa-book-spells:before{content:""}.fa-book-tanakh:before{content:""}.fa-book-user:before{content:""}.fa-bookmark:before{content:""}.fa-bookmark-circle:before{content:""}.fa-bookmark-slash:before{content:""}.fa-books:before{content:""}.fa-books-medical:before{content:""}.fa-boombox:before{content:""}.fa-boot:before{content:""}.fa-boot-heeled:before{content:""}.fa-booth-curtain:before{content:""}.fa-border-all:before{content:""}.fa-border-bottom:before{content:""}.fa-border-bottom-right:before{content:""}.fa-border-center-h:before{content:""}.fa-border-center-v:before{content:""}.fa-border-inner:before{content:""}.fa-border-left:before{content:""}.fa-border-none:before{content:""}.fa-border-outer:before{content:""}.fa-border-right:before{content:""}.fa-border-style:before{content:""}.fa-border-style-alt:before{content:""}.fa-border-top:before{content:""}.fa-border-top-left:before{content:""}.fa-bore-hole:before{content:""}.fa-bottle-droplet:before{content:""}.fa-bottle-water:before{content:""}.fa-bow-arrow:before{content:""}.fa-bowl-chopsticks:before{content:""}.fa-bowl-chopsticks-noodles:before{content:""}.fa-bowl-food:before{content:""}.fa-bowl-hot:before{content:""}.fa-bowl-rice:before{content:""}.fa-bowl-salad:before{content:""}.fa-bowl-scoop:before{content:""}.fa-bowl-scoops:before{content:""}.fa-bowl-shaved-ice:before{content:""}.fa-bowl-soft-serve:before{content:""}.fa-bowl-spoon:before{content:""}.fa-bowling-ball:before{content:""}.fa-bowling-ball-pin:before{content:""}.fa-bowling-pins:before{content:""}.fa-box:before{content:""}.fa-box-alt:before{content:""}.fa-box-archive:before{content:""}.fa-box-ballot:before{content:""}.fa-box-check:before{content:""}.fa-box-circle-check:before{content:""}.fa-box-dollar:before{content:""}.fa-box-fragile:before{content:""}.fa-box-full:before{content:""}.fa-box-heart:before{content:""}.fa-box-open:before{content:""}.fa-box-open-full:before{content:""}.fa-box-taped:before{content:""}.fa-box-tissue:before{content:""}.fa-box-up:before{content:""}.fa-box-usd:before{content:""}.fa-boxes:before,.fa-boxes-alt:before{content:""}.fa-boxes-packing:before{content:""}.fa-boxes-stacked:before{content:""}.fa-boxing-glove:before{content:""}.fa-bracket:before{content:"["}.fa-bracket-curly:before,.fa-bracket-curly-left:before{content:"{"}.fa-bracket-curly-right:before{content:"}"}.fa-bracket-left:before{content:"["}.fa-bracket-round:before{content:"("}.fa-bracket-round-right:before{content:")"}.fa-bracket-square:before{content:"["}.fa-bracket-square-right:before{content:"]"}.fa-brackets:before{content:""}.fa-brackets-curly:before{content:""}.fa-brackets-round:before{content:""}.fa-brackets-square:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-brain-arrow-curved-right:before{content:""}.fa-brain-circuit:before{content:""}.fa-brake-warning:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-bread-loaf:before{content:""}.fa-bread-slice:before{content:""}.fa-bread-slice-butter:before{content:""}.fa-bridge:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-bridge-lock:before{content:""}.fa-bridge-suspension:before{content:""}.fa-bridge-water:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-arrow-right:before{content:""}.fa-briefcase-blank:before{content:""}.fa-briefcase-clock:before{content:""}.fa-briefcase-medical:before{content:""}.fa-brightness:before{content:""}.fa-brightness-low:before{content:""}.fa-bring-forward:before{content:""}.fa-bring-front:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broccoli:before{content:""}.fa-broom:before{content:""}.fa-broom-ball:before{content:""}.fa-broom-wide:before{content:""}.fa-browser:before{content:""}.fa-browsers:before{content:""}.fa-brush:before{content:""}.fa-bucket:before{content:""}.fa-bug:before{content:""}.fa-bug-slash:before{content:""}.fa-bugs:before{content:""}.fa-building:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-building-circle-check:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-building-columns:before{content:""}.fa-building-flag:before{content:""}.fa-building-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-building-shield:before{content:""}.fa-building-un:before{content:""}.fa-building-user:before{content:""}.fa-building-wheat:before{content:""}.fa-buildings:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-bullseye-arrow:before{content:""}.fa-bullseye-pointer:before{content:""}.fa-buoy:before{content:""}.fa-buoy-mooring:before{content:""}.fa-burger:before{content:""}.fa-burger-cheese:before{content:""}.fa-burger-fries:before{content:""}.fa-burger-glass:before{content:""}.fa-burger-lettuce:before{content:""}.fa-burger-soda:before{content:""}.fa-burn:before{content:""}.fa-burrito:before{content:""}.fa-burst:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-bus-school:before{content:""}.fa-bus-simple:before{content:""}.fa-business-front:before{content:""}.fa-business-time:before{content:""}.fa-butter:before{content:""}.fa-c:before{content:"C"}.fa-cab:before{content:""}.fa-cabin:before{content:""}.fa-cabinet-filing:before{content:""}.fa-cable-car:before{content:""}.fa-cactus:before{content:""}.fa-cake:before,.fa-cake-candles:before{content:""}.fa-cake-slice:before{content:""}.fa-calculator:before{content:""}.fa-calculator-alt:before,.fa-calculator-simple:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-arrow-down:before{content:""}.fa-calendar-arrow-up:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-circle:before{content:""}.fa-calendar-circle-exclamation:before{content:""}.fa-calendar-circle-minus:before{content:""}.fa-calendar-circle-plus:before{content:""}.fa-calendar-circle-user:before{content:""}.fa-calendar-clock:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-days:before{content:""}.fa-calendar-download:before{content:""}.fa-calendar-edit:before{content:""}.fa-calendar-exclamation:before{content:""}.fa-calendar-heart:before{content:""}.fa-calendar-image:before{content:""}.fa-calendar-lines:before{content:""}.fa-calendar-lines-pen:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-note:before{content:""}.fa-calendar-pen:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-range:before{content:""}.fa-calendar-star:before{content:""}.fa-calendar-time:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-upload:before{content:""}.fa-calendar-users:before{content:""}.fa-calendar-week:before{content:""}.fa-calendar-xmark:before{content:""}.fa-calendars:before{content:""}.fa-camcorder:before{content:""}.fa-camera:before,.fa-camera-alt:before{content:""}.fa-camera-cctv:before{content:""}.fa-camera-circle:before{content:""}.fa-camera-home:before{content:""}.fa-camera-movie:before{content:""}.fa-camera-polaroid:before{content:""}.fa-camera-retro:before{content:""}.fa-camera-rotate:before{content:""}.fa-camera-security:before{content:""}.fa-camera-slash:before{content:""}.fa-camera-viewfinder:before{content:""}.fa-camera-web:before{content:""}.fa-camera-web-slash:before{content:""}.fa-campfire:before{content:""}.fa-campground:before{content:""}.fa-can-food:before{content:""}.fa-cancel:before{content:""}.fa-candle-holder:before{content:""}.fa-candy:before{content:""}.fa-candy-bar:before{content:""}.fa-candy-cane:before{content:""}.fa-candy-corn:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-bolt:before{content:""}.fa-car-building:before{content:""}.fa-car-bump:before{content:""}.fa-car-burst:before{content:""}.fa-car-bus:before{content:""}.fa-car-circle-bolt:before{content:""}.fa-car-crash:before{content:""}.fa-car-garage:before{content:""}.fa-car-mechanic:before{content:""}.fa-car-mirrors:before{content:""}.fa-car-on:before{content:""}.fa-car-rear:before{content:""}.fa-car-side:before{content:""}.fa-car-side-bolt:before{content:""}.fa-car-tilt:before{content:""}.fa-car-tunnel:before{content:""}.fa-car-wash:before{content:""}.fa-car-wrench:before{content:""}.fa-caravan:before{content:""}.fa-caravan-alt:before,.fa-caravan-simple:before{content:""}.fa-card-club:before{content:""}.fa-card-diamond:before{content:""}.fa-card-heart:before{content:""}.fa-card-spade:before{content:""}.fa-cards:before{content:""}.fa-cards-blank:before{content:""}.fa-caret-circle-down:before{content:""}.fa-caret-circle-left:before{content:""}.fa-caret-circle-right:before{content:""}.fa-caret-circle-up:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carriage-baby:before{content:""}.fa-carrot:before{content:""}.fa-cars:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-arrow-up:before{content:""}.fa-cart-circle-arrow-down:before{content:""}.fa-cart-circle-arrow-up:before{content:""}.fa-cart-circle-check:before{content:""}.fa-cart-circle-exclamation:before{content:""}.fa-cart-circle-plus:before{content:""}.fa-cart-circle-xmark:before{content:""}.fa-cart-flatbed:before{content:""}.fa-cart-flatbed-boxes:before{content:""}.fa-cart-flatbed-empty:before{content:""}.fa-cart-flatbed-suitcase:before{content:""}.fa-cart-minus:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-shopping:before{content:""}.fa-cart-shopping-fast:before{content:""}.fa-cart-xmark:before{content:""}.fa-cash-register:before{content:""}.fa-cassette-betamax:before{content:""}.fa-cassette-tape:before{content:""}.fa-cassette-vhs:before{content:""}.fa-castle:before{content:""}.fa-cat:before{content:""}.fa-cat-space:before{content:""}.fa-cauldron:before{content:""}.fa-cctv:before{content:""}.fa-cedi-sign:before{content:""}.fa-cent-sign:before{content:""}.fa-certificate:before{content:""}.fa-chain:before{content:""}.fa-chain-broken:before{content:""}.fa-chain-horizontal:before{content:""}.fa-chain-horizontal-slash:before{content:""}.fa-chain-slash:before{content:""}.fa-chair:before{content:""}.fa-chair-office:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:""}.fa-champagne-glass:before{content:""}.fa-champagne-glasses:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-bullet:before{content:""}.fa-chart-candlestick:before{content:""}.fa-chart-column:before{content:""}.fa-chart-gantt:before{content:""}.fa-chart-line:before{content:""}.fa-chart-line-down:before{content:""}.fa-chart-line-up:before{content:""}.fa-chart-line-up-down:before{content:""}.fa-chart-mixed:before{content:""}.fa-chart-mixed-up-circle-currency:before{content:""}.fa-chart-mixed-up-circle-dollar:before{content:""}.fa-chart-network:before{content:""}.fa-chart-pie:before{content:""}.fa-chart-pie-alt:before,.fa-chart-pie-simple:before{content:""}.fa-chart-pie-simple-circle-currency:before{content:""}.fa-chart-pie-simple-circle-dollar:before{content:""}.fa-chart-pyramid:before{content:""}.fa-chart-radar:before{content:""}.fa-chart-scatter:before{content:""}.fa-chart-scatter-3d:before{content:""}.fa-chart-scatter-bubble:before{content:""}.fa-chart-simple:before{content:""}.fa-chart-simple-horizontal:before{content:""}.fa-chart-tree-map:before{content:""}.fa-chart-user:before{content:""}.fa-chart-waterfall:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-check-to-slot:before{content:""}.fa-cheese:before{content:""}.fa-cheese-swiss:before{content:""}.fa-cheeseburger:before{content:""}.fa-cherries:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-bishop-alt:before,.fa-chess-bishop-piece:before{content:""}.fa-chess-board:before{content:""}.fa-chess-clock:before{content:""}.fa-chess-clock-alt:before,.fa-chess-clock-flip:before{content:""}.fa-chess-king:before{content:""}.fa-chess-king-alt:before,.fa-chess-king-piece:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-knight-alt:before,.fa-chess-knight-piece:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-pawn-alt:before,.fa-chess-pawn-piece:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-queen-alt:before,.fa-chess-queen-piece:before{content:""}.fa-chess-rook:before{content:""}.fa-chess-rook-alt:before,.fa-chess-rook-piece:before{content:""}.fa-chestnut:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-double-down:before{content:""}.fa-chevron-double-left:before{content:""}.fa-chevron-double-right:before{content:""}.fa-chevron-double-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-square-down:before{content:""}.fa-chevron-square-left:before{content:""}.fa-chevron-square-right:before{content:""}.fa-chevron-square-up:before{content:""}.fa-chevron-up:before{content:""}.fa-chevrons-down:before{content:""}.fa-chevrons-left:before{content:""}.fa-chevrons-right:before{content:""}.fa-chevrons-up:before{content:""}.fa-chf-sign:before{content:""}.fa-child:before{content:""}.fa-child-combatant:before{content:""}.fa-child-dress:before{content:""}.fa-child-reaching:before{content:""}.fa-child-rifle:before{content:""}.fa-children:before{content:""}.fa-chimney:before{content:""}.fa-chocolate-bar:before{content:""}.fa-chopsticks:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-0:before{content:""}.fa-circle-1:before{content:""}.fa-circle-2:before{content:""}.fa-circle-3:before{content:""}.fa-circle-4:before{content:""}.fa-circle-5:before{content:""}.fa-circle-6:before{content:""}.fa-circle-7:before{content:""}.fa-circle-8:before{content:""}.fa-circle-9:before{content:""}.fa-circle-a:before{content:""}.fa-circle-ampersand:before{content:""}.fa-circle-arrow-down:before{content:""}.fa-circle-arrow-down-left:before{content:""}.fa-circle-arrow-down-right:before{content:""}.fa-circle-arrow-left:before{content:""}.fa-circle-arrow-right:before{content:""}.fa-circle-arrow-up:before{content:""}.fa-circle-arrow-up-left:before{content:""}.fa-circle-arrow-up-right:before{content:""}.fa-circle-b:before{content:""}.fa-circle-bolt:before{content:""}.fa-circle-book-open:before{content:""}.fa-circle-bookmark:before{content:""}.fa-circle-c:before{content:""}.fa-circle-calendar:before{content:""}.fa-circle-camera:before{content:""}.fa-circle-caret-down:before{content:""}.fa-circle-caret-left:before{content:""}.fa-circle-caret-right:before{content:""}.fa-circle-caret-up:before{content:""}.fa-circle-check:before{content:""}.fa-circle-chevron-down:before{content:""}.fa-circle-chevron-left:before{content:""}.fa-circle-chevron-right:before{content:""}.fa-circle-chevron-up:before{content:""}.fa-circle-d:before{content:""}.fa-circle-dashed:before{content:""}.fa-circle-divide:before{content:""}.fa-circle-dollar:before{content:""}.fa-circle-dollar-to-slot:before{content:""}.fa-circle-dot:before{content:""}.fa-circle-down:before{content:""}.fa-circle-down-left:before{content:""}.fa-circle-down-right:before{content:""}.fa-circle-e:before{content:""}.fa-circle-ellipsis:before{content:""}.fa-circle-ellipsis-vertical:before{content:""}.fa-circle-envelope:before{content:""}.fa-circle-euro:before{content:""}.fa-circle-exclamation:before{content:""}.fa-circle-exclamation-check:before{content:""}.fa-circle-f:before{content:""}.fa-circle-g:before{content:""}.fa-circle-h:before{content:""}.fa-circle-half:before{content:""}.fa-circle-half-stroke:before{content:""}.fa-circle-heart:before{content:""}.fa-circle-i:before{content:""}.fa-circle-info:before{content:""}.fa-circle-j:before{content:""}.fa-circle-k:before{content:""}.fa-circle-l:before{content:""}.fa-circle-left:before{content:""}.fa-circle-location-arrow:before{content:""}.fa-circle-m:before{content:""}.fa-circle-microphone:before{content:""}.fa-circle-microphone-lines:before{content:""}.fa-circle-minus:before{content:""}.fa-circle-n:before{content:""}.fa-circle-nodes:before{content:""}.fa-circle-notch:before{content:""}.fa-circle-o:before{content:""}.fa-circle-p:before{content:""}.fa-circle-parking:before{content:""}.fa-circle-pause:before{content:""}.fa-circle-phone:before{content:""}.fa-circle-phone-flip:before{content:""}.fa-circle-phone-hangup:before{content:""}.fa-circle-play:before{content:""}.fa-circle-plus:before{content:""}.fa-circle-q:before{content:""}.fa-circle-quarter:before{content:""}.fa-circle-quarter-stroke:before{content:""}.fa-circle-quarters:before{content:""}.fa-circle-question:before{content:""}.fa-circle-r:before{content:""}.fa-circle-radiation:before{content:""}.fa-circle-right:before{content:""}.fa-circle-s:before{content:""}.fa-circle-small:before{content:""}.fa-circle-sort:before{content:""}.fa-circle-sort-down:before{content:""}.fa-circle-sort-up:before{content:""}.fa-circle-star:before{content:""}.fa-circle-sterling:before{content:""}.fa-circle-stop:before{content:""}.fa-circle-t:before{content:""}.fa-circle-three-quarters:before{content:""}.fa-circle-three-quarters-stroke:before{content:""}.fa-circle-trash:before{content:""}.fa-circle-u:before{content:""}.fa-circle-up:before{content:""}.fa-circle-up-left:before{content:""}.fa-circle-up-right:before{content:""}.fa-circle-user:before{content:""}.fa-circle-v:before{content:""}.fa-circle-video:before{content:""}.fa-circle-w:before{content:""}.fa-circle-waveform-lines:before{content:""}.fa-circle-x:before{content:""}.fa-circle-xmark:before{content:""}.fa-circle-y:before{content:""}.fa-circle-yen:before{content:""}.fa-circle-z:before{content:""}.fa-circles-overlap:before{content:""}.fa-citrus:before{content:""}.fa-citrus-slice:before{content:""}.fa-city:before{content:""}.fa-clapperboard:before{content:""}.fa-clapperboard-play:before{content:""}.fa-clarinet:before{content:""}.fa-claw-marks:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clipboard-list-check:before{content:""}.fa-clipboard-medical:before{content:""}.fa-clipboard-prescription:before{content:""}.fa-clipboard-question:before{content:""}.fa-clipboard-user:before{content:""}.fa-clock:before{content:""}.fa-clock-desk:before{content:""}.fa-clock-eight:before{content:""}.fa-clock-eight-thirty:before{content:""}.fa-clock-eleven:before{content:""}.fa-clock-eleven-thirty:before{content:""}.fa-clock-five:before{content:""}.fa-clock-five-thirty:before{content:""}.fa-clock-four:before{content:""}.fa-clock-four-thirty:before{content:""}.fa-clock-nine:before{content:""}.fa-clock-nine-thirty:before{content:""}.fa-clock-one:before{content:""}.fa-clock-one-thirty:before{content:""}.fa-clock-rotate-left:before{content:""}.fa-clock-seven:before{content:""}.fa-clock-seven-thirty:before{content:""}.fa-clock-six:before{content:""}.fa-clock-six-thirty:before{content:""}.fa-clock-ten:before{content:""}.fa-clock-ten-thirty:before{content:""}.fa-clock-three:before{content:""}.fa-clock-three-thirty:before{content:""}.fa-clock-twelve:before{content:""}.fa-clock-twelve-thirty:before{content:""}.fa-clock-two:before{content:""}.fa-clock-two-thirty:before{content:""}.fa-clone:before{content:""}.fa-close:before{content:""}.fa-closed-captioning:before{content:""}.fa-closed-captioning-slash:before{content:""}.fa-clothes-hanger:before{content:""}.fa-cloud:before{content:""}.fa-cloud-arrow-down:before{content:""}.fa-cloud-arrow-up:before{content:""}.fa-cloud-binary:before{content:""}.fa-cloud-bolt:before{content:""}.fa-cloud-bolt-moon:before{content:""}.fa-cloud-bolt-sun:before{content:""}.fa-cloud-check:before{content:""}.fa-cloud-download:before,.fa-cloud-download-alt:before{content:""}.fa-cloud-drizzle:before{content:""}.fa-cloud-exclamation:before{content:""}.fa-cloud-fog:before{content:""}.fa-cloud-hail:before{content:""}.fa-cloud-hail-mixed:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-minus:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-music:before{content:""}.fa-cloud-plus:before{content:""}.fa-cloud-question:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-rainbow:before{content:""}.fa-cloud-showers:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-cloud-slash:before{content:""}.fa-cloud-sleet:before{content:""}.fa-cloud-snow:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload:before,.fa-cloud-upload-alt:before{content:""}.fa-cloud-word:before{content:""}.fa-cloud-xmark:before{content:""}.fa-clouds:before{content:""}.fa-clouds-moon:before{content:""}.fa-clouds-sun:before{content:""}.fa-clover:before{content:""}.fa-club:before{content:""}.fa-cny:before{content:""}.fa-cocktail:before{content:""}.fa-coconut:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-code-commit:before{content:""}.fa-code-compare:before{content:""}.fa-code-fork:before{content:""}.fa-code-merge:before{content:""}.fa-code-pull-request:before{content:""}.fa-code-pull-request-closed:before{content:""}.fa-code-pull-request-draft:before{content:""}.fa-code-simple:before{content:""}.fa-coffee:before{content:""}.fa-coffee-bean:before{content:""}.fa-coffee-beans:before{content:""}.fa-coffee-pot:before{content:""}.fa-coffee-togo:before{content:""}.fa-coffin:before{content:""}.fa-coffin-cross:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coin:before{content:""}.fa-coin-blank:before{content:""}.fa-coin-front:before{content:""}.fa-coin-vertical:before{content:""}.fa-coins:before{content:""}.fa-colon:before{content:":"}.fa-colon-sign:before{content:""}.fa-columns:before{content:""}.fa-columns-3:before{content:""}.fa-comet:before{content:""}.fa-comma:before{content:","}.fa-command:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-alt-arrow-down:before{content:""}.fa-comment-alt-arrow-up:before{content:""}.fa-comment-alt-captions:before{content:""}.fa-comment-alt-check:before{content:""}.fa-comment-alt-dollar:before{content:""}.fa-comment-alt-dots:before{content:""}.fa-comment-alt-edit:before{content:""}.fa-comment-alt-exclamation:before{content:""}.fa-comment-alt-image:before{content:""}.fa-comment-alt-lines:before{content:""}.fa-comment-alt-medical:before{content:""}.fa-comment-alt-minus:before{content:""}.fa-comment-alt-music:before{content:""}.fa-comment-alt-plus:before{content:""}.fa-comment-alt-quote:before{content:""}.fa-comment-alt-slash:before{content:""}.fa-comment-alt-smile:before{content:""}.fa-comment-alt-text:before{content:""}.fa-comment-alt-times:before{content:""}.fa-comment-arrow-down:before{content:""}.fa-comment-arrow-up:before{content:""}.fa-comment-arrow-up-right:before{content:""}.fa-comment-captions:before{content:""}.fa-comment-check:before{content:""}.fa-comment-code:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-edit:before{content:""}.fa-comment-exclamation:before{content:""}.fa-comment-heart:before{content:""}.fa-comment-image:before{content:""}.fa-comment-lines:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-middle:before{content:""}.fa-comment-middle-alt:before{content:""}.fa-comment-middle-top:before{content:""}.fa-comment-middle-top-alt:before{content:""}.fa-comment-minus:before{content:""}.fa-comment-music:before{content:""}.fa-comment-pen:before{content:""}.fa-comment-plus:before{content:""}.fa-comment-question:before{content:""}.fa-comment-quote:before{content:""}.fa-comment-slash:before{content:""}.fa-comment-smile:before{content:""}.fa-comment-sms:before{content:""}.fa-comment-text:before{content:""}.fa-comment-times:before,.fa-comment-xmark:before{content:""}.fa-commenting:before{content:""}.fa-comments:before{content:""}.fa-comments-alt:before{content:""}.fa-comments-alt-dollar:before{content:""}.fa-comments-dollar:before{content:""}.fa-comments-question:before{content:""}.fa-comments-question-check:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compass-drafting:before{content:""}.fa-compass-slash:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-compress-wide:before{content:""}.fa-computer:before{content:""}.fa-computer-classic:before{content:""}.fa-computer-mouse:before{content:""}.fa-computer-mouse-scrollwheel:before{content:""}.fa-computer-speaker:before{content:""}.fa-concierge-bell:before{content:""}.fa-construction:before{content:""}.fa-contact-book:before{content:""}.fa-contact-card:before{content:""}.fa-container-storage:before{content:""}.fa-conveyor-belt:before{content:""}.fa-conveyor-belt-alt:before{content:""}.fa-conveyor-belt-arm:before{content:""}.fa-conveyor-belt-boxes:before{content:""}.fa-conveyor-belt-empty:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-corn:before{content:""}.fa-corner:before{content:""}.fa-couch:before{content:""}.fa-couch-small:before{content:""}.fa-cow:before{content:""}.fa-cowbell:before{content:""}.fa-cowbell-circle-plus:before,.fa-cowbell-more:before{content:""}.fa-crab:before{content:""}.fa-crate-apple:before{content:""}.fa-crate-empty:before{content:""}.fa-credit-card:before,.fa-credit-card-alt:before{content:""}.fa-credit-card-blank:before{content:""}.fa-credit-card-front:before{content:""}.fa-creemee:before{content:""}.fa-cricket:before,.fa-cricket-bat-ball:before{content:""}.fa-croissant:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before,.fa-crop-simple:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crosshairs-simple:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-crutches:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-crystal-ball:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cubes-stacked:before{content:""}.fa-cucumber:before{content:""}.fa-cup-straw:before{content:""}.fa-cup-straw-swoosh:before{content:""}.fa-cup-togo:before{content:""}.fa-cupcake:before{content:""}.fa-curling:before,.fa-curling-stone:before{content:""}.fa-custard:before{content:""}.fa-cut:before{content:""}.fa-cutlery:before{content:""}.fa-d:before{content:"D"}.fa-dagger:before{content:""}.fa-dash:before{content:""}.fa-dashboard:before{content:""}.fa-database:before{content:""}.fa-deaf:before,.fa-deafness:before{content:""}.fa-debug:before{content:""}.fa-dedent:before{content:""}.fa-deer:before{content:""}.fa-deer-rudolph:before{content:""}.fa-delete-left:before{content:""}.fa-delete-right:before{content:""}.fa-democrat:before{content:""}.fa-desktop:before,.fa-desktop-alt:before{content:""}.fa-desktop-arrow-down:before{content:""}.fa-desktop-code:before{content:""}.fa-desktop-medical:before{content:""}.fa-desktop-slash:before{content:""}.fa-dewpoint:before{content:""}.fa-dharmachakra:before{content:""}.fa-diagnoses:before{content:""}.fa-diagram-cells:before{content:""}.fa-diagram-lean-canvas:before{content:""}.fa-diagram-nested:before{content:""}.fa-diagram-next:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-diagram-previous:before{content:""}.fa-diagram-project:before{content:""}.fa-diagram-sankey:before{content:""}.fa-diagram-subtask:before{content:""}.fa-diagram-successor:before{content:""}.fa-diagram-venn:before{content:""}.fa-dial:before{content:""}.fa-dial-high:before{content:""}.fa-dial-low:before{content:""}.fa-dial-max:before{content:""}.fa-dial-med:before{content:""}.fa-dial-med-high:before{content:""}.fa-dial-med-low:before{content:""}.fa-dial-min:before{content:""}.fa-dial-off:before{content:""}.fa-diamond:before{content:""}.fa-diamond-exclamation:before{content:""}.fa-diamond-half:before{content:""}.fa-diamond-half-stroke:before{content:""}.fa-diamond-turn-right:before{content:""}.fa-dice:before{content:""}.fa-dice-d10:before{content:""}.fa-dice-d12:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d4:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-d8:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digging:before{content:""}.fa-digital-tachograph:before{content:""}.fa-dinosaur:before{content:""}.fa-diploma:before{content:""}.fa-directions:before{content:""}.fa-disc-drive:before{content:""}.fa-disease:before{content:""}.fa-display:before{content:""}.fa-display-arrow-down:before{content:""}.fa-display-chart-up:before{content:""}.fa-display-chart-up-circle-currency:before{content:""}.fa-display-chart-up-circle-dollar:before{content:""}.fa-display-code:before{content:""}.fa-display-medical:before{content:""}.fa-display-slash:before{content:""}.fa-distribute-spacing-horizontal:before{content:""}.fa-distribute-spacing-vertical:before{content:""}.fa-ditto:before{content:"\""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-do-not-enter:before{content:""}.fa-dog:before{content:""}.fa-dog-leashed:before{content:""}.fa-dollar:before{content:"$"}.fa-dollar-circle:before{content:""}.fa-dollar-sign:before{content:"$"}.fa-dollar-square:before{content:""}.fa-dolly:before,.fa-dolly-box:before{content:""}.fa-dolly-empty:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-dolly-flatbed-alt:before{content:""}.fa-dolly-flatbed-empty:before{content:""}.fa-dolphin:before{content:""}.fa-donate:before{content:""}.fa-dong-sign:before{content:""}.fa-donut:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-doughnut:before{content:""}.fa-dove:before{content:""}.fa-down:before{content:""}.fa-down-from-dotted-line:before{content:""}.fa-down-from-line:before{content:""}.fa-down-left:before{content:""}.fa-down-left-and-up-right-to-center:before{content:""}.fa-down-long:before{content:""}.fa-down-right:before{content:""}.fa-down-to-bracket:before{content:""}.fa-down-to-dotted-line:before{content:""}.fa-down-to-line:before{content:""}.fa-download:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-circle:before{content:""}.fa-draw-polygon:before{content:""}.fa-draw-square:before{content:""}.fa-dreidel:before{content:""}.fa-drivers-license:before{content:""}.fa-drone:before{content:""}.fa-drone-alt:before,.fa-drone-front:before{content:""}.fa-droplet:before{content:""}.fa-droplet-degree:before{content:""}.fa-droplet-percent:before{content:""}.fa-droplet-slash:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick:before{content:""}.fa-drumstick-bite:before{content:""}.fa-dryer:before{content:""}.fa-dryer-alt:before,.fa-dryer-heat:before{content:""}.fa-duck:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-e:before{content:"E"}.fa-ear:before{content:""}.fa-ear-deaf:before{content:""}.fa-ear-listen:before{content:""}.fa-ear-muffs:before{content:""}.fa-earth:before{content:""}.fa-earth-africa:before{content:""}.fa-earth-america:before,.fa-earth-americas:before{content:""}.fa-earth-asia:before{content:""}.fa-earth-europe:before{content:""}.fa-earth-oceania:before{content:""}.fa-eclipse:before{content:""}.fa-eclipse-alt:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-egg-fried:before{content:""}.fa-eggplant:before{content:""}.fa-eject:before{content:""}.fa-elephant:before{content:""}.fa-elevator:before{content:""}.fa-ellipsis:before,.fa-ellipsis-h:before{content:""}.fa-ellipsis-h-alt:before,.fa-ellipsis-stroke:before{content:""}.fa-ellipsis-stroke-vertical:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ellipsis-v-alt:before{content:""}.fa-ellipsis-vertical:before{content:""}.fa-empty-set:before{content:""}.fa-engine:before{content:""}.fa-engine-exclamation:before,.fa-engine-warning:before{content:""}.fa-envelope:before{content:""}.fa-envelope-badge:before{content:""}.fa-envelope-circle:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-envelope-dot:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-dollar:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envelopes:before{content:""}.fa-envelopes-bulk:before{content:""}.fa-equals:before{content:"="}.fa-eraser:before{content:""}.fa-escalator:before{content:""}.fa-ethernet:before{content:""}.fa-eur:before,.fa-euro:before,.fa-euro-sign:before{content:""}.fa-exchange:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:"!"}.fa-exclamation-circle:before{content:""}.fa-exclamation-square:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expand-wide:before{content:""}.fa-exploding-head:before{content:""}.fa-explosion:before{content:""}.fa-external-link:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before,.fa-eye-dropper-empty:before{content:""}.fa-eye-dropper-full:before{content:""}.fa-eye-dropper-half:before{content:""}.fa-eye-evil:before{content:""}.fa-eye-low-vision:before{content:""}.fa-eye-slash:before{content:""}.fa-eyedropper:before{content:""}.fa-eyes:before{content:""}.fa-f:before{content:"F"}.fa-face-angry:before{content:""}.fa-face-angry-horns:before{content:""}.fa-face-anguished:before{content:""}.fa-face-anxious-sweat:before{content:""}.fa-face-astonished:before{content:""}.fa-face-awesome:before{content:""}.fa-face-beam-hand-over-mouth:before{content:""}.fa-face-clouds:before{content:""}.fa-face-confounded:before{content:""}.fa-face-confused:before{content:""}.fa-face-cowboy-hat:before{content:""}.fa-face-diagonal-mouth:before{content:""}.fa-face-disappointed:before{content:""}.fa-face-disguise:before{content:""}.fa-face-dizzy:before{content:""}.fa-face-dotted:before{content:""}.fa-face-downcast-sweat:before{content:""}.fa-face-drooling:before{content:""}.fa-face-exhaling:before{content:""}.fa-face-explode:before{content:""}.fa-face-expressionless:before{content:""}.fa-face-eyes-xmarks:before{content:""}.fa-face-fearful:before{content:""}.fa-face-flushed:before{content:""}.fa-face-frown:before{content:""}.fa-face-frown-open:before{content:""}.fa-face-frown-slight:before{content:""}.fa-face-glasses:before{content:""}.fa-face-grimace:before{content:""}.fa-face-grin:before{content:""}.fa-face-grin-beam:before{content:""}.fa-face-grin-beam-sweat:before{content:""}.fa-face-grin-hearts:before{content:""}.fa-face-grin-squint:before{content:""}.fa-face-grin-squint-tears:before{content:""}.fa-face-grin-stars:before{content:""}.fa-face-grin-tears:before{content:""}.fa-face-grin-tongue:before{content:""}.fa-face-grin-tongue-squint:before{content:""}.fa-face-grin-tongue-wink:before{content:""}.fa-face-grin-wide:before{content:""}.fa-face-grin-wink:before{content:""}.fa-face-hand-over-mouth:before{content:""}.fa-face-hand-peeking:before{content:""}.fa-face-hand-yawn:before{content:""}.fa-face-head-bandage:before{content:""}.fa-face-holding-back-tears:before{content:""}.fa-face-hushed:before{content:""}.fa-face-icicles:before{content:""}.fa-face-kiss:before{content:""}.fa-face-kiss-beam:before{content:""}.fa-face-kiss-closed-eyes:before{content:""}.fa-face-kiss-wink-heart:before{content:""}.fa-face-laugh:before{content:""}.fa-face-laugh-beam:before{content:""}.fa-face-laugh-squint:before{content:""}.fa-face-laugh-wink:before{content:""}.fa-face-lying:before{content:""}.fa-face-mask:before{content:""}.fa-face-meh:before{content:""}.fa-face-meh-blank:before{content:""}.fa-face-melting:before{content:""}.fa-face-monocle:before{content:""}.fa-face-nauseated:before{content:""}.fa-face-nose-steam:before{content:""}.fa-face-party:before{content:""}.fa-face-pensive:before{content:""}.fa-face-persevering:before{content:""}.fa-face-pleading:before{content:""}.fa-face-pouting:before{content:""}.fa-face-raised-eyebrow:before{content:""}.fa-face-relieved:before{content:""}.fa-face-rolling-eyes:before{content:""}.fa-face-sad-cry:before{content:""}.fa-face-sad-sweat:before{content:""}.fa-face-sad-tear:before{content:""}.fa-face-saluting:before{content:""}.fa-face-scream:before{content:""}.fa-face-shush:before{content:""}.fa-face-sleeping:before{content:""}.fa-face-sleepy:before{content:""}.fa-face-smile:before{content:""}.fa-face-smile-beam:before{content:""}.fa-face-smile-halo:before{content:""}.fa-face-smile-hearts:before{content:""}.fa-face-smile-horns:before{content:""}.fa-face-smile-plus:before{content:""}.fa-face-smile-relaxed:before{content:""}.fa-face-smile-tear:before{content:""}.fa-face-smile-tongue:before{content:""}.fa-face-smile-upside-down:before{content:""}.fa-face-smile-wink:before{content:""}.fa-face-smiling-hands:before{content:""}.fa-face-smirking:before{content:""}.fa-face-spiral-eyes:before{content:""}.fa-face-sunglasses:before{content:""}.fa-face-surprise:before{content:""}.fa-face-swear:before{content:""}.fa-face-thermometer:before{content:""}.fa-face-thinking:before{content:""}.fa-face-tired:before{content:""}.fa-face-tissue:before{content:""}.fa-face-tongue-money:before{content:""}.fa-face-tongue-sweat:before{content:""}.fa-face-unamused:before{content:""}.fa-face-viewfinder:before{content:""}.fa-face-vomit:before{content:""}.fa-face-weary:before{content:""}.fa-face-woozy:before{content:""}.fa-face-worried:before{content:""}.fa-face-zany:before{content:""}.fa-face-zipper:before{content:""}.fa-falafel:before{content:""}.fa-family:before{content:""}.fa-family-dress:before{content:""}.fa-family-pants:before{content:""}.fa-fan:before{content:""}.fa-fan-table:before{content:""}.fa-farm:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-faucet-drip:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before,.fa-feather-pointed:before{content:""}.fa-feed:before{content:""}.fa-female:before{content:""}.fa-fence:before{content:""}.fa-ferris-wheel:before{content:""}.fa-ferry:before{content:""}.fa-field-hockey:before,.fa-field-hockey-stick-ball:before{content:""}.fa-fighter-jet:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-arrow-down:before{content:""}.fa-file-arrow-up:before{content:""}.fa-file-audio:before{content:""}.fa-file-award:before{content:""}.fa-file-binary:before{content:""}.fa-file-caret-down:before{content:""}.fa-file-caret-up:before{content:""}.fa-file-certificate:before{content:""}.fa-file-chart-column:before,.fa-file-chart-line:before{content:""}.fa-file-chart-pie:before{content:""}.fa-file-check:before{content:""}.fa-file-circle-check:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-file-circle-info:before{content:""}.fa-file-circle-minus:before{content:""}.fa-file-circle-plus:before{content:""}.fa-file-circle-question:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-file-clipboard:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-dashed-line:before{content:""}.fa-file-doc:before{content:""}.fa-file-download:before{content:""}.fa-file-edit:before{content:""}.fa-file-excel:before{content:""}.fa-file-exclamation:before{content:""}.fa-file-export:before{content:""}.fa-file-heart:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-lines:before{content:""}.fa-file-lock:before{content:""}.fa-file-magnifying-glass:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-minus:before{content:""}.fa-file-music:before{content:""}.fa-file-pdf:before{content:""}.fa-file-pen:before{content:""}.fa-file-plus:before{content:""}.fa-file-plus-minus:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-search:before{content:""}.fa-file-shield:before{content:""}.fa-file-signature:before{content:""}.fa-file-slash:before{content:""}.fa-file-spreadsheet:before{content:""}.fa-file-text:before{content:""}.fa-file-times:before{content:""}.fa-file-upload:before{content:""}.fa-file-user:before{content:""}.fa-file-video:before{content:""}.fa-file-waveform:before{content:""}.fa-file-word:before{content:""}.fa-file-xmark:before{content:""}.fa-file-zip:before{content:""}.fa-file-zipper:before{content:""}.fa-files:before{content:""}.fa-files-medical:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-film-alt:before{content:""}.fa-film-canister:before,.fa-film-cannister:before{content:""}.fa-film-simple:before{content:""}.fa-film-slash:before{content:""}.fa-films:before{content:""}.fa-filter:before{content:""}.fa-filter-circle-dollar:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-filter-list:before{content:""}.fa-filter-slash:before{content:""}.fa-filters:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-burner:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-fire-flame:before{content:""}.fa-fire-flame-curved:before{content:""}.fa-fire-flame-simple:before{content:""}.fa-fire-hydrant:before{content:""}.fa-fire-smoke:before{content:""}.fa-fireplace:before{content:""}.fa-firewall:before{content:""}.fa-first-aid:before{content:""}.fa-fish:before{content:""}.fa-fish-bones:before{content:""}.fa-fish-cooked:before{content:""}.fa-fish-fins:before{content:""}.fa-fishing-rod:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-alt:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-pennant:before{content:""}.fa-flag-swallowtail:before{content:""}.fa-flag-usa:before{content:""}.fa-flame:before{content:""}.fa-flashlight:before{content:""}.fa-flask:before{content:""}.fa-flask-gear:before{content:""}.fa-flask-poison:before{content:""}.fa-flask-potion:before{content:""}.fa-flask-round-poison:before{content:""}.fa-flask-round-potion:before{content:""}.fa-flask-vial:before{content:""}.fa-flatbread:before{content:""}.fa-flatbread-stuffed:before{content:""}.fa-floppy-disk:before{content:""}.fa-floppy-disk-circle-arrow-right:before{content:""}.fa-floppy-disk-circle-xmark:before{content:""}.fa-floppy-disk-pen:before{content:""}.fa-floppy-disk-times:before{content:""}.fa-floppy-disks:before{content:""}.fa-florin-sign:before{content:""}.fa-flower:before{content:""}.fa-flower-daffodil:before{content:""}.fa-flower-tulip:before{content:""}.fa-flushed:before{content:""}.fa-flute:before{content:""}.fa-flux-capacitor:before{content:""}.fa-flying-disc:before{content:""}.fa-fog:before{content:""}.fa-folder:before{content:""}.fa-folder-arrow-down:before{content:""}.fa-folder-arrow-up:before{content:""}.fa-folder-blank:before{content:""}.fa-folder-bookmark:before{content:""}.fa-folder-closed:before{content:""}.fa-folder-cog:before{content:""}.fa-folder-download:before{content:""}.fa-folder-gear:before{content:""}.fa-folder-grid:before{content:""}.fa-folder-heart:before{content:""}.fa-folder-image:before{content:""}.fa-folder-magnifying-glass:before{content:""}.fa-folder-medical:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-music:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-folder-search:before{content:""}.fa-folder-times:before{content:""}.fa-folder-tree:before{content:""}.fa-folder-upload:before{content:""}.fa-folder-user:before{content:""}.fa-folder-xmark:before{content:""}.fa-folders:before{content:""}.fa-fondue-pot:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before,.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before{content:""}.fa-font-case:before{content:""}.fa-football:before,.fa-football-ball:before{content:""}.fa-football-helmet:before{content:""}.fa-fork:before{content:""}.fa-fork-knife:before{content:""}.fa-forklift:before{content:""}.fa-fort:before{content:""}.fa-forward:before{content:""}.fa-forward-fast:before{content:""}.fa-forward-step:before{content:""}.fa-fragile:before{content:""}.fa-frame:before{content:""}.fa-franc-sign:before{content:""}.fa-french-fries:before{content:""}.fa-frog:before{content:""}.fa-frosty-head:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-function:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before,.fa-futbol-ball:before{content:""}.fa-g:before{content:"G"}.fa-galaxy:before{content:""}.fa-gallery-thumbnails:before{content:""}.fa-game-board:before{content:""}.fa-game-board-alt:before,.fa-game-board-simple:before{content:""}.fa-game-console-handheld:before{content:""}.fa-game-console-handheld-crank:before{content:""}.fa-gamepad:before{content:""}.fa-gamepad-alt:before,.fa-gamepad-modern:before{content:""}.fa-garage:before{content:""}.fa-garage-car:before{content:""}.fa-garage-open:before{content:""}.fa-garlic:before{content:""}.fa-gas-pump:before{content:""}.fa-gas-pump-slash:before{content:""}.fa-gauge:before{content:""}.fa-gauge-circle-bolt:before{content:""}.fa-gauge-circle-minus:before{content:""}.fa-gauge-circle-plus:before{content:""}.fa-gauge-high:before{content:""}.fa-gauge-low:before{content:""}.fa-gauge-max:before{content:""}.fa-gauge-med:before{content:""}.fa-gauge-min:before{content:""}.fa-gauge-simple:before{content:""}.fa-gauge-simple-high:before{content:""}.fa-gauge-simple-low:before{content:""}.fa-gauge-simple-max:before{content:""}.fa-gauge-simple-med:before{content:""}.fa-gauge-simple-min:before{content:""}.fa-gave-dandy:before{content:""}.fa-gavel:before{content:""}.fa-gbp:before{content:""}.fa-gear:before{content:""}.fa-gear-code:before{content:""}.fa-gear-complex:before{content:""}.fa-gear-complex-code:before{content:""}.fa-gears:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-ghost:before{content:""}.fa-gif:before{content:""}.fa-gift:before{content:""}.fa-gift-card:before{content:""}.fa-gifts:before{content:""}.fa-gingerbread-man:before{content:""}.fa-glass:before{content:""}.fa-glass-champagne:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-citrus:before{content:""}.fa-glass-empty:before{content:""}.fa-glass-half:before,.fa-glass-half-empty:before,.fa-glass-half-full:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-water:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glass-whiskey-rocks:before{content:""}.fa-glasses:before{content:""}.fa-glasses-alt:before,.fa-glasses-round:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-globe-oceania:before{content:""}.fa-globe-pointer:before{content:""}.fa-globe-snow:before{content:""}.fa-globe-stand:before{content:""}.fa-glove-boxing:before{content:""}.fa-goal-net:before{content:""}.fa-golf-ball:before,.fa-golf-ball-tee:before{content:""}.fa-golf-club:before{content:""}.fa-golf-flag-hole:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gramophone:before{content:""}.fa-grapes:before{content:""}.fa-grate:before{content:""}.fa-grate-droplet:before{content:""}.fa-greater-than:before{content:">"}.fa-greater-than-equal:before{content:""}.fa-grid:before{content:""}.fa-grid-2:before{content:""}.fa-grid-2-plus:before{content:""}.fa-grid-3:before{content:""}.fa-grid-4:before{content:""}.fa-grid-5:before{content:""}.fa-grid-dividers:before{content:""}.fa-grid-horizontal:before{content:""}.fa-grid-round:before{content:""}.fa-grid-round-2:before{content:""}.fa-grid-round-2-plus:before{content:""}.fa-grid-round-4:before{content:""}.fa-grid-round-5:before{content:""}.fa-grill:before{content:""}.fa-grill-fire:before{content:""}.fa-grill-hot:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip:before{content:""}.fa-grip-dots:before{content:""}.fa-grip-dots-vertical:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-guarani-sign:before{content:""}.fa-guitar:before{content:""}.fa-guitar-electric:before{content:""}.fa-guitars:before{content:""}.fa-gun:before{content:""}.fa-gun-slash:before{content:""}.fa-gun-squirt:before{content:""}.fa-h:before{content:"H"}.fa-h-square:before{content:""}.fa-h1:before{content:""}.fa-h2:before{content:""}.fa-h3:before{content:""}.fa-h4:before{content:""}.fa-h5:before{content:""}.fa-h6:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hammer-crash:before{content:""}.fa-hammer-war:before{content:""}.fa-hamsa:before{content:""}.fa-hand:before{content:""}.fa-hand-back-fist:before{content:""}.fa-hand-back-point-down:before{content:""}.fa-hand-back-point-left:before{content:""}.fa-hand-back-point-ribbon:before{content:""}.fa-hand-back-point-right:before{content:""}.fa-hand-back-point-up:before{content:""}.fa-hand-dots:before{content:""}.fa-hand-fingers-crossed:before{content:""}.fa-hand-fist:before{content:""}.fa-hand-heart:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-box:before{content:""}.fa-hand-holding-dollar:before{content:""}.fa-hand-holding-droplet:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-magic:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-seedling:before{content:""}.fa-hand-holding-skull:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-horns:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-love:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-ribbon:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-receiving:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hand-wave:before{content:""}.fa-handcuffs:before{content:""}.fa-hands:before{content:""}.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:""}.fa-hands-bound:before{content:""}.fa-hands-bubbles:before{content:""}.fa-hands-clapping:before{content:""}.fa-hands-heart:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-holding-child:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-hands-holding-diamond:before{content:""}.fa-hands-holding-dollar:before{content:""}.fa-hands-holding-heart:before{content:""}.fa-hands-praying:before{content:""}.fa-hands-usd:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-angle:before{content:""}.fa-handshake-simple:before{content:""}.fa-handshake-simple-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-drive:before{content:""}.fa-hard-hat:before{content:""}.fa-hard-of-hearing:before{content:""}.fa-hashtag:before{content:"#"}.fa-hashtag-lock:before{content:""}.fa-hat-beach:before{content:""}.fa-hat-chef:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-hard:before{content:""}.fa-hat-santa:before{content:""}.fa-hat-winter:before{content:""}.fa-hat-witch:before{content:""}.fa-hat-wizard:before{content:""}.fa-haykal:before{content:""}.fa-hdd:before{content:""}.fa-head-side:before{content:""}.fa-head-side-brain:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-gear:before{content:""}.fa-head-side-goggles:before{content:""}.fa-head-side-headphones:before{content:""}.fa-head-side-heart:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-medical:before{content:""}.fa-head-side-virus:before{content:""}.fa-head-vr:before{content:""}.fa-header:before,.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before,.fa-headphones-simple:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heart-circle:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-heart-circle-check:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-heart-crack:before{content:""}.fa-heart-half:before{content:""}.fa-heart-half-alt:before,.fa-heart-half-stroke:before{content:""}.fa-heart-music-camera-bolt:before{content:""}.fa-heart-pulse:before{content:""}.fa-heart-rate:before{content:""}.fa-heart-square:before{content:""}.fa-heartbeat:before{content:""}.fa-heat:before{content:""}.fa-helicopter:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-helmet-battle:before{content:""}.fa-helmet-safety:before{content:""}.fa-helmet-un:before{content:""}.fa-hexagon:before{content:""}.fa-hexagon-check:before{content:""}.fa-hexagon-divide:before{content:""}.fa-hexagon-exclamation:before{content:""}.fa-hexagon-image:before{content:""}.fa-hexagon-minus:before{content:""}.fa-hexagon-plus:before{content:""}.fa-hexagon-vertical-nft:before{content:""}.fa-hexagon-vertical-nft-slanted:before{content:""}.fa-hexagon-xmark:before{content:""}.fa-high-definition:before{content:""}.fa-highlighter:before{content:""}.fa-highlighter-line:before{content:""}.fa-hiking:before{content:""}.fa-hill-avalanche:before{content:""}.fa-hill-rockslide:before{content:""}.fa-hippo:before{content:""}.fa-history:before{content:""}.fa-hockey-mask:before{content:""}.fa-hockey-puck:before{content:""}.fa-hockey-stick-puck:before{content:""}.fa-hockey-sticks:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before,.fa-home-alt:before{content:""}.fa-home-blank:before{content:""}.fa-home-heart:before{content:""}.fa-home-lg:before{content:""}.fa-home-lg-alt:before{content:""}.fa-home-user:before{content:""}.fa-honey-pot:before{content:""}.fa-hood-cloak:before{content:""}.fa-horizontal-rule:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-horse-saddle:before{content:""}.fa-hose:before{content:""}.fa-hose-reel:before{content:""}.fa-hospital:before,.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hospital-wide:before{content:""}.fa-hospitals:before{content:""}.fa-hot-tub:before,.fa-hot-tub-person:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-1:before{content:""}.fa-hourglass-2:before{content:""}.fa-hourglass-3:before{content:""}.fa-hourglass-clock:before{content:""}.fa-hourglass-empty:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house:before{content:""}.fa-house-blank:before{content:""}.fa-house-building:before{content:""}.fa-house-chimney:before{content:""}.fa-house-chimney-blank:before{content:""}.fa-house-chimney-crack:before{content:""}.fa-house-chimney-heart:before{content:""}.fa-house-chimney-medical:before{content:""}.fa-house-chimney-user:before{content:""}.fa-house-chimney-window:before{content:""}.fa-house-circle-check:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-house-crack:before{content:""}.fa-house-damage:before{content:""}.fa-house-day:before{content:""}.fa-house-fire:before{content:""}.fa-house-flag:before{content:""}.fa-house-flood:before{content:""}.fa-house-flood-water:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-house-heart:before{content:""}.fa-house-laptop:before{content:""}.fa-house-leave:before{content:""}.fa-house-lock:before{content:""}.fa-house-medical:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-house-medical-flag:before{content:""}.fa-house-night:before{content:""}.fa-house-person-arrive:before{content:""}.fa-house-person-depart:before,.fa-house-person-leave:before{content:""}.fa-house-person-return:before,.fa-house-return:before{content:""}.fa-house-signal:before{content:""}.fa-house-tree:before{content:""}.fa-house-tsunami:before{content:""}.fa-house-turret:before{content:""}.fa-house-user:before{content:""}.fa-house-water:before{content:""}.fa-house-window:before{content:""}.fa-hryvnia:before,.fa-hryvnia-sign:before{content:""}.fa-humidity:before{content:""}.fa-hundred-points:before{content:""}.fa-hurricane:before{content:""}.fa-hyphen:before{content:"-"}.fa-i:before{content:"I"}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-ice-skate:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-icons-alt:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before,.fa-id-card-clip:before{content:""}.fa-igloo:before{content:""}.fa-ils:before{content:""}.fa-image:before{content:""}.fa-image-landscape:before{content:""}.fa-image-polaroid:before{content:""}.fa-image-polaroid-user:before{content:""}.fa-image-portrait:before{content:""}.fa-image-slash:before{content:""}.fa-image-user:before{content:""}.fa-images:before{content:""}.fa-images-user:before{content:""}.fa-inbox:before{content:""}.fa-inbox-arrow-down:before{content:""}.fa-inbox-arrow-up:before{content:""}.fa-inbox-full:before{content:""}.fa-inbox-in:before{content:""}.fa-inbox-out:before{content:""}.fa-inboxes:before{content:""}.fa-indent:before{content:""}.fa-indian-rupee:before,.fa-indian-rupee-sign:before{content:""}.fa-industry:before{content:""}.fa-industry-alt:before,.fa-industry-windows:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-info-square:before{content:""}.fa-inhaler:before{content:""}.fa-input-numeric:before{content:""}.fa-input-pipe:before{content:""}.fa-input-text:before{content:""}.fa-inr:before{content:""}.fa-institution:before{content:""}.fa-integral:before{content:""}.fa-interrobang:before{content:""}.fa-intersection:before{content:""}.fa-inventory:before{content:""}.fa-island-tree-palm:before,.fa-island-tropical:before{content:""}.fa-italic:before{content:""}.fa-j:before{content:"J"}.fa-jack-o-lantern:before{content:""}.fa-jar:before{content:""}.fa-jar-wheat:before{content:""}.fa-jedi:before{content:""}.fa-jet-fighter:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-joint:before{content:""}.fa-journal-whills:before{content:""}.fa-joystick:before{content:""}.fa-jpy:before{content:""}.fa-jug:before{content:""}.fa-jug-bottle:before{content:""}.fa-jug-detergent:before{content:""}.fa-k:before{content:"K"}.fa-kaaba:before{content:""}.fa-kazoo:before{content:""}.fa-kerning:before{content:""}.fa-key:before{content:""}.fa-key-skeleton:before{content:""}.fa-key-skeleton-left-right:before{content:""}.fa-keyboard:before{content:""}.fa-keyboard-brightness:before{content:""}.fa-keyboard-brightness-low:before{content:""}.fa-keyboard-down:before{content:""}.fa-keyboard-left:before{content:""}.fa-keynote:before{content:""}.fa-khanda:before{content:""}.fa-kidneys:before{content:""}.fa-kip-sign:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kit-medical:before{content:""}.fa-kitchen-set:before{content:""}.fa-kite:before{content:""}.fa-kiwi-bird:before{content:""}.fa-kiwi-fruit:before{content:""}.fa-knife:before{content:""}.fa-knife-kitchen:before{content:""}.fa-krw:before{content:""}.fa-l:before{content:"L"}.fa-lacrosse-stick:before{content:""}.fa-lacrosse-stick-ball:before{content:""}.fa-ladder-water:before{content:""}.fa-lambda:before{content:""}.fa-lamp:before{content:""}.fa-lamp-desk:before{content:""}.fa-lamp-floor:before{content:""}.fa-lamp-street:before{content:""}.fa-land-mine-on:before{content:""}.fa-landmark:before{content:""}.fa-landmark-alt:before,.fa-landmark-dome:before{content:""}.fa-landmark-flag:before{content:""}.fa-landscape:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-arrow-down:before{content:""}.fa-laptop-binary:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-file:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laptop-mobile:before{content:""}.fa-laptop-slash:before{content:""}.fa-lari-sign:before{content:""}.fa-lasso:before{content:""}.fa-lasso-sparkles:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-layer-group-minus:before{content:""}.fa-layer-group-plus:before{content:""}.fa-layer-minus:before{content:""}.fa-layer-plus:before{content:""}.fa-leaf:before{content:""}.fa-leaf-heart:before{content:""}.fa-leaf-maple:before{content:""}.fa-leaf-oak:before{content:""}.fa-leafy-green:before{content:""}.fa-left:before{content:""}.fa-left-from-line:before{content:""}.fa-left-long:before{content:""}.fa-left-long-to-line:before{content:""}.fa-left-right:before{content:""}.fa-left-to-line:before{content:""}.fa-legal:before{content:""}.fa-lemon:before{content:""}.fa-less-than:before{content:"<"}.fa-less-than-equal:before{content:""}.fa-level-down:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-light-ceiling:before{content:""}.fa-light-emergency:before{content:""}.fa-light-emergency-on:before{content:""}.fa-light-switch:before{content:""}.fa-light-switch-off:before{content:""}.fa-light-switch-on:before{content:""}.fa-lightbulb:before{content:""}.fa-lightbulb-cfl:before{content:""}.fa-lightbulb-cfl-on:before{content:""}.fa-lightbulb-dollar:before{content:""}.fa-lightbulb-exclamation:before{content:""}.fa-lightbulb-exclamation-on:before{content:""}.fa-lightbulb-gear:before{content:""}.fa-lightbulb-on:before{content:""}.fa-lightbulb-slash:before{content:""}.fa-lighthouse:before{content:""}.fa-lights-holiday:before{content:""}.fa-line-chart:before{content:""}.fa-line-columns:before{content:""}.fa-line-height:before{content:""}.fa-lines-leaning:before{content:""}.fa-link:before{content:""}.fa-link-horizontal:before{content:""}.fa-link-horizontal-slash:before{content:""}.fa-link-simple:before{content:""}.fa-link-simple-slash:before{content:""}.fa-link-slash:before{content:""}.fa-lips:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-1-2:before{content:""}.fa-list-alt:before{content:""}.fa-list-check:before{content:""}.fa-list-dots:before{content:""}.fa-list-dropdown:before{content:""}.fa-list-music:before{content:""}.fa-list-numeric:before,.fa-list-ol:before{content:""}.fa-list-radio:before{content:""}.fa-list-squares:before{content:""}.fa-list-timeline:before{content:""}.fa-list-tree:before{content:""}.fa-list-ul:before{content:""}.fa-litecoin-sign:before{content:""}.fa-loader:before{content:""}.fa-lobster:before{content:""}.fa-location:before{content:""}.fa-location-arrow:before{content:""}.fa-location-check:before{content:""}.fa-location-circle:before{content:""}.fa-location-crosshairs:before{content:""}.fa-location-crosshairs-slash:before{content:""}.fa-location-dot:before{content:""}.fa-location-dot-slash:before{content:""}.fa-location-exclamation:before{content:""}.fa-location-minus:before{content:""}.fa-location-pen:before{content:""}.fa-location-pin:before{content:""}.fa-location-pin-lock:before{content:""}.fa-location-pin-slash:before{content:""}.fa-location-plus:before{content:""}.fa-location-question:before{content:""}.fa-location-slash:before{content:""}.fa-location-smile:before{content:""}.fa-location-xmark:before{content:""}.fa-lock:before{content:""}.fa-lock-a:before{content:""}.fa-lock-alt:before{content:""}.fa-lock-hashtag:before{content:""}.fa-lock-keyhole:before{content:""}.fa-lock-keyhole-open:before{content:""}.fa-lock-open:before{content:""}.fa-lock-open-alt:before{content:""}.fa-locust:before{content:""}.fa-lollipop:before,.fa-lollypop:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-long-arrow-up:before{content:""}.fa-loveseat:before{content:""}.fa-low-vision:before{content:""}.fa-luchador:before,.fa-luchador-mask:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-m:before{content:"M"}.fa-mace:before{content:""}.fa-magic:before{content:""}.fa-magic-wand-sparkles:before{content:""}.fa-magnet:before{content:""}.fa-magnifying-glass:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-magnifying-glass-dollar:before{content:""}.fa-magnifying-glass-location:before{content:""}.fa-magnifying-glass-minus:before{content:""}.fa-magnifying-glass-plus:before{content:""}.fa-mail-bulk:before{content:""}.fa-mail-forward:before{content:""}.fa-mail-reply:before{content:""}.fa-mail-reply-all:before{content:""}.fa-mailbox:before{content:""}.fa-mailbox-flag-up:before{content:""}.fa-maki-roll:before,.fa-makizushi:before{content:""}.fa-male:before{content:""}.fa-manat-sign:before{content:""}.fa-mandolin:before{content:""}.fa-mango:before{content:""}.fa-manhole:before{content:""}.fa-map:before{content:""}.fa-map-location:before{content:""}.fa-map-location-dot:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-marker-alt-slash:before{content:""}.fa-map-marker-check:before{content:""}.fa-map-marker-edit:before{content:""}.fa-map-marker-exclamation:before{content:""}.fa-map-marker-minus:before{content:""}.fa-map-marker-plus:before{content:""}.fa-map-marker-question:before{content:""}.fa-map-marker-slash:before{content:""}.fa-map-marker-smile:before{content:""}.fa-map-marker-times:before,.fa-map-marker-xmark:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-and-venus:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:""}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:""}.fa-martini-glass:before{content:""}.fa-martini-glass-citrus:before{content:""}.fa-martini-glass-empty:before{content:""}.fa-mask:before{content:""}.fa-mask-face:before{content:""}.fa-mask-luchador:before{content:""}.fa-mask-snorkel:before{content:""}.fa-mask-ventilator:before{content:""}.fa-masks-theater:before{content:""}.fa-mattress-pillow:before{content:""}.fa-maximize:before{content:""}.fa-meat:before{content:""}.fa-medal:before{content:""}.fa-medkit:before{content:""}.fa-megaphone:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-melon:before{content:""}.fa-melon-slice:before{content:""}.fa-memo:before{content:""}.fa-memo-circle-check:before{content:""}.fa-memo-circle-info:before{content:""}.fa-memo-pad:before{content:""}.fa-memory:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-merge:before{content:""}.fa-message:before{content:""}.fa-message-arrow-down:before{content:""}.fa-message-arrow-up:before{content:""}.fa-message-arrow-up-right:before{content:""}.fa-message-bot:before{content:""}.fa-message-captions:before{content:""}.fa-message-check:before{content:""}.fa-message-code:before{content:""}.fa-message-dollar:before{content:""}.fa-message-dots:before{content:""}.fa-message-edit:before{content:""}.fa-message-exclamation:before{content:""}.fa-message-heart:before{content:""}.fa-message-image:before{content:""}.fa-message-lines:before{content:""}.fa-message-medical:before{content:""}.fa-message-middle:before{content:""}.fa-message-middle-top:before{content:""}.fa-message-minus:before{content:""}.fa-message-music:before{content:""}.fa-message-pen:before{content:""}.fa-message-plus:before{content:""}.fa-message-question:before{content:""}.fa-message-quote:before{content:""}.fa-message-slash:before{content:""}.fa-message-smile:before{content:""}.fa-message-sms:before{content:""}.fa-message-text:before{content:""}.fa-message-times:before,.fa-message-xmark:before{content:""}.fa-messages:before{content:""}.fa-messages-dollar:before{content:""}.fa-messages-question:before{content:""}.fa-messaging:before{content:""}.fa-meteor:before{content:""}.fa-meter:before{content:""}.fa-meter-bolt:before{content:""}.fa-meter-droplet:before{content:""}.fa-meter-fire:before{content:""}.fa-microchip:before{content:""}.fa-microchip-ai:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-circle:before{content:""}.fa-microphone-circle-alt:before{content:""}.fa-microphone-lines:before{content:""}.fa-microphone-lines-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microphone-stand:before{content:""}.fa-microscope:before{content:""}.fa-microwave:before{content:""}.fa-mill-sign:before{content:""}.fa-mind-share:before{content:""}.fa-minimize:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-hexagon:before{content:""}.fa-minus-large:before{content:""}.fa-minus-octagon:before{content:""}.fa-minus-square:before{content:""}.fa-mistletoe:before{content:""}.fa-mitten:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-mobile-android:before{content:""}.fa-mobile-android-alt:before{content:""}.fa-mobile-button:before{content:""}.fa-mobile-iphone:before,.fa-mobile-notch:before{content:""}.fa-mobile-phone:before{content:""}.fa-mobile-retro:before{content:""}.fa-mobile-screen:before{content:""}.fa-mobile-screen-button:before{content:""}.fa-mobile-signal:before{content:""}.fa-mobile-signal-out:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-1:before{content:""}.fa-money-bill-1-wave:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-simple:before{content:""}.fa-money-bill-simple-wave:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-money-bills:before{content:""}.fa-money-bills-alt:before,.fa-money-bills-simple:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:""}.fa-money-check-dollar-pen:before{content:""}.fa-money-check-edit:before{content:""}.fa-money-check-edit-alt:before{content:""}.fa-money-check-pen:before{content:""}.fa-money-from-bracket:before{content:""}.fa-money-simple-from-bracket:before{content:""}.fa-monitor-heart-rate:before,.fa-monitor-waveform:before{content:""}.fa-monkey:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-moon-cloud:before{content:""}.fa-moon-over-sun:before{content:""}.fa-moon-stars:before{content:""}.fa-moped:before{content:""}.fa-mortar-board:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-mosquito-net:before{content:""}.fa-motorcycle:before{content:""}.fa-mound:before{content:""}.fa-mountain:before{content:""}.fa-mountain-city:before{content:""}.fa-mountain-sun:before{content:""}.fa-mountains:before{content:""}.fa-mouse:before{content:""}.fa-mouse-alt:before{content:""}.fa-mouse-field:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mp3-player:before{content:""}.fa-mug:before{content:""}.fa-mug-hot:before{content:""}.fa-mug-marshmallows:before{content:""}.fa-mug-saucer:before{content:""}.fa-mug-tea:before{content:""}.fa-mug-tea-saucer:before{content:""}.fa-multiply:before{content:""}.fa-museum:before{content:""}.fa-mushroom:before{content:""}.fa-music:before{content:""}.fa-music-alt:before{content:""}.fa-music-alt-slash:before{content:""}.fa-music-note:before{content:""}.fa-music-note-slash:before{content:""}.fa-music-slash:before{content:""}.fa-mustache:before{content:""}.fa-n:before{content:"N"}.fa-naira-sign:before{content:""}.fa-narwhal:before{content:""}.fa-navicon:before{content:""}.fa-nesting-dolls:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nfc:before{content:""}.fa-nfc-lock:before{content:""}.fa-nfc-magnifying-glass:before{content:""}.fa-nfc-pen:before{content:""}.fa-nfc-signal:before{content:""}.fa-nfc-slash:before{content:""}.fa-nfc-symbol:before{content:""}.fa-nfc-trash:before{content:""}.fa-nigiri:before{content:""}.fa-nose:before{content:""}.fa-not-equal:before{content:""}.fa-notdef:before{content:""}.fa-note:before{content:""}.fa-note-medical:before{content:""}.fa-note-sticky:before{content:""}.fa-notebook:before{content:""}.fa-notes:before{content:""}.fa-notes-medical:before{content:""}.fa-o:before{content:"O"}.fa-object-exclude:before{content:""}.fa-object-group:before{content:""}.fa-object-intersect:before{content:""}.fa-object-subtract:before{content:""}.fa-object-ungroup:before{content:""}.fa-object-union:before{content:""}.fa-objects-align-bottom:before{content:""}.fa-objects-align-center-horizontal:before{content:""}.fa-objects-align-center-vertical:before{content:""}.fa-objects-align-left:before{content:""}.fa-objects-align-right:before{content:""}.fa-objects-align-top:before{content:""}.fa-objects-column:before{content:""}.fa-octagon:before{content:""}.fa-octagon-check:before{content:""}.fa-octagon-divide:before{content:""}.fa-octagon-exclamation:before{content:""}.fa-octagon-minus:before{content:""}.fa-octagon-plus:before{content:""}.fa-octagon-xmark:before{content:""}.fa-oil-can:before{content:""}.fa-oil-can-drip:before{content:""}.fa-oil-temp:before,.fa-oil-temperature:before{content:""}.fa-oil-well:before{content:""}.fa-olive:before{content:""}.fa-olive-branch:before{content:""}.fa-om:before{content:""}.fa-omega:before{content:""}.fa-onion:before{content:""}.fa-option:before{content:""}.fa-ornament:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-outlet:before{content:""}.fa-oven:before{content:""}.fa-overline:before{content:""}.fa-p:before{content:"P"}.fa-page:before{content:""}.fa-page-break:before{content:""}.fa-page-caret-down:before{content:""}.fa-page-caret-up:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-brush-alt:before,.fa-paint-brush-fine:before{content:""}.fa-paint-roller:before{content:""}.fa-paintbrush:before{content:""}.fa-paintbrush-alt:before,.fa-paintbrush-fine:before{content:""}.fa-paintbrush-pencil:before{content:""}.fa-palette:before{content:""}.fa-palette-boxes:before{content:""}.fa-pallet:before{content:""}.fa-pallet-alt:before{content:""}.fa-pallet-box:before{content:""}.fa-pallet-boxes:before{content:""}.fa-pan-food:before{content:""}.fa-pan-frying:before{content:""}.fa-pancakes:before{content:""}.fa-panel-ews:before{content:""}.fa-panel-fire:before{content:""}.fa-panorama:before{content:""}.fa-paper-plane:before{content:""}.fa-paper-plane-alt:before,.fa-paper-plane-top:before{content:""}.fa-paperclip:before{content:""}.fa-paperclip-vertical:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-paragraph-left:before,.fa-paragraph-rtl:before{content:""}.fa-parentheses:before{content:""}.fa-parenthesis:before{content:"("}.fa-parking:before{content:""}.fa-parking-circle:before{content:""}.fa-parking-circle-slash:before{content:""}.fa-parking-slash:before{content:""}.fa-party-back:before{content:""}.fa-party-bell:before{content:""}.fa-party-horn:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paw-alt:before{content:""}.fa-paw-claws:before{content:""}.fa-paw-simple:before{content:""}.fa-peace:before{content:""}.fa-peach:before{content:""}.fa-peanut:before{content:""}.fa-peanuts:before{content:""}.fa-peapod:before{content:""}.fa-pear:before{content:""}.fa-pedestal:before{content:""}.fa-pegasus:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-alt-slash:before{content:""}.fa-pen-circle:before{content:""}.fa-pen-clip:before{content:""}.fa-pen-clip-slash:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-fancy-slash:before{content:""}.fa-pen-field:before{content:""}.fa-pen-line:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-nib-slash:before{content:""}.fa-pen-paintbrush:before{content:""}.fa-pen-ruler:before{content:""}.fa-pen-slash:before{content:""}.fa-pen-square:before{content:""}.fa-pen-swirl:before{content:""}.fa-pen-to-square:before{content:""}.fa-pencil:before,.fa-pencil-alt:before{content:""}.fa-pencil-mechanical:before{content:""}.fa-pencil-paintbrush:before{content:""}.fa-pencil-ruler:before{content:""}.fa-pencil-slash:before{content:""}.fa-pencil-square:before{content:""}.fa-pennant:before{content:""}.fa-people:before{content:""}.fa-people-arrows:before,.fa-people-arrows-left-right:before{content:""}.fa-people-carry:before,.fa-people-carry-box:before{content:""}.fa-people-dress:before{content:""}.fa-people-dress-simple:before{content:""}.fa-people-group:before{content:""}.fa-people-line:before{content:""}.fa-people-pants:before{content:""}.fa-people-pants-simple:before{content:""}.fa-people-pulling:before{content:""}.fa-people-robbery:before{content:""}.fa-people-roof:before{content:""}.fa-people-simple:before{content:""}.fa-pepper:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-period:before{content:"."}.fa-person:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-person-biking:before{content:""}.fa-person-biking-mountain:before{content:""}.fa-person-booth:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-person-burst:before{content:""}.fa-person-cane:before{content:""}.fa-person-carry:before,.fa-person-carry-box:before{content:""}.fa-person-chalkboard:before{content:""}.fa-person-circle-check:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-person-circle-minus:before{content:""}.fa-person-circle-plus:before{content:""}.fa-person-circle-question:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-person-digging:before{content:""}.fa-person-dolly:before{content:""}.fa-person-dolly-empty:before{content:""}.fa-person-dots-from-line:before{content:""}.fa-person-dress:before{content:""}.fa-person-dress-burst:before{content:""}.fa-person-dress-fairy:before{content:""}.fa-person-dress-simple:before{content:""}.fa-person-drowning:before{content:""}.fa-person-fairy:before{content:""}.fa-person-falling:before{content:""}.fa-person-falling-burst:before{content:""}.fa-person-from-portal:before{content:""}.fa-person-half-dress:before{content:""}.fa-person-harassing:before{content:""}.fa-person-hiking:before{content:""}.fa-person-military-pointing:before{content:""}.fa-person-military-rifle:before{content:""}.fa-person-military-to-person:before{content:""}.fa-person-pinball:before{content:""}.fa-person-praying:before{content:""}.fa-person-pregnant:before{content:""}.fa-person-rays:before{content:""}.fa-person-rifle:before{content:""}.fa-person-running:before{content:""}.fa-person-running-fast:before{content:""}.fa-person-seat:before{content:""}.fa-person-seat-reclined:before{content:""}.fa-person-shelter:before{content:""}.fa-person-sign:before{content:""}.fa-person-simple:before{content:""}.fa-person-skating:before{content:""}.fa-person-ski-jumping:before{content:""}.fa-person-ski-lift:before{content:""}.fa-person-skiing:before{content:""}.fa-person-skiing-nordic:before{content:""}.fa-person-sledding:before{content:""}.fa-person-snowboarding:before{content:""}.fa-person-snowmobiling:before{content:""}.fa-person-swimming:before{content:""}.fa-person-through-window:before{content:""}.fa-person-to-door:before{content:""}.fa-person-to-portal:before{content:""}.fa-person-walking:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-person-walking-with-cane:before{content:""}.fa-peseta-sign:before{content:""}.fa-peso-sign:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-arrow-down:before,.fa-phone-arrow-down-left:before{content:""}.fa-phone-arrow-right:before{content:""}.fa-phone-arrow-up:before,.fa-phone-arrow-up-right:before{content:""}.fa-phone-circle:before{content:""}.fa-phone-circle-alt:before{content:""}.fa-phone-circle-down:before{content:""}.fa-phone-flip:before{content:""}.fa-phone-hangup:before{content:""}.fa-phone-incoming:before{content:""}.fa-phone-intercom:before{content:""}.fa-phone-laptop:before{content:""}.fa-phone-missed:before{content:""}.fa-phone-office:before{content:""}.fa-phone-outgoing:before{content:""}.fa-phone-plus:before{content:""}.fa-phone-rotary:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-square-down:before{content:""}.fa-phone-volume:before{content:""}.fa-phone-xmark:before{content:""}.fa-photo-film:before{content:""}.fa-photo-film-music:before{content:""}.fa-photo-video:before{content:""}.fa-pi:before{content:""}.fa-piano:before{content:""}.fa-piano-keyboard:before{content:""}.fa-pickaxe:before{content:""}.fa-pickleball:before{content:""}.fa-pie:before{content:""}.fa-pie-chart:before{content:""}.fa-pig:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinata:before{content:""}.fa-pinball:before{content:""}.fa-pineapple:before{content:""}.fa-ping-pong-paddle-ball:before{content:""}.fa-pipe:before{content:"|"}.fa-pipe-circle-check:before{content:""}.fa-pipe-collar:before{content:""}.fa-pipe-section:before{content:""}.fa-pipe-smoking:before{content:""}.fa-pipe-valve:before{content:""}.fa-pizza:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-alt:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-circle-check:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-engines:before{content:""}.fa-plane-lock:before{content:""}.fa-plane-prop:before{content:""}.fa-plane-slash:before{content:""}.fa-plane-tail:before{content:""}.fa-plane-up:before{content:""}.fa-plane-up-slash:before{content:""}.fa-planet-moon:before{content:""}.fa-planet-ringed:before{content:""}.fa-plant-wilt:before{content:""}.fa-plate-utensils:before{content:""}.fa-plate-wheat:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-play-pause:before{content:""}.fa-plug:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-plug-circle-check:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-plus:before{content:"+"}.fa-plus-circle:before{content:""}.fa-plus-hexagon:before{content:""}.fa-plus-large:before{content:""}.fa-plus-minus:before{content:""}.fa-plus-octagon:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-podium:before{content:""}.fa-podium-star:before{content:""}.fa-police-box:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poll-people:before{content:""}.fa-pompebled:before{content:""}.fa-poo:before{content:""}.fa-poo-bolt:before,.fa-poo-storm:before{content:""}.fa-pool-8-ball:before{content:""}.fa-poop:before{content:""}.fa-popcorn:before{content:""}.fa-popsicle:before{content:""}.fa-portal-enter:before{content:""}.fa-portal-exit:before{content:""}.fa-portrait:before{content:""}.fa-pot-food:before{content:""}.fa-potato:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:""}.fa-prescription-bottle-pill:before{content:""}.fa-presentation:before,.fa-presentation-screen:before{content:""}.fa-pretzel:before{content:""}.fa-print:before{content:""}.fa-print-magnifying-glass:before,.fa-print-search:before{content:""}.fa-print-slash:before{content:""}.fa-pro:before{content:""}.fa-procedures:before{content:""}.fa-project-diagram:before{content:""}.fa-projector:before{content:""}.fa-pump:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pumpkin:before{content:""}.fa-puzzle:before{content:""}.fa-puzzle-piece:before{content:""}.fa-puzzle-piece-alt:before,.fa-puzzle-piece-simple:before{content:""}.fa-q:before{content:"Q"}.fa-qrcode:before{content:""}.fa-question:before{content:"?"}.fa-question-circle:before{content:""}.fa-question-square:before{content:""}.fa-quidditch:before,.fa-quidditch-broom-ball:before{content:""}.fa-quote-left:before,.fa-quote-left-alt:before{content:""}.fa-quote-right:before,.fa-quote-right-alt:before{content:""}.fa-quotes:before{content:""}.fa-quran:before{content:""}.fa-r:before{content:"R"}.fa-rabbit:before{content:""}.fa-rabbit-fast:before,.fa-rabbit-running:before{content:""}.fa-raccoon:before{content:""}.fa-racquet:before{content:""}.fa-radar:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-radio:before{content:""}.fa-radio-alt:before,.fa-radio-tuner:before{content:""}.fa-rainbow:before{content:""}.fa-raindrops:before{content:""}.fa-ram:before{content:""}.fa-ramp-loading:before{content:""}.fa-random:before{content:""}.fa-ranking-star:before{content:""}.fa-raygun:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-rectangle:before{content:""}.fa-rectangle-ad:before{content:""}.fa-rectangle-barcode:before{content:""}.fa-rectangle-code:before{content:""}.fa-rectangle-hd:before{content:""}.fa-rectangle-history:before{content:""}.fa-rectangle-history-circle-plus:before{content:""}.fa-rectangle-history-circle-user:before{content:""}.fa-rectangle-landscape:before{content:""}.fa-rectangle-list:before{content:""}.fa-rectangle-portrait:before{content:""}.fa-rectangle-pro:before{content:""}.fa-rectangle-sd:before{content:""}.fa-rectangle-terminal:before{content:""}.fa-rectangle-times:before{content:""}.fa-rectangle-vertical:before{content:""}.fa-rectangle-vertical-history:before{content:""}.fa-rectangle-wide:before{content:""}.fa-rectangle-xmark:before{content:""}.fa-rectangles-mixed:before{content:""}.fa-recycle:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-reel:before{content:""}.fa-refresh:before{content:""}.fa-refrigerator:before{content:""}.fa-registered:before{content:""}.fa-remove:before{content:""}.fa-remove-format:before{content:""}.fa-reorder:before{content:""}.fa-repeat:before{content:""}.fa-repeat-1:before{content:""}.fa-repeat-1-alt:before{content:""}.fa-repeat-alt:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-reply-clock:before,.fa-reply-time:before{content:""}.fa-republican:before{content:""}.fa-restroom:before{content:""}.fa-restroom-simple:before{content:""}.fa-retweet:before{content:""}.fa-retweet-alt:before{content:""}.fa-rhombus:before{content:""}.fa-ribbon:before{content:""}.fa-right:before{content:""}.fa-right-from-bracket:before{content:""}.fa-right-from-line:before{content:""}.fa-right-left:before{content:""}.fa-right-left-large:before{content:""}.fa-right-long:before{content:""}.fa-right-long-to-line:before{content:""}.fa-right-to-bracket:before{content:""}.fa-right-to-line:before{content:""}.fa-ring:before{content:""}.fa-ring-diamond:before{content:""}.fa-rings-wedding:before{content:""}.fa-rmb:before{content:""}.fa-road:before{content:""}.fa-road-barrier:before{content:""}.fa-road-bridge:before{content:""}.fa-road-circle-check:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-road-lock:before{content:""}.fa-road-spikes:before{content:""}.fa-robot:before{content:""}.fa-robot-astromech:before{content:""}.fa-rocket:before{content:""}.fa-rocket-launch:before{content:""}.fa-rod-asclepius:before,.fa-rod-snake:before{content:""}.fa-roller-coaster:before{content:""}.fa-rotate:before{content:""}.fa-rotate-back:before,.fa-rotate-backward:before{content:""}.fa-rotate-exclamation:before{content:""}.fa-rotate-forward:before{content:""}.fa-rotate-left:before{content:""}.fa-rotate-right:before{content:""}.fa-rouble:before{content:""}.fa-route:before{content:""}.fa-route-highway:before{content:""}.fa-route-interstate:before{content:""}.fa-router:before{content:""}.fa-rows:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-rub:before,.fa-ruble:before,.fa-ruble-sign:before{content:""}.fa-rug:before{content:""}.fa-rugby-ball:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-triangle:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee:before,.fa-rupee-sign:before{content:""}.fa-rupiah-sign:before{content:""}.fa-rv:before{content:""}.fa-s:before{content:"S"}.fa-sack:before{content:""}.fa-sack-dollar:before{content:""}.fa-sack-xmark:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-sailboat:before{content:""}.fa-salad:before{content:""}.fa-salt-shaker:before{content:""}.fa-sandwich:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-sausage:before{content:""}.fa-save:before{content:""}.fa-save-circle-arrow-right:before{content:""}.fa-save-circle-xmark:before,.fa-save-times:before{content:""}.fa-sax-hot:before{content:""}.fa-saxophone:before{content:""}.fa-saxophone-fire:before{content:""}.fa-scale-balanced:before{content:""}.fa-scale-unbalanced:before{content:""}.fa-scale-unbalanced-flip:before{content:""}.fa-scalpel:before{content:""}.fa-scalpel-line-dashed:before,.fa-scalpel-path:before{content:""}.fa-scanner:before,.fa-scanner-gun:before{content:""}.fa-scanner-image:before{content:""}.fa-scanner-keyboard:before{content:""}.fa-scanner-touchscreen:before{content:""}.fa-scarecrow:before{content:""}.fa-scarf:before{content:""}.fa-school:before{content:""}.fa-school-circle-check:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-school-flag:before{content:""}.fa-school-lock:before{content:""}.fa-scissors:before{content:""}.fa-screen-users:before{content:""}.fa-screencast:before{content:""}.fa-screenshot:before{content:""}.fa-screwdriver:before{content:""}.fa-screwdriver-wrench:before{content:""}.fa-scribble:before{content:""}.fa-scroll:before{content:""}.fa-scroll-old:before{content:""}.fa-scroll-ribbon:before{content:""}.fa-scroll-torah:before{content:""}.fa-scrubber:before{content:""}.fa-scythe:before{content:""}.fa-sd-card:before{content:""}.fa-sd-cards:before{content:""}.fa-seal:before{content:""}.fa-seal-exclamation:before{content:""}.fa-seal-question:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-seat-airline:before{content:""}.fa-section:before{content:""}.fa-seedling:before{content:""}.fa-semicolon:before{content:";"}.fa-send:before{content:""}.fa-send-back:before{content:""}.fa-send-backward:before{content:""}.fa-sensor:before{content:""}.fa-sensor-alert:before{content:""}.fa-sensor-cloud:before{content:""}.fa-sensor-fire:before{content:""}.fa-sensor-on:before{content:""}.fa-sensor-smoke:before{content:""}.fa-sensor-triangle-exclamation:before{content:""}.fa-server:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-all:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-from-square:before{content:""}.fa-share-nodes:before{content:""}.fa-share-square:before{content:""}.fa-sheep:before{content:""}.fa-sheet-plastic:before{content:""}.fa-shekel:before,.fa-shekel-sign:before{content:""}.fa-shelves:before{content:""}.fa-shelves-empty:before{content:""}.fa-sheqel:before,.fa-sheqel-sign:before{content:""}.fa-shield:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-blank:before{content:""}.fa-shield-cat:before{content:""}.fa-shield-check:before{content:""}.fa-shield-cross:before{content:""}.fa-shield-dog:before{content:""}.fa-shield-exclamation:before{content:""}.fa-shield-halved:before{content:""}.fa-shield-heart:before{content:""}.fa-shield-keyhole:before{content:""}.fa-shield-minus:before{content:""}.fa-shield-plus:before{content:""}.fa-shield-quartered:before{content:""}.fa-shield-slash:before{content:""}.fa-shield-times:before{content:""}.fa-shield-virus:before{content:""}.fa-shield-xmark:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shipping-timed:before{content:""}.fa-shirt:before{content:""}.fa-shirt-long-sleeve:before{content:""}.fa-shirt-running:before{content:""}.fa-shirt-tank-top:before{content:""}.fa-shish-kebab:before{content:""}.fa-shoe-prints:before{content:""}.fa-shop:before{content:""}.fa-shop-lock:before{content:""}.fa-shop-slash:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-basket-alt:before{content:""}.fa-shopping-cart:before{content:""}.fa-shortcake:before{content:""}.fa-shovel:before{content:""}.fa-shovel-snow:before{content:""}.fa-shower:before{content:""}.fa-shower-alt:before,.fa-shower-down:before{content:""}.fa-shredder:before{content:""}.fa-shrimp:before{content:""}.fa-shuffle:before{content:""}.fa-shutters:before{content:""}.fa-shuttle-space:before{content:""}.fa-shuttle-van:before{content:""}.fa-shuttlecock:before{content:""}.fa-sickle:before{content:""}.fa-sidebar:before{content:""}.fa-sidebar-flip:before{content:""}.fa-sigma:before{content:""}.fa-sign:before,.fa-sign-hanging:before{content:""}.fa-sign-in:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signal-1:before{content:""}.fa-signal-2:before{content:""}.fa-signal-3:before{content:""}.fa-signal-4:before{content:""}.fa-signal-5:before{content:""}.fa-signal-alt:before{content:""}.fa-signal-alt-1:before{content:""}.fa-signal-alt-2:before{content:""}.fa-signal-alt-3:before{content:""}.fa-signal-alt-4:before{content:""}.fa-signal-alt-slash:before{content:""}.fa-signal-bars:before{content:""}.fa-signal-bars-fair:before{content:""}.fa-signal-bars-good:before{content:""}.fa-signal-bars-slash:before{content:""}.fa-signal-bars-strong:before{content:""}.fa-signal-bars-weak:before{content:""}.fa-signal-fair:before{content:""}.fa-signal-good:before{content:""}.fa-signal-perfect:before{content:""}.fa-signal-slash:before{content:""}.fa-signal-stream:before{content:""}.fa-signal-stream-slash:before{content:""}.fa-signal-strong:before{content:""}.fa-signal-weak:before{content:""}.fa-signature:before{content:""}.fa-signature-lock:before{content:""}.fa-signature-slash:before{content:""}.fa-signing:before{content:""}.fa-signs-post:before{content:""}.fa-sim-card:before{content:""}.fa-sim-cards:before{content:""}.fa-sink:before{content:""}.fa-siren:before{content:""}.fa-siren-on:before{content:""}.fa-sitemap:before{content:""}.fa-skating:before{content:""}.fa-skeleton:before{content:""}.fa-skeleton-ribs:before{content:""}.fa-ski-boot:before{content:""}.fa-ski-boot-ski:before{content:""}.fa-ski-jump:before{content:""}.fa-ski-lift:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-cow:before{content:""}.fa-skull-crossbones:before{content:""}.fa-slash:before{content:""}.fa-slash-back:before{content:"\\"}.fa-slash-forward:before{content:"/"}.fa-sledding:before{content:""}.fa-sleigh:before{content:""}.fa-slider:before{content:""}.fa-sliders:before,.fa-sliders-h:before{content:""}.fa-sliders-h-square:before{content:""}.fa-sliders-simple:before{content:""}.fa-sliders-up:before,.fa-sliders-v:before{content:""}.fa-sliders-v-square:before{content:""}.fa-slot-machine:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-plus:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoke:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snake:before{content:""}.fa-snooze:before{content:""}.fa-snow-blowing:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowflake-droplets:before{content:""}.fa-snowflakes:before{content:""}.fa-snowman:before{content:""}.fa-snowman-head:before{content:""}.fa-snowmobile:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-soccer-ball:before{content:""}.fa-socks:before{content:""}.fa-soft-serve:before{content:""}.fa-solar-panel:before{content:""}.fa-solar-system:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-alt:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-asc:before{content:""}.fa-sort-circle:before{content:""}.fa-sort-circle-down:before{content:""}.fa-sort-circle-up:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-shapes-down:before{content:""}.fa-sort-shapes-down-alt:before{content:""}.fa-sort-shapes-up:before{content:""}.fa-sort-shapes-up-alt:before{content:""}.fa-sort-size-down:before{content:""}.fa-sort-size-down-alt:before{content:""}.fa-sort-size-up:before{content:""}.fa-sort-size-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-sort-up-down:before{content:""}.fa-soup:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-space-station-moon:before{content:""}.fa-space-station-moon-alt:before,.fa-space-station-moon-construction:before{content:""}.fa-spade:before{content:""}.fa-spaghetti-monster-flying:before{content:""}.fa-sparkle:before{content:""}.fa-sparkles:before{content:""}.fa-speaker:before{content:""}.fa-speakers:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spider-black-widow:before{content:""}.fa-spider-web:before{content:""}.fa-spinner:before{content:""}.fa-spinner-third:before{content:""}.fa-split:before{content:""}.fa-splotch:before{content:""}.fa-spoon:before{content:""}.fa-sportsball:before{content:""}.fa-spray-can:before{content:""}.fa-spray-can-sparkles:before{content:""}.fa-sprinkler:before{content:""}.fa-sprinkler-ceiling:before{content:""}.fa-sprout:before{content:""}.fa-square:before{content:""}.fa-square-0:before{content:""}.fa-square-1:before{content:""}.fa-square-2:before{content:""}.fa-square-3:before{content:""}.fa-square-4:before{content:""}.fa-square-5:before{content:""}.fa-square-6:before{content:""}.fa-square-7:before{content:""}.fa-square-8:before{content:""}.fa-square-9:before{content:""}.fa-square-a:before{content:""}.fa-square-a-lock:before{content:""}.fa-square-ampersand:before{content:""}.fa-square-arrow-down:before{content:""}.fa-square-arrow-down-left:before{content:""}.fa-square-arrow-down-right:before{content:""}.fa-square-arrow-left:before{content:""}.fa-square-arrow-right:before{content:""}.fa-square-arrow-up:before{content:""}.fa-square-arrow-up-left:before{content:""}.fa-square-arrow-up-right:before{content:""}.fa-square-b:before{content:""}.fa-square-bolt:before{content:""}.fa-square-c:before{content:""}.fa-square-caret-down:before{content:""}.fa-square-caret-left:before{content:""}.fa-square-caret-right:before{content:""}.fa-square-caret-up:before{content:""}.fa-square-check:before{content:""}.fa-square-chevron-down:before{content:""}.fa-square-chevron-left:before{content:""}.fa-square-chevron-right:before{content:""}.fa-square-chevron-up:before{content:""}.fa-square-code:before{content:""}.fa-square-d:before{content:""}.fa-square-dashed:before{content:""}.fa-square-dashed-circle-plus:before{content:""}.fa-square-divide:before{content:""}.fa-square-dollar:before{content:""}.fa-square-down:before{content:""}.fa-square-down-left:before{content:""}.fa-square-down-right:before{content:""}.fa-square-e:before{content:""}.fa-square-ellipsis:before{content:""}.fa-square-ellipsis-vertical:before{content:""}.fa-square-envelope:before{content:""}.fa-square-exclamation:before{content:""}.fa-square-f:before{content:""}.fa-square-fragile:before{content:""}.fa-square-full:before{content:""}.fa-square-g:before{content:""}.fa-square-h:before{content:""}.fa-square-heart:before{content:""}.fa-square-i:before{content:""}.fa-square-info:before{content:""}.fa-square-j:before{content:""}.fa-square-k:before{content:""}.fa-square-kanban:before{content:""}.fa-square-l:before{content:""}.fa-square-left:before{content:""}.fa-square-list:before{content:""}.fa-square-m:before{content:""}.fa-square-minus:before{content:""}.fa-square-n:before{content:""}.fa-square-nfi:before{content:""}.fa-square-o:before{content:""}.fa-square-p:before{content:""}.fa-square-parking:before{content:""}.fa-square-parking-slash:before{content:""}.fa-square-pen:before{content:""}.fa-square-person-confined:before{content:""}.fa-square-phone:before{content:""}.fa-square-phone-flip:before{content:""}.fa-square-phone-hangup:before{content:""}.fa-square-plus:before{content:""}.fa-square-poll-horizontal:before{content:""}.fa-square-poll-vertical:before{content:""}.fa-square-q:before{content:""}.fa-square-quarters:before{content:""}.fa-square-question:before{content:""}.fa-square-quote:before{content:""}.fa-square-r:before{content:""}.fa-square-right:before{content:""}.fa-square-ring:before{content:""}.fa-square-root:before{content:""}.fa-square-root-alt:before,.fa-square-root-variable:before{content:""}.fa-square-rss:before{content:""}.fa-square-s:before{content:""}.fa-square-share-nodes:before{content:""}.fa-square-sliders:before{content:""}.fa-square-sliders-vertical:before{content:""}.fa-square-small:before{content:""}.fa-square-star:before{content:""}.fa-square-t:before{content:""}.fa-square-terminal:before{content:""}.fa-square-this-way-up:before{content:""}.fa-square-u:before{content:""}.fa-square-up:before{content:""}.fa-square-up-left:before{content:""}.fa-square-up-right:before{content:""}.fa-square-user:before{content:""}.fa-square-v:before{content:""}.fa-square-virus:before{content:""}.fa-square-w:before{content:""}.fa-square-wine-glass-crack:before{content:""}.fa-square-x:before{content:""}.fa-square-xmark:before{content:""}.fa-square-y:before{content:""}.fa-square-z:before{content:""}.fa-squid:before{content:""}.fa-squirrel:before{content:""}.fa-staff:before{content:""}.fa-staff-aesculapius:before,.fa-staff-snake:before{content:""}.fa-stairs:before{content:""}.fa-stamp:before{content:""}.fa-standard-definition:before{content:""}.fa-stapler:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-christmas:before{content:""}.fa-star-circle:before{content:""}.fa-star-exclamation:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-star-sharp:before{content:""}.fa-star-sharp-half:before{content:""}.fa-star-sharp-half-alt:before,.fa-star-sharp-half-stroke:before{content:""}.fa-star-shooting:before{content:""}.fa-starfighter:before{content:""}.fa-starfighter-alt:before{content:""}.fa-starfighter-alt-advanced:before{content:""}.fa-starfighter-twin-ion-engine:before{content:""}.fa-starfighter-twin-ion-engine-advanced:before{content:""}.fa-stars:before{content:""}.fa-starship:before{content:""}.fa-starship-freighter:before{content:""}.fa-steak:before{content:""}.fa-steering-wheel:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-sterling-sign:before{content:""}.fa-stethoscope:before{content:""}.fa-sticky-note:before{content:""}.fa-stocking:before{content:""}.fa-stomach:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-lock:before{content:""}.fa-store-slash:before{content:""}.fa-strawberry:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-stretcher:before{content:""}.fa-strikethrough:before{content:""}.fa-stroopwafel:before{content:""}.fa-subscript:before{content:""}.fa-subtitles:before{content:""}.fa-subtitles-slash:before{content:""}.fa-subtract:before{content:""}.fa-subway:before{content:""}.fa-subway-tunnel:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-medical:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-sun-alt:before,.fa-sun-bright:before{content:""}.fa-sun-cloud:before{content:""}.fa-sun-dust:before{content:""}.fa-sun-haze:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-sunglasses:before{content:""}.fa-sunrise:before{content:""}.fa-sunset:before{content:""}.fa-superscript:before{content:""}.fa-surprise:before{content:""}.fa-sushi:before{content:""}.fa-sushi-roll:before{content:""}.fa-swap:before{content:""}.fa-swap-arrows:before{content:""}.fa-swatchbook:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-sword:before{content:""}.fa-sword-laser:before{content:""}.fa-sword-laser-alt:before{content:""}.fa-swords:before{content:""}.fa-swords-laser:before{content:""}.fa-symbols:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-t:before{content:"T"}.fa-t-shirt:before{content:""}.fa-table:before{content:""}.fa-table-cells:before{content:""}.fa-table-cells-large:before{content:""}.fa-table-columns:before{content:""}.fa-table-layout:before{content:""}.fa-table-list:before{content:""}.fa-table-picnic:before{content:""}.fa-table-pivot:before{content:""}.fa-table-rows:before{content:""}.fa-table-tennis:before,.fa-table-tennis-paddle-ball:before{content:""}.fa-table-tree:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablet-android:before{content:""}.fa-tablet-android-alt:before{content:""}.fa-tablet-button:before{content:""}.fa-tablet-rugged:before{content:""}.fa-tablet-screen:before{content:""}.fa-tablet-screen-button:before{content:""}.fa-tablets:before{content:""}.fa-tachograph-digital:before{content:""}.fa-tachometer:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tachometer-alt-average:before{content:""}.fa-tachometer-alt-fast:before{content:""}.fa-tachometer-alt-fastest:before{content:""}.fa-tachometer-alt-slow:before{content:""}.fa-tachometer-alt-slowest:before{content:""}.fa-tachometer-average:before{content:""}.fa-tachometer-fast:before{content:""}.fa-tachometer-fastest:before{content:""}.fa-tachometer-slow:before{content:""}.fa-tachometer-slowest:before{content:""}.fa-taco:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tally:before{content:""}.fa-tally-1:before{content:""}.fa-tally-2:before{content:""}.fa-tally-3:before{content:""}.fa-tally-4:before{content:""}.fa-tally-5:before{content:""}.fa-tamale:before{content:""}.fa-tanakh:before{content:""}.fa-tank-water:before{content:""}.fa-tape:before{content:""}.fa-tarp:before{content:""}.fa-tarp-droplet:before{content:""}.fa-tasks:before{content:""}.fa-tasks-alt:before{content:""}.fa-taxi:before{content:""}.fa-taxi-bus:before{content:""}.fa-teddy-bear:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telescope:before{content:""}.fa-teletype:before{content:""}.fa-teletype-answer:before{content:""}.fa-television:before{content:""}.fa-temperature-0:before{content:""}.fa-temperature-1:before{content:""}.fa-temperature-2:before{content:""}.fa-temperature-3:before{content:""}.fa-temperature-4:before{content:""}.fa-temperature-arrow-down:before{content:""}.fa-temperature-arrow-up:before{content:""}.fa-temperature-down:before{content:""}.fa-temperature-empty:before{content:""}.fa-temperature-frigid:before{content:""}.fa-temperature-full:before{content:""}.fa-temperature-half:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-hot:before{content:""}.fa-temperature-list:before{content:""}.fa-temperature-low:before{content:""}.fa-temperature-quarter:before{content:""}.fa-temperature-snow:before{content:""}.fa-temperature-sun:before{content:""}.fa-temperature-three-quarters:before{content:""}.fa-temperature-up:before{content:""}.fa-tenge:before,.fa-tenge-sign:before{content:""}.fa-tennis-ball:before{content:""}.fa-tent:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-tents:before{content:""}.fa-terminal:before{content:""}.fa-text:before{content:""}.fa-text-height:before{content:""}.fa-text-size:before{content:""}.fa-text-slash:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-theater-masks:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-0:before{content:""}.fa-thermometer-1:before{content:""}.fa-thermometer-2:before{content:""}.fa-thermometer-3:before{content:""}.fa-thermometer-4:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-theta:before{content:""}.fa-thought-bubble:before{content:""}.fa-thumb-tack:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-thunderstorm:before{content:""}.fa-thunderstorm-moon:before{content:""}.fa-thunderstorm-sun:before{content:""}.fa-tick:before{content:""}.fa-ticket:before{content:""}.fa-ticket-airline:before{content:""}.fa-ticket-alt:before,.fa-ticket-simple:before{content:""}.fa-tickets-airline:before{content:""}.fa-tilde:before{content:"~"}.fa-timeline:before{content:""}.fa-timeline-arrow:before{content:""}.fa-timer:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-times-hexagon:before{content:""}.fa-times-octagon:before{content:""}.fa-times-rectangle:before{content:""}.fa-times-square:before{content:""}.fa-times-to-slot:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tire:before{content:""}.fa-tire-flat:before{content:""}.fa-tire-pressure-warning:before{content:""}.fa-tire-rugged:before{content:""}.fa-tired:before{content:""}.fa-toggle-large-off:before{content:""}.fa-toggle-large-on:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-alt:before,.fa-toilet-paper-blank:before{content:""}.fa-toilet-paper-blank-under:before{content:""}.fa-toilet-paper-check:before{content:""}.fa-toilet-paper-reverse:before{content:""}.fa-toilet-paper-reverse-alt:before{content:""}.fa-toilet-paper-reverse-slash:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toilet-paper-under:before{content:""}.fa-toilet-paper-under-slash:before{content:""}.fa-toilet-paper-xmark:before{content:""}.fa-toilet-portable:before{content:""}.fa-toilets-portable:before{content:""}.fa-tomato:before{content:""}.fa-tombstone:before{content:""}.fa-tombstone-alt:before,.fa-tombstone-blank:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-toothbrush:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tornado:before{content:""}.fa-tower-broadcast:before{content:""}.fa-tower-cell:before{content:""}.fa-tower-control:before{content:""}.fa-tower-observation:before{content:""}.fa-tractor:before{content:""}.fa-trademark:before{content:""}.fa-traffic-cone:before{content:""}.fa-traffic-light:before{content:""}.fa-traffic-light-go:before{content:""}.fa-traffic-light-slow:before{content:""}.fa-traffic-light-stop:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-train-subway:before{content:""}.fa-train-subway-tunnel:before{content:""}.fa-train-track:before{content:""}.fa-train-tram:before{content:""}.fa-train-tunnel:before{content:""}.fa-tram:before{content:""}.fa-transformer-bolt:before{content:""}.fa-transgender:before,.fa-transgender-alt:before{content:""}.fa-transporter:before{content:""}.fa-transporter-1:before{content:""}.fa-transporter-2:before{content:""}.fa-transporter-3:before{content:""}.fa-transporter-4:before{content:""}.fa-transporter-5:before{content:""}.fa-transporter-6:before{content:""}.fa-transporter-7:before{content:""}.fa-transporter-empty:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-alt-slash:before{content:""}.fa-trash-arrow-turn-left:before{content:""}.fa-trash-arrow-up:before{content:""}.fa-trash-can:before{content:""}.fa-trash-can-arrow-turn-left:before{content:""}.fa-trash-can-arrow-up:before{content:""}.fa-trash-can-check:before{content:""}.fa-trash-can-clock:before{content:""}.fa-trash-can-list:before{content:""}.fa-trash-can-plus:before{content:""}.fa-trash-can-slash:before{content:""}.fa-trash-can-undo:before{content:""}.fa-trash-can-xmark:before{content:""}.fa-trash-check:before{content:""}.fa-trash-circle:before{content:""}.fa-trash-clock:before{content:""}.fa-trash-list:before{content:""}.fa-trash-plus:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-trash-slash:before{content:""}.fa-trash-undo:before{content:""}.fa-trash-undo-alt:before{content:""}.fa-trash-xmark:before{content:""}.fa-treasure-chest:before{content:""}.fa-tree:before{content:""}.fa-tree-alt:before{content:""}.fa-tree-christmas:before{content:""}.fa-tree-city:before{content:""}.fa-tree-deciduous:before{content:""}.fa-tree-decorated:before{content:""}.fa-tree-large:before{content:""}.fa-tree-palm:before{content:""}.fa-trees:before{content:""}.fa-trian-balbot:before{content:""}.fa-triangle:before{content:""}.fa-triangle-circle-square:before{content:""}.fa-triangle-exclamation:before{content:""}.fa-triangle-instrument:before,.fa-triangle-music:before{content:""}.fa-triangle-person-digging:before{content:""}.fa-tricycle:before{content:""}.fa-tricycle-adult:before{content:""}.fa-trillium:before{content:""}.fa-trophy:before{content:""}.fa-trophy-alt:before,.fa-trophy-star:before{content:""}.fa-trowel:before{content:""}.fa-trowel-bricks:before{content:""}.fa-truck:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-truck-bolt:before{content:""}.fa-truck-clock:before{content:""}.fa-truck-container:before{content:""}.fa-truck-container-empty:before{content:""}.fa-truck-couch:before{content:""}.fa-truck-droplet:before{content:""}.fa-truck-fast:before{content:""}.fa-truck-field:before{content:""}.fa-truck-field-un:before{content:""}.fa-truck-flatbed:before{content:""}.fa-truck-front:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-medical:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-truck-plane:before{content:""}.fa-truck-plow:before{content:""}.fa-truck-ramp:before{content:""}.fa-truck-ramp-box:before{content:""}.fa-truck-ramp-couch:before{content:""}.fa-truck-tow:before{content:""}.fa-trumpet:before{content:""}.fa-try:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tty-answer:before{content:""}.fa-tugrik-sign:before{content:""}.fa-turkey:before{content:""}.fa-turkish-lira:before,.fa-turkish-lira-sign:before{content:""}.fa-turn-down:before{content:""}.fa-turn-down-left:before{content:""}.fa-turn-down-right:before{content:""}.fa-turn-up:before{content:""}.fa-turntable:before{content:""}.fa-turtle:before{content:""}.fa-tv:before,.fa-tv-alt:before{content:""}.fa-tv-music:before{content:""}.fa-tv-retro:before{content:""}.fa-typewriter:before{content:""}.fa-u:before{content:"U"}.fa-ufo:before{content:""}.fa-ufo-beam:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-alt:before{content:""}.fa-umbrella-beach:before{content:""}.fa-umbrella-simple:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-unicorn:before{content:""}.fa-uniform-martial-arts:before{content:""}.fa-union:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:""}.fa-unsorted:before{content:""}.fa-up:before{content:""}.fa-up-down:before{content:""}.fa-up-down-left-right:before{content:""}.fa-up-from-bracket:before{content:""}.fa-up-from-dotted-line:before{content:""}.fa-up-from-line:before{content:""}.fa-up-left:before{content:""}.fa-up-long:before{content:""}.fa-up-right:before{content:""}.fa-up-right-and-down-left-from-center:before{content:""}.fa-up-right-from-square:before{content:""}.fa-up-to-dotted-line:before{content:""}.fa-up-to-line:before{content:""}.fa-upload:before{content:""}.fa-usb-drive:before{content:""}.fa-usd:before{content:"$"}.fa-usd-circle:before{content:""}.fa-usd-square:before{content:""}.fa-user:before{content:""}.fa-user-alien:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-bounty-hunter:before{content:""}.fa-user-chart:before{content:""}.fa-user-check:before{content:""}.fa-user-chef:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-construction:before{content:""}.fa-user-cowboy:before{content:""}.fa-user-crown:before{content:""}.fa-user-doctor:before{content:""}.fa-user-doctor-hair:before{content:""}.fa-user-doctor-hair-long:before{content:""}.fa-user-doctor-message:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-gear:before{content:""}.fa-user-graduate:before{content:""}.fa-user-group:before{content:""}.fa-user-group-crown:before{content:""}.fa-user-group-simple:before{content:""}.fa-user-hair:before{content:""}.fa-user-hair-buns:before{content:""}.fa-user-hair-long:before{content:""}.fa-user-hair-mullet:before{content:""}.fa-user-hard-hat:before{content:""}.fa-user-headset:before{content:""}.fa-user-helmet-safety:before{content:""}.fa-user-injured:before{content:""}.fa-user-large:before{content:""}.fa-user-large-slash:before{content:""}.fa-user-lock:before{content:""}.fa-user-magnifying-glass:before{content:""}.fa-user-md:before{content:""}.fa-user-md-chat:before{content:""}.fa-user-minus:before{content:""}.fa-user-music:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-nurse-hair:before{content:""}.fa-user-nurse-hair-long:before{content:""}.fa-user-pen:before{content:""}.fa-user-pilot:before{content:""}.fa-user-pilot-tie:before{content:""}.fa-user-plus:before{content:""}.fa-user-police:before{content:""}.fa-user-police-tie:before{content:""}.fa-user-robot:before{content:""}.fa-user-robot-xmarks:before{content:""}.fa-user-secret:before{content:""}.fa-user-shakespeare:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-tie-hair:before{content:""}.fa-user-tie-hair-long:before{content:""}.fa-user-times:before{content:""}.fa-user-unlock:before{content:""}.fa-user-visor:before{content:""}.fa-user-vneck:before{content:""}.fa-user-vneck-hair:before{content:""}.fa-user-vneck-hair-long:before{content:""}.fa-user-xmark:before{content:""}.fa-users:before{content:""}.fa-users-between-lines:before{content:""}.fa-users-class:before{content:""}.fa-users-cog:before{content:""}.fa-users-crown:before{content:""}.fa-users-gear:before{content:""}.fa-users-line:before{content:""}.fa-users-medical:before{content:""}.fa-users-rays:before{content:""}.fa-users-rectangle:before{content:""}.fa-users-slash:before{content:""}.fa-users-viewfinder:before{content:""}.fa-utensil-fork:before{content:""}.fa-utensil-knife:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-utensils-alt:before{content:""}.fa-utensils-slash:before{content:""}.fa-utility-pole:before{content:""}.fa-utility-pole-double:before{content:""}.fa-v:before{content:"V"}.fa-vacuum:before{content:""}.fa-vacuum-robot:before{content:""}.fa-value-absolute:before{content:""}.fa-van-shuttle:before{content:""}.fa-vault:before{content:""}.fa-vcard:before{content:""}.fa-vector-circle:before{content:""}.fa-vector-polygon:before{content:""}.fa-vector-square:before{content:""}.fa-vent-damper:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-vhs:before{content:""}.fa-vial:before{content:""}.fa-vial-circle-check:before{content:""}.fa-vial-virus:before{content:""}.fa-vials:before{content:""}.fa-video:before{content:""}.fa-video-arrow-down-left:before{content:""}.fa-video-arrow-up-right:before{content:""}.fa-video-camera:before{content:""}.fa-video-circle:before{content:""}.fa-video-handheld:before{content:""}.fa-video-plus:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-violin:before{content:""}.fa-virus:before{content:""}.fa-virus-covid:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-voicemail:before{content:""}.fa-volcano:before{content:""}.fa-volleyball:before,.fa-volleyball-ball:before{content:""}.fa-volume:before{content:""}.fa-volume-control-phone:before{content:""}.fa-volume-down:before{content:""}.fa-volume-high:before{content:""}.fa-volume-low:before{content:""}.fa-volume-medium:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-slash:before{content:""}.fa-volume-times:before{content:""}.fa-volume-up:before{content:""}.fa-volume-xmark:before{content:""}.fa-vote-nay:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-w:before{content:"W"}.fa-waffle:before{content:""}.fa-wagon-covered:before{content:""}.fa-walker:before{content:""}.fa-walkie-talkie:before{content:""}.fa-walking:before{content:""}.fa-wall-brick:before{content:""}.fa-wallet:before{content:""}.fa-wand:before{content:""}.fa-wand-magic:before{content:""}.fa-wand-magic-sparkles:before{content:""}.fa-wand-sparkles:before{content:""}.fa-warehouse:before{content:""}.fa-warehouse-alt:before,.fa-warehouse-full:before{content:""}.fa-warning:before{content:""}.fa-washer:before,.fa-washing-machine:before{content:""}.fa-watch:before{content:""}.fa-watch-apple:before{content:""}.fa-watch-calculator:before{content:""}.fa-watch-fitness:before{content:""}.fa-watch-smart:before{content:""}.fa-water:before{content:""}.fa-water-arrow-down:before{content:""}.fa-water-arrow-up:before{content:""}.fa-water-ladder:before{content:""}.fa-water-lower:before{content:""}.fa-water-rise:before{content:""}.fa-watermelon-slice:before{content:""}.fa-wave-pulse:before{content:""}.fa-wave-sine:before{content:""}.fa-wave-square:before{content:""}.fa-wave-triangle:before{content:""}.fa-waveform:before{content:""}.fa-waveform-circle:before{content:""}.fa-waveform-lines:before,.fa-waveform-path:before{content:""}.fa-webcam:before{content:""}.fa-webcam-slash:before{content:""}.fa-webhook:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weight-scale:before{content:""}.fa-whale:before{content:""}.fa-wheat:before{content:""}.fa-wheat-alt:before,.fa-wheat-awn:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-wheat-awn-slash:before{content:""}.fa-wheat-slash:before{content:""}.fa-wheelchair:before{content:""}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:""}.fa-whiskey-glass:before{content:""}.fa-whiskey-glass-ice:before{content:""}.fa-whistle:before{content:""}.fa-wifi:before{content:""}.fa-wifi-1:before{content:""}.fa-wifi-2:before{content:""}.fa-wifi-3:before{content:""}.fa-wifi-exclamation:before{content:""}.fa-wifi-fair:before{content:""}.fa-wifi-slash:before{content:""}.fa-wifi-strong:before{content:""}.fa-wifi-weak:before{content:""}.fa-wind:before{content:""}.fa-wind-circle-exclamation:before{content:""}.fa-wind-turbine:before{content:""}.fa-wind-warning:before{content:""}.fa-window:before{content:""}.fa-window-alt:before{content:""}.fa-window-close:before{content:""}.fa-window-flip:before{content:""}.fa-window-frame:before{content:""}.fa-window-frame-open:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windsock:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wine-glass-crack:before{content:""}.fa-wine-glass-empty:before{content:""}.fa-won:before,.fa-won-sign:before{content:""}.fa-worm:before{content:""}.fa-wreath:before{content:""}.fa-wreath-laurel:before{content:""}.fa-wrench:before{content:""}.fa-wrench-simple:before{content:""}.fa-x:before{content:"X"}.fa-x-ray:before{content:""}.fa-xmark:before{content:""}.fa-xmark-circle:before{content:""}.fa-xmark-hexagon:before{content:""}.fa-xmark-large:before{content:""}.fa-xmark-octagon:before{content:""}.fa-xmark-square:before{content:""}.fa-xmark-to-slot:before{content:""}.fa-xmarks-lines:before{content:""}.fa-y:before{content:"Y"}.fa-yen:before,.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-z:before{content:"Z"}.fa-zap:before{content:""}.fa-zzz:before{content:""}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(/assets/fa-regular-400-DcyeaIpN.woff2) format("woff2"),url(/assets/fa-regular-400-BlbHWFQL.ttf) format("truetype")}.fa-regular,.far{font-weight:400}/*!
 * Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-DjKv4PhZ.woff2) format("woff2"),url(/assets/fa-solid-900-Dn5Ag2DJ.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}.colorPickerButton[data-v-3cc27ad5] {
  justify-content: left !important;
}.vue-advanced-cropper {
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 100%;
  max-width: 100%;
  direction: ltr;
}

.vue-advanced-cropper__stretcher {
  pointer-events: none;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.vue-advanced-cropper__image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  max-width: none !important;
}

.vue-advanced-cropper__background, .vue-advanced-cropper__foreground {
  opacity: 1;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.vue-advanced-cropper__foreground {
  opacity: 0.5;
}

.vue-advanced-cropper__boundaries {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.vue-advanced-cropper__cropper-wrapper {
  width: 100%;
  height: 100%;
}

.vue-advanced-cropper__image-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

.vue-advanced-cropper__stencil-wrapper {
  position: absolute;
}

.vue-simple-handler {
  display: block;
  background: #fff;
  height: 10px;
  width: 10px;
}

.vue-rectangle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vue-rectangle-stencil__preview {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vue-rectangle-stencil--movable {
  cursor: move;
}

.vue-circle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: move;
}

.vue-circle-stencil__preview {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.vue-circle-stencil--movable {
  cursor: move;
}

.vue-simple-line {
  background: 0 0;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 0;
  border-style: solid;
}

.vue-simple-line--north, .vue-simple-line--south {
  height: 0;
  width: 100%;
}

.vue-simple-line--east, .vue-simple-line--west {
  height: 100%;
  width: 0;
}

.vue-simple-line--east {
  border-right-width: 1px;
}

.vue-simple-line--west {
  border-left-width: 1px;
}

.vue-simple-line--south {
  border-bottom-width: 1px;
}

.vue-simple-line--north {
  border-top-width: 1px;
}

.vue-simple-line--hover {
  opacity: 1;
  border-color: #fff;
}

.vue-bounding-box {
  position: relative;
  height: 100%;
  width: 100%;
}

.vue-bounding-box__handler {
  position: absolute;
}

.vue-bounding-box__handler--west-north {
  left: 0;
  top: 0;
}

.vue-bounding-box__handler--north {
  left: 50%;
  top: 0;
}

.vue-bounding-box__handler--east-north {
  left: 100%;
  top: 0;
}

.vue-bounding-box__handler--east {
  left: 100%;
  top: 50%;
}

.vue-bounding-box__handler--east-south {
  left: 100%;
  top: 100%;
}

.vue-bounding-box__handler--south {
  left: 50%;
  top: 100%;
}

.vue-bounding-box__handler--west-south {
  left: 0;
  top: 100%;
}

.vue-bounding-box__handler--west {
  left: 0;
  top: 50%;
}

.vue-handler-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.vue-handler-wrapper__draggable {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vue-handler-wrapper--west-north {
  cursor: nw-resize;
}

.vue-handler-wrapper--north {
  cursor: n-resize;
}

.vue-handler-wrapper--east-north {
  cursor: ne-resize;
}

.vue-handler-wrapper--east {
  cursor: e-resize;
}

.vue-handler-wrapper--east-south {
  cursor: se-resize;
}

.vue-handler-wrapper--south {
  cursor: s-resize;
}

.vue-handler-wrapper--west-south {
  cursor: sw-resize;
}

.vue-handler-wrapper--west {
  cursor: w-resize;
}

.vue-handler-wrapper--disabled {
  cursor: auto;
}

.vue-line-wrapper {
  background: 0 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vue-line-wrapper--north, .vue-line-wrapper--south {
  height: 12px;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vue-line-wrapper--north {
  top: 0;
  cursor: n-resize;
}

.vue-line-wrapper--south {
  top: 100%;
  cursor: s-resize;
}

.vue-line-wrapper--east, .vue-line-wrapper--west {
  width: 12px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.vue-line-wrapper--east {
  left: 100%;
  cursor: e-resize;
}

.vue-line-wrapper--west {
  left: 0;
  cursor: w-resize;
}

.vue-line-wrapper--disabled {
  cursor: auto;
}

.vue-draggable-area {
  position: relative;
}

.vue-preview-result {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
}

.vue-preview-result__wrapper {
  position: absolute;
}

.vue-preview-result__image {
  pointer-events: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  max-width: none !important;
}

.vue-preview {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.vue-preview--fill {
  width: 100%;
  height: 100%;
  position: absolute;
}

.vue-preview__wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}

.vue-preview__image {
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  max-width: none !important;
}.vue-advanced-cropper__foreground {
  opacity: 0.7;
}

.vue-circle-stencil__preview:after, .vue-circle-stencil__preview:before,
.vue-rectangle-stencil__preview:after,
.vue-rectangle-stencil__preview:before {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.vue-circle-stencil__preview:after,
.vue-rectangle-stencil__preview:after {
  border-left: solid 1px white;
  border-right: solid 1px white;
  width: 33%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
}
.vue-circle-stencil__preview:before,
.vue-rectangle-stencil__preview:before {
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  height: 33%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.vue-circle-stencil--moving .vue-rectangle-stencil__preview:after, .vue-circle-stencil--moving .vue-rectangle-stencil__preview:before,
.vue-circle-stencil--moving .vue-circle-stencil__preview:after,
.vue-circle-stencil--moving .vue-circle-stencil__preview:before, .vue-circle-stencil--resizing .vue-rectangle-stencil__preview:after, .vue-circle-stencil--resizing .vue-rectangle-stencil__preview:before,
.vue-circle-stencil--resizing .vue-circle-stencil__preview:after,
.vue-circle-stencil--resizing .vue-circle-stencil__preview:before,
.vue-rectangle-stencil--moving .vue-rectangle-stencil__preview:after,
.vue-rectangle-stencil--moving .vue-rectangle-stencil__preview:before,
.vue-rectangle-stencil--moving .vue-circle-stencil__preview:after,
.vue-rectangle-stencil--moving .vue-circle-stencil__preview:before,
.vue-rectangle-stencil--resizing .vue-rectangle-stencil__preview:after,
.vue-rectangle-stencil--resizing .vue-rectangle-stencil__preview:before,
.vue-rectangle-stencil--resizing .vue-circle-stencil__preview:after,
.vue-rectangle-stencil--resizing .vue-circle-stencil__preview:before {
  opacity: 0.7;
}

.vue-simple-line {
  border-color: rgba(255, 255, 255, 0.8);
}

.vue-simple-handler-wrapper {
  width: 24px;
  height: 24px;
}
.vue-simple-handler-wrapper--west-north {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.vue-simple-handler-wrapper--east-south {
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.vue-simple-handler-wrapper--west-south {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.vue-simple-handler-wrapper--east-north {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.vue-simple-handler {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: none;
  background: white;
  top: auto;
  left: auto;
  height: 4px;
  width: 4px;
  opacity: 0;
}
.vue-simple-handler--west-north, .vue-simple-handler--east-south, .vue-simple-handler--west-south, .vue-simple-handler--east-north {
  display: block;
  height: 16px;
  width: 16px;
  background: none;
  opacity: 0.7;
}
.vue-simple-handler--west-north {
  border-left: solid 2px white;
  border-top: solid 2px white;
}
.vue-simple-handler--east-south {
  border-right: solid 2px white;
  border-bottom: solid 2px white;
}
.vue-simple-handler--west-south {
  border-left: solid 2px white;
  border-bottom: solid 2px white;
}
.vue-simple-handler--east-north {
  border-right: solid 2px white;
  border-top: solid 2px white;
}
.vue-simple-handler--hover {
  opacity: 1;
}

.vue-circle-stencil__preview {
  border: solid 2px rgba(255, 255, 255, 0.8);
}
.vue-circle-stencil .vue-simple-line {
  border-color: rgba(255, 255, 255, 0.3);
}
.vue-circle-stencil .vue-simple-handler--west-north, .vue-circle-stencil .vue-simple-handler--east-south, .vue-circle-stencil .vue-simple-handler--west-south, .vue-circle-stencil .vue-simple-handler--east-north {
  opacity: 0.4;
}
.vue-circle-stencil .vue-simple-handler--hover {
  opacity: 1;
}.cropper[data-v-663566dc] {
  height: 100%;
  max-height: 80vh;
}
.alphaSpace[data-v-663566dc] {
  background-image: url("/images/alphaChecker.svg");
  background-repeat: repeat;
  background-size: 16px 16px;
}.cropper .vue-advanced-cropper__background {
  background-color: unset;
}.dropBox[data-v-ff95657a] {
  aspect-ratio: var(--2d631450);
}.rowSlider .v-slider__thumb-label {
  color: black;
  font-weight: 900;
}.loaderCirc[data-v-16b8aaef] {
  width: 100%;
  z-index: 2;
}.los-button[data-v-6d130c10] {
  background-color: var(--00342ab8) !important;
  color: var(--7278e61e) !important;
  border: 1px solid var(--1fd56f59) !important;
  margin: 1px;
}.los-chip[data-v-9ceda102] {
  background-color: var(--907d8674) !important;
  color: var(--78f9f085) !important;
  overflow: hidden;
  border-radius: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.los-chip.small[data-v-9ceda102] {
  height: 1.25em;
  font-size: 0.75em;
  padding: 1px 4px;
}
.los-chip.small .v-icon[data-v-9ceda102] {
  font-size: 0.75em !important;
}
.los-chip.small span[data-v-9ceda102] {
  margin-left: 0.35em;
  margin-right: 0.35em;
}
.los-chip.large[data-v-9ceda102] {
  height: 1.25em;
  font-size: 0.875em;
  padding: 1px 4px;
}
.los-chip.large .v-icon[data-v-9ceda102] {
  font-size: 1.125em !important;
}
.los-chip.large span[data-v-9ceda102] {
  margin-left: 0.35em;
  margin-right: 0.35em;
}.gradBox[data-v-6475baaf] {
  background: var(--d3934490);
  padding: 2px;
}
.innerBox[data-v-6475baaf] {
  border-radius: 8px !important;
  background: var(--e8008674);
}.los-info-box .text[data-v-9946b0b9] {
  white-space: var(--5a4ee55a);
  word-break: var(--6aecb510);
}
.los-info-box .subtext[data-v-9946b0b9] {
  white-space: var(--5a4ee55a);
  word-break: var(--6aecb510);
}
.los-info-box.x-small[data-v-9946b0b9] {
  border-radius: 5px;
  padding: 4px 8px;
}
.los-info-box.x-small .text[data-v-9946b0b9] {
  font-size: 0.75em;
  font-weight: 700;
}
.los-info-box.x-small .subtext[data-v-9946b0b9] {
  font-size: 0.625em;
  font-weight: 400;
}
.los-info-box.x-small .v-icon[data-v-9946b0b9] {
  font-size: 0.875em;
  margin-right: 0.5em;
}
.los-info-box.small[data-v-9946b0b9] {
  border-radius: 5px;
  padding: 7px 8px;
}
.los-info-box.small .text[data-v-9946b0b9] {
  font-size: 0.75em;
  font-weight: 700;
}
.los-info-box.small .subtext[data-v-9946b0b9] {
  font-size: 0.625em;
  font-weight: 400;
}
.los-info-box.small .v-icon[data-v-9946b0b9] {
  font-size: 1em;
  margin-right: 0.5em;
}
.los-info-box.medium[data-v-9946b0b9] {
  border-radius: 5px;
  padding: 8px;
}
.los-info-box.medium .text[data-v-9946b0b9] {
  font-size: 0.875em;
  font-weight: 700;
}
.los-info-box.medium .subtext[data-v-9946b0b9] {
  font-size: 0.75em;
  font-weight: 400;
}
.los-info-box.medium .v-icon[data-v-9946b0b9] {
  font-size: 1em;
  margin-right: 0.5em;
}
.los-info-box.large[data-v-9946b0b9] {
  border-radius: 5px;
  padding: 12px 20px;
}
.los-info-box.large .text[data-v-9946b0b9] {
  font-size: 1.25em;
  font-weight: 700;
}
.los-info-box.large .subtext[data-v-9946b0b9] {
  font-size: 0.875em;
  font-weight: 700;
  margin-top: 0.25em;
}
.los-info-box.large .v-icon[data-v-9946b0b9] {
  font-size: 1.125em;
  margin-right: 0.65em;
}
.los-info-box.x-large[data-v-9946b0b9] {
  border-radius: 5px;
  padding: 24px;
}
.los-info-box.x-large .text[data-v-9946b0b9] {
  font-size: 1em;
  font-weight: 700;
}
.los-info-box.x-large .subtext[data-v-9946b0b9] {
  font-size: 0.75em;
  font-weight: 700;
  margin-top: 0.25em;
}
.los-info-box.x-large .v-icon[data-v-9946b0b9] {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}/*!
 * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
 * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
 * Version: v3.24.9
 * Url: https://xdsoft.net/jodit/
 * License(s): MIT
 */
	/*!
 * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
 * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
 * Version: v3.24.9
 * Url: https://xdsoft.net/jodit/
 * License(s): MIT
 */
	
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-wysiwyg {
  outline: 0;
}
.jodit-wysiwyg::-moz-selection, .jodit-wysiwyg *::-moz-selection {
  background: #b5d6fd;
  color: #4c4c4c;
}
.jodit-wysiwyg::selection,
.jodit-wysiwyg *::selection {
  background: #b5d6fd;
  color: #4c4c4c;
}
.jodit-container:not(.jodit_inline) .jodit-wysiwyg {
  position: relative;
  padding: 8px;
  margin: 0;
  outline: 0;
  overflow-x: auto;
}
.jodit-container:not(.jodit_inline) .jodit-wysiwyg img {
  position: relative;
  max-width: 100%;
}
.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media {
  position: relative;
}
.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media * {
  position: relative;
  z-index: 0;
}
.jodit-container:not(.jodit_inline) .jodit-wysiwyg jodit-media::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-form {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  color: #4c4c4c;
}
.jodit-form.jodit_error {
  border-color: #ff3b3b;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(189, 189, 189, 0.3);
          box-shadow: inset 0 0 3px 0 rgba(189, 189, 189, 0.3);
}
@media (max-width: 768px) {
  .jodit-form {
    min-width: 150px;
  }
}
.jodit-form button {
  height: 36px;
  padding: 8px;
  border: none;
  margin-top: 8px;
  margin-bottom: 8px;
  background: #d6d6d6;
  color: #4c4c4c;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  outline: none;
  text-decoration: none;
  -webkit-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  transition: background 0.2s ease 0s;
}
.jodit-form button:hover {
  background-color: #ecebe9;
  color: #4c4c4c;
}
.jodit-form button:active {
  background: #ecebe9;
  color: #4c4c4c;
}
.jodit-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  text-align: left;
  white-space: nowrap;
}
.jodit-form label:last-child {
  margin-bottom: 0;
}
.jodit-form .jodit-form__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jodit .jodit-textarea {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  line-height: 32px;
  outline: none;
}
.jodit .jodit-select {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  line-height: 32px;
  outline: none;
}
.jodit .jodit-input {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  line-height: 32px;
  outline: none;
}
.jodit .jodit-textarea[disabled] {
  background-color: #f0f0f0;
  color: #dadada;
}
.jodit .jodit-select[disabled] {
  background-color: #f0f0f0;
  color: #dadada;
}
.jodit .jodit-input[disabled] {
  background-color: #f0f0f0;
  color: #dadada;
}
.jodit .jodit-textarea_has-error_true {
  border-color: #ff3b3b;
}
.jodit .jodit-select_has-error_true {
  border-color: #ff3b3b;
}
.jodit .jodit-input_has-error_true {
  border-color: #ff3b3b;
}
.jodit .jodit-input:focus {
  border-color: #66afe9;
  outline: 0;
}
.jodit-checkbox {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0 none;
  margin: 0 calc(8px / 2) 0 0;
  cursor: pointer;
  outline: none;
}
.jodit-select {
  padding-right: calc(8px * 2);
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204.95%2010%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23444%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrows%3C%2Ftitle%3E%3Crect%20class%3D%22cls-1%22%20width%3D%224.95%22%20height%3D%2210%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%221.41%204.67%202.48%203.18%203.54%204.67%201.41%204.67%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%223.54%205.33%202.48%206.82%201.41%205.33%203.54%205.33%22%2F%3E%3C%2Fsvg%3E");
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.jodit-textarea {
  min-width: 180px;
  height: auto;
}
.jodit-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
.jodit-form__group > label {
  margin-bottom: 8px;
}
.jodit-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: calc(8px * 4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  border: 0;
  border-radius: 0.25rem;
  margin: 0;
  background-color: #dadada;
  color: #4c4c4c;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-button svg {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.jodit-button svg + span {
  margin-left: calc(8px / 2);
}
.jodit-button:active {
  outline: 0;
}
.jodit-button:focus {
  outline: 0;
}
.jodit-button.disabled {
  opacity: 0.7;
}
.jodit-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.jodit-button .jodit_icon,
.jodit-dialog__header .jodit_icon,
.jodit-button svg,
.jodit-dialog__header svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.jodit-switcher {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}
.jodit-switcher input {
  width: 0;
  height: 0;
  opacity: 0;
}
.jodit-switcher .jodit-switcher__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 32px;
  background-color: #dadada;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.jodit-switcher .jodit-switcher__slider:before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: calc(32px - 4px * 2);
  height: calc(32px - 4px * 2);
  border-radius: 50%;
  background-color: white;
  content: '';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .jodit-switcher__slider {
  background-color: #2196f3;
}
input:checked + .jodit-switcher__slider:before {
  -webkit-transform: translateX(calc(60px - 4px * 2 - calc(32px - 4px * 2)));
      -ms-transform: translateX(calc(60px - 4px * 2 - calc(32px - 4px * 2)));
          transform: translateX(calc(60px - 4px * 2 - calc(32px - 4px * 2)));
}
input:focus + .jodit-switcher__slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jodit-button-group input {
  display: none;
}
.jodit-button-group button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.jodit-button-group button + button {
  margin-left: -1px;
}
.jodit-button-group input:first-child + button,
.jodit-button-group button:first-child {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.jodit-button-group input:last-child + button,
.jodit-button-group button:last-child {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.jodit-button-group input[type='checkbox']:not(:checked) + button + button {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.jodit-button-group input[type='checkbox']:checked + button {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit_text_icons .jodit_icon {
  width: auto;
  font-size: 14px;
}
.jodit_text_icons .jodit_icon::first-letter {
  text-transform: uppercase;
}
.jodit_text_icons .jodit-tabs .jodit-tabs__buttons > a {
  width: auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.jodit_text_icons .jodit-tabs .jodit-tabs__buttons > a i {
  width: auto;
}
.jodit_text_icons.jodit-dialog .jodit-dialog__header a {
  width: auto;
  padding: 8px;
  color: rgba(0, 0, 0, 0.75);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.jodit_text_icons.jodit-dialog .jodit-button {
  width: auto;
  padding: 8px;
  color: rgba(0, 0, 0, 0.75);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.jodit_text_icons.jodit-dialog .jodit-dialog__header a .jodit_icon,
.jodit_text_icons.jodit-dialog .jodit-button .jodit_icon {
  width: auto;
}
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.jodit-grid.jodit-grid_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  .jodit-grid.jodit-grid_xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jodit-grid [class*='jodit_col-'] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.jodit-grid .jodit_col-lg-5-5 {
  width: 100%;
}
.jodit-grid .jodit_col-lg-4-5 {
  width: 80%;
}
.jodit-grid .jodit_col-lg-3-5 {
  width: 60%;
}
.jodit-grid .jodit_col-lg-2-5 {
  width: 40%;
}
.jodit-grid .jodit_col-lg-1-5 {
  width: 20%;
}
.jodit-grid .jodit_col-lg-4-4 {
  width: 100%;
}
.jodit-grid .jodit_col-lg-3-4 {
  width: 75%;
}
.jodit-grid .jodit_col-lg-2-4 {
  width: 50%;
}
.jodit-grid .jodit_col-lg-1-4 {
  width: 25%;
}
@media (max-width: 992px) {
  .jodit-grid .jodit_col-md-5-5 {
    width: 100%;
  }
  .jodit-grid .jodit_col-md-4-5 {
    width: 80%;
  }
  .jodit-grid .jodit_col-md-3-5 {
    width: 60%;
  }
  .jodit-grid .jodit_col-md-2-5 {
    width: 40%;
  }
  .jodit-grid .jodit_col-md-1-5 {
    width: 20%;
  }
  .jodit-grid .jodit_col-md-4-4 {
    width: 100%;
  }
  .jodit-grid .jodit_col-md-3-4 {
    width: 75%;
  }
  .jodit-grid .jodit_col-md-2-4 {
    width: 50%;
  }
  .jodit-grid .jodit_col-md-1-4 {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .jodit-grid .jodit_col-sm-5-5 {
    width: 100%;
  }
  .jodit-grid .jodit_col-sm-4-5 {
    width: 80%;
  }
  .jodit-grid .jodit_col-sm-3-5 {
    width: 60%;
  }
  .jodit-grid .jodit_col-sm-2-5 {
    width: 40%;
  }
  .jodit-grid .jodit_col-sm-1-5 {
    width: 20%;
  }
  .jodit-grid .jodit_col-sm-4-4 {
    width: 100%;
  }
  .jodit-grid .jodit_col-sm-3-4 {
    width: 75%;
  }
  .jodit-grid .jodit_col-sm-2-4 {
    width: 50%;
  }
  .jodit-grid .jodit_col-sm-1-4 {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .jodit-grid .jodit_col-xs-5-5 {
    width: 100%;
  }
  .jodit-grid .jodit_col-xs-4-5 {
    width: 80%;
  }
  .jodit-grid .jodit_col-xs-3-5 {
    width: 60%;
  }
  .jodit-grid .jodit_col-xs-2-5 {
    width: 40%;
  }
  .jodit-grid .jodit_col-xs-1-5 {
    width: 20%;
  }
  .jodit-grid .jodit_col-xs-4-4 {
    width: 100%;
  }
  .jodit-grid .jodit_col-xs-3-4 {
    width: 75%;
  }
  .jodit-grid .jodit_col-xs-2-4 {
    width: 50%;
  }
  .jodit-grid .jodit_col-xs-1-4 {
    width: 25%;
  }
}
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.jodit-icon_loader {
  display: inline-block;
  width: 48px;
  height: 48px;
  -webkit-animation: rotate 2s ease-out 0s infinite;
          animation: rotate 2s ease-out 0s infinite;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAABRsSURBVHja7F1/aJfVGn/33RgUg8FiNfK2WCykyS7GLoYyUbwYipZMumgLo+iPS9HlXhSHkRXdislESxMz0mapuaFo2myjkfnNlTQ2FJdTu8NvLVcrdbpcfGvxrfs823m/vXt3fjznvOedzr0PPJzzPe+7d+97Ps95nuc851fGAw884CD98ccfI1Jqmc3UpEyQz4FkMqRTgYshn8fymZ57SyGbzf5mENIOz9+ngE9Atg/SLkhPQHoWeEDn3SmpSZlJnvf7ypUrTpb7IyMjY+gGN6WWmaY84l2T3c+u58D1csjOgvwsyBdBvsDRo2zgMl/ZNM59vcAJ4Dj8nzikLa5QmBLv28YCfPd3li7gPHBMwKdcEwhCJgN6FoLOWJtUgiWovALG04FXsbI44xbgw8AplbaU/Q+ZQNgGf0gA/JWhC1aQyle1eN91rPRKKKuEsjzZvSph0m2RiutpIYRrfZC8B+l7kB6jgq0CnQIy9X39v2NYQW5FeUFQlQVN/aALyiYBPw/5M5B+Dvw02vMggqcDukEl57F3xHf9H747+4bA5oD6dzqaYEgAqIDbBl9RhvZ4H/B5yL+IDp3oXhmwNkm3lTLn80VIz+O3QFqm2/rHwgeI6QDOa006LZ3Q4lHNNwK3AVeYAD4WgmHQUivYNzWyb7xufICYaavXVbuKZ6MXfwRVJ+TnXW+Am/oMnNaO3/Y5pPitcyh/a6LqtXwAt+J01LVFEzAJ0jpIj7JunJYd1wHchnBQHUSC3Uan8WPgPVgHlBiBCcAkH4Da2i2DjwGZlcy5W0K17zLwVb9NgaY4iJpawJs+BCnWwUo3SKXT4oOAP8IHCFsIfMCguj8JaQ2kOaaA227d10ALuIR1gHVxErjctPtHBd8btSR3A4MIgSePAZxqVPeQlthq7ZRuZVABCVkLuGkJpGgKsY4ybfUEVO84qhsoAzSgrUfHZ1UQVe99B6o2oMYdwg7latAq5iROGoueQExW6UE0gCe/ANIh9SZ6jqkWsN3STZ0rHWEgpkNmEvILxqQbSAXaAPxqSBswQkbpbpo6fGPR0m3GBYjBIIwqNjCTEAr4wkBQUA0AjKNrdZCu0okAqgQhTKCDhFxV91BNgsDuYx3WQZptG3xtDUCJEDKvthGuLVEJlq4gUMyAylfQERadPrhKOHTmB3Ces4RFEXNsgW8UClbZcEhxqPQIpHOord2k1ZsAH4YvYNJXN3EgWX4Ocw4LbIEvDQSJfADJtULWxSuj+BBUP4DaC6D0DkyFg6JKTVo/5brvXqzbo2zSi3af3/9bGgrW1Ar5kH4MXEzVHEHVf5CuYZC4fti9AoI/gXX8Eda5Tp9f9I4xWWsnOoc5zNMv1okjmKp/vzay3epNJ4+YmALdoWBPWTHksc5zTU1AekqYt7LcWTruTYTZQdmQHoB0GuXv/de8L8e7xrsuA8kPNtx3AZIOxp3APc7wvD6kvi+//DLh3nvPPfegWs1jf4dBGGxpOA+hlOXzgw7VBjEBnDKcs4jzDOZDOmjqD2SJQFGBx9JaSOcQ7xVO2RIJhf86AfB+Z3huHs7Ra2pra+ugtubTp0+jMLgC0e6/ftddd6EgzMO5iGwSaq4NITCdLczy6GzXAj8KnDIxAaM0AKeViwCtgbRSNgGUJwQyDaACngO4w6S/CXgb8KEvvvgiFUaw59y5c64mWXvnnXdmsijdYxjpdP6cXh6oS0g1Bb48zpFEzValA3663pcuXaoleSzFltBIlWhRmWx+v6yMcQJ4PU7A/Oyzz/qca0R33HEHrjlAEJa73rns24JqA0keTUGTjglIJpNOxsMPP6wLfiGkx53hxRbcewwXc1BAx0u4gGMNcP2nn36acq4juv322ytZ5K7UlhBo5LER3AvcTXU60wKgYbsyWTCi3LTV6wLvKesGrvrkk0/qneucCgoKHoJkHbxvYRAhMMij/zMbVzZRTMAvv/wycj4AoRv4Mk7oII4HkLp+vC6drwxt/FrgKeMBfKTe3t69UMFTgPG9B3WcQdMeBsvjhJJqnYGqjMrKSmr/tZxNWAi87o9i+1l5O6SPNjc3dzrjlPLz83HyC/aWpqk0gWZUUHZtJvxuUZmAtAYgtHycr/a6qIXz2DQI5OH1UDRjPIOPdOHChU6o+JmQXW+68JYS4vUB/bozvN5RGAImdwPZA3AC51RKrMAfyBHFGCRBnz4oe7ypqemgc4PQxYsX0YytuOWWW3BRaa3DWd0U1A/w/Z4KvBx4jcoExAitE6dzPStr3RR/QKQ5fOUJ4PsaGxtvGPC9dOnSJfyu+7ALa9MJFPx+lkU05YNBBDVdg0uwKc4eAWCZ83cC8jM+/PDDLucGpr6+Pvy+GWz/ASs9AMFvd7ax1ATEFOBjmLdSBraN3gBwHHhmQ0NDrzMB6PLly73MUYubOs3EiB/GJebyTEB6QogCnGrV6KAFR7AVeP4HH3ww4EwgunLlCn7vfACi1UQDqMb5PWUvm5qAB3HESXNomKz2GaOHv/DAgQNJZwJSf38/fvdC3J5G1iPQnf3jK5sGvx80MQHP69hxHWZ/2wN8//vvv3/BmcD0008/XWCaoEcUJ6C0eoUWeFbXBOBCzTKKJ2/YExgEXrRv374eJyLn6tWrWA+LAJRBy+o/rQUQUx0TsFwzRKzLK/bu3dseQf8nDQwMYH2sCOL0ibx9Vr6cagIKmf0nxe8pguC7vn/Pnj2bIshH088//4z1st+m+veUI6ZFFBOwLGj/XqIh0O4/HkEtJgDmcZ4/EED9e69VKk0ACoDN1u/jqrq6uv4IZjElk0msnypbwPs0wTKVCUBnYbLuMC5REA7v3r37vQhikhBgPTWrTAEFeB9NZt3C0SbAr/6DdPM4jF7/PyNotUzBU26vgAo8x+7zri3jmgAgnOJdKYrVB9QEb+zcubMrgpVOv/76K9bXGzrACwTJfw1D+9k8EzAXOE8GviEPAK+JIDXSAlhvA7yWTWztvMfiXM65PBNQrgLfUBi2v/vuu70RnPo0ODjYC0BtN3D2VNfLR5gAz04eRn17yb0p4A0RlIEI6y+la/MV1xf4fYACSEtDiP031dbWRrY/AP32229dAGCTrs1XrHHEaesFXh+gXCfooyEM2yIIrdC2ADZ/1D1eM+CagHLJ5ExTxrl9hyLsrDiDWI99EjApgPvLRwhAmQh4HV/Axwe3bt06GMEXnFKpFK4tOBgQcH95WdoEAE01nc8Xi8VEArA3gs4q7VWpfsHaCpEg4GrnoeXhOEKUw3u4yZYqbGo4Lk2KR5hZpcOsXjO9GIm0AYFycTErmoDJVLWu0Tto3bJly0CEmT36/fffkzh/UKfVE3yLkix3Xx+v5FjYaaslgiwUZxDrdbrm38guF6EAFFKAF5kEwcFPrRFcoVCrIdAiKsSlYUWqFi/zBwTXOiKsQqGOIKe1cQRmSAPkmYIv0ADY9Yuif+GYgC5Wv9kB1L6X8lAA8k3BFwhB94YNG1IRXPYJutwpINwBpNjSI/O5AhDQGUxEUIVKCRMBEGiFIQG4yX+Daf+fPacvwihUM2Czfm/KcgMLtjZZhudEY//hks2VVJlZ7tJvi5SMMApVA9gMsOVkXYvDFiO6fggFACUqJ6qKcaMBbD5uAH2AlE0fIKJxRSnUAGizcykePtWzjOo1VA2gpa0V2CVRALBbURDwQV4qiGAKVQDyLZ571JfFum0lFqTJvScvgilUytPxAxSY9boawMbD3OtFEUahaoAinQap0gA4JSzhPswSFz733HOZEVT2KZlMYr0WesGV7KpOoQRqgG6DVi4rx5EqjFWfjSCz3vqLHd9IoGyYnoBjNwpAwhBoWXlpJAChCECpv66p5ycJBCSBcwI7daZ7E83FtAiuUGgaT/WLACaYhk4MBCVk0UDKWb2c3+URVqFogOm8OqccqMW5d+Dmm29OuGsDOyw7gmUvvfRSFBCySFevXsX6LBO1cIoG8NEQ5u7KoFbLi0Kz3fODI7JGeHbwTSJADcxCq1cAWnR39yYIQUWEmVX1X2G6SYTgnhavABwL0uoF91dUV1dnR9AFp/7+fjysq0IGvIEGODYkAOwa7t/XYXl3kDzgBRF8Vgg3eczT2SqGYP97vBoA83ELrd6/WPSJCDsr6v8Jw91BRdfS6za9ewQ1qVo9RQv47plXU1NTHEFoTpcvX8aTwueJgKdoAI4wpE8Y9e4SdtgdGLK4S1gm8L8jGAO1fqy/TNmiUE1hQIwPj9AADOQk7ugRdJ9ADj+2bt26aI6AAV26dAnr7THqnsFEYTgEnBRtFl0fwk6hOcCrIjiNaBXOAKIcuq3hG4w4fTXma+lNOEHEZFs4hcA8+eqrr0a+gAZdvHgRbf+TsrMDDMxBr2v/eT7A0L5+8HN7AKdPFhncHMGqZftfB84Wga0yBwKtsN1hk4B5PsCIrd0C2HwRz924cWNlBK2afvzxx0rX89c5Qo4gCNv85bwDI7r8XUKqynfL/KmHazZt2pQbQSymH374AffuqeEB7gWXCrzHFCCmXf5niE4NWxPkJFAJ41GmtRHMUtWP9TNJdYScgQZYo3NoFEYF21WmgAq8776KzZs3Px1BPZq+//57rJcKXhg3oClo90b/qCeHvqLjA2j6B+u2bNlSFkH+J3333XdlAMo6ntq3cJroK6K4gOzgyP2oBaj2nqIdPGXYKzjw5ptvToqgd5yenh5U+Qcgmy07UdxQA7QD7xfFClSnh68Oelag6H5n+Fj6j9566638iQz++fPn8wGMRq/dV4EviwVwrq0W9QpUJsAdINof5LRQxfNLgBu2bt06IaePffvttzjDp8EZ3r6dDL7sQEkfyAdVW82rjo9H/hdkB2y2ft89eEB149tvvz2hlqh/8803OazlTzMFX6ENcKLvU7LgEMUEuIc9vqLb+inBJE8ezyo+un379gkxaPT111/jdx4FEGbJwOd1A2VdQ9896Pj1qIJDMSJI6yHpNGnpGlHFqVgp77zzzg29tjCRSBQx8KfKWrmJBvDkO4HXU3oI7pQwFUDpc/8s9ABk14uB23bs2HFDTiU7d+7cAqj4NrbESxtojeAQYjWoOnyaqwF4AsFSnDm81lT1y2YZ+cpwLmHDzp07a3bt2nVDTCrt6urKBq5hDl8eBXCTHgGjtWxTaVK8IEYFjKWrvVPIdU8VE2kMgUCsBD6ye/fukvEM/ldffVUCFX4EsitVtl3UYjU0wDHg1dQIodQJFJShKXgE0j5dLaACn6MJkKcDH6+rq6uur68fV72EM2fO5Jw9e7YasseBp5u0cKoQsDxO9Vrqqn6R2hdGAjWEoBvSR03B9wPNA95HGDVcBXxqz549D40H8E+fPo3vecoZntGTreqzmwgBRyDw2Plu3TBxxmuvvcYFUQYwy+OQ5UoV6DITQzEJnGsdbLSyfvHixdfVptSnTp2qZMJaqtsVVtWbAiP0zap498ryt956q5OxYcMGyj/gpbhbxS5IlwSJBQQYYsZVzWtREBYtWnTN9ic+efIkOq1LmM9SZDKplioQgrJ6ZpZTVODd32kBIEoZL0UvvdFdCBoUfGo8gXM0/UHgHTireeHChaFrhePHj+N0dzxqdxnwg2xwS0vD6YIvwAOnd89nvhkZeJduu+02J2Pjxo0UKZO9GM7w+cjdFMIgCmiqAXj39bO5DPFYLNY8b948ayeXtLW1lbIT1mcxzjVZUGtqCjh44Bj/34H7ZXjJhCItAAHAd1Mc0fvcPYAqCPhBhIHDF5jP0MF2QkmwE02HTMjs2bPTpqOlpSXPVeHABSwoVcLsOebzTWZH2fADOClO7ZqB3yfDTWUSUACyiHZG9UJY0SiNH7PKIjsiqt6BooegIhTMOYxHUTweN3q26EAN/wkr3t+qvEaKczbvxzoXPcf7brL/a9oNFKXYPZzpnUpGlX6dbqHIDIRNlIWXsuibbjdQkGLdzoQ0YfJ/uJFAamsndllw19HZzDlxVGFmkcqilFnSEFotnnKNOlZPGQX0lWOdzoa01xR47nCwDtBEpwbHoedj94wy0KSKCOoIQhgaQrXZgkoYdMCXPAvrcr57WITuXEHlcLCu00cQGjza7BEcRjbRAFSNQAXXVAh0zuY1BV/Q2r3pekixnz+oGRomvVtMV9Vr3I/98RXAC73LzoM4grIWb1sIxgp8iSnAOlsIKdZhynB8QG8wiKIBDPyCQ5C9F0cRKY6gDFwZ2DaFIEzwCS3e3b/nXlzKras1dFr/KA2go/5FLVRwfzdzDtfodgupZoFqGohbqIYGPsH+Yx3NxF6V7D2omkXlmMZM1T8PDMXfoUl4BruKkHaaaANbtj2MnoEJ+L6/72RdvGe8Kt9kjqBOj4SsAUyvce7BCSV/Ba6C/EBYXcSg5oIKtqkj5ikbgLSKqfwWaheRWqZ6j1gIAFPuQW2AI3lTIN0b1CSonMSwYgCU6wqQ8NunsOHcQcozVKZIVwhiKjVuMEihY0YwevgPSDG0eUy3ezjWYOsEhRRAHWPf/A93Egc1MKTj+FGEIGZhIEgJiMzPYPlmHNxgjmLTtRSCsOw+o2YWzcNvbTYIBVsVgrQGsAW+6cCSJx9nUcS/QbrfVAjCDgQZ/P1+yOM33Q9pPMizqCaAKgSxsMCntk6B2sdVyYsh/QvwC7hriY4QhCkUGi0e3/kF/AYow29pJ8YArJkAihDEwgRfVyNw8rif7X+B74Y8qs03nOGNDq0IgQ3Afff0sXecAfm72bv3UFoxpdWbtH7V32cFcfgoLcyCEKQdJ9zVHNL/AM9ijOP808MYD/CP7UvuO8ZGP+OMB3nP4T1PNfYvey/KXAPKd2XpevA27iWYANk9g8yZamblOa5A4FQtZ/jEsjybWsBTaX1sQkbcA/iACAQd0E2EQgU8RUiyKC02qGnQjS6qwPP9LQJwiLFLuUwQcBuaIiYQuBjTPc8wk/32VtYJFq104xQnmLlJMPuNNr3fUEuQQtDUVm8DeNcc/F+AAQBKd8HaIWdjwQAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  will-change: transform;
}
.jodit-icon {
  overflow: visible;
  width: 14px;
  height: 14px;
  background: center no-repeat;
  background-size: contain;
  fill: #4c4c4c;
  stroke: #4c4c4c;
  -webkit-transform-origin: 0 0 !important;
      -ms-transform-origin: 0 0 !important;
          transform-origin: 0 0 !important;
}
.jodit-icon_close {
  stroke: #4c4c4c;
}
svg.jodit-icon {
  height: auto;
  isolation: isolate;
}
.jodit-icon_text {
  font-size: 14px;
}
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit,
.jodit-container,
.jodit *,
.jodit-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jodit .jodit-workplace,
.jodit-container .jodit-workplace {
  position: relative;
  overflow: auto;
}
.jodit .jodit-workplace .jodit-wysiwyg,
.jodit-container .jodit-workplace .jodit-wysiwyg,
.jodit .jodit-workplace .jodit-wysiwyg_iframe,
.jodit-container .jodit-workplace .jodit-wysiwyg_iframe {
  width: 100%;
  height: 100%;
}
.jodit-wysiwyg *[contenteditable='false'] {
  cursor: default;
}
.jodit-container:not(.jodit_inline) {
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #f5f5f6;
}
.jodit-container:not(.jodit_inline) .jodit-workplace {
  max-height: 100%;
  border: 0 solid #dadada;
  background-color: #fff;
}
.jodit-container:not(.jodit_inline).jodit_disabled {
  background: #dadada;
}
.jodit-container:not(.jodit_inline).jodit_disabled .jodit-workplace {
  opacity: 0.4;
}
.jodit_lock {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.jodit_disabled {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.jodit_hidden {
  display: none !important;
}
.jodit_vertical_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jodit-box {
  position: static;
  width: auto;
  max-width: none;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  background: 0 0;
  float: none;
  outline: 0;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-context-menu {
  position: static;
  width: auto;
  max-width: none;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  background: 0 0;
  float: none;
  outline: 0;
  position: fixed;
  z-index: 10000001;
  display: inline-block;
  -webkit-box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
		0 3px 3px 0 rgba(76, 76, 76, 0.15), 0 1px 4px 0 rgba(76, 76, 76, 0.13);
          box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
		0 3px 3px 0 rgba(76, 76, 76, 0.15), 0 1px 4px 0 rgba(76, 76, 76, 0.13);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 30000005;
}
.jodit-context-menu__content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  overflow: auto;
  max-height: 300px;
  padding: 8px;
  background: #fff;
  overflow-scrolling: touch;
}
.jodit-context-menu_padding_false .jodit-context-menu__content {
  padding: 0;
}
.jodit-context-menu_max-height_false .jodit-context-menu__content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.jodit-context-menu .jodit-ui-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jodit-context-menu__actions {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
}
.jodit-context-menu__actions button {
  width: 100%;
}
.jodit-context-menu_theme_dark .jodit-context-menu__content {
  background-color: #575757;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-popup {
  position: static;
  width: auto;
  max-width: none;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  background: 0 0;
  float: none;
  outline: 0;
  position: fixed;
  z-index: 10000001;
  display: inline-block;
  -webkit-box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
		0 3px 3px 0 rgba(76, 76, 76, 0.15), 0 1px 4px 0 rgba(76, 76, 76, 0.13);
          box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
		0 3px 3px 0 rgba(76, 76, 76, 0.15), 0 1px 4px 0 rgba(76, 76, 76, 0.13);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.jodit-popup__content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  overflow: auto;
  max-height: 300px;
  padding: 8px;
  background: #fff;
  overflow-scrolling: touch;
}
.jodit-popup_padding_false .jodit-popup__content {
  padding: 0;
}
.jodit-popup_max-height_false .jodit-popup__content {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-ui-button-icon-text__icon {
  display: none;
}
.jodit-ui-button-icon-text__icon:not(:empty) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.jodit-ui-button-icon-text__text {
  display: none;
}
.jodit-ui-button-icon-text__text:not(:empty) {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text {
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 8px;
}
.jodit-ui-button-icon-text_context_menu .jodit-ui-button-icon-text__text::before {
  position: absolute;
  top: calc(8px * -1);
  left: 0;
  height: 35px;
  border-left: 1px solid #dadada;
  content: '';
}
.jodit-ui-button-icon-text__icon:not(:empty) + .jodit-ui-button-icon-text__text:not(:empty) {
  margin-left: 8px;
}
.jodit-ui-button-icon-text__icon:empty + .jodit-ui-button-icon-text__text:not(:empty) {
  padding: 0 8px;
}
.jodit-ui-button-clear {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: normal;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-ui-button_clear {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: normal;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-ui-button-sizes {
  min-width: 34px;
  height: 34px;
}
.jodit-ui-button-sizes .jodit-icon {
  width: 14px;
  height: 14px;
}
.jodit-ui-button-sizes button {
  min-width: 34px;
  height: 34px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button-sizes_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button-sizes_size_tiny {
  min-width: 16px;
  height: 16px;
}
.jodit-ui-button-sizes_size_tiny .jodit-icon {
  width: 8px;
  height: 8px;
}
.jodit-ui-button-sizes_size_tiny button {
  min-width: 16px;
  height: 16px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button-sizes_size_tiny_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button-sizes_size_xsmall {
  min-width: 22px;
  height: 22px;
}
.jodit-ui-button-sizes_size_xsmall .jodit-icon {
  width: 10px;
  height: 10px;
}
.jodit-ui-button-sizes_size_xsmall button {
  min-width: 22px;
  height: 22px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button-sizes_size_xsmall_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button-sizes_size_small {
  min-width: 28px;
  height: 28px;
}
.jodit-ui-button-sizes_size_small .jodit-icon {
  width: 12px;
  height: 12px;
}
.jodit-ui-button-sizes_size_small button {
  min-width: 28px;
  height: 28px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button-sizes_size_small_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button-sizes_size_large {
  min-width: 40px;
  height: 40px;
}
.jodit-ui-button-sizes_size_large .jodit-icon {
  width: 16px;
  height: 16px;
}
.jodit-ui-button-sizes_size_large button {
  min-width: 40px;
  height: 40px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button-sizes_size_large_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button-variants_variant_default {
  background-color: #e3e3e3;
  color: #212529;
}
.jodit-ui-button-variants_variant_default svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button-variants_variant_default [disabled] {
  opacity: 0.7;
}
.jodit-ui-button-variants_variant_default:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529;
}
.jodit-ui-button-variants_variant_default:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button-variants_variant_default:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529;
}
.jodit-ui-button-variants_variant_default:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button-variants_variant_default:focus:not([disabled]) {
  outline: 1px dashed #dae0e5;
}
.jodit-ui-button-variants_variant_primary {
  background-color: #007bff;
  color: #fff;
}
.jodit-ui-button-variants_variant_primary svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_primary [disabled] {
  opacity: 0.7;
}
.jodit-ui-button-variants_variant_primary:hover:not([disabled]) {
  background-color: #0069d9;
  color: #fff;
}
.jodit-ui-button-variants_variant_primary:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_primary:active:not([disabled]) {
  background-color: #0062cc;
  color: #fff;
}
.jodit-ui-button-variants_variant_primary:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_primary:focus:not([disabled]) {
  outline: 1px dashed #0062cc;
}
.jodit-ui-button-variants_variant_secondary {
  background-color: #d8d8d8;
  color: #212529;
  border-radius: 0;
}
.jodit-ui-button-variants_variant_secondary svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button-variants_variant_secondary [disabled] {
  opacity: 0.7;
}
.jodit-ui-button-variants_variant_secondary:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529;
}
.jodit-ui-button-variants_variant_secondary:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button-variants_variant_secondary:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529;
}
.jodit-ui-button-variants_variant_secondary:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button-variants_variant_secondary:focus:not([disabled]) {
  outline: 1px dashed #dae0e5;
}
.jodit-ui-button-variants_variant_success {
  background-color: #28a745;
  color: #fff;
}
.jodit-ui-button-variants_variant_success svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_success [disabled] {
  opacity: 0.7;
}
.jodit-ui-button-variants_variant_success:hover:not([disabled]) {
  background-color: #218838;
  color: #fff;
}
.jodit-ui-button-variants_variant_success:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_success:active:not([disabled]) {
  background-color: #1e7e34;
  color: #fff;
}
.jodit-ui-button-variants_variant_success:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_success:focus:not([disabled]) {
  outline: 1px dashed #1e7e34;
}
.jodit-ui-button-variants_variant_danger {
  background-color: #dc3545;
  color: #fff;
}
.jodit-ui-button-variants_variant_danger svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_danger [disabled] {
  opacity: 0.7;
}
.jodit-ui-button-variants_variant_danger:hover:not([disabled]) {
  background-color: #c82333;
  color: #fff;
}
.jodit-ui-button-variants_variant_danger:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_danger:active:not([disabled]) {
  background-color: #bd2130;
  color: #fff;
}
.jodit-ui-button-variants_variant_danger:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button-variants_variant_danger:focus:not([disabled]) {
  outline: 1px dashed #bd2130;
}
.jodit-ui-button-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.75);
}
.jodit-ui-button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: normal;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  min-width: 34px;
  height: 34px;
}
.jodit-ui-button:hover:not([disabled]) {
  background-color: #dcdcdc;
  opacity: 1;
  outline: 0;
}
.jodit-ui-button:focus-visible:not([disabled]) {
  background-color: #dcdcdc;
  opacity: 1;
  outline: 0;
}
.jodit-ui-button:active:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0;
}
.jodit-ui-button[aria-pressed='true']:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0;
}
.jodit-ui-button[aria-pressed='true']:hover:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.6);
}
.jodit-ui-button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.jodit-ui-button .jodit-icon {
  width: 14px;
  height: 14px;
}
.jodit-ui-button button {
  min-width: 34px;
  height: 34px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button_size_tiny {
  min-width: 16px;
  height: 16px;
}
.jodit-ui-button_size_tiny .jodit-icon {
  width: 8px;
  height: 8px;
}
.jodit-ui-button_size_tiny button {
  min-width: 16px;
  height: 16px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button_size_tiny_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button_size_xsmall {
  min-width: 22px;
  height: 22px;
}
.jodit-ui-button_size_xsmall .jodit-icon {
  width: 10px;
  height: 10px;
}
.jodit-ui-button_size_xsmall button {
  min-width: 22px;
  height: 22px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button_size_xsmall_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button_size_small {
  min-width: 28px;
  height: 28px;
}
.jodit-ui-button_size_small .jodit-icon {
  width: 12px;
  height: 12px;
}
.jodit-ui-button_size_small button {
  min-width: 28px;
  height: 28px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button_size_small_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button_size_large {
  min-width: 40px;
  height: 40px;
}
.jodit-ui-button_size_large .jodit-icon {
  width: 16px;
  height: 16px;
}
.jodit-ui-button_size_large button {
  min-width: 40px;
  height: 40px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-ui-button_size_large_text-icons_true button {
  padding: 0 8px;
}
.jodit-ui-button__icon {
  display: none;
}
.jodit-ui-button__icon:not(:empty) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.jodit-ui-button__text {
  display: none;
}
.jodit-ui-button__text:not(:empty) {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jodit-ui-button_context_menu .jodit-ui-button__text {
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 8px;
}
.jodit-ui-button_context_menu .jodit-ui-button__text::before {
  position: absolute;
  top: calc(8px * -1);
  left: 0;
  height: 35px;
  border-left: 1px solid #dadada;
  content: '';
}
.jodit-ui-button__icon:not(:empty) + .jodit-ui-button__text:not(:empty) {
  margin-left: 8px;
}
.jodit-ui-button__icon:empty + .jodit-ui-button__text:not(:empty) {
  padding: 0 8px;
}
.jodit-ui-button:focus:not([disabled]) {
  outline: 1px dashed #b5d6fd;
}
.jodit-ui-button_variant_default {
  background-color: #e3e3e3;
  color: #212529;
}
.jodit-ui-button_variant_default svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button_variant_default [disabled] {
  opacity: 0.7;
}
.jodit-ui-button_variant_default:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529;
}
.jodit-ui-button_variant_default:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button_variant_default:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529;
}
.jodit-ui-button_variant_default:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button_variant_default:focus:not([disabled]) {
  outline: 1px dashed #dae0e5;
}
.jodit-ui-button_variant_primary {
  background-color: #007bff;
  color: #fff;
}
.jodit-ui-button_variant_primary svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_primary [disabled] {
  opacity: 0.7;
}
.jodit-ui-button_variant_primary:hover:not([disabled]) {
  background-color: #0069d9;
  color: #fff;
}
.jodit-ui-button_variant_primary:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_primary:active:not([disabled]) {
  background-color: #0062cc;
  color: #fff;
}
.jodit-ui-button_variant_primary:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_primary:focus:not([disabled]) {
  outline: 1px dashed #0062cc;
}
.jodit-ui-button_variant_secondary {
  background-color: #d8d8d8;
  color: #212529;
  border-radius: 0;
}
.jodit-ui-button_variant_secondary svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button_variant_secondary [disabled] {
  opacity: 0.7;
}
.jodit-ui-button_variant_secondary:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529;
}
.jodit-ui-button_variant_secondary:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button_variant_secondary:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529;
}
.jodit-ui-button_variant_secondary:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-ui-button_variant_secondary:focus:not([disabled]) {
  outline: 1px dashed #dae0e5;
}
.jodit-ui-button_variant_success {
  background-color: #28a745;
  color: #fff;
}
.jodit-ui-button_variant_success svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_success [disabled] {
  opacity: 0.7;
}
.jodit-ui-button_variant_success:hover:not([disabled]) {
  background-color: #218838;
  color: #fff;
}
.jodit-ui-button_variant_success:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_success:active:not([disabled]) {
  background-color: #1e7e34;
  color: #fff;
}
.jodit-ui-button_variant_success:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_success:focus:not([disabled]) {
  outline: 1px dashed #1e7e34;
}
.jodit-ui-button_variant_danger {
  background-color: #dc3545;
  color: #fff;
}
.jodit-ui-button_variant_danger svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_danger [disabled] {
  opacity: 0.7;
}
.jodit-ui-button_variant_danger:hover:not([disabled]) {
  background-color: #c82333;
  color: #fff;
}
.jodit-ui-button_variant_danger:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_danger:active:not([disabled]) {
  background-color: #bd2130;
  color: #fff;
}
.jodit-ui-button_variant_danger:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-ui-button_variant_danger:focus:not([disabled]) {
  outline: 1px dashed #bd2130;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-ui-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jodit-ui-list_mode_vertical .jodit-ui-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
  background-color: transparent;
}
.jodit-ui-list_mode_vertical .jodit-toolbar-button {
  height: auto;
  min-height: calc(14px + calc((14px - 4px) * 2) + 2px * 2);
}
.jodit-ui-list_mode_vertical .jodit-toolbar-button__button {
  width: 100%;
  height: auto;
  min-height: calc(14px + calc((14px - 4px) * 2) + 2px * 2);
  cursor: pointer;
}
.jodit-ui-list_mode_vertical .jodit-toolbar-button__text:not(:empty) {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.jodit-ui-separator {
  padding: 0;
  border-right: 1px solid #dadada;
  border-left: 0;
  margin: 2px;
  cursor: default;
}
.jodit-ui-break {
  width: 0;
  height: 0 !important;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-top: 1px solid #dadada;
}
.jodit-ui-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-ui-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jodit-ui-group_line_true {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.jodit-ui-group_separated_true:not(:last-child):not(.jodit-ui-group_before-spacer_true):after {
  content: '';
  padding: 0;
  border-right: 1px solid #dadada;
  border-left: 0;
  margin: 2px;
  cursor: default;
}
.jodit-ui-group:last-child {
  border-bottom: 0;
}

.jodit-ui-button-group {
  margin-bottom: 8px;
}
.jodit-ui-button-group__label {
  display: block;
  margin-bottom: calc(8px / 4);
  color: #a5a5a5;
  font-size: 0.8em;
}
.jodit-ui-button-group__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jodit-ui-button-group .jodit-ui-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.jodit-ui-button-group .jodit-ui-button + .jodit-ui-button {
  border-left: 1px solid rgba(220, 220, 220, 0.4);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.jodit-ui-button-group .jodit-ui-button[aria-pressed='true']:not([disabled]) {
  border-left: 0;
  background-color: #dcdcdc;
  -webkit-box-shadow: inset 0 0 3px 0 #4c4c4c;
          box-shadow: inset 0 0 3px 0 #4c4c4c;
  color: #4c4c4c;
  outline: 0;
}
.jodit-ui-button-group .jodit-ui-button[aria-pressed='true']:not([disabled]) + .jodit-ui-button {
  border: 0;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-ui-tooltip {
  position: fixed;
  z-index: 30000006;
  width: auto;
  max-width: 120px;
  padding: calc(8px / 4) calc(8px / 2);
  background: #727171;
  background-clip: padding-box;
  border-radius: 2px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  text-rendering: optimizeLegibility;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: normal;
}
@media (max-width: 768px) {
  .jodit-ui-tooltip {
    display: none;
  }
}
.jodit-ui-tooltip.jodit-ui-tooltip_visible_true {
  opacity: 1;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-dialog {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  will-change: left, top, width, height;
}
.jodit-dialog_moved_true {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-dialog * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jodit-dialog .jodit_elfinder,
.jodit-dialog .jodit_elfinder * {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
.jodit-dialog__overlay {
  position: fixed;
  z-index: 20000003;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: nowrap;
}
.jodit-dialog_static_true .jodit-dialog__overlay {
  display: none;
}
.jodit-dialog_modal_true .jodit-dialog__overlay {
  display: block;
}
.jodit-dialog_active_true {
  display: block;
}
.jodit-dialog__panel {
  position: fixed;
  z-index: 20000004;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  max-width: 100%;
  min-height: 100px;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background-color: #fff;
  -webkit-box-shadow: 0 8px calc(8px * 2) rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 8px calc(8px * 2) rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  text-align: left;
  white-space: normal;
}
@media (max-width: 480px) {
  .jodit-dialog:not(.jodit-dialog_adaptive_false) .jodit-dialog__panel {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
  }
}
.jodit-dialog_static_true {
  position: relative;
  z-index: inherit;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jodit-dialog_static_true .jodit-dialog__panel {
  position: relative;
  z-index: inherit;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jodit-dialog_theme_dark {
  background-color: #353535;
  color: #fff;
}
.jodit-dialog_theme_dark .jodit-dialog__panel {
  background-color: #353535;
  color: #fff;
}
.jodit-dialog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dadada;
  cursor: move;
  text-align: left;
}
.jodit-dialog__header-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 3;
      flex-shrink: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  vertical-align: top;
}
.jodit-dialog__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 3;
      flex-shrink: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .jodit-dialog__header-toolbar {
    padding-left: 0;
  }
}
.jodit-dialog__header-button {
  height: 48px;
  -ms-flex-preferred-size: 48px;
      flex-basis: 48px;
  color: #222;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
.jodit-dialog__header-button:hover {
  background-color: #ecebe9;
}
.jodit-dialog__header .jodit_toolbar {
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jodit-dialog__header .jodit_toolbar > li.jodit-toolbar-button .jodit-input {
  width: auto;
  padding-left: 8px;
}
@media (max-width: 480px) {
  .jodit-dialog:not(.jodit-dialog_adaptive_false) .jodit-dialog__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jodit-dialog_slim_true .jodit-dialog__header {
  min-height: 10px;
}
.jodit-dialog_slim_true .jodit-dialog__header-toolbar {
  padding: 0 calc(8px / 4);
}
.jodit-dialog_slim_true .jodit-dialog__header-title {
  padding: 0 calc(8px / 4);
}
.jodit-dialog_theme_dark .jodit-dialog__header {
  border-color: #4c4c4c;
}
.jodit-dialog_fullsize_true .jodit-dialog__header {
  cursor: default;
}
.jodit-dialog__content {
  overflow: auto;
  min-height: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jodit-dialog__content .jodit-form__group {
  padding: 0 8px;
  margin-bottom: calc(8px * 1.5);
}
.jodit-dialog__content .jodit-form__group:first-child {
  margin-top: 8px;
}
.jodit-dialog__content .jodit-form__group label + .jodit-select {
  margin-top: calc(8px / 2);
}
.jodit-dialog__content .jodit-form__group label + .jodit-grid {
  margin-top: calc(8px / 2);
}
.jodit-dialog__content .jodit-form__group label + .jodit-input_group {
  margin-top: calc(8px / 2);
}
.jodit-dialog__content .jodit-form__group label + input {
  margin-top: calc(8px / 2);
}
.jodit-dialog__content .jodit-form__group .jodit-input_group {
  display: table;
  width: 100%;
  border-collapse: separate;
}
.jodit-dialog__content .jodit-form__group .jodit-input_group > * {
  display: table-cell;
  height: 34px;
  vertical-align: middle;
}
.jodit-dialog__content .jodit-form__group .jodit-input_group > input {
  margin: 0 !important;
}
.jodit-dialog__content .jodit-form__group .jodit-input_group > input:not([class*='col-']) {
  width: 100%;
}
.jodit-dialog__content .jodit-form__group .jodit-input_group-buttons {
  width: 1%;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.jodit-dialog__content .jodit-form__group .jodit-input_group-buttons > .jodit-button {
  height: 34px;
  border: 1px solid #dadada;
  border-radius: 0;
  margin-left: -1px;
  line-height: 34px;
}
.jodit-dialog__footer {
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}
.jodit-dialog__footer button {
  margin-right: calc(8px / 2);
}
.jodit-dialog__footer button:last-child {
  margin-right: 0;
}
.jodit-dialog__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jodit-dialog__resizer {
  display: none;
  position: relative;
}
.jodit-dialog__resizer svg {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  cursor: nwse-resize;
  fill: #a5a5a5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-dialog_resizable_true .jodit-dialog__resizer {
  display: block;
}
@media (max-width: 480px) {
  .jodit-dialog__resizer {
    display: none;
  }
}
.jodit-dialog_prompt {
  min-width: 200px;
  max-width: 300px;
  padding: 8px;
  word-break: break-all;
}
.jodit-dialog_prompt label {
  display: block;
  margin-bottom: calc(8px / 2);
}
.jodit-dialog_alert {
  min-width: 200px;
  max-width: 300px;
  padding: 8px;
  word-break: break-all;
}
.jodit-dialog_footer_true .jodit-dialog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jodit_fullsize .jodit-dialog__panel {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.jodit_fullsize .jodit-dialog__panel .jodit-dialog__resizer {
  display: none;
}
.jodit-dialog .jodit-ui-messages {
  z-index: 20000004;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-toolbar__box:not(:empty) {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
}
.jodit-toolbar__box:not(:empty):not(:empty) {
  background-color: #f9f9f9;
}
.jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection:after {
  background-color: #f9f9f9;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-ui-messages {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  overflow: visible;
  width: 0;
  height: 0;
}
.jodit-ui-message {
  position: absolute;
  right: calc(8px / 2);
  bottom: 0;
  display: block;
  padding: calc(1rem / 2) 1rem;
  border: 1px solid #b6d4fe;
  border-radius: 0.375rem;
  background: #cfe2ff;
  color: #084298;
  cursor: pointer;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear, bottom 0.3s linear, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s linear, bottom 0.3s linear, -webkit-transform 0.1s ease-out;
  -o-transition: opacity 0.1s linear, bottom 0.3s linear, transform 0.1s ease-out;
  transition: opacity 0.1s linear, bottom 0.3s linear, transform 0.1s ease-out;
  transition: opacity 0.1s linear, bottom 0.3s linear, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  white-space: pre;
}
.jodit-ui-message_active_true {
  opacity: 1;
}
.jodit-ui-message:active {
  -webkit-transform: scale(0.76);
      -ms-transform: scale(0.76);
          transform: scale(0.76);
}
.jodit-ui-message_variant_secondary {
  border-color: #d3d6d8;
  background: #e2e3e5;
  color: #41464b;
}
.jodit-ui-message_variant_error {
  border-color: #f5c2c7;
  background: #f8d7da;
  color: #842029;
}
.jodit-ui-message_variant_danger {
  border-color: #f5c2c7;
  background: #f8d7da;
  color: #842029;
}
.jodit-ui-message_variant_success {
  border-color: #badbcc;
  background: #d1e7dd;
  color: #0f5132;
}

.jodit-ui-label {
  display: block;
  margin-bottom: calc(8px / 4);
  color: #a5a5a5;
  font-size: 0.8em;
}
.jodit-ui-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
.jodit-ui-input__input {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  line-height: 32px;
  outline: none;
  border: 0;
}
.jodit-ui-input__input[disabled] {
  background-color: #f0f0f0;
  color: #dadada;
}
.jodit-ui-input__input_has-error_true {
  border-color: #ff3b3b;
}
.jodit-ui-input__input:focus {
  outline: 0;
}
.jodit-ui-input_theme_dark .jodit-ui-input__input {
  background-color: #dadada;
}
.jodit-ui-input_has-error_true .jodit-ui-input__input {
  border-color: #ff3b3b;
}
.jodit-ui-input__error {
  display: block;
  margin-bottom: calc(8px / 4);
  color: #a5a5a5;
  font-size: 0.8em;
}
.jodit-ui-input__label {
  display: block;
  margin-bottom: calc(8px / 4);
  color: #a5a5a5;
  font-size: 0.8em;
}
.jodit-ui-input_has-error_true .jodit-ui-input__label {
  color: #ff3b3b;
}
.jodit-ui-input__error {
  color: #ff3b3b;
}
.jodit-ui-input__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #dadada;
  background-color: #fff;
}
@media (max-width: 480px) {
  .jodit-ui-input__wrapper {
    min-width: 140px;
  }
}
.jodit-ui-input_theme_dark .jodit-ui-input__wrapper {
  border-color: #dadada;
  background-color: #dadada;
}
.jodit-ui-input_focused_true .jodit-ui-input__wrapper {
  border-color: #1e88e5;
}
.jodit-ui-input__icon:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}
.jodit-ui-input__icon:not(:empty) svg {
  width: 16px;
  height: 16px;
  fill: #dadada;
}
.jodit-ui-input__icon:not(:empty) + .jodit-ui-input__input {
  padding-left: 0;
}
.jodit-ui-input__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 0;
  opacity: 0.8;
}
.jodit-ui-input__clear:active {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.jodit-ui-input__clear svg {
  width: 12px;
  height: 12px;
  fill: #dadada;
}
.jodit-ui-input_theme_dark .jodit-ui-input__icon svg {
  fill: #4c4c4c;
}
.jodit-ui-input_theme_dark .jodit-ui-input__clear svg {
  fill: #4c4c4c;
}
.jodit-ui-block .jodit-ui-input {
  margin-bottom: 0;
}

.jodit-ui-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
}
.jodit-ui-select__input {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  line-height: 32px;
  outline: none;
  border: 0;
}
.jodit-ui-select__input[disabled] {
  background-color: #f0f0f0;
  color: #dadada;
}
.jodit-ui-select__input_has-error_true {
  border-color: #ff3b3b;
}
.jodit-ui-select__input:focus {
  outline: 0;
}
.jodit-ui-select_theme_dark .jodit-ui-select__input {
  background-color: #dadada;
}
.jodit-ui-select_has-error_true .jodit-ui-select__input {
  border-color: #ff3b3b;
}
.jodit-ui-select__error {
  display: block;
  margin-bottom: calc(8px / 4);
  color: #a5a5a5;
  font-size: 0.8em;
}
.jodit-ui-select__label {
  display: block;
  margin-bottom: calc(8px / 4);
  color: #a5a5a5;
  font-size: 0.8em;
}
.jodit-ui-select_has-error_true .jodit-ui-select__label {
  color: #ff3b3b;
}
.jodit-ui-select__error {
  color: #ff3b3b;
}
.jodit-ui-select__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #dadada;
  background-color: #fff;
}
@media (max-width: 480px) {
  .jodit-ui-select__wrapper {
    min-width: 140px;
  }
}
.jodit-ui-select_theme_dark .jodit-ui-select__wrapper {
  border-color: #dadada;
  background-color: #dadada;
}
.jodit-ui-select_focused_true .jodit-ui-select__wrapper {
  border-color: #1e88e5;
}
.jodit-ui-select__icon:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}
.jodit-ui-select__icon:not(:empty) svg {
  width: 16px;
  height: 16px;
  fill: #dadada;
}
.jodit-ui-select__icon:not(:empty) + .jodit-ui-select__input {
  padding-left: 0;
}
.jodit-ui-select__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 0;
  opacity: 0.8;
}
.jodit-ui-select__clear:active {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.jodit-ui-select__clear svg {
  width: 12px;
  height: 12px;
  fill: #dadada;
}
.jodit-ui-select_theme_dark .jodit-ui-select__icon svg {
  fill: #4c4c4c;
}
.jodit-ui-select_theme_dark .jodit-ui-select__clear svg {
  fill: #4c4c4c;
}
.jodit-ui-select__input {
  padding-right: calc(8px * 2);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.jodit-ui-select_size_tiny {
  margin-bottom: 0;
}
.jodit-ui-select_size_tiny .jodit-ui-select__input {
  height: calc(32px / 1.8);
  line-height: calc(32px / 1.8);
}
.jodit-ui-select_variant_outline .jodit-ui-select__wrapper {
  border: 0;
}
.jodit-ui-select_variant_outline .jodit-ui-select__wrapper select {
  outline: 0;
}
.jodit-ui-select_width_auto {
  width: auto;
}
.jodit-ui-select_width_auto .jodit-ui-select__wrapper {
  min-width: auto;
}

.jodit-ui-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
  width: 100%;
}
.jodit-ui-text-area__input {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  line-height: 32px;
  outline: none;
  border: 0;
}
.jodit-ui-text-area__input[disabled] {
  background-color: #f0f0f0;
  color: #dadada;
}
.jodit-ui-text-area__input_has-error_true {
  border-color: #ff3b3b;
}
.jodit-ui-text-area__input:focus {
  outline: 0;
}
.jodit-ui-text-area_theme_dark .jodit-ui-text-area__input {
  background-color: #dadada;
}
.jodit-ui-text-area_has-error_true .jodit-ui-text-area__input {
  border-color: #ff3b3b;
}
.jodit-ui-text-area__error {
  display: block;
  margin-bottom: calc(8px / 4);
  color: #a5a5a5;
  font-size: 0.8em;
}
.jodit-ui-text-area__label {
  display: block;
  margin-bottom: calc(8px / 4);
  color: #a5a5a5;
  font-size: 0.8em;
}
.jodit-ui-text-area_has-error_true .jodit-ui-text-area__label {
  color: #ff3b3b;
}
.jodit-ui-text-area__error {
  color: #ff3b3b;
}
.jodit-ui-text-area__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #dadada;
  background-color: #fff;
}
@media (max-width: 480px) {
  .jodit-ui-text-area__wrapper {
    min-width: 140px;
  }
}
.jodit-ui-text-area_theme_dark .jodit-ui-text-area__wrapper {
  border-color: #dadada;
  background-color: #dadada;
}
.jodit-ui-text-area_focused_true .jodit-ui-text-area__wrapper {
  border-color: #1e88e5;
}
.jodit-ui-text-area__icon:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}
.jodit-ui-text-area__icon:not(:empty) svg {
  width: 16px;
  height: 16px;
  fill: #dadada;
}
.jodit-ui-text-area__icon:not(:empty) + .jodit-ui-text-area__input {
  padding-left: 0;
}
.jodit-ui-text-area__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 0;
  opacity: 0.8;
}
.jodit-ui-text-area__clear:active {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.jodit-ui-text-area__clear svg {
  width: 12px;
  height: 12px;
  fill: #dadada;
}
.jodit-ui-text-area_theme_dark .jodit-ui-text-area__icon svg {
  fill: #4c4c4c;
}
.jodit-ui-text-area_theme_dark .jodit-ui-text-area__clear svg {
  fill: #4c4c4c;
}
.jodit-ui-text-area__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jodit-ui-text-area__input {
  height: 100%;
  min-height: 60px;
}

.jodit-ui-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 8px;
}
.jodit-ui-checkbox__input {
  margin-right: 8px;
}
.jodit-ui-checkbox_switch_true .jodit-ui-checkbox__wrapper {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 8px;
}
.jodit-ui-checkbox_switch_true .jodit-ui-checkbox__wrapper input {
  width: 0;
  height: 0;
  opacity: 0;
}
.jodit-ui-checkbox_switch_true .jodit-ui-checkbox__switch-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.jodit-ui-checkbox_switch_true .jodit-ui-checkbox__switch-slider:before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%;
  content: '';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.jodit-ui-checkbox_switch_true.jodit-ui-checkbox_checked_true .jodit-ui-checkbox__switch-slider {
  background-color: #2196f3;
}
.jodit-ui-checkbox_switch_true.jodit-ui-checkbox_checked_true .jodit-ui-checkbox__switch-slider:before {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px);
}
.jodit-ui-checkbox_switch_true.jodit-ui-checkbox_focused_true .jodit-ui-checkbox__switch-slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}
.jodit-ui-block .jodit-ui-checkbox {
  margin-bottom: 0;
}

.jodit-ui-file-input {
  position: relative;
  overflow: hidden;
}
.jodit-ui-file-input__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0 calc(8px * -1) 0 0;
  cursor: pointer;
  font-size: 400px;
  opacity: 0;
}

.jodit-ui-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-bottom: 8px;
}
.jodit-ui-block_width_full {
  width: 100%;
}
.jodit-ui-block_align_full {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jodit-ui-block_align_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.jodit-ui-block_padding_true {
  padding: 8px;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
@-webkit-keyframes pulse {
  30% {
    opacity: 0.6;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes pulse {
  30% {
    opacity: 0.6;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.jodit-progress-bar {
  position: absolute;
  z-index: 2147483647;
  top: 0;
  left: 0;
  height: 2px;
  border-radius: 1px;
  opacity: 0.7;
}
.jodit-progress-bar div {
  position: relative;
  height: 2px;
  background: #b91f1f;
  -webkit-transition: width 500ms ease-out, opacity 500ms linear;
  -o-transition: width 500ms ease-out, opacity 500ms linear;
  transition: width 500ms ease-out, opacity 500ms linear;
  will-change: width, opacity;
}
.jodit-progress-bar div::before {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 2px;
  -webkit-animation: pulse 2s ease-out 0s infinite;
          animation: pulse 2s ease-out 0s infinite;
  border-radius: 100%;
  -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
          box-shadow: #b91f1f 1px 0 6px 1px;
  content: '';
  opacity: 0.6;
}
.jodit-progress-bar div::after {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 2px;
  -webkit-animation: pulse 2s ease-out 0s infinite;
          animation: pulse 2s ease-out 0s infinite;
  border-radius: 100%;
  -webkit-box-shadow: #b91f1f 1px 0 6px 1px;
          box-shadow: #b91f1f 1px 0 6px 1px;
  content: '';
  opacity: 0.6;
}
.jodit-progress-bar div::before {
  right: -80px;
  width: 180px;
  clip: rect(-6px, 90px, 14px, -6px);
}
.jodit-progress-bar div::after {
  right: 0;
  width: 20px;
  clip: rect(-6px, 22px, 14px, 8px);
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-toolbar-collection,
.jodit-toolbar-editor-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jodit-toolbar-collection_mode_horizontal {
  position: relative;
  background-image: -o-repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #dadada calc(14px + calc((14px - 4px) * 2) + 2px * 2));
  background-image: repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #dadada calc(14px + calc((14px - 4px) * 2) + 2px * 2));
}
.jodit-toolbar-editor-collection_mode_horizontal {
  position: relative;
  background-image: -o-repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #dadada calc(14px + calc((14px - 4px) * 2) + 2px * 2));
  background-image: repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #dadada calc(14px + calc((14px - 4px) * 2) + 2px * 2));
}
.jodit-toolbar-collection_mode_horizontal:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
}
.jodit-toolbar-editor-collection_mode_horizontal:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: '';
}
.jodit-toolbar-collection_size_tiny.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 19px, #dadada 20px);
  background-image: repeating-linear-gradient(transparent 0, transparent 19px, #dadada 20px);
}
.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 19px, #dadada 20px);
  background-image: repeating-linear-gradient(transparent 0, transparent 19px, #dadada 20px);
}
.jodit-toolbar-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 19px, #dadada 20px);
  background-image: repeating-linear-gradient(transparent 0, transparent 19px, #dadada 20px);
}
.jodit-toolbar-editor-collection_size_tiny.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 19px, #dadada 20px);
  background-image: repeating-linear-gradient(transparent 0, transparent 19px, #dadada 20px);
}
.jodit-toolbar-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 25px, #dadada 26px);
  background-image: repeating-linear-gradient(transparent 0, transparent 25px, #dadada 26px);
}
.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 25px, #dadada 26px);
  background-image: repeating-linear-gradient(transparent 0, transparent 25px, #dadada 26px);
}
.jodit-toolbar-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 25px, #dadada 26px);
  background-image: repeating-linear-gradient(transparent 0, transparent 25px, #dadada 26px);
}
.jodit-toolbar-editor-collection_size_xsmall.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 25px, #dadada 26px);
  background-image: repeating-linear-gradient(transparent 0, transparent 25px, #dadada 26px);
}
.jodit-toolbar-collection_size_small.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 31px, #dadada 32px);
  background-image: repeating-linear-gradient(transparent 0, transparent 31px, #dadada 32px);
}
.jodit-toolbar-editor-collection_size_small.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 31px, #dadada 32px);
  background-image: repeating-linear-gradient(transparent 0, transparent 31px, #dadada 32px);
}
.jodit-toolbar-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 31px, #dadada 32px);
  background-image: repeating-linear-gradient(transparent 0, transparent 31px, #dadada 32px);
}
.jodit-toolbar-editor-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 31px, #dadada 32px);
  background-image: repeating-linear-gradient(transparent 0, transparent 31px, #dadada 32px);
}
.jodit-toolbar-collection_size_middle.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 37px, #dadada 38px);
  background-image: repeating-linear-gradient(transparent 0, transparent 37px, #dadada 38px);
}
.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 37px, #dadada 38px);
  background-image: repeating-linear-gradient(transparent 0, transparent 37px, #dadada 38px);
}
.jodit-toolbar-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 37px, #dadada 38px);
  background-image: repeating-linear-gradient(transparent 0, transparent 37px, #dadada 38px);
}
.jodit-toolbar-editor-collection_size_middle.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 37px, #dadada 38px);
  background-image: repeating-linear-gradient(transparent 0, transparent 37px, #dadada 38px);
}
.jodit-toolbar-collection_size_large.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 43px, #dadada 44px);
  background-image: repeating-linear-gradient(transparent 0, transparent 43px, #dadada 44px);
}
.jodit-toolbar-editor-collection_size_large.jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 43px, #dadada 44px);
  background-image: repeating-linear-gradient(transparent 0, transparent 43px, #dadada 44px);
}
.jodit-toolbar-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 43px, #dadada 44px);
  background-image: repeating-linear-gradient(transparent 0, transparent 43px, #dadada 44px);
}
.jodit-toolbar-editor-collection_size_large.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent 43px, #dadada 44px);
  background-image: repeating-linear-gradient(transparent 0, transparent 43px, #dadada 44px);
}
.jodit-toolbar-collection_mode_vertical .jodit-ui-group,
.jodit-toolbar-editor-collection_mode_vertical .jodit-ui-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
  background-color: transparent;
}
.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button {
  height: auto;
  min-height: calc(14px + calc((14px - 4px) * 2) + 2px * 2);
}
.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button {
  height: auto;
  min-height: calc(14px + calc((14px - 4px) * 2) + 2px * 2);
}
.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__button {
  width: 100%;
  height: auto;
  min-height: calc(14px + calc((14px - 4px) * 2) + 2px * 2);
  cursor: pointer;
}
.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__button {
  width: 100%;
  height: auto;
  min-height: calc(14px + calc((14px - 4px) * 2) + 2px * 2);
  cursor: pointer;
}
.jodit-toolbar-collection_mode_vertical .jodit-toolbar-button__text:not(:empty),
.jodit-toolbar-editor-collection_mode_vertical .jodit-toolbar-button__text:not(:empty) {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.jodit-toolbar-collection .jodit-toolbar-content {
  padding: 0;
  margin: 2px 1px;
}
.jodit-toolbar-editor-collection .jodit-toolbar-content {
  padding: 0;
  margin: 2px 1px;
}
.jodit-toolbar-collection .jodit-toolbar-button {
  padding: 0;
  margin: 2px 1px;
}
.jodit-toolbar-editor-collection .jodit-toolbar-button {
  padding: 0;
  margin: 2px 1px;
}
.jodit-dialog .jodit-toolbar-collection_mode_horizontal,
.jodit-dialog .jodit-toolbar-editor-collection_mode_horizontal {
  background-image: none;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-toolbar-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  min-width: 34px;
  height: 34px;
}
.jodit-toolbar-button__icon {
  display: none;
}
.jodit-toolbar-button__icon:not(:empty) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.jodit-toolbar-button__text {
  display: none;
}
.jodit-toolbar-button__text:not(:empty) {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jodit-toolbar-button_context_menu .jodit-toolbar-button__text {
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 8px;
}
.jodit-toolbar-button_context_menu .jodit-toolbar-button__text::before {
  position: absolute;
  top: calc(8px * -1);
  left: 0;
  height: 35px;
  border-left: 1px solid #dadada;
  content: '';
}
.jodit-toolbar-button__icon:not(:empty) + .jodit-toolbar-button__text:not(:empty) {
  margin-left: 8px;
}
.jodit-toolbar-button__icon:empty + .jodit-toolbar-button__text:not(:empty) {
  padding: 0 8px;
}
.jodit-toolbar-button__icon:empty + .jodit-toolbar-button__text:not(:empty) {
  padding: 0;
}
.jodit-toolbar-button .jodit-icon {
  width: 14px;
  height: 14px;
}
.jodit-toolbar-button button {
  min-width: 34px;
  height: 34px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-button_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-button_size_tiny {
  min-width: 16px;
  height: 16px;
}
.jodit-toolbar-button_size_tiny .jodit-icon {
  width: 8px;
  height: 8px;
}
.jodit-toolbar-button_size_tiny button {
  min-width: 16px;
  height: 16px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-button_size_tiny_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-button_size_xsmall {
  min-width: 22px;
  height: 22px;
}
.jodit-toolbar-button_size_xsmall .jodit-icon {
  width: 10px;
  height: 10px;
}
.jodit-toolbar-button_size_xsmall button {
  min-width: 22px;
  height: 22px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-button_size_xsmall_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-button_size_small {
  min-width: 28px;
  height: 28px;
}
.jodit-toolbar-button_size_small .jodit-icon {
  width: 12px;
  height: 12px;
}
.jodit-toolbar-button_size_small button {
  min-width: 28px;
  height: 28px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-button_size_small_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-button_size_large {
  min-width: 40px;
  height: 40px;
}
.jodit-toolbar-button_size_large .jodit-icon {
  width: 16px;
  height: 16px;
}
.jodit-toolbar-button_size_large button {
  min-width: 40px;
  height: 40px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-button_size_large_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-button__button {
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: normal;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.75);
}
.jodit-toolbar-button__button:hover:not([disabled]) {
  background-color: #dcdcdc;
  opacity: 1;
  outline: 0;
}
.jodit-toolbar-button__button:focus-visible:not([disabled]) {
  background-color: #dcdcdc;
  opacity: 1;
  outline: 0;
}
.jodit-toolbar-button__button:active:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0;
}
.jodit-toolbar-button__button[aria-pressed='true']:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0;
}
.jodit-toolbar-button__button[aria-pressed='true']:hover:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.6);
}
.jodit-toolbar-button__button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.jodit-toolbar-button__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 3px 3px 0;
  opacity: 0.4;
  cursor: pointer;
  width: 14px;
}
.jodit-toolbar-button__trigger:hover:not([disabled]) {
  background-color: #dcdcdc;
  opacity: 1;
  outline: 0;
}
.jodit-toolbar-button__trigger:focus-visible:not([disabled]) {
  background-color: #dcdcdc;
  opacity: 1;
  outline: 0;
}
.jodit-toolbar-button__trigger:active:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0;
}
.jodit-toolbar-button__trigger[aria-pressed='true']:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0;
}
.jodit-toolbar-button__trigger[aria-pressed='true']:hover:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.6);
}
.jodit-toolbar-button__trigger[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.jodit-toolbar-button__trigger svg {
  width: 10px;
}
.jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger {
  width: 8px;
}
.jodit-toolbar-button_size_tiny .jodit-toolbar-button__trigger svg {
  width: 4px;
}
.jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger {
  width: 10px;
}
.jodit-toolbar-button_size_xsmall .jodit-toolbar-button__trigger svg {
  width: 6px;
}
.jodit-toolbar-button_size_small .jodit-toolbar-button__trigger {
  width: 12px;
}
.jodit-toolbar-button_size_small .jodit-toolbar-button__trigger svg {
  width: 8px;
}
.jodit-toolbar-button_size_large .jodit-toolbar-button__trigger {
  width: 16px;
}
.jodit-toolbar-button_size_large .jodit-toolbar-button__trigger svg {
  width: 12px;
}
.jodit-toolbar-button_with-trigger_true .jodit-toolbar-button__button {
  border-radius: 3px 0 0 3px;
}
.jodit-toolbar-button_with-trigger_true:hover:not([disabled]) {
  border-color: #dadada;
}
.jodit-toolbar-button_stroke_false svg {
  stroke: none;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-toolbar-content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: normal;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  min-width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid transparent;
}
.jodit-toolbar-content:hover:not([disabled]) {
  background-color: #dcdcdc;
  opacity: 1;
  outline: 0;
}
.jodit-toolbar-content:focus-visible:not([disabled]) {
  background-color: #dcdcdc;
  opacity: 1;
  outline: 0;
}
.jodit-toolbar-content:active:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0;
}
.jodit-toolbar-content[aria-pressed='true']:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.4);
  outline: 0;
}
.jodit-toolbar-content[aria-pressed='true']:hover:not([disabled]) {
  background-color: rgba(220, 220, 220, 0.6);
}
.jodit-toolbar-content[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.jodit-toolbar-content .jodit-icon {
  width: 14px;
  height: 14px;
}
.jodit-toolbar-content button {
  min-width: 34px;
  height: 34px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-content_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-content_size_tiny {
  min-width: 16px;
  height: 16px;
}
.jodit-toolbar-content_size_tiny .jodit-icon {
  width: 8px;
  height: 8px;
}
.jodit-toolbar-content_size_tiny button {
  min-width: 16px;
  height: 16px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-content_size_tiny_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-content_size_xsmall {
  min-width: 22px;
  height: 22px;
}
.jodit-toolbar-content_size_xsmall .jodit-icon {
  width: 10px;
  height: 10px;
}
.jodit-toolbar-content_size_xsmall button {
  min-width: 22px;
  height: 22px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-content_size_xsmall_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-content_size_small {
  min-width: 28px;
  height: 28px;
}
.jodit-toolbar-content_size_small .jodit-icon {
  width: 12px;
  height: 12px;
}
.jodit-toolbar-content_size_small button {
  min-width: 28px;
  height: 28px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-content_size_small_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-content_size_large {
  min-width: 40px;
  height: 40px;
}
.jodit-toolbar-content_size_large .jodit-icon {
  width: 16px;
  height: 16px;
}
.jodit-toolbar-content_size_large button {
  min-width: 40px;
  height: 40px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-toolbar-content_size_large_text-icons_true button {
  padding: 0 8px;
}
.jodit-toolbar-content__icon {
  display: none;
}
.jodit-toolbar-content__icon:not(:empty) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.jodit-toolbar-content__text {
  display: none;
}
.jodit-toolbar-content__text:not(:empty) {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jodit-toolbar-content_context_menu .jodit-toolbar-content__text {
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 8px;
}
.jodit-toolbar-content_context_menu .jodit-toolbar-content__text::before {
  position: absolute;
  top: calc(8px * -1);
  left: 0;
  height: 35px;
  border-left: 1px solid #dadada;
  content: '';
}
.jodit-toolbar-content__icon:not(:empty) + .jodit-toolbar-content__text:not(:empty) {
  margin-left: 8px;
}
.jodit-toolbar-content__icon:empty + .jodit-toolbar-content__text:not(:empty) {
  padding: 0 8px;
}
.jodit-toolbar-content:focus:not([disabled]) {
  outline: 1px dashed #b5d6fd;
}
.jodit-toolbar-content_variant_default {
  background-color: #e3e3e3;
  color: #212529;
}
.jodit-toolbar-content_variant_default svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-toolbar-content_variant_default [disabled] {
  opacity: 0.7;
}
.jodit-toolbar-content_variant_default:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529;
}
.jodit-toolbar-content_variant_default:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-toolbar-content_variant_default:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529;
}
.jodit-toolbar-content_variant_default:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-toolbar-content_variant_default:focus:not([disabled]) {
  outline: 1px dashed #dae0e5;
}
.jodit-toolbar-content_variant_primary {
  background-color: #007bff;
  color: #fff;
}
.jodit-toolbar-content_variant_primary svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_primary [disabled] {
  opacity: 0.7;
}
.jodit-toolbar-content_variant_primary:hover:not([disabled]) {
  background-color: #0069d9;
  color: #fff;
}
.jodit-toolbar-content_variant_primary:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_primary:active:not([disabled]) {
  background-color: #0062cc;
  color: #fff;
}
.jodit-toolbar-content_variant_primary:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_primary:focus:not([disabled]) {
  outline: 1px dashed #0062cc;
}
.jodit-toolbar-content_variant_secondary {
  background-color: #d8d8d8;
  color: #212529;
  border-radius: 0;
}
.jodit-toolbar-content_variant_secondary svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-toolbar-content_variant_secondary [disabled] {
  opacity: 0.7;
}
.jodit-toolbar-content_variant_secondary:hover:not([disabled]) {
  background-color: #c9cdd1;
  color: #212529;
}
.jodit-toolbar-content_variant_secondary:hover:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-toolbar-content_variant_secondary:active:not([disabled]) {
  background-color: #dae0e5;
  color: #212529;
}
.jodit-toolbar-content_variant_secondary:active:not([disabled]) svg {
  fill: #212529;
  stroke: #212529;
}
.jodit-toolbar-content_variant_secondary:focus:not([disabled]) {
  outline: 1px dashed #dae0e5;
}
.jodit-toolbar-content_variant_success {
  background-color: #28a745;
  color: #fff;
}
.jodit-toolbar-content_variant_success svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_success [disabled] {
  opacity: 0.7;
}
.jodit-toolbar-content_variant_success:hover:not([disabled]) {
  background-color: #218838;
  color: #fff;
}
.jodit-toolbar-content_variant_success:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_success:active:not([disabled]) {
  background-color: #1e7e34;
  color: #fff;
}
.jodit-toolbar-content_variant_success:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_success:focus:not([disabled]) {
  outline: 1px dashed #1e7e34;
}
.jodit-toolbar-content_variant_danger {
  background-color: #dc3545;
  color: #fff;
}
.jodit-toolbar-content_variant_danger svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_danger [disabled] {
  opacity: 0.7;
}
.jodit-toolbar-content_variant_danger:hover:not([disabled]) {
  background-color: #c82333;
  color: #fff;
}
.jodit-toolbar-content_variant_danger:hover:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_danger:active:not([disabled]) {
  background-color: #bd2130;
  color: #fff;
}
.jodit-toolbar-content_variant_danger:active:not([disabled]) svg {
  fill: #fff;
  stroke: #fff;
}
.jodit-toolbar-content_variant_danger:focus:not([disabled]) {
  outline: 1px dashed #bd2130;
}
.jodit-toolbar-content:hover:not([disabled]) {
  background-color: transparent;
  opacity: 1;
  outline: 0;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-filebrowser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
.jodit-filebrowser_no-files_true {
  padding: 8px;
}
@media (max-width: 480px) {
  .jodit-filebrowser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.jodit-dialog .jodit-dialog__header-title.jodit-filebrowser__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
}
/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-filebrowser-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  max-width: Min(100%, 1000px);
  height: 100%;
  min-height: Min(100%, 500px);
  max-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .jodit-filebrowser-preview {
    min-width: auto;
    max-width: 100%;
    height: 100%;
    min-height: auto;
    max-height: 100%;
  }
}
.jodit-filebrowser-preview__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jodit-filebrowser-preview__navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.jodit-filebrowser-preview__navigation_arrow_next {
  right: 0;
  left: auto;
}
.jodit-filebrowser-preview__navigation svg {
  position: relative;
  top: 50%;
  width: 45px;
  height: 45px;
  fill: #9e9ba7;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}
.jodit-filebrowser-preview__navigation:hover svg {
  fill: #000;
}
.jodit-filebrowser-preview img {
  max-width: 100%;
  max-height: 100%;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-image-editor {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 8px;
}
@media (max-width: 768px) {
  .jodit-image-editor {
    height: auto;
  }
}
.jodit-image-editor > div,
.jodit-image-editor > div > div {
  height: 100%;
}
@media (max-width: 768px) {
  .jodit-image-editor > div,
  .jodit-image-editor > div > div {
    height: auto;
    min-height: 200px;
  }
}
.jodit-image-editor * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jodit-image-editor .jodit-image-editor__slider-title {
  padding: 0.8em 1em;
  border-bottom: 1px solid rgba(158, 158, 158, 0.31);
  background-color: #f9f9f9;
  color: #333333;
  cursor: pointer;
  font-weight: bold;
  line-height: 1em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-shadow: #f3f3f3 0 1px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.jodit-image-editor .jodit-image-editor__slider-title svg {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.jodit-image-editor .jodit-image-editor__slider-content {
  display: none;
}
.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title {
  background-color: #5d5d5d;
  color: #fff;
  text-shadow: #000 0 1px 0;
}
.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-title svg {
  fill: white;
}
.jodit-image-editor .jodit-image-editor__slider.jodit-image-editor_active .jodit-image-editor__slider-content {
  display: block;
}
.jodit-image-editor__area {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-image: -o-linear-gradient(45deg, #dadada 25%, transparent 25%, transparent 75%, #dadada 75%, #dadada), -o-linear-gradient(45deg, #dadada 25%, transparent 25%, transparent 75%, #dadada 75%, #dadada);
  background-image: linear-gradient(45deg, #dadada 25%, transparent 25%, transparent 75%, #dadada 75%, #dadada), linear-gradient(45deg, #dadada 25%, transparent 25%, transparent 75%, #dadada 75%, #dadada);
  background-position: 0 0, 15px 15px;
  background-size: 30px 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-image-editor__area.jodit-image-editor_active {
  display: block;
}
.jodit-image-editor__area .jodit-image-editor__box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
}
.jodit-image-editor__area .jodit-image-editor__box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-image-editor__area .jodit-image-editor__croper {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 20px;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 11px #000;
          box-shadow: 0 0 11px #000;
  pointer-events: none;
}
.jodit-image-editor__area .jodit-image-editor__resizer {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 20px;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 11px #000;
          box-shadow: 0 0 11px #000;
  pointer-events: none;
}
.jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright {
  position: absolute;
  z-index: 4;
  right: calc(8px * -1);
  bottom: calc(8px * -1);
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #383838;
  background-color: #8c7878;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 11px #000;
          box-shadow: 0 0 11px #000;
  cursor: se-resize;
  pointer-events: all;
}
.jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright {
  position: absolute;
  z-index: 4;
  right: calc(8px * -1);
  bottom: calc(8px * -1);
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #383838;
  background-color: #8c7878;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 11px #000;
          box-shadow: 0 0 11px #000;
  cursor: se-resize;
  pointer-events: all;
}
.jodit-image-editor__area .jodit-image-editor__croper i.jodit_bottomright:active,
.jodit-image-editor__area .jodit-image-editor__resizer i.jodit_bottomright:active {
  border: 1px solid yellow;
}
.jodit-image-editor__area.jodit-image-editor__area_crop {
  position: relative;
  height: 100%;
  background: #eee;
  line-height: 100%;
  text-align: center;
}
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box {
  overflow: visible;
  height: 100%;
  line-height: 100%;
  pointer-events: all;
  text-align: left;
}
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.3);
  content: '';
}
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper {
  cursor: move;
  pointer-events: all;
}
.jodit-image-editor__area.jodit-image-editor__area_crop .jodit-image-editor__box .jodit-image-editor__croper i.jodit-image-editor__sizes {
  position: absolute;
  bottom: -30px;
  left: 100%;
  display: block;
  padding: 9px 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.4em;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: none;
  white-space: pre;
}
.jodit-image-editor__area.jodit-image-editor__area_crop.jodit-image-editor_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jodit-filebrowser-files {
  position: relative;
  display: none;
  height: 100%;
  vertical-align: top;
  overflow-anchor: auto;
}
.jodit-filebrowser-files .jodit-button {
  border-radius: 0;
}
.jodit-filebrowser-files_loading_true:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.jodit-filebrowser-files_loading_true:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(48px / -2);
  margin-left: calc(48px / -2);
  content: '';
  opacity: 0.7;
  display: inline-block;
  width: 48px;
  height: 48px;
  -webkit-animation: rotate 2s ease-out 0s infinite;
          animation: rotate 2s ease-out 0s infinite;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAABRsSURBVHja7F1/aJfVGn/33RgUg8FiNfK2WCykyS7GLoYyUbwYipZMumgLo+iPS9HlXhSHkRXdislESxMz0mapuaFo2myjkfnNlTQ2FJdTu8NvLVcrdbpcfGvxrfs823m/vXt3fjznvOedzr0PPJzzPe+7d+97Ps95nuc851fGAw884CD98ccfI1Jqmc3UpEyQz4FkMqRTgYshn8fymZ57SyGbzf5mENIOz9+ngE9Atg/SLkhPQHoWeEDn3SmpSZlJnvf7ypUrTpb7IyMjY+gGN6WWmaY84l2T3c+u58D1csjOgvwsyBdBvsDRo2zgMl/ZNM59vcAJ4Dj8nzikLa5QmBLv28YCfPd3li7gPHBMwKdcEwhCJgN6FoLOWJtUgiWovALG04FXsbI44xbgw8AplbaU/Q+ZQNgGf0gA/JWhC1aQyle1eN91rPRKKKuEsjzZvSph0m2RiutpIYRrfZC8B+l7kB6jgq0CnQIy9X39v2NYQW5FeUFQlQVN/aALyiYBPw/5M5B+Dvw02vMggqcDukEl57F3xHf9H747+4bA5oD6dzqaYEgAqIDbBl9RhvZ4H/B5yL+IDp3oXhmwNkm3lTLn80VIz+O3QFqm2/rHwgeI6QDOa006LZ3Q4lHNNwK3AVeYAD4WgmHQUivYNzWyb7xufICYaavXVbuKZ6MXfwRVJ+TnXW+Am/oMnNaO3/Y5pPitcyh/a6LqtXwAt+J01LVFEzAJ0jpIj7JunJYd1wHchnBQHUSC3Uan8WPgPVgHlBiBCcAkH4Da2i2DjwGZlcy5W0K17zLwVb9NgaY4iJpawJs+BCnWwUo3SKXT4oOAP8IHCFsIfMCguj8JaQ2kOaaA227d10ALuIR1gHVxErjctPtHBd8btSR3A4MIgSePAZxqVPeQlthq7ZRuZVABCVkLuGkJpGgKsY4ybfUEVO84qhsoAzSgrUfHZ1UQVe99B6o2oMYdwg7latAq5iROGoueQExW6UE0gCe/ANIh9SZ6jqkWsN3STZ0rHWEgpkNmEvILxqQbSAXaAPxqSBswQkbpbpo6fGPR0m3GBYjBIIwqNjCTEAr4wkBQUA0AjKNrdZCu0okAqgQhTKCDhFxV91BNgsDuYx3WQZptG3xtDUCJEDKvthGuLVEJlq4gUMyAylfQERadPrhKOHTmB3Ces4RFEXNsgW8UClbZcEhxqPQIpHOord2k1ZsAH4YvYNJXN3EgWX4Ocw4LbIEvDQSJfADJtULWxSuj+BBUP4DaC6D0DkyFg6JKTVo/5brvXqzbo2zSi3af3/9bGgrW1Ar5kH4MXEzVHEHVf5CuYZC4fti9AoI/gXX8Eda5Tp9f9I4xWWsnOoc5zNMv1okjmKp/vzay3epNJ4+YmALdoWBPWTHksc5zTU1AekqYt7LcWTruTYTZQdmQHoB0GuXv/de8L8e7xrsuA8kPNtx3AZIOxp3APc7wvD6kvi+//DLh3nvPPfegWs1jf4dBGGxpOA+hlOXzgw7VBjEBnDKcs4jzDOZDOmjqD2SJQFGBx9JaSOcQ7xVO2RIJhf86AfB+Z3huHs7Ra2pra+ugtubTp0+jMLgC0e6/ftddd6EgzMO5iGwSaq4NITCdLczy6GzXAj8KnDIxAaM0AKeViwCtgbRSNgGUJwQyDaACngO4w6S/CXgb8KEvvvgiFUaw59y5c64mWXvnnXdmsijdYxjpdP6cXh6oS0g1Bb48zpFEzValA3663pcuXaoleSzFltBIlWhRmWx+v6yMcQJ4PU7A/Oyzz/qca0R33HEHrjlAEJa73rns24JqA0keTUGTjglIJpNOxsMPP6wLfiGkx53hxRbcewwXc1BAx0u4gGMNcP2nn36acq4juv322ytZ5K7UlhBo5LER3AvcTXU60wKgYbsyWTCi3LTV6wLvKesGrvrkk0/qneucCgoKHoJkHbxvYRAhMMij/zMbVzZRTMAvv/wycj4AoRv4Mk7oII4HkLp+vC6drwxt/FrgKeMBfKTe3t69UMFTgPG9B3WcQdMeBsvjhJJqnYGqjMrKSmr/tZxNWAi87o9i+1l5O6SPNjc3dzrjlPLz83HyC/aWpqk0gWZUUHZtJvxuUZmAtAYgtHycr/a6qIXz2DQI5OH1UDRjPIOPdOHChU6o+JmQXW+68JYS4vUB/bozvN5RGAImdwPZA3AC51RKrMAfyBHFGCRBnz4oe7ypqemgc4PQxYsX0YytuOWWW3BRaa3DWd0U1A/w/Z4KvBx4jcoExAitE6dzPStr3RR/QKQ5fOUJ4PsaGxtvGPC9dOnSJfyu+7ALa9MJFPx+lkU05YNBBDVdg0uwKc4eAWCZ83cC8jM+/PDDLucGpr6+Pvy+GWz/ASs9AMFvd7ax1ATEFOBjmLdSBraN3gBwHHhmQ0NDrzMB6PLly73MUYubOs3EiB/GJebyTEB6QogCnGrV6KAFR7AVeP4HH3ww4EwgunLlCn7vfACi1UQDqMb5PWUvm5qAB3HESXNomKz2GaOHv/DAgQNJZwJSf38/fvdC3J5G1iPQnf3jK5sGvx80MQHP69hxHWZ/2wN8//vvv3/BmcD0008/XWCaoEcUJ6C0eoUWeFbXBOBCzTKKJ2/YExgEXrRv374eJyLn6tWrWA+LAJRBy+o/rQUQUx0TsFwzRKzLK/bu3dseQf8nDQwMYH2sCOL0ibx9Vr6cagIKmf0nxe8pguC7vn/Pnj2bIshH088//4z1st+m+veUI6ZFFBOwLGj/XqIh0O4/HkEtJgDmcZ4/EED9e69VKk0ACoDN1u/jqrq6uv4IZjElk0msnypbwPs0wTKVCUBnYbLuMC5REA7v3r37vQhikhBgPTWrTAEFeB9NZt3C0SbAr/6DdPM4jF7/PyNotUzBU26vgAo8x+7zri3jmgAgnOJdKYrVB9QEb+zcubMrgpVOv/76K9bXGzrACwTJfw1D+9k8EzAXOE8GviEPAK+JIDXSAlhvA7yWTWztvMfiXM65PBNQrgLfUBi2v/vuu70RnPo0ODjYC0BtN3D2VNfLR5gAz04eRn17yb0p4A0RlIEI6y+la/MV1xf4fYACSEtDiP031dbWRrY/AP32229dAGCTrs1XrHHEaesFXh+gXCfooyEM2yIIrdC2ADZ/1D1eM+CagHLJ5ExTxrl9hyLsrDiDWI99EjApgPvLRwhAmQh4HV/Axwe3bt06GMEXnFKpFK4tOBgQcH95WdoEAE01nc8Xi8VEArA3gs4q7VWpfsHaCpEg4GrnoeXhOEKUw3u4yZYqbGo4Lk2KR5hZpcOsXjO9GIm0AYFycTErmoDJVLWu0Tto3bJly0CEmT36/fffkzh/UKfVE3yLkix3Xx+v5FjYaaslgiwUZxDrdbrm38guF6EAFFKAF5kEwcFPrRFcoVCrIdAiKsSlYUWqFi/zBwTXOiKsQqGOIKe1cQRmSAPkmYIv0ADY9Yuif+GYgC5Wv9kB1L6X8lAA8k3BFwhB94YNG1IRXPYJutwpINwBpNjSI/O5AhDQGUxEUIVKCRMBEGiFIQG4yX+Daf+fPacvwihUM2Czfm/KcgMLtjZZhudEY//hks2VVJlZ7tJvi5SMMApVA9gMsOVkXYvDFiO6fggFACUqJ6qKcaMBbD5uAH2AlE0fIKJxRSnUAGizcykePtWzjOo1VA2gpa0V2CVRALBbURDwQV4qiGAKVQDyLZ571JfFum0lFqTJvScvgilUytPxAxSY9boawMbD3OtFEUahaoAinQap0gA4JSzhPswSFz733HOZEVT2KZlMYr0WesGV7KpOoQRqgG6DVi4rx5EqjFWfjSCz3vqLHd9IoGyYnoBjNwpAwhBoWXlpJAChCECpv66p5ycJBCSBcwI7daZ7E83FtAiuUGgaT/WLACaYhk4MBCVk0UDKWb2c3+URVqFogOm8OqccqMW5d+Dmm29OuGsDOyw7gmUvvfRSFBCySFevXsX6LBO1cIoG8NEQ5u7KoFbLi0Kz3fODI7JGeHbwTSJADcxCq1cAWnR39yYIQUWEmVX1X2G6SYTgnhavABwL0uoF91dUV1dnR9AFp/7+fjysq0IGvIEGODYkAOwa7t/XYXl3kDzgBRF8Vgg3eczT2SqGYP97vBoA83ELrd6/WPSJCDsr6v8Jw91BRdfS6za9ewQ1qVo9RQv47plXU1NTHEFoTpcvX8aTwueJgKdoAI4wpE8Y9e4SdtgdGLK4S1gm8L8jGAO1fqy/TNmiUE1hQIwPj9AADOQk7ugRdJ9ADj+2bt26aI6AAV26dAnr7THqnsFEYTgEnBRtFl0fwk6hOcCrIjiNaBXOAKIcuq3hG4w4fTXma+lNOEHEZFs4hcA8+eqrr0a+gAZdvHgRbf+TsrMDDMxBr2v/eT7A0L5+8HN7AKdPFhncHMGqZftfB84Wga0yBwKtsN1hk4B5PsCIrd0C2HwRz924cWNlBK2afvzxx0rX89c5Qo4gCNv85bwDI7r8XUKqynfL/KmHazZt2pQbQSymH374AffuqeEB7gWXCrzHFCCmXf5niE4NWxPkJFAJ41GmtRHMUtWP9TNJdYScgQZYo3NoFEYF21WmgAq8776KzZs3Px1BPZq+//57rJcKXhg3oClo90b/qCeHvqLjA2j6B+u2bNlSFkH+J3333XdlAMo6ntq3cJroK6K4gOzgyP2oBaj2nqIdPGXYKzjw5ptvToqgd5yenh5U+Qcgmy07UdxQA7QD7xfFClSnh68Oelag6H5n+Fj6j9566638iQz++fPn8wGMRq/dV4EviwVwrq0W9QpUJsAdINof5LRQxfNLgBu2bt06IaePffvttzjDp8EZ3r6dDL7sQEkfyAdVW82rjo9H/hdkB2y2ft89eEB149tvvz2hlqh/8803OazlTzMFX6ENcKLvU7LgEMUEuIc9vqLb+inBJE8ezyo+un379gkxaPT111/jdx4FEGbJwOd1A2VdQ9896Pj1qIJDMSJI6yHpNGnpGlHFqVgp77zzzg29tjCRSBQx8KfKWrmJBvDkO4HXU3oI7pQwFUDpc/8s9ABk14uB23bs2HFDTiU7d+7cAqj4NrbESxtojeAQYjWoOnyaqwF4AsFSnDm81lT1y2YZ+cpwLmHDzp07a3bt2nVDTCrt6urKBq5hDl8eBXCTHgGjtWxTaVK8IEYFjKWrvVPIdU8VE2kMgUCsBD6ye/fukvEM/ldffVUCFX4EsitVtl3UYjU0wDHg1dQIodQJFJShKXgE0j5dLaACn6MJkKcDH6+rq6uur68fV72EM2fO5Jw9e7YasseBp5u0cKoQsDxO9Vrqqn6R2hdGAjWEoBvSR03B9wPNA95HGDVcBXxqz549D40H8E+fPo3vecoZntGTreqzmwgBRyDw2Plu3TBxxmuvvcYFUQYwy+OQ5UoV6DITQzEJnGsdbLSyfvHixdfVptSnTp2qZMJaqtsVVtWbAiP0zap498ryt956q5OxYcMGyj/gpbhbxS5IlwSJBQQYYsZVzWtREBYtWnTN9ic+efIkOq1LmM9SZDKplioQgrJ6ZpZTVODd32kBIEoZL0UvvdFdCBoUfGo8gXM0/UHgHTireeHChaFrhePHj+N0dzxqdxnwg2xwS0vD6YIvwAOnd89nvhkZeJduu+02J2Pjxo0UKZO9GM7w+cjdFMIgCmiqAXj39bO5DPFYLNY8b948ayeXtLW1lbIT1mcxzjVZUGtqCjh44Bj/34H7ZXjJhCItAAHAd1Mc0fvcPYAqCPhBhIHDF5jP0MF2QkmwE02HTMjs2bPTpqOlpSXPVeHABSwoVcLsOebzTWZH2fADOClO7ZqB3yfDTWUSUACyiHZG9UJY0SiNH7PKIjsiqt6BooegIhTMOYxHUTweN3q26EAN/wkr3t+qvEaKczbvxzoXPcf7brL/a9oNFKXYPZzpnUpGlX6dbqHIDIRNlIWXsuibbjdQkGLdzoQ0YfJ/uJFAamsndllw19HZzDlxVGFmkcqilFnSEFotnnKNOlZPGQX0lWOdzoa01xR47nCwDtBEpwbHoedj94wy0KSKCOoIQhgaQrXZgkoYdMCXPAvrcr57WITuXEHlcLCu00cQGjza7BEcRjbRAFSNQAXXVAh0zuY1BV/Q2r3pekixnz+oGRomvVtMV9Vr3I/98RXAC73LzoM4grIWb1sIxgp8iSnAOlsIKdZhynB8QG8wiKIBDPyCQ5C9F0cRKY6gDFwZ2DaFIEzwCS3e3b/nXlzKras1dFr/KA2go/5FLVRwfzdzDtfodgupZoFqGohbqIYGPsH+Yx3NxF6V7D2omkXlmMZM1T8PDMXfoUl4BruKkHaaaANbtj2MnoEJ+L6/72RdvGe8Kt9kjqBOj4SsAUyvce7BCSV/Ba6C/EBYXcSg5oIKtqkj5ikbgLSKqfwWaheRWqZ6j1gIAFPuQW2AI3lTIN0b1CSonMSwYgCU6wqQ8NunsOHcQcozVKZIVwhiKjVuMEihY0YwevgPSDG0eUy3ezjWYOsEhRRAHWPf/A93Egc1MKTj+FGEIGZhIEgJiMzPYPlmHNxgjmLTtRSCsOw+o2YWzcNvbTYIBVsVgrQGsAW+6cCSJx9nUcS/QbrfVAjCDgQZ/P1+yOM33Q9pPMizqCaAKgSxsMCntk6B2sdVyYsh/QvwC7hriY4QhCkUGi0e3/kF/AYow29pJ8YArJkAihDEwgRfVyNw8rif7X+B74Y8qs03nOGNDq0IgQ3Afff0sXecAfm72bv3UFoxpdWbtH7V32cFcfgoLcyCEKQdJ9zVHNL/AM9ijOP808MYD/CP7UvuO8ZGP+OMB3nP4T1PNfYvey/KXAPKd2XpevA27iWYANk9g8yZamblOa5A4FQtZ/jEsjybWsBTaX1sQkbcA/iACAQd0E2EQgU8RUiyKC02qGnQjS6qwPP9LQJwiLFLuUwQcBuaIiYQuBjTPc8wk/32VtYJFq104xQnmLlJMPuNNr3fUEuQQtDUVm8DeNcc/F+AAQBKd8HaIWdjwQAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  will-change: transform;
}
.jodit-filebrowser-files_active_true {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jodit-filebrowser-files::-webkit-scrollbar {
  width: calc(8px / 2);
}
.jodit-filebrowser-files::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.jodit-filebrowser-files::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.jodit-filebrowser-files_active_true {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: calc(8px / 2);
  overflow-y: auto;
}
.jodit-filebrowser-files__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 150px;
  height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dadada;
  margin: calc(8px / 2);
  font-size: 0;
  text-align: center;
  -webkit-transition: border 0.1s linear, bottom 0.1s linear;
  -o-transition: border 0.1s linear, bottom 0.1s linear;
  transition: border 0.1s linear, bottom 0.1s linear;
}
@media (max-width: 480px) {
  .jodit-filebrowser-files__item {
    width: calc(50% - 8px);
  }
}
.jodit-filebrowser-files__item img {
  max-width: 100%;
}
.jodit-filebrowser-files__item:hover {
  border-color: #433b5c;
}
.jodit-filebrowser-files__item_active_true {
  border-color: #1e88e5;
  background-color: #b5b5b5;
}
.jodit-filebrowser-files__item_active_true .jodit-filebrowser-files__item-info {
  background-color: #b5b5b5;
  color: white;
  text-shadow: none;
}
.jodit-filebrowser-files__item-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
  padding: 0.3em 0.6em;
  background-color: #e9e9e9;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.85;
  text-align: left;
  text-shadow: #eeeeee 0 1px 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  white-space: normal;
}
.jodit-filebrowser-files__item-info > span {
  display: block;
  overflow: hidden;
  font-size: 0.75em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.jodit-filebrowser-files__item-info > span.jodit-filebrowser-files__item-info-filename {
  font-size: 0.9em;
  font-weight: bold;
}
.jodit-filebrowser-files__item:hover:not(.jodit-filebrowser-files__item_active_true) .jodit-filebrowser-files__item-info {
  bottom: -100px;
}
.jodit-filebrowser-files_view_list {
  scroll-behavior: smooth;
}
.jodit-filebrowser-files_view_list a {
  display: block;
  width: 100%;
  height: 26px;
  border-width: 0 0 1px 0;
  margin: 0;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
}
.jodit-filebrowser-files_view_list a img {
  display: inline-block;
  min-width: 16px;
  max-width: 16px;
  margin-left: 4px;
  vertical-align: middle;
}
.jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info {
  position: static;
  display: inline-block;
  width: calc(100% - 20px);
  height: 100%;
  padding: 0;
  margin-left: 4px;
  background-color: transparent;
  font-size: 0;
  line-height: inherit;
  vertical-align: middle;
}
.jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info > span {
  display: inline-block;
  height: 100%;
  font-size: 12px;
}
.jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filename {
  width: 50%;
}
.jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filesize {
  width: 25%;
}
.jodit-filebrowser-files_view_list a .jodit-filebrowser-files__item-info-filechanged {
  width: 25%;
}
.jodit-filebrowser-files_view_list a:hover {
  background-color: #433b5c;
}
.jodit-filebrowser-files_view_list a:hover .jodit-filebrowser-files__item-info {
  color: #fff;
  text-shadow: none;
}
.jodit-filebrowser-files_view_list a::before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.jodit-filebrowser-tree {
  position: relative;
  display: none;
  height: 100%;
  vertical-align: top;
  overflow-anchor: auto;
}
.jodit-filebrowser-tree .jodit-button {
  border-radius: 0;
}
.jodit-filebrowser-tree_active_true {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jodit-filebrowser-tree_loading_true:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.jodit-filebrowser-tree_loading_true:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(48px / -2);
  margin-left: calc(48px / -2);
  content: '';
  opacity: 0.7;
  display: inline-block;
  width: 48px;
  height: 48px;
  -webkit-animation: rotate 2s ease-out 0s infinite;
          animation: rotate 2s ease-out 0s infinite;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAABRsSURBVHja7F1/aJfVGn/33RgUg8FiNfK2WCykyS7GLoYyUbwYipZMumgLo+iPS9HlXhSHkRXdislESxMz0mapuaFo2myjkfnNlTQ2FJdTu8NvLVcrdbpcfGvxrfs823m/vXt3fjznvOedzr0PPJzzPe+7d+97Ps95nuc851fGAw884CD98ccfI1Jqmc3UpEyQz4FkMqRTgYshn8fymZ57SyGbzf5mENIOz9+ngE9Atg/SLkhPQHoWeEDn3SmpSZlJnvf7ypUrTpb7IyMjY+gGN6WWmaY84l2T3c+u58D1csjOgvwsyBdBvsDRo2zgMl/ZNM59vcAJ4Dj8nzikLa5QmBLv28YCfPd3li7gPHBMwKdcEwhCJgN6FoLOWJtUgiWovALG04FXsbI44xbgw8AplbaU/Q+ZQNgGf0gA/JWhC1aQyle1eN91rPRKKKuEsjzZvSph0m2RiutpIYRrfZC8B+l7kB6jgq0CnQIy9X39v2NYQW5FeUFQlQVN/aALyiYBPw/5M5B+Dvw02vMggqcDukEl57F3xHf9H747+4bA5oD6dzqaYEgAqIDbBl9RhvZ4H/B5yL+IDp3oXhmwNkm3lTLn80VIz+O3QFqm2/rHwgeI6QDOa006LZ3Q4lHNNwK3AVeYAD4WgmHQUivYNzWyb7xufICYaavXVbuKZ6MXfwRVJ+TnXW+Am/oMnNaO3/Y5pPitcyh/a6LqtXwAt+J01LVFEzAJ0jpIj7JunJYd1wHchnBQHUSC3Uan8WPgPVgHlBiBCcAkH4Da2i2DjwGZlcy5W0K17zLwVb9NgaY4iJpawJs+BCnWwUo3SKXT4oOAP8IHCFsIfMCguj8JaQ2kOaaA227d10ALuIR1gHVxErjctPtHBd8btSR3A4MIgSePAZxqVPeQlthq7ZRuZVABCVkLuGkJpGgKsY4ybfUEVO84qhsoAzSgrUfHZ1UQVe99B6o2oMYdwg7latAq5iROGoueQExW6UE0gCe/ANIh9SZ6jqkWsN3STZ0rHWEgpkNmEvILxqQbSAXaAPxqSBswQkbpbpo6fGPR0m3GBYjBIIwqNjCTEAr4wkBQUA0AjKNrdZCu0okAqgQhTKCDhFxV91BNgsDuYx3WQZptG3xtDUCJEDKvthGuLVEJlq4gUMyAylfQERadPrhKOHTmB3Ces4RFEXNsgW8UClbZcEhxqPQIpHOord2k1ZsAH4YvYNJXN3EgWX4Ocw4LbIEvDQSJfADJtULWxSuj+BBUP4DaC6D0DkyFg6JKTVo/5brvXqzbo2zSi3af3/9bGgrW1Ar5kH4MXEzVHEHVf5CuYZC4fti9AoI/gXX8Eda5Tp9f9I4xWWsnOoc5zNMv1okjmKp/vzay3epNJ4+YmALdoWBPWTHksc5zTU1AekqYt7LcWTruTYTZQdmQHoB0GuXv/de8L8e7xrsuA8kPNtx3AZIOxp3APc7wvD6kvi+//DLh3nvPPfegWs1jf4dBGGxpOA+hlOXzgw7VBjEBnDKcs4jzDOZDOmjqD2SJQFGBx9JaSOcQ7xVO2RIJhf86AfB+Z3huHs7Ra2pra+ugtubTp0+jMLgC0e6/ftddd6EgzMO5iGwSaq4NITCdLczy6GzXAj8KnDIxAaM0AKeViwCtgbRSNgGUJwQyDaACngO4w6S/CXgb8KEvvvgiFUaw59y5c64mWXvnnXdmsijdYxjpdP6cXh6oS0g1Bb48zpFEzValA3663pcuXaoleSzFltBIlWhRmWx+v6yMcQJ4PU7A/Oyzz/qca0R33HEHrjlAEJa73rns24JqA0keTUGTjglIJpNOxsMPP6wLfiGkx53hxRbcewwXc1BAx0u4gGMNcP2nn36acq4juv322ytZ5K7UlhBo5LER3AvcTXU60wKgYbsyWTCi3LTV6wLvKesGrvrkk0/qneucCgoKHoJkHbxvYRAhMMij/zMbVzZRTMAvv/wycj4AoRv4Mk7oII4HkLp+vC6drwxt/FrgKeMBfKTe3t69UMFTgPG9B3WcQdMeBsvjhJJqnYGqjMrKSmr/tZxNWAi87o9i+1l5O6SPNjc3dzrjlPLz83HyC/aWpqk0gWZUUHZtJvxuUZmAtAYgtHycr/a6qIXz2DQI5OH1UDRjPIOPdOHChU6o+JmQXW+68JYS4vUB/bozvN5RGAImdwPZA3AC51RKrMAfyBHFGCRBnz4oe7ypqemgc4PQxYsX0YytuOWWW3BRaa3DWd0U1A/w/Z4KvBx4jcoExAitE6dzPStr3RR/QKQ5fOUJ4PsaGxtvGPC9dOnSJfyu+7ALa9MJFPx+lkU05YNBBDVdg0uwKc4eAWCZ83cC8jM+/PDDLucGpr6+Pvy+GWz/ASs9AMFvd7ax1ATEFOBjmLdSBraN3gBwHHhmQ0NDrzMB6PLly73MUYubOs3EiB/GJebyTEB6QogCnGrV6KAFR7AVeP4HH3ww4EwgunLlCn7vfACi1UQDqMb5PWUvm5qAB3HESXNomKz2GaOHv/DAgQNJZwJSf38/fvdC3J5G1iPQnf3jK5sGvx80MQHP69hxHWZ/2wN8//vvv3/BmcD0008/XWCaoEcUJ6C0eoUWeFbXBOBCzTKKJ2/YExgEXrRv374eJyLn6tWrWA+LAJRBy+o/rQUQUx0TsFwzRKzLK/bu3dseQf8nDQwMYH2sCOL0ibx9Vr6cagIKmf0nxe8pguC7vn/Pnj2bIshH088//4z1st+m+veUI6ZFFBOwLGj/XqIh0O4/HkEtJgDmcZ4/EED9e69VKk0ACoDN1u/jqrq6uv4IZjElk0msnypbwPs0wTKVCUBnYbLuMC5REA7v3r37vQhikhBgPTWrTAEFeB9NZt3C0SbAr/6DdPM4jF7/PyNotUzBU26vgAo8x+7zri3jmgAgnOJdKYrVB9QEb+zcubMrgpVOv/76K9bXGzrACwTJfw1D+9k8EzAXOE8GviEPAK+JIDXSAlhvA7yWTWztvMfiXM65PBNQrgLfUBi2v/vuu70RnPo0ODjYC0BtN3D2VNfLR5gAz04eRn17yb0p4A0RlIEI6y+la/MV1xf4fYACSEtDiP031dbWRrY/AP32229dAGCTrs1XrHHEaesFXh+gXCfooyEM2yIIrdC2ADZ/1D1eM+CagHLJ5ExTxrl9hyLsrDiDWI99EjApgPvLRwhAmQh4HV/Axwe3bt06GMEXnFKpFK4tOBgQcH95WdoEAE01nc8Xi8VEArA3gs4q7VWpfsHaCpEg4GrnoeXhOEKUw3u4yZYqbGo4Lk2KR5hZpcOsXjO9GIm0AYFycTErmoDJVLWu0Tto3bJly0CEmT36/fffkzh/UKfVE3yLkix3Xx+v5FjYaaslgiwUZxDrdbrm38guF6EAFFKAF5kEwcFPrRFcoVCrIdAiKsSlYUWqFi/zBwTXOiKsQqGOIKe1cQRmSAPkmYIv0ADY9Yuif+GYgC5Wv9kB1L6X8lAA8k3BFwhB94YNG1IRXPYJutwpINwBpNjSI/O5AhDQGUxEUIVKCRMBEGiFIQG4yX+Daf+fPacvwihUM2Czfm/KcgMLtjZZhudEY//hks2VVJlZ7tJvi5SMMApVA9gMsOVkXYvDFiO6fggFACUqJ6qKcaMBbD5uAH2AlE0fIKJxRSnUAGizcykePtWzjOo1VA2gpa0V2CVRALBbURDwQV4qiGAKVQDyLZ571JfFum0lFqTJvScvgilUytPxAxSY9boawMbD3OtFEUahaoAinQap0gA4JSzhPswSFz733HOZEVT2KZlMYr0WesGV7KpOoQRqgG6DVi4rx5EqjFWfjSCz3vqLHd9IoGyYnoBjNwpAwhBoWXlpJAChCECpv66p5ycJBCSBcwI7daZ7E83FtAiuUGgaT/WLACaYhk4MBCVk0UDKWb2c3+URVqFogOm8OqccqMW5d+Dmm29OuGsDOyw7gmUvvfRSFBCySFevXsX6LBO1cIoG8NEQ5u7KoFbLi0Kz3fODI7JGeHbwTSJADcxCq1cAWnR39yYIQUWEmVX1X2G6SYTgnhavABwL0uoF91dUV1dnR9AFp/7+fjysq0IGvIEGODYkAOwa7t/XYXl3kDzgBRF8Vgg3eczT2SqGYP97vBoA83ELrd6/WPSJCDsr6v8Jw91BRdfS6za9ewQ1qVo9RQv47plXU1NTHEFoTpcvX8aTwueJgKdoAI4wpE8Y9e4SdtgdGLK4S1gm8L8jGAO1fqy/TNmiUE1hQIwPj9AADOQk7ugRdJ9ADj+2bt26aI6AAV26dAnr7THqnsFEYTgEnBRtFl0fwk6hOcCrIjiNaBXOAKIcuq3hG4w4fTXma+lNOEHEZFs4hcA8+eqrr0a+gAZdvHgRbf+TsrMDDMxBr2v/eT7A0L5+8HN7AKdPFhncHMGqZftfB84Wga0yBwKtsN1hk4B5PsCIrd0C2HwRz924cWNlBK2afvzxx0rX89c5Qo4gCNv85bwDI7r8XUKqynfL/KmHazZt2pQbQSymH374AffuqeEB7gWXCrzHFCCmXf5niE4NWxPkJFAJ41GmtRHMUtWP9TNJdYScgQZYo3NoFEYF21WmgAq8776KzZs3Px1BPZq+//57rJcKXhg3oClo90b/qCeHvqLjA2j6B+u2bNlSFkH+J3333XdlAMo6ntq3cJroK6K4gOzgyP2oBaj2nqIdPGXYKzjw5ptvToqgd5yenh5U+Qcgmy07UdxQA7QD7xfFClSnh68Oelag6H5n+Fj6j9566638iQz++fPn8wGMRq/dV4EviwVwrq0W9QpUJsAdINof5LRQxfNLgBu2bt06IaePffvttzjDp8EZ3r6dDL7sQEkfyAdVW82rjo9H/hdkB2y2ft89eEB149tvvz2hlqh/8803OazlTzMFX6ENcKLvU7LgEMUEuIc9vqLb+inBJE8ezyo+un379gkxaPT111/jdx4FEGbJwOd1A2VdQ9896Pj1qIJDMSJI6yHpNGnpGlHFqVgp77zzzg29tjCRSBQx8KfKWrmJBvDkO4HXU3oI7pQwFUDpc/8s9ABk14uB23bs2HFDTiU7d+7cAqj4NrbESxtojeAQYjWoOnyaqwF4AsFSnDm81lT1y2YZ+cpwLmHDzp07a3bt2nVDTCrt6urKBq5hDl8eBXCTHgGjtWxTaVK8IEYFjKWrvVPIdU8VE2kMgUCsBD6ye/fukvEM/ldffVUCFX4EsitVtl3UYjU0wDHg1dQIodQJFJShKXgE0j5dLaACn6MJkKcDH6+rq6uur68fV72EM2fO5Jw9e7YasseBp5u0cKoQsDxO9Vrqqn6R2hdGAjWEoBvSR03B9wPNA95HGDVcBXxqz549D40H8E+fPo3vecoZntGTreqzmwgBRyDw2Plu3TBxxmuvvcYFUQYwy+OQ5UoV6DITQzEJnGsdbLSyfvHixdfVptSnTp2qZMJaqtsVVtWbAiP0zap498ryt956q5OxYcMGyj/gpbhbxS5IlwSJBQQYYsZVzWtREBYtWnTN9ic+efIkOq1LmM9SZDKplioQgrJ6ZpZTVODd32kBIEoZL0UvvdFdCBoUfGo8gXM0/UHgHTireeHChaFrhePHj+N0dzxqdxnwg2xwS0vD6YIvwAOnd89nvhkZeJduu+02J2Pjxo0UKZO9GM7w+cjdFMIgCmiqAXj39bO5DPFYLNY8b948ayeXtLW1lbIT1mcxzjVZUGtqCjh44Bj/34H7ZXjJhCItAAHAd1Mc0fvcPYAqCPhBhIHDF5jP0MF2QkmwE02HTMjs2bPTpqOlpSXPVeHABSwoVcLsOebzTWZH2fADOClO7ZqB3yfDTWUSUACyiHZG9UJY0SiNH7PKIjsiqt6BooegIhTMOYxHUTweN3q26EAN/wkr3t+qvEaKczbvxzoXPcf7brL/a9oNFKXYPZzpnUpGlX6dbqHIDIRNlIWXsuibbjdQkGLdzoQ0YfJ/uJFAamsndllw19HZzDlxVGFmkcqilFnSEFotnnKNOlZPGQX0lWOdzoa01xR47nCwDtBEpwbHoedj94wy0KSKCOoIQhgaQrXZgkoYdMCXPAvrcr57WITuXEHlcLCu00cQGjza7BEcRjbRAFSNQAXXVAh0zuY1BV/Q2r3pekixnz+oGRomvVtMV9Vr3I/98RXAC73LzoM4grIWb1sIxgp8iSnAOlsIKdZhynB8QG8wiKIBDPyCQ5C9F0cRKY6gDFwZ2DaFIEzwCS3e3b/nXlzKras1dFr/KA2go/5FLVRwfzdzDtfodgupZoFqGohbqIYGPsH+Yx3NxF6V7D2omkXlmMZM1T8PDMXfoUl4BruKkHaaaANbtj2MnoEJ+L6/72RdvGe8Kt9kjqBOj4SsAUyvce7BCSV/Ba6C/EBYXcSg5oIKtqkj5ikbgLSKqfwWaheRWqZ6j1gIAFPuQW2AI3lTIN0b1CSonMSwYgCU6wqQ8NunsOHcQcozVKZIVwhiKjVuMEihY0YwevgPSDG0eUy3ezjWYOsEhRRAHWPf/A93Egc1MKTj+FGEIGZhIEgJiMzPYPlmHNxgjmLTtRSCsOw+o2YWzcNvbTYIBVsVgrQGsAW+6cCSJx9nUcS/QbrfVAjCDgQZ/P1+yOM33Q9pPMizqCaAKgSxsMCntk6B2sdVyYsh/QvwC7hriY4QhCkUGi0e3/kF/AYow29pJ8YArJkAihDEwgRfVyNw8rif7X+B74Y8qs03nOGNDq0IgQ3Afff0sXecAfm72bv3UFoxpdWbtH7V32cFcfgoLcyCEKQdJ9zVHNL/AM9ijOP808MYD/CP7UvuO8ZGP+OMB3nP4T1PNfYvey/KXAPKd2XpevA27iWYANk9g8yZamblOa5A4FQtZ/jEsjybWsBTaX1sQkbcA/iACAQd0E2EQgU8RUiyKC02qGnQjS6qwPP9LQJwiLFLuUwQcBuaIiYQuBjTPc8wk/32VtYJFq104xQnmLlJMPuNNr3fUEuQQtDUVm8DeNcc/F+AAQBKd8HaIWdjwQAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  will-change: transform;
}
.jodit-filebrowser-tree::-webkit-scrollbar {
  width: calc(8px / 2);
}
.jodit-filebrowser-tree::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.jodit-filebrowser-tree::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.jodit-filebrowser-tree_active_true {
  z-index: 2;
  width: 31%;
  min-width: 200px;
  max-width: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #3f3f3f;
  overflow-y: auto;
}
@media (max-width: 480px) {
  .jodit-filebrowser-tree_active_true {
    width: auto;
    max-width: 100%;
    height: 100px;
  }
}
.jodit-filebrowser-tree_active_true::-webkit-scrollbar {
  width: calc(8px / 2);
}
.jodit-filebrowser-tree_active_true::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.jodit-filebrowser-tree_active_true::-webkit-scrollbar-thumb {
  background-color: rgba(127, 127, 127, 0.5);
  outline: 1px solid slategrey;
}
.jodit-filebrowser-tree__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(8px / 2) 8px;
  border-bottom: 1px solid #474747;
  color: #b1b1b1;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
  word-break: break-all;
}
.jodit-filebrowser-tree__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #b1b1b1;
}
.jodit-filebrowser-tree__item .jodit-icon_folder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(12px + 4px);
  height: calc(12px + 4px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: calc(8px / 2);
  opacity: 0.3;
}
.jodit-filebrowser-tree__item .jodit-icon_folder svg {
  width: 12px;
  height: 12px;
  fill: #b1b1b1 !important;
  stroke: #b1b1b1 !important;
}
.jodit-filebrowser-tree__item .jodit-icon_folder:hover {
  background: #696969;
}
.jodit-filebrowser-tree__item:hover {
  background-color: #ecebe9;
}
.jodit-filebrowser-tree__item:hover-title {
  color: #222222;
}
.jodit-filebrowser-tree__item:hover i.jodit-icon_folder {
  opacity: 0.6;
}
.jodit-filebrowser-tree__source-title {
  position: relative;
  display: block;
  padding: 2px 4px;
  border-bottom: 1px solid #484848;
  background: #5a5a5a;
  color: #969696;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-break: break-all;
}
a + .jodit-filebrowser-tree__source-title {
  margin-top: 8px;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-status-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 calc(8px / 2);
  background-color: #f9f9f9;
  border-radius: 0 0 3px 3px;
  color: rgba(0, 0, 0, 0.75);
  font-size: 11px;
  text-transform: uppercase;
}
.jodit-status-bar_resize-handle_true {
  padding-right: 14px;
}
.jodit-status-bar::before {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  content: '';
}
.jodit-status-bar .jodit-status-bar__item {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 0;
  margin: 0 8px 0 0;
  line-height: 1.57142857em;
}
.jodit-status-bar .jodit-status-bar__item {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-size: 11px;
}
.jodit-status-bar .jodit-status-bar__item > span {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-size: 11px;
}
.jodit-status-bar .jodit-status-bar__item.jodit-status-bar__item-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 8px;
}
.jodit-status-bar .jodit-status-bar__item a {
  border-radius: 3px;
  cursor: default;
  text-decoration: none;
}
.jodit-status-bar .jodit-status-bar__item a:hover {
  background-color: #dadada;
  text-decoration: none;
}
.jodit-status-bar a.jodit-status-bar-link {
  cursor: pointer;
}
.jodit-status-bar a.jodit-status-bar-link {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
}
.jodit-status-bar a.jodit-status-bar-link:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
}
.jodit-status-bar a.jodit-status-bar-link:visited {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
}
.jodit-status-bar a.jodit-status-bar-link:hover {
  text-decoration: underline;
}
.jodit-workplace + .jodit-status-bar:not(:empty) {
  border-top: 1px solid #dadada;
}
.jodit_disabled .jodit-status-bar {
  opacity: 0.4;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-drag-and-drop__file-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 25px 0;
  border: dashed 1px #dadada;
  margin: 8px 0;
  text-align: center;
}
.jodit_uploadfile_button {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 25px 0;
  border: dashed 1px #dadada;
  margin: 8px 0;
  text-align: center;
}
.jodit-drag-and-drop__file-box:hover {
  background-color: #ecebe9;
}
.jodit_uploadfile_button:hover {
  background-color: #ecebe9;
}
.jodit-drag-and-drop__file-box input,
.jodit_uploadfile_button input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 400px;
  opacity: 0;
}
@media (max-width: 768px) {
  .jodit-drag-and-drop__file-box {
    width: auto;
    min-width: 180px;
    max-width: 100%;
  }
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-about {
  padding: 20px;
}
.jodit-about a {
  color: #459ce7;
  text-decoration: none;
}
.jodit-about a:focus,
.jodit-about a:hover {
  color: #23527c;
  outline: 0;
  text-decoration: underline;
}
.jodit-about div {
  margin-bottom: calc(8px / 2);
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-add-new-line {
  position: fixed;
  z-index: 1;
  top: 0;
  display: block;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.jodit-add-new-line * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jodit-add-new-line::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #6b6b6b;
  content: '';
}
.jodit-add-new-line span {
  position: absolute;
  left: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #6b6b6b;
  background: rgba(236, 235, 233, 0.3);
  cursor: pointer;
}
.jodit-add-new-line span:hover {
  background: #ecebe9;
}
.jodit-add-new-line_after span {
  bottom: 0;
}
.jodit-add-new-line svg {
  width: 16px;
  fill: #6b6b6b;
}
.jodit-source__mode .jodit-add-new-line {
  display: none !important;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-color-picker {
  margin: 0;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-color-picker__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(24px * 10);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(8px / 2);
  white-space: normal;
}
.jodit-color-picker__color-item {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.jodit-color-picker__color-item:hover {
  border-color: #000;
}
.jodit-color-picker__color-item_active_true {
  border: 2px solid #1e88e5;
}
.jodit-color-picker__color-item:active {
  border: 2px solid #1e88e5;
}
.jodit-color-picker__native svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.jodit-color-picker__native input {
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jodit-color-picker__native input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}
.jodit-color-picker__native input input[type='color']::-webkit-color-swatch {
  border: none;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-tabs {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 14px;
}
.jodit-tabs .jodit-tabs__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
  margin-bottom: calc(8px / 2);
  line-height: 18px;
}
.jodit-tabs .jodit-tabs__buttons > * {
  margin-left: calc(8px / 2);
  cursor: pointer;
}
.jodit-tabs .jodit-tabs__buttons > *:only-of-type {
  width: 100%;
}
.jodit-tabs .jodit-tabs__buttons > *:first-child {
  margin-left: 0;
}
@media (max-width: 480px) {
  .jodit-tabs .jodit-tabs__buttons {
    display: block;
  }
  .jodit-tabs .jodit-tabs__buttons > * {
    width: 100%;
    margin-left: 0;
  }
}
.jodit-tabs__button {
  min-width: 80px;
}
.jodit-tabs__button_columns_3 {
  width: calc(100% / 3);
}
.jodit-tabs__button_columns_2 {
  width: 50%;
}
.jodit-tabs .jodit-tabs__wrapper .jodit-tab {
  display: none;
}
.jodit-tabs .jodit-tabs__wrapper .jodit-tab.jodit-tab_active {
  display: block;
}
.jodit-tabs .jodit-tabs__wrapper .jodit-tab.jodit-tab_empty {
  min-width: 220px;
  min-height: 100px;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit_fullsize-box_true {
  position: static !important;
  z-index: 100000 !important;
  overflow: visible !important;
}
html.jodit_fullsize-box_true,
body.jodit_fullsize-box_true {
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
html.jodit_fullsize-box_true {
  position: fixed !important;
}
.jodit_fullsize {
  position: absolute;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none !important;
}
.jodit_fullsize .toolbar {
  width: 100% !important;
}
.jodit_fullsize .jodit_editor,
.jodit_fullsize .jodit__area {
  height: 100%;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-properties__unlock > svg,
.jodit-properties__lock > svg {
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: 14px;
  fill: #222;
  font-size: 8px;
  font-style: normal;
  line-height: 14px;
  -webkit-transform-origin: 0 0 !important;
      -ms-transform-origin: 0 0 !important;
          transform-origin: 0 0 !important;
  vertical-align: middle;
}
.jodit-properties .jodit-properties_view_box {
  padding: 8px;
}
.jodit-properties .jodit-properties_view_box .jodit-properties_image_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 0 8px;
  background-color: #f6f6f6;
}
.jodit-properties .jodit-properties_view_box .jodit-properties_image_view img {
  max-width: 100%;
  max-height: 100%;
}
.jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group {
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}
.jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group a {
  display: inline-block;
  cursor: pointer;
}
.jodit-properties .jodit-properties_view_box .jodit-properties_image_sizes.jodit-form__group .jodit-input {
  width: calc(50% - 8px) !important;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-popup-inline__container {
  z-index: 1300;
  min-width: 700px;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-paste-storage {
  max-width: 600px;
  padding: 8px;
}
@media (max-width: 768px) {
  .jodit-paste-storage {
    max-width: 100%;
  }
}
.jodit-paste-storage > div {
  max-width: 100%;
  max-height: 300px;
  border: 1px solid #dadada;
}
.jodit-paste-storage > div:first-child {
  margin-bottom: 8px;
}
.jodit-paste-storage > div:first-child a {
  display: block;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(8px / 2);
  border: 1px solid transparent;
  margin: 0;
  color: #4c4c4c;
  outline: none;
  text-decoration: none;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: pre;
}
.jodit-paste-storage > div:first-child a.jodit_active {
  background-color: #575757;
  color: #fff;
}
.jodit-paste-storage > div:first-child a:focus {
  outline: none;
}
.jodit-paste-storage > div:last-child {
  overflow: auto;
  padding: 8px;
}
.jodit-paste-storage > div:last-child ul,
.jodit-paste-storage > div:last-child li {
  margin: 0;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-placeholder {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 8px;
  color: #a5a5a5;
  pointer-events: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.jodit__preview-box table {
  max-width: 100%;
  border: none;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  empty-cells: show;
}
.jodit__preview-box table tr {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit__preview-box table tr th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #dadada;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  vertical-align: middle;
  /**
			// In some circumstances, because of this rule,
			// the borders of the table are not shown - you need to find out under what
			&[style*='border'] {
				border-style: double !important;
			}
			*/
}
.jodit__preview-box table tr td {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #dadada;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  vertical-align: middle;
  /**
			// In some circumstances, because of this rule,
			// the borders of the table are not shown - you need to find out under what
			&[style*='border'] {
				border-style: double !important;
			}
			*/
}

.jodit-table-resizer {
  position: absolute;
  z-index: 3;
  padding-right: calc(8px / 2);
  padding-left: calc(8px / 2);
  margin-left: calc(8px / -2);
  cursor: col-resize;
}
.jodit-table-resizer::after {
  display: block;
  width: 0;
  height: 100%;
  border: 0;
  content: '';
}
.jodit-table-resizer_moved {
  z-index: 2;
  background-color: #b5d6fd;
}
.jodit-table-resizer_moved::after {
  border-right: 1px solid #dadada moved;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
[data-jodit_iframe_wrapper] {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[data-jodit_iframe_wrapper] iframe {
  position: relative;
}
[data-jodit_iframe_wrapper]::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0);
  content: '';
  cursor: pointer;
}
[data-jodit_iframe_wrapper][data-jodit-wrapper_active='true'] iframe {
  z-index: 2;
}
.jodit_lock [data-jodit-wrapper_active='true'] iframe {
  z-index: 1;
}
.jodit-resizer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  outline: 3px solid #98c1f1;
  pointer-events: none;
}
.jodit-resizer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jodit-resizer > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  overflow: visible;
  width: 70px;
  height: 24px;
  margin-top: calc(24px / -2);
  margin-left: calc(70px / -2);
  background-color: #a5a5a5;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.jodit-resizer > div {
  position: absolute;
  z-index: 4;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #5ba4f3;
  pointer-events: all;
}
.jodit-resizer > div:hover {
  background-color: #537ebb;
}
.jodit-resizer > div:nth-child(1) {
  top: calc(10px / -2);
  left: calc(10px / -2);
  cursor: nwse-resize;
}
.jodit-resizer > div:nth-child(2) {
  top: calc(10px / -2);
  right: calc(10px / -2);
  cursor: nesw-resize;
}
.jodit-resizer > div:nth-child(3) {
  right: calc(10px / -2);
  bottom: calc(10px / -2);
  cursor: nwse-resize;
}
.jodit-resizer > div:nth-child(4) {
  bottom: calc(10px / -2);
  left: calc(10px / -2);
  cursor: nesw-resize;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-ui-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
}
.jodit-ui-search_sticky_true {
  position: fixed;
}
.jodit-ui-search__box {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  max-width: 100vw;
  padding: calc(8px / 2);
  border: solid #dadada;
  border-width: 0 0 1px 1px;
  background-color: #f9f9f9;
}
.jodit-ui-search__box input {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  border: 0;
  margin: 0;
  background-color: transparent;
  outline: none;
}
.jodit-ui-search__box input[data-ref='replace'] {
  display: none;
}
.jodit-ui-search__box input:not(:focus) + input:not(:focus) {
  border-top: 1px solid #dadada;
}
.jodit-ui-search__buttons {
  height: 30px;
}
.jodit-ui-search__counts {
  height: 30px;
}
.jodit-ui-search__inputs {
  height: 30px;
}
.jodit-ui-search__inputs {
  width: 60%;
  padding-right: calc(8px / 2);
}
.jodit-ui-search__counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #dadada;
  color: #dadada;
}
.jodit-ui-search__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.jodit-ui-search__buttons button {
  width: 32%;
  height: 100%;
  border: 1px solid transparent;
  margin-right: 1%;
  background-color: transparent;
}
.jodit-ui-search__buttons button[data-ref='replace-btn'] {
  display: none;
  width: 100%;
  border: 1px solid #dadada;
  margin-top: 2px;
}
.jodit-ui-search__buttons button:hover {
  background-color: #ecebe9;
}
.jodit-ui-search__buttons button:focus {
  border: 1px solid rgba(181, 214, 253, 0.995);
}
.jodit-ui-search__buttons button:active {
  border: 1px solid #b5d6fd;
  -webkit-transform: scale(0.95, 0.95);
      -ms-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}
.jodit-ui-search_empty-query_true [data-ref='next'],
.jodit-ui-search_empty-query_true [data-ref='prev'] {
  opacity: 0.5;
}
.jodit-ui-search_replace_true .jodit-ui-search__counts {
  height: calc(30px * 2);
}
.jodit-ui-search_replace_true .jodit-ui-search__inputs {
  height: calc(30px * 2);
}
.jodit-ui-search_replace_true .jodit-ui-search__counts input {
  height: 50%;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.jodit-ui-search_replace_true .jodit-ui-search__inputs input {
  height: 50%;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.jodit-ui-search_replace_true .jodit-ui-search__counts input:focus {
  -webkit-box-shadow: inset 0 0 3px 0 #dadada;
          box-shadow: inset 0 0 3px 0 #dadada;
}
.jodit-ui-search_replace_true .jodit-ui-search__inputs input:focus {
  -webkit-box-shadow: inset 0 0 3px 0 #dadada;
          box-shadow: inset 0 0 3px 0 #dadada;
}
.jodit-ui-search_replace_true .jodit-ui-search__counts input[data-ref='replace'],
.jodit-ui-search_replace_true .jodit-ui-search__inputs input[data-ref='replace'] {
  display: block;
}
.jodit-ui-search_replace_true .jodit-ui-search__buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jodit-ui-search_replace_true .jodit-ui-search__buttons button[data-ref='replace-btn'] {
  display: block;
}
[jd-tmp-selection] {
  background-color: aquamarine;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-container:not(.jodit_inline) {
  min-height: 100px;
}
.jodit-container:not(.jodit_inline) .jodit-workplace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jodit-container:not(.jodit_inline) .jodit-editor__resize {
  position: relative;
}
.jodit-container:not(.jodit_inline) .jodit-editor__resize svg {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  cursor: nwse-resize;
  fill: #a5a5a5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-source {
  position: relative;
  display: none;
  overflow: auto;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background-color: #323232;
}
.jodit-source .jodit-source__mirror-fake {
  min-height: 100%;
}
.jodit-source * {
  font: 12px / normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
.jodit-container.jodit-source__mode .jodit-wysiwyg,
.jodit-container.jodit-source__mode .jodit-wysiwyg_iframe {
  display: none !important;
}
.jodit-container.jodit-source__mode .jodit-source {
  display: block !important;
}
.jodit-container.jodit_split_mode .jodit-workplace {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.jodit-container.jodit_split_mode .jodit-wysiwyg,
.jodit-container.jodit_split_mode .jodit-wysiwyg_iframe,
.jodit-container.jodit_split_mode .jodit-source {
  display: block !important;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jodit-source__mirror {
  z-index: 2;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  border: 0;
  margin: 0;
  background: #323232;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #f0f0f0;
  line-height: 1.5;
  outline: none;
  resize: none;
  -moz-tab-size: 2em;
    -o-tab-size: 2em;
       tab-size: 2em;
  font: 12px / normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
  white-space: pre-wrap;
}
.jodit-source__mirror::-moz-selection {
  background: #bdbdbd;
}
.jodit-source__mirror::selection {
  background: #bdbdbd;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit_sticky-dummy_toolbar {
  display: none;
}
.jodit_sticky > .jodit-toolbar__box {
  position: fixed;
  position: sticky;
  z-index: 3;
  top: 0;
  left: auto;
  border-bottom: 1px solid #dadada;
}
.jodit_sticky .jodit_sticky-dummy_toolbar {
  display: block;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-symbols {
  width: 460px;
  padding: 8px;
}
.jodit-symbols__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jodit-symbols__container_table {
  width: 88%;
}
.jodit-symbols__container_preview {
  width: 12%;
}
.jodit-symbols__preview {
  padding: 20px 0;
  border: 1px solid #dadada;
  font-size: 34px;
  text-align: center;
}
.jodit-symbols__table {
  border: 0;
  border-spacing: 0;
  table-layout: fixed;
}
.jodit-symbols__table td {
  padding: 0;
}
.jodit-symbols__table td a {
  display: inline-block;
  width: calc(18px * 1.2);
  height: calc(18px * 1.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  color: #4c4c4c;
  cursor: pointer;
  font-size: 16px;
  line-height: calc(18px * 1.2);
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.jodit-symbols__table td a:hover {
  outline: 2px solid #dadada;
}
.jodit-symbols__table td a:focus {
  outline: 2px solid #dadada;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-context table,
.jodit-wysiwyg table {
  max-width: 100%;
  border: none;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  empty-cells: show;
}
.jodit-context table tr,
.jodit-wysiwyg table tr {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jodit-context table tr th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #dadada;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  vertical-align: middle;
  /**
			// In some circumstances, because of this rule,
			// the borders of the table are not shown - you need to find out under what
			&[style*='border'] {
				border-style: double !important;
			}
			*/
}
.jodit-wysiwyg table tr th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #dadada;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  vertical-align: middle;
  /**
			// In some circumstances, because of this rule,
			// the borders of the table are not shown - you need to find out under what
			&[style*='border'] {
				border-style: double !important;
			}
			*/
}
.jodit-context table tr td {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #dadada;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  vertical-align: middle;
  /**
			// In some circumstances, because of this rule,
			// the borders of the table are not shown - you need to find out under what
			&[style*='border'] {
				border-style: double !important;
			}
			*/
}
.jodit-wysiwyg table tr td {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid #dadada;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  vertical-align: middle;
  /**
			// In some circumstances, because of this rule,
			// the borders of the table are not shown - you need to find out under what
			&[style*='border'] {
				border-style: double !important;
			}
			*/
}
.jodit-form__inserter .jodit-form__table-creator-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .jodit-form__inserter .jodit-form__table-creator-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container {
  min-width: 180px;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dadada;
  margin-bottom: 2px;
  margin-left: 2px;
  vertical-align: top;
}
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span:first-child {
  margin-left: 0;
}
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__container > div > span.jodit_hovered {
  border-color: #7a450f;
  background: #7a450f;
}
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options {
  font-size: 14px;
}
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options label {
  padding-top: 0;
  text-align: left;
}
.jodit-form__inserter .jodit-form__table-creator-box .jodit-form__options label input {
  margin-right: 8px;
}
.jodit-form__inserter label {
  padding: 8px;
  margin: 0;
  font-size: 14px;
  text-align: center;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-xpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(8px / -2);
}
.jodit-xpath__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 11px;
  line-height: calc(11px - 1px);
}
.jodit-xpath__item a {
  padding: 0 3px;
  margin-left: 2px;
  color: #4c4c4c;
  font-size: 11px;
  outline: 0;
}

/*!
 * Jodit Editor (https://xdsoft.net/jodit/)
 * Released under MIT see LICENSE.txt in the project root for license information.
 * Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
 */
.jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
  background-image: repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
}
.jodit_theme_dark .jodit-toolbar-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
  background-image: repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
}
.jodit-dialog_theme_dark .jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
  background-image: repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
}
.jodit_theme_dark .jodit-toolbar-editor-collection_mode_horizontal {
  background-image: -o-repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
  background-image: repeating-linear-gradient(transparent 0, transparent calc(calc(14px + calc((14px - 4px) * 2) + 2px * 2) - 1px), #6b6b6b calc(14px + calc((14px - 4px) * 2) + 2px * 2));
}
.jodit-dialog_theme_dark .jodit-toolbar-collection_mode_horizontal:after {
  background-color: #6b6b6b;
}
.jodit_theme_dark .jodit-toolbar-collection_mode_horizontal:after {
  background-color: #6b6b6b;
}
.jodit-dialog_theme_dark .jodit-toolbar-editor-collection_mode_horizontal:after {
  background-color: #6b6b6b;
}
.jodit_theme_dark .jodit-toolbar-editor-collection_mode_horizontal:after {
  background-color: #6b6b6b;
}
.jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty) {
  border-color: #6b6b6b;
}
.jodit_theme_dark .jodit-toolbar__box:not(:empty) {
  border-color: #6b6b6b;
}
.jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection:after {
  background-color: #6b6b6b;
}
.jodit_theme_dark .jodit-toolbar__box:not(:empty) .jodit-toolbar-editor-collection:after {
  background-color: #6b6b6b;
}
.jodit-dialog_theme_dark .jodit-ui-group_separated_true:not(:last-child):not(.jodit-ui-group_before-spacer_true):after {
  border-right-color: #6b6b6b;
}
.jodit_theme_dark .jodit-ui-group_separated_true:not(:last-child):not(.jodit-ui-group_before-spacer_true):after {
  border-right-color: #6b6b6b;
}
.jodit-dialog_theme_dark.jodit-container {
  border-color: #6b6b6b;
  background-color: #575757;
}
.jodit_theme_dark.jodit-container {
  border-color: #6b6b6b;
  background-color: #575757;
}
.jodit-dialog_theme_dark.jodit-container.jodit_disabled {
  background-color: #575757;
}
.jodit_theme_dark.jodit-container.jodit_disabled {
  background-color: #575757;
}
.jodit-dialog_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace {
  border-color: #575757;
}
.jodit_theme_dark.jodit-container:not(.jodit_inline) .jodit-workplace {
  border-color: #575757;
}
.jodit-dialog_theme_dark .jodit-popup__content {
  background: #787878;
}
.jodit_theme_dark .jodit-popup__content {
  background: #787878;
}
.jodit-dialog_theme_dark .jodit-ui-button__text {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-ui-button__text {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-toolbar-button__text {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-toolbar-button__text {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-ui-button:hover:not([disabled]) {
  background-color: #787878;
}
.jodit_theme_dark .jodit-ui-button:hover:not([disabled]) {
  background-color: #787878;
}
.jodit-dialog_theme_dark .jodit-toolbar-button:hover:not([disabled]) {
  background-color: #787878;
}
.jodit_theme_dark .jodit-toolbar-button:hover:not([disabled]) {
  background-color: #787878;
}
.jodit-dialog_theme_dark .jodit-ui-button__button:hover:not([disabled]) {
  background-color: #787878;
}
.jodit_theme_dark .jodit-ui-button__button:hover:not([disabled]) {
  background-color: #787878;
}
.jodit-dialog_theme_dark .jodit-toolbar-button__button:hover:not([disabled]) {
  background-color: #787878;
}
.jodit_theme_dark .jodit-toolbar-button__button:hover:not([disabled]) {
  background-color: #787878;
}
.jodit-dialog_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
  background-color: #787878;
}
.jodit_theme_dark .jodit-ui-button__trigger:hover:not([disabled]) {
  background-color: #787878;
}
.jodit-dialog_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
  background-color: #787878;
}
.jodit_theme_dark .jodit-toolbar-button__trigger:hover:not([disabled]) {
  background-color: #787878;
}
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) {
  border-color: #6b6b6b;
  background-color: #5f5c5c;
  color: #d1cccc;
}
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) {
  border-color: #6b6b6b;
  background-color: #5f5c5c;
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-status-bar {
  border-color: #6b6b6b;
  background-color: #5f5c5c;
  color: #d1cccc;
}
.jodit_theme_dark .jodit-status-bar {
  border-color: #6b6b6b;
  background-color: #5f5c5c;
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:hover {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:hover {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) a.jodit-status-bar-link:visited {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-status-bar a.jodit-status-bar-link:visited {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-status-bar {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-status-bar {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item a {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item a {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item a {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item a {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item span {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-workplace + .jodit-status-bar:not(:empty) .jodit-status-bar__item span {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-status-bar .jodit-status-bar__item span {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-status-bar .jodit-status-bar__item span {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-toolbar__box:not(:empty) {
  background: #5f5c5c;
}
.jodit_theme_dark .jodit-toolbar__box:not(:empty) {
  background: #5f5c5c;
}
.jodit-dialog_theme_dark .jodit__upload-button svg {
  fill: #c0c0c0;
  stroke: #c0c0c0;
}
.jodit_theme_dark .jodit__upload-button svg {
  fill: #c0c0c0;
  stroke: #c0c0c0;
}
.jodit-dialog_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger {
  fill: #c0c0c0;
  stroke: #c0c0c0;
}
.jodit_theme_dark .jodit-toolbar-button .jodit-toolbar-button__trigger {
  fill: #c0c0c0;
  stroke: #c0c0c0;
}
.jodit-dialog_theme_dark .jodit-icon {
  fill: #c0c0c0;
  stroke: #c0c0c0;
}
.jodit_theme_dark .jodit-icon {
  fill: #c0c0c0;
  stroke: #c0c0c0;
}
.jodit-dialog_theme_dark .jodit-icon-close {
  stroke: #c0c0c0;
}
.jodit_theme_dark .jodit-icon-close {
  stroke: #c0c0c0;
}
.jodit-dialog_theme_dark .jodit-wysiwyg_iframe {
  background-color: #575757;
  color: #d1cccc;
}
.jodit_theme_dark .jodit-wysiwyg_iframe {
  background-color: #575757;
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-wysiwyg {
  background-color: #575757;
  color: #d1cccc;
}
.jodit_theme_dark .jodit-wysiwyg {
  background-color: #575757;
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-form textarea {
  border-color: #686767;
  background-color: rgba(81, 81, 81, 0.41);
  color: #d1cccc;
}
.jodit_theme_dark .jodit-form textarea {
  border-color: #686767;
  background-color: rgba(81, 81, 81, 0.41);
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-form input[type='url'] {
  border-color: #686767;
  background-color: rgba(81, 81, 81, 0.41);
  color: #d1cccc;
}
.jodit_theme_dark .jodit-form input[type='url'] {
  border-color: #686767;
  background-color: rgba(81, 81, 81, 0.41);
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-form input[type='text'] {
  border-color: #686767;
  background-color: rgba(81, 81, 81, 0.41);
  color: #d1cccc;
}
.jodit_theme_dark .jodit-form input[type='text'] {
  border-color: #686767;
  background-color: rgba(81, 81, 81, 0.41);
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-form button {
  background-color: rgba(104, 103, 103, 0.75);
  color: #d1cccc;
}
.jodit_theme_dark .jodit-form button {
  background-color: rgba(104, 103, 103, 0.75);
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-placeholder {
  color: rgba(209, 204, 204, 0.8);
}
.jodit_theme_dark .jodit-placeholder {
  color: rgba(209, 204, 204, 0.8);
}
.jodit-dialog_theme_dark .jodit-drag-and-drop__file-box {
  color: #d1cccc;
}
.jodit_theme_dark .jodit-drag-and-drop__file-box {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit_uploadfile_button {
  color: #d1cccc;
}
.jodit_theme_dark .jodit_uploadfile_button {
  color: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-drag-and-drop__file-box:hover {
  background-color: rgba(104, 103, 103, 0.75);
}
.jodit_theme_dark .jodit-drag-and-drop__file-box:hover {
  background-color: rgba(104, 103, 103, 0.75);
}
.jodit-dialog_theme_dark .jodit_uploadfile_button:hover {
  background-color: rgba(104, 103, 103, 0.75);
}
.jodit_theme_dark .jodit_uploadfile_button:hover {
  background-color: rgba(104, 103, 103, 0.75);
}
.jodit-dialog_theme_dark .jodit-add-new-line::before {
  border-top-color: #686767;
}
.jodit_theme_dark .jodit-add-new-line::before {
  border-top-color: #686767;
}
.jodit-dialog_theme_dark .jodit-add-new-line span {
  border-color: #686767;
  background: rgba(104, 103, 103, 0.75);
}
.jodit_theme_dark .jodit-add-new-line span {
  border-color: #686767;
  background: rgba(104, 103, 103, 0.75);
}
.jodit-dialog_theme_dark .jodit-add-new-line span svg {
  fill: #d1cccc;
}
.jodit_theme_dark .jodit-add-new-line span svg {
  fill: #d1cccc;
}
.jodit-dialog_theme_dark .jodit-resizer > i {
  border-color: #c0c0c0;
  background: rgba(104, 103, 103, 0.75);
}
.jodit_theme_dark .jodit-resizer > i {
  border-color: #c0c0c0;
  background: rgba(104, 103, 103, 0.75);
}
.jodit-dialog_theme_dark .jodit-select {
  border-color: #444;
  background-color: #787878;
  color: #444;
}
.jodit_theme_dark .jodit-select {
  border-color: #444;
  background-color: #787878;
  color: #444;
}
.jodit-dialog_theme_dark .jodit-input {
  border-color: #444;
  background-color: #787878;
  color: #444;
}
.jodit_theme_dark .jodit-input {
  border-color: #444;
  background-color: #787878;
  color: #444;
}
.jodit-dialog_theme_dark.jodit-dialog {
  background-color: #575757;
}
.jodit_theme_dark.jodit-dialog {
  background-color: #575757;
}
.jodit-dialog_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item {
  border-color: #444;
}
.jodit_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item {
  border-color: #444;
}
.jodit-dialog_theme_dark.jodit-dialog .jodit-dialog__header {
  border-color: #444;
}
.jodit_theme_dark.jodit-dialog .jodit-dialog__header {
  border-color: #444;
}
.jodit-dialog_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info {
  background-color: #d1cccc;
}
.jodit_theme_dark.jodit-dialog .jodit-filebrowser__files.active .jodit-filebrowser__files-item-info {
  background-color: #d1cccc;
}

.jodit-workplace {
  background-color: unset !important;
}
.jodit-container {
  border-radius: 5px !important;
  overflow: hidden;
  background-color: var(--v-bg-dark) !important;
}
.jodit-toolbar__box {
  background-color: var(--v-primary-base) !important;
  border-bottom: none !important;
}
.jodit-container:not(.jodit_inline) {
  border: none;
}
.jodit-toolbar-editor-collection_mode_horizontal:after {
  background-color: var(--v-primary-base);
}
.jodit-ui-group {
  border-bottom: none !important;
}
.jodit-toolbar-editor-collection_mode_horizontal:after {
  height: 0px !important;
}
.jodit-popup__content {
  background-color: var(--v-bg-black) !important;
  color: var(--v-primary-white) !important;
  border-radius: 10px !important;
}
.jodit-icon {
  fill: var(--v-bg-dark);
}
.jodit-toolbar-button__text {
  color: var(--v-primary-white);
}
.jodit-ui-checkbox__label {
  color: var(--v-primary-darken4);
}
.jodit-toolbar-button__text:not(:empty) {
  font-family: unset !important;
}
.jodit-toolbar-button__button:active:not([disabled]) {
  background-color: var(--v-primary-darken4) !important;
}
.jodit-toolbar-button__button:hover:not([disabled]) {
  background-color: var(--v-primary-darken4) !important;
}
.jodit-toolbar-button_with-trigger_true:hover:not([disabled]) {
  border-color: var(--v-primary-darken4) !important;
}
.jodit-toolbar-button__trigger {
  fill: var(--v-primary-darken4);
  opacity: unset;
}
.jodit-toolbar-button__trigger:hover:not([disabled]) {
  background-color: var(--v-primary-darken4) !important;
}
.jodit-toolbar-editor-collection_size_small.jodit-toolbar-editor-collection_mode_horizontal {
  background-image: unset !important;
}.backBox[data-v-dc194881] {
  position: fixed;
  top: 0px;
  max-width: 100%;
  min-width: 100%;
  z-index: 0;
}
.page[data-v-dc194881] {
  z-index: 1;
}.monthField[data-v-17ce303b] {
  min-width: 72px !important;
}
.dayField[data-v-17ce303b] {
  min-width: 72px !important;
}
.yearField[data-v-17ce303b] {
  min-width: 84px !important;
}.iconSpot[data-v-67db3cd2] {
  width: 20px;
}/**
 * easymde v2.18.0
 * Copyright Jeroen Akkerman
 * @link https://github.com/ionaru/easy-markdown-editor
 * @license MIT
 */
.CodeMirror {
	font-family: monospace;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid var(--v-bg-white50);
	direction: ltr;
}

.CodeMirror-lines {
	padding: 8px 0;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
	padding: 0 4px;
}
.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
	/* background-color: #fff; */
}
.CodeMirror-gutters {
	/* border-right: 1px solid #ddd;
	background-color: #f7f7f7;
	white-space: nowrap; */
}
.CodeMirror-linenumber {
	/* padding: 0 3px 0 5px;
	min-width: 20px;
	text-align: right;
	color: #999;
	white-space: nowrap; */
}
.CodeMirror-guttermarker {
	/* color: #fff; */
}
.CodeMirror-guttermarker-subtle {
	/* color: #999; */
}
.CodeMirror-cursor {
	border-left: 1px solid #fff;
	border-right: none;
	width: 0;
}
.CodeMirror div.CodeMirror-secondarycursor {
	/* border-left: 1px solid silver; */
}
.cm-fat-cursor .CodeMirror-cursor {
	width: auto;
	border: 0 !important;
	background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
	z-index: 1;
}
.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection,
.cm-fat-cursor .CodeMirror-line > span > span::selection {
	background: 0 0;
}
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
	background: 0 0;
}
/* .cm-fat-cursor {
	caret-color: transparent;
} */
/* @-moz-keyframes blink {
	50% {
		background-color: transparent;
	}
}
@-webkit-keyframes blink {
	50% {
		background-color: transparent;
	}
}
@keyframes blink {
	50% {
		background-color: transparent;
	}
} */
/* .cm-tab {
	display: inline-block;
	text-decoration: inherit;
} */
/* .CodeMirror-rulers {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	bottom: 0;
	overflow: hidden;
} */
.CodeMirror-ruler {
	border-left: 1px solid #ccc;
	top: 0;
	bottom: 0;
	position: absolute;
}
/* .cm-s-default .cm-header {
	color: #00f;
}
.cm-s-default .cm-quote {
	color: #090;
}
.cm-negative {
	color: #d44;
}
.cm-positive {
	color: #292;
} */
/* 
.EasyMDEContainer h1 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
}

.EasyMDEContainer h2 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
}
.EasyMDEContainer h3 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
} */

.cm-header {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
}

.cm-strong {
	font-weight: 700;
}
.cm-em {
	font-style: italic;
}
.cm-link {
	text-decoration: underline;
}
.cm-strikethrough {
	text-decoration: line-through;
}

.CodeMirror-composing {
	border-bottom: 2px solid;
}

.CodeMirror {
	position: relative;
	overflow: hidden;
	/* background: #fff; */
}
.CodeMirror-scroll {
	overflow: scroll !important;
	margin-bottom: -50px;
	margin-right: -50px;
	padding-bottom: 50px;
	height: 100%;
	outline: 0;
	position: relative;
	z-index: 100;
}
.CodeMirror-sizer {
	position: relative;
	border-right: 50px solid transparent;
}
.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
	position: absolute;
	z-index: 6;
	display: none;
	outline: 0;
}
.CodeMirror-vscrollbar {
	right: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
.CodeMirror-hscrollbar {
	bottom: 0;
	left: 0;
	overflow-y: hidden;
	overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
	right: 0;
	bottom: 0;
}
.CodeMirror-gutter-filler {
	left: 0;
	bottom: 0;
}
.CodeMirror-gutters {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	z-index: 3;
}
.CodeMirror-gutter {
	white-space: normal;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
	position: absolute;
	z-index: 4;
	background: 0 0 !important;
	border: none !important;
}
.CodeMirror-gutter-background {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 4;
}
.CodeMirror-gutter-elt {
	position: absolute;
	cursor: default;
	z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
	background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
	background-color: transparent;
}
.CodeMirror-lines {
	cursor: text;
	min-height: 1px;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	background: 0 0;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	white-space: pre;
	word-wrap: normal;
	line-height: inherit;
	color: inherit;
	z-index: 2;
	position: relative;
	overflow: visible;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-variant-ligatures: contextual;
	font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: normal;
}
.CodeMirror-linebackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.CodeMirror-linewidget {
	position: relative;
	z-index: 2;
	padding: 0.1px;
}
.CodeMirror-rtl pre {
	direction: rtl;
}
.CodeMirror-code {
	outline: 0;
}
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.CodeMirror-measure {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.CodeMirror-cursor {
	position: absolute;
	pointer-events: none;
}
.CodeMirror-measure pre {
	position: static;
}
div.CodeMirror-cursors {
	visibility: hidden;
	position: relative;
	z-index: 3;
}
div.CodeMirror-dragcursors {
	visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
	visibility: visible;
}
.CodeMirror-selected {
	background: var(--v-primary-tint);
}
.CodeMirror-focused .CodeMirror-selected {
	background: var(--v-primary-tint);
}
.CodeMirror-crosshair {
	cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
	background: var(--v-primary-tint);
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
	background: var(--v-primary-tint);
}
.cm-searching {
	background-color: #ffa;
	background-color: rgba(255, 255, 0, 0.4);
}
.cm-force-border {
	padding-right: 0.1px;
}
@media print {
	.CodeMirror div.CodeMirror-cursors {
		visibility: hidden;
	}
}
.cm-tab-wrap-hack:after {
	content: '';
}
span.CodeMirror-selectedtext {
	background: 0 0;
}
.EasyMDEContainer {
	display: block;
}
.CodeMirror-rtl pre {
	direction: rtl;
}
.EasyMDEContainer.sided--no-fullscreen {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.EasyMDEContainer .CodeMirror {
	box-sizing: border-box;
	padding: 0px 8px;
	font: inherit;
	z-index: 100;
	word-wrap: break-word;
}
.EasyMDEContainer .CodeMirror-scroll {
	cursor: text;
}
.EasyMDEContainer .CodeMirror-fullscreen {
	background: var(--v-bg-black);
	border-radius: 0px;
	position: absolute !important;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	padding: 0px 8px;
	border: unset;
	border-left: 1px solid var(--v-bg-gray);
}
.EasyMDEContainer .CodeMirror-sided {
	width: 50% !important;
}
.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided {
	/* border-right: none !important;
	border-bottom-right-radius: 0; */
	position: relative;
	flex: 1 1 auto;
}
.EasyMDEContainer .CodeMirror-placeholder {
	opacity: 0.5;
}
.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected {
	background: var(--v-primary-tint);
}
.editor-toolbar {
	position: relative;
	padding: 4px;
	border-radius: 10px 10px 0px 0px;
	background-color: var(--v-primary-tint);
}
.editor-toolbar.fullscreen {
	position: absolute;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background-color: var(--v-bg-dark);
	border: unset;
	border-left: 1px solid var(--v-bg-gray);
	border-radius: 0px;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 10000 !important;
}
.EasyMDEContainer.sided--no-fullscreen .editor-toolbar {
	width: 100%;
}

.editor-toolbar .easymde-dropdown,
.editor-toolbar button {
	background: 0 0;
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	height: 30px;
	margin: 2px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
}
.editor-toolbar button {
	font-weight: 700;
	min-width: 30px;
	padding: 0px;
	white-space: nowrap;
}
.editor-toolbar button.active,
.editor-toolbar button:hover {
	background: var(--v-primary-base);
	color: var(--v-text-on-primary);
}
.editor-toolbar i.separator {
	display: inline-block;
	width: 0;
	border-left: 2px solid var(--v-bg-white80);
	color: transparent;
	text-indent: -10px;
	margin: 0 6px;
}
.editor-toolbar button:after {
	/* font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */
	font-size: 65%;
	vertical-align: text-bottom;
	position: relative;
	top: 2px;
}
.editor-toolbar button.heading-1:after {
	content: '1';
}
.editor-toolbar button.heading-2:after {
	content: '2';
}
.editor-toolbar button.heading-3:after {
	content: '3';
}
.editor-toolbar button.heading-bigger:after {
	content: '▲';
}
.editor-toolbar button.heading-smaller:after {
	content: '▼';
}
.editor-toolbar.disabled-for-preview button:not(.no-disable) {
	opacity: 0.6;
	pointer-events: none;
}
@media only screen and (max-width: 700px) {
	.editor-toolbar i.no-mobile {
		display: none;
	}
}
.editor-statusbar {
	padding: 8px 10px;
	font-size: 12px;
	color: #959694;
	text-align: right;
}
.EasyMDEContainer.sided--no-fullscreen .editor-statusbar {
	width: 100%;
}
.editor-statusbar span {
	display: inline-block;
	min-width: 4em;
	margin-left: 1em;
}
.editor-statusbar .lines:before {
	content: 'lines: ';
}
.editor-statusbar .words:before {
	content: 'words: ';
}
.editor-statusbar .characters:before {
	content: 'characters: ';
}
.editor-preview-full {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: auto;
	display: none;
	box-sizing: border-box;
	background-color: var(--v-bg-gray);
}
.editor-preview-side {
	background-color: var(--v-bg-dark);
	position: absolute;
	bottom: 0;
	width: 50%;
	top: 50px;
	right: 0;
	z-index: 9;
	padding: 0px 10px;
	overflow: auto;
	display: none;
	box-sizing: border-box;
	word-wrap: break-word;
	border-left: 1px solid var(--v-bg-gray);
}
.editor-preview-active-side {
	display: block;
}
.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side {
	flex: 1 1 auto;
	height: auto;
	position: static;
}
.editor-preview-active {
	display: block;
}
.editor-preview {
	overflow: hidden;
	background-color: var(--v-bg-black);
}
.editor-preview > p {
	margin-top: 0;
}
.editor-preview pre {
	background: #eee;
	margin-bottom: 10px;
}
.editor-preview table td,
.editor-preview table th {
	border: 1px solid #fff;
	padding: 5px;
}
.cm-s-easymde .cm-tag {
	color: #63a35c;
}
.cm-s-easymde .cm-attribute {
	color: #795da3;
}
.cm-s-easymde .cm-string {
	color: #183691;
}

/* .emH1 {
	font-size: 3.25em;
}
.emH2 {
	font-size: 2.5em;
}
.emH3 {
	font-size: 2em;
}
.emH3 {
	font-size: 1.5em;
}
.emH4 {
	font-size: 1.25em;
}
 */

.cm-s-easymde .cm-header-1 {
	font-size: 3.25em;
}
.cm-s-easymde .cm-header-2 {
	font-size: 2.5em;
}
.cm-s-easymde .cm-header-3 {
	font-size: 2em;
}
.cm-s-easymde .cm-header-4 {
	font-size: 1.5em;
}
.cm-s-easymde .cm-header-5 {
	font-size: 1.25em;
}
.cm-s-easymde .cm-header-6 {
	font-size: 1.125rem;
}

.cm-s-easymde .cm-header-1,
.cm-s-easymde .cm-header-2,
.cm-s-easymde .cm-header-3,
.cm-s-easymde .cm-header-4,
.cm-s-easymde .cm-header-5,
.cm-s-easymde .cm-header-6 {
	/* margin-bottom: 0.5rem;
	line-height: 1.2; */
}
.cm-s-easymde .cm-comment {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}
.cm-s-easymde .cm-link {
	color: #7f8c8d;
}
.cm-s-easymde .cm-url {
	color: #aab2b3;
}
.cm-s-easymde .cm-quote {
	color: #7f8c8d;
	font-style: italic;
}
.editor-toolbar .easymde-dropdown {
	position: relative;
	z-index: 200;
}
.editor-toolbar .easymde-dropdown:hover {
	/* background: linear-gradient(to bottom right, #fff 0, #fff 84%, #333 50%, #333 100%); */
}
.easymde-dropdown-content {
	display: block;
	visibility: hidden;
	position: absolute;
	background-color: var(--v-bg-dark);
	color: white;
	/* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
	padding: 8px;
	z-index: 2;
	top: 30px;
}
.easymde-dropdown:active .easymde-dropdown-content,
.easymde-dropdown:focus .easymde-dropdown-content,
.easymde-dropdown:focus-within .easymde-dropdown-content {
	visibility: visible;
}
.easymde-dropdown-content button {
	display: block;
}
span[data-img-src]::after {
	content: '';
	background-image: var(--bg-image);
	display: block;
	max-height: 100%;
	max-width: 100%;
	background-size: contain;
	height: 0;
	padding-top: var(--height);
	width: var(--width);
	background-repeat: no-repeat;
}
/* .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
	background: rgba(255, 0, 0, 0.15);
} */
.rowSlider .v-slider__thumb-label {
  color: black;
  font-weight: 900;
}.monoarea.v-textarea {
  font-size: 0.725rem;
}
.monoarea.v-textarea textarea {
  line-height: 1.2rem !important;
}.theme--dark.v-data-table[data-v-f3180eab] {
  background-color: unset !important;
}.v-data-table-header__icon {
  margin-left: 4px !important;
}
.v-pagination__item {
  border-left: 0.5px solid var(--v-primary-base);
  border-right: 0.5px solid var(--v-primary-base);
  border-radius: 0px !important;
  box-shadow: unset;
  font-size: 12px;
  font-weight: 700;
  color: var(--v-primary-base) !important;
}
.v-pagination__item--active {
  color: var(--v-primary-darken5) !important;
}
.v-pagination__navigation {
  border-radius: 0px !important;
  box-shadow: unset;
}
.v-pagination__navigation .v-icon {
  font-size: 10px !important;
  color: var(--v-primary-base) !important;
}
.v-pagination__more {
  color: var(--v-primary-base) !important;
}
.v-pagination__more {
  visibility: hidden;
}
.v-pagination__more::after {
  visibility: visible;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 4px;
  margin-left: -9px;
  content: "";
}
.v-pagination {
  line-height: unset !important;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td {
  padding-left: 4px !important;
  padding-right: 4px !important;
}.theme--dark.v-data-table[data-v-fda1934f] {
  background-color: unset !important;
}.v-data-table-header__icon {
  margin-left: 4px !important;
}
.v-pagination__item {
  border-left: 0.5px solid var(--v-primary-base);
  border-right: 0.5px solid var(--v-primary-base);
  border-radius: 0px !important;
  box-shadow: unset;
  font-size: 12px;
  font-weight: 700;
  color: var(--v-primary-base) !important;
}
.v-pagination__item--active {
  color: var(--v-primary-darken5) !important;
}
.v-pagination__navigation {
  border-radius: 0px !important;
  box-shadow: unset;
}
.v-pagination__navigation .v-icon {
  font-size: 10px !important;
  color: var(--v-primary-base) !important;
}
.v-pagination__more {
  color: var(--v-primary-base) !important;
}
.v-pagination__more {
  visibility: hidden;
}
.v-pagination__more::after {
  visibility: visible;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 4px;
  margin-left: -9px;
  content: "";
}
.v-pagination {
  line-height: unset !important;
}
.v-data-table > .v-data-table__wrapper > table > tbody > tr > td {
  padding-left: 4px !important;
  padding-right: 4px !important;
}.hr1[data-v-99297dc5] {
  height: 1px;
}
.hr2[data-v-99297dc5] {
  height: 2px;
}.buttonGroup .los-button[data-v-6f8e0acc]:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
}
.buttonGroup .los-button[data-v-6f8e0acc]:nth-last-child(1) {
  border-radius: 0px 5px 5px 0px;
}.box[data-v-616ba411] {
  background: var(--6b2d996e);
  border-radius: var(--3f853f42);
  outline-width: var(--747de04a);
  outline-style: solid;
  outline-color: var(--7366e1e7);
}.gradBox[data-v-172925a4] {
  overflow: hidden;
  border-radius: var(--498f05ab);
  background: var(--817b3996);
  padding: 2px;
}
.innerBox[data-v-172925a4] {
  overflow: hidden;
  border-radius: var(--498f05ab);
  background: var(--bbbf51fa);
}.losi[data-v-24503a73] {
  color: var(--7ed15074) !important;
}.bRad3 {
  border-radius: 3px !important;
}

.bRad4 {
  border-radius: 4px !important;
}

.bRad5 {
  border-radius: 5px !important;
}

.bRad8 {
  border-radius: 8px;
}

.bRad10 {
  border-radius: 10px;
}

@media only screen and (min-width: 600px) {
  .bPRad10 {
    border-radius: 10px;
  }
}

.bRad20 {
  border-radius: 20px;
}

.bRad50 {
  border-radius: 50% !important;
}

.borderSecondary1 {
  border: 1px solid var(--v-secondary-base) !important;
}

.borderBlack1 {
  border: 1px solid var(--v-bg-black) !important;
}

.borderBase1 {
  border: 1px solid var(--v-primary-base) !important;
}

.borderBase {
  border: 2px solid var(--v-primary-base) !important;
}

.borderDark {
  border: 2px solid var(--v-bg-dark) !important;
}

.borderDark1 {
  border: 1px solid var(--v-bg-dark) !important;
}

.borderGray {
  border: 2px solid var(--v-bg-gray) !important;
}

.borderWhite1 {
  border: 1px solid var(--v-primary-white) !important;
}

.borderBaseY1 {
  border-bottom: 1px solid var(--v-primary-base) !important;
  border-top: 1px solid var(--v-primary-base) !important;
}

.outlineWhite1 {
  outline: 1px solid var(--v-primary-white) !important;
}

.outline2White10 {
  outline: 2px solid var(--v-bg-white10) !important;
}

.borderWhite20-1 {
  border: 1px solid var(--v-bg-white20) !important;
}

.v-btn.v-size--x-small .v-btn__content .v-icon--left {
  margin-right: 2px !important;
}

.v-btn.v-size--x-small .v-btn__content .v-icon--right {
  margin-left: 2px !important;
}

.v-btn.v-size--x-small .v-icon {
  font-size: 12px !important;
}

.v-btn.v-size--x-small .v-progress-circular {
  width: 12px !important;
  height: 12px !important;
}

.v-btn.v-size--small {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.v-btn.v-size--small .v-btn__content .v-icon--left {
  margin-right: 4px !important;
}

.v-btn.v-size--small .v-btn__content .v-icon--right {
  margin-left: 4px !important;
}

.v-btn.v-size--small .v-icon {
  font-size: 12px !important;
}

.v-btn.v-size--small .v-progress-circular {
  width: 18px !important;
  height: 18px !important;
}

.v-btn.v-size--default .v-btn__content .v-icon--left {
  margin-right: 8px !important;
}

.v-btn.v-size--default .v-icon {
  font-size: 16px !important;
}

.v-btn.v-size--large .v-btn__content .v-icon--left {
  margin-right: 12px !important;
}

.v-btn.v-size--large .v-icon {
  font-size: 22px !important;
}

.v-btn.v-size--x-large .v-btn__content .v-icon--left {
  margin-right: 16px !important;
}

.v-btn.v-size--x-large .v-icon {
  font-size: 24px !important;
}

.los-button.v-btn.v-btn--disabled.black {
  background-color: var(--v-bg-black) !important;
}

.v-chip__close {
  font-size: 14px !important;
}

.v-select__slot .v-select__selections .v-chip {
  height: unset;
  font-weight: 600;
}

.bgGray {
  background-color: var(--v-bg-gray) !important;
}

.bgDark {
  background-color: var(--v-bg-dark) !important;
}

.bgBlack {
  background-color: var(--v-bg-black) !important;
}

.bgBlack80 {
  background-color: var(--v-bg-black80) !important;
}

.bgBase {
  background-color: var(--v-primary-base) !important;
}

.bgBaseTint {
  background-color: var(--v-primary-tint) !important;
}

.bgWhite5 {
  background-color: var(--v-bg-white5) !important;
}

.bgWhite10 {
  background-color: var(--v-bg-white10) !important;
}

.bgWhite20 {
  background-color: var(--v-bg-white20) !important;
}

.bgW5 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.bgW10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bgWhite {
  background-color: var(--v-primary-white) !important;
}

.bgLight {
  background-color: var(--v-primary-lighten3) !important;
}

.bgBase10 {
  background-color: var(--v-primary-lighten2) !important;
}

.bgBase20 {
  background-color: var(--v-primary-lighten1) !important;
}

.colorLight {
  color: var(--v-primary-lighten3) !important;
}

.colorDark {
  color: var(--v-primary-darken2) !important;
}

.colorDarkest {
  color: var(--v-primary-darken4) !important;
}

.monospace {
  font-family: "Kode Mono Variable", monospace;
}

.altFont {
  font-family: "Kanit", sans-serif;
}

.kanit {
  font-family: "Kanit", sans-serif;
}

.fi {
  font-style: italic;
}

.tupc {
  text-transform: uppercase;
}

.ttUC {
  text-transform: uppercase;
}

.strike {
  text-decoration-line: line-through;
}

.underline {
  text-decoration-line: underline;
}

.lh11 {
  line-height: 1.1;
}

.lh1 {
  line-height: 1;
}

.lh0875 {
  line-height: 0.875;
}

.lh0925 {
  line-height: 0.925;
}

.ts10 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.em1 {
  font-size: 1rem !important;
}

.emS1 {
  font-size: 0.875rem !important;
}

.emS2 {
  font-size: 0.75rem !important;
}

.emS3 {
  font-size: 0.625rem !important;
}

.emH1 {
  font-size: 3.25rem !important;
}

.emH2 {
  font-size: 2.5rem !important;
}

.emH3 {
  font-size: 2rem !important;
}

.emH4 {
  font-size: 1.5rem !important;
}

.emH5 {
  font-size: 1.25rem !important;
}

.emH6 {
  font-size: 1.125rem !important;
}

.discriminatorText {
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  opacity: 50%;
}

.text-body1 {
  font-size: 0.875rem;
}

.text-body2 {
  font-size: 0.75rem;
}

.text-subtitle2 {
  font-size: 0.625rem;
}

.text-h1 {
  font-size: 3.25rem;
}

.text-h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.text-h3 {
  font-size: 2rem;
  line-height: 2rem;
}

.text-h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.text-h5 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.text-h6 {
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  margin: unset;
}

.text-h1,
.text-h2,
.text-h3,
.text-h4,
.text-h5,
.text-h6 {
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
}

.map-layer,
.leaflet-tile-container {
  filter: grayscale(1) contrast(109%);
  -webkit-filter: grayscale(1) contrast(109%);
}

.los-marker-cluster-small {
  background-color: var(--v-bg-dark50) !important;
}

.los-marker-cluster-small div {
  background-color: var(--v-primary-base) !important;
  color: var(--v-text-on-primary) !important;
  font-weight: 700 !important;
  font-family: "Kanit", sans-serif !important;
}

.los-marker-cluster-medium {
  background-color: var(--v-bg-dark50) !important;
}

.los-marker-cluster-medium div {
  background-color: var(--v-primary-base) !important;
  color: var(--v-text-on-primary) !important;
  font-weight: 700 !important;
  font-family: "Kanit", sans-serif !important;
}

.los-marker-cluster-large {
  background-color: var(--v-bg-dark50) !important;
}

.los-marker-cluster-large div {
  background-color: var(--v-primary-base) !important;
  color: var(--v-text-on-primary) !important;
  font-weight: 700 !important;
  font-family: "Kanit", sans-serif !important;
}

.leaflet-bar a {
  color: black !important;
}

.leaflet-tooltip {
  position: absolute;
  padding: 4px 8px;
  background-color: var(--v-primary-darken4);
  border: 1px solid var(--v-primary-base);
  border-radius: 5px;
  color: var(--v-primary-white);
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px var(--v-primary-darken4);
}

.leaflet-tooltip-top:before {
  border-top-color: var(--v-primary-darken4);
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: var(--v-primary-darken4);
}

.leaflet-tooltip-left:before {
  border-left-color: var(--v-primary-darken4);
}

.leaflet-tooltip-right:before {
  border-right-color: var(--v-primary-darken4);
}

.snotifyToast {
  animation-fill-mode: both;
}

.snotify-leftTop .fadeIn,
.snotify-leftCenter .fadeIn,
.snotify-leftBottom .fadeIn {
  animation-name: fadeInLeft;
}

.snotify-leftTop .fadeOut,
.snotify-leftCenter .fadeOut,
.snotify-leftBottom .fadeOut {
  animation-name: fadeOutLeft;
}

.snotify-rightTop .fadeIn,
.snotify-rightCenter .fadeIn,
.snotify-rightBottom .fadeIn {
  animation-name: fadeInRight;
}

.snotify-rightTop .fadeOut,
.snotify-rightCenter .fadeOut,
.snotify-rightBottom .fadeOut {
  animation-name: fadeOutRight;
}

.snotify-centerTop .fadeIn {
  animation-name: fadeInDown;
}

.snotify-centerTop .fadeOut {
  animation-name: fadeOutUp;
}

.snotify-centerCenter .fadeIn {
  animation-name: fadeIn;
}

.snotify-centerCenter .fadeOut {
  animation-name: fadeOut;
}

.snotify-centerBottom .fadeIn {
  animation-name: fadeInUp;
}

.snotify-centerBottom .fadeOut {
  animation-name: fadeOutDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) scaleX(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) scaleX(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0) scaleY(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scaleY(1.2);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes appear {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 50vh;
  }
}

@keyframes disappear {
  0% {
    opacity: 0;
    max-height: 50vh;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}

@keyframes async {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg);
  }
}

.snotify {
  display: block;
  position: fixed;
  width: 300px;
  z-index: 9999;
  box-sizing: border-box;
  pointer-events: none;
}

.snotify * {
  box-sizing: border-box;
}

.snotify-leftTop,
.snotify-leftCenter,
.snotify-leftBottom {
  left: 10px;
}

.snotify-rightTop,
.snotify-rightCenter,
.snotify-rightBottom {
  right: 10px;
}

.snotify-centerTop,
.snotify-centerCenter,
.snotify-centerBottom {
  left: calc(50% - 300px / 2);
}

.snotify-leftTop,
.snotify-centerTop,
.snotify-rightTop {
  top: 10px;
}

.snotify-leftCenter,
.snotify-rightCenter,
.snotify-centerCenter {
  top: 50%;
  transform: translateY(-50%);
}

.snotify-leftBottom,
.snotify-rightBottom,
.snotify-centerBottom {
  bottom: 10px;
}

.snotify-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 9998;
  transition: opacity 0.3s;
}

.snotifyToast {
  display: block;
  cursor: pointer;
  background-color: #fff;
  height: 100%;
  margin: 0px 0px 8px 0px;
  opacity: 0;
  border-radius: 8px;
  overflow: hidden;
  pointer-events: auto;
}

.snotifyToast--in {
  animation-name: appear;
}

.snotifyToast--out {
  animation-name: disappear;
}

.snotifyToast__inner {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 5px 65px 5px 15px;
  min-height: 42px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.snotifyToast__noIcon {
  padding: 5px 15px 5px 15px;
}

.snotifyToast__progressBar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #c7c7c7;
}

.snotifyToast__progressBar__percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background-color: #4c4c4c;
  max-width: 100%;
}

.snotifyToast__title {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #fff;
}

.snotifyToast__body {
  font-size: 1em;
}

.snotifyToast-show {
  transform: translate(0, 0);
  opacity: 1;
}

.snotifyToast-remove {
  max-height: 0;
  overflow: hidden;
  transform: translate(0, 50%);
  opacity: 0;
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

/***************
 ** Modifiers **
 **************/

.snotify-simple .snotifyToast__title,
.snotify-simple .snotifyToast__body {
  color: #000;
}

.snotify-success {
  background-color: var(--v-bg-dark);
}

.snotify-success .snotifyToast__progressBar {
  background-color: var(--v-bg-black);
}

.snotify-success .snotifyToast__progressBar__percentage {
  background-color: var(--v-primary-base);
}

.snotify-success .snotifyToast__body {
  color: #ffffff;
}

.snotify-info {
  background-color: #1e88e5;
}

.snotify-info .snotifyToast__progressBar {
  background-color: #1565c0;
}

.snotify-info .snotifyToast__progressBar__percentage {
  background-color: #64b5f6;
}

.snotify-info .snotifyToast__body {
  color: #ffffff;
}

.snotify-warning {
  background-color: #ff9800;
}

.snotify-warning .snotifyToast__progressBar {
  background-color: #ef6c00;
}

.snotify-warning .snotifyToast__progressBar__percentage {
  background-color: #ffcc80;
}

.snotify-warning .snotifyToast__body {
  color: #ffffff;
}

.snotify-error {
  background-color: #bf6258;
}

.snotify-error .snotifyToast__progressBar {
  background-color: #c62828;
}

.snotify-error .snotifyToast__progressBar__percentage {
  background-color: #ef9a9a;
}

.snotify-error .snotifyToast__body {
  color: #ffffff;
}

.snotify-async {
  background-color: #1e88e5;
}

.snotify-async .snotifyToast__progressBar {
  background-color: #1565c0;
}

.snotify-async .snotifyToast__progressBar__percentage {
  background-color: #64b5f6;
}

.snotify-async .snotifyToast__body {
  color: #ffffff;
}

.snotify-confirm {
  background-color: #009688;
}

.snotify-confirm .snotifyToast__progressBar {
  background-color: #4db6ac;
}

.snotify-confirm .snotifyToast__progressBar__percentage {
  background-color: #80cbc4;
}

.snotify-confirm .snotifyToast__body {
  color: #ffffff;
}

.snotify-prompt {
  background-color: #009688;
}

.snotify-prompt .snotifyToast__title {
  margin-bottom: 0;
}

.snotify-prompt .snotifyToast__body {
  color: #ffffff;
}

.snotify-confirm .snotifyToast__inner,
.snotify-prompt .snotifyToast__inner {
  padding: 4px 4px;
}

.snotifyToast__input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  transition: all 0.5s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.snotifyToast__input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.85em 0.5em;
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #333;
  font-weight: bold;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  opacity: 0;
  transition: opacity 0.3s;
}

.snotifyToast__input__field:focus {
  outline: none;
}

.snotifyToast__input__label {
  display: inline-block;
  float: right;
  padding: 0 0.85em;
  width: 100%;
  color: #e0f2f1;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 0;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

.snotifyToast__input__label::before, .snotifyToast__input__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.snotifyToast__input__label::before {
  border-top: 2px solid #fff;
  transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
  transition-delay: 0.3s;
}

.snotifyToast__input__label::after {
  z-index: -1;
  background: #b2dfdb;
  transform: scale3d(1, 0, 1);
  transform-origin: 50% 0;
}

.snotifyToast__input__labelContent {
  position: relative;
  display: block;
  padding: 1em 0;
  width: 100%;
  transition: transform 0.3s 0.3s;
}

.snotifyToast__input--filled {
  margin-top: 2.5em;
}

.snotifyToast__input--filled:focus,
.snotifyToast__input--filled .snotifyToast__input__field {
  opacity: 1;
  transition-delay: 0.3s;
}

.snotifyToast__input__field:focus + .snotifyToast__input__label .snotifyToast__input__labelContent,
.snotifyToast__input--filled .snotifyToast__input__labelContent {
  transform: translate(0, -80%);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.snotifyToast__input__field:focus + .snotifyToast__input__label::before,
.snotifyToast__input--filled .snotifyToast__input__label::before {
  transition-delay: 0s;
}

.snotifyToast__input__field:focus + .snotifyToast__input__label::before,
.snotifyToast__input--filled .snotifyToast__input__label::before {
  transform: translate(0, 0);
}

.snotifyToast__input__field:focus + .snotifyToast__input__label::after,
.snotifyToast__input--filled .snotifyToast__input__label::after {
  transform: scale(1, 1);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.snotifyToast--invalid .snotifyToast__input__label::before {
  border-color: #bf6258;
}

.snotifyToast--valid .snotifyToast__input__label::before {
  border-color: var(--v-bg-dark);
}

.snotifyToast__buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.snotifyToast__buttons button {
  position: relative;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-bottom: none;
  background: transparent;
  padding: 8px;
  text-transform: capitalize;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.snotifyToast__buttons button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.snotifyToast__buttons button:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

.snotifyToast__buttons button:hover, .snotifyToast__buttons button:focus {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
}

.snotifyToast__buttons button:active {
  background: rgba(0, 0, 0, 0.15);
}

.snotifyToast__buttons button:last-child {
  border-right: none;
}

.snotifyToast__buttons button:first-child {
  border-left: none;
}

.snotifyToast__buttons--bold {
  font-weight: 700;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.snotify-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 0;
  transform: translate(0, -50%);
  max-height: 32px;
  max-width: 32px;
  width: 100%;
  height: 100%;
}

.snotify-icon--error {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bf6258%22%3E%3Cg%3E%3Cpath%20d=%22M437,75A256,256,0,1,0,75,437,256,256,0,1,0,437,75ZM416.43,416.43a226.82,226.82,0,0,1-320.86,0C7.11,328,7.11,184,95.57,95.57a226.82,226.82,0,0,1,320.86,0C504.89,184,504.89,328,416.43,416.43Z%22/%3E%3Cpath%20d=%22M368.81,143.19a14.5,14.5,0,0,0-20.58,0L256,235.42l-92.23-92.23a14.55,14.55,0,0,0-20.58,20.58L235.42,256l-92.23,92.23a14.6,14.6,0,0,0,10.24,24.89,14.19,14.19,0,0,0,10.24-4.31l92.23-92.23,92.23,92.23a14.64,14.64,0,0,0,10.24,4.31,14,14,0,0,0,10.24-4.31,14.5,14.5,0,0,0,0-20.58l-92-92.23,92.23-92.23A14.5,14.5,0,0,0,368.81,143.19Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.snotify-icon--warning {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffccbc%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.snotify-icon--info {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.84,0,0,114.84,0,256S114.84,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,478.43C133.35,478.43,33.57,378.64,33.57,256S133.35,33.58,256,33.58,478.42,133.36,478.42,256,378.64,478.43,256,478.43Z%22/%3E%3Cpath%20d=%22M251.26,161.24a22.39,22.39,0,1,0-22.38-22.39A22.39,22.39,0,0,0,251.26,161.24Z%22/%3E%3Cpath%20d=%22M286.84,357.87h-14v-160A16.79,16.79,0,0,0,256,181.05H225.17a16.79,16.79,0,0,0,0,33.58h14.05V357.87H225.17a16.79,16.79,0,0,0,0,33.57h61.67a16.79,16.79,0,1,0,0-33.57Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.snotify-icon--success {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffffff%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.85,0,0,114.84,0,256S114.85,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,492.31c-130.29,0-236.31-106-236.31-236.31S125.71,19.69,256,19.69,492.31,125.71,492.31,256,386.29,492.31,256,492.31Z%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M376.64,151,225.31,321.24l-91.17-72.93a9.85,9.85,0,0,0-12.3,15.38l98.46,78.77a9.86,9.86,0,0,0,13.52-1.15L391.36,164.08A9.85,9.85,0,0,0,376.64,151Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.snotify-icon--async {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0a32,32,0,0,0-32,32V96a32,32,0,0,0,64,0V32A32,32,0,0,0,256,0Zm0,384a32,32,0,0,0-32,32v64a32,32,0,0,0,64,0V416A32,32,0,0,0,256,384ZM391.74,165.5,437,120.22A32,32,0,0,0,391.74,75L346.5,120.22a32,32,0,0,0,45.25,45.28Zm-271.52,181L75,391.74A32,32,0,0,0,120.22,437l45.25-45.25a32,32,0,0,0-45.25-45.25Zm0-271.52A32,32,0,1,0,75,120.22l45.25,45.28a32,32,0,1,0,45.25-45.28ZM391.74,346.5a32,32,0,0,0-45.25,45.25L391.74,437A32,32,0,0,0,437,391.74ZM480,224H416a32,32,0,0,0,0,64h64a32,32,0,0,0,0-64ZM128,256a32,32,0,0,0-32-32H32a32,32,0,0,0,0,64H96A32,32,0,0,0,128,256Z%22/%3E%3C/g%3E%3C/svg%3E");
  animation: async 3s infinite linear;
  transform-origin: 50% 50%;
}

.theme--dark.v-application {
  color: var(--v-primary-white) !important;
}

body {
  background-color: var(--v-primary-base);
}

.v-select {
  font-weight: 400;
}

.v-input--selection-controls {
  margin-top: unset !important;
  padding-top: 6px !important;
}

.enumButtons {
  background-color: unset !important;
}

.enumButtons .v-icon {
  color: unset !important;
}

.enumButtons .v-btn:before {
  background-color: unset !important;
}

.enumButtons .v-item--active {
  background-color: var(--v-primary-base) !important;
  color: var(--v-text-on-primary) !important;
}

.indicatorBox {
  width: 12px;
  height: 12px;
  padding: 2px;
  border-radius: 4px !important;
  overflow: hidden;
  background-color: var(--v-bg-black);
  outline: var(--v-secondary-base) solid 2px;
  outline-offset: -4px;
}

.indicatorBoxContent {
  width: 20px;
  height: 20px;
  padding: 2px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 4px !important;
  overflow: hidden;
  background-color: var(--v-bg-black);
  outline: var(--v-secondary-base) solid 2px;
  outline-offset: -4px;
}

.v-btn--icon .v-icon {
  font-size: 18px !important;
}

.pointer {
  cursor: pointer;
}

.v-image__image--preload {
  filter: unset !important;
}

.nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

.bgTriScreen {
  background-image: url("/images/bg_triangles.svg");
  background-repeat: no-repeat;
  background-blend-mode: screen;
  background-size: cover;
}

.bgRoleCons {
  background-image: url("/images/bg_rolecons.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ofh {
  overflow: hidden;
}

.ofw {
  overflow-wrap: anywhere;
}

.opac80 {
  opacity: 80%;
}

.opac50 {
  opacity: 50%;
}

.opac10 {
  opacity: 10%;
}

.vDiv1p {
  min-width: 1px;
  max-width: 1px;
}

.vDiv2p {
  min-width: 2px;
  max-width: 2px;
  border-radius: 2px;
  align-self: stretch !important;
}

.listMenu {
  padding: 0px;
  overflow: hidden;
  background-color: var(--v-primary-darken2) !important;
  border-radius: 8px !important;
  border: 1px solid var(--v-primary-base) !important;
}

.losTable {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--v-bg-darkest) !important;
}

.losTable th {
  background-color: var(--v-bg-dark) !important;
}

.losTable tr {
  background-color: transparent !important;
}

.losTable tr:hover {
  background-color: var(--v-primary-tint) !important;
}

.h100 {
  height: 100%;
}

.h100p {
  height: 100px;
}

.h24p {
  height: 24px;
}

.h36p {
  height: 36px;
}

.h64p {
  height: 64px;
}

.h100m {
  min-height: 100%;
}

.h100vh {
  height: 100vh;
}

.w100 {
  width: 100%;
}

.w100v {
  min-width: 100vw;
  max-width: 100vw;
}

.hw100 {
  height: 100%;
  width: 100%;
}

.w2p {
  min-width: 2;
  max-width: 2;
}

.w16p {
  min-width: 16px;
  max-width: 16px;
}

.w24p {
  min-width: 24px;
  max-width: 24px;
}

.w30p {
  min-width: 30px;
  max-width: 30px;
}

.w40p {
  min-width: 40px;
  max-width: 40px;
}

.w50p {
  min-width: 50px;
  max-width: 50px;
}

.w64p {
  min-width: 64px;
  max-width: 64px;
}

.w80p {
  min-width: 80px;
  max-width: 80px;
}

.w100p {
  min-width: 100px;
  max-width: 100px;
}

.w150pmin {
  min-width: 150px;
}

.w150p {
  min-width: 150px;
  max-width: 150px;
}

.w200p {
  min-width: 200px;
  max-width: 200px;
}

.w250p {
  min-width: 250px;
  max-width: 250px;
}

.w180pm {
  min-width: 180px;
}

.w300p {
  min-width: 300px;
  max-width: 300px;
}

.w400p {
  min-width: 400px;
  max-width: 400px;
}

.h40p {
  min-height: 40px;
  max-height: 40px;
}

.h400p {
  min-height: 400px;
  max-height: 400px;
}

.h500p {
  min-height: 500px;
  max-height: 500px;
}

.h200p {
  min-height: 200px;
  max-height: 200px;
}

.h300p {
  min-height: 300px;
  max-height: 300px;
}

.h300pm {
  max-height: 300px;
}

.z0 {
  z-index: 0;
}

.ma-2p {
  margin: 2px;
}

.mx-2p {
  margin-left: 2px;
  margin-right: 2px;
}

/* Row Scrolling */

.scrollRow {
  overflow-x: auto;
}

.scrollRow::-webkit-scrollbar {
  height: 6px;
}

.scrollRow::-webkit-scrollbar-track {
  border-radius: 3px;
  background: var(--v-bg-dark);
}

.scrollRow::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: var(--v-primary-base);
}

.scrollRow::-webkit-scrollbar-thumb:hover {
  background: var(--v-primary-white);
}

.srp5::-webkit-scrollbar-track {
  margin-right: 5px;
  margin-left: 5px;
}

.srp10::-webkit-scrollbar-track {
  margin-right: 10px;
  margin-left: 10px;
}

/* Column Scrolling */

.scrollCol {
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollCol::-webkit-scrollbar {
  width: 6px;
}

.scrollCol::-webkit-scrollbar-track {
  border-radius: 3px;
  background: var(--v-bg-dark);
}

.scrollCol::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: var(--v-primary-base);
}

.scrollCol::-webkit-scrollbar-thumb:hover {
  background: var(--v-primary-white);
}

.scp5::-webkit-scrollbar-track {
  margin-top: 5px;
  margin-bottom: 5px;
}

.scp10::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
}

.headerTabs .v-tab {
  letter-spacing: unset !important;
  text-transform: unset;
  font-weight: 500;
  font-size: 0.925em;
  color: var(--v-primary-white) !important;
  opacity: 50%;
}

.headerTabs .v-tab--active {
  opacity: 100% !important;
  font-weight: 500;
}

.headerTabs .v-tabs-slider-wrapper {
  height: 5px !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.headerTabs.bold .v-tab {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 75%;
}

.imageFiller .v-responsive__sizer {
  padding-bottom: unset !important;
}

.imageFiller .v-responsive__content {
  width: unset !important;
}

.imageAlpha30 > .v-image__image {
  opacity: 30%;
}

.glowUp {
  box-shadow: 0px 0px 80px 2px var(--v-bg-white5);
}

.v-tooltip__content {
  font-weight: 600;
  font-family: "Kanit", sans-serif;
}

.v-tabs-items {
  background-color: unset !important;
}

.v-label {
  font-size: 0.875em !important;
  color: var(--v-bg-white50) !important;
}

.v-input__icon .v-icon {
  font-size: 0.875em !important;
  opacity: 50% !important;
}/* libre-franklin-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Libre Franklin Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/libre-franklin-cyrillic-ext-wght-normal-BbRulJFC.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* libre-franklin-cyrillic-wght-normal */
@font-face {
  font-family: 'Libre Franklin Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/libre-franklin-cyrillic-wght-normal-se3OnFSl.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* libre-franklin-vietnamese-wght-normal */
@font-face {
  font-family: 'Libre Franklin Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/libre-franklin-vietnamese-wght-normal-DTJpi3oK.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* libre-franklin-latin-ext-wght-normal */
@font-face {
  font-family: 'Libre Franklin Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/libre-franklin-latin-ext-wght-normal-CeZZaleV.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* libre-franklin-latin-wght-normal */
@font-face {
  font-family: 'Libre Franklin Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/assets/libre-franklin-latin-wght-normal-D3gv9pWL.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* kanit-thai-300-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/assets/kanit-thai-300-normal-BZx2gboJ.woff2) format('woff2'), url(/assets/kanit-thai-300-normal-9B7BJcjo.woff) format('woff');
  unicode-range: U+02D7,U+0303,U+0331,U+0E01-0E5B,U+200C-200D,U+25CC;
}

/* kanit-vietnamese-300-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/assets/kanit-vietnamese-300-normal-DIjUgNOG.woff2) format('woff2'), url(/assets/kanit-vietnamese-300-normal-CPLP64AH.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* kanit-latin-ext-300-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/assets/kanit-latin-ext-300-normal-HcpnwWkO.woff2) format('woff2'), url(/assets/kanit-latin-ext-300-normal-B2Vumry2.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* kanit-latin-300-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/assets/kanit-latin-300-normal-BccMLZPg.woff2) format('woff2'), url(/assets/kanit-latin-300-normal-Dvs9qCWG.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* kanit-thai-400-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/kanit-thai-400-normal-C27eAtU1.woff2) format('woff2'), url(/assets/kanit-thai-400-normal-Hyy0rknX.woff) format('woff');
  unicode-range: U+02D7,U+0303,U+0331,U+0E01-0E5B,U+200C-200D,U+25CC;
}

/* kanit-vietnamese-400-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/kanit-vietnamese-400-normal-Df4w_CRj.woff2) format('woff2'), url(/assets/kanit-vietnamese-400-normal-DgGp_vOO.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* kanit-latin-ext-400-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/kanit-latin-ext-400-normal-Bm4OOh_o.woff2) format('woff2'), url(/assets/kanit-latin-ext-400-normal-DeIk6MGO.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* kanit-latin-400-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/kanit-latin-400-normal-C1Jk-JCr.woff2) format('woff2'), url(/assets/kanit-latin-400-normal-DXKHzkjg.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* kanit-thai-500-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/assets/kanit-thai-500-normal-BDuJ4o_K.woff2) format('woff2'), url(/assets/kanit-thai-500-normal-DpGKNmIS.woff) format('woff');
  unicode-range: U+02D7,U+0303,U+0331,U+0E01-0E5B,U+200C-200D,U+25CC;
}

/* kanit-vietnamese-500-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/assets/kanit-vietnamese-500-normal-BO198YDh.woff2) format('woff2'), url(/assets/kanit-vietnamese-500-normal-Mdnt_Rd6.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* kanit-latin-ext-500-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/assets/kanit-latin-ext-500-normal-WczR-lci.woff2) format('woff2'), url(/assets/kanit-latin-ext-500-normal-DEvTqcjA.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* kanit-latin-500-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/assets/kanit-latin-500-normal-DIvLIuow.woff2) format('woff2'), url(/assets/kanit-latin-500-normal-CEMOP4Py.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* kanit-thai-600-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/kanit-thai-600-normal-B951hBRC.woff2) format('woff2'), url(/assets/kanit-thai-600-normal-BXxKBrx-.woff) format('woff');
  unicode-range: U+02D7,U+0303,U+0331,U+0E01-0E5B,U+200C-200D,U+25CC;
}

/* kanit-vietnamese-600-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/kanit-vietnamese-600-normal-Dp67bckq.woff2) format('woff2'), url(/assets/kanit-vietnamese-600-normal-D3iNKKaS.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* kanit-latin-ext-600-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/kanit-latin-ext-600-normal-BUx36WLA.woff2) format('woff2'), url(/assets/kanit-latin-ext-600-normal-J3-157pJ.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* kanit-latin-600-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/kanit-latin-600-normal-9AyOuid0.woff2) format('woff2'), url(/assets/kanit-latin-600-normal-CIEGx2Qc.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* kanit-thai-700-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/assets/kanit-thai-700-normal-lMuxtNHC.woff2) format('woff2'), url(/assets/kanit-thai-700-normal-CZrRvC_H.woff) format('woff');
  unicode-range: U+02D7,U+0303,U+0331,U+0E01-0E5B,U+200C-200D,U+25CC;
}

/* kanit-vietnamese-700-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/assets/kanit-vietnamese-700-normal-CExTwA2I.woff2) format('woff2'), url(/assets/kanit-vietnamese-700-normal-jfHVsOFe.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* kanit-latin-ext-700-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/assets/kanit-latin-ext-700-normal-DAu9dVSC.woff2) format('woff2'), url(/assets/kanit-latin-ext-700-normal-yIjqmQ5k.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* kanit-latin-700-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/assets/kanit-latin-700-normal-exUo0LM1.woff2) format('woff2'), url(/assets/kanit-latin-700-normal-BTjphXuw.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* kanit-thai-900-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/assets/kanit-thai-900-normal-BF0Ii47I.woff2) format('woff2'), url(/assets/kanit-thai-900-normal-DBagMaJD.woff) format('woff');
  unicode-range: U+02D7,U+0303,U+0331,U+0E01-0E5B,U+200C-200D,U+25CC;
}

/* kanit-vietnamese-900-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/assets/kanit-vietnamese-900-normal-CTLHhoJ2.woff2) format('woff2'), url(/assets/kanit-vietnamese-900-normal-D1r9xXNr.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* kanit-latin-ext-900-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/assets/kanit-latin-ext-900-normal-COVJdWv0.woff2) format('woff2'), url(/assets/kanit-latin-ext-900-normal-B-5lTPa_.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* kanit-latin-900-normal */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/assets/kanit-latin-900-normal-DtrvtP44.woff2) format('woff2'), url(/assets/kanit-latin-900-normal-Dxa5tg1b.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}