/**
 * Framework7 3.6.7
 * Full featured mobile HTML framework for building iOS & Android apps
 * http://framework7.io/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2019
 */
 html,
 body,
 .framework7-root {
   position: relative;
   height: 100%;
   width: 100%;
   overflow-x: hidden;
 }
 body {
   margin: 0;
   padding: 0;
   font-size: 14px;
   width: 100%;
   background: var(--color-white);
   overflow: hidden;
   -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
 }
 .framework7-root {
   overflow: hidden;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .framework7-initializing *,
 .framework7-initializing *:before,
 .framework7-initializing *:after {
   -webkit-transition-duration: 0ms !important;
   transition-duration: 0ms !important;
 }
 /*
 a, button, input, textarea, .link, .button, label, .sortable-handler {
   touch-action: manipulation;
   -ms-touch-action: manipulation;
 }
 */
 @media (width: 1024px) and (height: 691px) and (orientation: landscape) {
   html,
   body,
   .framework7-root {
     height: 671px;
   }
 }
 @media (width: 1024px) and (height: 692px) and (orientation: landscape) {
   html,
   body,
   .framework7-root {
     height: 672px;
   }
 }
 * {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-touch-callout: none;
 }
 a,
 input,
 textarea,
 select {
   outline: 0;
 }
 a {
   cursor: pointer;
   text-decoration: none;
 }
 p {
   margin: 1em 0;
 }
 .disabled {
   opacity: 0.55 !important;
   pointer-events: none !important;
 }
 .ios body {
   font-family: -apple-system, SF Pro Text, SF UI Text, system-ui, Helvetica Neue, Helvetica, Arial, sans-serif;
   color: var(--color-black);
   line-height: 1.4;
 }
 .ios .md-only,
 .ios .if-md {
   display: none !important;
 }
 .ios a {
   color: var(--theme-blue-color);
 }
 @media (width: 1024px) and (height: 691px) and (orientation: landscape) {
   .ios,
   .ios body,
   .ios .framework7-root {
     height: 671px;
   }
 }
 @media (width: 1024px) and (height: 692px) and (orientation: landscape) {
   .ios,
   .ios body,
   .ios .framework7-root {
     height: 672px;
   }
 }
 .ios .theme-dark {
   color: var(--color-white);
 }
 .ios .color-theme-red a {
   color: var(--theme-red-color);
 }
 .ios .color-theme-green a {
   color: var(--theme-green-color);
 }
 .ios .color-theme-blue a {
   color: var(--theme-blue-color);
 }
 .ios .color-theme-pink a {
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow a {
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange a {
   color: var(--theme-orange-color);
 }
 .ios .color-theme-gray a {
   color: var(--theme-gray-color);
 }
 .ios .color-theme-white a {
   color: var(--theme-white-color);
 }
 .ios .color-theme-black a {
   color: var(--theme-black-color);
 }
 .ios a.color-red {
   color: var(--theme-red-color);
 }
 .ios a.color-green {
   color: var(--theme-green-color);
 }
 .ios a.color-blue {
   color: var(--theme-blue-color);
 }
 .ios a.color-pink {
   color: var(--theme-pink-color) ;
 }
 .ios a.color-yellow {
   color: var(--theme-yellow-color);
 }
 .ios a.color-orange {
   color: var(--theme-orange-color);
 }
 .ios a.color-gray {
   color: var(--theme-gray-color);
 }
 .ios a.color-white {
   color: var(--theme-white-color);
 }
 .ios a.color-black {
   color: var(--theme-black-color);
 }

 .md .ios-only,
 .md .if-ios {
   display: none !important;
 }





 /* === Statusbar === */
 .statusbar {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 10000;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: none;
 }
 html.device-ios .statusbar,
 html.ios:not(.device-ios):not(.device-android) .statusbar {
   height: 20px;
 }
 html.device-android .statusbar,
 html.md:not(.device-ios):not(.device-android) .statusbar {
   height: 24px;
 }
 html.device-ios.device-iphone-x .statusbar {
   height: constant(safe-area-inset-top);
   height: env(safe-area-inset-top);
 }
 html.with-statusbar .statusbar {
   display: block;
 }
 html.with-statusbar.device-ios .framework7-root,
 html.with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root {
   padding-top: 20px;
 }
 html.with-statusbar.device-android .framework7-root,
 html.with-statusbar.md:not(.device-ios):not(.device-android) .framework7-root {
   padding-top: 24px;
 }
 html.with-statusbar.device-iphone-x .framework7-root {
   padding-top: constant(safe-area-inset-top);
   padding-top: env(safe-area-inset-top);
 }
 .ios .statusbar {
   background: var(--nav-bg);
 }
 .ios .theme-dark .statusbar {
   background-color: var(--theme-dark-nav-bg);
 }










 /* === Views === */
 .views,
 .view {
   position: relative;
   height: 100%;
   z-index: 5000;
   overflow: hidden;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 /* === Pages === */
 .pages {
   position: relative;
   width: 100%;
   height: 100%;
   overflow: hidden;
 }
 .page {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .page.stacked {
   display: none;
 }
 .page-previous {
   pointer-events: none;
 }
 .page-content {
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   height: 100%;
   position: relative;
   z-index: 1;
 }
 .ios .page-shadow-effect {
   position: absolute;
   top: 0;
   width: 16px;
   bottom: 0;
   z-index: -1;
   content: '';
   opacity: 0;
   right: 100%;
   background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.2)));
   background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
   background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
 }
 .ios .page-opacity-effect {
   position: absolute;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, 0.1);
   width: 100%;
   bottom: 0;
   content: '';
   opacity: 0;
   z-index: 10000;
 }
 .ios .router-dynamic-navbar-inside .page-shadow-effect,
 .ios .router-dynamic-navbar-inside .page-opacity-effect {
   top: 44px;
 }
 .ios .page {
   color: var(--page-color);
   background: var(--page-bg);
 }
 .ios .page-previous {
   -webkit-transform: translate3d(-20%, 0, 0);
   transform: translate3d(-20%, 0, 0);
 }
 .ios .page-next {
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
 }
 .ios .page-previous .page-opacity-effect {
   opacity: 1;
 }
 .ios .page-previous:after {
   opacity: 1;
 }
 .ios .page-current .page-shadow-effect {
   opacity: 1;
 }
 .ios .page-transitioning,
 .ios .page-transitioning .page-shadow-effect,
 .ios .page-transitioning .page-opacity-effect {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .ios .router-transition-forward .page-next,
 .ios .router-transition-backward .page-next,
 .ios .router-transition-forward .page-current,
 .ios .router-transition-backward .page-current,
 .ios .router-transition-forward .page-previous:not(.stacked),
 .ios .router-transition-backward .page-previous:not(.stacked) {
   pointer-events: none;
 }
 .ios .router-transition-css-forward .page-next {
   -webkit-animation: ios-page-next-to-current 400ms forwards;
   animation: ios-page-next-to-current 400ms forwards;
 }
 .ios .router-transition-css-forward .page-next:before {
   position: absolute;
   top: 0;
   width: 16px;
   bottom: 0;
   z-index: -1;
   content: '';
   opacity: 0;
   right: 100%;
   background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.2)));
   background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
   background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
   -webkit-animation: ios-page-next-to-current-shadow 400ms forwards;
   animation: ios-page-next-to-current-shadow 400ms forwards;
 }
 .ios .router-transition-css-forward .page-current {
   -webkit-animation: ios-page-current-to-previous 400ms forwards;
   animation: ios-page-current-to-previous 400ms forwards;
 }
 .ios .router-transition-css-forward .page-current:after {
   position: absolute;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, 0.1);
   width: 100%;
   bottom: 0;
   content: '';
   opacity: 0;
   z-index: 10000;
   -webkit-animation: ios-page-current-to-previous-opacity 400ms forwards;
   animation: ios-page-current-to-previous-opacity 400ms forwards;
 }
 .ios .router-transition-css-forward.router-dynamic-navbar-inside .page-next:before,
 .ios .router-transition-css-forward.router-dynamic-navbar-inside .page-current:after {
   top: 44px;
 }
 .ios .router-transition-css-backward .page-previous,
 .ios .router-transition-css-backward .page-current {
   pointer-events: none;
 }
 .ios .router-transition-css-backward .page-previous {
   -webkit-animation: ios-page-previous-to-current 400ms forwards;
   animation: ios-page-previous-to-current 400ms forwards;
 }
 .ios .router-transition-css-backward .page-previous:after {
   position: absolute;
   left: 0;
   top: 0;
   background: rgba(0, 0, 0, 0.1);
   width: 100%;
   bottom: 0;
   content: '';
   opacity: 0;
   z-index: 10000;
   -webkit-animation: ios-page-previous-to-current-opacity 400ms forwards;
   animation: ios-page-previous-to-current-opacity 400ms forwards;
 }
 .ios .router-transition-css-backward .page-current {
   -webkit-animation: ios-page-current-to-next 400ms forwards;
   animation: ios-page-current-to-next 400ms forwards;
 }
 .ios .router-transition-css-backward .page-current:before {
   position: absolute;
   top: 0;
   width: 16px;
   bottom: 0;
   z-index: -1;
   content: '';
   opacity: 0;
   right: 100%;
   background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.2)));
   background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
   background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.2) 100%);
   -webkit-animation: ios-page-current-to-next-shadow 400ms forwards;
   animation: ios-page-current-to-next-shadow 400ms forwards;
 }
 .ios .router-transition-css-backward.router-dynamic-navbar-inside .page-current:before,
 .ios .router-transition-css-backward.router-dynamic-navbar-inside .page-previous:after {
   top: 44px;
 }
 .ios .theme-dark .page,
 .page.ios .theme-dark {
   background: var(--theme-dark-page-bg);
 }
 @-webkit-keyframes ios-page-next-to-current {
   from {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
   to {
     -webkit-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0);
   }
 }
 @keyframes ios-page-next-to-current {
   from {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
   to {
     -webkit-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0);
   }
 }
 @-webkit-keyframes ios-page-previous-to-current {
   from {
     -webkit-transform: translate3d(-20%, 0, 0);
     transform: translate3d(-20%, 0, 0);
   }
   to {
     -webkit-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0);
   }
 }
 @keyframes ios-page-previous-to-current {
   from {
     -webkit-transform: translate3d(-20%, 0, 0);
     transform: translate3d(-20%, 0, 0);
   }
   to {
     -webkit-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0);
   }
 }
 @-webkit-keyframes ios-page-current-to-previous {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
   to {
     -webkit-transform: translate3d(-20%, 0, 0);
     transform: translate3d(-20%, 0, 0);
   }
 }
 @keyframes ios-page-current-to-previous {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
   to {
     -webkit-transform: translate3d(-20%, 0, 0);
     transform: translate3d(-20%, 0, 0);
   }
 }
 @-webkit-keyframes ios-page-current-to-next {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
   to {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 @keyframes ios-page-current-to-next {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
   to {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 @-webkit-keyframes ios-page-next-to-current-shadow {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
 @keyframes ios-page-next-to-current-shadow {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
 @-webkit-keyframes ios-page-previous-to-current-opacity {
   from {
     opacity: 1;
   }
   to {
     opacity: 0;
   }
 }
 @keyframes ios-page-previous-to-current-opacity {
   from {
     opacity: 1;
   }
   to {
     opacity: 0;
   }
 }
 @-webkit-keyframes ios-page-current-to-previous-opacity {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
 @keyframes ios-page-current-to-previous-opacity {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
 @-webkit-keyframes ios-page-current-to-next-shadow {
   from {
     opacity: 1;
   }
   to {
     opacity: 0;
   }
 }
 @keyframes ios-page-current-to-next-shadow {
   from {
     opacity: 1;
   }
   to {
     opacity: 0;
   }
 }













 @-webkit-keyframes md-page-next-to-current {
   from {
     -webkit-transform: translate3d(0, 56px, 0);
     transform: translate3d(0, 56px, 0);
     opacity: 0;
   }
   to {
     -webkit-transform: translate3d(0, 0px, 0);
     transform: translate3d(0, 0px, 0);
     opacity: 1;
   }
 }
 @keyframes md-page-next-to-current {
   from {
     -webkit-transform: translate3d(0, 56px, 0);
     transform: translate3d(0, 56px, 0);
     opacity: 0;
   }
   to {
     -webkit-transform: translate3d(0, 0px, 0);
     transform: translate3d(0, 0px, 0);
     opacity: 1;
   }
 }
 @-webkit-keyframes md-page-current-to-next {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
   to {
     -webkit-transform: translate3d(0, 56px, 0);
     transform: translate3d(0, 56px, 0);
     opacity: 0;
   }
 }
 @keyframes md-page-current-to-next {
   from {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
   }
   to {
     -webkit-transform: translate3d(0, 56px, 0);
     transform: translate3d(0, 56px, 0);
     opacity: 0;
   }
 }
 /* === Link === */
 .link,
 .tab-link {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   position: relative;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   z-index: 1;
 }
 .ios .link {
   -webkit-transition: opacity 300ms;
   transition: opacity 300ms;
 }
 .ios .link i + span,
 .ios .link i + i,
 .ios .link span + i,
 .ios .link span + span {
   margin-left: 7px;
 }
 .ios .link.active-state {
   opacity: 0.3;
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }

 /* === Navbar === */
 .navbar {
   position: relative;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 500;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .navbar b {
   font-weight: 500;
 }
 .navbar a.link {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .navbar .title,
 .navbar .left,
 .navbar .right {
   position: relative;
   z-index: 1;
 }
 .navbar .title {
   text-align: center;
   position: relative;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   -webkit-flex-shrink: 10;
   -ms-flex-negative: 10;
   flex-shrink: 10;
   font-weight: 500;
   display: inline-block;
 }
 .navbar .subtitle {
   display: block;
 }
 .navbar .left,
 .navbar .right {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .navbar .right:first-child {
   position: absolute;
   height: 100%;
 }
 .navbar-inner {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .navbar-inner.stacked {
   display: none;
 }
 .views > .navbar,
 .view > .navbar,
 .page > .navbar {
   position: absolute;
 }
 .ios .navbar {
   height: 44px;
   font-size: 17px;
   background: var(--nav-bg);
   color: var(--nav-color);
 }
 .ios .navbar.no-hairline:after {
   display: none !important;
 }
 .ios .navbar:after {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .ios .navbar a.link {
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   line-height: 44px;
   height: 44px;
   color: var(--nav-icon);

 }
 .ios .navbar a.icon-only {
   width: 44px;
   margin: 0;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .ios .navbar .title {
   font-size: 17px;
   margin: 0;
   line-height: 1.2;
 }
 .ios .navbar .subtitle {
   color: #6d6d72;
   line-height: 1;
   font-size: 10px;
   text-align: center;
   font-weight: normal;
 }
 .ios .navbar .left a + a,
 .ios .navbar .right a + a {
   margin-left: 15px;
 }
 .ios .navbar b,
 .ios .navbar .title {
   font-weight: 600;
 }
 .ios .navbar .left {
   margin-right: 10px;
 }
 .ios .navbar .right {
   margin-left: 10px;
 }
 .ios .navbar .right:first-child {
   right: 8px;
 }
 .ios .navbar:after {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .navbar:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .navbar:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .navbar-inner {
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 0 8px;
   background-color: p;
 }
 .ios .navbar ~ *:not(.no-navbar) .page-content,
 .ios .navbar ~ .page-content {
   padding-top: 44px;
 }
 .ios .navbar-previous {
   pointer-events: none;
 }
 .ios .navbar-previous .left,
 .ios .navbar-previous .right,
 .ios .navbar-previous > .title,
 .ios .navbar-previous .subnavbar,
 .ios .navbar-previous .fading {
   opacity: 0;
 }
 .ios .navbar-previous .sliding {
   opacity: 0;
 }
 .ios .navbar-previous .subnavbar.sliding,
 .ios .navbar-previous.sliding .subnavbar {
   opacity: 1;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
 }
 .ios .navbar-next {
   pointer-events: none;
 }
 .ios .navbar-next .left,
 .ios .navbar-next .right,
 .ios .navbar-next > .title,
 .ios .navbar-next .subnavbar,
 .ios .navbar-next .fading {
   opacity: 0;
 }
 .ios .navbar-next .sliding {
   opacity: 0;
 }
 .ios .navbar-next.sliding .left,
 .ios .navbar-next.sliding .right,
 .ios .navbar-next.sliding > .title,
 .ios .navbar-next.sliding .subnavbar {
   opacity: 0;
 }
 .ios .navbar-next .subnavbar.sliding,
 .ios .navbar-next.sliding .subnavbar {
   opacity: 1;
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
 }
 .ios .navbar-transitioning {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .ios .navbar-hidden {
   -webkit-transform: translate3d(0, -100%, 0);
   transform: translate3d(0, -100%, 0);
 }
 .ios .router-transition-css-forward .navbar-current .left,
 .ios .router-transition-css-backward .navbar-current .left,
 .ios .router-transition-css-forward .navbar-current > .title,
 .ios .router-transition-css-backward .navbar-current > .title,
 .ios .router-transition-css-forward .navbar-current .right,
 .ios .router-transition-css-backward .navbar-current .right,
 .ios .router-transition-css-forward .navbar-current .subnavbar,
 .ios .router-transition-css-backward .navbar-current .subnavbar {
   -webkit-animation: ios-navbar-element-fade-out 400ms forwards;
   animation: ios-navbar-element-fade-out 400ms forwards;
 }
 .ios .router-transition-css-forward .navbar-current .sliding,
 .ios .router-transition-css-backward .navbar-current .sliding,
 .ios .router-transition-css-forward .navbar-current .left.sliding .icon,
 .ios .router-transition-css-backward .navbar-current .left.sliding .icon,
 .ios .router-transition-css-forward .navbar-current.sliding .left,
 .ios .router-transition-css-backward .navbar-current.sliding .left,
 .ios .router-transition-css-forward .navbar-current.sliding .left .icon,
 .ios .router-transition-css-backward .navbar-current.sliding .left .icon,
 .ios .router-transition-css-forward .navbar-current.sliding > .title,
 .ios .router-transition-css-backward .navbar-current.sliding > .title,
 .ios .router-transition-css-forward .navbar-current.sliding .right,
 .ios .router-transition-css-backward .navbar-current.sliding .right {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   opacity: 0 !important;
   -webkit-animation: none;
   animation: none;
 }
 .ios .router-transition-css-forward .navbar-current.sliding .subnavbar,
 .ios .router-transition-css-backward .navbar-current.sliding .subnavbar,
 .ios .router-transition-css-forward .navbar-current .sliding.subnavbar,
 .ios .router-transition-css-backward .navbar-current .sliding.subnavbar {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   -webkit-animation: none;
   animation: none;
   opacity: 1;
 }
 .ios .router-transition-css-forward .navbar-next .left,
 .ios .router-transition-css-backward .navbar-previous .left,
 .ios .router-transition-css-forward .navbar-next > .title,
 .ios .router-transition-css-backward .navbar-previous > .title,
 .ios .router-transition-css-forward .navbar-next .right,
 .ios .router-transition-css-backward .navbar-previous .right,
 .ios .router-transition-css-forward .navbar-next .subnavbar,
 .ios .router-transition-css-backward .navbar-previous .subnavbar {
   -webkit-animation: ios-navbar-element-fade-in 400ms forwards;
   animation: ios-navbar-element-fade-in 400ms forwards;
 }
 .ios .router-transition-css-forward .navbar-next .sliding,
 .ios .router-transition-css-backward .navbar-previous .sliding,
 .ios .router-transition-css-forward .navbar-next .left.sliding .icon,
 .ios .router-transition-css-backward .navbar-previous .left.sliding .icon,
 .ios .router-transition-css-forward .navbar-next.sliding .left,
 .ios .router-transition-css-backward .navbar-previous.sliding .left,
 .ios .router-transition-css-forward .navbar-next.sliding .left .icon,
 .ios .router-transition-css-backward .navbar-previous.sliding .left .icon,
 .ios .router-transition-css-forward .navbar-next.sliding > .title,
 .ios .router-transition-css-backward .navbar-previous.sliding > .title,
 .ios .router-transition-css-forward .navbar-next.sliding .right,
 .ios .router-transition-css-backward .navbar-previous.sliding .right,
 .ios .router-transition-css-forward .navbar-next.sliding .subnavbar,
 .ios .router-transition-css-backward .navbar-previous.sliding .subnavbar {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   -webkit-animation: none;
   animation: none;
   -webkit-transform: translate3d(0, 0, 0) !important;
   transform: translate3d(0, 0, 0) !important;
   opacity: 1 !important;
 }
 .ios .theme-dark .navbar,
 .navbar.ios .theme-dark {
   background: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .navbar:after,
 .navbar.ios .theme-dark:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .navbar .subtitle,
 .navbar.ios .theme-dark .subtitle {
   color: #8e8e93;
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .navbar-inner,
   .ios.device-iphone-x .ios-edges .navbar-inner,
   .ios.device-iphone-x .popup .navbar-inner,
   .ios.device-iphone-x .sheet-modal .navbar-inner,
   .ios.device-iphone-x .panel-left .navbar-inner {
     padding-left: calc(8px + constant(safe-area-inset-right));
     padding-left: calc(8px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .navbar-inner,
   .ios.device-iphone-x .ios-edges .navbar-inner,
   .ios.device-iphone-x .popup .navbar-inner,
   .ios.device-iphone-x .sheet-modal .navbar-inner,
   .ios.device-iphone-x .panel-right .navbar-inner {
     padding-right: calc(8px + constant(safe-area-inset-right));
     padding-right: calc(8px + env(safe-area-inset-right));
   }
 }
 @-webkit-keyframes ios-navbar-element-fade-in {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
 @keyframes ios-navbar-element-fade-in {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
 @-webkit-keyframes ios-navbar-element-fade-out {
   from {
     opacity: 1;
   }
   to {
     opacity: 0;
   }
 }
 @keyframes ios-navbar-element-fade-out {
   from {
     opacity: 1;
   }
   to {
     opacity: 0;
   }
 }















 @media (min-width: 768px) {
   .md .navbar {
     height: 64px;
   }
   .md .navbar a.link {
     height: 64px;
     line-height: 64px;
   }
   .md .navbar ~ * .page-content,
   .md .navbar ~ .page-content {
     padding-top: 64px;
   }
 }





















 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .navbar-inner,
   .md.device-iphone-x .ios-edges .navbar-inner,
   .md.device-iphone-x .popup .navbar-inner,
   .md.device-iphone-x .sheet-modal .navbar-inner,
   .md.device-iphone-x .panel-left .navbar-inner {
     padding-left: constant(safe-area-inset-left);
     padding-left: env(safe-area-inset-left);
   }
   .md.device-iphone-x .ios-right-edge .navbar-inner,
   .md.device-iphone-x .ios-edges .navbar-inner,
   .md.device-iphone-x .popup .navbar-inner,
   .md.device-iphone-x .sheet-modal .navbar-inner,
   .md.device-iphone-x .panel-right .navbar-inner {
     padding-right: constant(safe-area-inset-right);
     padding-right: env(safe-area-inset-right);
   }
 }
 /* === Toolbar === */
 .toolbar {
   width: 100%;
   position: relative;
   margin: 0;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 500;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   left: 0;
 }
 .toolbar b {
   font-weight: 500;
 }
 .toolbar a {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   position: relative;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 .toolbar a.link {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .toolbar i.icon {
   display: block;
 }
 .toolbar-inner {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
 }
 .views > .tabbar,
 .views > .tabbar-labels {
   z-index: 5001;
 }
 .tabbar a.link,
 .tabbar-labels a.link {
   line-height: 1.4;
 }
 .tabbar a.tab-link,
 .tabbar-labels a.tab-link,
 .tabbar a.link,
 .tabbar-labels a.link {
   height: 100%;
   width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .tabbar-labels a.tab-link,
 .tabbar-labels a.link {
   height: 100%;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .tabbar-labels a.tab-link .tabbar-label,
 .tabbar-labels a.link .tabbar-label {
   display: block;
   line-height: 1;
   margin: 0;
   position: relative;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 .tabbar-scrollable .toolbar-inner {
   overflow: auto;
   -webkit-overflow-scrolling: touch;
 }
 .tabbar-scrollable .toolbar-inner::-webkit-scrollbar {
   display: none !important;
   width: 0 !important;
   height: 0 !important;
   -webkit-appearance: none;
   opacity: 0 !important;
 }
 .tabbar-scrollable a.tab-link,
 .tabbar-scrollable a.link {
   width: auto;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .views > .toolbar,
 .view > .toolbar,
 .page > .toolbar {
   position: absolute;
 }
 .ios .toolbar {
   height: 44px;
   font-size: 17px;
   background: var(--nav-bg);
   color: var(--nav-color);
   bottom: 0;
 }
 .ios .toolbar:after {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .ios .toolbar a.link {
   line-height: 44px;
   height: 44px;
 }
 .ios .toolbar a.link i + span,
 .ios .toolbar a.link i + i,
 .ios .toolbar a.link span + i,
 .ios .toolbar a.link span + span {
   margin-left: 7px;
 }
 .ios .toolbar a.icon-only {
   min-height: 44px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin: 0;
   min-width: 44px;
 }
 .ios .toolbar b {
   font-weight: 600;
 }
 .ios .toolbar.no-hairline:before {
   display: none !important;
 }
 .ios .toolbar:before {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .toolbar:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .toolbar:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .toolbar-inner {
   padding: 0 8px;
 }
 .ios .tabbar,
 .ios .tabbar-labels {
   color: var(--tabbar-color)!important;
   background-color: p;
 }
 .ios .tabbar a,
 .ios .tabbar-labels a {
   color: var(--tabbar-color)!important;
 }
 .ios .tabbar a.tab-link-active,
 .ios .tabbar-labels a.tab-link-active {
   /* color: var(--theme-blue-color); */
   color: var(--tabbar-prom-color)!important;

 }
 .ios .tabbar i.icon,
 .ios .tabbar-labels i.icon {
   height: 30px;
 }
 .ios .tabbar-labels {
   height: 50px;
 }
 .ios .tabbar-labels a.tab-link,
 .ios .tabbar-labels a.link {
   padding-top: 4px;
   padding-bottom: 4px;
 }
 .ios .tabbar-labels a.tab-link i + span,
 .ios .tabbar-labels a.link i + span {
   margin: 0;
 }
 .ios .tabbar-labels .tabbar-label {
   letter-spacing: 0.01em;
   font-size: 10px;
 }
 @media (min-width: 768px) {
   .ios .tabbar .toolbar-inner,
   .ios .tabbar-labels .toolbar-inner {
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
   }
   .ios .tabbar a.tab-link,
   .ios .tabbar-labels a.tab-link,
   .ios .tabbar a.link,
   .ios .tabbar-labels a.link {
     width: auto;
     min-width: 105px;
   }
   .ios .tabbar-labels {
     height: 56px;
   }
   .ios .tabbar-labels .tabbar-label {
     font-size: 14px;
   }
 }
 .ios .tabbar-scrollable .toolbar-inner {
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 .ios .tabbar-scrollable a.tab-link,
 .ios .tabbar-scrollable a.link {
   padding: 0 8px;
 }
 .ios .toolbar ~ * .page-content,
 .ios .toolbar ~ .page-content {
   padding-bottom: 44px;
 }
 .ios .tabbar-labels ~ * .page-content,
 .ios .tabbar-labels ~ .page-content {
   padding-bottom: 50px;
 }
 @media (min-width: 768px) {
   .ios .tabbar-labels ~ * .page-content,
   .ios .tabbar-labels ~ .page-content {
     padding-bottom: 56px;
   }
 }
 .ios .toolbar-transitioning {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .ios .toolbar-hidden {
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
 }
 .ios .theme-dark .toolbar,
 .toolbar.ios .theme-dark {
   background: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .toolbar:before,
 .toolbar.ios .theme-dark:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .color-theme-red .tabbar a.tab-link-active,
 .ios .color-theme-red .tabbar-labels a.tab-link-active,
 .ios .color-theme-red.tabbar-labels a.tab-link-active,
 .ios .color-theme-red.tabbar a.tab-link-active {
   color: var(--theme-red-color);
 }
 .ios .color-theme-green .tabbar a.tab-link-active,
 .ios .color-theme-green .tabbar-labels a.tab-link-active,
 .ios .color-theme-green.tabbar-labels a.tab-link-active,
 .ios .color-theme-green.tabbar a.tab-link-active {
   color: var(--theme-green-color);
 }
 .ios .color-theme-blue .tabbar a.tab-link-active,
 .ios .color-theme-blue .tabbar-labels a.tab-link-active,
 .ios .color-theme-blue.tabbar-labels a.tab-link-active,
 .ios .color-theme-blue.tabbar a.tab-link-active {
   color: var(--theme-blue-color);
 }
 .ios .color-theme-pink .tabbar a.tab-link-active,
 .ios .color-theme-pink .tabbar-labels a.tab-link-active,
 .ios .color-theme-pink.tabbar-labels a.tab-link-active,
 .ios .color-theme-pink.tabbar a.tab-link-active {
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .tabbar a.tab-link-active,
 .ios .color-theme-yellow .tabbar-labels a.tab-link-active,
 .ios .color-theme-yellow.tabbar-labels a.tab-link-active,
 .ios .color-theme-yellow.tabbar a.tab-link-active {
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .tabbar a.tab-link-active,
 .ios .color-theme-orange .tabbar-labels a.tab-link-active,
 .ios .color-theme-orange.tabbar-labels a.tab-link-active,
 .ios .color-theme-orange.tabbar a.tab-link-active {
   color: var(--theme-orange-color);
 }
 .ios .color-theme-gray .tabbar a.tab-link-active,
 .ios .color-theme-gray .tabbar-labels a.tab-link-active,
 .ios .color-theme-gray.tabbar-labels a.tab-link-active,
 .ios .color-theme-gray.tabbar a.tab-link-active {
   color: var(--theme-gray-color);
 }
 .ios .color-theme-white .tabbar a.tab-link-active,
 .ios .color-theme-white .tabbar-labels a.tab-link-active,
 .ios .color-theme-white.tabbar-labels a.tab-link-active,
 .ios .color-theme-white.tabbar a.tab-link-active {
   color: var(--theme-white-color);
 }
 .ios .color-theme-black .tabbar a.tab-link-active,
 .ios .color-theme-black .tabbar-labels a.tab-link-active,
 .ios .color-theme-black.tabbar-labels a.tab-link-active,
 .ios .color-theme-black.tabbar a.tab-link-active {
   color: var(--theme-black-color);
 }
 .ios .tabbar-labels.color-red a.tab-link-active,
 .ios .tabbar.color-red a.tab-link-active {
   color: var(--theme-red-color);
 }
 .ios .tabbar-labels.color-green a.tab-link-active,
 .ios .tabbar.color-green a.tab-link-active {
   color: var(--theme-green-color);
 }
 .ios .tabbar-labels.color-blue a.tab-link-active,
 .ios .tabbar.color-blue a.tab-link-active {
   color: var(--theme-blue-color);
 }
 .ios .tabbar-labels.color-pink a.tab-link-active,
 .ios .tabbar.color-pink a.tab-link-active {
   color: var(--theme-pink-color) ;
 }
 .ios .tabbar-labels.color-yellow a.tab-link-active,
 .ios .tabbar.color-yellow a.tab-link-active {
   color: var(--theme-yellow-color);
 }
 .ios .tabbar-labels.color-orange a.tab-link-active,
 .ios .tabbar.color-orange a.tab-link-active {
   color: var(--theme-orange-color);
 }
 .ios .tabbar-labels.color-gray a.tab-link-active,
 .ios .tabbar.color-gray a.tab-link-active {
   color: var(--theme-gray-color);
 }
 .ios .tabbar-labels.color-white a.tab-link-active,
 .ios .tabbar.color-white a.tab-link-active {
   color: var(--theme-white-color);
 }
 .ios .tabbar-labels.color-black a.tab-link-active,
 .ios .tabbar.color-black a.tab-link-active {
   color: var(--theme-black-color);
 }
 .ios.device-iphone-x .views > .toolbar,
 .ios.device-iphone-x .view > .toolbar,
 .ios.device-iphone-x .page > .toolbar,
 .ios.device-iphone-x .popup > .toolbar,
 .ios.device-iphone-x .panel > .toolbar,
 .ios.device-iphone-x .login-screen > .toolbar {
   height: calc(44px + constant(safe-area-inset-bottom));
   height: calc(44px + env(safe-area-inset-bottom));
 }
 .ios.device-iphone-x .views > .toolbar .toolbar-inner,
 .ios.device-iphone-x .view > .toolbar .toolbar-inner,
 .ios.device-iphone-x .page > .toolbar .toolbar-inner,
 .ios.device-iphone-x .popup > .toolbar .toolbar-inner,
 .ios.device-iphone-x .panel > .toolbar .toolbar-inner,
 .ios.device-iphone-x .login-screen > .toolbar .toolbar-inner {
   height: auto;
   bottom: constant(safe-area-inset-bottom);
   bottom: env(safe-area-inset-bottom);
 }
 .ios.device-iphone-x .views > .tabbar-labels,
 .ios.device-iphone-x .view > .tabbar-labels,
 .ios.device-iphone-x .page > .tabbar-labels,
 .ios.device-iphone-x .popup > .tabbar-labels,
 .ios.device-iphone-x .panel > .tabbar-labels,
 .ios.device-iphone-x .login-screen > .tabbar-labels {
   height: calc(50px + constant(safe-area-inset-bottom));
   height: calc(50px + env(safe-area-inset-bottom));
 }
 @media (min-width: 768px) {
   .ios.device-iphone-x .views > .tabbar-labels,
   .ios.device-iphone-x .view > .tabbar-labels,
   .ios.device-iphone-x .page > .tabbar-labels,
   .ios.device-iphone-x .popup > .tabbar-labels,
   .ios.device-iphone-x .panel > .tabbar-labels,
   .ios.device-iphone-x .login-screen > .tabbar-labels {
     height: calc(56px + constant(safe-area-inset-bottom));
     height: calc(56px + env(safe-area-inset-bottom));
   }
 }
 .ios.device-iphone-x .toolbar ~ * .page-content,
 .ios.device-iphone-x .toolbar ~ .page-content {
   padding-bottom: calc(44px + constant(safe-area-inset-bottom));
   padding-bottom: calc(44px + env(safe-area-inset-bottom));
 }
 .ios.device-iphone-x .tabbar-labels ~ * .page-content,
 .ios.device-iphone-x .tabbar-labels ~ .page-content {
   padding-bottom: calc(50px + constant(safe-area-inset-bottom));
   padding-bottom: calc(50px + env(safe-area-inset-bottom));
 }
 @media (min-width: 768px) {
   .ios.device-iphone-x .tabbar-labels ~ * .page-content,
   .ios.device-iphone-x .tabbar-labels ~ .page-content {
     padding-bottom: calc(56px + constant(safe-area-inset-bottom));
     padding-bottom: calc(56px + env(safe-area-inset-bottom));
   }
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .toolbar-inner,
   .ios.device-iphone-x .ios-edges .toolbar-inner,
   .ios.device-iphone-x .popup .toolbar-inner,
   .ios.device-iphone-x .sheet-modal .toolbar-inner,
   .ios.device-iphone-x .panel-left .toolbar-inner {
     padding-left: calc(8px + constant(safe-area-inset-left));
     padding-left: calc(8px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .toolbar-inner,
   .ios.device-iphone-x .ios-edges .toolbar-inner,
   .ios.device-iphone-x .popup .toolbar-inner,
   .ios.device-iphone-x .sheet-modal .toolbar-inner,
   .ios.device-iphone-x .panel-right .toolbar-inner {
     padding-right: calc(8px + constant(safe-area-inset-right));
     padding-right: calc(8px + env(safe-area-inset-right));
   }
 }





































 @media (min-width: 768px) {
   .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) {
     top: 64px;
   }
   .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .page-content,
   .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .page-content {
     padding-top: 112px;
   }
   .md .navbar + .toolbar.tabbar-labels:not(.toolbar-bottom-md) ~ * .page-content,
   .md .navbar + .toolbar.tabbar-labels:not(.toolbar-bottom-md) ~ .page-content {
     padding-top: 136px;
   }
   .md .navbar.navbar-hidden + .toolbar:not(.toolbar-bottom-md):not(.messagebar):not(.toolbar-hidden) {
     -webkit-transform: translate3d(0, -64px, 0);
     transform: translate3d(0, -64px, 0);
   }
   .md .navbar + .toolbar-hidden:not(.toolbar-bottom-md):not(.messagebar) {
     -webkit-transform: translate3d(0, -112px, 0);
     transform: translate3d(0, -112px, 0);
   }
   .md .navbar + .toolbar-hidden.tabbar-labels:not(.toolbar-bottom-md):not(.messagebar) {
     -webkit-transform: translate3d(0, -136px, 0);
     transform: translate3d(0, -136px, 0);
   }
 }





















 .md.device-iphone-x .views > .toolbar:first-child:not(.toolbar-bottom-md),
 .md.device-iphone-x .view > .toolbar:first-child:not(.toolbar-bottom-md),
 .md.device-iphone-x .page > .toolbar:first-child:not(.toolbar-bottom-md),
 .md.device-iphone-x .popup > .toolbar:first-child:not(.toolbar-bottom-md),
 .md.device-iphone-x .panel > .toolbar:first-child:not(.toolbar-bottom-md),
 .md.device-iphone-x .login-screen > .toolbar:first-child:not(.toolbar-bottom-md) {
   height: calc(48px + constant(safe-area-inset-top));
   height: calc(48px + env(safe-area-inset-top));
 }
 .md.device-iphone-x .views > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .view > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .page > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .popup > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .panel > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .login-screen > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner {
   height: auto;
 }
 .md.device-iphone-x .views > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .view > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .page > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .popup > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .panel > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner,
 .md.device-iphone-x .login-screen > .toolbar:first-child:not(.toolbar-bottom-md) .toolbar-inner {
   bottom: 0;
   top: constant(safe-area-inset-top);
   top: env(safe-area-inset-top);
 }
 .md.device-iphone-x .views > .toolbar:first-child:not(.toolbar-bottom-md).tabbar-labels,
 .md.device-iphone-x .view > .toolbar:first-child:not(.toolbar-bottom-md).tabbar-labels,
 .md.device-iphone-x .page > .toolbar:first-child:not(.toolbar-bottom-md).tabbar-labels,
 .md.device-iphone-x .popup > .toolbar:first-child:not(.toolbar-bottom-md).tabbar-labels,
 .md.device-iphone-x .panel > .toolbar:first-child:not(.toolbar-bottom-md).tabbar-labels,
 .md.device-iphone-x .login-screen > .toolbar:first-child:not(.toolbar-bottom-md).tabbar-labels {
   height: calc(72px + constant(safe-area-inset-top));
   height: calc(72px + env(safe-area-inset-top));
 }
 .md.device-iphone-x .views > .toolbar-bottom-md,
 .md.device-iphone-x .view > .toolbar-bottom-md,
 .md.device-iphone-x .page > .toolbar-bottom-md,
 .md.device-iphone-x .popup > .toolbar-bottom-md,
 .md.device-iphone-x .panel > .toolbar-bottom-md,
 .md.device-iphone-x .login-screen > .toolbar-bottom-md {
   height: calc(48px + constant(safe-area-inset-bottom));
   height: calc(48px + env(safe-area-inset-bottom));
 }
 .md.device-iphone-x .views > .toolbar-bottom-md .toolbar-inner,
 .md.device-iphone-x .view > .toolbar-bottom-md .toolbar-inner,
 .md.device-iphone-x .page > .toolbar-bottom-md .toolbar-inner,
 .md.device-iphone-x .popup > .toolbar-bottom-md .toolbar-inner,
 .md.device-iphone-x .panel > .toolbar-bottom-md .toolbar-inner,
 .md.device-iphone-x .login-screen > .toolbar-bottom-md .toolbar-inner {
   height: auto;
   top: 0;
   bottom: constant(safe-area-inset-bottom);
   bottom: env(safe-area-inset-bottom);
 }
 .md.device-iphone-x .views > .toolbar-bottom-md.tabbar-labels,
 .md.device-iphone-x .view > .toolbar-bottom-md.tabbar-labels,
 .md.device-iphone-x .page > .toolbar-bottom-md.tabbar-labels,
 .md.device-iphone-x .popup > .toolbar-bottom-md.tabbar-labels,
 .md.device-iphone-x .panel > .toolbar-bottom-md.tabbar-labels,
 .md.device-iphone-x .login-screen > .toolbar-bottom-md.tabbar-labels {
   height: calc(56px + constant(safe-area-inset-bottom));
   height: calc(56px + env(safe-area-inset-bottom));
 }
 .md.device-iphone-x .toolbar-bottom-md ~ * .page-content,
 .md.device-iphone-x .toolbar-bottom-md ~ .page-content,
 .md.device-iphone-x .messagebar ~ * .page-content,
 .md.device-iphone-x .messagebar ~ .page-content {
   padding-bottom: calc(48px + constant(safe-area-inset-bottom));
   padding-bottom: calc(48px + env(safe-area-inset-bottom));
 }
 .md.device-iphone-x .toolbar-bottom-md.tabbar-labels ~ * .page-content,
 .md.device-iphone-x .toolbar-bottom-md.tabbar-labels ~ .page-content {
   padding-bottom: calc(56px + constant(safe-area-inset-bottom));
   padding-bottom: calc(56px + env(safe-area-inset-bottom));
 }
 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .toolbar-inner,
   .md.device-iphone-x .ios-edges .toolbar-inner,
   .md.device-iphone-x .popup .toolbar-inner,
   .md.device-iphone-x .sheet-modal .toolbar-inner,
   .md.device-iphone-x .panel-left .toolbar-inner {
     padding-left: constant(safe-area-inset-left);
     padding-left: env(safe-area-inset-left);
   }
   .md.device-iphone-x .ios-right-edge .toolbar-inner,
   .md.device-iphone-x .ios-edges .toolbar-inner,
   .md.device-iphone-x .popup .toolbar-inner,
   .md.device-iphone-x .sheet-modal .toolbar-inner,
   .md.device-iphone-x .panel-right .toolbar-inner {
     padding-right: constant(safe-area-inset-right);
     padding-right: env(safe-area-inset-right);
   }
 }
 /* === Subnavbar === */
 .subnavbar {
   width: 100%;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 500;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .subnavbar .title {
   position: relative;
   overflow: hidden;
   text-overflow: ellpsis;
   white-space: nowrap;
 }
 .subnavbar .left,
 .subnavbar .right {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .subnavbar .right:first-child {
   position: absolute;
   height: 100%;
 }
 .subnavbar-inner {
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   overflow: hidden;
 }
 .subnavbar-inner.stacked {
   display: none;
 }
 .navbar .subnavbar {
   top: 100%;
 }
 .views > .navbar,
 .view > .navbar,
 .page > .navbar {
   position: absolute;
 }
 .ios .subnavbar {
   height: 45px;
   margin-top: -1px;
   padding-top: 1px;
   background: var(--nav-bg);
 }
 .ios .subnavbar.no-hairline:after {
   display: none !important;
 }
 .ios .subnavbar .title {
   font-weight: 700;
   line-height: 1;
   overflow: visible;
   font-size: 34px;
   text-align: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-align-self: flex-start;
   -ms-flex-item-align: start;
   align-self: flex-start;
   -webkit-flex-shrink: 10;
   -ms-flex-negative: 10;
   flex-shrink: 10;
   letter-spacing: -0.03em;
 }
 .ios .subnavbar .title {
   margin-left: 7px;
 }
 .ios .subnavbar .left a + a,
 .ios .subnavbar .right a + a {
   margin-left: 15px;
 }
 .ios .subnavbar .left {
   margin-right: 10px;
 }
 .ios .subnavbar .right {
   margin-left: 10px;
 }
 .ios .subnavbar .right:first-child {
   right: 8px;
 }
 .ios .subnavbar a.link {
   line-height: 44px;
   height: 44px;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 .ios .subnavbar a.icon-only {
   min-width: 44px;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin: 0;
 }
 .ios .subnavbar:after {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .subnavbar:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .subnavbar:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .subnavbar-inner {
   padding: 0 8px;
 }
 .ios .navbar ~ .page-with-subnavbar:not(.no-navbar) .subnavbar,
 .ios .navbar ~ .subnavbar {
   top: 44px;
 }
 .ios .page-with-subnavbar .page-content,
 .ios .subnavbar ~ .page-content,
 .ios .subnavbar ~ * .page-content {
   padding-top: 44px;
 }
 .ios .navbar ~ .page-with-subnavbar:not(.no-navbar) .page-content,
 .ios .page-with-subnavbar .navbar ~ .page-content,
 .ios .navbar ~ *:not(.no-navbar) .subnavbar ~ .page-content,
 .ios .navbar ~ *:not(.no-navbar) .subnavbar ~ * .page-content {
   padding-top: 88px;
 }
 .ios .theme-dark .subnavbar,
 .subnavbar.ios .theme-dark {
   background: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .subnavbar:after,
 .subnavbar.ios .theme-dark:after {
   background-color: var(--theme-dark-nav-line);
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .subnavbar-inner,
   .ios.device-iphone-x .ios-edges .subnavbar-inner,
   .ios.device-iphone-x .popup .subnavbar-inner,
   .ios.device-iphone-x .sheet-modal .subnavbar-inner,
   .ios.device-iphone-x .panel-left .subnavbar-inner {
     padding-left: calc(8px + constant(safe-area-inset-left));
     padding-left: calc(8px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .subnavbar-inner,
   .ios.device-iphone-x .ios-edges .subnavbar-inner,
   .ios.device-iphone-x .popup .subnavbar-inner,
   .ios.device-iphone-x .sheet-modal .subnavbar-inner,
   .ios.device-iphone-x .panel-right .subnavbar-inner {
     padding-right: calc(8px + constant(safe-area-inset-right));
     padding-right: calc(8px + env(safe-area-inset-right));
   }
 }

















 @media (min-width: 768px) {
   .md .navbar ~ .subnavbar ~ .page-content,
   .md .navbar ~ .subnavbar ~ * .page-content,
   .md .page-with-subnavbar .navbar ~ * .page-content,
   .md .page-with-subnavbar .navbar ~ .page-content {
     padding-top: 112px;
   }
 }

 @media (min-width: 768px) {
   .md .navbar ~ .subnavbar,
   .md .navbar ~ * .subnavbar,
   .md .page-with-subnavbar .navbar ~ .subnavbar,
   .md .page-with-subnavbar .navbar ~ * .subnavbar {
     top: 64px;
   }
 }


















 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .subnavbar-inner,
   .md.device-iphone-x .ios-edges .subnavbar-inner,
   .md.device-iphone-x .popup .subnavbar-inner,
   .md.device-iphone-x .sheet-modal .subnavbar-inner,
   .md.device-iphone-x .panel-left .subnavbar-inner {
     padding-left: calc(16px + constant(safe-area-inset-left));
     padding-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-right-edge .subnavbar-inner,
   .md.device-iphone-x .ios-edges .subnavbar-inner,
   .md.device-iphone-x .popup .subnavbar-inner,
   .md.device-iphone-x .sheet-modal .subnavbar-inner,
   .md.device-iphone-x .panel-right .subnavbar-inner {
     padding-right: calc(16px + constant(safe-area-inset-right));
     padding-right: calc(16px + env(safe-area-inset-right));
   }
 }
 /* === Content Block === */
 .block {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
 }
 .block.no-hairlines:before,
 .block.no-hairlines ul:before,

 .block.no-hairlines:after,
 .block.no-hairlines ul:after,

 .block.no-hairline-top:before,
 .block.no-hairline-top ul:before,

 .block.no-hairline-bottom:after,
 .block.no-hairline-bottom ul:after,

 .block > h1:first-child,
 .block > h2:first-child,
 .block > h3:first-child,
 .block > h4:first-child,
 .block > p:first-child {
   margin-top: 0;
 }
 .block > h1:last-child,
 .block > h2:last-child,
 .block > h3:last-child,
 .block > h4:last-child,
 .block > p:last-child {
   margin-bottom: 0;
 }
 .block-title {
   position: relative;
   overflow: hidden;
   margin: 0;
   white-space: nowrap;
   text-overflow: ellipsis;
   font-size: 14px;
   line-height: 1;
 }
 .block-strong.inset {
   border-radius: 7px;
 }
 .block-strong.inset:before {
   display: none !important;
 }
 .block-strong.inset:after {
   display: none !important;
 }
 .block-footer,
 .block-header {
   font-size: 14px;
 }
 .block-footer ul:first-child,
 .block-header ul:first-child,
 .block-footer p:first-child,
 .block-header p:first-child,
 .block-footer h1:first-child,
 .block-header h1:first-child,
 .block-footer h2:first-child,
 .block-header h2:first-child,
 .block-footer h3:first-child,
 .block-header h3:first-child,
 .block-footer h4:first-child,
 .block-header h4:first-child {
   margin-top: 0;
 }
 .block-footer ul:last-child,
 .block-header ul:last-child,
 .block-footer p:last-child,
 .block-header p:last-child,
 .block-footer h1:last-child,
 .block-header h1:last-child,
 .block-footer h2:last-child,
 .block-header h2:last-child,
 .block-footer h3:last-child,
 .block-header h3:last-child,
 .block-footer h4:last-child,
 .block-header h4:last-child {
   margin-bottom: 0;
 }
 .block-footer ul:first-child:last-child,
 .block-header ul:first-child:last-child,
 .block-footer p:first-child:last-child,
 .block-header p:first-child:last-child,
 .block-footer h1:first-child:last-child,
 .block-header h1:first-child:last-child,
 .block-footer h2:first-child:last-child,
 .block-header h2:first-child:last-child,
 .block-footer h3:first-child:last-child,
 .block-header h3:first-child:last-child,
 .block-footer h4:first-child:last-child,
 .block-header h4:first-child:last-child {
   margin-top: 0;
   margin-bottom: 0;
 }
 .block-header {
   margin-bottom: 10px;
 }
 .block-footer {
   margin-top: 10px;
 }
 @media (min-width: 768px) {
   .block-strong.tablet-inset:before {
     display: none !important;
   }
   .block-strong.tablet-inset:after {
     display: none !important;
   }
 }
 /* === Content Block === */
 .ios .block {
   margin: 35px 0;
   padding: 0 15px;
   color: #6d6d72;
 }
 .ios .block-title {
   text-transform: uppercase;
   color: #6d6d72;
   margin: 35px 15px 10px;
   line-height: 17px;
 }
 .ios .block-title + .list,
 .ios .block-title + .block,
 .ios .block-title + .card,
 .ios .block-title + .timeline,
 .ios .block-title + .block-header {
   margin-top: 10px;
 }
 .ios .block-strong {
   color: var(--color-black);
   background: var(--color-white);
   padding: 15px 15px;
 }
 .ios .block-strong:before {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .block-strong:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .block-strong:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .block-strong:after {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .block-strong:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .block-strong:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .block.inset {
   margin-left: 15px;
   margin-right: 15px;
 }
 .ios .block-strong-inset {
   border-radius: 7px;
 }
 .ios .block-header,
 .ios .block-footer {
   padding: 0 15px;
   color: #8f8f94;
 }
 .ios .block .block-header,
 .ios .block .block-footer {
   padding: 0 !important;
 }
 .ios .block-header {
   margin-top: 35px;
 }
 .ios .block-header + .list,
 .ios .block-header + .block,
 .ios .block-header + .card,
 .ios .block-header + .timeline {
   margin-top: 10px;
 }
 .ios .block-footer {
   margin-bottom: 35px;
 }
 .ios .list .block-header,
 .ios .block .block-header,
 .ios .card .block-header,
 .ios .timeline .block-header {
   margin-top: 0;
 }
 .ios .list .block-footer,
 .ios .block .block-footer,
 .ios .card .block-footer,
 .ios .timeline .block-footer {
   margin-bottom: 0;
 }
 .ios .list + .block-footer,
 .ios .block + .block-footer,
 .ios .card + .block-footer,
 .ios .timeline + .block-footer {
   margin-top: -25px;
 }
 .ios .block + .block-footer {
   margin-top: -25px;
   margin-bottom: 35px;
 }
 @media (min-width: 768px) {
   .ios .block.tablet-inset {
     margin-left: 15px;
     margin-right: 15px;
     border-radius: 7px;
   }
   .ios .block-strong.tablet-inset {
     border-radius: 7px;
   }
 }
 .ios .theme-dark .block-title,
 .ios .theme-dark .block-header,
 .ios .theme-dark .block-footer {
   color: #8E8E93;
 }
 .ios .theme-dark .block {
   color: #8E8E93;
 }
 .ios .theme-dark .block-strong,
 .ios .theme-dark.block-strong {
   background-color: var(--theme-dark-nav-bg);
   color: var(--color-white);
 }
 .ios .theme-dark .block-strong:before,
 .ios .theme-dark.block-strong:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .block-strong:after,
 .ios .theme-dark.block-strong:after {
   background-color: var(--theme-dark-nav-line);
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-edges .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .popup .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .sheet-modal .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .panel-left .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-left-edge .block-header,
   .ios.device-iphone-x .ios-edges .block-header,
   .ios.device-iphone-x .popup .block-header,
   .ios.device-iphone-x .sheet-modal .block-header,
   .ios.device-iphone-x .panel-left .block-header,
   .ios.device-iphone-x .ios-left-edge .block-footer,
   .ios.device-iphone-x .ios-edges .block-footer,
   .ios.device-iphone-x .popup .block-footer,
   .ios.device-iphone-x .sheet-modal .block-footer,
   .ios.device-iphone-x .panel-left .block-footer {
     padding-left: calc(15px + constant(safe-area-inset-left));
     padding-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .popup .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .sheet-modal .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .panel-left .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .ios-left-edge .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .popup .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .sheet-modal .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .panel-left .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer {
     padding-left: 0;
   }
   .ios.device-iphone-x .ios-left-edge .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-edges .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .popup .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .sheet-modal .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .panel-left .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-left-edge .block-title:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-edges .block-title:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .popup .block-title:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .sheet-modal .block-title:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .panel-left .block-title:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(15px + constant(safe-area-inset-left));
     margin-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-edges .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .popup .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .sheet-modal .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .panel-right .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-right-edge .block-header,
   .ios.device-iphone-x .ios-edges .block-header,
   .ios.device-iphone-x .popup .block-header,
   .ios.device-iphone-x .sheet-modal .block-header,
   .ios.device-iphone-x .panel-right .block-header,
   .ios.device-iphone-x .ios-right-edge .block-footer,
   .ios.device-iphone-x .ios-edges .block-footer,
   .ios.device-iphone-x .popup .block-footer,
   .ios.device-iphone-x .sheet-modal .block-footer,
   .ios.device-iphone-x .panel-right .block-footer {
     padding-right: calc(15px + constant(safe-area-inset-right));
     padding-right: calc(15px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .popup .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .sheet-modal .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .panel-right .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .ios-right-edge .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .popup .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .sheet-modal .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .panel-right .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer {
     padding-right: 0;
   }
   .ios.device-iphone-x .ios-right-edge .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-edges .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .popup .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .sheet-modal .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .panel-right .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-right-edge .block-title:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-edges .block-title:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .popup .block-title:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .sheet-modal .block-title:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .panel-right .block-title:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(15px + constant(safe-area-inset-right));
     margin-right: calc(15px + env(safe-area-inset-right));
   }
 }
 @media (orientation: landscape) and (min-width: 768px) {
   .ios.device-iphone-x .ios-left-edge .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-edges .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .popup .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .sheet-modal .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .panel-left .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(15px + constant(safe-area-inset-left));
     margin-left: calc(15px + env(safe-area-inset-left));
   }
 }
 @media (orientation: landscape) and (min-width: 768px) {
   .ios.device-iphone-x .ios-right-edge .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-edges .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .popup .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .sheet-modal .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .panel-right .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(15px + constant(safe-area-inset-right));
     margin-right: calc(15px + env(safe-area-inset-right));
   }
 }





 .md.device-pixel-ratio-2 .block-strong:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .block-strong:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }

 .md.device-pixel-ratio-2 .block-strong:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .block-strong:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }











 @media (min-width: 768px) {
   .md .block.tablet-inset {
     margin-left: 16px;
     margin-right: 16px;
     border-radius: 4px;
   }
   .md .block-strong.tablet-inset {
     border-radius: 4px;
   }
 }


 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-edges .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .popup .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .sheet-modal .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .panel-left .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-left-edge .block-header,
   .md.device-iphone-x .ios-edges .block-header,
   .md.device-iphone-x .popup .block-header,
   .md.device-iphone-x .sheet-modal .block-header,
   .md.device-iphone-x .panel-left .block-header,
   .md.device-iphone-x .ios-left-edge .block-footer,
   .md.device-iphone-x .ios-edges .block-footer,
   .md.device-iphone-x .popup .block-footer,
   .md.device-iphone-x .sheet-modal .block-footer,
   .md.device-iphone-x .panel-left .block-footer {
     padding-left: calc(16px + constant(safe-area-inset-left));
     padding-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .popup .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .sheet-modal .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .panel-left .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .ios-left-edge .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .popup .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .sheet-modal .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .panel-left .block:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer {
     padding-left: 0;
   }
   .md.device-iphone-x .ios-left-edge .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-edges .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .popup .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .sheet-modal .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .panel-left .block.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-left-edge .block-title:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-edges .block-title:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .popup .block-title:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .sheet-modal .block-title:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .panel-left .block-title:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(16px + constant(safe-area-inset-left));
     margin-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-right-edge .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-edges .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .popup .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .sheet-modal .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .panel-right .block:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-right-edge .block-header,
   .md.device-iphone-x .ios-edges .block-header,
   .md.device-iphone-x .popup .block-header,
   .md.device-iphone-x .sheet-modal .block-header,
   .md.device-iphone-x .panel-right .block-header,
   .md.device-iphone-x .ios-right-edge .block-footer,
   .md.device-iphone-x .ios-edges .block-footer,
   .md.device-iphone-x .popup .block-footer,
   .md.device-iphone-x .sheet-modal .block-footer,
   .md.device-iphone-x .panel-right .block-footer {
     padding-right: calc(16px + constant(safe-area-inset-right));
     padding-right: calc(16px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .popup .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .sheet-modal .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .panel-right .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .ios-right-edge .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .ios-edges .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .popup .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .sheet-modal .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .panel-right .block:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer {
     padding-right: 0;
   }
   .md.device-iphone-x .ios-right-edge .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-edges .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .popup .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .sheet-modal .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .panel-right .block.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-right-edge .block-title:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-edges .block-title:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .popup .block-title:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .sheet-modal .block-title:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .panel-right .block-title:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(16px + constant(safe-area-inset-right));
     margin-right: calc(16px + env(safe-area-inset-right));
   }
 }
 @media (orientation: landscape) and (min-width: 768px) {
   .md.device-iphone-x .ios-left-edge .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-edges .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .popup .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .sheet-modal .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .panel-left .block.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(16px + constant(safe-area-inset-left));
     margin-left: calc(16px + env(safe-area-inset-left));
   }
 }
 @media (orientation: landscape) and (min-width: 768px) {
   .md.device-iphone-x .ios-right-edge .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-edges .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .popup .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .sheet-modal .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .panel-right .block.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(16px + constant(safe-area-inset-right));
     margin-right: calc(16px + env(safe-area-inset-right));
   }
 }
 /* === List View === */
 .list {
   position: relative;
   z-index: 1;
 }
 .list ul {
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
 }
 .list ul ul:before {
   display: none !important;
 }
 .list ul ul:after {
   display: none !important;
 }
 .list li {
   position: relative;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .list .item-media {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding-bottom: 8px;
 }
 .list .item-inner {
   position: relative;
   width: 100%;
   padding-top: 8px;
   padding-bottom: 8px;
   min-width: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-align-self: stretch;
   -ms-flex-item-align: stretch;
   align-self: stretch;
 }
 .list .item-title {
   min-width: 0;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   white-space: nowrap;
   position: relative;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 100%;
 }
 .list .item-after {
   white-space: nowrap;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   margin-left: auto;
 }
 .list .item-link,
 .list .list-button {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transition-property: background-color;
   transition-property: background-color;
   display: block;
   position: relative;
   overflow: hidden;
   z-index: 0;
 }
 .list .item-content {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .list .item-subtitle {
   position: relative;
   overflow: hidden;
   white-space: nowrap;
   max-width: 100%;
   text-overflow: ellipsis;
 }
 .list .item-text {
   position: relative;
   overflow: hidden;
   text-overflow: hidden;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   display: -webkit-box;
 }
 .list .item-title-row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .list .item-title-row .item-after {
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
 }
 .list .item-row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .list .item-cell {
   display: block;
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
 }
 .list li:last-child .list-button:after {
   display: none !important;
 }
 .list li:last-child > .item-inner:after,
 .list li:last-child li:last-child > .item-inner:after,
 .list li:last-child > .item-content > .item-inner:after,
 .list li:last-child li:last-child > .item-content > .item-inner:after,
 .list li:last-child > .swipeout-content > .item-content > .item-inner:after,
 .list li:last-child li:last-child > .swipeout-content > .item-content > .item-inner:after,
 .list li:last-child > .item-link > .item-content > .item-inner:after,
 .list li:last-child li:last-child > .item-link > .item-content > .item-inner:after {
   display: none !important;
 }
 .list.no-hairlines:before,
 .list.no-hairlines ul:before,

 .list.no-hairlines:after,
 .list.no-hairlines ul:after,

 .list.no-hairline-top:before,
 .list.no-hairline-top ul:before,

 .list.no-hairline-bottom:after,
 .list.no-hairline-bottom ul:after,

 .list.no-hairlines-between .item-inner:after,

 .list.no-hairlines-between.simple-list li:after,

 .list.no-hairlines-between.links-list a:after,

 .list.simple-list li {
   position: relative;
   white-space: nowrap;
   text-overflow: ellipsis;
   max-width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
 }
 .list.simple-list li:last-child:after {
   display: none !important;
 }
 .list.links-list a {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transition-property: background-color;
   transition-property: background-color;
   display: block;
   position: relative;
   overflow: hidden;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   white-space: nowrap;
   text-overflow: ellipsis;
   max-width: 100%;
 }
 .list.links-list li:last-child a:after {
   display: none !important;
 }
 .media-list .item-inner,
 li.media-item .item-inner {
   display: block;
   -webkit-align-self: stretch;
   -ms-flex-item-align: stretch;
   align-self: stretch;
 }
 .media-list .item-link .item-inner,
 li.media-item .item-link .item-inner {
   background: none;
 }
 .media-list .item-media,
 li.media-item .item-media {
   -webkit-align-self: flex-start;
   -ms-flex-item-align: start;
   align-self: flex-start;
 }
 .media-list .item-media img,
 li.media-item .item-media img {
   display: block;
 }
 .list .item-link .item-inner,
 .links-list a,
 .media-list .item-link .item-title-row,
 li.media-item .item-link .item-title-row,
 .media-list.chevron-center .item-link .item-inner,
 .media-list .chevron-center .item-link .item-inner,
 .media-list .item-link.chevron-center .item-inner,
 li.media-item.chevron-center .item-link .item-inner,
 li.media-item .chevron-center .item-link .item-inner,
 li.media-item .item-link.chevron-center .item-inner {
   background-size: 8px 13px;
   background-repeat: no-repeat;
   background-position: 95% center;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'8px'%20height%3D'13px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(1.500000%2C%206.500000)%20rotate(-45.000000)%20translate(-1.500000%2C%20-6.500000)%20'%20points%3D'6%2011%206%202%204%202%204%209%20-3%209%20-3%2011%205%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
 }
 .links-list.no-chevron a,
 .no-chevron .links-list a,
 .links-list .no-chevron a,
 .item-link.no-chevron .item-inner,
 .no-chevron .item-link .item-inner,
 .media-list.no-chevron .item-link .item-title-row,
 .no-chevron .media-list .item-link .item-title-row,
 li.media-item .no-chevron .item-title-row,
 li.media-item.no-chevron .item-title-row,
 .media-list.chevron-center .item-title-row,
 .media-list .chevron-center .item-title-row,
 li.media-item.chevron-center .item-title-row,
 li.media-item .chevron-center .item-title-row {
   background-image: none !important;
 }
 .media-list .item-link .item-inner,
 li.media-item .item-link .item-inner {
   background-image: none;
 }
 .media-list .item-link .item-title-row,
 li.media-item .item-link .item-title-row {
   background-position: right center !important;
 }
 .list-group ul:after,
 .list-group ul:before {
   z-index: 25 !important;
 }
 .list-group + .list-group ul:before {
   display: none !important;
 }
 li.item-divider,
 .item-divider,
 li.list-group-title {
   white-space: nowrap;
   position: relative;
   max-width: 100%;
   text-overflow: ellipsis;
   overflow: hidden;
   z-index: 15;
 }
 li.list-group-title,
 .list li.list-group-title {
   position: relative;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   margin-top: 0;
   z-index: 20;
 }
 li.list-group-title:before,
 .list li.list-group-title:before {
   display: none !important;
 }
 .list.inset .block-title {
   margin-left: 0;
   margin-right: 0;
 }
 .list.inset ul:before {
   display: none !important;
 }
 .list.inset ul:after {
   display: none !important;
 }
 @media (min-width: 768px) {
   .list.tablet-inset .block-title {
     margin-left: 0;
     margin-right: 0;
   }
   .list.tablet-inset ul:before {
     display: none !important;
   }
   .list.tablet-inset ul:after {
     display: none !important;
   }
 }
 .theme-dark .list .item-link .item-inner,
 .list.theme-dark .item-link .item-inner,
 .theme-dark .links-list a,
 .links-list.theme-dark a,
 .theme-dark .media-list .item-link .item-title-row,
 .media-list.theme-dark .item-link .item-title-row,
 .theme-dark li.media-item .item-link .item-title-row {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'8px'%20height%3D'13px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23434345'%20transform%3D'translate(1.500000%2C%206.500000)%20rotate(-45.000000)%20translate(-1.500000%2C%20-6.500000)%20'%20points%3D'6%2011%206%202%204%202%204%209%20-3%209%20-3%2011%205%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
 }
 .theme-dark .media-list .item-link .item-inner,
 .media-list.theme-dark .item-link .item-inner,
 .theme-dark li.media-item .item-link .item-inner {
   background-image: none;
 }
 .ios .list {
   margin: 35px 0;
   font-size: 17px;
 }
 .ios .list .item-cell {
   width: 100%;
   min-width: 0;
   margin-left: 15px;
 }
 .ios .list .item-cell:first-child {
   margin-left: 0;
 }
 .ios .list ul {
   background: var(--color-white);
 }
 .ios .list ul ul {
   padding-left: 45px;
 }
 .ios .list .item-media {
   padding-top: 7px;
 }
 .ios .list .item-media i + i,
 .ios .list .item-media i + img {
   margin-left: 5px;
 }
 .ios .list .item-media + .item-inner {
   margin-left: 15px;
 }
 .ios .list .item-inner {
   min-height: 44px;
   padding-right: 15px;
 }
 .ios .list .item-after {
   color: #8e8e93;
   padding-left: 5px;
 }
 .ios .list .item-link,
 .ios .list .list-button {
   color: inherit;
 }
 .ios .list .item-link .item-inner,
 .ios .list .list-button .item-inner {
   padding-right: 35px;
 }
 .ios .list .item-link.active-state,
 .ios .list .list-button.active-state {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   background-color: #d9d9d9;
 }
 .ios .list .item-link.active-state .item-inner:after,
 .ios .list .list-button.active-state .item-inner:after {
   background-color: transparent;
 }
 .ios .list .list-button {
   padding: 0 15px;
   text-align: center;
   color: var(--theme-blue-color);
   line-height: 44px;
 }
 .ios .list .item-content {
   min-height: 44px;
   padding-left: 15px;
 }
 .ios .list .item-subtitle {
   font-size: 15px;
 }
 .ios .list .item-text {
   font-size: 15px;
   color: #8e8e93;
   line-height: 21px;
   max-height: 42px;
 }
 .ios .list .item-header,
 .ios .list .item-footer {
   font-weight: normal;
   font-size: 12px;
   line-height: 1.2;
   white-space: normal;
 }
 .ios .list .item-footer {
   color: #8e8e93;
 }
 .ios .list .item-link.no-chevron .item-inner,
 .ios .list.no-chevron .item-link .item-inner,
 .ios .list .no-chevron .item-link .item-inner,
 .ios .no-chevron .list .item-link .item-inner {
   padding-right: 15px;
 }
 .ios .simple-list li:after {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .simple-list li:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .simple-list li:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .simple-list li {
   padding-left: 15px;
   padding-right: 15px;
   line-height: 44px;
   height: 44px;
 }
 .ios .simple-list li:after {
   width: auto;
   left: 15px;
   right: 0;
 }
 .ios .links-list a:after {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .links-list a:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .links-list a:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .links-list a {
   height: 44px;
   color: inherit;
 }
 .ios .links-list a.active-state {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   background-color: #d9d9d9;
 }
 .ios .links-list a:after {
   width: auto;
 }
 .ios .links-list a {
   padding-left: 15px;
   padding-right: 35px;
 }
 .ios .links-list a:after {
   left: 15px;
   right: 0;
 }
 .ios .links-list.no-chevron a,
 .ios .no-chevron .links-list a,
 .ios .links-list a.no-chevron,
 .ios .links-list .no-chevron a {
   padding-right: 15px;
 }
 .ios .media-list .item-title,
 .ios li.media-item .item-title {
   font-weight: 600;
 }
 .ios .media-list .item-inner,
 .ios li.media-item .item-inner {
   padding-top: 10px;
   padding-bottom: 9px;
 }
 .ios .media-list .item-media,
 .ios li.media-item .item-media {
   padding-top: 9px;
   padding-bottom: 10px;
 }
 .ios .media-list .item-link .item-inner,
 .ios li.media-item .item-link .item-inner {
   padding-right: 15px;
 }
 .ios .media-list .item-link .item-title-row,
 .ios li.media-item .item-link .item-title-row {
   padding-right: 20px;
 }
 .ios .media-list.chevron-center .item-link .item-inner,
 .ios .media-list .chevron-center .item-link .item-inner,
 .ios .media-list .item-link.chevron-center .item-inner,
 .ios li.media-item.chevron-center .item-link .item-inner,
 .ios li.media-item .item-link.chevron-center .item-inner,
 .ios li.media-item .chevron-center .item-link .item-inner {
   padding-right: 35px;
 }
 .ios .media-list.no-chevron .item-link .item-title-row,
 .ios .no-chevron .media-list .item-link .item-title-row,
 .ios .media-list .no-chevron .item-link .item-title-row,
 .ios li.media-item.no-chevron .item-link .item-title-row,
 .ios .no-chevron li.media-item .item-link .item-title-row,
 .ios .media-list.chevron-center .item-title-row,
 .ios .media-list .chevron-center .item-title-row,
 .ios li.media-item.chevron-center .item-title-row,
 .ios li.media-item .chevron-center .item-title-row {
   padding-right: 0 !important;
 }
 .ios .list .item-link .item-inner,
 .ios .links-list a {
   background-position: calc(100% - 15px) center;
 }
 .ios .item-divider,
 .ios .list-group-title {
   margin-top: -1px;
   padding: 4px 15px;
   background: #f7f7f7;
   color: #8e8e93;
 }
 .ios .item-divider:after,
 .ios .list-group-title:after {
   display: none !important;
 }
 .ios .list-group-title {
   margin-top: 0;
 }
 .ios .item-divider:before {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .item-divider:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .item-divider:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .list-group-title:before {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .list-group-title:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .list-group-title:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .list .list-button:after {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .list .list-button:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .list .list-button:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .list .item-inner:after {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .list .item-inner:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .list .item-inner:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .list ul:before {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .list ul:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .list ul:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .list ul:after {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .list ul:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .list ul:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .list.inset {
   margin-left: 15px;
   margin-right: 15px;
   border-radius: 7px;
 }
 .ios .list.inset ul {
   border-radius: 7px;
 }
 .ios .list.inset li:first-child > a {
   border-radius: 7px 7px 0 0;
 }
 .ios .list.inset li:last-child > a {
   border-radius: 0 0 7px 7px;
 }
 .ios .list.inset li:first-child:last-child > a {
   border-radius: 7px;
 }
 @media (min-width: 768px) {
   .ios .list.tablet-inset {
     margin-left: 15px;
     margin-right: 15px;
     border-radius: 7px;
   }
   .ios .list.tablet-inset ul {
     border-radius: 7px;
   }
   .ios .list.tablet-inset li:first-child > a {
     border-radius: 7px 7px 0 0;
   }
   .ios .list.tablet-inset li:last-child > a {
     border-radius: 0 0 7px 7px;
   }
   .ios .list.tablet-inset li:first-child:last-child > a {
     border-radius: 7px;
   }
 }
 .ios li li:last-child .item-inner:after,
 .ios li:last-child li .item-inner:after {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 html.device-pixel-ratio-2 .ios li li:last-child .item-inner:after,
 html.device-pixel-ratio-2 .ios li:last-child li .item-inner:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 html.device-pixel-ratio-3 .ios li li:last-child .item-inner:after,
 html.device-pixel-ratio-3 .ios li:last-child li .item-inner:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li,
   .ios.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li {
     padding-left: calc(15px + constant(safe-area-inset-left));
     padding-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .ios.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .ios.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title,
   .ios.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title {
     padding-left: calc(15px + constant(safe-area-inset-left));
     padding-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .list.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .panel-left .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(15px + constant(safe-area-inset-left));
     margin-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .panel-left .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .ios-left-edge .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .panel-left .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer {
     padding-left: 15px;
   }
   .ios.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content,
   .ios.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content {
     padding-left: calc(15px + constant(safe-area-inset-left));
     padding-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after,
   .ios.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after {
     left: calc(15px + constant(safe-area-inset-left));
     left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a,
   .ios.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a {
     padding-left: calc(15px + constant(safe-area-inset-left));
     padding-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after,
   .ios.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after {
     left: calc(15px + constant(safe-area-inset-left));
     left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .list.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .panel-right .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(15px + constant(safe-area-inset-right));
     margin-right: calc(15px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .panel-right .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .ios-right-edge .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .panel-right .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer {
     padding-right: 15px;
   }
   .ios.device-iphone-x .ios-right-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .panel-right .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .ios.device-iphone-x .ios-right-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .ios.device-iphone-x .panel-right .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer {
     padding-right: 15px;
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title {
     padding-right: calc(15px + constant(safe-area-inset-right));
     padding-right: calc(15px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li {
     padding-right: calc(15px + constant(safe-area-inset-right));
     padding-right: calc(15px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a {
     background-position: calc(100% - 15px - constant(safe-area-inset-right)) center;
     background-position: calc(100% - 15px - env(safe-area-inset-right)) center;
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner {
     padding-right: calc(15px + constant(safe-area-inset-right));
     padding-right: calc(15px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner {
     padding-right: calc(35px + constant(safe-area-inset-right));
     padding-right: calc(35px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner {
     padding-right: calc(15px + constant(safe-area-inset-right));
     padding-right: calc(15px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a {
     padding-right: calc(35px + constant(safe-area-inset-right));
     padding-right: calc(35px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner {
     padding-right: calc(35px + constant(safe-area-inset-right));
     padding-right: calc(35px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a {
     padding-right: calc(15px + constant(safe-area-inset-right));
     padding-right: calc(15px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row {
     padding-right: 0;
   }
 }
 @media (orientation: landscape) and (min-width: 768px) {
   .ios.device-iphone-x .ios-left-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .panel-left .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(15px + constant(safe-area-inset-left));
     margin-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .panel-left .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .ios.device-iphone-x .ios-left-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .ios.device-iphone-x .panel-left .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer {
     padding-left: 15px;
   }
 }
 @media (orientation: landscape) and (min-width: 768px) {
   .ios.device-iphone-x .ios-right-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .panel-right .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(15px + constant(safe-area-inset-right));
     margin-right: calc(15px + env(safe-area-inset-right));
   }
 }
 .ios .theme-dark .list ul,
 .list.ios .theme-dark ul {
   background: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .list ul:before,
 .list.ios .theme-dark ul:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .list ul:after,
 .list.ios .theme-dark ul:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .list li li:last-child .item-inner:after,
 .list.ios .theme-dark li li:last-child .item-inner:after,
 .ios .theme-dark .list li:last-child li .item-inner:after,
 .list.ios .theme-dark li:last-child li .item-inner:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .item-divider:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .list-group-title:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .list-button:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .item-inner:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .item-divider,
 .ios .theme-dark .list-group-title {
   background-color: #111;
 }
 .ios .theme-dark .links-list a:after,
 .ios .theme-dark .simple-list li:after,
 .ios .theme-dark .links-list a:after,
 .links-list.ios .theme-dark a .simple-list li:after,
 .simple-list.ios .theme-dark li:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .list .item-link.active-state,
 .list.ios .theme-dark .item-link.active-state,
 .ios .theme-dark .list .list-button.active-state,
 .list.ios .theme-dark .list-button.active-state,
 .ios .theme-dark .links-list a.active-state,
 .links-list.ios .theme-dark a.active-state {
   background-color: #363636;
 }
 .ios .color-theme-red .list-button {
   color: var(--theme-red-color);
 }
 .ios .color-theme-green .list-button {
   color: var(--theme-green-color);
 }
 .ios .color-theme-blue .list-button {
   color: var(--theme-blue-color);
 }
 .ios .color-theme-pink .list-button {
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .list-button {
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .list-button {
   color: var(--theme-orange-color);
 }
 .ios .color-theme-gray .list-button {
   color: var(--theme-gray-color);
 }
 .ios .color-theme-white .list-button {
   color: var(--theme-white-color);
 }
 .ios .color-theme-black .list-button {
   color: var(--theme-black-color);
 }
 .ios .list .list-button.color-red,
 .ios .list li.color-red .list-button,
 .ios .links-list li.color-red a,
 .ios .simple-list li.color-red,
 .ios .links-list a.color-red,
 .ios .list .item-link.color-red,
 .ios .list li.color-red .item-link {
   color: var(--theme-red-color);
 }
 .ios .list .list-button.color-green,
 .ios .list li.color-green .list-button,
 .ios .links-list li.color-green a,
 .ios .simple-list li.color-green,
 .ios .links-list a.color-green,
 .ios .list .item-link.color-green,
 .ios .list li.color-green .item-link {
   color: var(--theme-green-color);
 }
 .ios .list .list-button.color-blue,
 .ios .list li.color-blue .list-button,
 .ios .links-list li.color-blue a,
 .ios .simple-list li.color-blue,
 .ios .links-list a.color-blue,
 .ios .list .item-link.color-blue,
 .ios .list li.color-blue .item-link {
   color: var(--theme-blue-color);
 }
 .ios .list .list-button.color-pink,
 .ios .list li.color-pink .list-button,
 .ios .links-list li.color-pink a,
 .ios .simple-list li.color-pink,
 .ios .links-list a.color-pink,
 .ios .list .item-link.color-pink,
 .ios .list li.color-pink .item-link {
   color: var(--theme-pink-color) ;
 }
 .ios .list .list-button.color-yellow,
 .ios .list li.color-yellow .list-button,
 .ios .links-list li.color-yellow a,
 .ios .simple-list li.color-yellow,
 .ios .links-list a.color-yellow,
 .ios .list .item-link.color-yellow,
 .ios .list li.color-yellow .item-link {
   color: var(--theme-yellow-color);
 }
 .ios .list .list-button.color-orange,
 .ios .list li.color-orange .list-button,
 .ios .links-list li.color-orange a,
 .ios .simple-list li.color-orange,
 .ios .links-list a.color-orange,
 .ios .list .item-link.color-orange,
 .ios .list li.color-orange .item-link {
   color: var(--theme-orange-color);
 }
 .ios .list .list-button.color-gray,
 .ios .list li.color-gray .list-button,
 .ios .links-list li.color-gray a,
 .ios .simple-list li.color-gray,
 .ios .links-list a.color-gray,
 .ios .list .item-link.color-gray,
 .ios .list li.color-gray .item-link {
   color: var(--theme-gray-color);
 }
 .ios .list .list-button.color-white,
 .ios .list li.color-white .list-button,
 .ios .links-list li.color-white a,
 .ios .simple-list li.color-white,
 .ios .links-list a.color-white,
 .ios .list .item-link.color-white,
 .ios .list li.color-white .item-link {
   color: var(--theme-white-color);
 }
 .ios .list .list-button.color-black,
 .ios .list li.color-black .list-button,
 .ios .links-list li.color-black a,
 .ios .simple-list li.color-black,
 .ios .links-list a.color-black,
 .ios .list .item-link.color-black,
 .ios .list li.color-black .item-link {
   color: var(--theme-black-color);
 }





















 .md.device-pixel-ratio-2 .simple-list li:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .simple-list li:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }



 .md.device-pixel-ratio-2 .links-list a:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .links-list a:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }


















 .md.device-pixel-ratio-2 .list .item-inner:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .list .item-inner:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }

 .md.device-pixel-ratio-2 .list ul:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .list ul:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }

 .md.device-pixel-ratio-2 .list ul:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .list ul:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }





 @media (min-width: 768px) {
   .md .list.tablet-inset {
     margin-left: 16px;
     margin-right: 16px;
     border-radius: 4px;
   }
   .md .list.tablet-inset li:first-child > a {
     border-radius: 4px 4px 0 0;
   }
   .md .list.tablet-inset li:last-child > a {
     border-radius: 0 0 4px 4px;
   }
   .md .list.tablet-inset li:first-child:last-child > a {
     border-radius: 4px;
   }
 }

 html.device-pixel-ratio-2 .md li li:last-child .item-inner:after,
 html.device-pixel-ratio-2 .md li:last-child li .item-inner:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 html.device-pixel-ratio-3 .md li li:last-child .item-inner:after,
 html.device-pixel-ratio-3 .md li:last-child li .item-inner:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li,
   .md.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li {
     padding-left: calc(16px + constant(safe-area-inset-left));
     padding-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .md.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-divider,
   .md.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title,
   .md.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .list-group-title {
     padding-left: calc(16px + constant(safe-area-inset-left));
     padding-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .list.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .panel-left .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(16px + constant(safe-area-inset-left));
     margin-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .panel-left .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .ios-left-edge .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .panel-left .list.inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer {
     padding-left: 15px;
   }
   .md.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content,
   .md.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge) .item-content {
     padding-left: calc(16px + constant(safe-area-inset-left));
     padding-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after,
   .md.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).simple-list li:after {
     left: calc(16px + constant(safe-area-inset-left));
     left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a,
   .md.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a {
     padding-left: calc(16px + constant(safe-area-inset-left));
     padding-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after,
   .md.device-iphone-x .panel-left .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-left-edge).links-list a:after {
     left: calc(16px + constant(safe-area-inset-left));
     left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-right-edge .list.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .panel-right .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(16px + constant(safe-area-inset-right));
     margin-right: calc(16px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .panel-right .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .ios-right-edge .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .ios-edges .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .popup .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .sheet-modal .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .panel-right .list.inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer {
     padding-right: 16px;
   }
   .md.device-iphone-x .ios-right-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .panel-right .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-header,
   .md.device-iphone-x .ios-right-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer,
   .md.device-iphone-x .panel-right .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) .block-footer {
     padding-right: 16px;
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-divider,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .list-group-title {
     padding-right: calc(16px + constant(safe-area-inset-right));
     padding-right: calc(16px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).simple-list li {
     padding-right: calc(16px + constant(safe-area-inset-right));
     padding-right: calc(16px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a {
     background-position: calc(100% - 16px - constant(safe-area-inset-right)) center;
     background-position: calc(100% - 16px - env(safe-area-inset-right)) center;
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner {
     padding-right: calc(16px + constant(safe-area-inset-right));
     padding-right: calc(16px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner {
     padding-right: calc(42px + constant(safe-area-inset-right));
     padding-right: calc(42px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link .item-inner {
     padding-right: calc(16px + constant(safe-area-inset-right));
     padding-right: calc(16px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a {
     padding-right: calc(42px + constant(safe-area-inset-right));
     padding-right: calc(42px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.chevron-center .item-link .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .chevron-center .item-link .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .item-link.chevron-center .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.chevron-center .item-link .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .item-link.chevron-center .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item .chevron-center .item-link .item-inner {
     padding-right: calc(42px + constant(safe-area-inset-right));
     padding-right: calc(42px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link.no-chevron .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron .item-link .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .no-chevron .item-link .item-inner,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list.no-chevron a,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list a.no-chevron,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).links-list .no-chevron a {
     padding-right: calc(16px + constant(safe-area-inset-right));
     padding-right: calc(16px + env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).media-list .no-chevron .item-link .item-title-row,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) li.media-item.no-chevron .item-link .item-title-row,
   .md.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row,
   .md.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row,
   .md.device-iphone-x .popup .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row,
   .md.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row,
   .md.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge).no-chevron li.media-item .item-link .item-title-row {
     padding-right: 0;
   }
 }
 @media (orientation: landscape) and (min-width: 768px) {
   .md.device-iphone-x .ios-left-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .panel-left .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(16px + constant(safe-area-inset-left));
     margin-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .panel-left .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-header,
   .md.device-iphone-x .ios-left-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer,
   .md.device-iphone-x .panel-left .list.tablet-inset:not(.no-ios-edges):not(.no-ios-left-edge) .block-footer {
     padding-left: 15px;
   }
 }
 @media (orientation: landscape) and (min-width: 768px) {
   .md.device-iphone-x .ios-right-edge .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-edges .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .popup .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .sheet-modal .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .panel-right .list.tablet-inset:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(16px + constant(safe-area-inset-right));
     margin-right: calc(16px + env(safe-area-inset-right));
   }
 }
 





























 /* === Badge === */
 .badge {
   display: inline-block;
   color: var(--color-white);
   background: #8e8e93;
   position: relative;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   text-align: center;
 }
 .icon .badge,
 .f7-icons .badge,
 .framework7-icons .badge,
 .material-icons .badge {
   position: absolute;
   left: 100%;
   margin-left: -10px;
   top: -2px;
 }
 .ios .badge {
   font-size: 13px;
   border-radius: 20px;
   padding: 0 6px;
   height: 20px;
   line-height: 20px;
 }
 .ios .icon .badge,
 .ios .f7-icons .badge,
 .ios .framework7-icons .badge,
 .ios .material-icons .badge {
   line-height: 16px;
   height: 16px;
   border-radius: 16px;
   padding: 0 4px;
   min-width: 16px;
   font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
   font-size: 10px;
 }
 .ios .badge.color-red {
   background-color: var(--theme-red-color);
 }
 .ios .badge.color-green {
   background-color: var(--theme-green-color);
 }
 .ios .badge.color-blue {
   background-color: var(--theme-blue-color);
 }
 .ios .badge.color-pink {
   background-color: var(--theme-pink-color) ;
 }
 .ios .badge.color-yellow {
   background-color: var(--theme-yellow-color);
 }
 .ios .badge.color-orange {
   background-color: var(--theme-orange-color);
 }
 .ios .badge.color-gray {
   background-color: var(--theme-gray-color);
 }
 .ios .badge.color-white {
   background-color: var(--theme-white-color);
 }
 .ios .badge.color-black {
   background-color: var(--theme-black-color);
 }











 button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
 }
 .button {
   text-decoration: none;
   text-align: center;
   display: block;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: none;
   padding: 0 10px;
   margin: 0;
   white-space: nowrap;
   text-overflow: ellipsis;
   font-size: 14px;
   position: relative;
   overflow: hidden;
   font-family: inherit;
   cursor: pointer;
   outline: 0;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   vertical-align: middle;
 }
 input[type="submit"].button,
 input[type="button"].button {
   width: 100%;
 }
 button {
   width: 100%;
 }
 .segmented {
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
 }
 .segmented .button,
 .segmented button {
   width: 100%;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   min-width: 0;
 }
 .subnavbar .segmented {
   width: 100%;
 }
 .ios .button {
   border: 1px solid var(--theme-blue-color);
   color: var(--theme-blue-color);
   border-radius: 5px;
   line-height: 27px;
   height: 29px;
 }
 .ios .button.active-state {
   background: rgba(0, 122, 255, 0.15);
 }
 .ios .button.button-round,
 .ios .button.button-round-ios {
   border-radius: 29px;
 }
 .ios .button.button-active,
 .ios .button.tab-link-active {
   background: var(--theme-blue-color);
   color: var(--color-white);
 }
 .ios .button.button-big,
 .ios .button.button-big-ios {
   font-size: 17px;
   height: 44px;
   line-height: 42px;
 }
 .ios .button.button-small,
 .ios .button.button-small-ios {
   height: 26px;
   line-height: 22px;
   border-width: 2px;
   font-size: 13px;
   font-weight: 600;
   text-transform: uppercase;
   -webkit-transition-duration: 200ms;
   transition-duration: 200ms;
 }
 .ios .button.button-small.button-fill.active-state,
 .ios .button.button-small-ios.button-fill.active-state,
 .ios .button.button-small.button-fill-ios.active-state,
 .ios .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-blue-color);
   border: 2px solid var(--theme-blue-color);
   background-color: transparent;
   opacity: 1;
 }
 .ios .button.button-fill,
 .ios .button.button-fill-ios {
   color: var(--color-white);
   background: var(--theme-blue-color);
   border-color: transparent;
 }
 .ios .button.button-fill.active-state,
 .ios .button.button-fill-ios.active-state {
   opacity: 0.8;
 }
 .ios .button i.icon:first-child {
   margin-right: 10px;
 }
 .ios .button i.icon:last-child {
   margin-left: 10px;
 }
 .ios .button i.icon:first-child:last-child {
   margin-left: 0;
   margin-right: 0;
 }
 .ios .segmented .button {
   border-radius: 0;
   border-left-width: 0;
 }
 .ios .segmented .button:first-child {
   border-radius: 5px 0 0 5px;
   border-left-width: 1px;
   border-left-style: solid;
 }
 .ios .segmented .button:first-child.button-small {
   border-left-width: 2px;
 }
 .ios .segmented .button:last-child {
   border-radius: 0 5px 5px 0;
 }
 .ios .segmented .button:first-child:last-child {
   border-radius: 5px;
 }
 .ios .segmented .button.button-round:first-child,
 .ios .segmented .button.button-round-ios:first-child {
   border-radius: 29px 0 0 29px;
 }
 .ios .segmented .button.button-round:last-child,
 .ios .segmented .button.button-round-ios:last-child {
   border-radius: 0 29px 29px 0;
 }
 .ios .color-theme-red .button {
   border-color: var(--theme-red-color);
   color: var(--theme-red-color);
 }
 .ios .color-theme-red .button.active-state {
   background: rgba(255, 59, 48, 0.15);
 }
 .ios .color-theme-red .button.button-active,
 .ios .color-theme-red .button.tab-link-active,
 .ios .color-theme-red .button.button-fill,
 .ios .color-theme-red .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-red .button.button-active,
 .ios .color-theme-red .button.tab-link-active {
   background: var(--theme-red-color);
 }
 .ios .color-theme-red .button.button-fill,
 .ios .color-theme-red .button.button-fill-ios {
   background: var(--theme-red-color);
   border-color: transparent;
 }
 .ios .color-theme-red .button.button-small.button-fill.active-state,
 .ios .color-theme-red .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-red .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-red .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-red-color);
   border: 2px solid var(--theme-red-color);
   background-color: transparent;
 }
 .ios .color-theme-green .button {
   border-color: var(--theme-green-color);
   color: var(--theme-green-color);
 }
 .ios .color-theme-green .button.active-state {
   background: rgba(76, 217, 100, 0.15);
 }
 .ios .color-theme-green .button.button-active,
 .ios .color-theme-green .button.tab-link-active,
 .ios .color-theme-green .button.button-fill,
 .ios .color-theme-green .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-green .button.button-active,
 .ios .color-theme-green .button.tab-link-active {
   background: var(--theme-green-color);
 }
 .ios .color-theme-green .button.button-fill,
 .ios .color-theme-green .button.button-fill-ios {
   background: var(--theme-green-color);
   border-color: transparent;
 }
 .ios .color-theme-green .button.button-small.button-fill.active-state,
 .ios .color-theme-green .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-green .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-green .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-green-color);
   border: 2px solid var(--theme-green-color);
   background-color: transparent;
 }
 .ios .color-theme-blue .button {
   border-color: var(--theme-blue-color);
   color: var(--theme-blue-color);
 }
 .ios .color-theme-blue .button.active-state {
   background: rgba(0, 122, 255, 0.15);
 }
 .ios .color-theme-blue .button.button-active,
 .ios .color-theme-blue .button.tab-link-active,
 .ios .color-theme-blue .button.button-fill,
 .ios .color-theme-blue .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-blue .button.button-active,
 .ios .color-theme-blue .button.tab-link-active {
   background: var(--theme-blue-color);
 }
 .ios .color-theme-blue .button.button-fill,
 .ios .color-theme-blue .button.button-fill-ios {
   background: var(--theme-blue-color);
   border-color: transparent;
 }
 .ios .color-theme-blue .button.button-small.button-fill.active-state,
 .ios .color-theme-blue .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-blue .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-blue .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-blue-color);
   border: 2px solid var(--theme-blue-color);
   background-color: transparent;
 }
 .ios .color-theme-pink .button {
   border-color: var(--theme-pink-color) ;
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .button.active-state {
   background: rgba(255, 45, 85, 0.15);
 }
 .ios .color-theme-pink .button.button-active,
 .ios .color-theme-pink .button.tab-link-active,
 .ios .color-theme-pink .button.button-fill,
 .ios .color-theme-pink .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-pink .button.button-active,
 .ios .color-theme-pink .button.tab-link-active {
   background: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .button.button-fill,
 .ios .color-theme-pink .button.button-fill-ios {
   background: var(--theme-pink-color) ;
   border-color: transparent;
 }
 .ios .color-theme-pink .button.button-small.button-fill.active-state,
 .ios .color-theme-pink .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-pink .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-pink .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-pink-color) ;
   border: 2px solid var(--theme-pink-color) ;
   background-color: transparent;
 }
 .ios .color-theme-yellow .button {
   border-color: var(--theme-yellow-color);
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .button.active-state {
   background: rgba(255, 204, 0, 0.15);
 }
 .ios .color-theme-yellow .button.button-active,
 .ios .color-theme-yellow .button.tab-link-active,
 .ios .color-theme-yellow .button.button-fill,
 .ios .color-theme-yellow .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-yellow .button.button-active,
 .ios .color-theme-yellow .button.tab-link-active {
   background: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .button.button-fill,
 .ios .color-theme-yellow .button.button-fill-ios {
   background: var(--theme-yellow-color);
   border-color: transparent;
 }
 .ios .color-theme-yellow .button.button-small.button-fill.active-state,
 .ios .color-theme-yellow .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-yellow .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-yellow .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-yellow-color);
   border: 2px solid var(--theme-yellow-color);
   background-color: transparent;
 }
 .ios .color-theme-orange .button {
   border-color: var(--theme-orange-color);
   color: var(--theme-orange-color);
 }
 .ios .color-theme-orange .button.active-state {
   background: rgba(255, 149, 0, 0.15);
 }
 .ios .color-theme-orange .button.button-active,
 .ios .color-theme-orange .button.tab-link-active,
 .ios .color-theme-orange .button.button-fill,
 .ios .color-theme-orange .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-orange .button.button-active,
 .ios .color-theme-orange .button.tab-link-active {
   background: var(--theme-orange-color);
 }
 .ios .color-theme-orange .button.button-fill,
 .ios .color-theme-orange .button.button-fill-ios {
   background: var(--theme-orange-color);
   border-color: transparent;
 }
 .ios .color-theme-orange .button.button-small.button-fill.active-state,
 .ios .color-theme-orange .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-orange .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-orange .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-orange-color);
   border: 2px solid var(--theme-orange-color);
   background-color: transparent;
 }
 .ios .color-theme-gray .button {
   border-color: var(--theme-gray-color);
   color: var(--theme-gray-color);
 }
 .ios .color-theme-gray .button.active-state {
   background: rgba(142, 142, 147, 0.15);
 }
 .ios .color-theme-gray .button.button-active,
 .ios .color-theme-gray .button.tab-link-active,
 .ios .color-theme-gray .button.button-fill,
 .ios .color-theme-gray .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-gray .button.button-active,
 .ios .color-theme-gray .button.tab-link-active {
   background: var(--theme-gray-color);
 }
 .ios .color-theme-gray .button.button-fill,
 .ios .color-theme-gray .button.button-fill-ios {
   background: var(--theme-gray-color);
   border-color: transparent;
 }
 .ios .color-theme-gray .button.button-small.button-fill.active-state,
 .ios .color-theme-gray .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-gray .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-gray .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-gray-color);
   border: 2px solid var(--theme-gray-color);
   background-color: transparent;
 }
 .ios .color-theme-white .button {
   border-color: var(--theme-white-color);
   color: var(--theme-white-color);
 }
 .ios .color-theme-white .button.active-state {
   background: rgba(255, 255, 255, 0.15);
 }
 .ios .color-theme-white .button.button-active,
 .ios .color-theme-white .button.tab-link-active,
 .ios .color-theme-white .button.button-fill,
 .ios .color-theme-white .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-white .button.button-active,
 .ios .color-theme-white .button.tab-link-active {
   background: var(--theme-white-color);
 }
 .ios .color-theme-white .button.button-fill,
 .ios .color-theme-white .button.button-fill-ios {
   background: var(--theme-white-color);
   border-color: transparent;
 }
 .ios .color-theme-white .button.button-small.button-fill.active-state,
 .ios .color-theme-white .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-white .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-white .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-white-color);
   border: 2px solid var(--theme-white-color);
   background-color: transparent;
 }
 .ios .color-theme-black .button {
   border-color: var(--theme-black-color);
   color: var(--theme-black-color);
 }
 .ios .color-theme-black .button.active-state {
   background: rgba(0, 0, 0, 0.15);
 }
 .ios .color-theme-black .button.button-active,
 .ios .color-theme-black .button.tab-link-active,
 .ios .color-theme-black .button.button-fill,
 .ios .color-theme-black .button.button-fill-ios {
   color: var(--color-white);
 }
 .ios .color-theme-black .button.button-active,
 .ios .color-theme-black .button.tab-link-active {
   background: var(--theme-black-color);
 }
 .ios .color-theme-black .button.button-fill,
 .ios .color-theme-black .button.button-fill-ios {
   background: var(--theme-black-color);
   border-color: transparent;
 }
 .ios .color-theme-black .button.button-small.button-fill.active-state,
 .ios .color-theme-black .button.button-small-ios.button-fill.active-state,
 .ios .color-theme-black .button.button-small.button-fill-ios.active-state,
 .ios .color-theme-black .button.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-black-color);
   border: 2px solid var(--theme-black-color);
   background-color: transparent;
 }
 .ios .button.color-red {
   border-color: var(--theme-red-color);
   color: var(--theme-red-color);
 }
 .ios .button.color-red.active-state {
   background: rgba(255, 59, 48, 0.15);
 }
 .ios .button.color-red.button-active,
 .ios .button.color-red.tab-link-active,
 .ios .button.color-red.button-fill,
 .ios .button.color-red.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-red.button-active,
 .ios .button.color-red.tab-link-active {
   background: var(--theme-red-color);
 }
 .ios .button.color-red.button-fill,
 .ios .button.color-red.button-fill-ios {
   background: var(--theme-red-color);
   border-color: transparent;
 }
 .ios .button.color-red.button-small.button-fill.active-state,
 .ios .button.color-red.button-small-ios.button-fill.active-state,
 .ios .button.color-red.button-small.button-fill-ios.active-state,
 .ios .button.color-red.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-red-color);
   border: 2px solid var(--theme-red-color);
   background-color: transparent;
 }
 .ios .button.color-green {
   border-color: var(--theme-green-color);
   color: var(--theme-green-color);
 }
 .ios .button.color-green.active-state {
   background: rgba(76, 217, 100, 0.15);
 }
 .ios .button.color-green.button-active,
 .ios .button.color-green.tab-link-active,
 .ios .button.color-green.button-fill,
 .ios .button.color-green.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-green.button-active,
 .ios .button.color-green.tab-link-active {
   background: var(--theme-green-color);
 }
 .ios .button.color-green.button-fill,
 .ios .button.color-green.button-fill-ios {
   background: var(--theme-green-color);
   border-color: transparent;
 }
 .ios .button.color-green.button-small.button-fill.active-state,
 .ios .button.color-green.button-small-ios.button-fill.active-state,
 .ios .button.color-green.button-small.button-fill-ios.active-state,
 .ios .button.color-green.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-green-color);
   border: 2px solid var(--theme-green-color);
   background-color: transparent;
 }
 .ios .button.color-blue {
   border-color: var(--theme-blue-color);
   color: var(--theme-blue-color);
 }
 .ios .button.color-blue.active-state {
   background: rgba(0, 122, 255, 0.15);
 }
 .ios .button.color-blue.button-active,
 .ios .button.color-blue.tab-link-active,
 .ios .button.color-blue.button-fill,
 .ios .button.color-blue.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-blue.button-active,
 .ios .button.color-blue.tab-link-active {
   background: var(--theme-blue-color);
 }
 .ios .button.color-blue.button-fill,
 .ios .button.color-blue.button-fill-ios {
   background: var(--theme-blue-color);
   border-color: transparent;
 }
 .ios .button.color-blue.button-small.button-fill.active-state,
 .ios .button.color-blue.button-small-ios.button-fill.active-state,
 .ios .button.color-blue.button-small.button-fill-ios.active-state,
 .ios .button.color-blue.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-blue-color);
   border: 2px solid var(--theme-blue-color);
   background-color: transparent;
 }
 .ios .button.color-pink {
   border-color: var(--theme-pink-color) ;
   color: var(--theme-pink-color) ;
 }
 .ios .button.color-pink.active-state {
   background: rgba(255, 45, 85, 0.15);
 }
 .ios .button.color-pink.button-active,
 .ios .button.color-pink.tab-link-active,
 .ios .button.color-pink.button-fill,
 .ios .button.color-pink.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-pink.button-active,
 .ios .button.color-pink.tab-link-active {
   background: var(--theme-pink-color) ;
 }
 .ios .button.color-pink.button-fill,
 .ios .button.color-pink.button-fill-ios {
   background: var(--theme-pink-color) ;
   border-color: transparent;
 }
 .ios .button.color-pink.button-small.button-fill.active-state,
 .ios .button.color-pink.button-small-ios.button-fill.active-state,
 .ios .button.color-pink.button-small.button-fill-ios.active-state,
 .ios .button.color-pink.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-pink-color) ;
   border: 2px solid var(--theme-pink-color) ;
   background-color: transparent;
 }
 .ios .button.color-yellow {
   border-color: var(--theme-yellow-color);
   color: var(--theme-yellow-color);
 }
 .ios .button.color-yellow.active-state {
   background: rgba(255, 204, 0, 0.15);
 }
 .ios .button.color-yellow.button-active,
 .ios .button.color-yellow.tab-link-active,
 .ios .button.color-yellow.button-fill,
 .ios .button.color-yellow.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-yellow.button-active,
 .ios .button.color-yellow.tab-link-active {
   background: var(--theme-yellow-color);
 }
 .ios .button.color-yellow.button-fill,
 .ios .button.color-yellow.button-fill-ios {
   background: var(--theme-yellow-color);
   border-color: transparent;
 }
 .ios .button.color-yellow.button-small.button-fill.active-state,
 .ios .button.color-yellow.button-small-ios.button-fill.active-state,
 .ios .button.color-yellow.button-small.button-fill-ios.active-state,
 .ios .button.color-yellow.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-yellow-color);
   border: 2px solid var(--theme-yellow-color);
   background-color: transparent;
 }
 .ios .button.color-orange {
   border-color: var(--theme-orange-color);
   color: var(--theme-orange-color);
 }
 .ios .button.color-orange.active-state {
   background: rgba(255, 149, 0, 0.15);
 }
 .ios .button.color-orange.button-active,
 .ios .button.color-orange.tab-link-active,
 .ios .button.color-orange.button-fill,
 .ios .button.color-orange.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-orange.button-active,
 .ios .button.color-orange.tab-link-active {
   background: var(--theme-orange-color);
 }
 .ios .button.color-orange.button-fill,
 .ios .button.color-orange.button-fill-ios {
   background: var(--theme-orange-color);
   border-color: transparent;
 }
 .ios .button.color-orange.button-small.button-fill.active-state,
 .ios .button.color-orange.button-small-ios.button-fill.active-state,
 .ios .button.color-orange.button-small.button-fill-ios.active-state,
 .ios .button.color-orange.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-orange-color);
   border: 2px solid var(--theme-orange-color);
   background-color: transparent;
 }
 .ios .button.color-gray {
   border-color: var(--theme-gray-color);
   color: var(--theme-gray-color);
 }
 .ios .button.color-gray.active-state {
   background: rgba(142, 142, 147, 0.15);
 }
 .ios .button.color-gray.button-active,
 .ios .button.color-gray.tab-link-active,
 .ios .button.color-gray.button-fill,
 .ios .button.color-gray.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-gray.button-active,
 .ios .button.color-gray.tab-link-active {
   background: var(--theme-gray-color);
 }
 .ios .button.color-gray.button-fill,
 .ios .button.color-gray.button-fill-ios {
   background: var(--theme-gray-color);
   border-color: transparent;
 }
 .ios .button.color-gray.button-small.button-fill.active-state,
 .ios .button.color-gray.button-small-ios.button-fill.active-state,
 .ios .button.color-gray.button-small.button-fill-ios.active-state,
 .ios .button.color-gray.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-gray-color);
   border: 2px solid var(--theme-gray-color);
   background-color: transparent;
 }
 .ios .button.color-white {
   border-color: var(--theme-white-color);
   color: var(--theme-white-color);
 }
 .ios .button.color-white.active-state {
   background: rgba(255, 255, 255, 0.15);
 }
 .ios .button.color-white.button-active,
 .ios .button.color-white.tab-link-active,
 .ios .button.color-white.button-fill,
 .ios .button.color-white.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-white.button-active,
 .ios .button.color-white.tab-link-active {
   background: var(--theme-white-color);
 }
 .ios .button.color-white.button-fill,
 .ios .button.color-white.button-fill-ios {
   background: var(--theme-white-color);
   border-color: transparent;
 }
 .ios .button.color-white.button-small.button-fill.active-state,
 .ios .button.color-white.button-small-ios.button-fill.active-state,
 .ios .button.color-white.button-small.button-fill-ios.active-state,
 .ios .button.color-white.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-white-color);
   border: 2px solid var(--theme-white-color);
   background-color: transparent;
 }
 .ios .button.color-black {
   border-color: var(--theme-black-color);
   color: var(--theme-black-color);
 }
 .ios .button.color-black.active-state {
   background: rgba(0, 0, 0, 0.15);
 }
 .ios .button.color-black.button-active,
 .ios .button.color-black.tab-link-active,
 .ios .button.color-black.button-fill,
 .ios .button.color-black.button-fill-ios {
   color: var(--color-white);
 }
 .ios .button.color-black.button-active,
 .ios .button.color-black.tab-link-active {
   background: var(--theme-black-color);
 }
 .ios .button.color-black.button-fill,
 .ios .button.color-black.button-fill-ios {
   background: var(--theme-black-color);
   border-color: transparent;
 }
 .ios .button.color-black.button-small.button-fill.active-state,
 .ios .button.color-black.button-small-ios.button-fill.active-state,
 .ios .button.color-black.button-small.button-fill-ios.active-state,
 .ios .button.color-black.button-small-ios.button-fill-ios.active-state {
   color: var(--theme-black-color);
   border: 2px solid var(--theme-black-color);
   background-color: transparent;
 }




































































































 /* === Touch Ripple === */




 .button-fill .md .ripple-wave,
 .picker-calendar-day .md .ripple-wave {
   z-index: 1;
 }














 /* === Icon === */
 i.icon {
   display: inline-block;
   vertical-align: middle;
   background-size: 100% auto;
   background-position: center;
   background-repeat: no-repeat;
   font-style: normal;
   position: relative;
 }
 .ios .icon-back,
 .ios .icon-prev {
   width: 12px;
   height: 20px;
 }
 .ios .icon-forward,
 .ios .icon-next {
   width: 12px;
   height: 20px;
 }
 .ios .icon-next,
 .ios .icon-prev {
   width: 10px;
 }
 .ios .icon-back,
 .ios .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%23007aff'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .icon-forward,
 .ios .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%23007aff'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .navbar .f7-icons,
 .ios .toolbar .f7-icons {
   font-size: 22px;
 }
 .ios .tabbar .f7-icons,
 .ios .tabbar-labels .f7-icons {
   font-size: 25px;
 }
 .ios .item-media .f7-icons {
   font-size: 25px;
   width: 29px;
   height: 29px;
 }
 .ios .button .f7-icons {
   font-size: 22px;
 }
 .ios .item-media .icon {
   color: #808080;
 }
 .ios .color-theme-red .icon-back,
 .ios .icon-back.color-red,
 .ios a.link.color-red .icon-back,
 .ios .color-theme-red .icon-prev,
 .ios .icon-prev.color-red,
 .ios a.link.color-red .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%23ff3b30'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-red .icon-forward,
 .ios .icon-forward.color-red,
 .ios a.link.color-red .icon-forward,
 .ios .color-theme-red .icon-next,
 .ios .icon-next.color-red,
 .ios a.link.color-red .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%23ff3b30'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-green .icon-back,
 .ios .icon-back.color-green,
 .ios a.link.color-green .icon-back,
 .ios .color-theme-green .icon-prev,
 .ios .icon-prev.color-green,
 .ios a.link.color-green .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%234cd964'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-green .icon-forward,
 .ios .icon-forward.color-green,
 .ios a.link.color-green .icon-forward,
 .ios .color-theme-green .icon-next,
 .ios .icon-next.color-green,
 .ios a.link.color-green .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%234cd964'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-blue .icon-back,
 .ios .icon-back.color-blue,
 .ios a.link.color-blue .icon-back,
 .ios .color-theme-blue .icon-prev,
 .ios .icon-prev.color-blue,
 .ios a.link.color-blue .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%23007aff'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-blue .icon-forward,
 .ios .icon-forward.color-blue,
 .ios a.link.color-blue .icon-forward,
 .ios .color-theme-blue .icon-next,
 .ios .icon-next.color-blue,
 .ios a.link.color-blue .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%23007aff'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-pink .icon-back,
 .ios .icon-back.color-pink,
 .ios a.link.color-pink .icon-back,
 .ios .color-theme-pink .icon-prev,
 .ios .icon-prev.color-pink,
 .ios a.link.color-pink .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%23ff2d55'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-pink .icon-forward,
 .ios .icon-forward.color-pink,
 .ios a.link.color-pink .icon-forward,
 .ios .color-theme-pink .icon-next,
 .ios .icon-next.color-pink,
 .ios a.link.color-pink .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%23ff2d55'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-yellow .icon-back,
 .ios .icon-back.color-yellow,
 .ios a.link.color-yellow .icon-back,
 .ios .color-theme-yellow .icon-prev,
 .ios .icon-prev.color-yellow,
 .ios a.link.color-yellow .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%23ffcc00'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-yellow .icon-forward,
 .ios .icon-forward.color-yellow,
 .ios a.link.color-yellow .icon-forward,
 .ios .color-theme-yellow .icon-next,
 .ios .icon-next.color-yellow,
 .ios a.link.color-yellow .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%23ffcc00'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-orange .icon-back,
 .ios .icon-back.color-orange,
 .ios a.link.color-orange .icon-back,
 .ios .color-theme-orange .icon-prev,
 .ios .icon-prev.color-orange,
 .ios a.link.color-orange .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%23ff9500'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-orange .icon-forward,
 .ios .icon-forward.color-orange,
 .ios a.link.color-orange .icon-forward,
 .ios .color-theme-orange .icon-next,
 .ios .icon-next.color-orange,
 .ios a.link.color-orange .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%23ff9500'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-gray .icon-back,
 .ios .icon-back.color-gray,
 .ios a.link.color-gray .icon-back,
 .ios .color-theme-gray .icon-prev,
 .ios .icon-prev.color-gray,
 .ios a.link.color-gray .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%238e8e93'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-gray .icon-forward,
 .ios .icon-forward.color-gray,
 .ios a.link.color-gray .icon-forward,
 .ios .color-theme-gray .icon-next,
 .ios .icon-next.color-gray,
 .ios a.link.color-gray .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%238e8e93'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-white .icon-back,
 .ios .icon-back.color-white,
 .ios a.link.color-white .icon-back,
 .ios .color-theme-white .icon-prev,
 .ios .icon-prev.color-white,
 .ios a.link.color-white .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%23ffffff'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-white .icon-forward,
 .ios .icon-forward.color-white,
 .ios a.link.color-white .icon-forward,
 .ios .color-theme-white .icon-next,
 .ios .icon-next.color-white,
 .ios a.link.color-white .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%23ffffff'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-black .icon-back,
 .ios .icon-back.color-black,
 .ios a.link.color-black .icon-back,
 .ios .color-theme-black .icon-prev,
 .ios .icon-prev.color-black,
 .ios a.link.color-black .icon-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M.18261596%209.4221638c.0352203-.05148305.07573462-.10050698.1215468-.14631917L9.1425872.4374202c.5830904-.58309038%201.52656832-.5849888%202.11643872.00488163.5857864.58578644.591222%201.53009836.0048816%202.11643873L3.82594417%209.9967039l7.43188553%207.4318855c.5830904.5830904.5849888%201.5265683-.0048817%202.1164387-.5857864.5857865-1.5300983.591222-2.11643868.0048816L.2980849%2010.7114853c-.3526746-.3526746-.3939974-.89699-.11546894-1.2893215z'%20fill%3D'%23000000'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-black .icon-forward,
 .ios .icon-forward.color-black,
 .ios a.link.color-black .icon-forward,
 .ios .color-theme-black .icon-next,
 .ios .icon-next.color-black,
 .ios a.link.color-black .icon-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'12'%20height%3D'20'%20viewBox%3D'0%200%2012%2020'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.51840604%2010.5648622c-.0352203.05148305-.07573462.10050698-.1215468.14631917L2.5584348%2019.5496058c-.5830904.58309038-1.52656832.5849888-2.11643872-.00488163-.5857864-.58578644-.591222-1.53009836-.0048816-2.11643873L7.87507783%209.9903221.4431923%202.5584366C-.1398981%201.9753462-.1417965%201.0318683.448074.4419979c.5857864-.5857865%201.5300983-.591222%202.11643868-.0048816l8.83842442%208.8384244c.3526746.3526746.3939974.89699.11546894%201.2893215z'%20fill%3D'%23000000'%20fill-rule%3D'evenodd'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .icon.color-red {
   color: var(--theme-red-color);
 }
 .ios .icon.color-green {
   color: var(--theme-green-color);
 }
 .ios .icon.color-blue {
   color: var(--theme-blue-color);
 }
 .ios .icon.color-pink {
   color: var(--theme-pink-color) ;
 }
 .ios .icon.color-yellow {
   color: var(--theme-yellow-color);
 }
 .ios .icon.color-orange {
   color: var(--theme-orange-color);
 }
 .ios .icon.color-gray {
   color: var(--theme-gray-color);
 }
 .ios .icon.color-white {
   color: var(--theme-white-color);
 }
 .ios .icon.color-black {
   color: var(--theme-black-color);
 }






















































 .custom-modal-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   z-index: 13000;
   visibility: hidden;
   opacity: 0;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   z-index: 10500;
 }
 .custom-modal-backdrop.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .custom-modal-backdrop.backdrop-in {
   visibility: visible;
   opacity: 1;
 }
 /* === Dialog === */
 .dialog-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   z-index: 13000;
   visibility: hidden;
   opacity: 0;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .dialog-backdrop.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .dialog-backdrop.backdrop-in {
   visibility: visible;
   opacity: 1;
 }
 .dialog {
   position: absolute;
   z-index: 13500;
   left: 50%;
   margin-top: 0;
   top: 50%;
   overflow: hidden;
   opacity: 0;
   -webkit-transform: translate3d(0, 0, 0) scale(1.185);
   transform: translate3d(0, 0, 0) scale(1.185);
   -webkit-transition-property: opacity, -webkit-transform;
   transition-property: opacity, -webkit-transform;
   transition-property: transform, opacity;
   transition-property: transform, opacity, -webkit-transform;
   display: none;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .dialog.modal-in {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0) scale(1);
   transform: translate3d(0, 0, 0) scale(1);
 }
 .dialog.modal-out {
   opacity: 0;
   z-index: 13499;
 }
 .dialog.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .dialog-inner {
   position: relative;
 }
 .dialog-title {
   font-weight: 500;
   margin-bottom: 1;
 }
 .dialog-buttons {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .dialog-buttons-vertical .dialog-buttons {
   display: block;
   height: auto !important;
 }
 .dialog-no-buttons .dialog-buttons {
   display: none;
 }
 .dialog-input-field {
   position: relative;
 }
 .dialog-input-field .item-input-wrap {
   margin: 0;
   padding: 0;
 }
 .dialog-input {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0;
   margin-top: 15px;
   border-radius: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   width: 100%;
   display: block;
   font-family: inherit;
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 html.with-modal-dialog .page-content {
   overflow: hidden;
   -webkit-overflow-scrolling: auto;
 }
 .ios .dialog {
   width: 270px;
   margin-left: -135px;
   text-align: center;
   border-radius: 13px;
   color: var(--color-black);
 }
 .ios .dialog.modal-out {
   -webkit-transform: translate3d(0, 0, 0) scale(1);
   transform: translate3d(0, 0, 0) scale(1);
 }
 .ios .dialog-inner {
   padding: 15px;
   border-radius: 13px 13px 0 0;
   background: rgba(255, 255, 255, 0.95);
 }
 .ios .dialog-inner:after {
   content: '';
   position: absolute;
   background-color: rgba(0, 0, 0, 0.2);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .dialog-inner:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .dialog-inner:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .dialog-title {
   font-size: 18px;
   text-align: center;
   font-weight: 600;
 }
 .ios .dialog-title + .dialog-text {
   margin-top: 5px;
 }
 .ios .dialog-buttons {
   height: 44px;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .ios .dialog-button {
   width: 100%;
   padding: 0 5px;
   height: 44px;
   font-size: 17px;
   line-height: 44px;
   text-align: center;
   color: var(--theme-blue-color);
   display: block;
   position: relative;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   cursor: pointer;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   background: rgba(255, 255, 255, 0.95);
 }
 .ios .dialog-button:first-child {
   border-radius: 0 0 0 13px;
 }
 .ios .dialog-button:last-child {
   border-radius: 0 0 13px 0;
 }
 .ios .dialog-button:last-child:after {
   display: none !important;
 }
 .ios .dialog-button:first-child:last-child {
   border-radius: 0 0 13px 13px;
 }
 .ios .dialog-button.dialog-button-bold {
   font-weight: 500;
 }
 .ios .dialog-button.active-state {
   background: rgba(230, 230, 230, 0.95);
 }
 .ios .dialog-buttons-vertical .dialog-buttons {
   height: auto;
 }
 .ios .dialog-buttons-vertical .dialog-button {
   border-radius: 0;
 }
 .ios .dialog-buttons-vertical .dialog-button:last-child {
   border-radius: 0 0 13px 13px;
 }
 .ios .dialog-buttons-vertical .dialog-button:last-child:after {
   display: none !important;
 }
 .ios .dialog-button:after {
   content: '';
   position: absolute;
   background-color: rgba(0, 0, 0, 0.2);
   display: block;
   z-index: 15;
   top: 0;
   right: 0;
   bottom: auto;
   left: auto;
   width: 1px;
   height: 100%;
   -webkit-transform-origin: 100% 50%;
   transform-origin: 100% 50%;
 }
 .ios.device-pixel-ratio-2 .dialog-button:after {
   -webkit-transform: scaleX(0.5);
   transform: scaleX(0.5);
 }
 .ios.device-pixel-ratio-3 .dialog-button:after {
   -webkit-transform: scaleX(0.33);
   transform: scaleX(0.33);
 }
 .ios .dialog-buttons-vertical .dialog-button:after {
   content: '';
   position: absolute;
   background-color: rgba(0, 0, 0, 0.2);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .dialog-buttons-vertical .dialog-button:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .dialog-buttons-vertical .dialog-button:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .dialog-no-buttons .dialog-inner {
   border-radius: 13px;
 }
 .ios .dialog-no-buttons .dialog-inner:after {
   display: none !important;
 }
 .ios .dialog-input-field {
   margin-top: 15px;
 }
 .ios .dialog-input-field .item-input-wrap {
   margin: 0;
 }
 .ios .dialog-input {
   height: 26px;
   background: var(--color-white);
   padding: 0 5px;
   border: 1px solid rgba(0, 0, 0, 0.3);
   font-size: 14px;
 }
 .ios .dialog-input + .dialog-input {
   margin-top: 5px;
 }
 .ios .dialog-input-double + .dialog-input-double {
   margin-top: 0;
 }
 .ios .dialog-input-double + .dialog-input-double .dialog-input {
   border-top: 0;
   margin-top: 0;
 }
 .ios .dialog-preloader .dialog-title ~ .preloader,
 .ios .dialog-preloader .dialog-text ~ .preloader {
   margin-top: 5px;
 }
 .ios .dialog-preloader .preloader {
   width: 34px;
   height: 34px;
 }
 .ios .dialog-progress .dialog-title ~ .progressbar,
 .ios .dialog-progress .dialog-text ~ .progressbar,
 .ios .dialog-progress .dialog-title ~ .progressbar-infinite,
 .ios .dialog-progress .dialog-text ~ .progressbar-infinite {
   margin-top: 15px;
 }
 .ios .dialog-button.color-red {
   color: var(--theme-red-color);
 }
 .ios .dialog-button.color-green {
   color: var(--theme-green-color);
 }
 .ios .dialog-button.color-blue {
   color: var(--theme-blue-color);
 }
 .ios .dialog-button.color-pink {
   color: var(--theme-pink-color) ;
 }
 .ios .dialog-button.color-yellow {
   color: var(--theme-yellow-color);
 }
 .ios .dialog-button.color-orange {
   color: var(--theme-orange-color);
 }
 .ios .dialog-button.color-gray {
   color: var(--theme-gray-color);
 }
 .ios .dialog-button.color-white {
   color: var(--theme-white-color);
 }
 .ios .dialog-button.color-black {
   color: var(--theme-black-color);
 }











 input[type="submit"].md .dialog-button,
 input[type="button"].md .dialog-button {
   width: 100%;
 }





















 /* === Popup === */
 .popup-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   z-index: 13000;
   visibility: hidden;
   opacity: 0;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   z-index: 10500;
 }
 .popup-backdrop.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .popup-backdrop.backdrop-in {
   visibility: visible;
   opacity: 1;
 }
 .popup {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
   background: var(--color-white);
   z-index: 11000;
 }
 .popup.modal-in,
 .popup.modal-out {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .popup.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .popup.modal-in {
   display: block;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .popup.modal-out {
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
 }
 @media (min-width: 630px) and (min-height: 630px) {
   .popup:not(.popup-tablet-fullscreen) {
     width: 630px;
     height: 630px;
     left: 50%;
     top: 50%;
     margin-left: -315px;
     margin-top: -315px;
     -webkit-transform: translate3d(0, 100vh, 0);
     transform: translate3d(0, 100vh, 0);
   }
   .popup:not(.popup-tablet-fullscreen).modal-in {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
   .popup:not(.popup-tablet-fullscreen).modal-out {
     -webkit-transform: translate3d(0, 100vh, 0);
     transform: translate3d(0, 100vh, 0);
   }
 }
 @media (max-width: 629px), (max-height: 629px) {
   html.with-statusbar .popup-backdrop {
     z-index: 9500;
   }
   html.with-statusbar.device-ios .popup,
   html.with-statusbar.ios:not(.device-ios):not(.device-android) .popup {
     height: calc(100% - 20px);
     top: 20px;
   }
   html.with-statusbar.device-iphone-x .popup {
     height: calc(100% - constant(safe-area-inset-top));
     height: calc(100% - env(safe-area-inset-top));
     top: constant(safe-area-inset-top);
     top: env(safe-area-inset-top);
   }
   html.with-statusbar.device-android .popup,
   html.with-statusbar.md:not(.device-ios):not(.device-android) .popup {
     height: calc(100% - 24px);
     top: 24px;
   }
 }
 @media (min-width: 630px), (min-height: 630px) {
   html.with-statusbar.device-ios .popup-tablet-fullscreen,
   html.with-statusbar.ios:not(.device-ios):not(.device-android) .popup-tablet-fullscreen {
     height: calc(100% - 20px);
     top: 20px;
   }
   html.with-statusbar.device-iphone-x .popup-tablet-fullscreen {
     height: calc(100% - constant(safe-area-inset-top));
     height: calc(100% - env(safe-area-inset-top));
     top: constant(safe-area-inset-top);
     top: env(safe-area-inset-top);
   }
   html.with-statusbar.device-android .popup-tablet-fullscreen,
   html.with-statusbar.md:not(.device-ios):not(.device-android) .popup-tablet-fullscreen {
     height: calc(100% - 24px);
     top: 24px;
   }
 }
 html.with-modal-popup .framework7-root > .views .page-content,
 html.with-modal-popup .framework7-root > .view .page-content,
 html.with-modal-popup .framework7-root > .panel .page-content {
   overflow: hidden;
   -webkit-overflow-scrolling: auto;
 }
 @media (min-width: 630px) and (min-height: 630px) {
   .md .popup:not(.popup-tablet-fullscreen) {
     -webkit-box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.5);
   }
 }
 /* === Login Screen === */
 .login-screen {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
   background: var(--color-white);
   z-index: 11000;
 }
 .login-screen.modal-in,
 .login-screen.modal-out {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .login-screen.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .login-screen.modal-in {
   display: block;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .login-screen.modal-out {
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
 }
 html.with-statusbar.device-ios .login-screen,
 html.with-statusbar.ios:not(.device-ios):not(.device-android) .login-screen {
   height: calc(100% - 20px);
   top: 20px;
 }
 html.with-statusbar.device-iphone-x .login-screen {
   height: calc(100% - constant(safe-area-inset-top));
   height: calc(100% - env(safe-area-inset-top));
   top: constant(safe-area-inset-top);
   top: env(safe-area-inset-top);
 }
 html.with-statusbar.device-android .login-screen,
 html.with-statusbar.md:not(.device-ios):not(.device-android) .login-screen {
   height: calc(100% - 24px);
   top: 24px;
 }
 .login-screen-content {
   background: var(--color-white);
 }
 .login-screen-content .login-screen-title,
 .login-screen-content .list,
 .login-screen-content .block,
 .login-screen-content .block-footer,
 .login-screen-content .block-header {
   max-width: 480px;
 }
 .login-screen-content .list ul {
   background: none;
 }
 .login-screen-content .list ul:before {
   display: none !important;
 }
 .login-screen-content .list ul:after {
   display: none !important;
 }
 .login-screen-content .block-footer,
 .login-screen-content .block-header {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
 }
 .login-screen-title {
   text-align: center;
 }
 .ios .login-screen-content .login-screen-title,
 .ios .login-screen-content .list,
 .ios .login-screen-content .block {
   margin: 25px auto;
 }
 .ios .login-screen-title {
   font-size: 30px;
 }
 .ios .theme-dark .login-screen-content,
 .ios .theme-dark .login-screen-content .list ul {
   background-color: transparent;
 }






















 /* === Popover === */
 .popover-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   z-index: 13000;
   visibility: hidden;
   opacity: 0;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .popover-backdrop.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .popover-backdrop.backdrop-in {
   visibility: visible;
   opacity: 1;
 }
 .popover {
   width: 260px;
   z-index: 13500;
   margin: 0;
   top: 0;
   opacity: 0;
   left: 0;
   position: absolute;
   display: none;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .popover .list {
   margin: 0;
 }
 .popover .list ul {
   background: none;
 }
 .popover .list:first-child ul:before {
   display: none !important;
 }
 .popover .list:last-child ul:after {
   display: none !important;
 }
 .popover.modal-in {
   opacity: 1;
 }
 .popover.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .popover-inner {
   overflow: auto;
   -webkit-overflow-scrolling: touch;
 }
 .popover-from-actions-bold {
   font-weight: 600;
 }
 .popover-from-actions-label {
   line-height: 1.3;
   position: relative;
 }
 .popover-from-actions-label:last-child:after {
   display: none !important;
 }
 .ios .popover {
   background: rgba(255, 255, 255, 0.95);
   border-radius: 13px;
   -webkit-transform: none;
   transform: none;
   -webkit-transition-property: opacity;
   transition-property: opacity;
 }
 .ios .popover .list:first-child ul {
   border-radius: 13px 13px 0 0;
 }
 .ios .popover .list:first-child li:first-child,
 .ios .popover .list:first-child li:first-child a,
 .ios .popover .list:first-child li:first-child > label {
   border-radius: 13px 13px 0 0;
 }
 .ios .popover .list:last-child ul {
   border-radius: 0 0 13px 13px;
 }
 .ios .popover .list:last-child li:last-child,
 .ios .popover .list:last-child li:last-child a,
 .ios .popover .list:last-child li:last-child > label {
   border-radius: 0 0 13px 13px;
 }
 .ios .popover .list:first-child:last-child li:first-child:last-child,
 .ios .popover .list:first-child:last-child li:first-child:last-child a,
 .ios .popover .list:first-child:last-child li:first-child:last-child > label,
 .ios .popover .list:first-child:last-child ul {
   border-radius: 13px;
 }
 .ios .popover .list + .list {
   margin-top: 35px;
 }
 .ios .popover-angle {
   width: 26px;
   height: 26px;
   position: absolute;
   left: -26px;
   top: 0;
   z-index: 100;
   overflow: hidden;
 }
 .ios .popover-angle:after {
   content: '';
   background: rgba(255, 255, 255, 0.95);
   width: 26px;
   height: 26px;
   position: absolute;
   left: 0;
   top: 0;
   border-radius: 3px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .ios .popover-angle.on-left {
   left: -26px;
 }
 .ios .popover-angle.on-left:after {
   left: 19px;
   top: 0;
 }
 .ios .popover-angle.on-right {
   left: 100%;
 }
 .ios .popover-angle.on-right:after {
   left: -19px;
   top: 0;
 }
 .ios .popover-angle.on-top {
   left: 0;
   top: -26px;
 }
 .ios .popover-angle.on-top:after {
   left: 0;
   top: 19px;
 }
 .ios .popover-angle.on-bottom {
   left: 0;
   top: 100%;
 }
 .ios .popover-angle.on-bottom:after {
   left: 0;
   top: -19px;
 }
 .ios .popover-from-actions .list + .list {
   margin-top: 20px;
 }
 .ios .popover-from-actions .list ul {
   background: var(--color-white);
 }
 .ios .popover-from-actions .item-link i.icon {
   width: 29px;
   height: 29px;
   font-size: 29px;
 }
 .ios .popover-from-actions-label {
   padding: 8px 10px;
   color: #8a8a8a;
   font-size: 13px;
   text-align: center;
 }
 .ios .popover-from-actions-label:after {
   content: '';
   position: absolute;
   background-color: rgba(0, 0, 0, 0.2);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .popover-from-actions-label:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .popover-from-actions-label:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .theme-dark .popover,
 .popover.ios .theme-dark {
   background: rgba(21, 32, 47, 0.95);
 }
 .ios .theme-dark .popover .popover-angle:after,
 .popover.ios .theme-dark .popover-angle:after {
   background: rgba(21, 32, 47, 0.95);
 }
 .ios .theme-dark .popover .list ul,
 .popover.ios .theme-dark .list ul {
   background-color: transparent;
 }















 .md.device-pixel-ratio-2 .popover-from-actions-label:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .popover-from-actions-label:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }



 /* === Actions === */
 .actions-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   z-index: 13000;
   visibility: hidden;
   opacity: 0;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .actions-backdrop.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .actions-backdrop.backdrop-in {
   visibility: visible;
   opacity: 1;
 }
 .actions-modal {
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 13500;
   width: 100%;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
   display: none;
   max-height: 100%;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
 }
 .actions-modal.modal-in,
 .actions-modal.modal-out {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .actions-modal.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .actions-modal.modal-in {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .actions-modal.modal-out {
   z-index: 13499;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
 }
 @media (min-width: 496px) {
   .actions-modal {
     width: 480px;
     left: 50%;
     margin-left: -240px;
   }
 }
 .actions-group {
   position: relative;
 }
 .actions-button,
 .actions-label {
   width: 100%;
   font-weight: normal;
   margin: 0;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: block;
   position: relative;
 }
 .actions-button a,
 .actions-label a {
   text-decoration: none;
   color: inherit;
   display: block;
 }
 .actions-button b,
 .actions-label b,
 .actions-button.actions-button-bold,
 .actions-label.actions-button-bold {
   font-weight: 500;
 }
 .actions-button {
   cursor: pointer;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .actions-button-media {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .actions-button-text {
   width: 100%;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
 }
 .actions-label {
   line-height: 1.3;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .actions-grid .actions-group {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 .actions-grid .actions-button {
   width: 33.33333333%;
   display: block;
 }
 .actions-grid .actions-button-media {
   margin-left: auto;
   margin-right: auto;
 }
 .actions-grid .actions-button-text {
   margin-left: 0 !important;
   text-align: center;
 }
 .ios .actions-group {
   margin: 8px;
   border-radius: 13px;
   overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .ios .actions-button,
 .ios .actions-label {
   text-align: center;
   overflow: hidden;
   background: rgba(255, 255, 255, 0.95);
 }
 .ios .actions-button b,
 .ios .actions-label b,
 .ios .actions-button.actions-button-bold,
 .ios .actions-label.actions-button-bold {
   font-weight: 600;
 }
 .ios .actions-button:first-child,
 .ios .actions-label:first-child {
   border-radius: 13px 13px 0 0;
 }
 .ios .actions-button:last-child,
 .ios .actions-label:last-child {
   border-radius: 0 0 13px 13px;
 }
 .ios .actions-button:last-child:after,
 .ios .actions-label:last-child:after {
   display: none !important;
 }
 .ios .actions-button:first-child:last-child,
 .ios .actions-label:first-child:last-child {
   border-radius: 13px;
 }
 .ios .actions-button {
   height: 57px;
   line-height: 57px;
   font-size: 20px;
   color: var(--theme-blue-color);
   white-space: normal;
   text-overflow: ellipsis;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .ios .actions-button.active-state {
   background: rgba(230, 230, 230, 0.9);
 }
 .ios .actions-button-media {
   margin-left: 15px;
 }
 .ios .actions-button-media i.icon {
   width: 29px;
   height: 29px;
   font-size: 29px;
 }
 .ios .actions-button-media + .actions-button-text {
   text-align: left;
   margin-left: 15px;
 }
 .ios .actions-label {
   font-size: 13px;
   min-height: 57px;
   padding: 8px 10px;
   color: #8a8a8a;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 @media (orientation: lanscape) {
   .ios .actions-label {
     min-height: 44px;
   }
   .ios .actions-button {
     height: 44px;
     line-height: 44px;
   }
 }
 .ios .actions-grid .actions-group {
   margin-top: 0;
   border-radius: 0;
   background: rgba(255, 255, 255, 0.95);
 }
 .ios .actions-grid .actions-group:first-child {
   border-radius: 13px 13px 0 0;
 }
 .ios .actions-grid .actions-group:last-child {
   border-radius: 0 0 13px 13px;
 }
 .ios .actions-grid .actions-group:first-child:last-child {
   border-radius: 13px;
 }
 .ios .actions-grid .actions-group:not(:last-child) {
   margin-bottom: 0;
 }
 .ios .actions-grid .actions-button,
 .ios .actions-grid .actions-label {
   border-radius: 0 !important;
   background: none;
 }
 .ios .actions-grid .actions-button-media {
   width: 48px;
   height: 48px;
   margin-left: auto;
   margin-right: auto;
 }
 .ios .actions-grid .actions-button-media i.icon {
   width: 48px;
   height: 48px;
   font-size: 48px;
 }
 .ios .actions-grid .actions-button-media + .actions-button-text {
   text-align: center;
 }
 .ios .actions-grid .actions-button {
   padding: 16px;
   line-height: 1;
   height: auto;
 }
 .ios .actions-grid .actions-button:after {
   display: none !important;
 }
 .ios .actions-grid .actions-button.active-state {
   background: rgba(230, 230, 230, 0.9);
 }
 .ios .actions-grid .actions-button-text {
   margin-top: 8px;
   line-height: 16px;
   height: 16px;
   font-size: 12px;
   color: #757575;
 }
 .ios .actions-button:after {
   content: '';
   position: absolute;
   background-color: rgba(0, 0, 0, 0.2);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .actions-button:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .actions-button:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .actions-label:after {
   content: '';
   position: absolute;
   background-color: rgba(0, 0, 0, 0.2);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .actions-label:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .actions-label:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .actions-button.color-red,
 .ios .actions-label.color-red {
   color: var(--theme-red-color);
 }
 .ios .actions-button.color-green,
 .ios .actions-label.color-green {
   color: var(--theme-green-color);
 }
 .ios .actions-button.color-blue,
 .ios .actions-label.color-blue {
   color: var(--theme-blue-color);
 }
 .ios .actions-button.color-pink,
 .ios .actions-label.color-pink {
   color: var(--theme-pink-color) ;
 }
 .ios .actions-button.color-yellow,
 .ios .actions-label.color-yellow {
   color: var(--theme-yellow-color);
 }
 .ios .actions-button.color-orange,
 .ios .actions-label.color-orange {
   color: var(--theme-orange-color);
 }
 .ios .actions-button.color-gray,
 .ios .actions-label.color-gray {
   color: var(--theme-gray-color);
 }
 .ios .actions-button.color-white,
 .ios .actions-label.color-white {
   color: var(--theme-white-color);
 }
 .ios .actions-button.color-black,
 .ios .actions-label.color-black {
   color: var(--theme-black-color);
 }
 .ios.device-iphone-x .actions-modal.modal-in {
   -webkit-transform: translate3d(0, calc(0px - constant(safe-area-inset-bottom)), 0);
   transform: translate3d(0, calc(0px - constant(safe-area-inset-bottom)), 0);
   -webkit-transform: translate3d(0, calc(0px - env(safe-area-inset-bottom)), 0);
   transform: translate3d(0, calc(0px - env(safe-area-inset-bottom)), 0);
 }



 .md.device-pixel-ratio-2 .actions-group:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .actions-group:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }






















 .md.device-iphone-x .actions-modal.modal-in {
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
 }
 /* === Sheet Modal === */
 .sheet-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   z-index: 13000;
   visibility: hidden;
   opacity: 0;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   z-index: 11000;
 }
 .sheet-backdrop.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .sheet-backdrop.backdrop-in {
   visibility: visible;
   opacity: 1;
 }
 .sheet-modal {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 260px;
   display: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
   background: var(--color-white);
   z-index: 12500;
 }
 .sheet-modal.modal-in,
 .sheet-modal.modal-out {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .sheet-modal.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .sheet-modal.modal-in {
   display: block;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .sheet-modal.modal-out {
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
 }
 .sheet-modal .sheet-modal-inner {
   height: 100%;
   position: relative;
   overflow: hidden;
 }
 .sheet-modal .toolbar {
   position: relative;
   width: 100%;
 }
 .ios .sheet-modal {
   background: #cfd5da;
 }
 .ios .sheet-modal .toolbar {
   background: var(--nav-bg);
 }
 .ios .sheet-modal .toolbar + .sheet-modal-inner {
   height: calc(100% - 44px);
 }
 .ios .sheet-modal .toolbar ~ .sheet-modal-inner .page-content {
   padding-bottom: 0;
 }
 .ios .sheet-modal .toolbar:before {
   content: '';
   position: absolute;
   background-color: #929499;
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .sheet-modal .toolbar:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .sheet-modal .toolbar:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios.device-iphone-x .sheet-modal .toolbar ~ .sheet-modal-inner .page-content,
 .ios.device-iphone-x .sheet-modal .sheet-modal-inner > .page-content {
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
 }
 .ios .theme-dark .sheet-modal,
 .sheet-modal.ios .theme-dark {
   background-color: var(--theme-dark-page-bg);
 }
 .ios .theme-dark .sheet-modal .toolbar,
 .sheet-modal.ios .theme-dark .toolbar {
   background-color: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .sheet-modal .toolbar:before,
 .sheet-modal.ios .theme-dark .toolbar:before {
   background-color: var(--theme-dark-nav-line);
 }






 .md.device-iphone-x .sheet-modal .toolbar ~ .sheet-modal-inner .page-content,
 .md.device-iphone-x .sheet-modal .sheet-modal-inner > .page-content {
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
 }

 /* === Toast === */
 .toast {
   -webkit-transition-property: opacity, -webkit-transform;
   transition-property: opacity, -webkit-transform;
   transition-property: transform, opacity;
   transition-property: transform, opacity, -webkit-transform;
   position: absolute;
   max-width: 568px;
   z-index: 20000;
   color: var(--color-white);
   font-size: 14px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .toast.modal-in {
   opacity: 1;
 }
 .toast .toast-content {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .toast .toast-text {
   line-height: 20px;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   min-width: 0;
 }
 .toast .toast-button {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .toast.toast-with-icon .toast-content {
   display: block;
   text-align: center;
 }
 .toast.toast-with-icon .toast-text {
   text-align: center;
 }
 .toast.toast-with-icon .toast-icon .f7-icons {
   font-size: 50px;
   width: 50px;
   height: 50px;
 }
 .toast.toast-with-icon .toast-icon .material-icons {
   font-size: 48px;
   width: 48px;
   height: 48px;
 }
 .toast.toast-center {
   top: 50%;
   opacity: 0;
 }
 @media (min-width: 1024px) {
   .toast {
     opacity: 0;
   }
 }
 html.with-statusbar.device-ios .toast-top,
 html.with-statusbar.ios:not(.device-ios):not(.device-android) .toast-top {
   margin-top: 20px;
 }
 html.with-statusbar.device-iphone-x .toast-top {
   margin-top: constant(safe-area-inset-top);
   margin-top: env(safe-area-inset-top);
 }
 html.with-statusbar.device-android .toast-top,
 html.with-statusbar.md:not(.device-ios):not(.device-android) .toast-top {
   margin-top: 24px;
 }
 .ios .toast {
   -webkit-transition-duration: 450ms;
   transition-duration: 450ms;
   background: rgba(0, 0, 0, 0.75);
   opacity: 0;
   width: 100%;
   left: 0;
 }
 @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
   .ios .toast {
     background: rgba(0, 0, 0, 0.65);
     -webkit-backdrop-filter: blur(10px);
     backdrop-filter: blur(10px);
   }
 }
 .ios .toast.toast-center {
   width: auto;
   left: 50%;
   border-radius: 8px;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
 }
 .ios .toast.toast-center.modal-in {
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   opacity: 1;
 }
 .ios .toast.toast-top {
   top: 0;
   -webkit-transform: translate3d(0, -100%, 0);
   transform: translate3d(0, -100%, 0);
 }
 .ios .toast.toast-top.modal-in {
   -webkit-transform: translate3d(0, 0%, 0);
   transform: translate3d(0, 0%, 0);
   opacity: 1;
 }
 .ios .toast.toast-bottom {
   bottom: 0;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
 }
 .ios .toast.toast-bottom.modal-in {
   -webkit-transform: translate3d(0, 0%, 0);
   transform: translate3d(0, 0%, 0);
   opacity: 1;
 }
 @media (min-width: 569px) {
   .ios .toast {
     left: 50%;
     margin-left: -284px;
   }
   .ios .toast.toast-center {
     margin-left: 0;
   }
 }
 @media (min-width: 569px) {
   .ios .toast {
     border-radius: 8px;
   }
   .ios .toast.toast-bottom {
     bottom: 15px;
   }
   .ios .toast.toast-top {
     top: 15px;
   }
 }
 @media (min-width: 1024px) {
   .ios .toast {
     margin-left: 0;
     width: auto;
   }
   .ios .toast.toast-bottom,
   .ios .toast.toast-top {
     left: 15px;
   }
 }
 .ios .toast-content {
   padding: 12px 15px;
 }
 .ios .toast-button {
   color: var(--color-white);
   margin-left: 15px;
 }
 @media (max-width: 568px) {
   .ios.device-iphone-x .toast-bottom .toast-content {
     padding-bottom: calc(12px + constant(safe-area-inset-bottom));
     padding-bottom: calc(12px + env(safe-area-inset-bottom));
   }
 }
 @media (min-width: 569px) {
   .ios.device-iphone-x .toast-bottom {
     bottom: calc(15px + constant(safe-area-inset-bottom));
     bottom: calc(15px + env(safe-area-inset-bottom));
   }
 }








 @media (min-width: 584px) {
   .md .toast {
     left: 50%;
     margin-left: -284px;
   }
   .md .toast.toast-center {
     margin-left: 0;
   }
 }
 @media (min-width: 1024px) {
   .md .toast {
     margin-left: 0;
     width: auto;
   }
   .md .toast.toast-bottom,
   .md .toast.toast-top {
     left: 24px;
   }
   .md .toast.toast-bottom {
     bottom: 24px;
   }
   .md .toast.toast-top {
     top: 24px;
   }
 }


 @media (max-width: 568px) {
   .md.device-iphone-x .toast-bottom .toast-content {
     padding-bottom: calc(14px + constant(safe-area-inset-bottom));
     padding-bottom: calc(14px + env(safe-area-inset-bottom));
   }
 }
 @media (min-width: 1024px) {
   .md.device-iphone-x .toast-bottom.modal-in {
     margin-bottom: constant(safe-area-inset-bottom);
     margin-bottom: env(safe-area-inset-bottom);
   }
 }
 /* === Preloader === */
 .preloader {
   display: inline-block;
   vertical-align: middle;
 }
 /* === Preloader Modal === */
 .preloader-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   z-index: 13000;
   visibility: hidden;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   visibility: visible;
   opacity: 0;
   background: none;
   z-index: 14000;
 }
 .preloader-backdrop.not-animated {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .preloader-backdrop.backdrop-in {
   visibility: visible;
   opacity: 1;
 }
 .preloader-modal {
   position: absolute;
   left: 50%;
   top: 50%;
   padding: 8px;
   background: rgba(0, 0, 0, 0.8);
   z-index: 14500;
   -webkit-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
 }
 .preloader-modal .preloader {
   display: block !important;
 }
 html.with-modal-preloader .page-content {
   overflow: hidden;
   -webkit-overflow-scrolling: auto;
 }
 .ios .preloader {
   width: 20px;
   height: 20px;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
   background-position: 50%;
   background-size: 100%;
   background-repeat: no-repeat;
   -webkit-animation: ios-preloader-spin 1s steps(12, end) infinite;
   animation: ios-preloader-spin 1s steps(12, end) infinite;
 }
 .ios .preloader-modal {
   border-radius: 5px;
 }
 .ios .preloader-modal .preloader {
   width: 34px;
   height: 34px;
 }
 .ios .preloader.color-red,
 .ios .preloader.preloader-red {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ff3b30'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 .ios .preloader.color-green,
 .ios .preloader.preloader-green {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%234cd964'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 .ios .preloader.color-blue,
 .ios .preloader.preloader-blue {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23007aff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 .ios .preloader.color-pink,
 .ios .preloader.preloader-pink {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ff2d55'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 .ios .preloader.color-yellow,
 .ios .preloader.preloader-yellow {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ffcc00'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 .ios .preloader.color-orange,
 .ios .preloader.preloader-orange {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ff9500'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 .ios .preloader.color-gray,
 .ios .preloader.preloader-gray {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%238e8e93'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 .ios .preloader.color-white,
 .ios .preloader.preloader-white {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ffffff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 .ios .preloader.color-black,
 .ios .preloader.preloader-black {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23000000'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 }
 @-webkit-keyframes ios-preloader-spin {
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 @keyframes ios-preloader-spin {
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }

 @-webkit-keyframes md-preloader-outer {
   0% {
     -webkit-transform: rotate(0);
     transform: rotate(0);
   }
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 @keyframes md-preloader-outer {
   0% {
     -webkit-transform: rotate(0);
     transform: rotate(0);
   }
   100% {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }




















 @-webkit-keyframes md-preloader-left-rotate {
   0%,
   100% {
     -webkit-transform: rotate(130deg);
     transform: rotate(130deg);
   }
   50% {
     -webkit-transform: rotate(-5deg);
     transform: rotate(-5deg);
   }
 }
 @keyframes md-preloader-left-rotate {
   0%,
   100% {
     -webkit-transform: rotate(130deg);
     transform: rotate(130deg);
   }
   50% {
     -webkit-transform: rotate(-5deg);
     transform: rotate(-5deg);
   }
 }
 @-webkit-keyframes md-preloader-right-rotate {
   0%,
   100% {
     -webkit-transform: rotate(-130deg);
     transform: rotate(-130deg);
   }
   50% {
     -webkit-transform: rotate(5deg);
     transform: rotate(5deg);
   }
 }
 @keyframes md-preloader-right-rotate {
   0%,
   100% {
     -webkit-transform: rotate(-130deg);
     transform: rotate(-130deg);
   }
   50% {
     -webkit-transform: rotate(5deg);
     transform: rotate(5deg);
   }
 }
 @-webkit-keyframes md-preloader-inner-rotate {
   12.5% {
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
   }
   25% {
     -webkit-transform: rotate(270deg);
     transform: rotate(270deg);
   }
   37.5% {
     -webkit-transform: rotate(405deg);
     transform: rotate(405deg);
   }
   50% {
     -webkit-transform: rotate(540deg);
     transform: rotate(540deg);
   }
   62.5% {
     -webkit-transform: rotate(675deg);
     transform: rotate(675deg);
   }
   75% {
     -webkit-transform: rotate(810deg);
     transform: rotate(810deg);
   }
   87.5% {
     -webkit-transform: rotate(945deg);
     transform: rotate(945deg);
   }
   100% {
     -webkit-transform: rotate(1080deg);
     transform: rotate(1080deg);
   }
 }
 @keyframes md-preloader-inner-rotate {
   12.5% {
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
   }
   25% {
     -webkit-transform: rotate(270deg);
     transform: rotate(270deg);
   }
   37.5% {
     -webkit-transform: rotate(405deg);
     transform: rotate(405deg);
   }
   50% {
     -webkit-transform: rotate(540deg);
     transform: rotate(540deg);
   }
   62.5% {
     -webkit-transform: rotate(675deg);
     transform: rotate(675deg);
   }
   75% {
     -webkit-transform: rotate(810deg);
     transform: rotate(810deg);
   }
   87.5% {
     -webkit-transform: rotate(945deg);
     transform: rotate(945deg);
   }
   100% {
     -webkit-transform: rotate(1080deg);
     transform: rotate(1080deg);
   }
 }
 @-webkit-keyframes md-preloader-left-rotate-multicolor {
   0%,
   100% {
     border-left-color: #4285F4;
     -webkit-transform: rotate(130deg);
     transform: rotate(130deg);
   }
   75% {
     border-left-color: #1B9A59;
     border-top-color: #1B9A59;
   }
   50% {
     border-left-color: #F7C223;
     border-top-color: #F7C223;
     -webkit-transform: rotate(-5deg);
     transform: rotate(-5deg);
   }
   25% {
     border-left-color: #DE3E35;
     border-top-color: #DE3E35;
   }
 }
 @keyframes md-preloader-left-rotate-multicolor {
   0%,
   100% {
     border-left-color: #4285F4;
     -webkit-transform: rotate(130deg);
     transform: rotate(130deg);
   }
   75% {
     border-left-color: #1B9A59;
     border-top-color: #1B9A59;
   }
   50% {
     border-left-color: #F7C223;
     border-top-color: #F7C223;
     -webkit-transform: rotate(-5deg);
     transform: rotate(-5deg);
   }
   25% {
     border-left-color: #DE3E35;
     border-top-color: #DE3E35;
   }
 }
 @-webkit-keyframes md-preloader-right-rotate-multicolor {
   0%,
   100% {
     border-right-color: #4285F4;
     -webkit-transform: rotate(-130deg);
     transform: rotate(-130deg);
   }
   75% {
     border-right-color: #1B9A59;
     border-top-color: #1B9A59;
   }
   50% {
     border-right-color: #F7C223;
     border-top-color: #F7C223;
     -webkit-transform: rotate(5deg);
     transform: rotate(5deg);
   }
   25% {
     border-top-color: #DE3E35;
     border-right-color: #DE3E35;
   }
 }
 @keyframes md-preloader-right-rotate-multicolor {
   0%,
   100% {
     border-right-color: #4285F4;
     -webkit-transform: rotate(-130deg);
     transform: rotate(-130deg);
   }
   75% {
     border-right-color: #1B9A59;
     border-top-color: #1B9A59;
   }
   50% {
     border-right-color: #F7C223;
     border-top-color: #F7C223;
     -webkit-transform: rotate(5deg);
     transform: rotate(5deg);
   }
   25% {
     border-top-color: #DE3E35;
     border-right-color: #DE3E35;
   }
 }
 /* === Progressbar === */
 .progressbar,
 .progressbar-infinite {
   width: 100%;
   overflow: hidden;
   position: relative;
   display: block;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
 }
 body > .progressbar,
 .view > .progressbar,
 .views > .progressbar,
 .page > .progressbar,
 .panel > .progressbar,
 .popup > .progressbar,
 .framework7-root > .progressbar,
 body > .progressbar-infinite,
 .view > .progressbar-infinite,
 .views > .progressbar-infinite,
 .page > .progressbar-infinite,
 .panel > .progressbar-infinite,
 .popup > .progressbar-infinite,
 .framework7-root > .progressbar-infinite {
   position: absolute;
   left: 0;
   top: 0;
   z-index: 15000;
   border-radius: 0 !important;
   -webkit-transform-origin: center top !important;
   transform-origin: center top !important;
 }
 .with-statusbar.device-ios body > .progressbar,
 .with-statusbar.ios:not(.device-ios):not(.device-android) body > .progressbar,
 .with-statusbar.device-ios .framework7-root > .progressbar,
 .with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root > .progressbar,
 .with-statusbar.device-ios body > .progressbar-infinite,
 .with-statusbar.ios:not(.device-ios):not(.device-android) body > .progressbar-infinite,
 .with-statusbar.device-ios .framework7-root > .progressbar-infinite,
 .with-statusbar.ios:not(.device-ios):not(.device-android) .framework7-root > .progressbar-infinite {
   top: 20px;
 }
 .with-statusbar.device-android body > .progressbar,
 .with-statusbar.md:not(.device-ios):not(.device-android) body > .progressbar,
 .with-statusbar.device-android .framework7-root > .progressbar,
 .with-statusbar.md:not(.device-ios):not(.device-android) .framework7-root > .progressbar,
 .with-statusbar.device-android body > .progressbar-infinite,
 .with-statusbar.md:not(.device-ios):not(.device-android) body > .progressbar-infinite,
 .with-statusbar.device-android .framework7-root > .progressbar-infinite,
 .with-statusbar.md:not(.device-ios):not(.device-android) .framework7-root > .progressbar-infinite {
   top: 24px;
 }
 .with-statusbar.device-iphone-x body > .progressbar,
 .with-statusbar.device-iphone-x .framework7-root > .progressbar,
 .with-statusbar.device-iphone-x body > .progressbar-infinite,
 .with-statusbar.device-iphone-x .framework7-root > .progressbar-infinite {
   top: constant(safe-area-inset-top);
   top: env(safe-area-inset-top);
 }
 .progressbar {
   vertical-align: middle;
 }
 .progressbar span {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   -webkit-transition-duration: 150ms;
   transition-duration: 150ms;
 }
 .progressbar-infinite:before,
 .progressbar-infinite:after {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-transform-origin: left center;
   transform-origin: left center;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   display: block;
 }
 .progressbar-infinite.color-multi {
   background: none !important;
 }
 .progressbar-in {
   -webkit-animation: progressbar-in 150ms forwards;
   animation: progressbar-in 150ms forwards;
 }
 .progressbar-out {
   -webkit-animation: progressbar-out 150ms forwards;
   animation: progressbar-out 150ms forwards;
 }
 @-webkit-keyframes progressbar-in {
   from {
     opacity: 0;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
   }
   to {
     opacity: 1;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
   }
 }
 @keyframes progressbar-in {
   from {
     opacity: 0;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
   }
   to {
     opacity: 1;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
   }
 }
 @-webkit-keyframes progressbar-out {
   from {
     opacity: 1;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
   }
   to {
     opacity: 0;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
   }
 }
 @keyframes progressbar-out {
   from {
     opacity: 1;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
   }
   to {
     opacity: 0;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
   }
 }
 .ios .progressbar,
 .ios .progressbar-infinite {
   height: 2px;
   background: #b6b6b6;
   -webkit-transform-origin: center top;
   transform-origin: center top;
   border-radius: 2px;
 }
 .ios .progressbar span {
   background: var(--theme-blue-color);
 }
 .ios .progressbar-infinite:before {
   content: '';
   background: var(--theme-blue-color);
   -webkit-animation: ios-progressbar-infinite 1s linear infinite;
   animation: ios-progressbar-infinite 1s linear infinite;
 }
 .ios .progressbar-infinite.color-multi:before {
   width: 400%;
   background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-green-color)), color-stop(#5ac8fa), color-stop(var(--theme-blue-color)), color-stop(#34aadc), color-stop(#5856d6), color-stop(var(--theme-pink-color) ), color-stop(#5856d6), color-stop(#34aadc), color-stop(var(--theme-blue-color)), color-stop(#5ac8fa), to(var(--theme-green-color)));
   background-image: -webkit-linear-gradient(left, var(--theme-green-color), #5ac8fa, var(--theme-blue-color), #34aadc, #5856d6, var(--theme-pink-color) , #5856d6, #34aadc, var(--theme-blue-color), #5ac8fa, var(--theme-green-color));
   background-image: linear-gradient(to right, var(--theme-green-color), #5ac8fa, var(--theme-blue-color), #34aadc, #5856d6, var(--theme-pink-color) , #5856d6, #34aadc, var(--theme-blue-color), #5ac8fa, var(--theme-green-color));
   background-size: 25% 100%;
   background-repeat: repeat-x;
   -webkit-animation: ios-progressbar-infinite-multicolor 3s linear infinite;
   animation: ios-progressbar-infinite-multicolor 3s linear infinite;
 }
 .ios .color-theme-red .progressbar span {
   background: var(--theme-red-color);
 }
 .ios .color-theme-red .progressbar-infinite:before {
   background: var(--theme-red-color);
 }
 .ios .color-theme-green .progressbar span {
   background: var(--theme-green-color);
 }
 .ios .color-theme-green .progressbar-infinite:before {
   background: var(--theme-green-color);
 }
 .ios .color-theme-blue .progressbar span {
   background: var(--theme-blue-color);
 }
 .ios .color-theme-blue .progressbar-infinite:before {
   background: var(--theme-blue-color);
 }
 .ios .color-theme-pink .progressbar span {
   background: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .progressbar-infinite:before {
   background: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .progressbar span {
   background: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .progressbar-infinite:before {
   background: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .progressbar span {
   background: var(--theme-orange-color);
 }
 .ios .color-theme-orange .progressbar-infinite:before {
   background: var(--theme-orange-color);
 }
 .ios .color-theme-gray .progressbar span {
   background: var(--theme-gray-color);
 }
 .ios .color-theme-gray .progressbar-infinite:before {
   background: var(--theme-gray-color);
 }
 .ios .color-theme-white .progressbar span {
   background: var(--theme-white-color);
 }
 .ios .color-theme-white .progressbar-infinite:before {
   background: var(--theme-white-color);
 }
 .ios .color-theme-black .progressbar span {
   background: var(--theme-black-color);
 }
 .ios .color-theme-black .progressbar-infinite:before {
   background: var(--theme-black-color);
 }
 .ios .progressbar.color-red span {
   background: var(--theme-red-color);
 }
 .ios .progressbar-infinite.color-red:before {
   background: var(--theme-red-color);
 }
 .ios .progressbar.color-green span {
   background: var(--theme-green-color);
 }
 .ios .progressbar-infinite.color-green:before {
   background: var(--theme-green-color);
 }
 .ios .progressbar.color-blue span {
   background: var(--theme-blue-color);
 }
 .ios .progressbar-infinite.color-blue:before {
   background: var(--theme-blue-color);
 }
 .ios .progressbar.color-pink span {
   background: var(--theme-pink-color) ;
 }
 .ios .progressbar-infinite.color-pink:before {
   background: var(--theme-pink-color) ;
 }
 .ios .progressbar.color-yellow span {
   background: var(--theme-yellow-color);
 }
 .ios .progressbar-infinite.color-yellow:before {
   background: var(--theme-yellow-color);
 }
 .ios .progressbar.color-orange span {
   background: var(--theme-orange-color);
 }
 .ios .progressbar-infinite.color-orange:before {
   background: var(--theme-orange-color);
 }
 .ios .progressbar.color-gray span {
   background: var(--theme-gray-color);
 }
 .ios .progressbar-infinite.color-gray:before {
   background: var(--theme-gray-color);
 }
 .ios .progressbar.color-white span {
   background: var(--theme-white-color);
 }
 .ios .progressbar-infinite.color-white:before {
   background: var(--theme-white-color);
 }
 .ios .progressbar.color-black span {
   background: var(--theme-black-color);
 }
 .ios .progressbar-infinite.color-black:before {
   background: var(--theme-black-color);
 }
 @-webkit-keyframes ios-progressbar-infinite {
   0% {
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
   100% {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 @keyframes ios-progressbar-infinite {
   0% {
     -webkit-transform: translate3d(-100%, 0, 0);
     transform: translate3d(-100%, 0, 0);
   }
   100% {
     -webkit-transform: translate3d(100%, 0, 0);
     transform: translate3d(100%, 0, 0);
   }
 }
 @-webkit-keyframes ios-progressbar-infinite-multicolor {
   0% {
     -webkit-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0);
   }
   100% {
     -webkit-transform: translate3d(-50%, 0, 0);
     transform: translate3d(-50%, 0, 0);
   }
 }
 @keyframes ios-progressbar-infinite-multicolor {
   0% {
     -webkit-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0);
   }
   100% {
     -webkit-transform: translate3d(-50%, 0, 0);
     transform: translate3d(-50%, 0, 0);
   }
 }






























































 @-webkit-keyframes md-progressbar-infinite-1 {
   0% {
     -webkit-transform: translateX(-10%) scaleX(0.1);
     transform: translateX(-10%) scaleX(0.1);
   }
   25% {
     -webkit-transform: translateX(30%) scaleX(0.6);
     transform: translateX(30%) scaleX(0.6);
   }
   50% {
     -webkit-transform: translateX(100%) scaleX(1);
     transform: translateX(100%) scaleX(1);
   }
   100% {
     -webkit-transform: translateX(100%) scaleX(1);
     transform: translateX(100%) scaleX(1);
   }
 }
 @keyframes md-progressbar-infinite-1 {
   0% {
     -webkit-transform: translateX(-10%) scaleX(0.1);
     transform: translateX(-10%) scaleX(0.1);
   }
   25% {
     -webkit-transform: translateX(30%) scaleX(0.6);
     transform: translateX(30%) scaleX(0.6);
   }
   50% {
     -webkit-transform: translateX(100%) scaleX(1);
     transform: translateX(100%) scaleX(1);
   }
   100% {
     -webkit-transform: translateX(100%) scaleX(1);
     transform: translateX(100%) scaleX(1);
   }
 }
 @-webkit-keyframes md-progressbar-infinite-2 {
   0% {
     -webkit-transform: translateX(-100%) scaleX(1);
     transform: translateX(-100%) scaleX(1);
   }
   40% {
     -webkit-transform: translateX(-100%) scaleX(1);
     transform: translateX(-100%) scaleX(1);
   }
   75% {
     -webkit-transform: translateX(60%) scaleX(0.35);
     transform: translateX(60%) scaleX(0.35);
   }
   90% {
     -webkit-transform: translateX(100%) scaleX(0.1);
     transform: translateX(100%) scaleX(0.1);
   }
   100% {
     -webkit-transform: translateX(100%) scaleX(0.1);
     transform: translateX(100%) scaleX(0.1);
   }
 }
 @keyframes md-progressbar-infinite-2 {
   0% {
     -webkit-transform: translateX(-100%) scaleX(1);
     transform: translateX(-100%) scaleX(1);
   }
   40% {
     -webkit-transform: translateX(-100%) scaleX(1);
     transform: translateX(-100%) scaleX(1);
   }
   75% {
     -webkit-transform: translateX(60%) scaleX(0.35);
     transform: translateX(60%) scaleX(0.35);
   }
   90% {
     -webkit-transform: translateX(100%) scaleX(0.1);
     transform: translateX(100%) scaleX(0.1);
   }
   100% {
     -webkit-transform: translateX(100%) scaleX(0.1);
     transform: translateX(100%) scaleX(0.1);
   }
 }
 @-webkit-keyframes md-progressbar-infinite-multicolor-bg {
   0% {
     background-color: #4caf50;
   }
   25% {
     background-color: #f44336;
   }
   50% {
     background-color: #2196f3;
   }
   75% {
     background-color: #ffeb3b;
   }
 }
 @keyframes md-progressbar-infinite-multicolor-bg {
   0% {
     background-color: #4caf50;
   }
   25% {
     background-color: #f44336;
   }
   50% {
     background-color: #2196f3;
   }
   75% {
     background-color: #ffeb3b;
   }
 }
 @-webkit-keyframes md-progressbar-infinite-multicolor-fill {
   0% {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     background-color: #f44336;
   }
   24.9% {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #f44336;
   }
   25% {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     background-color: #2196f3;
   }
   49.9% {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #2196f3;
   }
   50% {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     background-color: #ffeb3b;
   }
   74.9% {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #ffeb3b;
   }
   75% {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     background-color: #4caf50;
   }
   100% {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #4caf50;
   }
 }
 @keyframes md-progressbar-infinite-multicolor-fill {
   0% {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     background-color: #f44336;
   }
   24.9% {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #f44336;
   }
   25% {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     background-color: #2196f3;
   }
   49.9% {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #2196f3;
   }
   50% {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     background-color: #ffeb3b;
   }
   74.9% {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #ffeb3b;
   }
   75% {
     -webkit-transform: scaleX(0);
     transform: scaleX(0);
     background-color: #4caf50;
   }
   100% {
     -webkit-transform: scaleX(1);
     transform: scaleX(1);
     background-color: #4caf50;
   }
 }
 /* === Sortable === */
 .sortable .sortable-handler {
   position: absolute;
   top: 0;
   bottom: 1px;
   z-index: 10;
   background-repeat: no-repeat;
   background-size: 18px 12px;
   opacity: 0;
   pointer-events: none;
   cursor: move;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   right: 0;
   background-position: 100% 50%;
 }
 .sortable .item-inner {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .sortable li.sorting {
   z-index: 50;
   background: rgba(255, 255, 255, 0.8);
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
 }
 .sortable li.sorting .item-inner:after {
   display: none !important;
 }
 .sortable-sorting li {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .sortable-enabled .sortable-handler {
   pointer-events: auto;
   opacity: 1;
   background-position: 50% 50%;
 }
 .sortable-enabled .item-link .item-inner,
 .sortable-enabled .item-link .item-title-row {
   background-image: none !important;
 }
 .theme-dark .sortable li.sorting,
 .sortable.theme-dark li.sorting {
   background-color: rgba(50, 50, 50, 0.8);
 }
 .ios .sortable-handler {
   width: 35px;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2018%2012'%20fill%3D'%23c7c7cc'%3E%3Cpath%20d%3D'M0%2C2V0h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C7V5h22v2H0z'%2F%3E%3Cpath%20d%3D'M0%2C12v-2h22v2H0z'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .sortable li.sorting {
   -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
   box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
 }
 .ios .sortable-enabled .item-inner,
 .ios .sortable-enabled .item-link .item-inner {
   padding-right: 35px;
 }
 .ios .list.sortable-enabled .item-link.no-chevron .item-inner,
 .ios .list.sortable-enabled.no-chevron .item-link .item-inner,
 .ios .list.sortable-enabled .no-chevron .item-link .item-inner,
 .ios .no-chevron .list.sortable-enabled .item-link .item-inner {
   padding-right: 35px;
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-right-edge .sortable-handler,
   .ios.device-iphone-x .ios-edges .sortable-handler,
   .ios.device-iphone-x .popup .sortable-handler,
   .ios.device-iphone-x .sheet-modal .sortable-handler,
   .ios.device-iphone-x .panel-right .sortable-handler {
     right: constant(safe-area-inset-right);
     right: env(safe-area-inset-right);
   }
   .ios.device-iphone-x .ios-right-edge .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .ios-edges .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .popup .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .sheet-modal .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .panel-right .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .ios.device-iphone-x .ios-right-edge .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .ios-edges .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .popup .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .sheet-modal .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .ios.device-iphone-x .panel-right .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner {
     padding-right: calc(35px + constant(safe-area-inset-right));
     padding-right: calc(35px + env(safe-area-inset-right));
   }
 }




 @media (orientation: landscape) {
   .md.device-iphone-x .ios-right-edge .sortable-handler,
   .md.device-iphone-x .ios-edges .sortable-handler,
   .md.device-iphone-x .popup .sortable-handler,
   .md.device-iphone-x .sheet-modal .sortable-handler,
   .md.device-iphone-x .panel-right .sortable-handler {
     right: constant(safe-area-inset-right);
     right: env(safe-area-inset-right);
   }
   .md.device-iphone-x .ios-right-edge .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .ios-edges .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .popup .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .sheet-modal .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .panel-right .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-inner,
   .md.device-iphone-x .ios-right-edge .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .ios-edges .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .popup .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .sheet-modal .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner,
   .md.device-iphone-x .panel-right .sortable-enabled:not(.inset):not(.tablet-inset):not(.no-ios-edges):not(.no-ios-right-edge) .item-link .item-inner {
     padding-right: calc(42px + constant(safe-area-inset-right));
     padding-right: calc(42px + env(safe-area-inset-right));
   }
 }
 /* === Swipeout === */
 .swipeout {
   overflow: hidden;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
 }
 .swipeout-deleting {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .swipeout-deleting .swipeout-content {
   -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
 }
 .swipeout-transitioning .swipeout-content,
 .swipeout-transitioning .swipeout-actions-right a,
 .swipeout-transitioning .swipeout-actions-left a,
 .swipeout-transitioning .swipeout-overswipe {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transition-property: left, -webkit-transform;
   transition-property: left, -webkit-transform;
   transition-property: transform, left;
   transition-property: transform, left, -webkit-transform;
 }
 .swipeout-content {
   position: relative;
   z-index: 10;
 }
 .swipeout-overswipe {
   -webkit-transition-duration: 200ms;
   transition-duration: 200ms;
   -webkit-transition-property: left;
   transition-property: left;
 }
 .swipeout-actions-left,
 .swipeout-actions-right {
   position: absolute;
   top: 0;
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   direction: ltr;
 }
 .swipeout-actions-left > a,
 .swipeout-actions-right > a,
 .swipeout-actions-left > button,
 .swipeout-actions-right > button,
 .swipeout-actions-left > span,
 .swipeout-actions-right > span,
 .swipeout-actions-left > div,
 .swipeout-actions-right > div {
   color: var(--color-white);
   background: #c7c7cc;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   position: relative;
   left: 0;
 }
 .swipeout-actions-left > a:after,
 .swipeout-actions-right > a:after,
 .swipeout-actions-left > button:after,
 .swipeout-actions-right > button:after,
 .swipeout-actions-left > span:after,
 .swipeout-actions-right > span:after,
 .swipeout-actions-left > div:after,
 .swipeout-actions-right > div:after {
   content: '';
   position: absolute;
   top: 0;
   width: 600%;
   height: 100%;
   background: inherit;
   z-index: -1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   pointer-events: none;
 }
 .swipeout-actions-right {
   right: 0%;
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
 }
 .swipeout-actions-right > a:after,
 .swipeout-actions-right > button:after,
 .swipeout-actions-right > span:after,
 .swipeout-actions-right > div:after {
   left: 100%;
   margin-left: -1px;
 }
 .swipeout-actions-left {
   left: 0%;
   -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
 }
 .swipeout-actions-left > a:after,
 .swipeout-actions-left > button:after,
 .swipeout-actions-left > span:after,
 .swipeout-actions-left > div:after {
   right: 100%;
   margin-right: -1px;
 }
 .ios .swipeout-actions-left > a,
 .ios .swipeout-actions-right > a,
 .ios .swipeout-actions-left > button,
 .ios .swipeout-actions-right > button,
 .ios .swipeout-actions-left > span,
 .ios .swipeout-actions-right > span,
 .ios .swipeout-actions-left > div,
 .ios .swipeout-actions-right > div {
   padding: 0 30px;
   color: var(--color-white);
 }
 .ios .swipeout-actions-left .swipeout-delete,
 .ios .swipeout-actions-right .swipeout-delete {
   background: var(--theme-red-color);
 }
 .ios .swipeout-actions-left > a.color-red,
 .ios .swipeout-actions-right > a.color-red,
 .ios .swipeout-actions-left > button.color-red,
 .ios .swipeout-actions-right > button.color-red,
 .ios .swipeout-actions-left > span.color-red,
 .ios .swipeout-actions-right > span.color-red,
 .ios .swipeout-actions-left > div.color-red,
 .ios .swipeout-actions-right > div.color-red {
   background-color: var(--theme-red-color);
 }
 .ios .swipeout-actions-left > a.color-green,
 .ios .swipeout-actions-right > a.color-green,
 .ios .swipeout-actions-left > button.color-green,
 .ios .swipeout-actions-right > button.color-green,
 .ios .swipeout-actions-left > span.color-green,
 .ios .swipeout-actions-right > span.color-green,
 .ios .swipeout-actions-left > div.color-green,
 .ios .swipeout-actions-right > div.color-green {
   background-color: var(--theme-green-color);
 }
 .ios .swipeout-actions-left > a.color-blue,
 .ios .swipeout-actions-right > a.color-blue,
 .ios .swipeout-actions-left > button.color-blue,
 .ios .swipeout-actions-right > button.color-blue,
 .ios .swipeout-actions-left > span.color-blue,
 .ios .swipeout-actions-right > span.color-blue,
 .ios .swipeout-actions-left > div.color-blue,
 .ios .swipeout-actions-right > div.color-blue {
   background-color: var(--theme-blue-color);
 }
 .ios .swipeout-actions-left > a.color-pink,
 .ios .swipeout-actions-right > a.color-pink,
 .ios .swipeout-actions-left > button.color-pink,
 .ios .swipeout-actions-right > button.color-pink,
 .ios .swipeout-actions-left > span.color-pink,
 .ios .swipeout-actions-right > span.color-pink,
 .ios .swipeout-actions-left > div.color-pink,
 .ios .swipeout-actions-right > div.color-pink {
   background-color: var(--theme-pink-color) ;
 }
 .ios .swipeout-actions-left > a.color-yellow,
 .ios .swipeout-actions-right > a.color-yellow,
 .ios .swipeout-actions-left > button.color-yellow,
 .ios .swipeout-actions-right > button.color-yellow,
 .ios .swipeout-actions-left > span.color-yellow,
 .ios .swipeout-actions-right > span.color-yellow,
 .ios .swipeout-actions-left > div.color-yellow,
 .ios .swipeout-actions-right > div.color-yellow {
   background-color: var(--theme-yellow-color);
 }
 .ios .swipeout-actions-left > a.color-orange,
 .ios .swipeout-actions-right > a.color-orange,
 .ios .swipeout-actions-left > button.color-orange,
 .ios .swipeout-actions-right > button.color-orange,
 .ios .swipeout-actions-left > span.color-orange,
 .ios .swipeout-actions-right > span.color-orange,
 .ios .swipeout-actions-left > div.color-orange,
 .ios .swipeout-actions-right > div.color-orange {
   background-color: var(--theme-orange-color);
 }
 .ios .swipeout-actions-left > a.color-gray,
 .ios .swipeout-actions-right > a.color-gray,
 .ios .swipeout-actions-left > button.color-gray,
 .ios .swipeout-actions-right > button.color-gray,
 .ios .swipeout-actions-left > span.color-gray,
 .ios .swipeout-actions-right > span.color-gray,
 .ios .swipeout-actions-left > div.color-gray,
 .ios .swipeout-actions-right > div.color-gray {
   background-color: var(--theme-gray-color);
 }
 .ios .swipeout-actions-left > a.color-white,
 .ios .swipeout-actions-right > a.color-white,
 .ios .swipeout-actions-left > button.color-white,
 .ios .swipeout-actions-right > button.color-white,
 .ios .swipeout-actions-left > span.color-white,
 .ios .swipeout-actions-right > span.color-white,
 .ios .swipeout-actions-left > div.color-white,
 .ios .swipeout-actions-right > div.color-white {
   background-color: var(--theme-white-color);
 }
 .ios .swipeout-actions-left > a.color-black,
 .ios .swipeout-actions-right > a.color-black,
 .ios .swipeout-actions-left > button.color-black,
 .ios .swipeout-actions-right > button.color-black,
 .ios .swipeout-actions-left > span.color-black,
 .ios .swipeout-actions-right > span.color-black,
 .ios .swipeout-actions-left > div.color-black,
 .ios .swipeout-actions-right > div.color-black {
   background-color: var(--theme-black-color);
 }











 /* === Accordion === */
 .accordion-item-toggle {
   cursor: pointer;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .accordion-item-toggle.active-state {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .accordion-item-toggle.active-state > .item-inner:after {
   background-color: transparent;
 }
 .accordion-item-toggle .item-inner {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transition-property: background-color;
   transition-property: background-color;
 }
 .accordion-item-toggle .item-inner:after {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .accordion-item .item-link .item-inner:after {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .accordion-item .list,
 .accordion-item .block {
   margin-top: 0;
   margin-bottom: 0;
 }
 .accordion-item .block > h1:first-child,
 .accordion-item .block > h2:first-child,
 .accordion-item .block > h3:first-child,
 .accordion-item .block > h4:first-child,
 .accordion-item .block > p:first-child {
   margin-top: 10px;
 }
 .accordion-item .block > h1:last-child,
 .accordion-item .block > h2:last-child,
 .accordion-item .block > h3:last-child,
 .accordion-item .block > h4:last-child,
 .accordion-item .block > p:last-child {
   margin-bottom: 10px;
 }
 .accordion-item-opened .accordion-item-toggle .item-inner:after,
 .accordion-item-opened > .item-link .item-inner:after {
   background-color: transparent;
 }
 .list li.accordion-item ul {
   padding-left: 0;
 }
 .accordion-item-content {
   position: relative;
   overflow: hidden;
   height: 0;
   font-size: 14px;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .accordion-item-opened > .accordion-item-content {
   height: auto;
 }
 html.device-android-4 .accordion-item-content {
   -webkit-transform: none;
   transform: none;
 }
 .ios .list .accordion-item-toggle .item-inner {
   background-size: 8px 13px;
   background: no-repeat calc(100% - 15px) center;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'8px'%20height%3D'13px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(1.500000%2C%206.500000)%20rotate(-45.000000)%20translate(-1.500000%2C%20-6.500000)%20'%20points%3D'6%2011%206%202%204%202%204%209%20-3%209%20-3%2011%205%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   padding-right: 35px;
 }
 .ios .list .accordion-item-toggle.active-state {
   background-color: #d9d9d9;
 }
 .ios .list:not(.media-list) .accordion-item-opened:not(.media-item) .accordion-item-toggle .item-inner,
 .ios .list:not(.media-list) .accordion-item-opened:not(.media-item) > .item-link .item-inner,
 .ios .media-list .accordion-item-opened .accordion-item-toggle .item-title-row,
 .ios .media-list .accordion-item-opened > .item-link .item-title-row,
 .ios .accordion-item-opened.media-item .accordion-item-toggle .item-title-row,
 .ios .accordion-item-opened.media-item > .item-link .item-title-row,
 .ios .links-list .accordion-item-opened > a {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'13px'%20height%3D'8px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(6.5%2C%206.5)%20rotate(-315)%20translate(-10%2C%20-6.5)'%20points%3D'11%2011%2011%202%209%202%209%209%202%209%202%2011%2010%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
   background-size: 13px 13px;
 }
 .ios .theme-dark .list .accordion-item-toggle .item-inner {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'8px'%20height%3D'13px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23434345'%20transform%3D'translate(1.500000%2C%206.500000)%20rotate(-45.000000)%20translate(-1.500000%2C%20-6.500000)%20'%20points%3D'6%2011%206%202%204%202%204%209%20-3%209%20-3%2011%205%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
 }
 .ios .theme-dark .list .accordion-item-toggle.active-state {
   background-color: #363636;
 }
 .ios .theme-dark .list:not(.media-list) .accordion-item-opened:not(.media-item) .accordion-item-toggle .item-inner,
 .ios .theme-dark .list:not(.media-list) .accordion-item-opened:not(.media-item) > .item-link .item-inner,
 .ios .theme-dark .media-list .accordion-item-opened .accordion-item-toggle .item-title-row,
 .ios .theme-dark .media-list .accordion-item-opened > .item-link .item-title-row,
 .ios .theme-dark .accordion-item-opened.media-item .accordion-item-toggle .item-title-row,
 .ios .theme-dark .accordion-item-opened.media-item > .item-link .item-title-row,
 .ios .theme-dark .links-list .accordion-item-opened > a {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'13px'%20height%3D'8px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23434345'%20transform%3D'translate(6.5%2C%206.5)%20rotate(-315)%20translate(-10%2C%20-6.5)'%20points%3D'11%2011%2011%202%209%202%209%209%202%209%202%2011%2010%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
 }






 /* === Contacts === */
 .contacts-list .list-group:first-child ul:before {
   display: none !important;
 }
 .contacts-list .list-group:last-child ul:after {
   display: none !important;
 }
 .ios .contacts-list {
   margin: 0;
 }
 .ios .contacts-list .list-group-title {
   padding: 0 15px;
   background: #f7f7f7;
   color: var(--color-black);
   font-weight: 600;
   line-height: 22px;
   height: 22px;
 }
 .ios .theme-dark .contacts-list .list-group-title,
 .contacts-list.ios .theme-dark .list-group-title {
   background-color: #111;
   color: var(--color-white);
 }





 /* === Virtual List === */
 /* === Indexed List === */
 .list-index {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   z-index: 10;
   width: 16px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .list-index:before {
   content: '';
   position: absolute;
   width: 20px;
   top: 0;
   right: 100%;
   height: 100%;
 }
 .list-index ul {
   font-size: 11px;
   font-weight: 600;
   list-style: none;
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   height: 100%;
   width: 100%;
   position: relative;
 }
 .list-index li {
   margin: 0;
   padding: 0;
   list-style: none;
   position: relative;
   height: 14px;
   line-height: 14px;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   display: block;
   width: 100%;
 }
 .list-index .list-index-skip-placeholder:after {
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   border-radius: 50%;
 }
 .list-index .list-index-label {
   position: absolute;
   bottom: 0;
   right: 100%;
   text-align: center;
   border-radius: 50%;
   color: var(--color-white);
   font-weight: 500;
 }
 .ios .list-index ul {
   color: var(--theme-blue-color);
 }
 .ios .list-index .list-index-skip-placeholder:after {
   content: '';
   width: 6px;
   height: 6px;
   margin-left: -3px;
   margin-top: -3px;
   background: var(--theme-blue-color);
 }
 .ios .list-index .list-index-label {
   margin-bottom: -22px;
   margin-right: 15px;
   width: 44px;
   height: 44px;
   line-height: 44px;
   border-radius: 50%;
   background: var(--theme-blue-color);
   font-size: 17px;
 }
 .ios .list-index .list-index-label:before {
   position: absolute;
   width: 100%;
   height: 100%;
   border-radius: 50% 0% 50% 50%;
   content: '';
   background-color: inherit;
   left: 0;
   top: 0;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   z-index: -1;
 }
 .ios .navbar ~ .page > .list-index,
 .ios .navbar ~ .list-index {
   top: 44px;
 }
 .ios .toolbar ~ .page > .list-index,
 .ios .toolbar ~ * .page > .list-index,
 .ios .toolbar ~ .list-index {
   bottom: 44px;
 }
 .ios .tabbar-labels ~ .page > .list-index,
 .ios .tabbar-labels ~ * .page > .list-index,
 .ios .tabbar-labels ~ .list-index {
   bottom: 50px;
 }
 @media (min-width: 768px) {
   .ios .tabbar-labels ~ .page > .list-index,
   .ios .tabbar-labels ~ * .page > .list-index,
   .ios .tabbar-labels ~ .list-index {
     bottom: 56px;
   }
 }
 .ios.device-iphone-x .toolbar ~ .page > .list-index,
 .ios.device-iphone-x .toolbar ~ * .page > .list-index,
 .ios.device-iphone-x .toolbar ~ .list-index {
   bottom: calc(44px + constant(safe-area-inset-bottom));
   bottom: calc(44px + env(safe-area-inset-bottom));
 }
 .ios.device-iphone-x .tabbar-labels ~ .page > .list-index,
 .ios.device-iphone-x .tabbar-labels ~ * .page > .list-index,
 .ios.device-iphone-x .tabbar-labels ~ .list-index {
   bottom: calc(50px + constant(safe-area-inset-bottom));
   bottom: calc(50px + env(safe-area-inset-bottom));
 }
 @media (min-width: 768px) {
   .ios.device-iphone-x .tabbar-labels ~ .page > .list-index,
   .ios.device-iphone-x .tabbar-labels ~ * .page > .list-index,
   .ios.device-iphone-x .tabbar-labels ~ .list-index {
     bottom: calc(56px + constant(safe-area-inset-bottom));
     bottom: calc(56px + env(safe-area-inset-bottom));
   }
 }
 .ios .color-theme-red .list-index ul,
 .ios .list-index.color-theme-red ul {
   color: var(--theme-red-color);
 }
 .ios .color-theme-red .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-red .list-index-skip-placeholder:after,
 .ios .color-theme-red .list-index .list-index-label,
 .ios .list-index.color-theme-red .list-index-label {
   background-color: var(--theme-red-color);
 }
 .ios .color-theme-green .list-index ul,
 .ios .list-index.color-theme-green ul {
   color: var(--theme-green-color);
 }
 .ios .color-theme-green .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-green .list-index-skip-placeholder:after,
 .ios .color-theme-green .list-index .list-index-label,
 .ios .list-index.color-theme-green .list-index-label {
   background-color: var(--theme-green-color);
 }
 .ios .color-theme-blue .list-index ul,
 .ios .list-index.color-theme-blue ul {
   color: var(--theme-blue-color);
 }
 .ios .color-theme-blue .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-blue .list-index-skip-placeholder:after,
 .ios .color-theme-blue .list-index .list-index-label,
 .ios .list-index.color-theme-blue .list-index-label {
   background-color: var(--theme-blue-color);
 }
 .ios .color-theme-pink .list-index ul,
 .ios .list-index.color-theme-pink ul {
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-pink .list-index-skip-placeholder:after,
 .ios .color-theme-pink .list-index .list-index-label,
 .ios .list-index.color-theme-pink .list-index-label {
   background-color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .list-index ul,
 .ios .list-index.color-theme-yellow ul {
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-yellow .list-index-skip-placeholder:after,
 .ios .color-theme-yellow .list-index .list-index-label,
 .ios .list-index.color-theme-yellow .list-index-label {
   background-color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .list-index ul,
 .ios .list-index.color-theme-orange ul {
   color: var(--theme-orange-color);
 }
 .ios .color-theme-orange .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-orange .list-index-skip-placeholder:after,
 .ios .color-theme-orange .list-index .list-index-label,
 .ios .list-index.color-theme-orange .list-index-label {
   background-color: var(--theme-orange-color);
 }
 .ios .color-theme-gray .list-index ul,
 .ios .list-index.color-theme-gray ul {
   color: var(--theme-gray-color);
 }
 .ios .color-theme-gray .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-gray .list-index-skip-placeholder:after,
 .ios .color-theme-gray .list-index .list-index-label,
 .ios .list-index.color-theme-gray .list-index-label {
   background-color: var(--theme-gray-color);
 }
 .ios .color-theme-white .list-index ul,
 .ios .list-index.color-theme-white ul {
   color: var(--theme-white-color);
 }
 .ios .color-theme-white .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-white .list-index-skip-placeholder:after,
 .ios .color-theme-white .list-index .list-index-label,
 .ios .list-index.color-theme-white .list-index-label {
   background-color: var(--theme-white-color);
 }
 .ios .color-theme-black .list-index ul,
 .ios .list-index.color-theme-black ul {
   color: var(--theme-black-color);
 }
 .ios .color-theme-black .list-index .list-index-skip-placeholder:after,
 .ios .list-index.color-theme-black .list-index-skip-placeholder:after,
 .ios .color-theme-black .list-index .list-index-label,
 .ios .list-index.color-theme-black .list-index-label {
   background-color: var(--theme-black-color);
 }
 .ios .list-index.color-red ul {
   color: var(--theme-red-color);
 }
 .ios .list-index.color-red .list-index-skip-placeholder:after,
 .ios .list-index.color-red .list-index-label {
   background-color: var(--theme-red-color);
 }
 .ios .list-index.color-green ul {
   color: var(--theme-green-color);
 }
 .ios .list-index.color-green .list-index-skip-placeholder:after,
 .ios .list-index.color-green .list-index-label {
   background-color: var(--theme-green-color);
 }
 .ios .list-index.color-blue ul {
   color: var(--theme-blue-color);
 }
 .ios .list-index.color-blue .list-index-skip-placeholder:after,
 .ios .list-index.color-blue .list-index-label {
   background-color: var(--theme-blue-color);
 }
 .ios .list-index.color-pink ul {
   color: var(--theme-pink-color) ;
 }
 .ios .list-index.color-pink .list-index-skip-placeholder:after,
 .ios .list-index.color-pink .list-index-label {
   background-color: var(--theme-pink-color) ;
 }
 .ios .list-index.color-yellow ul {
   color: var(--theme-yellow-color);
 }
 .ios .list-index.color-yellow .list-index-skip-placeholder:after,
 .ios .list-index.color-yellow .list-index-label {
   background-color: var(--theme-yellow-color);
 }
 .ios .list-index.color-orange ul {
   color: var(--theme-orange-color);
 }
 .ios .list-index.color-orange .list-index-skip-placeholder:after,
 .ios .list-index.color-orange .list-index-label {
   background-color: var(--theme-orange-color);
 }
 .ios .list-index.color-gray ul {
   color: var(--theme-gray-color);
 }
 .ios .list-index.color-gray .list-index-skip-placeholder:after,
 .ios .list-index.color-gray .list-index-label {
   background-color: var(--theme-gray-color);
 }
 .ios .list-index.color-white ul {
   color: var(--theme-white-color);
 }
 .ios .list-index.color-white .list-index-skip-placeholder:after,
 .ios .list-index.color-white .list-index-label {
   background-color: var(--theme-white-color);
 }
 .ios .list-index.color-black ul {
   color: var(--theme-black-color);
 }
 .ios .list-index.color-black .list-index-skip-placeholder:after,
 .ios .list-index.color-black .list-index-label {
   background-color: var(--theme-black-color);
 }




 @media (min-width: 768px) {
   .md .navbar ~ .list-index {
     top: 64px;
   }
 }




 .md.device-iphone-x .toolbar-bottom-md ~ .page > .list-index,
 .md.device-iphone-x .toolbar-bottom-md ~ * .page > .list-index,
 .md.device-iphone-x .toolbar-bottom-md ~ * .page > .list-index {
   bottom: calc(48px + constant(safe-area-inset-bottom));
   bottom: calc(48px + env(safe-area-inset-bottom));
 }
 .md.device-iphone-x .tabbar-labels.toolbar-bottom-md ~ .page > .list-index,
 .md.device-iphone-x .tabbar-labels.toolbar-bottom-md ~ * .page > .list-index,
 .md.device-iphone-x .tabbar-labels.toolbar-bottom-md ~ .list-index {
   bottom: calc(56px + constant(safe-area-inset-bottom));
   bottom: calc(56px + env(safe-area-inset-bottom));
 }




































 /* === Timeline === */
 .timeline {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .block-strong .timeline {
   padding: 0;
   margin: 0;
 }
 .timeline-item {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   overflow: hidden;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
 }
 .timeline-item-date {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: 50px;
   text-align: right;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .timeline-item-date small {
   font-size: 10px;
 }
 .timeline-item-content {
   margin: 2px;
   min-width: 0;
   position: relative;
   -webkit-flex-shrink: 10;
   -ms-flex-negative: 10;
   flex-shrink: 10;
 }
 .timeline-item-content p:first-child,
 .timeline-item-content ul:first-child,
 .timeline-item-content ol:first-child,
 .timeline-item-content h1:first-child,
 .timeline-item-content h2:first-child,
 .timeline-item-content h3:first-child,
 .timeline-item-content h4:first-child {
   margin-top: 0;
 }
 .timeline-item-content p:last-child,
 .timeline-item-content ul:last-child,
 .timeline-item-content ol:last-child,
 .timeline-item-content h1:last-child,
 .timeline-item-content h2:last-child,
 .timeline-item-content h3:last-child,
 .timeline-item-content h4:last-child {
   margin-bottom: 0;
 }
 .timeline-item-inner {
   background: var(--color-white);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .timeline-item-inner .block {
   padding: 0;
   color: inherit;
 }
 .timeline-item-inner .block-strong {
   padding-left: 0;
   padding-right: 0;
   margin: 0;
 }
 .timeline-item-inner .block-strong:before {
   display: none !important;
 }
 .timeline-item-inner .block-strong:after {
   display: none !important;
 }
 .timeline-item-inner .list ul:before {
   display: none !important;
 }
 .timeline-item-inner .list ul:after {
   display: none !important;
 }
 .timeline-item-divider {
   width: 1px;
   position: relative;
   width: 10px;
   height: 10px;
   background: #bbb;
   border-radius: 50%;
   margin-top: 3px;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .timeline-item-divider:after,
 .timeline-item-divider:before {
   content: ' ';
   width: 1px;
   height: 100vh;
   position: absolute;
   left: 50%;
   background: inherit;
   -webkit-transform: translate3d(-50%, 0, 0);
   transform: translate3d(-50%, 0, 0);
 }
 .timeline-item-divider:after {
   top: 100%;
 }
 .timeline-item-divider:before {
   bottom: 100%;
 }
 .timeline-item:last-child .timeline-item-divider:after {
   display: none;
 }
 .timeline-item:first-child .timeline-item-divider:before {
   display: none;
 }
 .timeline-item-time {
   font-size: 13px;
 }
 .timeline-item-time:first-child,
 .timeline-item-time:last-child {
   margin-top: 0;
 }
 .timeline-item-title + .timeline-item-time {
   margin-top: 0;
 }
 .timeline-horizontal {
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .timeline-horizontal .timeline-item {
   display: block;
   width: 33.33333333vw;
   margin: 0;
   padding: 0;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   position: relative;
   height: 100%;
 }
 .timeline-horizontal .timeline-item-date {
   width: auto;
   line-height: 34px;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 34px;
   text-align: left;
 }
 .timeline-horizontal .timeline-item-content {
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   margin: 0;
 }
 .timeline-horizontal .timeline-item-divider {
   display: none;
 }
 .timeline-horizontal.col-100 .timeline-item {
   width: 100vw;
 }
 .timeline-horizontal.col-95 .timeline-item {
   width: 95vw;
 }
 .timeline-horizontal.col-90 .timeline-item {
   width: 90vw;
 }
 .timeline-horizontal.col-85 .timeline-item {
   width: 85vw;
 }
 .timeline-horizontal.col-80 .timeline-item {
   width: 80vw;
 }
 .timeline-horizontal.col-75 .timeline-item {
   width: 75vw;
 }
 .timeline-horizontal.col-70 .timeline-item {
   width: 70vw;
 }
 .timeline-horizontal.col-66 .timeline-item {
   width: 66.66666666666666vw;
 }
 .timeline-horizontal.col-65 .timeline-item {
   width: 65vw;
 }
 .timeline-horizontal.col-60 .timeline-item {
   width: 60vw;
 }
 .timeline-horizontal.col-55 .timeline-item {
   width: 55vw;
 }
 .timeline-horizontal.col-50 .timeline-item {
   width: 50vw;
 }
 .timeline-horizontal.col-45 .timeline-item {
   width: 45vw;
 }
 .timeline-horizontal.col-40 .timeline-item {
   width: 40vw;
 }
 .timeline-horizontal.col-35 .timeline-item {
   width: 35vw;
 }
 .timeline-horizontal.col-33 .timeline-item {
   width: 33.333333333333336vw;
 }
 .timeline-horizontal.col-30 .timeline-item {
   width: 30vw;
 }
 .timeline-horizontal.col-25 .timeline-item {
   width: 25vw;
 }
 .timeline-horizontal.col-20 .timeline-item {
   width: 20vw;
 }
 .timeline-horizontal.col-15 .timeline-item {
   width: 15vw;
 }
 .timeline-horizontal.col-10 .timeline-item {
   width: 10vw;
 }
 .timeline-horizontal.col-5 .timeline-item {
   width: 5vw;
 }
 @media (min-width: 768px) {
   .timeline-horizontal.tablet-100 .timeline-item {
     width: 100vw;
   }
   .timeline-horizontal.tablet-95 .timeline-item {
     width: 95vw;
   }
   .timeline-horizontal.tablet-90 .timeline-item {
     width: 90vw;
   }
   .timeline-horizontal.tablet-85 .timeline-item {
     width: 85vw;
   }
   .timeline-horizontal.tablet-80 .timeline-item {
     width: 80vw;
   }
   .timeline-horizontal.tablet-75 .timeline-item {
     width: 75vw;
   }
   .timeline-horizontal.tablet-70 .timeline-item {
     width: 70vw;
   }
   .timeline-horizontal.tablet-66 .timeline-item {
     width: 66.66666666666666vw;
   }
   .timeline-horizontal.tablet-65 .timeline-item {
     width: 65vw;
   }
   .timeline-horizontal.tablet-60 .timeline-item {
     width: 60vw;
   }
   .timeline-horizontal.tablet-55 .timeline-item {
     width: 55vw;
   }
   .timeline-horizontal.tablet-50 .timeline-item {
     width: 50vw;
   }
   .timeline-horizontal.tablet-45 .timeline-item {
     width: 45vw;
   }
   .timeline-horizontal.tablet-40 .timeline-item {
     width: 40vw;
   }
   .timeline-horizontal.tablet-35 .timeline-item {
     width: 35vw;
   }
   .timeline-horizontal.tablet-33 .timeline-item {
     width: 33.333333333333336vw;
   }
   .timeline-horizontal.tablet-30 .timeline-item {
     width: 30vw;
   }
   .timeline-horizontal.tablet-25 .timeline-item {
     width: 25vw;
   }
   .timeline-horizontal.tablet-20 .timeline-item {
     width: 20vw;
   }
   .timeline-horizontal.tablet-15 .timeline-item {
     width: 15vw;
   }
   .timeline-horizontal.tablet-10 .timeline-item {
     width: 10vw;
   }
   .timeline-horizontal.tablet-5 .timeline-item {
     width: 5vw;
   }
 }
 .timeline-horizontal .timeline-year,
 .timeline-horizontal .timeline-month {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   padding-top: 24px;
   position: relative;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   height: 100%;
 }
 .timeline-horizontal .timeline-year-title,
 .timeline-horizontal .timeline-month-title {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   line-height: 24px;
   height: 24px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .timeline-horizontal .timeline-year-title span,
 .timeline-horizontal .timeline-month-title span {
   display: inline-block;
   position: -webkit-sticky;
   position: sticky;
 }
 .timeline-horizontal .timeline-year-title {
   font-size: 16px;
 }
 .timeline-horizontal .timeline-month-title span {
   margin-top: -2px;
 }
 /* === Timeline iOS === */
 .ios .timeline {
   margin: 35px 0;
   padding: 0 15px;
 }
 .ios .block-strong .timeline {
   padding: 0;
   margin: 0;
 }
 .ios .timeline-item {
   padding: 2px 0px 15px;
 }
 .ios .timeline-item:last-child {
   padding-bottom: 2px;
 }
 .ios .timeline-item-content .card,
 .ios .timeline-item-content.card,
 .ios .timeline-item-content .list,
 .ios .timeline-item-content.list,
 .ios .timeline-item-content .block,
 .ios .timeline-item-content.block {
   margin: 0;
   width: 100%;
 }
 .ios .timeline-item-content .card + .card,
 .ios .timeline-item-content .list + .card,
 .ios .timeline-item-content .block + .card,
 .ios .timeline-item-content .card + .list,
 .ios .timeline-item-content .list + .list,
 .ios .timeline-item-content .block + .list,
 .ios .timeline-item-content .card + .block,
 .ios .timeline-item-content .list + .block,
 .ios .timeline-item-content .block + .block {
   margin: 15px 0 0;
 }
 .ios .timeline-item-inner {
   border-radius: 7px;
   padding: 8px 15px;
 }
 .ios .timeline-item-inner + .timeline-item-inner {
   margin-top: 15px;
 }
 .ios .block-strong .timeline-item-inner {
   border-radius: 3px;
   border: 1px solid rgba(0, 0, 0, 0.1);
 }
 .ios .timeline-item-divider {
   margin-left: 15px;
   margin-right: 15px;
 }
 .ios .timeline-item-time {
   margin-top: 15px;
   color: #6d6d72;
 }
 .ios .timeline-item-time:first-child,
 .ios .timeline-item-time:last-child {
   margin-top: 0;
 }
 .ios .timeline-item-title {
   font-size: 17px;
   font-weight: 600;
 }
 .ios .timeline-item-subtitle {
   font-size: 15px;
 }
 .ios .timeline-sides .timeline-item {
   margin-left: calc(50% - (30px + 10px) / 2 - 50px);
   margin-right: 0;
 }
 .ios .timeline-sides .timeline-item .timeline-item-date {
   text-align: right;
 }
 .ios .timeline-sides .timeline-item:not(.timeline-item-right):nth-child(2n) {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -webkit-flex-direction: row-reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
   margin-right: calc(50% - (30px + 10px) / 2 - 50px);
   margin-left: 0;
 }
 .ios .timeline-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date {
   text-align: left;
 }
 .ios .timeline-sides .timeline-item-left {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -webkit-flex-direction: row-reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
   margin-right: calc(50% - (30px + 10px) / 2 - 50px);
   margin-left: 0;
 }
 .ios .timeline-sides .timeline-item-left .timeline-item-date {
   text-align: left;
 }
 .ios .timeline-sides .timeline-item-right {
   margin-left: calc(50% - (30px + 10px) / 2 - 50px);
   margin-right: 0;
 }
 .ios .timeline-sides .timeline-item-right .timeline-item-date {
   text-align: right;
 }
 @media (min-width: 768px) {
   .ios .tablet-sides .timeline-item {
     margin-left: calc(50% - (30px + 10px) / 2 - 50px);
     margin-right: 0;
   }
   .ios .tablet-sides .timeline-item .timeline-item-date {
     text-align: right;
   }
   .ios .tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     margin-right: calc(50% - (30px + 10px) / 2 - 50px);
     margin-left: 0;
   }
   .ios .tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date {
     text-align: left;
   }
   .ios .tablet-sides .timeline-item-left {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     margin-right: calc(50% - (30px + 10px) / 2 - 50px);
     margin-left: 0;
   }
   .ios .tablet-sides .timeline-item-left .timeline-item-date {
     text-align: left;
   }
   .ios .tablet-sides .timeline-item-right {
     margin-left: calc(50% - (30px + 10px) / 2 - 50px);
     margin-right: 0;
   }
   .ios .tablet-sides .timeline-item-right .timeline-item-date {
     text-align: right;
   }
 }
 .ios .timeline-horizontal {
   padding: 0;
   margin: 0;
 }
 .ios .timeline-horizontal .timeline-item {
   padding-top: 34px !important;
   padding-bottom: 10px;
 }
 .ios .timeline-horizontal > .timeline-item:last-child:after,
 .ios .timeline-horizontal .timeline-month:last-child .timeline-item:last-child:after {
   display: none !important;
 }
 .ios .timeline-horizontal .timeline-item-date {
   background: var(--nav-bg);
   padding: 0px 10px;
 }
 .ios .timeline-horizontal .timeline-item-content {
   padding: 10px;
   height: calc(100% - 10px);
 }
 .ios .timeline-horizontal .timeline-item-date:after {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .timeline-horizontal .timeline-item-date:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .timeline-horizontal .timeline-item-date:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .timeline-horizontal .timeline-month .timeline-item:before {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .timeline-horizontal .timeline-month .timeline-item:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .timeline-horizontal .timeline-month .timeline-item:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .timeline-horizontal .timeline-item:after {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: 0;
   right: 0;
   bottom: auto;
   left: auto;
   width: 1px;
   height: 100%;
   -webkit-transform-origin: 100% 50%;
   transform-origin: 100% 50%;
 }
 .ios.device-pixel-ratio-2 .timeline-horizontal .timeline-item:after {
   -webkit-transform: scaleX(0.5);
   transform: scaleX(0.5);
 }
 .ios.device-pixel-ratio-3 .timeline-horizontal .timeline-item:after {
   -webkit-transform: scaleX(0.33);
   transform: scaleX(0.33);
 }
 .ios .timeline-horizontal .timeline-year:after {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: 0;
   right: 0;
   bottom: auto;
   left: auto;
   width: 1px;
   height: 100%;
   -webkit-transform-origin: 100% 50%;
   transform-origin: 100% 50%;
 }
 .ios.device-pixel-ratio-2 .timeline-horizontal .timeline-year:after {
   -webkit-transform: scaleX(0.5);
   transform: scaleX(0.5);
 }
 .ios.device-pixel-ratio-3 .timeline-horizontal .timeline-year:after {
   -webkit-transform: scaleX(0.33);
   transform: scaleX(0.33);
 }
 .ios .timeline-year:last-child:after {
   display: none !important;
 }
 .ios .timeline-year-title,
 .ios .timeline-month-title {
   padding: 0 10px;
   background: var(--nav-bg);
 }
 .ios .timeline-year-title span,
 .ios .timeline-month-title span {
   left: 10px;
 }
 .ios .timeline-year-title span {
   margin-top: 3px;
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) {
     padding-left: constant(safe-area-inset-left);
     padding-left: env(safe-area-inset-left);
   }
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span {
     left: calc(10px + constant(safe-area-inset-left));
     left: calc(10px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title {
     left: -44px;
     right: 0;
     width: auto;
   }
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item {
     overflow: visible;
   }
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .ios.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date,
   .ios.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date {
     width: auto;
     padding-left: calc(10px + constant(safe-area-inset-left));
     padding-left: calc(10px + env(safe-area-inset-left));
     left: calc(0px - constant(safe-area-inset-left));
     left: calc(0px - env(safe-area-inset-left));
     right: 0;
   }
   .ios.device-iphone-x .ios-left-edge .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal),
   .ios.device-iphone-x .ios-edges .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal),
   .ios.device-iphone-x .popup .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal),
   .ios.device-iphone-x .sheet-modal .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal),
   .ios.device-iphone-x .panel-left .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal) {
     padding-left: calc(15px + constant(safe-area-inset-left));
     padding-left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .ios.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .ios.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title,
   .ios.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title {
     width: auto;
     right: calc(0px - constant(safe-area-inset-right));
     right: calc(0px - env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .ios.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .ios.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child,
   .ios.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child {
     overflow: visible;
   }
   .ios.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date,
   .ios.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date {
     width: auto;
     right: calc(0px - constant(safe-area-inset-right));
     right: calc(0px - env(safe-area-inset-right));
     left: 0;
   }
   .ios.device-iphone-x .ios-right-edge .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal),
   .ios.device-iphone-x .ios-edges .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal),
   .ios.device-iphone-x .popup .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal),
   .ios.device-iphone-x .sheet-modal .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal),
   .ios.device-iphone-x .panel-right .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal) {
     padding-right: calc(15px + constant(safe-area-inset-right));
     padding-right: calc(15px + env(safe-area-inset-right));
   }
 }
 .ios .theme-dark .timeline-year-title,
 .ios .theme-dark .timeline-month-title {
   background: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .timeline-item-inner {
   background-color: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .timeline-item-time {
   color: #8E8E93;
 }
 .ios .theme-dark .timeline-horizontal .timeline-item-date,
 .timeline-horizontal.ios .theme-dark .timeline-item-date {
   background: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .timeline-horizontal .timeline-item-date:after,
 .timeline-horizontal.ios .theme-dark .timeline-item-date:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .timeline-horizontal .timeline-month .timeline-item:before,
 .timeline-horizontal.ios .theme-dark .timeline-month .timeline-item:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .timeline-horizontal .timeline-item:after,
 .timeline-horizontal.ios .theme-dark .timeline-item:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .timeline-horizontal .timeline-year:after,
 .timeline-horizontal.ios .theme-dark .timeline-year:after {
   background-color: var(--theme-dark-nav-line);
 }
 /* === Timeline MD === */




















 @media (min-width: 768px) {
   .md .tablet-sides .timeline-item {
     margin-left: calc(50% - (32px + 10px) / 2 - 50px);
     margin-right: 0;
   }
   .md .tablet-sides .timeline-item .timeline-item-date {
     text-align: right;
   }
   .md .tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     margin-right: calc(50% - (32px + 10px) / 2 - 50px);
     margin-left: 0;
   }
   .md .tablet-sides .timeline-item:not(.timeline-item-right):nth-child(2n) .timeline-item-date {
     text-align: left;
   }
   .md .tablet-sides .timeline-item-left {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: row-reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse;
     margin-right: calc(50% - (32px + 10px) / 2 - 50px);
     margin-left: 0;
   }
   .md .tablet-sides .timeline-item-left .timeline-item-date {
     text-align: left;
   }
   .md .tablet-sides .timeline-item-right {
     margin-left: calc(50% - (32px + 10px) / 2 - 50px);
     margin-right: 0;
   }
   .md .tablet-sides .timeline-item-right .timeline-item-date {
     text-align: right;
   }
 }







 .md.device-pixel-ratio-2 .timeline-horizontal .timeline-item:after {
   -webkit-transform: scaleX(0.5);
   transform: scaleX(0.5);
 }
 .md.device-pixel-ratio-3 .timeline-horizontal .timeline-item:after {
   -webkit-transform: scaleX(0.33);
   transform: scaleX(0.33);
 }

 .md.device-pixel-ratio-2 .timeline-horizontal .timeline-item:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .timeline-horizontal .timeline-item:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }



 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) {
     padding-left: constant(safe-area-inset-left);
     padding-left: env(safe-area-inset-left);
   }
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year-title span,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-month-title span {
     left: calc(12px + constant(safe-area-inset-left));
     left: calc(12px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-month-title,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title {
     left: -44px;
     right: 0;
     width: auto;
   }
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item {
     overflow: visible;
   }
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) > .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-month:first-child .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-item:first-child .timeline-item-date,
   .md.device-iphone-x .ios-left-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date,
   .md.device-iphone-x .panel-left .timeline-horizontal:not(.no-ios-edges):not(.no-ios-left-edge) .timeline-year:first-child .timeline-year-title + .timeline-month .timeline-month-title + .timeline-item .timeline-item-date {
     width: auto;
     padding-left: calc(12px + constant(safe-area-inset-left));
     padding-left: calc(12px + env(safe-area-inset-left));
     left: calc(0px - constant(safe-area-inset-left));
     left: calc(0px - env(safe-area-inset-left));
     right: 0;
   }
   .md.device-iphone-x .ios-left-edge .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal),
   .md.device-iphone-x .ios-edges .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal),
   .md.device-iphone-x .popup .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal),
   .md.device-iphone-x .sheet-modal .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal),
   .md.device-iphone-x .panel-left .timeline:not(.no-ios-edges):not(.no-ios-left-edge):not(.timeline-horizontal) {
     padding-left: calc(16px + constant(safe-area-inset-left));
     padding-left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .md.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-year-title,
   .md.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title,
   .md.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-month-title {
     width: auto;
     right: calc(0px - constant(safe-area-inset-right));
     right: calc(0px - env(safe-area-inset-right));
   }
   .md.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .md.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child,
   .md.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child,
   .md.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child {
     overflow: visible;
   }
   .md.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) > .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .ios-right-edge .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .ios-edges .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .popup .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .sheet-modal .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date,
   .md.device-iphone-x .panel-right .timeline-horizontal:not(.no-ios-edges):not(.no-ios-right-edge) .timeline-year:last-child .timeline-month:last-child .timeline-item:last-child .timeline-item-date {
     width: auto;
     right: calc(0px - constant(safe-area-inset-right));
     right: calc(0px - env(safe-area-inset-right));
     left: 0;
   }
   .md.device-iphone-x .ios-right-edge .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal),
   .md.device-iphone-x .ios-edges .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal),
   .md.device-iphone-x .popup .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal),
   .md.device-iphone-x .sheet-modal .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal),
   .md.device-iphone-x .panel-right .timeline:not(.no-ios-edges):not(.no-ios-right-edge):not(.timeline-horizontal) {
     padding-right: calc(16px + constant(safe-area-inset-right));
     padding-right: calc(16px + env(safe-area-inset-right));
   }
 }




















 /* === Tabs === */
 .tabs .tab {
   display: none;
 }
 .tabs .tab-active {
   display: block;
 }
 .tabs-animated-wrap {
   position: relative;
   width: 100%;
   overflow: hidden;
   height: 100%;
 }
 .tabs-animated-wrap > .tabs {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   height: 100%;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .tabs-animated-wrap > .tabs > .tab {
   width: 100%;
   display: block;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .tabs-animated-wrap.not-animated > .tabs {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .tabs-swipeable-wrap {
   height: 100%;
 }
 .tabs-swipeable-wrap > .tabs {
   height: 100%;
 }
 .tabs-swipeable-wrap > .tabs > .tab {
   display: block;
 }
 .page > .tabs {
   height: 100%;
 }
 /* === Panels === */
 .panel-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   z-index: 5999;
   display: none;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .panel-backdrop.not-animated {
   -webkit-transition-duration: 0ms !important;
   transition-duration: 0ms !important;
 }
 .panel {
   z-index: 1000;
   display: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: absolute;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   top: 0;
   height: 100%;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   width: 260px;
   background-color: var(--color-white);
 }
 .panel.not-animated {
   -webkit-transition-duration: 0ms !important;
   transition-duration: 0ms !important;
 }
 .panel.panel-reveal.not-animated ~ .views,
 .panel.panel-reveal.not-animated ~ .view {
   -webkit-transition-duration: 0ms !important;
   transition-duration: 0ms !important;
 }
 .panel-cover {
   z-index: 6000;
 }
 .panel-left {
   left: 0;
 }
 .panel-left.panel-cover {
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
 }
 .panel-right {
   right: 0;
 }
 .panel-right.panel-cover {
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
 }
 .panel-visible-by-breakpoint {
   display: block;
   -webkit-transform: translate3d(0, 0, 0) !important;
   transform: translate3d(0, 0, 0) !important;
 }
 .panel-visible-by-breakpoint.panel-cover {
   z-index: 5900;
 }
 html.with-panel .framework7-root > .views .page-content,
 html.with-panel .framework7-root > .view .page-content {
   overflow: hidden;
   -webkit-overflow-scrolling: auto;
 }
 html.with-panel-left-cover .panel-backdrop,
 html.with-panel-right-cover .panel-backdrop {
   display: block;
   opacity: 1;
 }
 html.with-panel-left-reveal .panel-backdrop,
 html.with-panel-right-reveal .panel-backdrop,
 html.with-panel-transitioning .panel-backdrop {
   background: rgba(0, 0, 0, 0);
   display: block;
   opacity: 0;
 }
 html.with-panel-left-reveal .views,
 html.with-panel-left-reveal .framework7-root > .view,
 html.with-panel-left-reveal .panel-backdrop {
   -webkit-transform: translate3d(260px, 0, 0);
   transform: translate3d(260px, 0, 0);
 }
 html.with-panel-right-reveal .views,
 html.with-panel-right-reveal .framework7-root > .view,
 html.with-panel-right-reveal .panel-backdrop {
   -webkit-transform: translate3d(-260px, 0, 0);
   transform: translate3d(-260px, 0, 0);
 }
 html.with-panel-left-cover .panel-left {
   -webkit-transform: translate3d(0px, 0, 0);
   transform: translate3d(0px, 0, 0);
 }
 html.with-panel-right-cover .panel-right {
   -webkit-transform: translate3d(0px, 0, 0);
   transform: translate3d(0px, 0, 0);
 }
 html.with-statusbar.device-ios .panel,
 html.with-statusbar.ios:not(.device-ios):not(.device-android) .panel {
   top: 20px;
   height: calc(100% - 20px);
 }
 html.with-statusbar.device-android .panel,
 html.with-statusbar.md:not(.device-ios):not(.device-android) .panel {
   top: 24px;
   height: calc(100% - 24px);
 }
 html.with-statusbar.device-iphone-x .panel {
   top: constant(safe-area-inset-top);
   top: env(safe-area-inset-top);
   height: calc(100% - constant(safe-area-inset-top));
   height: calc(100% - env(safe-area-inset-top));
 }
 .ios .panel-backdrop {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   background: rgba(0, 0, 0, 0);
 }
 .ios .panel {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .ios.with-panel-left-reveal .views,
 .ios.with-panel-right-reveal .views,
 .ios.with-panel-transitioning .views,
 .ios.with-panel-left-reveal .framework7-root > .view,
 .ios.with-panel-right-reveal .framework7-root > .view,
 .ios.with-panel-transitioning .framework7-root > .view {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
 }




 .md.with-panel-left-cover .panel-cover,
 .md.with-panel-right-cover .panel-cover {
   -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
 }
 .md.with-panel-left-reveal .views,
 .md.with-panel-right-reveal .views,
 .md.with-panel-left-reveal .framework7-root > .view,
 .md.with-panel-right-reveal .framework7-root > .view {
   -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
 }
 .md.with-panel-left-reveal .views,
 .md.with-panel-right-reveal .views,
 .md.with-panel-transitioning .views,
 .md.with-panel-left-reveal .framework7-root > .view,
 .md.with-panel-right-reveal .framework7-root > .view,
 .md.with-panel-transitioning .framework7-root > .view {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
   transition-property: -webkit-transform, -webkit-box-shadow;
   transition-property: transform, box-shadow;
   transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
 }
 /* === Card === */
 .cards-list > ul:before,
 .card .list > ul:before {
   display: none !important;
 }
 .cards-list > ul:after,
 .card .list > ul:after {
   display: none !important;
 }
 .card {
   background: var(--color-white);
   position: relative;
   border-radius: 4px;
   font-size: 14px;
 }
 .card .list,
 .card .block {
   margin: 0;
 }
 .row:not(.no-gap) .col > .card {
   margin-left: 0;
   margin-right: 0;
 }
 .card-content {
   position: relative;
 }
 .card-content-padding {
   position: relative;
 }
 .card-content-padding > p:first-child {
   margin-top: 0;
 }
 .card-content-padding > p:last-child {
   margin-bottom: 0;
 }
 .card-header,
 .card-footer {
   min-height: 44px;
   position: relative;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .card-header[valign="top"],
 .card-footer[valign="top"] {
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
 }
 .card-header[valign="bottom"],
 .card-footer[valign="bottom"] {
   -webkit-box-align: end;
   -webkit-align-items: flex-end;
   -ms-flex-align: end;
   align-items: flex-end;
 }
 .card-header a.link,
 .card-footer a.link {
   position: relative;
 }
 .card-header a.link i.icon,
 .card-footer a.link i.icon {
   display: block;
 }
 .card-header a.icon-only,
 .card-footer a.icon-only {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin: 0;
 }
 .card-header {
   border-radius: 4px 4px 0 0;
 }
 .card-header:after {
   content: '';
   position: absolute;
   background-color: #e1e1e1;
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 html.device-pixel-ratio-2 .card-header:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 html.device-pixel-ratio-3 .card-header:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .card-header.no-hairline:after {
   display: none !important;
 }
 .card-footer {
   border-radius: 0 0 4px 4px;
 }
 .card-footer:before {
   content: '';
   position: absolute;
   background-color: #e1e1e1;
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 html.device-pixel-ratio-2 .card-footer:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 html.device-pixel-ratio-3 .card-footer:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .card-footer.no-hairline:before {
   display: none !important;
 }
 .ios .cards-list ul,
 .ios .card .list ul {
   background: none;
 }
 .ios .card {
   -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
   margin: 10px;
 }
 .ios .card-outline {
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 1px solid rgba(0, 0, 0, 0.12);
 }
 .ios .card-header a.link,
 .ios .card-footer a.link {
   line-height: 44px;
   height: 44px;
   margin-top: -10px;
   margin-bottom: -10px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
 }
 .ios .card-header a.icon-only,
 .ios .card-footer a.icon-only {
   min-width: 44px;
 }
 .ios .card-content-padding {
 }
 .ios .card-content-padding > .list,
 .ios .card-content-padding > .block {
   margin: -15px;
 }
 .ios .card-header,
 .ios .card-footer {
   min-height: 44px;
   padding: 10px 15px;
 }
 .ios .card-header {
   font-size: 17px;
 }
 .ios .card-footer {
   color: #6d6d72;
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .card:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .ios-edges .card:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .popup .card:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .sheet-modal .card:not(.no-ios-edges):not(.no-ios-left-edge),
   .ios.device-iphone-x .panel-left .card:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(10px + constant(safe-area-inset-left));
     margin-left: calc(10px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .card:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .ios-edges .card:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .popup .card:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .sheet-modal .card:not(.no-ios-edges):not(.no-ios-right-edge),
   .ios.device-iphone-x .panel-right .card:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(10px + constant(safe-area-inset-right));
     margin-right: calc(10px + env(safe-area-inset-right));
   }
 }
 .ios .theme-dark .card {
   background-color: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .card-outline {
   border-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .card-header:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .card-footer {
   color: #8E8E93;
 }
 .ios .theme-dark .card-footer:before {
   background-color: var(--theme-dark-nav-line);
 }




 input[type="submit"].md .card-header a.link,
 input[type="submit"].md .card-footer a.link,
 input[type="button"].md .card-header a.link,
 input[type="button"].md .card-footer a.link {
   width: 100%;
 }













 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .card:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .ios-edges .card:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .popup .card:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .sheet-modal .card:not(.no-ios-edges):not(.no-ios-left-edge),
   .md.device-iphone-x .panel-left .card:not(.no-ios-edges):not(.no-ios-left-edge) {
     margin-left: calc(8px + constant(safe-area-inset-left));
     margin-left: calc(8px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-right-edge .card:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .ios-edges .card:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .popup .card:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .sheet-modal .card:not(.no-ios-edges):not(.no-ios-right-edge),
   .md.device-iphone-x .panel-right .card:not(.no-ios-edges):not(.no-ios-right-edge) {
     margin-right: calc(8px + constant(safe-area-inset-right));
     margin-right: calc(8px + env(safe-area-inset-right));
   }
 }


















 /* === Chips === */
 .chip {
   font-weight: normal;
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   vertical-align: middle;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   margin: 2px 0;
 }
 .chip-media {
   border-radius: 50%;
   text-align: center;
   color: var(--color-white);
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .chip-media img {
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
   border-radius: 50%;
   display: block;
 }
 .chip-label {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   position: relative;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   min-width: 0;
 }
 .chip-delete {
   text-align: center;
   cursor: pointer;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   background-repeat: no-repeat;
 }
 .chip .chip-delete.active-state {
   opacity: 1;
 }
 .ios .chip {
   font-size: 13px;
   color: var(--color-black);
   background: rgba(0, 0, 0, 0.12);
   height: 24px;
   border-radius: 12px;
   padding: 0 10px;
 }
 .ios .chip-outline {
   background: none;
   border: 1px solid rgba(0, 0, 0, 0.12);
 }
 .ios .chip-media {
   width: 24px;
   height: 24px;
   vertical-align: middle;
   border-radius: 50%;
   text-align: center;
   line-height: 16px;
   color: var(--color-white);
   font-size: 12px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   margin-left: -10px;
 }
 .ios .chip-media + .chip-label {
   margin-left: 4px;
 }
 .ios .chip-media i.icon {
   font-size: 16px;
   height: 16px;
 }
 .ios .chip-delete {
   width: 24px;
   height: 24px;
   line-height: 24px;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2028'%3E%3Ccircle%20cx%3D'14'%20cy%3D'14'%20r%3D'14'%20fill%3D'%23000'%2F%3E%3Cline%20stroke%3D'%23fff'%20stroke-width%3D'3'%20stroke-miterlimit%3D'10'%20x1%3D'8'%20y1%3D'8'%20x2%3D'20'%20y2%3D'20'%2F%3E%3Cline%20fill%3D'none'%20stroke%3D'%23fff'%20stroke-width%3D'3'%20stroke-miterlimit%3D'10'%20x1%3D'20'%20y1%3D'8'%20x2%3D'8'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");
   background-position: center;
   background-size: 14px 14px;
   opacity: 0.54;
   margin-right: -10px;
 }
 .ios .theme-dark .chip {
   background-color: #333;
   color: var(--color-white);
 }
 .ios .theme-dark .chip-outline {
   background: none;
   border-color: #333;
 }
 .ios .theme-dark .chip-delete {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2028'%3E%3Ccircle%20cx%3D'14'%20cy%3D'14'%20r%3D'14'%20fill%3D'%23fff'%2F%3E%3Cline%20stroke%3D'%23000'%20stroke-width%3D'3'%20stroke-miterlimit%3D'10'%20x1%3D'8'%20y1%3D'8'%20x2%3D'20'%20y2%3D'20'%2F%3E%3Cline%20fill%3D'none'%20stroke%3D'%23000'%20stroke-width%3D'3'%20stroke-miterlimit%3D'10'%20x1%3D'20'%20y1%3D'8'%20x2%3D'8'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .chip.color-red {
   background: var(--theme-red-color);
   color: var(--color-white);
 }
 .ios .chip.color-red.chip-outline {
   background: none;
   border-color: var(--theme-red-color);
   color: var(--theme-red-color);
 }
 .ios .chip.color-green {
   background: var(--theme-green-color);
   color: var(--color-white);
 }
 .ios .chip.color-green.chip-outline {
   background: none;
   border-color: var(--theme-green-color);
   color: var(--theme-green-color);
 }
 .ios .chip.color-blue {
   background: var(--theme-blue-color);
   color: var(--color-white);
 }
 .ios .chip.color-blue.chip-outline {
   background: none;
   border-color: var(--theme-blue-color);
   color: var(--theme-blue-color);
 }
 .ios .chip.color-pink {
   background: var(--theme-pink-color) ;
   color: var(--color-white);
 }
 .ios .chip.color-pink.chip-outline {
   background: none;
   border-color: var(--theme-pink-color) ;
   color: var(--theme-pink-color) ;
 }
 .ios .chip.color-yellow {
   background: var(--theme-yellow-color);
   color: var(--color-white);
 }
 .ios .chip.color-yellow.chip-outline {
   background: none;
   border-color: var(--theme-yellow-color);
   color: var(--theme-yellow-color);
 }
 .ios .chip.color-orange {
   background: var(--theme-orange-color);
   color: var(--color-white);
 }
 .ios .chip.color-orange.chip-outline {
   background: none;
   border-color: var(--theme-orange-color);
   color: var(--theme-orange-color);
 }
 .ios .chip.color-gray {
   background: var(--theme-gray-color);
   color: var(--color-white);
 }
 .ios .chip.color-gray.chip-outline {
   background: none;
   border-color: var(--theme-gray-color);
   color: var(--theme-gray-color);
 }
 .ios .chip.color-white {
   background: var(--theme-white-color);
   color: var(--color-white);
 }
 .ios .chip.color-white.chip-outline {
   background: none;
   border-color: var(--theme-white-color);
   color: var(--theme-white-color);
 }
 .ios .chip.color-black {
   background: var(--theme-black-color);
   color: var(--color-white);
 }
 .ios .chip.color-black.chip-outline {
   background: none;
   border-color: var(--theme-black-color);
   color: var(--theme-black-color);
 }



























 /* === Input === */
 input[type="text"],
 input[type="password"],
 input[type="search"],
 input[type="email"],
 input[type="tel"],
 input[type="url"],
 input[type="date"],
 input[type="datetime-local"],
 input[type="time"],
 input[type="number"],
 select,
 textarea {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   border-radius: 0;
   outline: 0;
   display: block;
   padding: 0;
   margin: 0;
   font-family: inherit;
   background: none;
   resize: none;
   font-size: inherit;
   color: inherit;
 }
 .textarea-resizable-shadow {
   opacity: 0;
   position: absolute;
   z-index: -1000;
   pointer-events: none;
   left: -1000px;
   top: -1000px;
   visibility: hidden;
 }
 .list input[type="text"],
 .list input[type="password"],
 .list input[type="search"],
 .list input[type="email"],
 .list input[type="tel"],
 .list input[type="url"],
 .list input[type="date"],
 .list input[type="datetime-local"],
 .list input[type="time"],
 .list input[type="number"],
 .list select,
 .list textarea {
   width: 100%;
 }
 .list input[type="datetime-local"] {
   max-width: 50vw;
 }
 .list input[type="date"],
 .list input[type="datetime-local"] {
   line-height: 44px;
 }
 .list textarea {
   resize: none;
   line-height: 1.4;
   height: 100px;
 }
 .list .item-label,
 .list .item-floating-label {
   vertical-align: top;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .list .item-input-wrap {
   width: 100%;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   position: relative;
 }
 .input {
   position: relative;
 }
 .input input,
 .input select,
 .input textarea {
   width: 100%;
 }
 .input-clear-button {
   opacity: 0;
   pointer-events: none;
   visibility: hidden;
   -webkit-transition-duration: 100ms;
   transition-duration: 100ms;
   position: absolute;
   top: 50%;
   border-radius: 50%;
   border: none;
   padding: 0;
   margin: 0;
   outline: 0;
   z-index: 1;
   cursor: pointer;
   background: none;
   right: 0;
 }
 .input-clear-button:after {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-repeat: no-repeat;
   background-position: center center;
 }
 .input-clear-button:before {
   position: absolute;
   content: '';
   left: 50%;
   top: 50%;
 }
 .input-with-value ~ .input-clear-button,
 .item-input-with-value .input-clear-button,
 .input-with-value .input-clear-button {
   opacity: 1;
   pointer-events: auto;
   visibility: visible;
 }
 .input-dropdown-wrap,
 .input-dropdown {
   position: relative;
 }
 .input-dropdown-wrap:before,
 .input-dropdown:before {
   content: '';
   pointer-events: none;
   position: absolute;
   top: 50%;
   margin-top: -2px;
   width: 0;
   height: 0;
   border-left: 5px solid transparent;
   border-right: 5px solid transparent;
   border-top: 5px solid #727272;
   right: 2px;
 }
 .input-dropdown-wrap select,
 .input-dropdown select,
 .input-dropdown-wrap input,
 .input-dropdown input,
 .input-dropdown-wrap textarea,
 .input-dropdown textarea {
   padding-right: 14px;
 }
 .ios .list input[type="text"],
 .ios .list input[type="password"],
 .ios .list input[type="search"],
 .ios .list input[type="email"],
 .ios .list input[type="tel"],
 .ios .list input[type="url"],
 .ios .list input[type="date"],
 .ios .list input[type="datetime-local"],
 .ios .list input[type="time"],
 .ios .list input[type="number"],
 .ios .list select {
   height: 44px;
   color: var(--color-black);
   font-size: 17px;
 }
 .ios .list textarea {
   color: var(--color-black);
   font-size: 17px;
   padding-top: 11px;
   padding-bottom: 11px;
 }
 .ios .list textarea.resizable {
   height: 44px;
 }
 .ios .item-label,
 .ios .item-floating-label {
   font-size: 12px;
   width: 100%;
   line-height: 1;
   overflow: visible;
 }
 .ios .item-label + .item-input-wrap,
 .ios .item-floating-label + .item-input-wrap {
   margin-top: 0;
 }
 .ios .item-input .item-inner {
   display: block;
 }
 .ios .item-input .item-media {
   -webkit-align-self: flex-start;
   -ms-flex-item-align: start;
   align-self: flex-start;
 }
 .ios .item-input-wrap {
   margin-top: -8px;
   margin-bottom: -8px;
 }
 .ios .inline-labels .item-inner,
 .ios .inline-label .item-inner {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .ios .inline-labels .item-label,
 .ios .inline-label .item-label,
 .ios .inline-labels .item-floating-label,
 .ios .inline-label .item-floating-label {
   font-size: 17px;
   width: 35%;
   line-height: 1.4;
   -webkit-align-self: flex-start;
   -ms-flex-item-align: start;
   align-self: flex-start;
   padding-top: 3px;
 }
 .ios .inline-labels .item-label + .item-input-wrap,
 .ios .inline-label .item-label + .item-input-wrap,
 .ios .inline-labels .item-floating-label + .item-input-wrap,
 .ios .inline-label .item-floating-label + .item-input-wrap {
   margin-top: -8px;
   margin-left: 5px;
 }
 .ios .inline-labels .item-input-wrap,
 .ios .inline-label .item-input-wrap {
   margin-top: -8px;
 }
 .ios .item-input-with-error-message .item-input-wrap input,
 .ios div.input-with-error-message input,
 .ios span.input-with-error-message input,
 .ios .item-input-with-error-message .item-input-wrap select,
 .ios div.input-with-error-message select,
 .ios span.input-with-error-message select,
 .ios .item-input-with-error-message .item-input-wrap textarea,
 .ios div.input-with-error-message textarea,
 .ios span.input-with-error-message textarea {
   color: var(--theme-red-color);
 }
 .ios .item-input-error-message,
 .ios .item-input-info,
 .ios .input-error-message,
 .ios .input-info {
   font-size: 12px;
   line-height: 1.4;
   position: relative;
   margin-bottom: 6px;
   margin-top: -8px;
 }
 .ios .item-input-info,
 .ios .input-info {
   color: #8e8e93;
 }
 .ios .item-input-error-message,
 .ios .input-error-message {
   color: var(--theme-red-color);
   display: none;
 }
 .ios .item-input-invalid .item-input-error-message {
   display: block;
 }
 .ios .item-input-invalid .item-input-info {
   display: none;
 }
 .ios .input-invalid .input-error-message {
   display: block;
 }
 .ios .input-invalid .input-info {
   display: none;
 }
 .ios .input-clear-button {
   width: 14px;
   height: 14px;
   margin-top: -7px;
 }
 .ios .input-clear-button:after {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2028'%3E%3Ccircle%20cx%3D'14'%20cy%3D'14'%20r%3D'14'%20fill%3D'%238e8e93'%2F%3E%3Cline%20stroke%3D'%23ffffff'%20stroke-width%3D'3'%20stroke-miterlimit%3D'10'%20x1%3D'8'%20y1%3D'8'%20x2%3D'20'%20y2%3D'20'%2F%3E%3Cline%20fill%3D'none'%20stroke%3D'%23ffffff'%20stroke-width%3D'3'%20stroke-miterlimit%3D'10'%20x1%3D'20'%20y1%3D'8'%20x2%3D'8'%20y2%3D'20'%2F%3E%3C%2Fsvg%3E");
   background-size: 14px 14px;
 }
 .ios .input-clear-button:before {
   width: 44px;
   height: 44px;
   margin-left: -22px;
   margin-top: -22px;
 }
 .ios .item-input-wrap .input-clear-button {
   top: 22px;
 }
 .ios .theme-dark .list input[type="text"],
 .list.ios .theme-dark input[type="text"],
 .ios .theme-dark .list input[type="password"],
 .list.ios .theme-dark input[type="password"],
 .ios .theme-dark .list input[type="search"],
 .list.ios .theme-dark input[type="search"],
 .ios .theme-dark .list input[type="email"],
 .list.ios .theme-dark input[type="email"],
 .ios .theme-dark .list input[type="tel"],
 .list.ios .theme-dark input[type="tel"],
 .ios .theme-dark .list input[type="url"],
 .list.ios .theme-dark input[type="url"],
 .ios .theme-dark .list input[type="date"],
 .list.ios .theme-dark input[type="date"],
 .ios .theme-dark .list input[type="datetime-local"],
 .list.ios .theme-dark input[type="datetime-local"],
 .ios .theme-dark .list input[type="time"],
 .list.ios .theme-dark input[type="time"],
 .ios .theme-dark .list input[type="number"],
 .list.ios .theme-dark input[type="number"],
 .ios .theme-dark .list select,
 .list.ios .theme-dark select {
   color: var(--color-white);
 }
 .ios .theme-dark .list textarea,
 .list.ios .theme-dark textarea {
   color: var(--color-white);
 }














 .md.device-pixel-ratio-2 .item-input-wrap:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .item-input-wrap:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }

 .md.device-pixel-ratio-2 .input:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .input:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }

















































































 /* === Checkbox === */
 .icon-checkbox,
 .checkbox i {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .checkbox {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   z-index: 1;
 }
 label.item-checkbox,
 .checkbox {
   cursor: pointer;
 }
 label.item-checkbox input[type="checkbox"],
 .checkbox input[type="checkbox"],
 label.item-checkbox input[type="radio"],
 .checkbox input[type="radio"] {
   display: none;
 }
 label.item-checkbox .icon-checkbox,
 .checkbox .icon-checkbox {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   display: block;
 }
 label.item-checkbox .icon-checkbox:after,
 .checkbox .icon-checkbox:after {
   content: '';
   position: absolute;
 }
 label.item-checkbox {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 label.item-checkbox.active-state:after {
   background-color: transparent;
 }
 label.item-checkbox.disabled,
 .disabled label.item-checkbox {
   opacity: 0.55;
   pointer-events: none;
   opacity: 0.55 !important;
   pointer-events: none !important;
 }
 .ios .icon-checkbox,
 .ios .checkbox i {
   width: 22px;
   height: 22px;
   border-radius: 50%;
   border: 1px solid #c7c7cc;
 }
 .ios .icon-checkbox:after,
 .ios .checkbox i:after {
   left: 50%;
   top: 50%;
   margin-left: -6px;
   margin-top: -4px;
   width: 12px;
   height: 9px;
 }
 .ios label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox input[type="checkbox"]:checked ~ i {
   border: none;
   background: var(--theme-blue-color);
 }
 .ios label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox:after,
 .ios .checkbox input[type="checkbox"]:checked ~ i:after {
   background: no-repeat center;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20viewBox%3D'0%200%2012%209'%20xml%3Aspace%3D'preserve'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'12%2C0.7%2011.3%2C0%203.9%2C7.4%200.7%2C4.2%200%2C4.9%203.9%2C8.8%203.9%2C8.8%203.9%2C8.8%20'%2F%3E%3C%2Fsvg%3E");
   background-size: 12px 9px;
 }
 .ios label.item-checkbox > .icon-checkbox {
   margin-right: 15px;
 }
 .ios label.item-checkbox .item-content .item-media,
 .ios label.item-checkbox.item-content .item-media {
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
 }
 .ios label.item-checkbox.active-state {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   background-color: #d9d9d9;
 }
 .ios .theme-dark label.item-checkbox.active-state {
   background-color: #363636;
 }
 .ios .color-theme-red label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-red .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-red-color);
 }
 .ios .color-theme-green label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-green .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-green-color);
 }
 .ios .color-theme-blue label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-blue .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-blue-color);
 }
 .ios .color-theme-pink label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-pink .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-yellow .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-yellow-color);
 }
 .ios .color-theme-orange label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-orange .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-orange-color);
 }
 .ios .color-theme-gray label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-gray .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-gray-color);
 }
 .ios .color-theme-white label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-white .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-white-color);
 }
 .ios .color-theme-black label.item-checkbox input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .color-theme-black .checkbox input[type="checkbox"]:checked ~ i {
   background: var(--theme-black-color);
 }
 .ios label.item-checkbox.color-red input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-red input[type="checkbox"]:checked ~ i {
   background: var(--theme-red-color);
 }
 .ios label.item-checkbox.color-green input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-green input[type="checkbox"]:checked ~ i {
   background: var(--theme-green-color);
 }
 .ios label.item-checkbox.color-blue input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-blue input[type="checkbox"]:checked ~ i {
   background: var(--theme-blue-color);
 }
 .ios label.item-checkbox.color-pink input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-pink input[type="checkbox"]:checked ~ i {
   background: var(--theme-pink-color) ;
 }
 .ios label.item-checkbox.color-yellow input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-yellow input[type="checkbox"]:checked ~ i {
   background: var(--theme-yellow-color);
 }
 .ios label.item-checkbox.color-orange input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-orange input[type="checkbox"]:checked ~ i {
   background: var(--theme-orange-color);
 }
 .ios label.item-checkbox.color-gray input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-gray input[type="checkbox"]:checked ~ i {
   background: var(--theme-gray-color);
 }
 .ios label.item-checkbox.color-white input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-white input[type="checkbox"]:checked ~ i {
   background: var(--theme-white-color);
 }
 .ios label.item-checkbox.color-black input[type="checkbox"]:checked ~ .icon-checkbox,
 .ios .checkbox.color-black input[type="checkbox"]:checked ~ i {
   background: var(--theme-black-color);
 }














































 /* === Radio === */
 .icon-radio {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .radio {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   z-index: 1;
 }
 label.item-radio,
 .radio {
   cursor: pointer;
 }
 label.item-radio input[type="checkbox"],
 .radio input[type="checkbox"],
 label.item-radio input[type="radio"],
 .radio input[type="radio"] {
   display: none;
 }
 label.item-radio .icon-radio,
 .radio .icon-radio {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   display: block;
 }
 label.item-radio .icon-radio:after,
 .radio .icon-radio:after {
   content: '';
   position: absolute;
 }
 label.item-radio {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 label.item-radio.active-state:after {
   background-color: transparent;
 }
 label.item-radio.disabled,
 .disabled label.item-radio {
   opacity: 0.55;
   pointer-events: none;
   opacity: 0.55 !important;
   pointer-events: none !important;
 }
 .ios .icon-radio {
   width: 22px;
   height: 22px;
   position: relative;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: block;
 }
 .ios .radio .icon-radio {
   border-radius: 50%;
   border: 1px solid #c7c7cc;
 }
 .ios label.item-radio input[type="radio"] ~ .icon-radio {
   position: absolute;
   top: 50%;
   margin-top: -11px;
   right: 10px;
 }
 .ios label.item-radio .item-inner {
   padding-right: 35px;
 }
 .ios label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio input[type="radio"]:checked ~ .icon-radio {
   background: no-repeat center;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23007aff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
   background-size: 13px 10px;
 }
 .ios .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-blue-color);
 }
 .ios label.item-radio .item-content .item-media,
 .ios label.item-radio.item-content .item-media {
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
 }
 .ios label.item-radio.active-state {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   background-color: #d9d9d9;
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-right-edge label.item-radio input[type="radio"] ~ .icon-radio,
   .ios.device-iphone-x .ios-edges label.item-radio input[type="radio"] ~ .icon-radio,
   .ios.device-iphone-x .popup label.item-radio input[type="radio"] ~ .icon-radio,
   .ios.device-iphone-x .sheet-modal label.item-radio input[type="radio"] ~ .icon-radio,
   .ios.device-iphone-x .panel-right label.item-radio input[type="radio"] ~ .icon-radio {
     right: calc(10px + constant(safe-area-inset-right));
     right: calc(10px + env(safe-area-inset-right));
   }
   .ios.device-iphone-x .ios-right-edge .list:not(.inset):not(.tablet-inset) label.item-radio .item-inner,
   .ios.device-iphone-x .ios-edges .list:not(.inset):not(.tablet-inset) label.item-radio .item-inner,
   .ios.device-iphone-x .popup .list:not(.inset):not(.tablet-inset) label.item-radio .item-inner,
   .ios.device-iphone-x .sheet-modal .list:not(.inset):not(.tablet-inset) label.item-radio .item-inner,
   .ios.device-iphone-x .panel-right .list:not(.inset):not(.tablet-inset) label.item-radio .item-inner {
     padding-right: calc(35px + constant(safe-area-inset-right)) !important;
     padding-right: calc(35px + env(safe-area-inset-right));
   }
 }
 .ios .theme-dark label.item-radio.active-state {
   background-color: #363636;
 }
 .ios .color-theme-red label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-red label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-red .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff3b30'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-red .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-red-color);
 }
 .ios .color-theme-green label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-green label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-green .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%234cd964'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-green .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-green-color);
 }
 .ios .color-theme-blue label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-blue label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-blue .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23007aff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-blue .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-blue-color);
 }
 .ios .color-theme-pink label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-pink label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-pink .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff2d55'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-pink .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-yellow label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-yellow .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ffcc00'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-yellow .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-orange label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-orange .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff9500'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-orange .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-orange-color);
 }
 .ios .color-theme-gray label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-gray label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-gray .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%238e8e93'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-gray .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-gray-color);
 }
 .ios .color-theme-white label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-white label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-white .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-white .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-white-color);
 }
 .ios .color-theme-black label.item-radio input[type="radio"]:checked ~ .icon-radio,
 .ios .color-theme-black label.item-radio input[type="radio"]:checked ~ * .icon-radio,
 .ios .color-theme-black .radio input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23000000'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-theme-black .radio input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-black-color);
 }
 .ios label.item-radio.color-red input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-red input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-red input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff3b30'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-red input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-red-color);
 }
 .ios label.item-radio.color-green input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-green input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-green input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%234cd964'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-green input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-green-color);
 }
 .ios label.item-radio.color-blue input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-blue input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-blue input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23007aff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-blue input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-blue-color);
 }
 .ios label.item-radio.color-pink input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-pink input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-pink input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff2d55'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-pink input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-pink-color) ;
 }
 .ios label.item-radio.color-yellow input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-yellow input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-yellow input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ffcc00'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-yellow input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-yellow-color);
 }
 .ios label.item-radio.color-orange input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-orange input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-orange input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ff9500'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-orange input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-orange-color);
 }
 .ios label.item-radio.color-gray input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-gray input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-gray input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%238e8e93'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-gray input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-gray-color);
 }
 .ios label.item-radio.color-white input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-white input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-white input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23ffffff'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-white input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-white-color);
 }
 .ios label.item-radio.color-black input[type="radio"]:checked ~ .icon-radio,
 .ios label.item-radio.color-black input[type="radio"]:checked ~ * .icon-radio,
 .ios .radio.color-black input[type="radio"]:checked ~ .icon-radio {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23000000'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .radio.color-black input[type="radio"]:checked ~ .icon-radio {
   border-color: var(--theme-black-color);
 }


















































































 /* === Toggle === */
 .toggle {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .toggle input[type="checkbox"] {
   display: none;
 }
 .toggle input[disabled] ~ .toggle-icon {
   pointer-events: none;
 }
 .toggle-icon {
   z-index: 0;
   margin: 0;
   padding: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border: none;
   position: relative;
   -webkit-transition: 300ms;
   transition: 300ms;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: block;
   cursor: pointer;
 }
 .toggle-icon:before,
 .toggle-icon:after {
   content: '';
 }
 .toggle-icon:after {
   background: var(--color-white);
   position: absolute;
   z-index: 2;
   -webkit-transform: translateX(0px);
   transform: translateX(0px);
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .ios .toggle {
   width: 52px;
   border-radius: 16px;
   height: 32px;
 }
 .ios .toggle input[type="checkbox"]:checked + .toggle-icon {
   background: var(--dip-color);
 }
 .ios .toggle input[type="checkbox"]:checked + .toggle-icon:before {
   -webkit-transform: scale(0);
   transform: scale(0);
 }
 .ios .toggle input[type="checkbox"]:checked + .toggle-icon:after {
   -webkit-transform: translateX(20px);
   transform: translateX(20px);
 }
 .ios .toggle-icon {
   width: 52px;
   border-radius: 16px;
   height: 32px;
   background: #e5e5e5;
 }
 .ios .toggle-icon:before {
   position: absolute;
   left: 2px;
   top: 2px;
   width: 48px;
   height: 28px;
   border-radius: 16px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   background: var(--color-white);
   z-index: 1;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 .ios .toggle-icon:after {
   height: 28px;
   width: 28px;
   top: 2px;
   left: 2px;
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
   border-radius: 14px;
 }
 .ios .toggle-active-state input[type="checkbox"]:not(:checked) + .toggle-icon:before {
   -webkit-transform: scale(0);
   transform: scale(0);
 }
 .ios .toggle-active-state input[type="checkbox"] + .toggle-icon:after {
   width: 35px;
 }
 .ios .toggle-active-state input[type="checkbox"]:checked + .toggle-icon:after {
   width: 35px;
   -webkit-transform: translateX(13px);
   transform: translateX(13px);
 }
 .ios .theme-dark .toggle-icon {
   background-color: var(--color-white);
 }
 .ios .theme-dark .toggle-icon:before {
   background-color: var(--theme-dark-nav-bg);
 }
 .ios .toggle.color-red input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-red-color);
 }
 .ios .toggle.color-green input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-green-color);
 }
 .ios .toggle.color-blue input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-blue-color);
 }
 .ios .toggle.color-pink input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-pink-color) ;
 }
 .ios .toggle.color-yellow input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-yellow-color);
 }
 .ios .toggle.color-orange input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-orange-color);
 }
 .ios .toggle.color-gray input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-gray-color);
 }
 .ios .toggle.color-white input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-white-color);
 }
 .ios .toggle.color-black input[type="checkbox"]:checked + .toggle-icon {
   background-color: var(--theme-black-color);
 }









































 /* === Range Slider === */
 .range-slider {
   display: block;
   width: 100%;
   position: relative;
   -webkit-align-self: center;
   -ms-flex-item-align: center;
   align-self: center;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .range-slider input[type="range"] {
   display: none;
 }
 .range-bar {
   position: absolute;
   left: 0;
   top: 50%;
   width: 100%;
   overflow: hidden;
 }
 .range-bar-active {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
 }
 .range-knob-wrap {
   z-index: 20;
   position: absolute;
   top: 50%;
   left: 0;
 }
 .range-knob {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 50%;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
 }
 .range-knob:after {
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   width: 44px;
   height: 44px;
   margin-left: -22px;
   margin-top: -22px;
 }
 .range-knob-label {
   position: absolute;
   left: 50%;
   bottom: 100%;
   text-align: center;
   -webkit-transition-duration: 120ms;
   transition-duration: 120ms;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   -webkit-transform: translateY(100%) scale(0);
   transform: translateY(100%) scale(0);
 }
 .range-knob-active-state .range-knob-label {
   -webkit-transform: translateY(0%) scale(1);
   transform: translateY(0%) scale(1);
 }
 .ios .range-slider {
   height: 28px;
 }
 .ios .range-bar {
   background: #b7b8b7;
   border-radius: 2px;
   height: 1px;
 }
 .ios .range-bar-active {
   background: var(--theme-blue-color);
 }
 .ios .range-knob-wrap {
   height: 28px;
   width: 28px;
   margin-top: -14px;
   margin-left: -14px;
 }
 .ios .range-knob {
   background: var(--color-white);
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
 }
 .ios .range-knob-label {
   min-width: 20px;
   height: 20px;
   line-height: 20px;
   background: var(--color-white);
   border-radius: 5px;
   color: var(--color-black);
   font-size: 12px;
   margin-bottom: 6px;
   -webkit-transform: translateX(-50%) translateY(100%) scale(0);
   transform: translateX(-50%) translateY(100%) scale(0);
 }
 .ios .range-knob-active-state .range-knob-label {
   -webkit-transform: translateX(-50%) translateY(0%) scale(1);
   transform: translateX(-50%) translateY(0%) scale(1);
 }
 .ios .color-theme-red .range-slider .range-bar-active {
   background-color: var(--theme-red-color);
 }
 .ios .color-theme-green .range-slider .range-bar-active {
   background-color: var(--theme-green-color);
 }
 .ios .color-theme-blue .range-slider .range-bar-active {
   background-color: var(--theme-blue-color);
 }
 .ios .color-theme-pink .range-slider .range-bar-active {
   background-color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .range-slider .range-bar-active {
   background-color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .range-slider .range-bar-active {
   background-color: var(--theme-orange-color);
 }
 .ios .color-theme-gray .range-slider .range-bar-active {
   background-color: var(--theme-gray-color);
 }
 .ios .color-theme-white .range-slider .range-bar-active {
   background-color: var(--theme-white-color);
 }
 .ios .color-theme-black .range-slider .range-bar-active {
   background-color: var(--theme-black-color);
 }
 .ios .range-slider.color-red .range-bar-active {
   background-color: var(--theme-red-color);
 }
 .ios .range-slider.color-green .range-bar-active {
   background-color: var(--theme-green-color);
 }
 .ios .range-slider.color-blue .range-bar-active {
   background-color: var(--theme-blue-color);
 }
 .ios .range-slider.color-pink .range-bar-active {
   background-color: var(--theme-pink-color) ;
 }
 .ios .range-slider.color-yellow .range-bar-active {
   background-color: var(--theme-yellow-color);
 }
 .ios .range-slider.color-orange .range-bar-active {
   background-color: var(--theme-orange-color);
 }
 .ios .range-slider.color-gray .range-bar-active {
   background-color: var(--theme-gray-color);
 }
 .ios .range-slider.color-white .range-bar-active {
   background-color: var(--theme-white-color);
 }
 .ios .range-slider.color-black .range-bar-active {
   background-color: var(--theme-black-color);
 }





























 /* === Stepper === */
 .stepper {
   display: -webkit-inline-box;
   display: -webkit-inline-flex;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
 }
 .stepper-button,
 .stepper-button-minus,
 .stepper-button-plus {
   text-align: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   cursor: pointer;
 }
 .stepper-button .icon,
 .stepper-button-minus .icon,
 .stepper-button-plus .icon {
   pointer-events: none;
 }
 .stepper-value {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .stepper-input-wrap,
 .stepper-value {
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   text-align: center;
 }
 .stepper-button-plus,
 .stepper-button-minus {
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .stepper-button-plus:after,
 .stepper-button-minus:after,
 .stepper-button-plus:before,
 .stepper-button-minus:before {
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 }
 .stepper-button-plus:after,
 .stepper-button-minus:after {
   width: 15px;
   height: 2px;
 }
 .stepper-button-plus:before {
   height: 15px;
   width: 2px;
 }
 .stepper .stepper-input-wrap input,
 .stepper .stepper-value {
   width: 45px;
 }
 .ios .stepper {
   height: 29px;
 }
 .ios .stepper-button,
 .ios .stepper-button-minus,
 .ios .stepper-button-plus {
   border: 1px solid var(--theme-blue-color);
   color: var(--theme-blue-color);
   border-radius: 5px;
   line-height: 27px;
   height: 29px;
   width: 40px;
 }
 .ios .stepper-button .f7-icons,
 .ios .stepper-button-minus .f7-icons,
 .ios .stepper-button-plus .f7-icons {
   font-size: 22px;
 }
 .ios .stepper-button:first-child,
 .ios .stepper-button-minus:first-child,
 .ios .stepper-button-plus:first-child {
   border-radius: 5px 0 0 5px;
 }
 .ios .stepper-button:last-child,
 .ios .stepper-button-minus:last-child,
 .ios .stepper-button-plus:last-child {
   border-radius: 0 5px 5px 0;
 }
 .ios .stepper-button.active-state,
 .ios .stepper-button-minus.active-state,
 .ios .stepper-button-plus.active-state {
   background: rgba(0, 122, 255, 0.15);
 }
 .ios .stepper-button + .stepper-button,
 .ios .stepper-button-minus + .stepper-button,
 .ios .stepper-button-plus + .stepper-button,
 .ios .stepper-button + .stepper-button-minus,
 .ios .stepper-button-minus + .stepper-button-minus,
 .ios .stepper-button-plus + .stepper-button-minus,
 .ios .stepper-button + .stepper-button-plus,
 .ios .stepper-button-minus + .stepper-button-plus,
 .ios .stepper-button-plus + .stepper-button-plus {
   border-left: none;
 }
 .ios .stepper-button-plus:after,
 .ios .stepper-button-minus:after,
 .ios .stepper-button-plus:before,
 .ios .stepper-button-minus:before {
   background: var(--theme-blue-color);
 }
 .ios .stepper-input-wrap,
 .ios .stepper-value {
   border-top: 1px solid var(--theme-blue-color);
   border-bottom: 1px solid var(--theme-blue-color);
 }
 .ios .stepper .stepper-value {
   color: var(--theme-blue-color);
   font-size: 17px;
 }
 .ios .stepper .stepper-input-wrap input {
   height: 100%;
   text-align: center;
   color: var(--theme-blue-color);
   font-size: 17px;
 }
 .ios .stepper-fill .stepper-button,
 .ios .stepper-fill-ios .stepper-button,
 .ios .stepper-fill .stepper-button-minus,
 .ios .stepper-fill-ios .stepper-button-minus,
 .ios .stepper-fill .stepper-button-plus,
 .ios .stepper-fill-ios .stepper-button-plus {
   color: var(--color-white);
   background: var(--theme-blue-color);
 }
 .ios .stepper-fill .stepper-button.active-state,
 .ios .stepper-fill-ios .stepper-button.active-state,
 .ios .stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-fill-ios .stepper-button-minus.active-state,
 .ios .stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-fill-ios .stepper-button-plus.active-state {
   opacity: 0.8;
 }
 .ios .stepper-fill .stepper-button-plus:before,
 .ios .stepper-fill-ios .stepper-button-plus:before,
 .ios .stepper-fill .stepper-button-minus:before,
 .ios .stepper-fill-ios .stepper-button-minus:before,
 .ios .stepper-fill .stepper-button-plus:after,
 .ios .stepper-fill-ios .stepper-button-plus:after,
 .ios .stepper-fill .stepper-button-minus:after,
 .ios .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-fill .stepper-button + .stepper-button,
 .ios .stepper-fill-ios .stepper-button + .stepper-button,
 .ios .stepper-fill .stepper-button-minus + .stepper-button-plus,
 .ios .stepper-fill-ios .stepper-button-minus + .stepper-button-plus {
   border-left: 1px solid rgba(0, 0, 0, 0.1);
 }
 .ios .stepper-round .stepper-button:first-child,
 .ios .stepper-round-ios .stepper-button:first-child,
 .ios .stepper-round .stepper-button-minus:first-child,
 .ios .stepper-round-ios .stepper-button-minus:first-child,
 .ios .stepper-round .stepper-button-plus:first-child,
 .ios .stepper-round-ios .stepper-button-plus:first-child {
   border-radius: 29px 0 0 29px;
 }
 .ios .stepper-round .stepper-button:last-child,
 .ios .stepper-round-ios .stepper-button:last-child,
 .ios .stepper-round .stepper-button-minus:last-child,
 .ios .stepper-round-ios .stepper-button-minus:last-child,
 .ios .stepper-round .stepper-button-plus:last-child,
 .ios .stepper-round-ios .stepper-button-plus:last-child {
   border-radius: 0 29px 29px 0;
 }
 .ios .stepper-small,
 .ios .stepper-small-ios {
   height: 26px;
 }
 .ios .stepper-small .stepper-input-wrap,
 .ios .stepper-small-ios .stepper-input-wrap,
 .ios .stepper-small .stepper-value,
 .ios .stepper-small-ios .stepper-value {
   border-top-width: 2px;
   border-bottom-width: 2px;
 }
 .ios .stepper-small .stepper-button,
 .ios .stepper-small-ios .stepper-button,
 .ios .stepper-small .stepper-button-minus,
 .ios .stepper-small-ios .stepper-button-minus,
 .ios .stepper-small .stepper-button-plus,
 .ios .stepper-small-ios .stepper-button-plus {
   height: 26px;
   -webkit-transition-duration: 200ms;
   transition-duration: 200ms;
   line-height: 22px;
   border-width: 2px;
 }
 .ios .stepper-small .stepper-button .f7-icons,
 .ios .stepper-small-ios .stepper-button .f7-icons,
 .ios .stepper-small .stepper-button-minus .f7-icons,
 .ios .stepper-small-ios .stepper-button-minus .f7-icons,
 .ios .stepper-small .stepper-button-plus .f7-icons,
 .ios .stepper-small-ios .stepper-button-plus .f7-icons {
   font-size: 18px;
 }
 .ios .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.stepper-fill-ios .stepper-button.active-state,
 .ios .stepper-small-ios.stepper-fill-ios .stepper-button.active-state,
 .ios .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.stepper-fill-ios .stepper-button-minus.active-state,
 .ios .stepper-small-ios.stepper-fill-ios .stepper-button-minus.active-state,
 .ios .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small.stepper-fill-ios .stepper-button-plus.active-state,
 .ios .stepper-small-ios.stepper-fill-ios .stepper-button-plus.active-state {
   color: var(--theme-blue-color);
   border-color: var(--theme-blue-color);
   background-color: transparent;
   opacity: 1;
 }
 .ios .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.stepper-fill-ios .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.stepper-fill-ios .stepper-button-plus.active-state:before,
 .ios .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.stepper-fill-ios .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.stepper-fill-ios .stepper-button-minus.active-state:before,
 .ios .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.stepper-fill-ios .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.stepper-fill-ios .stepper-button-plus.active-state:after,
 .ios .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small.stepper-fill-ios .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.stepper-fill-ios .stepper-button-minus.active-state:after {
   background-color: var(--theme-blue-color);
 }
 .ios .stepper-big,
 .ios .stepper-big-ios {
   height: 44px;
 }
 .ios .stepper-big .stepper-button,
 .ios .stepper-big-ios .stepper-button,
 .ios .stepper-big .stepper-button-minus,
 .ios .stepper-big-ios .stepper-button-minus,
 .ios .stepper-big .stepper-button-plus,
 .ios .stepper-big-ios .stepper-button-plus {
   height: 44px;
   line-height: 42px;
 }
 .ios .color-theme-red .stepper-button,
 .ios .color-theme-red .stepper-button-minus,
 .ios .color-theme-red .stepper-button-plus {
   border-color: var(--theme-red-color);
   color: var(--theme-red-color);
 }
 .ios .color-theme-red .stepper-button.active-state,
 .ios .color-theme-red .stepper-button-minus.active-state,
 .ios .color-theme-red .stepper-button-plus.active-state {
   background-color: rgba(255, 59, 48, 0.15);
 }
 .ios .color-theme-red .stepper-button-plus:after,
 .ios .color-theme-red .stepper-button-minus:after,
 .ios .color-theme-red .stepper-button-plus:before,
 .ios .color-theme-red .stepper-button-minus:before {
   background-color: var(--theme-red-color);
 }
 .ios .color-theme-red .stepper-value,
 .ios .color-theme-red .stepper-input-wrap {
   border-top-color: var(--theme-red-color);
   border-bottom-color: var(--theme-red-color);
 }
 .ios .color-theme-red .stepper-value,
 .ios .color-theme-red .stepper-input-wrap input {
   color: var(--theme-red-color);
 }
 .ios .color-theme-red .stepper-fill .stepper-button,
 .ios .color-theme-red .stepper-fill-ios .stepper-button,
 .ios .color-theme-red .stepper-fill .stepper-button-minus,
 .ios .color-theme-red .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-red .stepper-fill .stepper-button-plus,
 .ios .color-theme-red .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-red-color);
 }
 .ios .color-theme-red .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-red .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-red .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-red .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-red .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-red .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-red .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-red .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-red .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-red .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-red .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-red .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-red .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-red .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-red-color);
   border-color: var(--theme-red-color);
   background-color: transparent;
 }
 .ios .color-theme-red .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-red .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-red .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-red .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-red .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-red .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-red .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-red .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-red-color);
 }
 .ios .color-theme-green .stepper-button,
 .ios .color-theme-green .stepper-button-minus,
 .ios .color-theme-green .stepper-button-plus {
   border-color: var(--theme-green-color);
   color: var(--theme-green-color);
 }
 .ios .color-theme-green .stepper-button.active-state,
 .ios .color-theme-green .stepper-button-minus.active-state,
 .ios .color-theme-green .stepper-button-plus.active-state {
   background-color: rgba(76, 217, 100, 0.15);
 }
 .ios .color-theme-green .stepper-button-plus:after,
 .ios .color-theme-green .stepper-button-minus:after,
 .ios .color-theme-green .stepper-button-plus:before,
 .ios .color-theme-green .stepper-button-minus:before {
   background-color: var(--theme-green-color);
 }
 .ios .color-theme-green .stepper-value,
 .ios .color-theme-green .stepper-input-wrap {
   border-top-color: var(--theme-green-color);
   border-bottom-color: var(--theme-green-color);
 }
 .ios .color-theme-green .stepper-value,
 .ios .color-theme-green .stepper-input-wrap input {
   color: var(--theme-green-color);
 }
 .ios .color-theme-green .stepper-fill .stepper-button,
 .ios .color-theme-green .stepper-fill-ios .stepper-button,
 .ios .color-theme-green .stepper-fill .stepper-button-minus,
 .ios .color-theme-green .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-green .stepper-fill .stepper-button-plus,
 .ios .color-theme-green .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-green-color);
 }
 .ios .color-theme-green .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-green .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-green .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-green .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-green .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-green .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-green .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-green .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-green .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-green .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-green .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-green .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-green .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-green .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-green-color);
   border-color: var(--theme-green-color);
   background-color: transparent;
 }
 .ios .color-theme-green .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-green .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-green .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-green .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-green .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-green .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-green .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-green .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-green-color);
 }
 .ios .color-theme-blue .stepper-button,
 .ios .color-theme-blue .stepper-button-minus,
 .ios .color-theme-blue .stepper-button-plus {
   border-color: var(--theme-blue-color);
   color: var(--theme-blue-color);
 }
 .ios .color-theme-blue .stepper-button.active-state,
 .ios .color-theme-blue .stepper-button-minus.active-state,
 .ios .color-theme-blue .stepper-button-plus.active-state {
   background-color: rgba(0, 122, 255, 0.15);
 }
 .ios .color-theme-blue .stepper-button-plus:after,
 .ios .color-theme-blue .stepper-button-minus:after,
 .ios .color-theme-blue .stepper-button-plus:before,
 .ios .color-theme-blue .stepper-button-minus:before {
   background-color: var(--theme-blue-color);
 }
 .ios .color-theme-blue .stepper-value,
 .ios .color-theme-blue .stepper-input-wrap {
   border-top-color: var(--theme-blue-color);
   border-bottom-color: var(--theme-blue-color);
 }
 .ios .color-theme-blue .stepper-value,
 .ios .color-theme-blue .stepper-input-wrap input {
   color: var(--theme-blue-color);
 }
 .ios .color-theme-blue .stepper-fill .stepper-button,
 .ios .color-theme-blue .stepper-fill-ios .stepper-button,
 .ios .color-theme-blue .stepper-fill .stepper-button-minus,
 .ios .color-theme-blue .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-blue .stepper-fill .stepper-button-plus,
 .ios .color-theme-blue .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-blue-color);
 }
 .ios .color-theme-blue .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-blue .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-blue .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-blue .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-blue .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-blue .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-blue .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-blue .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-blue .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-blue .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-blue .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-blue .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-blue .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-blue .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-blue-color);
   border-color: var(--theme-blue-color);
   background-color: transparent;
 }
 .ios .color-theme-blue .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-blue .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-blue .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-blue .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-blue .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-blue .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-blue .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-blue .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-blue-color);
 }
 .ios .color-theme-pink .stepper-button,
 .ios .color-theme-pink .stepper-button-minus,
 .ios .color-theme-pink .stepper-button-plus {
   border-color: var(--theme-pink-color) ;
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .stepper-button.active-state,
 .ios .color-theme-pink .stepper-button-minus.active-state,
 .ios .color-theme-pink .stepper-button-plus.active-state {
   background-color: rgba(255, 45, 85, 0.15);
 }
 .ios .color-theme-pink .stepper-button-plus:after,
 .ios .color-theme-pink .stepper-button-minus:after,
 .ios .color-theme-pink .stepper-button-plus:before,
 .ios .color-theme-pink .stepper-button-minus:before {
   background-color: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .stepper-value,
 .ios .color-theme-pink .stepper-input-wrap {
   border-top-color: var(--theme-pink-color) ;
   border-bottom-color: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .stepper-value,
 .ios .color-theme-pink .stepper-input-wrap input {
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .stepper-fill .stepper-button,
 .ios .color-theme-pink .stepper-fill-ios .stepper-button,
 .ios .color-theme-pink .stepper-fill .stepper-button-minus,
 .ios .color-theme-pink .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-pink .stepper-fill .stepper-button-plus,
 .ios .color-theme-pink .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-pink .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-pink .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-pink .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-pink .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-pink .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-pink .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-pink .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-pink .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-pink .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-pink .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-pink .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-pink .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-pink .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-pink-color) ;
   border-color: var(--theme-pink-color) ;
   background-color: transparent;
 }
 .ios .color-theme-pink .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-pink .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-pink .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-pink .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-pink .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-pink .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-pink .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-pink .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .stepper-button,
 .ios .color-theme-yellow .stepper-button-minus,
 .ios .color-theme-yellow .stepper-button-plus {
   border-color: var(--theme-yellow-color);
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .stepper-button.active-state,
 .ios .color-theme-yellow .stepper-button-minus.active-state,
 .ios .color-theme-yellow .stepper-button-plus.active-state {
   background-color: rgba(255, 204, 0, 0.15);
 }
 .ios .color-theme-yellow .stepper-button-plus:after,
 .ios .color-theme-yellow .stepper-button-minus:after,
 .ios .color-theme-yellow .stepper-button-plus:before,
 .ios .color-theme-yellow .stepper-button-minus:before {
   background-color: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .stepper-value,
 .ios .color-theme-yellow .stepper-input-wrap {
   border-top-color: var(--theme-yellow-color);
   border-bottom-color: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .stepper-value,
 .ios .color-theme-yellow .stepper-input-wrap input {
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .stepper-fill .stepper-button,
 .ios .color-theme-yellow .stepper-fill-ios .stepper-button,
 .ios .color-theme-yellow .stepper-fill .stepper-button-minus,
 .ios .color-theme-yellow .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-yellow .stepper-fill .stepper-button-plus,
 .ios .color-theme-yellow .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-yellow .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-yellow .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-yellow .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-yellow .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-yellow .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-yellow .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-yellow .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-yellow .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-yellow .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-yellow .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-yellow .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-yellow .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-yellow .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-yellow-color);
   border-color: var(--theme-yellow-color);
   background-color: transparent;
 }
 .ios .color-theme-yellow .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-yellow .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-yellow .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-yellow .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-yellow .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-yellow .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-yellow .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-yellow .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .stepper-button,
 .ios .color-theme-orange .stepper-button-minus,
 .ios .color-theme-orange .stepper-button-plus {
   border-color: var(--theme-orange-color);
   color: var(--theme-orange-color);
 }
 .ios .color-theme-orange .stepper-button.active-state,
 .ios .color-theme-orange .stepper-button-minus.active-state,
 .ios .color-theme-orange .stepper-button-plus.active-state {
   background-color: rgba(255, 149, 0, 0.15);
 }
 .ios .color-theme-orange .stepper-button-plus:after,
 .ios .color-theme-orange .stepper-button-minus:after,
 .ios .color-theme-orange .stepper-button-plus:before,
 .ios .color-theme-orange .stepper-button-minus:before {
   background-color: var(--theme-orange-color);
 }
 .ios .color-theme-orange .stepper-value,
 .ios .color-theme-orange .stepper-input-wrap {
   border-top-color: var(--theme-orange-color);
   border-bottom-color: var(--theme-orange-color);
 }
 .ios .color-theme-orange .stepper-value,
 .ios .color-theme-orange .stepper-input-wrap input {
   color: var(--theme-orange-color);
 }
 .ios .color-theme-orange .stepper-fill .stepper-button,
 .ios .color-theme-orange .stepper-fill-ios .stepper-button,
 .ios .color-theme-orange .stepper-fill .stepper-button-minus,
 .ios .color-theme-orange .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-orange .stepper-fill .stepper-button-plus,
 .ios .color-theme-orange .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-orange-color);
 }
 .ios .color-theme-orange .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-orange .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-orange .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-orange .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-orange .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-orange .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-orange .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-orange .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-orange .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-orange .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-orange .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-orange .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-orange .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-orange .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-orange-color);
   border-color: var(--theme-orange-color);
   background-color: transparent;
 }
 .ios .color-theme-orange .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-orange .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-orange .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-orange .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-orange .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-orange .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-orange .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-orange .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-orange-color);
 }
 .ios .color-theme-gray .stepper-button,
 .ios .color-theme-gray .stepper-button-minus,
 .ios .color-theme-gray .stepper-button-plus {
   border-color: var(--theme-gray-color);
   color: var(--theme-gray-color);
 }
 .ios .color-theme-gray .stepper-button.active-state,
 .ios .color-theme-gray .stepper-button-minus.active-state,
 .ios .color-theme-gray .stepper-button-plus.active-state {
   background-color: rgba(142, 142, 147, 0.15);
 }
 .ios .color-theme-gray .stepper-button-plus:after,
 .ios .color-theme-gray .stepper-button-minus:after,
 .ios .color-theme-gray .stepper-button-plus:before,
 .ios .color-theme-gray .stepper-button-minus:before {
   background-color: var(--theme-gray-color);
 }
 .ios .color-theme-gray .stepper-value,
 .ios .color-theme-gray .stepper-input-wrap {
   border-top-color: var(--theme-gray-color);
   border-bottom-color: var(--theme-gray-color);
 }
 .ios .color-theme-gray .stepper-value,
 .ios .color-theme-gray .stepper-input-wrap input {
   color: var(--theme-gray-color);
 }
 .ios .color-theme-gray .stepper-fill .stepper-button,
 .ios .color-theme-gray .stepper-fill-ios .stepper-button,
 .ios .color-theme-gray .stepper-fill .stepper-button-minus,
 .ios .color-theme-gray .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-gray .stepper-fill .stepper-button-plus,
 .ios .color-theme-gray .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-gray-color);
 }
 .ios .color-theme-gray .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-gray .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-gray .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-gray .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-gray .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-gray .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-gray .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-gray .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-gray .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-gray .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-gray .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-gray .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-gray .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-gray .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-gray-color);
   border-color: var(--theme-gray-color);
   background-color: transparent;
 }
 .ios .color-theme-gray .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-gray .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-gray .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-gray .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-gray .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-gray .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-gray .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-gray .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-gray-color);
 }
 .ios .color-theme-white .stepper-button,
 .ios .color-theme-white .stepper-button-minus,
 .ios .color-theme-white .stepper-button-plus {
   border-color: var(--theme-white-color);
   color: var(--theme-white-color);
 }
 .ios .color-theme-white .stepper-button.active-state,
 .ios .color-theme-white .stepper-button-minus.active-state,
 .ios .color-theme-white .stepper-button-plus.active-state {
   background-color: rgba(255, 255, 255, 0.15);
 }
 .ios .color-theme-white .stepper-button-plus:after,
 .ios .color-theme-white .stepper-button-minus:after,
 .ios .color-theme-white .stepper-button-plus:before,
 .ios .color-theme-white .stepper-button-minus:before {
   background-color: var(--theme-white-color);
 }
 .ios .color-theme-white .stepper-value,
 .ios .color-theme-white .stepper-input-wrap {
   border-top-color: var(--theme-white-color);
   border-bottom-color: var(--theme-white-color);
 }
 .ios .color-theme-white .stepper-value,
 .ios .color-theme-white .stepper-input-wrap input {
   color: var(--theme-white-color);
 }
 .ios .color-theme-white .stepper-fill .stepper-button,
 .ios .color-theme-white .stepper-fill-ios .stepper-button,
 .ios .color-theme-white .stepper-fill .stepper-button-minus,
 .ios .color-theme-white .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-white .stepper-fill .stepper-button-plus,
 .ios .color-theme-white .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-white-color);
 }
 .ios .color-theme-white .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-white .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-white .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-white .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-white .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-white .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-white .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-white .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-white .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-white .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-white .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-white .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-white .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-white .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-white-color);
   border-color: var(--theme-white-color);
   background-color: transparent;
 }
 .ios .color-theme-white .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-white .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-white .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-white .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-white .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-white .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-white .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-white .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-white-color);
 }
 .ios .color-theme-black .stepper-button,
 .ios .color-theme-black .stepper-button-minus,
 .ios .color-theme-black .stepper-button-plus {
   border-color: var(--theme-black-color);
   color: var(--theme-black-color);
 }
 .ios .color-theme-black .stepper-button.active-state,
 .ios .color-theme-black .stepper-button-minus.active-state,
 .ios .color-theme-black .stepper-button-plus.active-state {
   background-color: rgba(0, 0, 0, 0.15);
 }
 .ios .color-theme-black .stepper-button-plus:after,
 .ios .color-theme-black .stepper-button-minus:after,
 .ios .color-theme-black .stepper-button-plus:before,
 .ios .color-theme-black .stepper-button-minus:before {
   background-color: var(--theme-black-color);
 }
 .ios .color-theme-black .stepper-value,
 .ios .color-theme-black .stepper-input-wrap {
   border-top-color: var(--theme-black-color);
   border-bottom-color: var(--theme-black-color);
 }
 .ios .color-theme-black .stepper-value,
 .ios .color-theme-black .stepper-input-wrap input {
   color: var(--theme-black-color);
 }
 .ios .color-theme-black .stepper-fill .stepper-button,
 .ios .color-theme-black .stepper-fill-ios .stepper-button,
 .ios .color-theme-black .stepper-fill .stepper-button-minus,
 .ios .color-theme-black .stepper-fill-ios .stepper-button-minus,
 .ios .color-theme-black .stepper-fill .stepper-button-plus,
 .ios .color-theme-black .stepper-fill-ios .stepper-button-plus {
   background-color: var(--theme-black-color);
 }
 .ios .color-theme-black .stepper-fill .stepper-button-plus:before,
 .ios .color-theme-black .stepper-fill-ios .stepper-button-plus:before,
 .ios .color-theme-black .stepper-fill .stepper-button-minus:before,
 .ios .color-theme-black .stepper-fill-ios .stepper-button-minus:before,
 .ios .color-theme-black .stepper-fill .stepper-button-plus:after,
 .ios .color-theme-black .stepper-fill-ios .stepper-button-plus:after,
 .ios .color-theme-black .stepper-fill .stepper-button-minus:after,
 .ios .color-theme-black .stepper-fill-ios .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .color-theme-black .stepper-small.stepper-fill .stepper-button.active-state,
 .ios .color-theme-black .stepper-small-ios.stepper-fill .stepper-button.active-state,
 .ios .color-theme-black .stepper-small.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-black .stepper-small-ios.stepper-fill .stepper-button-minus.active-state,
 .ios .color-theme-black .stepper-small.stepper-fill .stepper-button-plus.active-state,
 .ios .color-theme-black .stepper-small-ios.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-black-color);
   border-color: var(--theme-black-color);
   background-color: transparent;
 }
 .ios .color-theme-black .stepper-small.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-black .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:before,
 .ios .color-theme-black .stepper-small.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-black .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:before,
 .ios .color-theme-black .stepper-small.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-black .stepper-small-ios.stepper-fill .stepper-button-plus.active-state:after,
 .ios .color-theme-black .stepper-small.stepper-fill .stepper-button-minus.active-state:after,
 .ios .color-theme-black .stepper-small-ios.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-black-color);
 }
 .ios .stepper.color-red .stepper-button,
 .ios .stepper.color-red .stepper-button-minus,
 .ios .stepper.color-red .stepper-button-plus {
   border-color: var(--theme-red-color);
   color: var(--theme-red-color);
 }
 .ios .stepper.color-red .stepper-button.active-state,
 .ios .stepper.color-red .stepper-button-minus.active-state,
 .ios .stepper.color-red .stepper-button-plus.active-state {
   background-color: rgba(255, 59, 48, 0.15);
 }
 .ios .stepper.color-red .stepper-button-plus:after,
 .ios .stepper.color-red .stepper-button-minus:after,
 .ios .stepper.color-red .stepper-button-plus:before,
 .ios .stepper.color-red .stepper-button-minus:before {
   background-color: var(--theme-red-color);
 }
 .ios .stepper.color-red .stepper-value,
 .ios .stepper.color-red .stepper-input-wrap {
   border-top-color: var(--theme-red-color);
   border-bottom-color: var(--theme-red-color);
 }
 .ios .stepper.color-red .stepper-value,
 .ios .stepper.color-red .stepper-input-wrap input {
   color: var(--theme-red-color);
 }
 .ios .stepper-fill.color-red .stepper-button,
 .ios .stepper-fill-ios.color-red .stepper-button,
 .ios .stepper-fill.color-red .stepper-button-minus,
 .ios .stepper-fill-ios.color-red .stepper-button-minus,
 .ios .stepper-fill.color-red .stepper-button-plus,
 .ios .stepper-fill-ios.color-red .stepper-button-plus {
   background-color: var(--theme-red-color);
 }
 .ios .stepper-fill.color-red .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-red .stepper-button-plus:before,
 .ios .stepper-fill.color-red .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-red .stepper-button-minus:before,
 .ios .stepper-fill.color-red .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-red .stepper-button-plus:after,
 .ios .stepper-fill.color-red .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-red .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-red.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-red.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-red.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-red.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-red.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-red.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-red-color);
   border-color: var(--theme-red-color);
   background-color: transparent;
 }
 .ios .stepper-small.color-red.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-red.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-red.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-red.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-red.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-red.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-red.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-red.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-red-color);
 }
 .ios .stepper.color-green .stepper-button,
 .ios .stepper.color-green .stepper-button-minus,
 .ios .stepper.color-green .stepper-button-plus {
   border-color: var(--theme-green-color);
   color: var(--theme-green-color);
 }
 .ios .stepper.color-green .stepper-button.active-state,
 .ios .stepper.color-green .stepper-button-minus.active-state,
 .ios .stepper.color-green .stepper-button-plus.active-state {
   background-color: rgba(76, 217, 100, 0.15);
 }
 .ios .stepper.color-green .stepper-button-plus:after,
 .ios .stepper.color-green .stepper-button-minus:after,
 .ios .stepper.color-green .stepper-button-plus:before,
 .ios .stepper.color-green .stepper-button-minus:before {
   background-color: var(--theme-green-color);
 }
 .ios .stepper.color-green .stepper-value,
 .ios .stepper.color-green .stepper-input-wrap {
   border-top-color: var(--theme-green-color);
   border-bottom-color: var(--theme-green-color);
 }
 .ios .stepper.color-green .stepper-value,
 .ios .stepper.color-green .stepper-input-wrap input {
   color: var(--theme-green-color);
 }
 .ios .stepper-fill.color-green .stepper-button,
 .ios .stepper-fill-ios.color-green .stepper-button,
 .ios .stepper-fill.color-green .stepper-button-minus,
 .ios .stepper-fill-ios.color-green .stepper-button-minus,
 .ios .stepper-fill.color-green .stepper-button-plus,
 .ios .stepper-fill-ios.color-green .stepper-button-plus {
   background-color: var(--theme-green-color);
 }
 .ios .stepper-fill.color-green .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-green .stepper-button-plus:before,
 .ios .stepper-fill.color-green .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-green .stepper-button-minus:before,
 .ios .stepper-fill.color-green .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-green .stepper-button-plus:after,
 .ios .stepper-fill.color-green .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-green .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-green.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-green.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-green.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-green.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-green.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-green.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-green-color);
   border-color: var(--theme-green-color);
   background-color: transparent;
 }
 .ios .stepper-small.color-green.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-green.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-green.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-green.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-green.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-green.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-green.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-green.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-green-color);
 }
 .ios .stepper.color-blue .stepper-button,
 .ios .stepper.color-blue .stepper-button-minus,
 .ios .stepper.color-blue .stepper-button-plus {
   border-color: var(--theme-blue-color);
   color: var(--theme-blue-color);
 }
 .ios .stepper.color-blue .stepper-button.active-state,
 .ios .stepper.color-blue .stepper-button-minus.active-state,
 .ios .stepper.color-blue .stepper-button-plus.active-state {
   background-color: rgba(0, 122, 255, 0.15);
 }
 .ios .stepper.color-blue .stepper-button-plus:after,
 .ios .stepper.color-blue .stepper-button-minus:after,
 .ios .stepper.color-blue .stepper-button-plus:before,
 .ios .stepper.color-blue .stepper-button-minus:before {
   background-color: var(--theme-blue-color);
 }
 .ios .stepper.color-blue .stepper-value,
 .ios .stepper.color-blue .stepper-input-wrap {
   border-top-color: var(--theme-blue-color);
   border-bottom-color: var(--theme-blue-color);
 }
 .ios .stepper.color-blue .stepper-value,
 .ios .stepper.color-blue .stepper-input-wrap input {
   color: var(--theme-blue-color);
 }
 .ios .stepper-fill.color-blue .stepper-button,
 .ios .stepper-fill-ios.color-blue .stepper-button,
 .ios .stepper-fill.color-blue .stepper-button-minus,
 .ios .stepper-fill-ios.color-blue .stepper-button-minus,
 .ios .stepper-fill.color-blue .stepper-button-plus,
 .ios .stepper-fill-ios.color-blue .stepper-button-plus {
   background-color: var(--theme-blue-color);
 }
 .ios .stepper-fill.color-blue .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-blue .stepper-button-plus:before,
 .ios .stepper-fill.color-blue .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-blue .stepper-button-minus:before,
 .ios .stepper-fill.color-blue .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-blue .stepper-button-plus:after,
 .ios .stepper-fill.color-blue .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-blue .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-blue.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-blue.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-blue.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-blue.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-blue.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-blue.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-blue-color);
   border-color: var(--theme-blue-color);
   background-color: transparent;
 }
 .ios .stepper-small.color-blue.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-blue.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-blue.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-blue.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-blue.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-blue.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-blue.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-blue.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-blue-color);
 }
 .ios .stepper.color-pink .stepper-button,
 .ios .stepper.color-pink .stepper-button-minus,
 .ios .stepper.color-pink .stepper-button-plus {
   border-color: var(--theme-pink-color) ;
   color: var(--theme-pink-color) ;
 }
 .ios .stepper.color-pink .stepper-button.active-state,
 .ios .stepper.color-pink .stepper-button-minus.active-state,
 .ios .stepper.color-pink .stepper-button-plus.active-state {
   background-color: rgba(255, 45, 85, 0.15);
 }
 .ios .stepper.color-pink .stepper-button-plus:after,
 .ios .stepper.color-pink .stepper-button-minus:after,
 .ios .stepper.color-pink .stepper-button-plus:before,
 .ios .stepper.color-pink .stepper-button-minus:before {
   background-color: var(--theme-pink-color) ;
 }
 .ios .stepper.color-pink .stepper-value,
 .ios .stepper.color-pink .stepper-input-wrap {
   border-top-color: var(--theme-pink-color) ;
   border-bottom-color: var(--theme-pink-color) ;
 }
 .ios .stepper.color-pink .stepper-value,
 .ios .stepper.color-pink .stepper-input-wrap input {
   color: var(--theme-pink-color) ;
 }
 .ios .stepper-fill.color-pink .stepper-button,
 .ios .stepper-fill-ios.color-pink .stepper-button,
 .ios .stepper-fill.color-pink .stepper-button-minus,
 .ios .stepper-fill-ios.color-pink .stepper-button-minus,
 .ios .stepper-fill.color-pink .stepper-button-plus,
 .ios .stepper-fill-ios.color-pink .stepper-button-plus {
   background-color: var(--theme-pink-color) ;
 }
 .ios .stepper-fill.color-pink .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-pink .stepper-button-plus:before,
 .ios .stepper-fill.color-pink .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-pink .stepper-button-minus:before,
 .ios .stepper-fill.color-pink .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-pink .stepper-button-plus:after,
 .ios .stepper-fill.color-pink .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-pink .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-pink.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-pink.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-pink.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-pink.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-pink.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-pink.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-pink-color) ;
   border-color: var(--theme-pink-color) ;
   background-color: transparent;
 }
 .ios .stepper-small.color-pink.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-pink.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-pink.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-pink.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-pink.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-pink.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-pink.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-pink.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-pink-color) ;
 }
 .ios .stepper.color-yellow .stepper-button,
 .ios .stepper.color-yellow .stepper-button-minus,
 .ios .stepper.color-yellow .stepper-button-plus {
   border-color: var(--theme-yellow-color);
   color: var(--theme-yellow-color);
 }
 .ios .stepper.color-yellow .stepper-button.active-state,
 .ios .stepper.color-yellow .stepper-button-minus.active-state,
 .ios .stepper.color-yellow .stepper-button-plus.active-state {
   background-color: rgba(255, 204, 0, 0.15);
 }
 .ios .stepper.color-yellow .stepper-button-plus:after,
 .ios .stepper.color-yellow .stepper-button-minus:after,
 .ios .stepper.color-yellow .stepper-button-plus:before,
 .ios .stepper.color-yellow .stepper-button-minus:before {
   background-color: var(--theme-yellow-color);
 }
 .ios .stepper.color-yellow .stepper-value,
 .ios .stepper.color-yellow .stepper-input-wrap {
   border-top-color: var(--theme-yellow-color);
   border-bottom-color: var(--theme-yellow-color);
 }
 .ios .stepper.color-yellow .stepper-value,
 .ios .stepper.color-yellow .stepper-input-wrap input {
   color: var(--theme-yellow-color);
 }
 .ios .stepper-fill.color-yellow .stepper-button,
 .ios .stepper-fill-ios.color-yellow .stepper-button,
 .ios .stepper-fill.color-yellow .stepper-button-minus,
 .ios .stepper-fill-ios.color-yellow .stepper-button-minus,
 .ios .stepper-fill.color-yellow .stepper-button-plus,
 .ios .stepper-fill-ios.color-yellow .stepper-button-plus {
   background-color: var(--theme-yellow-color);
 }
 .ios .stepper-fill.color-yellow .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-yellow .stepper-button-plus:before,
 .ios .stepper-fill.color-yellow .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-yellow .stepper-button-minus:before,
 .ios .stepper-fill.color-yellow .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-yellow .stepper-button-plus:after,
 .ios .stepper-fill.color-yellow .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-yellow .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-yellow.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-yellow.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-yellow.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-yellow.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-yellow.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-yellow.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-yellow-color);
   border-color: var(--theme-yellow-color);
   background-color: transparent;
 }
 .ios .stepper-small.color-yellow.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-yellow.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-yellow.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-yellow.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-yellow.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-yellow.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-yellow.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-yellow.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-yellow-color);
 }
 .ios .stepper.color-orange .stepper-button,
 .ios .stepper.color-orange .stepper-button-minus,
 .ios .stepper.color-orange .stepper-button-plus {
   border-color: var(--theme-orange-color);
   color: var(--theme-orange-color);
 }
 .ios .stepper.color-orange .stepper-button.active-state,
 .ios .stepper.color-orange .stepper-button-minus.active-state,
 .ios .stepper.color-orange .stepper-button-plus.active-state {
   background-color: rgba(255, 149, 0, 0.15);
 }
 .ios .stepper.color-orange .stepper-button-plus:after,
 .ios .stepper.color-orange .stepper-button-minus:after,
 .ios .stepper.color-orange .stepper-button-plus:before,
 .ios .stepper.color-orange .stepper-button-minus:before {
   background-color: var(--theme-orange-color);
 }
 .ios .stepper.color-orange .stepper-value,
 .ios .stepper.color-orange .stepper-input-wrap {
   border-top-color: var(--theme-orange-color);
   border-bottom-color: var(--theme-orange-color);
 }
 .ios .stepper.color-orange .stepper-value,
 .ios .stepper.color-orange .stepper-input-wrap input {
   color: var(--theme-orange-color);
 }
 .ios .stepper-fill.color-orange .stepper-button,
 .ios .stepper-fill-ios.color-orange .stepper-button,
 .ios .stepper-fill.color-orange .stepper-button-minus,
 .ios .stepper-fill-ios.color-orange .stepper-button-minus,
 .ios .stepper-fill.color-orange .stepper-button-plus,
 .ios .stepper-fill-ios.color-orange .stepper-button-plus {
   background-color: var(--theme-orange-color);
 }
 .ios .stepper-fill.color-orange .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-orange .stepper-button-plus:before,
 .ios .stepper-fill.color-orange .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-orange .stepper-button-minus:before,
 .ios .stepper-fill.color-orange .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-orange .stepper-button-plus:after,
 .ios .stepper-fill.color-orange .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-orange .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-orange.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-orange.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-orange.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-orange.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-orange.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-orange.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-orange-color);
   border-color: var(--theme-orange-color);
   background-color: transparent;
 }
 .ios .stepper-small.color-orange.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-orange.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-orange.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-orange.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-orange.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-orange.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-orange.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-orange.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-orange-color);
 }
 .ios .stepper.color-gray .stepper-button,
 .ios .stepper.color-gray .stepper-button-minus,
 .ios .stepper.color-gray .stepper-button-plus {
   border-color: var(--theme-gray-color);
   color: var(--theme-gray-color);
 }
 .ios .stepper.color-gray .stepper-button.active-state,
 .ios .stepper.color-gray .stepper-button-minus.active-state,
 .ios .stepper.color-gray .stepper-button-plus.active-state {
   background-color: rgba(142, 142, 147, 0.15);
 }
 .ios .stepper.color-gray .stepper-button-plus:after,
 .ios .stepper.color-gray .stepper-button-minus:after,
 .ios .stepper.color-gray .stepper-button-plus:before,
 .ios .stepper.color-gray .stepper-button-minus:before {
   background-color: var(--theme-gray-color);
 }
 .ios .stepper.color-gray .stepper-value,
 .ios .stepper.color-gray .stepper-input-wrap {
   border-top-color: var(--theme-gray-color);
   border-bottom-color: var(--theme-gray-color);
 }
 .ios .stepper.color-gray .stepper-value,
 .ios .stepper.color-gray .stepper-input-wrap input {
   color: var(--theme-gray-color);
 }
 .ios .stepper-fill.color-gray .stepper-button,
 .ios .stepper-fill-ios.color-gray .stepper-button,
 .ios .stepper-fill.color-gray .stepper-button-minus,
 .ios .stepper-fill-ios.color-gray .stepper-button-minus,
 .ios .stepper-fill.color-gray .stepper-button-plus,
 .ios .stepper-fill-ios.color-gray .stepper-button-plus {
   background-color: var(--theme-gray-color);
 }
 .ios .stepper-fill.color-gray .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-gray .stepper-button-plus:before,
 .ios .stepper-fill.color-gray .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-gray .stepper-button-minus:before,
 .ios .stepper-fill.color-gray .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-gray .stepper-button-plus:after,
 .ios .stepper-fill.color-gray .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-gray .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-gray.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-gray.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-gray.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-gray.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-gray.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-gray.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-gray-color);
   border-color: var(--theme-gray-color);
   background-color: transparent;
 }
 .ios .stepper-small.color-gray.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-gray.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-gray.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-gray.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-gray.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-gray.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-gray.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-gray.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-gray-color);
 }
 .ios .stepper.color-white .stepper-button,
 .ios .stepper.color-white .stepper-button-minus,
 .ios .stepper.color-white .stepper-button-plus {
   border-color: var(--theme-white-color);
   color: var(--theme-white-color);
 }
 .ios .stepper.color-white .stepper-button.active-state,
 .ios .stepper.color-white .stepper-button-minus.active-state,
 .ios .stepper.color-white .stepper-button-plus.active-state {
   background-color: rgba(255, 255, 255, 0.15);
 }
 .ios .stepper.color-white .stepper-button-plus:after,
 .ios .stepper.color-white .stepper-button-minus:after,
 .ios .stepper.color-white .stepper-button-plus:before,
 .ios .stepper.color-white .stepper-button-minus:before {
   background-color: var(--theme-white-color);
 }
 .ios .stepper.color-white .stepper-value,
 .ios .stepper.color-white .stepper-input-wrap {
   border-top-color: var(--theme-white-color);
   border-bottom-color: var(--theme-white-color);
 }
 .ios .stepper.color-white .stepper-value,
 .ios .stepper.color-white .stepper-input-wrap input {
   color: var(--theme-white-color);
 }
 .ios .stepper-fill.color-white .stepper-button,
 .ios .stepper-fill-ios.color-white .stepper-button,
 .ios .stepper-fill.color-white .stepper-button-minus,
 .ios .stepper-fill-ios.color-white .stepper-button-minus,
 .ios .stepper-fill.color-white .stepper-button-plus,
 .ios .stepper-fill-ios.color-white .stepper-button-plus {
   background-color: var(--theme-white-color);
 }
 .ios .stepper-fill.color-white .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-white .stepper-button-plus:before,
 .ios .stepper-fill.color-white .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-white .stepper-button-minus:before,
 .ios .stepper-fill.color-white .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-white .stepper-button-plus:after,
 .ios .stepper-fill.color-white .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-white .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-white.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-white.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-white.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-white.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-white.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-white.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-white-color);
   border-color: var(--theme-white-color);
   background-color: transparent;
 }
 .ios .stepper-small.color-white.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-white.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-white.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-white.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-white.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-white.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-white.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-white.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-white-color);
 }
 .ios .stepper.color-black .stepper-button,
 .ios .stepper.color-black .stepper-button-minus,
 .ios .stepper.color-black .stepper-button-plus {
   border-color: var(--theme-black-color);
   color: var(--theme-black-color);
 }
 .ios .stepper.color-black .stepper-button.active-state,
 .ios .stepper.color-black .stepper-button-minus.active-state,
 .ios .stepper.color-black .stepper-button-plus.active-state {
   background-color: rgba(0, 0, 0, 0.15);
 }
 .ios .stepper.color-black .stepper-button-plus:after,
 .ios .stepper.color-black .stepper-button-minus:after,
 .ios .stepper.color-black .stepper-button-plus:before,
 .ios .stepper.color-black .stepper-button-minus:before {
   background-color: var(--theme-black-color);
 }
 .ios .stepper.color-black .stepper-value,
 .ios .stepper.color-black .stepper-input-wrap {
   border-top-color: var(--theme-black-color);
   border-bottom-color: var(--theme-black-color);
 }
 .ios .stepper.color-black .stepper-value,
 .ios .stepper.color-black .stepper-input-wrap input {
   color: var(--theme-black-color);
 }
 .ios .stepper-fill.color-black .stepper-button,
 .ios .stepper-fill-ios.color-black .stepper-button,
 .ios .stepper-fill.color-black .stepper-button-minus,
 .ios .stepper-fill-ios.color-black .stepper-button-minus,
 .ios .stepper-fill.color-black .stepper-button-plus,
 .ios .stepper-fill-ios.color-black .stepper-button-plus {
   background-color: var(--theme-black-color);
 }
 .ios .stepper-fill.color-black .stepper-button-plus:before,
 .ios .stepper-fill-ios.color-black .stepper-button-plus:before,
 .ios .stepper-fill.color-black .stepper-button-minus:before,
 .ios .stepper-fill-ios.color-black .stepper-button-minus:before,
 .ios .stepper-fill.color-black .stepper-button-plus:after,
 .ios .stepper-fill-ios.color-black .stepper-button-plus:after,
 .ios .stepper-fill.color-black .stepper-button-minus:after,
 .ios .stepper-fill-ios.color-black .stepper-button-minus:after {
   background-color: var(--color-white);
 }
 .ios .stepper-small.color-black.stepper-fill .stepper-button.active-state,
 .ios .stepper-small-ios.color-black.stepper-fill .stepper-button.active-state,
 .ios .stepper-small.color-black.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small-ios.color-black.stepper-fill .stepper-button-minus.active-state,
 .ios .stepper-small.color-black.stepper-fill .stepper-button-plus.active-state,
 .ios .stepper-small-ios.color-black.stepper-fill .stepper-button-plus.active-state {
   color: var(--theme-black-color);
   border-color: var(--theme-black-color);
   background-color: transparent;
 }
 .ios .stepper-small.color-black.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small-ios.color-black.stepper-fill .stepper-button-plus.active-state:before,
 .ios .stepper-small.color-black.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small-ios.color-black.stepper-fill .stepper-button-minus.active-state:before,
 .ios .stepper-small.color-black.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small-ios.color-black.stepper-fill .stepper-button-plus.active-state:after,
 .ios .stepper-small.color-black.stepper-fill .stepper-button-minus.active-state:after,
 .ios .stepper-small-ios.color-black.stepper-fill .stepper-button-minus.active-state:after {
   background-color: var(--theme-black-color);
 }






























































































































































 /* === Smart Select === */
 .smart-select select {
   display: none;
 }
 .smart-select .item-after {
   max-width: 70%;
   overflow: hidden;
   text-overflow: ellipsis;
   position: relative;
   display: block;
 }
 .sheet-modal.smart-select-sheet .sheet-modal-inner {
   background: var(--color-white);
 }
 .sheet-modal.smart-select-sheet .list {
   margin: 0;
 }
 .sheet-modal.smart-select-sheet .list ul:before {
   display: none !important;
 }
 .sheet-modal.smart-select-sheet .list ul:after {
   display: none !important;
 }
 .smart-select-popover .popover-inner {
   max-height: 40vh;
 }
 .ios .smart-select-sheet .page {
   background: var(--color-white);
 }
 .ios .smart-select-sheet .toolbar:after {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .smart-select-sheet .toolbar:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .smart-select-sheet .toolbar:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .theme-dark .smart-select-sheet .page,
 .ios .theme-dark .smart-select-sheet .sheet-modal-inner {
   background-color: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .smart-select-sheet .toolbar:after {
   background-color: var(--theme-dark-nav-line);
 }

 /* === Grid === */
 .row {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
 }
 .row > [class*="col-"],
 .row > .col {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .row .col {
   width: 100%;
 }
 /* === Grid === */
 .ios .row .col-100 {
   width: 100%;
   width: calc((100% - 15px*0) / 1);
 }
 .ios .row.no-gap .col-100 {
   width: 100%;
 }
 .ios .row .col-95 {
   width: 95%;
   width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
 }
 .ios .row.no-gap .col-95 {
   width: 95%;
 }
 .ios .row .col-90 {
   width: 90%;
   width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
 }
 .ios .row.no-gap .col-90 {
   width: 90%;
 }
 .ios .row .col-85 {
   width: 85%;
   width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
 }
 .ios .row.no-gap .col-85 {
   width: 85%;
 }
 .ios .row .col-80 {
   width: 80%;
   width: calc((100% - 15px*0.25) / 1.25);
 }
 .ios .row.no-gap .col-80 {
   width: 80%;
 }
 .ios .row .col-75 {
   width: 75%;
   width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
 }
 .ios .row.no-gap .col-75 {
   width: 75%;
 }
 .ios .row .col-70 {
   width: 70%;
   width: calc((100% - 15px*0.4285714285714286) / 1.4285714285714286);
 }
 .ios .row.no-gap .col-70 {
   width: 70%;
 }
 .ios .row .col-66 {
   width: 66.66666666666666%;
   width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
 }
 .ios .row.no-gap .col-66 {
   width: 66.66666666666666%;
 }
 .ios .row .col-65 {
   width: 65%;
   width: calc((100% - 15px*0.5384615384615385) / 1.5384615384615385);
 }
 .ios .row.no-gap .col-65 {
   width: 65%;
 }
 .ios .row .col-60 {
   width: 60%;
   width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
 }
 .ios .row.no-gap .col-60 {
   width: 60%;
 }
 .ios .row .col-55 {
   width: 55%;
   width: calc((100% - 15px*0.8181818181818181) / 1.8181818181818181);
 }
 .ios .row.no-gap .col-55 {
   width: 55%;
 }
 .ios .row .col-50 {
   width: 50%;
   width: calc((100% - 15px*1) / 2);
 }
 .ios .row.no-gap .col-50 {
   width: 50%;
 }
 .ios .row .col-45 {
   width: 45%;
   width: calc((100% - 15px*1.2222222222222223) / 2.2222222222222223);
 }
 .ios .row.no-gap .col-45 {
   width: 45%;
 }
 .ios .row .col-40 {
   width: 40%;
   width: calc((100% - 15px*1.5) / 2.5);
 }
 .ios .row.no-gap .col-40 {
   width: 40%;
 }
 .ios .row .col-35 {
   width: 35%;
   width: calc((100% - 15px*1.8571428571428572) / 2.857142857142857);
 }
 .ios .row.no-gap .col-35 {
   width: 35%;
 }
 .ios .row .col-33 {
   width: 33.333333333333336%;
   width: calc((100% - 15px*2) / 3);
 }
 .ios .row.no-gap .col-33 {
   width: 33.333333333333336%;
 }
 .ios .row .col-30 {
   width: 30%;
   width: calc((100% - 15px*2.3333333333333335) / 3.3333333333333335);
 }
 .ios .row.no-gap .col-30 {
   width: 30%;
 }
 .ios .row .col-25 {
   width: 25%;
   width: calc((100% - 15px*3) / 4);
 }
 .ios .row.no-gap .col-25 {
   width: 25%;
 }
 .ios .row .col-20 {
   width: 20%;
   width: calc((100% - 15px*4) / 5);
 }
 .ios .row.no-gap .col-20 {
   width: 20%;
 }
 .ios .row .col-15 {
   width: 15%;
   width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
 }
 .ios .row.no-gap .col-15 {
   width: 15%;
 }
 .ios .row .col-10 {
   width: 10%;
   width: calc((100% - 15px*9) / 10);
 }
 .ios .row.no-gap .col-10 {
   width: 10%;
 }
 .ios .row .col-5 {
   width: 5%;
   width: calc((100% - 15px*19) / 20);
 }
 .ios .row.no-gap .col-5 {
   width: 5%;
 }
 .ios .row .col:nth-last-child(1),
 .ios .row .col:nth-last-child(1) ~ .col {
   width: 100%;
   width: calc((100% - 15px*0) / 1);
 }
 .ios .row.no-gap .col:nth-last-child(1),
 .ios .row.no-gap .col:nth-last-child(1) ~ .col {
   width: 100%;
 }
 .ios .row .col:nth-last-child(2),
 .ios .row .col:nth-last-child(2) ~ .col {
   width: 50%;
   width: calc((100% - 15px*1) / 2);
 }
 .ios .row.no-gap .col:nth-last-child(2),
 .ios .row.no-gap .col:nth-last-child(2) ~ .col {
   width: 50%;
 }
 .ios .row .col:nth-last-child(3),
 .ios .row .col:nth-last-child(3) ~ .col {
   width: 33.33333333%;
   width: calc((100% - 15px*2) / 3);
 }
 .ios .row.no-gap .col:nth-last-child(3),
 .ios .row.no-gap .col:nth-last-child(3) ~ .col {
   width: 33.33333333%;
 }
 .ios .row .col:nth-last-child(4),
 .ios .row .col:nth-last-child(4) ~ .col {
   width: 25%;
   width: calc((100% - 15px*3) / 4);
 }
 .ios .row.no-gap .col:nth-last-child(4),
 .ios .row.no-gap .col:nth-last-child(4) ~ .col {
   width: 25%;
 }
 .ios .row .col:nth-last-child(5),
 .ios .row .col:nth-last-child(5) ~ .col {
   width: 20%;
   width: calc((100% - 15px*4) / 5);
 }
 .ios .row.no-gap .col:nth-last-child(5),
 .ios .row.no-gap .col:nth-last-child(5) ~ .col {
   width: 20%;
 }
 .ios .row .col:nth-last-child(6),
 .ios .row .col:nth-last-child(6) ~ .col {
   width: 16.66666667%;
   width: calc((100% - 15px*5) / 6);
 }
 .ios .row.no-gap .col:nth-last-child(6),
 .ios .row.no-gap .col:nth-last-child(6) ~ .col {
   width: 16.66666667%;
 }
 .ios .row .col:nth-last-child(7),
 .ios .row .col:nth-last-child(7) ~ .col {
   width: 14.28571429%;
   width: calc((100% - 15px*6) / 7);
 }
 .ios .row.no-gap .col:nth-last-child(7),
 .ios .row.no-gap .col:nth-last-child(7) ~ .col {
   width: 14.28571429%;
 }
 .ios .row .col:nth-last-child(8),
 .ios .row .col:nth-last-child(8) ~ .col {
   width: 12.5%;
   width: calc((100% - 15px*7) / 8);
 }
 .ios .row.no-gap .col:nth-last-child(8),
 .ios .row.no-gap .col:nth-last-child(8) ~ .col {
   width: 12.5%;
 }
 .ios .row .col:nth-last-child(9),
 .ios .row .col:nth-last-child(9) ~ .col {
   width: 11.11111111%;
   width: calc((100% - 15px*8) / 9);
 }
 .ios .row.no-gap .col:nth-last-child(9),
 .ios .row.no-gap .col:nth-last-child(9) ~ .col {
   width: 11.11111111%;
 }
 .ios .row .col:nth-last-child(10),
 .ios .row .col:nth-last-child(10) ~ .col {
   width: 10%;
   width: calc((100% - 15px*9) / 10);
 }
 .ios .row.no-gap .col:nth-last-child(10),
 .ios .row.no-gap .col:nth-last-child(10) ~ .col {
   width: 10%;
 }
 .ios .row .col:nth-last-child(11),
 .ios .row .col:nth-last-child(11) ~ .col {
   width: 9.09090909%;
   width: calc((100% - 15px*10) / 11);
 }
 .ios .row.no-gap .col:nth-last-child(11),
 .ios .row.no-gap .col:nth-last-child(11) ~ .col {
   width: 9.09090909%;
 }
 .ios .row .col:nth-last-child(12),
 .ios .row .col:nth-last-child(12) ~ .col {
   width: 8.33333333%;
   width: calc((100% - 15px*11) / 12);
 }
 .ios .row.no-gap .col:nth-last-child(12),
 .ios .row.no-gap .col:nth-last-child(12) ~ .col {
   width: 8.33333333%;
 }
 .ios .row .col:nth-last-child(13),
 .ios .row .col:nth-last-child(13) ~ .col {
   width: 7.69230769%;
   width: calc((100% - 15px*12) / 13);
 }
 .ios .row.no-gap .col:nth-last-child(13),
 .ios .row.no-gap .col:nth-last-child(13) ~ .col {
   width: 7.69230769%;
 }
 .ios .row .col:nth-last-child(14),
 .ios .row .col:nth-last-child(14) ~ .col {
   width: 7.14285714%;
   width: calc((100% - 15px*13) / 14);
 }
 .ios .row.no-gap .col:nth-last-child(14),
 .ios .row.no-gap .col:nth-last-child(14) ~ .col {
   width: 7.14285714%;
 }
 .ios .row .col:nth-last-child(15),
 .ios .row .col:nth-last-child(15) ~ .col {
   width: 6.66666667%;
   width: calc((100% - 15px*14) / 15);
 }
 .ios .row.no-gap .col:nth-last-child(15),
 .ios .row.no-gap .col:nth-last-child(15) ~ .col {
   width: 6.66666667%;
 }
 .ios .row .col:nth-last-child(16),
 .ios .row .col:nth-last-child(16) ~ .col {
   width: 6.25%;
   width: calc((100% - 15px*15) / 16);
 }
 .ios .row.no-gap .col:nth-last-child(16),
 .ios .row.no-gap .col:nth-last-child(16) ~ .col {
   width: 6.25%;
 }
 .ios .row .col:nth-last-child(17),
 .ios .row .col:nth-last-child(17) ~ .col {
   width: 5.88235294%;
   width: calc((100% - 15px*16) / 17);
 }
 .ios .row.no-gap .col:nth-last-child(17),
 .ios .row.no-gap .col:nth-last-child(17) ~ .col {
   width: 5.88235294%;
 }
 .ios .row .col:nth-last-child(18),
 .ios .row .col:nth-last-child(18) ~ .col {
   width: 5.55555556%;
   width: calc((100% - 15px*17) / 18);
 }
 .ios .row.no-gap .col:nth-last-child(18),
 .ios .row.no-gap .col:nth-last-child(18) ~ .col {
   width: 5.55555556%;
 }
 .ios .row .col:nth-last-child(19),
 .ios .row .col:nth-last-child(19) ~ .col {
   width: 5.26315789%;
   width: calc((100% - 15px*18) / 19);
 }
 .ios .row.no-gap .col:nth-last-child(19),
 .ios .row.no-gap .col:nth-last-child(19) ~ .col {
   width: 5.26315789%;
 }
 .ios .row .col:nth-last-child(20),
 .ios .row .col:nth-last-child(20) ~ .col {
   width: 5%;
   width: calc((100% - 15px*19) / 20);
 }
 .ios .row.no-gap .col:nth-last-child(20),
 .ios .row.no-gap .col:nth-last-child(20) ~ .col {
   width: 5%;
 }
 .ios .row .col:nth-last-child(21),
 .ios .row .col:nth-last-child(21) ~ .col {
   width: 4.76190476%;
   width: calc((100% - 15px*20) / 21);
 }
 .ios .row.no-gap .col:nth-last-child(21),
 .ios .row.no-gap .col:nth-last-child(21) ~ .col {
   width: 4.76190476%;
 }
 @media (min-width: 768px) {
   .ios .row .tablet-100 {
     width: 100%;
     width: calc((100% - 15px*0) / 1);
   }
   .ios .row.no-gap .tablet-100 {
     width: 100%;
   }
   .ios .row .tablet-95 {
     width: 95%;
     width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
   }
   .ios .row.no-gap .tablet-95 {
     width: 95%;
   }
   .ios .row .tablet-90 {
     width: 90%;
     width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
   }
   .ios .row.no-gap .tablet-90 {
     width: 90%;
   }
   .ios .row .tablet-85 {
     width: 85%;
     width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
   }
   .ios .row.no-gap .tablet-85 {
     width: 85%;
   }
   .ios .row .tablet-80 {
     width: 80%;
     width: calc((100% - 15px*0.25) / 1.25);
   }
   .ios .row.no-gap .tablet-80 {
     width: 80%;
   }
   .ios .row .tablet-75 {
     width: 75%;
     width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
   }
   .ios .row.no-gap .tablet-75 {
     width: 75%;
   }
   .ios .row .tablet-70 {
     width: 70%;
     width: calc((100% - 15px*0.4285714285714286) / 1.4285714285714286);
   }
   .ios .row.no-gap .tablet-70 {
     width: 70%;
   }
   .ios .row .tablet-66 {
     width: 66.66666666666666%;
     width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
   }
   .ios .row.no-gap .tablet-66 {
     width: 66.66666666666666%;
   }
   .ios .row .tablet-65 {
     width: 65%;
     width: calc((100% - 15px*0.5384615384615385) / 1.5384615384615385);
   }
   .ios .row.no-gap .tablet-65 {
     width: 65%;
   }
   .ios .row .tablet-60 {
     width: 60%;
     width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
   }
   .ios .row.no-gap .tablet-60 {
     width: 60%;
   }
   .ios .row .tablet-55 {
     width: 55%;
     width: calc((100% - 15px*0.8181818181818181) / 1.8181818181818181);
   }
   .ios .row.no-gap .tablet-55 {
     width: 55%;
   }
   .ios .row .tablet-50 {
     width: 50%;
     width: calc((100% - 15px*1) / 2);
   }
   .ios .row.no-gap .tablet-50 {
     width: 50%;
   }
   .ios .row .tablet-45 {
     width: 45%;
     width: calc((100% - 15px*1.2222222222222223) / 2.2222222222222223);
   }
   .ios .row.no-gap .tablet-45 {
     width: 45%;
   }
   .ios .row .tablet-40 {
     width: 40%;
     width: calc((100% - 15px*1.5) / 2.5);
   }
   .ios .row.no-gap .tablet-40 {
     width: 40%;
   }
   .ios .row .tablet-35 {
     width: 35%;
     width: calc((100% - 15px*1.8571428571428572) / 2.857142857142857);
   }
   .ios .row.no-gap .tablet-35 {
     width: 35%;
   }
   .ios .row .tablet-33 {
     width: 33.333333333333336%;
     width: calc((100% - 15px*2) / 3);
   }
   .ios .row.no-gap .tablet-33 {
     width: 33.333333333333336%;
   }
   .ios .row .tablet-30 {
     width: 30%;
     width: calc((100% - 15px*2.3333333333333335) / 3.3333333333333335);
   }
   .ios .row.no-gap .tablet-30 {
     width: 30%;
   }
   .ios .row .tablet-25 {
     width: 25%;
     width: calc((100% - 15px*3) / 4);
   }
   .ios .row.no-gap .tablet-25 {
     width: 25%;
   }
   .ios .row .tablet-20 {
     width: 20%;
     width: calc((100% - 15px*4) / 5);
   }
   .ios .row.no-gap .tablet-20 {
     width: 20%;
   }
   .ios .row .tablet-15 {
     width: 15%;
     width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
   }
   .ios .row.no-gap .tablet-15 {
     width: 15%;
   }
   .ios .row .tablet-10 {
     width: 10%;
     width: calc((100% - 15px*9) / 10);
   }
   .ios .row.no-gap .tablet-10 {
     width: 10%;
   }
   .ios .row .tablet-5 {
     width: 5%;
     width: calc((100% - 15px*19) / 20);
   }
   .ios .row.no-gap .tablet-5 {
     width: 5%;
   }
   .ios .row .tablet-auto:nth-last-child(1),
   .ios .row .tablet-auto:nth-last-child(1) ~ .tablet-auto {
     width: 100%;
     width: calc((100% - 15px*0) / 1);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(1),
   .ios .row.no-gap .tablet-auto:nth-last-child(1) ~ .tablet-auto {
     width: 100%;
   }
   .ios .row .tablet-auto:nth-last-child(2),
   .ios .row .tablet-auto:nth-last-child(2) ~ .tablet-auto {
     width: 50%;
     width: calc((100% - 15px*1) / 2);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(2),
   .ios .row.no-gap .tablet-auto:nth-last-child(2) ~ .tablet-auto {
     width: 50%;
   }
   .ios .row .tablet-auto:nth-last-child(3),
   .ios .row .tablet-auto:nth-last-child(3) ~ .tablet-auto {
     width: 33.33333333%;
     width: calc((100% - 15px*2) / 3);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(3),
   .ios .row.no-gap .tablet-auto:nth-last-child(3) ~ .tablet-auto {
     width: 33.33333333%;
   }
   .ios .row .tablet-auto:nth-last-child(4),
   .ios .row .tablet-auto:nth-last-child(4) ~ .tablet-auto {
     width: 25%;
     width: calc((100% - 15px*3) / 4);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(4),
   .ios .row.no-gap .tablet-auto:nth-last-child(4) ~ .tablet-auto {
     width: 25%;
   }
   .ios .row .tablet-auto:nth-last-child(5),
   .ios .row .tablet-auto:nth-last-child(5) ~ .tablet-auto {
     width: 20%;
     width: calc((100% - 15px*4) / 5);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(5),
   .ios .row.no-gap .tablet-auto:nth-last-child(5) ~ .tablet-auto {
     width: 20%;
   }
   .ios .row .tablet-auto:nth-last-child(6),
   .ios .row .tablet-auto:nth-last-child(6) ~ .tablet-auto {
     width: 16.66666667%;
     width: calc((100% - 15px*5) / 6);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(6),
   .ios .row.no-gap .tablet-auto:nth-last-child(6) ~ .tablet-auto {
     width: 16.66666667%;
   }
   .ios .row .tablet-auto:nth-last-child(7),
   .ios .row .tablet-auto:nth-last-child(7) ~ .tablet-auto {
     width: 14.28571429%;
     width: calc((100% - 15px*6) / 7);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(7),
   .ios .row.no-gap .tablet-auto:nth-last-child(7) ~ .tablet-auto {
     width: 14.28571429%;
   }
   .ios .row .tablet-auto:nth-last-child(8),
   .ios .row .tablet-auto:nth-last-child(8) ~ .tablet-auto {
     width: 12.5%;
     width: calc((100% - 15px*7) / 8);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(8),
   .ios .row.no-gap .tablet-auto:nth-last-child(8) ~ .tablet-auto {
     width: 12.5%;
   }
   .ios .row .tablet-auto:nth-last-child(9),
   .ios .row .tablet-auto:nth-last-child(9) ~ .tablet-auto {
     width: 11.11111111%;
     width: calc((100% - 15px*8) / 9);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(9),
   .ios .row.no-gap .tablet-auto:nth-last-child(9) ~ .tablet-auto {
     width: 11.11111111%;
   }
   .ios .row .tablet-auto:nth-last-child(10),
   .ios .row .tablet-auto:nth-last-child(10) ~ .tablet-auto {
     width: 10%;
     width: calc((100% - 15px*9) / 10);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(10),
   .ios .row.no-gap .tablet-auto:nth-last-child(10) ~ .tablet-auto {
     width: 10%;
   }
   .ios .row .tablet-auto:nth-last-child(11),
   .ios .row .tablet-auto:nth-last-child(11) ~ .tablet-auto {
     width: 9.09090909%;
     width: calc((100% - 15px*10) / 11);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(11),
   .ios .row.no-gap .tablet-auto:nth-last-child(11) ~ .tablet-auto {
     width: 9.09090909%;
   }
   .ios .row .tablet-auto:nth-last-child(12),
   .ios .row .tablet-auto:nth-last-child(12) ~ .tablet-auto {
     width: 8.33333333%;
     width: calc((100% - 15px*11) / 12);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(12),
   .ios .row.no-gap .tablet-auto:nth-last-child(12) ~ .tablet-auto {
     width: 8.33333333%;
   }
   .ios .row .tablet-auto:nth-last-child(13),
   .ios .row .tablet-auto:nth-last-child(13) ~ .tablet-auto {
     width: 7.69230769%;
     width: calc((100% - 15px*12) / 13);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(13),
   .ios .row.no-gap .tablet-auto:nth-last-child(13) ~ .tablet-auto {
     width: 7.69230769%;
   }
   .ios .row .tablet-auto:nth-last-child(14),
   .ios .row .tablet-auto:nth-last-child(14) ~ .tablet-auto {
     width: 7.14285714%;
     width: calc((100% - 15px*13) / 14);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(14),
   .ios .row.no-gap .tablet-auto:nth-last-child(14) ~ .tablet-auto {
     width: 7.14285714%;
   }
   .ios .row .tablet-auto:nth-last-child(15),
   .ios .row .tablet-auto:nth-last-child(15) ~ .tablet-auto {
     width: 6.66666667%;
     width: calc((100% - 15px*14) / 15);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(15),
   .ios .row.no-gap .tablet-auto:nth-last-child(15) ~ .tablet-auto {
     width: 6.66666667%;
   }
   .ios .row .tablet-auto:nth-last-child(16),
   .ios .row .tablet-auto:nth-last-child(16) ~ .tablet-auto {
     width: 6.25%;
     width: calc((100% - 15px*15) / 16);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(16),
   .ios .row.no-gap .tablet-auto:nth-last-child(16) ~ .tablet-auto {
     width: 6.25%;
   }
   .ios .row .tablet-auto:nth-last-child(17),
   .ios .row .tablet-auto:nth-last-child(17) ~ .tablet-auto {
     width: 5.88235294%;
     width: calc((100% - 15px*16) / 17);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(17),
   .ios .row.no-gap .tablet-auto:nth-last-child(17) ~ .tablet-auto {
     width: 5.88235294%;
   }
   .ios .row .tablet-auto:nth-last-child(18),
   .ios .row .tablet-auto:nth-last-child(18) ~ .tablet-auto {
     width: 5.55555556%;
     width: calc((100% - 15px*17) / 18);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(18),
   .ios .row.no-gap .tablet-auto:nth-last-child(18) ~ .tablet-auto {
     width: 5.55555556%;
   }
   .ios .row .tablet-auto:nth-last-child(19),
   .ios .row .tablet-auto:nth-last-child(19) ~ .tablet-auto {
     width: 5.26315789%;
     width: calc((100% - 15px*18) / 19);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(19),
   .ios .row.no-gap .tablet-auto:nth-last-child(19) ~ .tablet-auto {
     width: 5.26315789%;
   }
   .ios .row .tablet-auto:nth-last-child(20),
   .ios .row .tablet-auto:nth-last-child(20) ~ .tablet-auto {
     width: 5%;
     width: calc((100% - 15px*19) / 20);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(20),
   .ios .row.no-gap .tablet-auto:nth-last-child(20) ~ .tablet-auto {
     width: 5%;
   }
   .ios .row .tablet-auto:nth-last-child(21),
   .ios .row .tablet-auto:nth-last-child(21) ~ .tablet-auto {
     width: 4.76190476%;
     width: calc((100% - 15px*20) / 21);
   }
   .ios .row.no-gap .tablet-auto:nth-last-child(21),
   .ios .row.no-gap .tablet-auto:nth-last-child(21) ~ .tablet-auto {
     width: 4.76190476%;
   }
 }
 @media (min-width: 1025px) {
   .ios .row .desktop-100 {
     width: 100%;
     width: calc((100% - 15px*0) / 1);
   }
   .ios .row.no-gap .desktop-100 {
     width: 100%;
   }
   .ios .row .desktop-95 {
     width: 95%;
     width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
   }
   .ios .row.no-gap .desktop-95 {
     width: 95%;
   }
   .ios .row .desktop-90 {
     width: 90%;
     width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
   }
   .ios .row.no-gap .desktop-90 {
     width: 90%;
   }
   .ios .row .desktop-85 {
     width: 85%;
     width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
   }
   .ios .row.no-gap .desktop-85 {
     width: 85%;
   }
   .ios .row .desktop-80 {
     width: 80%;
     width: calc((100% - 15px*0.25) / 1.25);
   }
   .ios .row.no-gap .desktop-80 {
     width: 80%;
   }
   .ios .row .desktop-75 {
     width: 75%;
     width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
   }
   .ios .row.no-gap .desktop-75 {
     width: 75%;
   }
   .ios .row .desktop-70 {
     width: 70%;
     width: calc((100% - 15px*0.4285714285714286) / 1.4285714285714286);
   }
   .ios .row.no-gap .desktop-70 {
     width: 70%;
   }
   .ios .row .desktop-66 {
     width: 66.66666666666666%;
     width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
   }
   .ios .row.no-gap .desktop-66 {
     width: 66.66666666666666%;
   }
   .ios .row .desktop-65 {
     width: 65%;
     width: calc((100% - 15px*0.5384615384615385) / 1.5384615384615385);
   }
   .ios .row.no-gap .desktop-65 {
     width: 65%;
   }
   .ios .row .desktop-60 {
     width: 60%;
     width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
   }
   .ios .row.no-gap .desktop-60 {
     width: 60%;
   }
   .ios .row .desktop-55 {
     width: 55%;
     width: calc((100% - 15px*0.8181818181818181) / 1.8181818181818181);
   }
   .ios .row.no-gap .desktop-55 {
     width: 55%;
   }
   .ios .row .desktop-50 {
     width: 50%;
     width: calc((100% - 15px*1) / 2);
   }
   .ios .row.no-gap .desktop-50 {
     width: 50%;
   }
   .ios .row .desktop-45 {
     width: 45%;
     width: calc((100% - 15px*1.2222222222222223) / 2.2222222222222223);
   }
   .ios .row.no-gap .desktop-45 {
     width: 45%;
   }
   .ios .row .desktop-40 {
     width: 40%;
     width: calc((100% - 15px*1.5) / 2.5);
   }
   .ios .row.no-gap .desktop-40 {
     width: 40%;
   }
   .ios .row .desktop-35 {
     width: 35%;
     width: calc((100% - 15px*1.8571428571428572) / 2.857142857142857);
   }
   .ios .row.no-gap .desktop-35 {
     width: 35%;
   }
   .ios .row .desktop-33 {
     width: 33.333333333333336%;
     width: calc((100% - 15px*2) / 3);
   }
   .ios .row.no-gap .desktop-33 {
     width: 33.333333333333336%;
   }
   .ios .row .desktop-30 {
     width: 30%;
     width: calc((100% - 15px*2.3333333333333335) / 3.3333333333333335);
   }
   .ios .row.no-gap .desktop-30 {
     width: 30%;
   }
   .ios .row .desktop-25 {
     width: 25%;
     width: calc((100% - 15px*3) / 4);
   }
   .ios .row.no-gap .desktop-25 {
     width: 25%;
   }
   .ios .row .desktop-20 {
     width: 20%;
     width: calc((100% - 15px*4) / 5);
   }
   .ios .row.no-gap .desktop-20 {
     width: 20%;
   }
   .ios .row .desktop-15 {
     width: 15%;
     width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
   }
   .ios .row.no-gap .desktop-15 {
     width: 15%;
   }
   .ios .row .desktop-10 {
     width: 10%;
     width: calc((100% - 15px*9) / 10);
   }
   .ios .row.no-gap .desktop-10 {
     width: 10%;
   }
   .ios .row .desktop-5 {
     width: 5%;
     width: calc((100% - 15px*19) / 20);
   }
   .ios .row.no-gap .desktop-5 {
     width: 5%;
   }
   .ios .row .desktop-auto:nth-last-child(1),
   .ios .row .desktop-auto:nth-last-child(1) ~ .desktop-auto {
     width: 100%;
     width: calc((100% - 15px*0) / 1);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(1),
   .ios .row.no-gap .desktop-auto:nth-last-child(1) ~ .desktop-auto {
     width: 100%;
   }
   .ios .row .desktop-auto:nth-last-child(2),
   .ios .row .desktop-auto:nth-last-child(2) ~ .desktop-auto {
     width: 50%;
     width: calc((100% - 15px*1) / 2);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(2),
   .ios .row.no-gap .desktop-auto:nth-last-child(2) ~ .desktop-auto {
     width: 50%;
   }
   .ios .row .desktop-auto:nth-last-child(3),
   .ios .row .desktop-auto:nth-last-child(3) ~ .desktop-auto {
     width: 33.33333333%;
     width: calc((100% - 15px*2) / 3);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(3),
   .ios .row.no-gap .desktop-auto:nth-last-child(3) ~ .desktop-auto {
     width: 33.33333333%;
   }
   .ios .row .desktop-auto:nth-last-child(4),
   .ios .row .desktop-auto:nth-last-child(4) ~ .desktop-auto {
     width: 25%;
     width: calc((100% - 15px*3) / 4);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(4),
   .ios .row.no-gap .desktop-auto:nth-last-child(4) ~ .desktop-auto {
     width: 25%;
   }
   .ios .row .desktop-auto:nth-last-child(5),
   .ios .row .desktop-auto:nth-last-child(5) ~ .desktop-auto {
     width: 20%;
     width: calc((100% - 15px*4) / 5);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(5),
   .ios .row.no-gap .desktop-auto:nth-last-child(5) ~ .desktop-auto {
     width: 20%;
   }
   .ios .row .desktop-auto:nth-last-child(6),
   .ios .row .desktop-auto:nth-last-child(6) ~ .desktop-auto {
     width: 16.66666667%;
     width: calc((100% - 15px*5) / 6);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(6),
   .ios .row.no-gap .desktop-auto:nth-last-child(6) ~ .desktop-auto {
     width: 16.66666667%;
   }
   .ios .row .desktop-auto:nth-last-child(7),
   .ios .row .desktop-auto:nth-last-child(7) ~ .desktop-auto {
     width: 14.28571429%;
     width: calc((100% - 15px*6) / 7);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(7),
   .ios .row.no-gap .desktop-auto:nth-last-child(7) ~ .desktop-auto {
     width: 14.28571429%;
   }
   .ios .row .desktop-auto:nth-last-child(8),
   .ios .row .desktop-auto:nth-last-child(8) ~ .desktop-auto {
     width: 12.5%;
     width: calc((100% - 15px*7) / 8);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(8),
   .ios .row.no-gap .desktop-auto:nth-last-child(8) ~ .desktop-auto {
     width: 12.5%;
   }
   .ios .row .desktop-auto:nth-last-child(9),
   .ios .row .desktop-auto:nth-last-child(9) ~ .desktop-auto {
     width: 11.11111111%;
     width: calc((100% - 15px*8) / 9);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(9),
   .ios .row.no-gap .desktop-auto:nth-last-child(9) ~ .desktop-auto {
     width: 11.11111111%;
   }
   .ios .row .desktop-auto:nth-last-child(10),
   .ios .row .desktop-auto:nth-last-child(10) ~ .desktop-auto {
     width: 10%;
     width: calc((100% - 15px*9) / 10);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(10),
   .ios .row.no-gap .desktop-auto:nth-last-child(10) ~ .desktop-auto {
     width: 10%;
   }
   .ios .row .desktop-auto:nth-last-child(11),
   .ios .row .desktop-auto:nth-last-child(11) ~ .desktop-auto {
     width: 9.09090909%;
     width: calc((100% - 15px*10) / 11);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(11),
   .ios .row.no-gap .desktop-auto:nth-last-child(11) ~ .desktop-auto {
     width: 9.09090909%;
   }
   .ios .row .desktop-auto:nth-last-child(12),
   .ios .row .desktop-auto:nth-last-child(12) ~ .desktop-auto {
     width: 8.33333333%;
     width: calc((100% - 15px*11) / 12);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(12),
   .ios .row.no-gap .desktop-auto:nth-last-child(12) ~ .desktop-auto {
     width: 8.33333333%;
   }
   .ios .row .desktop-auto:nth-last-child(13),
   .ios .row .desktop-auto:nth-last-child(13) ~ .desktop-auto {
     width: 7.69230769%;
     width: calc((100% - 15px*12) / 13);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(13),
   .ios .row.no-gap .desktop-auto:nth-last-child(13) ~ .desktop-auto {
     width: 7.69230769%;
   }
   .ios .row .desktop-auto:nth-last-child(14),
   .ios .row .desktop-auto:nth-last-child(14) ~ .desktop-auto {
     width: 7.14285714%;
     width: calc((100% - 15px*13) / 14);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(14),
   .ios .row.no-gap .desktop-auto:nth-last-child(14) ~ .desktop-auto {
     width: 7.14285714%;
   }
   .ios .row .desktop-auto:nth-last-child(15),
   .ios .row .desktop-auto:nth-last-child(15) ~ .desktop-auto {
     width: 6.66666667%;
     width: calc((100% - 15px*14) / 15);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(15),
   .ios .row.no-gap .desktop-auto:nth-last-child(15) ~ .desktop-auto {
     width: 6.66666667%;
   }
   .ios .row .desktop-auto:nth-last-child(16),
   .ios .row .desktop-auto:nth-last-child(16) ~ .desktop-auto {
     width: 6.25%;
     width: calc((100% - 15px*15) / 16);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(16),
   .ios .row.no-gap .desktop-auto:nth-last-child(16) ~ .desktop-auto {
     width: 6.25%;
   }
   .ios .row .desktop-auto:nth-last-child(17),
   .ios .row .desktop-auto:nth-last-child(17) ~ .desktop-auto {
     width: 5.88235294%;
     width: calc((100% - 15px*16) / 17);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(17),
   .ios .row.no-gap .desktop-auto:nth-last-child(17) ~ .desktop-auto {
     width: 5.88235294%;
   }
   .ios .row .desktop-auto:nth-last-child(18),
   .ios .row .desktop-auto:nth-last-child(18) ~ .desktop-auto {
     width: 5.55555556%;
     width: calc((100% - 15px*17) / 18);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(18),
   .ios .row.no-gap .desktop-auto:nth-last-child(18) ~ .desktop-auto {
     width: 5.55555556%;
   }
   .ios .row .desktop-auto:nth-last-child(19),
   .ios .row .desktop-auto:nth-last-child(19) ~ .desktop-auto {
     width: 5.26315789%;
     width: calc((100% - 15px*18) / 19);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(19),
   .ios .row.no-gap .desktop-auto:nth-last-child(19) ~ .desktop-auto {
     width: 5.26315789%;
   }
   .ios .row .desktop-auto:nth-last-child(20),
   .ios .row .desktop-auto:nth-last-child(20) ~ .desktop-auto {
     width: 5%;
     width: calc((100% - 15px*19) / 20);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(20),
   .ios .row.no-gap .desktop-auto:nth-last-child(20) ~ .desktop-auto {
     width: 5%;
   }
   .ios .row .desktop-auto:nth-last-child(21),
   .ios .row .desktop-auto:nth-last-child(21) ~ .desktop-auto {
     width: 4.76190476%;
     width: calc((100% - 15px*20) / 21);
   }
   .ios .row.no-gap .desktop-auto:nth-last-child(21),
   .ios .row.no-gap .desktop-auto:nth-last-child(21) ~ .desktop-auto {
     width: 4.76190476%;
   }
 }
 /* === Grid === */






















































































 @media (min-width: 768px) {
   .md .row .tablet-100 {
     width: 100%;
     width: calc((100% - 16px*0) / 1);
   }
   .md .row.no-gap .tablet-100 {
     width: 100%;
   }
   .md .row .tablet-95 {
     width: 95%;
     width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
   }
   .md .row.no-gap .tablet-95 {
     width: 95%;
   }
   .md .row .tablet-90 {
     width: 90%;
     width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
   }
   .md .row.no-gap .tablet-90 {
     width: 90%;
   }
   .md .row .tablet-85 {
     width: 85%;
     width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
   }
   .md .row.no-gap .tablet-85 {
     width: 85%;
   }
   .md .row .tablet-80 {
     width: 80%;
     width: calc((100% - 16px*0.25) / 1.25);
   }
   .md .row.no-gap .tablet-80 {
     width: 80%;
   }
   .md .row .tablet-75 {
     width: 75%;
     width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
   }
   .md .row.no-gap .tablet-75 {
     width: 75%;
   }
   .md .row .tablet-70 {
     width: 70%;
     width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
   }
   .md .row.no-gap .tablet-70 {
     width: 70%;
   }
   .md .row .tablet-66 {
     width: 66.66666666666666%;
     width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
   }
   .md .row.no-gap .tablet-66 {
     width: 66.66666666666666%;
   }
   .md .row .tablet-65 {
     width: 65%;
     width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
   }
   .md .row.no-gap .tablet-65 {
     width: 65%;
   }
   .md .row .tablet-60 {
     width: 60%;
     width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
   }
   .md .row.no-gap .tablet-60 {
     width: 60%;
   }
   .md .row .tablet-55 {
     width: 55%;
     width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
   }
   .md .row.no-gap .tablet-55 {
     width: 55%;
   }
   .md .row .tablet-50 {
     width: 50%;
     width: calc((100% - 16px*1) / 2);
   }
   .md .row.no-gap .tablet-50 {
     width: 50%;
   }
   .md .row .tablet-45 {
     width: 45%;
     width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
   }
   .md .row.no-gap .tablet-45 {
     width: 45%;
   }
   .md .row .tablet-40 {
     width: 40%;
     width: calc((100% - 16px*1.5) / 2.5);
   }
   .md .row.no-gap .tablet-40 {
     width: 40%;
   }
   .md .row .tablet-35 {
     width: 35%;
     width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
   }
   .md .row.no-gap .tablet-35 {
     width: 35%;
   }
   .md .row .tablet-33 {
     width: 33.333333333333336%;
     width: calc((100% - 16px*2) / 3);
   }
   .md .row.no-gap .tablet-33 {
     width: 33.333333333333336%;
   }
   .md .row .tablet-30 {
     width: 30%;
     width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
   }
   .md .row.no-gap .tablet-30 {
     width: 30%;
   }
   .md .row .tablet-25 {
     width: 25%;
     width: calc((100% - 16px*3) / 4);
   }
   .md .row.no-gap .tablet-25 {
     width: 25%;
   }
   .md .row .tablet-20 {
     width: 20%;
     width: calc((100% - 16px*4) / 5);
   }
   .md .row.no-gap .tablet-20 {
     width: 20%;
   }
   .md .row .tablet-15 {
     width: 15%;
     width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
   }
   .md .row.no-gap .tablet-15 {
     width: 15%;
   }
   .md .row .tablet-10 {
     width: 10%;
     width: calc((100% - 16px*9) / 10);
   }
   .md .row.no-gap .tablet-10 {
     width: 10%;
   }
   .md .row .tablet-5 {
     width: 5%;
     width: calc((100% - 16px*19) / 20);
   }
   .md .row.no-gap .tablet-5 {
     width: 5%;
   }
   .md .row .tablet-auto:nth-last-child(1),
   .md .row .tablet-auto:nth-last-child(1) ~ .tablet-auto {
     width: 100%;
     width: calc((100% - 16px*0) / 1);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(1),
   .md .row.no-gap .tablet-auto:nth-last-child(1) ~ .tablet-auto {
     width: 100%;
   }
   .md .row .tablet-auto:nth-last-child(2),
   .md .row .tablet-auto:nth-last-child(2) ~ .tablet-auto {
     width: 50%;
     width: calc((100% - 16px*1) / 2);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(2),
   .md .row.no-gap .tablet-auto:nth-last-child(2) ~ .tablet-auto {
     width: 50%;
   }
   .md .row .tablet-auto:nth-last-child(3),
   .md .row .tablet-auto:nth-last-child(3) ~ .tablet-auto {
     width: 33.33333333%;
     width: calc((100% - 16px*2) / 3);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(3),
   .md .row.no-gap .tablet-auto:nth-last-child(3) ~ .tablet-auto {
     width: 33.33333333%;
   }
   .md .row .tablet-auto:nth-last-child(4),
   .md .row .tablet-auto:nth-last-child(4) ~ .tablet-auto {
     width: 25%;
     width: calc((100% - 16px*3) / 4);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(4),
   .md .row.no-gap .tablet-auto:nth-last-child(4) ~ .tablet-auto {
     width: 25%;
   }
   .md .row .tablet-auto:nth-last-child(5),
   .md .row .tablet-auto:nth-last-child(5) ~ .tablet-auto {
     width: 20%;
     width: calc((100% - 16px*4) / 5);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(5),
   .md .row.no-gap .tablet-auto:nth-last-child(5) ~ .tablet-auto {
     width: 20%;
   }
   .md .row .tablet-auto:nth-last-child(6),
   .md .row .tablet-auto:nth-last-child(6) ~ .tablet-auto {
     width: 16.66666667%;
     width: calc((100% - 16px*5) / 6);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(6),
   .md .row.no-gap .tablet-auto:nth-last-child(6) ~ .tablet-auto {
     width: 16.66666667%;
   }
   .md .row .tablet-auto:nth-last-child(7),
   .md .row .tablet-auto:nth-last-child(7) ~ .tablet-auto {
     width: 14.28571429%;
     width: calc((100% - 16px*6) / 7);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(7),
   .md .row.no-gap .tablet-auto:nth-last-child(7) ~ .tablet-auto {
     width: 14.28571429%;
   }
   .md .row .tablet-auto:nth-last-child(8),
   .md .row .tablet-auto:nth-last-child(8) ~ .tablet-auto {
     width: 12.5%;
     width: calc((100% - 16px*7) / 8);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(8),
   .md .row.no-gap .tablet-auto:nth-last-child(8) ~ .tablet-auto {
     width: 12.5%;
   }
   .md .row .tablet-auto:nth-last-child(9),
   .md .row .tablet-auto:nth-last-child(9) ~ .tablet-auto {
     width: 11.11111111%;
     width: calc((100% - 16px*8) / 9);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(9),
   .md .row.no-gap .tablet-auto:nth-last-child(9) ~ .tablet-auto {
     width: 11.11111111%;
   }
   .md .row .tablet-auto:nth-last-child(10),
   .md .row .tablet-auto:nth-last-child(10) ~ .tablet-auto {
     width: 10%;
     width: calc((100% - 16px*9) / 10);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(10),
   .md .row.no-gap .tablet-auto:nth-last-child(10) ~ .tablet-auto {
     width: 10%;
   }
   .md .row .tablet-auto:nth-last-child(11),
   .md .row .tablet-auto:nth-last-child(11) ~ .tablet-auto {
     width: 9.09090909%;
     width: calc((100% - 16px*10) / 11);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(11),
   .md .row.no-gap .tablet-auto:nth-last-child(11) ~ .tablet-auto {
     width: 9.09090909%;
   }
   .md .row .tablet-auto:nth-last-child(12),
   .md .row .tablet-auto:nth-last-child(12) ~ .tablet-auto {
     width: 8.33333333%;
     width: calc((100% - 16px*11) / 12);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(12),
   .md .row.no-gap .tablet-auto:nth-last-child(12) ~ .tablet-auto {
     width: 8.33333333%;
   }
   .md .row .tablet-auto:nth-last-child(13),
   .md .row .tablet-auto:nth-last-child(13) ~ .tablet-auto {
     width: 7.69230769%;
     width: calc((100% - 16px*12) / 13);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(13),
   .md .row.no-gap .tablet-auto:nth-last-child(13) ~ .tablet-auto {
     width: 7.69230769%;
   }
   .md .row .tablet-auto:nth-last-child(14),
   .md .row .tablet-auto:nth-last-child(14) ~ .tablet-auto {
     width: 7.14285714%;
     width: calc((100% - 16px*13) / 14);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(14),
   .md .row.no-gap .tablet-auto:nth-last-child(14) ~ .tablet-auto {
     width: 7.14285714%;
   }
   .md .row .tablet-auto:nth-last-child(15),
   .md .row .tablet-auto:nth-last-child(15) ~ .tablet-auto {
     width: 6.66666667%;
     width: calc((100% - 16px*14) / 15);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(15),
   .md .row.no-gap .tablet-auto:nth-last-child(15) ~ .tablet-auto {
     width: 6.66666667%;
   }
   .md .row .tablet-auto:nth-last-child(16),
   .md .row .tablet-auto:nth-last-child(16) ~ .tablet-auto {
     width: 6.25%;
     width: calc((100% - 16px*15) / 16);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(16),
   .md .row.no-gap .tablet-auto:nth-last-child(16) ~ .tablet-auto {
     width: 6.25%;
   }
   .md .row .tablet-auto:nth-last-child(17),
   .md .row .tablet-auto:nth-last-child(17) ~ .tablet-auto {
     width: 5.88235294%;
     width: calc((100% - 16px*16) / 17);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(17),
   .md .row.no-gap .tablet-auto:nth-last-child(17) ~ .tablet-auto {
     width: 5.88235294%;
   }
   .md .row .tablet-auto:nth-last-child(18),
   .md .row .tablet-auto:nth-last-child(18) ~ .tablet-auto {
     width: 5.55555556%;
     width: calc((100% - 16px*17) / 18);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(18),
   .md .row.no-gap .tablet-auto:nth-last-child(18) ~ .tablet-auto {
     width: 5.55555556%;
   }
   .md .row .tablet-auto:nth-last-child(19),
   .md .row .tablet-auto:nth-last-child(19) ~ .tablet-auto {
     width: 5.26315789%;
     width: calc((100% - 16px*18) / 19);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(19),
   .md .row.no-gap .tablet-auto:nth-last-child(19) ~ .tablet-auto {
     width: 5.26315789%;
   }
   .md .row .tablet-auto:nth-last-child(20),
   .md .row .tablet-auto:nth-last-child(20) ~ .tablet-auto {
     width: 5%;
     width: calc((100% - 16px*19) / 20);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(20),
   .md .row.no-gap .tablet-auto:nth-last-child(20) ~ .tablet-auto {
     width: 5%;
   }
   .md .row .tablet-auto:nth-last-child(21),
   .md .row .tablet-auto:nth-last-child(21) ~ .tablet-auto {
     width: 4.76190476%;
     width: calc((100% - 16px*20) / 21);
   }
   .md .row.no-gap .tablet-auto:nth-last-child(21),
   .md .row.no-gap .tablet-auto:nth-last-child(21) ~ .tablet-auto {
     width: 4.76190476%;
   }
 }
 @media (min-width: 1025px) {
   .md .row .desktop-100 {
     width: 100%;
     width: calc((100% - 16px*0) / 1);
   }
   .md .row.no-gap .desktop-100 {
     width: 100%;
   }
   .md .row .desktop-95 {
     width: 95%;
     width: calc((100% - 16px*0.05263157894736836) / 1.0526315789473684);
   }
   .md .row.no-gap .desktop-95 {
     width: 95%;
   }
   .md .row .desktop-90 {
     width: 90%;
     width: calc((100% - 16px*0.11111111111111116) / 1.1111111111111112);
   }
   .md .row.no-gap .desktop-90 {
     width: 90%;
   }
   .md .row .desktop-85 {
     width: 85%;
     width: calc((100% - 16px*0.17647058823529416) / 1.1764705882352942);
   }
   .md .row.no-gap .desktop-85 {
     width: 85%;
   }
   .md .row .desktop-80 {
     width: 80%;
     width: calc((100% - 16px*0.25) / 1.25);
   }
   .md .row.no-gap .desktop-80 {
     width: 80%;
   }
   .md .row .desktop-75 {
     width: 75%;
     width: calc((100% - 16px*0.33333333333333326) / 1.3333333333333333);
   }
   .md .row.no-gap .desktop-75 {
     width: 75%;
   }
   .md .row .desktop-70 {
     width: 70%;
     width: calc((100% - 16px*0.4285714285714286) / 1.4285714285714286);
   }
   .md .row.no-gap .desktop-70 {
     width: 70%;
   }
   .md .row .desktop-66 {
     width: 66.66666666666666%;
     width: calc((100% - 16px*0.5000000000000002) / 1.5000000000000002);
   }
   .md .row.no-gap .desktop-66 {
     width: 66.66666666666666%;
   }
   .md .row .desktop-65 {
     width: 65%;
     width: calc((100% - 16px*0.5384615384615385) / 1.5384615384615385);
   }
   .md .row.no-gap .desktop-65 {
     width: 65%;
   }
   .md .row .desktop-60 {
     width: 60%;
     width: calc((100% - 16px*0.6666666666666667) / 1.6666666666666667);
   }
   .md .row.no-gap .desktop-60 {
     width: 60%;
   }
   .md .row .desktop-55 {
     width: 55%;
     width: calc((100% - 16px*0.8181818181818181) / 1.8181818181818181);
   }
   .md .row.no-gap .desktop-55 {
     width: 55%;
   }
   .md .row .desktop-50 {
     width: 50%;
     width: calc((100% - 16px*1) / 2);
   }
   .md .row.no-gap .desktop-50 {
     width: 50%;
   }
   .md .row .desktop-45 {
     width: 45%;
     width: calc((100% - 16px*1.2222222222222223) / 2.2222222222222223);
   }
   .md .row.no-gap .desktop-45 {
     width: 45%;
   }
   .md .row .desktop-40 {
     width: 40%;
     width: calc((100% - 16px*1.5) / 2.5);
   }
   .md .row.no-gap .desktop-40 {
     width: 40%;
   }
   .md .row .desktop-35 {
     width: 35%;
     width: calc((100% - 16px*1.8571428571428572) / 2.857142857142857);
   }
   .md .row.no-gap .desktop-35 {
     width: 35%;
   }
   .md .row .desktop-33 {
     width: 33.333333333333336%;
     width: calc((100% - 16px*2) / 3);
   }
   .md .row.no-gap .desktop-33 {
     width: 33.333333333333336%;
   }
   .md .row .desktop-30 {
     width: 30%;
     width: calc((100% - 16px*2.3333333333333335) / 3.3333333333333335);
   }
   .md .row.no-gap .desktop-30 {
     width: 30%;
   }
   .md .row .desktop-25 {
     width: 25%;
     width: calc((100% - 16px*3) / 4);
   }
   .md .row.no-gap .desktop-25 {
     width: 25%;
   }
   .md .row .desktop-20 {
     width: 20%;
     width: calc((100% - 16px*4) / 5);
   }
   .md .row.no-gap .desktop-20 {
     width: 20%;
   }
   .md .row .desktop-15 {
     width: 15%;
     width: calc((100% - 16px*5.666666666666667) / 6.666666666666667);
   }
   .md .row.no-gap .desktop-15 {
     width: 15%;
   }
   .md .row .desktop-10 {
     width: 10%;
     width: calc((100% - 16px*9) / 10);
   }
   .md .row.no-gap .desktop-10 {
     width: 10%;
   }
   .md .row .desktop-5 {
     width: 5%;
     width: calc((100% - 16px*19) / 20);
   }
   .md .row.no-gap .desktop-5 {
     width: 5%;
   }
   .md .row .desktop-auto:nth-last-child(1),
   .md .row .desktop-auto:nth-last-child(1) ~ .desktop-auto {
     width: 100%;
     width: calc((100% - 16px*0) / 1);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(1),
   .md .row.no-gap .desktop-auto:nth-last-child(1) ~ .desktop-auto {
     width: 100%;
   }
   .md .row .desktop-auto:nth-last-child(2),
   .md .row .desktop-auto:nth-last-child(2) ~ .desktop-auto {
     width: 50%;
     width: calc((100% - 16px*1) / 2);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(2),
   .md .row.no-gap .desktop-auto:nth-last-child(2) ~ .desktop-auto {
     width: 50%;
   }
   .md .row .desktop-auto:nth-last-child(3),
   .md .row .desktop-auto:nth-last-child(3) ~ .desktop-auto {
     width: 33.33333333%;
     width: calc((100% - 16px*2) / 3);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(3),
   .md .row.no-gap .desktop-auto:nth-last-child(3) ~ .desktop-auto {
     width: 33.33333333%;
   }
   .md .row .desktop-auto:nth-last-child(4),
   .md .row .desktop-auto:nth-last-child(4) ~ .desktop-auto {
     width: 25%;
     width: calc((100% - 16px*3) / 4);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(4),
   .md .row.no-gap .desktop-auto:nth-last-child(4) ~ .desktop-auto {
     width: 25%;
   }
   .md .row .desktop-auto:nth-last-child(5),
   .md .row .desktop-auto:nth-last-child(5) ~ .desktop-auto {
     width: 20%;
     width: calc((100% - 16px*4) / 5);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(5),
   .md .row.no-gap .desktop-auto:nth-last-child(5) ~ .desktop-auto {
     width: 20%;
   }
   .md .row .desktop-auto:nth-last-child(6),
   .md .row .desktop-auto:nth-last-child(6) ~ .desktop-auto {
     width: 16.66666667%;
     width: calc((100% - 16px*5) / 6);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(6),
   .md .row.no-gap .desktop-auto:nth-last-child(6) ~ .desktop-auto {
     width: 16.66666667%;
   }
   .md .row .desktop-auto:nth-last-child(7),
   .md .row .desktop-auto:nth-last-child(7) ~ .desktop-auto {
     width: 14.28571429%;
     width: calc((100% - 16px*6) / 7);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(7),
   .md .row.no-gap .desktop-auto:nth-last-child(7) ~ .desktop-auto {
     width: 14.28571429%;
   }
   .md .row .desktop-auto:nth-last-child(8),
   .md .row .desktop-auto:nth-last-child(8) ~ .desktop-auto {
     width: 12.5%;
     width: calc((100% - 16px*7) / 8);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(8),
   .md .row.no-gap .desktop-auto:nth-last-child(8) ~ .desktop-auto {
     width: 12.5%;
   }
   .md .row .desktop-auto:nth-last-child(9),
   .md .row .desktop-auto:nth-last-child(9) ~ .desktop-auto {
     width: 11.11111111%;
     width: calc((100% - 16px*8) / 9);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(9),
   .md .row.no-gap .desktop-auto:nth-last-child(9) ~ .desktop-auto {
     width: 11.11111111%;
   }
   .md .row .desktop-auto:nth-last-child(10),
   .md .row .desktop-auto:nth-last-child(10) ~ .desktop-auto {
     width: 10%;
     width: calc((100% - 16px*9) / 10);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(10),
   .md .row.no-gap .desktop-auto:nth-last-child(10) ~ .desktop-auto {
     width: 10%;
   }
   .md .row .desktop-auto:nth-last-child(11),
   .md .row .desktop-auto:nth-last-child(11) ~ .desktop-auto {
     width: 9.09090909%;
     width: calc((100% - 16px*10) / 11);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(11),
   .md .row.no-gap .desktop-auto:nth-last-child(11) ~ .desktop-auto {
     width: 9.09090909%;
   }
   .md .row .desktop-auto:nth-last-child(12),
   .md .row .desktop-auto:nth-last-child(12) ~ .desktop-auto {
     width: 8.33333333%;
     width: calc((100% - 16px*11) / 12);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(12),
   .md .row.no-gap .desktop-auto:nth-last-child(12) ~ .desktop-auto {
     width: 8.33333333%;
   }
   .md .row .desktop-auto:nth-last-child(13),
   .md .row .desktop-auto:nth-last-child(13) ~ .desktop-auto {
     width: 7.69230769%;
     width: calc((100% - 16px*12) / 13);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(13),
   .md .row.no-gap .desktop-auto:nth-last-child(13) ~ .desktop-auto {
     width: 7.69230769%;
   }
   .md .row .desktop-auto:nth-last-child(14),
   .md .row .desktop-auto:nth-last-child(14) ~ .desktop-auto {
     width: 7.14285714%;
     width: calc((100% - 16px*13) / 14);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(14),
   .md .row.no-gap .desktop-auto:nth-last-child(14) ~ .desktop-auto {
     width: 7.14285714%;
   }
   .md .row .desktop-auto:nth-last-child(15),
   .md .row .desktop-auto:nth-last-child(15) ~ .desktop-auto {
     width: 6.66666667%;
     width: calc((100% - 16px*14) / 15);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(15),
   .md .row.no-gap .desktop-auto:nth-last-child(15) ~ .desktop-auto {
     width: 6.66666667%;
   }
   .md .row .desktop-auto:nth-last-child(16),
   .md .row .desktop-auto:nth-last-child(16) ~ .desktop-auto {
     width: 6.25%;
     width: calc((100% - 16px*15) / 16);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(16),
   .md .row.no-gap .desktop-auto:nth-last-child(16) ~ .desktop-auto {
     width: 6.25%;
   }
   .md .row .desktop-auto:nth-last-child(17),
   .md .row .desktop-auto:nth-last-child(17) ~ .desktop-auto {
     width: 5.88235294%;
     width: calc((100% - 16px*16) / 17);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(17),
   .md .row.no-gap .desktop-auto:nth-last-child(17) ~ .desktop-auto {
     width: 5.88235294%;
   }
   .md .row .desktop-auto:nth-last-child(18),
   .md .row .desktop-auto:nth-last-child(18) ~ .desktop-auto {
     width: 5.55555556%;
     width: calc((100% - 16px*17) / 18);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(18),
   .md .row.no-gap .desktop-auto:nth-last-child(18) ~ .desktop-auto {
     width: 5.55555556%;
   }
   .md .row .desktop-auto:nth-last-child(19),
   .md .row .desktop-auto:nth-last-child(19) ~ .desktop-auto {
     width: 5.26315789%;
     width: calc((100% - 16px*18) / 19);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(19),
   .md .row.no-gap .desktop-auto:nth-last-child(19) ~ .desktop-auto {
     width: 5.26315789%;
   }
   .md .row .desktop-auto:nth-last-child(20),
   .md .row .desktop-auto:nth-last-child(20) ~ .desktop-auto {
     width: 5%;
     width: calc((100% - 16px*19) / 20);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(20),
   .md .row.no-gap .desktop-auto:nth-last-child(20) ~ .desktop-auto {
     width: 5%;
   }
   .md .row .desktop-auto:nth-last-child(21),
   .md .row .desktop-auto:nth-last-child(21) ~ .desktop-auto {
     width: 4.76190476%;
     width: calc((100% - 16px*20) / 21);
   }
   .md .row.no-gap .desktop-auto:nth-last-child(21),
   .md .row.no-gap .desktop-auto:nth-last-child(21) ~ .desktop-auto {
     width: 4.76190476%;
   }
 }
 /* === Calendar/Datepicker === */
 .calendar {
   overflow: hidden;
   height: 320px;
   width: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .calendar.modal-in {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 @media (orientation: landscape) and (max-height: 415px) {
   .calendar.calendar-sheet {
     height: 220px;
   }
   .calendar.calendar-modal {
     height: calc(100vh - 44px);
   }
 }
 .calendar.calendar-inline,
 .calendar.calendar-popover .calendar {
   position: relative;
 }
 .calendar-modal {
   position: absolute;
   height: 420px;
   overflow: hidden;
   top: 50%;
   left: 50%;
   min-width: 300px;
   max-width: 380px;
   -webkit-transform: translate3d(-50%, 100%, 0);
   transform: translate3d(-50%, 100%, 0);
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   z-index: 12000;
   background: var(--color-white);
   width: 90%;
   border-radius: 4px;
   -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
   box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
 }
 .calendar-modal.modal-in,
 .calendar-modal.modal-out {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 .calendar-modal.modal-in {
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
 }
 .calendar-modal.modal-out {
   -webkit-transform: translate3d(-50%, 100%, 0);
   transform: translate3d(-50%, 100%, 0);
 }
 .calendar-popover {
   width: 320px;
 }
 .calendar-popover .calendar {
   height: 320px;
 }
 .calendar-week-header {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   font-size: 11px;
 }
 .calendar-week-header .calendar-week-day {
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   width: 14.28571429%;
   width: calc(100% / 7);
   text-align: center;
 }
 .calendar-months {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   -webkit-flex-shrink: 10;
   -ms-flex-negative: 10;
   flex-shrink: 10;
 }
 .calendar-months-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   -webkit-transition: 300ms;
   transition: 300ms;
 }
 .calendar-month {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
 }
 .calendar-row {
   height: 16.66666667%;
   height: calc(100% / 6);
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   width: 100%;
   position: relative;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .calendar-day {
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   width: 14.28571429%;
   width: calc(100% / 7);
   text-align: center;
   cursor: pointer;
   z-index: 20;
   color: var(--color-black);
   height: 100%;
 }
 .calendar-day.calendar-day-prev,
 .calendar-day.calendar-day-next {
   color: #b8b8b8;
 }
 .calendar-day.calendar-day-disabled {
   color: #d4d4d4;
   cursor: auto;
 }
 .calendar-day.calendar-day-selected .calendar-day-number {
   color: var(--color-white);
 }
 .calendar-day .calendar-day-number {
   display: inline-block;
   border-radius: 100%;
   position: relative;
 }
 .calendar-day .calendar-day-events {
   position: absolute;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   left: 0;
   width: 100%;
   top: 100%;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-top: 1px;
 }
 .calendar-day .calendar-day-event {
   width: 4px;
   height: 4px;
   border-radius: 50%;
 }
 .calendar-day .calendar-day-event + .calendar-day-event {
   margin-left: 2px;
 }
 .calendar-range .calendar-day.calendar-day-selected {
   -webkit-box-align: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   -webkit-align-content: stretch;
   -ms-flex-line-pack: stretch;
   align-content: stretch;
 }
 .calendar-range .calendar-day.calendar-day-selected .calendar-day-number {
   width: 100%;
   border-radius: 0;
   height: auto;
   text-align: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .calendar-month-selector,
 .calendar-year-selector {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   width: 50%;
   max-width: 200px;
   -webkit-flex-shrink: 10;
   -ms-flex-negative: 10;
   flex-shrink: 10;
 }
 .calendar-month-selector .calendar-day-number,
 .calendar-year-selector .calendar-day-number {
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   position: relative;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 .ios .calendar-header {
   height: 44px;
   background: var(--nav-bg);
   font-size: 17px;
   line-height: 44px;
   font-weight: 600;
   padding: 0 8px;
   position: relative;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .ios .calendar-footer {
   position: relative;
   padding: 0 8px;
   width: 100%;
   height: 44px;
   background: var(--nav-bg);
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 17px;
 }
 .ios .calendar-footer:before {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .calendar-footer:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .calendar-footer:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .calendar-week-header {
   background: var(--nav-bg);
   height: 18px;
 }
 .ios .calendar-week-header .calendar-week-day {
   line-height: 18px;
 }
 .ios .calendar-row:before {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .calendar-row:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .calendar-row:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .calendar-day {
   font-size: 15px;
 }
 .ios .calendar-day.calendar-day-today .calendar-day-number {
   background: #e3e3e3;
 }
 .ios .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-blue-color);
 }
 .ios .calendar-day .calendar-day-number {
   width: 30px;
   height: 30px;
   line-height: 30px;
 }
 .ios .calendar-day .calendar-day-event {
   background: var(--theme-blue-color);
 }
 .ios .calendar-month-selector a.icon-only,
 .ios .calendar-year-selector a.icon-only {
   min-width: 36px;
 }
 .ios .calendar-sheet:before {
   content: '';
   position: absolute;
   background-color: #929499;
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .calendar-sheet:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .calendar-sheet:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .calendar-sheet {
   background: var(--color-white);
 }
 .ios .calendar-sheet:before {
   z-index: 600;
 }
 .ios .calendar-sheet .toolbar:before {
   display: none !important;
 }
 .ios .calendar-modal .toolbar:before,
 .ios .calendar-popover .toolbar:before {
   display: none !important;
 }
 .ios .calendar-modal .calendar-months:first-child .calendar-row:first-child:before,
 .ios .calendar-popover .calendar-months:first-child .calendar-row:first-child:before {
   display: none !important;
 }
 .ios .calendar-popover .toolbar {
   background: none;
 }
 .ios .calendar-popover .calendar-week-header,
 .ios .calendar-popover .calendar-header,
 .ios .calendar-popover .calendar-footer {
   background: none;
 }
 .ios.device-iphone-x .calendar-sheet .sheet-modal-inner {
   margin-bottom: constant(safe-area-inset-bottom);
   margin-bottom: env(safe-area-inset-bottom);
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge.calendar .calendar-row,
   .ios.device-iphone-x .ios-edges.calendar .calendar-row,
   .ios.device-iphone-x .popup.calendar .calendar-row,
   .ios.device-iphone-x .sheet-modal.calendar .calendar-row,
   .ios.device-iphone-x .panel-left.calendar .calendar-row,
   .ios.device-iphone-x .ios-left-edge .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .ios.device-iphone-x .ios-edges .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .ios.device-iphone-x .popup .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .ios.device-iphone-x .sheet-modal .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .ios.device-iphone-x .panel-left .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .ios.device-iphone-x .ios-left-edge.calendar .calendar-week-header,
   .ios.device-iphone-x .ios-edges.calendar .calendar-week-header,
   .ios.device-iphone-x .popup.calendar .calendar-week-header,
   .ios.device-iphone-x .sheet-modal.calendar .calendar-week-header,
   .ios.device-iphone-x .panel-left.calendar .calendar-week-header,
   .ios.device-iphone-x .ios-left-edge .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header,
   .ios.device-iphone-x .ios-edges .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header,
   .ios.device-iphone-x .popup .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header,
   .ios.device-iphone-x .sheet-modal .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header,
   .ios.device-iphone-x .panel-left .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header {
     padding-left: constant(safe-area-inset-left);
     padding-left: env(safe-area-inset-left);
   }
   .ios.device-iphone-x .ios-right-edge.calendar .calendar-row,
   .ios.device-iphone-x .ios-edges.calendar .calendar-row,
   .ios.device-iphone-x .popup.calendar .calendar-row,
   .ios.device-iphone-x .sheet-modal.calendar .calendar-row,
   .ios.device-iphone-x .panel-right.calendar .calendar-row,
   .ios.device-iphone-x .ios-right-edge .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .ios.device-iphone-x .ios-edges .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .ios.device-iphone-x .popup .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .ios.device-iphone-x .sheet-modal .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .ios.device-iphone-x .panel-right .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .ios.device-iphone-x .ios-right-edge.calendar .calendar-week-header,
   .ios.device-iphone-x .ios-edges.calendar .calendar-week-header,
   .ios.device-iphone-x .popup.calendar .calendar-week-header,
   .ios.device-iphone-x .sheet-modal.calendar .calendar-week-header,
   .ios.device-iphone-x .panel-right.calendar .calendar-week-header,
   .ios.device-iphone-x .ios-right-edge .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header,
   .ios.device-iphone-x .ios-edges .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header,
   .ios.device-iphone-x .popup .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header,
   .ios.device-iphone-x .sheet-modal .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header,
   .ios.device-iphone-x .panel-right .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header {
     padding-right: constant(safe-area-inset-right);
     padding-right: env(safe-area-inset-right);
   }
 }
 .ios .theme-dark .calendar .calendar-header,
 .calendar.ios .theme-dark .calendar-header,
 .ios .theme-dark .calendar .calendar-week-header,
 .calendar.ios .theme-dark .calendar-week-header,
 .ios .theme-dark .calendar .calendar-footer,
 .calendar.ios .theme-dark .calendar-footer {
   background-color: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .calendar-popover .calendar-week-header {
   background-color: transparent;
 }
 .ios .theme-dark .calendar-footer:before,
 .ios .theme-dark .calendar-row:before,
 .ios .theme-dark .calendar-sheet:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .calendar-day {
   color: var(--color-white);
 }
 .ios .theme-dark .calendar-day.calendar-day-today:not(.calendar-day-selected) .calendar-day-number {
   background: #333;
 }
 .ios .theme-dark .calendar-day.calendar-day-disabled {
   color: #8E8E93;
 }
 .ios .theme-dark .calendar-day.calendar-day-prev,
 .ios .theme-dark .calendar-day.calendar-day-next {
   color: #555;
 }
 .ios .theme-dark .calendar-modal,
 .calendar-modal.ios .theme-dark,
 .ios .theme-dark .calendar-sheet {
   background: var(--theme-dark-page-bg);
 }
 .ios .color-theme-red .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-red .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-red-color);
 }
 .ios .color-theme-red .calendar-day .calendar-day-event,
 .ios .color-red .calendar-day .calendar-day-event {
   background: var(--theme-red-color);
 }
 .ios .color-theme-green .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-green .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-green-color);
 }
 .ios .color-theme-green .calendar-day .calendar-day-event,
 .ios .color-green .calendar-day .calendar-day-event {
   background: var(--theme-green-color);
 }
 .ios .color-theme-blue .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-blue .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-blue-color);
 }
 .ios .color-theme-blue .calendar-day .calendar-day-event,
 .ios .color-blue .calendar-day .calendar-day-event {
   background: var(--theme-blue-color);
 }
 .ios .color-theme-pink .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-pink .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .calendar-day .calendar-day-event,
 .ios .color-pink .calendar-day .calendar-day-event {
   background: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-yellow .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .calendar-day .calendar-day-event,
 .ios .color-yellow .calendar-day .calendar-day-event {
   background: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-orange .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-orange-color);
 }
 .ios .color-theme-orange .calendar-day .calendar-day-event,
 .ios .color-orange .calendar-day .calendar-day-event {
   background: var(--theme-orange-color);
 }
 .ios .color-theme-gray .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-gray .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-gray-color);
 }
 .ios .color-theme-gray .calendar-day .calendar-day-event,
 .ios .color-gray .calendar-day .calendar-day-event {
   background: var(--theme-gray-color);
 }
 .ios .color-theme-white .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-white .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-white-color);
 }
 .ios .color-theme-white .calendar-day .calendar-day-event,
 .ios .color-white .calendar-day .calendar-day-event {
   background: var(--theme-white-color);
 }
 .ios .color-theme-black .calendar-day.calendar-day-selected .calendar-day-number,
 .ios .color-black .calendar-day.calendar-day-selected .calendar-day-number {
   background: var(--theme-black-color);
 }
 .ios .color-theme-black .calendar-day .calendar-day-event,
 .ios .color-black .calendar-day .calendar-day-event {
   background: var(--theme-black-color);
 }
















 .md.device-pixel-ratio-2 .calendar-sheet:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .calendar-sheet:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .md.device-iphone-x .calendar-sheet .sheet-modal-inner {
   margin-bottom: constant(safe-area-inset-bottom);
   margin-bottom: env(safe-area-inset-bottom);
 }
 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge.calendar .calendar-row,
   .md.device-iphone-x .ios-edges.calendar .calendar-row,
   .md.device-iphone-x .popup.calendar .calendar-row,
   .md.device-iphone-x .sheet-modal.calendar .calendar-row,
   .md.device-iphone-x .panel-left.calendar .calendar-row,
   .md.device-iphone-x .ios-left-edge .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .md.device-iphone-x .ios-edges .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .md.device-iphone-x .popup .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .md.device-iphone-x .sheet-modal .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .md.device-iphone-x .panel-left .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-row,
   .md.device-iphone-x .ios-left-edge.calendar .calendar-week-header,
   .md.device-iphone-x .ios-edges.calendar .calendar-week-header,
   .md.device-iphone-x .popup.calendar .calendar-week-header,
   .md.device-iphone-x .sheet-modal.calendar .calendar-week-header,
   .md.device-iphone-x .panel-left.calendar .calendar-week-header,
   .md.device-iphone-x .ios-left-edge .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header,
   .md.device-iphone-x .ios-edges .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header,
   .md.device-iphone-x .popup .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header,
   .md.device-iphone-x .sheet-modal .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header,
   .md.device-iphone-x .panel-left .calendar:not(.no-ios-edges):not(.no-ios-left-edge) .calendar-week-header {
     padding-left: constant(safe-area-inset-left);
     padding-left: env(safe-area-inset-left);
   }
   .md.device-iphone-x .ios-right-edge.calendar .calendar-row,
   .md.device-iphone-x .ios-edges.calendar .calendar-row,
   .md.device-iphone-x .popup.calendar .calendar-row,
   .md.device-iphone-x .sheet-modal.calendar .calendar-row,
   .md.device-iphone-x .panel-right.calendar .calendar-row,
   .md.device-iphone-x .ios-right-edge .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .md.device-iphone-x .ios-edges .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .md.device-iphone-x .popup .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .md.device-iphone-x .sheet-modal .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .md.device-iphone-x .panel-right .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-row,
   .md.device-iphone-x .ios-right-edge.calendar .calendar-week-header,
   .md.device-iphone-x .ios-edges.calendar .calendar-week-header,
   .md.device-iphone-x .popup.calendar .calendar-week-header,
   .md.device-iphone-x .sheet-modal.calendar .calendar-week-header,
   .md.device-iphone-x .panel-right.calendar .calendar-week-header,
   .md.device-iphone-x .ios-right-edge .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header,
   .md.device-iphone-x .ios-edges .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header,
   .md.device-iphone-x .popup .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header,
   .md.device-iphone-x .sheet-modal .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header,
   .md.device-iphone-x .panel-right .calendar:not(.no-ios-edges):not(.no-ios-right-edge) .calendar-week-header {
     padding-right: constant(safe-area-inset-right);
     padding-right: env(safe-area-inset-right);
   }
 }
























































 /* === Picker === */
 .picker {
   width: 100%;
   height: 260px;
 }
 .picker.picker-inline,
 .popover .picker {
   height: 200px;
 }
 @media (orientation: landscape) and (max-height: 415px) {
   .picker:not(.picker-inline) {
     height: 200px;
   }
 }
 .picker-popover {
   width: 280px;
 }
 .picker-columns {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   overflow: hidden;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 0;
   text-align: right;
   height: 100%;
   position: relative;
   -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
 }
 .picker-column {
   position: relative;
   max-height: 100%;
 }
 .picker-column.picker-column-first:before,
 .picker-column.picker-column-last:after {
   height: 100%;
   width: 100vw;
   position: absolute;
   content: '';
   top: 0;
 }
 .picker-column.picker-column-first:before {
   right: 100%;
 }
 .picker-column.picker-column-last:after {
   left: 100%;
 }
 .picker-column.picker-column-left {
   text-align: left;
 }
 .picker-column.picker-column-center {
   text-align: center;
 }
 .picker-column.picker-column-right {
   text-align: right;
 }
 .picker-column.picker-column-divider {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .picker-items {
   -webkit-transition: 300ms;
   transition: 300ms;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
 }
 .picker-item {
   height: 36px;
   line-height: 36px;
   white-space: nowrap;
   position: relative;
   overflow: hidden;
   text-overflow: ellipsis;
   left: 0;
   top: 0;
   width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: 300ms;
   transition: 300ms;
 }
 .picker-item span {
   padding: 0 10px;
 }
 .picker-column-absolute .picker-item {
   position: absolute;
 }
 .picker-item.picker-item-far {
   pointer-events: none;
 }
 .picker-item.picker-item-selected {
   -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
   transform: translate3d(0, 0, 0) rotateX(0deg);
 }
 .picker-center-highlight {
   height: 36px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: absolute;
   left: 0;
   width: 100%;
   top: 50%;
   margin-top: -18px;
   pointer-events: none;
 }
 .picker-3d .picker-columns {
   overflow: hidden;
   -webkit-perspective: 1200px;
   perspective: 1200px;
 }
 .picker-3d .picker-column,
 .picker-3d .picker-items,
 .picker-3d .picker-item {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
 }
 .picker-3d .picker-column {
   overflow: visible;
 }
 .picker-3d .picker-item {
   -webkit-transform-origin: center center -110px;
   transform-origin: center center -110px;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
 }
 .ios .picker-columns {
   font-size: 24px;
 }
 .ios .picker-column-divider {
   color: var(--color-black);
 }
 .ios .picker-item {
   color: #707274;
 }
 .ios .picker-item.picker-item-selected {
   color: var(--color-black);
 }
 .ios .picker-popover .toolbar {
   background: none;
 }
 .ios .picker-popover .toolbar:before {
   display: none !important;
 }
 .ios .picker-popover .picker > .toolbar + .picker-columns {
   height: calc(100% - 44px);
 }
 .ios .picker-popover .toolbar:after {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .picker-popover .toolbar:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .picker-popover .toolbar:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .picker-center-highlight:before {
   content: '';
   position: absolute;
   background-color: #a8abb0;
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .picker-center-highlight:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .picker-center-highlight:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .picker-center-highlight:after {
   content: '';
   position: absolute;
   background-color: #a8abb0;
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .picker-center-highlight:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .picker-center-highlight:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .theme-dark .picker-item.picker-item-selected {
   color: var(--color-white);
 }
 .ios .theme-dark .picker-popover .toolbar:after,
 .picker-popover.ios .theme-dark .toolbar:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .picker-center-highlight:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .picker-center-highlight:after {
   background-color: var(--theme-dark-nav-line);
 }





 .md.device-pixel-ratio-2 .picker-center-highlight:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .picker-center-highlight:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }

 .md.device-pixel-ratio-2 .picker-center-highlight:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .picker-center-highlight:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }



 /* === Infinite === */
 .infinite-scroll-preloader {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
 }
 .infinite-scroll-preloader.preloader {
   display: block;
 }
 .ios .infinite-scroll-preloader {
   margin-top: 35px;
   margin-bottom: 35px;
 }
 .ios .infinite-scroll-preloader .preloader,
 .ios .infinite-scroll-preloader.preloader {
   width: 27px;
   height: 27px;
 }

 /* === PTR === */
 .ptr-preloader .preloader {
   position: absolute;
   left: 50%;
 }
 .ios .ptr-preloader {
   position: relative;
   height: 44px;
   margin-top: -44px;
   width: 100%;
   left: 0;
   top: 0;
 }
 .ios .ptr-preloader .preloader {
   width: 27px;
   height: 27px;
   margin-left: -13px;
   margin-top: -13px;
   visibility: hidden;
   top: 50%;
 }
 .ios .ptr-arrow {
   position: absolute;
   left: 50%;
   top: 50%;
   background: no-repeat center;
   z-index: 10;
   -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
   transform: rotate(0deg) translate3d(0, 0, 0);
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   width: 13px;
   height: 20px;
   margin-left: -6px;
   margin-top: -10px;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
   background-size: 13px 20px;
   visibility: visible;
 }
 .ios .ptr-content:not(.ptr-refreshing) .ptr-preloader .preloader {
   -webkit-animation: none;
   animation: none;
 }
 .ios .ptr-transitioning,
 .ios .ptr-refreshing {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
 }
 .ios .ptr-refreshing {
   -webkit-transform: translate3d(0, 44px, 0);
   transform: translate3d(0, 44px, 0);
 }
 .ios .ptr-refreshing .ptr-arrow {
   visibility: hidden;
 }
 .ios .ptr-refreshing .ptr-preloader .preloader {
   visibility: visible;
 }
 .ios .ptr-pull-up .ptr-arrow {
   -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
   transform: rotate(180deg) translate3d(0, 0, 0);
 }
 .ios .ptr-no-navbar {
   margin-top: -44px;
   height: calc(100% + 44px);
 }
 .ios .ptr-no-navbar .ptr-preloader {
   margin-top: 0;
 }

 @media (min-width: 768px) {
   .md .ptr-preloader {
     top: 24px;
   }
 }













 @media (min-width: 768px) {
   .md .page-with-subnavbar .ptr-preloader,
   .md .toolbar:not(.toolbar-bottom-md) ~ .ptr-content .ptr-preloader,
   .md .searchbar ~ .ptr-content .ptr-preloader {
     top: 72px;
   }
 }
 /* === Images Lazy Loading === */
 .lazy-loaded.lazy-fade-in {
   -webkit-animation: lazyFadeIn 600ms;
   animation: lazyFadeIn 600ms;
 }
 @-webkit-keyframes lazyFadeIn {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
 @keyframes lazyFadeIn {
   from {
     opacity: 0;
   }
   to {
     opacity: 1;
   }
 }
 /* === Data Table === */
 .data-table {
   overflow-x: auto;
 }
 .data-table table {
   width: 100%;
   border: none;
   padding: 0;
   margin: 0;
   border-collapse: collapse;
   text-align: left;
 }
 .data-table thead {
   font-size: 12px;
 }
 .data-table thead th,
 .data-table thead td {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   line-height: 16px;
 }
 .data-table thead i.icon,
 .data-table thead i.f7-icons,
 .data-table thead i.material-icons {
   vertical-align: top;
 }
 .data-table th,
 .data-table td {
   padding: 0;
   position: relative;
 }
 .data-table th.numeric-cell,
 .data-table td.numeric-cell {
   text-align: right;
 }
 .data-table th.checkbox-cell,
 .data-table td.checkbox-cell {
   overflow: visible;
 }
 .data-table th.checkbox-cell label + span,
 .data-table td.checkbox-cell label + span {
   margin-left: 8px;
 }
 .data-table th.actions-cell,
 .data-table td.actions-cell {
   text-align: right;
   white-space: nowrap;
 }
 .data-table th a.icon-only,
 .data-table td a.icon-only,
 .card .data-table th a.icon-only,
 .card .data-table td a.icon-only,
 .card.data-table th a.icon-only,
 .card.data-table td a.icon-only {
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   font-size: 0;
   min-width: 0;
 }
 .data-table th a.icon-only i,
 .data-table td a.icon-only i,
 .card .data-table th a.icon-only i,
 .card .data-table td a.icon-only i,
 .card.data-table th a.icon-only i,
 .card.data-table td a.icon-only i {
   font-size: 18px;
   vertical-align: middle;
 }
 .data-table .sortable-cell:not(.input-cell) {
   cursor: pointer;
   position: relative;
 }
 .data-table .sortable-cell.input-cell .table-head-label {
   cursor: pointer;
   position: relative;
 }
 .data-table .sortable-cell:not(.numeric-cell):not(.input-cell):after,
 .data-table .sortable-cell.numeric-cell:not(.input-cell):before,
 .data-table .sortable-cell:not(.numeric-cell).input-cell > .table-head-label:after,
 .data-table .sortable-cell.numeric-cell.input-cell > .table-head-label:before {
   content: '';
   display: inline-block;
   vertical-align: top;
   width: 16px;
   height: 16px;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23000000'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200h24v24H0V0z'%20fill%3D'none'%2F%3E%3Cpath%20d%3D'M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
   background-size: 100% auto;
   background-position: center;
   background-repeat: no-repeat;
   font-size: 0;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transform: rotate(0);
   transform: rotate(0);
   opacity: 0;
 }
 html.device-desktop .data-table .sortable-cell:not(.sortable-cell-active):hover:after,
 html.device-desktop .data-table .sortable-cell:not(.sortable-cell-active) .table-head-label:hover:after,
 html.device-desktop .data-table .sortable-cell:not(.sortable-cell-active):hover:before,
 html.device-desktop .data-table .sortable-cell:not(.sortable-cell-active) .table-head-label:hover:before {
   opacity: 0.54;
 }
 .data-table .sortable-cell.sortable-cell-active:after,
 .data-table .sortable-cell.sortable-cell-active .table-head-label:after,
 .data-table .sortable-cell.sortable-cell-active:before,
 .data-table .sortable-cell.sortable-cell-active .table-head-label:before {
   opacity: 0.87 !important;
 }
 .data-table .sortable-cell.sortable-desc:after,
 .data-table .sortable-cell.sortable-desc:after,
 .data-table .table-head-label:after,
 .data-table .sortable-cell.sortable-desc:before,
 .data-table .sortable-cell.sortable-desc:before,
 .data-table .table-head-label:before {
   -webkit-transform: rotate(180deg) !important;
   transform: rotate(180deg) !important;
 }
 .data-table.card .card-header,
 .card .data-table .card-header {
   height: 64px;
 }
 .data-table.card .card-content,
 .card .data-table .card-content {
   overflow-x: auto;
 }
 .data-table .data-table-links,
 .data-table .data-table-actions {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .data-table .data-table-actions {
   margin-left: auto;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .data-table .data-table-actions a.link {
   min-width: 0;
 }
 .data-table .data-table-actions a.link.icon-only {
   line-height: 1;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 0;
 }
 .data-table .data-table-header,
 .data-table .data-table-header-selected {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
 }
 .data-table .data-table-header-selected {
   display: none;
 }
 .data-table.data-table-has-checked .data-table-header {
   display: none;
 }
 .data-table.data-table-has-checked .data-table-header-selected {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .data-table .data-table-title-selected {
   font-size: 14px;
 }
 .data-table .data-table-footer {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
   font-size: 12px;
   overflow: hidden;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
 }
 .data-table .data-table-rows-select,
 .data-table .data-table-pagination {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 @media (max-width: 480px) and (orientation: portrait) {
   .data-table.data-table-collapsible thead {
     display: none;
   }
   .data-table.data-table-collapsible tbody,
   .data-table.data-table-collapsible tr,
   .data-table.data-table-collapsible td {
     display: block;
   }
   .data-table.data-table-collapsible tr {
     position: relative;
   }
   .data-table.data-table-collapsible tr:hover {
     background-color: inherit;
   }
   .data-table.data-table-collapsible td {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-align-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     text-align: left;
   }
   .data-table.data-table-collapsible td:before {
     display: none !important;
   }
   .data-table.data-table-collapsible td:not(.checkbox-cell):before {
     width: 40%;
     display: block !important;
     content: attr(data-collapsible-title);
     position: relative;
     height: auto;
     background: none !important;
     -webkit-transform: none !important;
     transform: none !important;
     font-size: 12px;
     margin-right: 16px;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
   }
   .data-table.data-table-collapsible td.checkbox-cell {
     position: absolute;
     top: 0;
     left: 0;
   }
   .data-table.data-table-collapsible td.checkbox-cell + td {
     padding-left: 16px;
   }
   .data-table.data-table-collapsible td.checkbox-cell ~ td {
     margin-left: 32px;
   }
 }
 .data-table .tablet-only,
 .data-table .tablet-landscape-only {
   display: none;
 }
 @media (min-width: 768px) {
   .data-table .tablet-only {
     display: table-cell;
   }
 }
 @media (min-width: 768px) and (orientation: landscape) {
   .data-table .tablet-landscape-only {
     display: table-cell;
   }
 }
 .theme-dark .data-table .sortable-cell:not(.numeric-cell):not(.input-cell):after,
 .theme-dark .data-table .sortable-cell.numeric-cell:not(.input-cell):before,
 .theme-dark .data-table .sortable-cell:not(.numeric-cell).input-cell > .table-head-label:after,
 .theme-dark .data-table .sortable-cell.numeric-cell.input-cell > .table-head-label:before {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D'%23fff'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200h24v24H0V0z'%20fill%3D'none'%2F%3E%3Cpath%20d%3D'M20%2012l-1.41-1.41L13%2016.17V4h-2v12.17l-5.58-5.59L4%2012l8%208%208-8z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .data-table thead th,
 .ios .data-table thead td {
   font-weight: 600;
 }
 .ios .data-table thead th:not(.sortable-cell-active),
 .ios .data-table thead td:not(.sortable-cell-active) {
   color: #8e8e93;
 }
 .ios .data-table thead i.icon,
 .ios .data-table thead i.f7-icons {
   font-size: 18px;
   width: 18px;
   height: 18px;
 }
 .ios .data-table tbody tr.data-table-row-selected {
   background: var(--nav-bg);
 }
 .ios .data-table th,
 .ios .data-table td {
   padding-left: 15px;
   padding-right: 15px;
   height: 44px;
 }
 .ios .data-table th.checkbox-cell,
 .ios .data-table td.checkbox-cell {
   width: 22px;
   padding-right: 7px;
 }
 .ios .data-table th.checkbox-cell + td,
 .ios .data-table td.checkbox-cell + td,
 .ios .data-table th.checkbox-cell + th,
 .ios .data-table td.checkbox-cell + th {
   padding-left: 8px;
 }
 .ios .data-table th.actions-cell a.link + a.link,
 .ios .data-table td.actions-cell a.link + a.link {
   margin-left: 15px;
 }
 .ios .data-table th.actions-cell a.icon-only,
 .ios .data-table td.actions-cell a.icon-only {
   width: 18px;
   height: 18px;
   line-height: 18px;
 }
 .ios .sortable-cell:not(.numeric-cell):after {
   margin-left: 5px;
 }
 .ios .sortable-cell.numeric-cell:before {
   margin-right: 5px;
 }
 .ios .data-table.card .card-header,
 .ios .card .data-table .card-header,
 .ios .data-table.card .card-footer,
 .ios .card .data-table .card-footer {
   padding-left: 15px;
   padding-right: 8px;
 }
 .ios .data-table-title {
   font-size: 17px;
   font-weight: 600;
 }
 .ios .data-table-links a.link + a.link,
 .ios .data-table-actions a.link + a.link {
   margin-left: 15px;
 }
 .ios .data-table-actions a.link.icon-only {
   width: 44px;
   height: 44px;
 }
 .ios .data-table-actions i.icon,
 .ios .data-table-actions i.f7-icons {
   font-size: 22px;
 }
 .ios .data-table .card-header > .data-table-header,
 .ios .data-table .card-header > .data-table-header-selected {
   padding-top: 10px;
   padding-bottom: 10px;
   height: 100%;
   padding-left: 15px;
   padding-right: 8px;
   margin-left: -15px;
   margin-right: -8px;
 }
 .ios .data-table-header-selected {
   background: rgba(0, 122, 255, 0.1);
 }
 .ios .data-table-title-selected {
   color: var(--theme-blue-color);
 }
 .ios .data-table tbody td:before {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .data-table tbody td:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .data-table tbody td:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios.device-desktop .data-table tbody tr:hover {
   background: var(--nav-bg);
 }
 .ios .data-table-footer {
   height: 44px;
   color: #8e8e93;
 }
 .ios .data-table-rows-select a.link,
 .ios .data-table-pagination a.link {
   width: 44px;
   height: 44px;
 }
 .ios .data-table-rows-select + .data-table-pagination {
   margin-left: 30px;
 }
 .ios .data-table-rows-select .input {
   margin-left: 20px;
 }
 .ios .data-table-pagination-label {
   margin-right: 15px;
 }
 .ios .data-table-footer:before {
   content: '';
   position: absolute;
   background-color: var(--list-line);
   display: block;
   z-index: 15;
   top: 0;
   right: auto;
   bottom: auto;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 0%;
   transform-origin: 50% 0%;
 }
 .ios.device-pixel-ratio-2 .data-table-footer:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .data-table-footer:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .input-cell {
   padding-top: 8px;
   padding-bottom: 8px;
   height: auto;
   vertical-align: top;
 }
 .ios .input-cell .table-head-label + .input {
   margin-top: 4px;
 }
 .ios .input-cell .input {
   height: 24px;
 }
 .ios .input-cell .input input,
 .ios .input-cell .input textarea,
 .ios .input-cell .input select {
   height: 24px;
   color: var(--color-black);
   font-size: 14px;
 }
 @media (max-width: 480px) and (orientation: portrait) {
   .ios .data-table.data-table-collapsible td:not(.checkbox-cell):before {
     color: #8e8e93;
     font-weight: 600;
   }
   .ios .data-table-collapsible tr:before {
     content: '';
     position: absolute;
     background-color: var(--list-line);
     display: block;
     z-index: 15;
     top: 0;
     right: auto;
     bottom: auto;
     left: 0;
     height: 1px;
     width: 100%;
     -webkit-transform-origin: 50% 0%;
     transform-origin: 50% 0%;
   }
   .ios.device-pixel-ratio-2 .data-table-collapsible tr:before {
     -webkit-transform: scaleY(0.5);
     transform: scaleY(0.5);
   }
   .ios.device-pixel-ratio-3 .data-table-collapsible tr:before {
     -webkit-transform: scaleY(0.33);
     transform: scaleY(0.33);
   }
 }
 .ios .theme-dark .data-table tbody td:before,
 .data-table.ios .theme-dark tbody td:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .data-table.data-table-collapsible tr:before,
 .data-table.ios .theme-dark.data-table-collapsible tr:before {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .data-table tbody tr.data-table-row-selected,
 .data-table.ios .theme-dark tbody tr.data-table-row-selected {
   background-color: #363636;
 }
 .ios.device-desktop .theme-dark .data-table tbody tr:hover,
 .ios.device-desktop .theme-dark.data-table tbody tr:hover {
   background: #363636;
 }
 .ios .color-theme-red .data-table-header-selected,
 .ios .data-table-header-selected.color-red {
   background: rgba(255, 59, 48, 0.1);
 }
 .ios .color-theme-red .data-table-title-selected,
 .ios .color-red .data-table-title-selected {
   color: var(--theme-red-color);
 }
 .ios .color-theme-green .data-table-header-selected,
 .ios .data-table-header-selected.color-green {
   background: rgba(76, 217, 100, 0.1);
 }
 .ios .color-theme-green .data-table-title-selected,
 .ios .color-green .data-table-title-selected {
   color: var(--theme-green-color);
 }
 .ios .color-theme-blue .data-table-header-selected,
 .ios .data-table-header-selected.color-blue {
   background: rgba(0, 122, 255, 0.1);
 }
 .ios .color-theme-blue .data-table-title-selected,
 .ios .color-blue .data-table-title-selected {
   color: var(--theme-blue-color);
 }
 .ios .color-theme-pink .data-table-header-selected,
 .ios .data-table-header-selected.color-pink {
   background: rgba(255, 45, 85, 0.1);
 }
 .ios .color-theme-pink .data-table-title-selected,
 .ios .color-pink .data-table-title-selected {
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .data-table-header-selected,
 .ios .data-table-header-selected.color-yellow {
   background: rgba(255, 204, 0, 0.1);
 }
 .ios .color-theme-yellow .data-table-title-selected,
 .ios .color-yellow .data-table-title-selected {
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .data-table-header-selected,
 .ios .data-table-header-selected.color-orange {
   background: rgba(255, 149, 0, 0.1);
 }
 .ios .color-theme-orange .data-table-title-selected,
 .ios .color-orange .data-table-title-selected {
   color: var(--theme-orange-color);
 }
 .ios .color-theme-gray .data-table-header-selected,
 .ios .data-table-header-selected.color-gray {
   background: rgba(142, 142, 147, 0.1);
 }
 .ios .color-theme-gray .data-table-title-selected,
 .ios .color-gray .data-table-title-selected {
   color: var(--theme-gray-color);
 }
 .ios .color-theme-white .data-table-header-selected,
 .ios .data-table-header-selected.color-white {
   background: rgba(255, 255, 255, 0.1);
 }
 .ios .color-theme-white .data-table-title-selected,
 .ios .color-white .data-table-title-selected {
   color: var(--theme-white-color);
 }
 .ios .color-theme-black .data-table-header-selected,
 .ios .data-table-header-selected.color-black {
   background: rgba(0, 0, 0, 0.1);
 }
 .ios .color-theme-black .data-table-title-selected,
 .ios .color-black .data-table-title-selected {
   color: var(--theme-black-color);
 }




























 .md.device-pixel-ratio-2 .data-table tbody td:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .data-table tbody td:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .md.device-desktop .data-table tbody tr:hover {
   background: #f5f5f5;
 }








 .md.device-pixel-ratio-2 .data-table-footer:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .data-table-footer:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }





 @media (max-width: 480px) and (orientation: portrait) {
   .md .data-table.data-table-collapsible td {
     padding-left: 16px;
     padding-right: 16px;
   }
   .md .data-table.data-table-collapsible td:not(.checkbox-cell):before {
     color: rgba(0, 0, 0, 0.54);
     font-weight: 500;
     line-height: 16px;
   }
   .md .data-table-collapsible tr:before {
     content: '';
     position: absolute;
     background-color: rgba(0, 0, 0, 0.12);
     display: block;
     z-index: 15;
     top: 0;
     right: auto;
     bottom: auto;
     left: 0;
     height: 1px;
     width: 100%;
     -webkit-transform-origin: 50% 0%;
     transform-origin: 50% 0%;
   }
   .md.device-pixel-ratio-2 .data-table-collapsible tr:before {
     -webkit-transform: scaleY(0.5);
     transform: scaleY(0.5);
   }
   .md.device-pixel-ratio-3 .data-table-collapsible tr:before {
     -webkit-transform: scaleY(0.33);
     transform: scaleY(0.33);
   }
 }






 .md.device-desktop .theme-dark .data-table tbody tr:hover,
 .md.device-desktop .theme-dark.data-table tbody tr:hover {
   background-color: rgba(255, 255, 255, 0.05);
 }


















 /* === FAB === */
 .fab {
   position: absolute;
   z-index: 1500;
 }
 .fab > a,
 .fab-buttons a {
   position: relative;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   overflow: hidden;
   z-index: 1;
 }
 .fab > a i {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
   transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
   -webkit-transition: 300ms;
   transition: 300ms;
 }
 .fab > a i + i {
   -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(0.5);
   transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(0.5);
   opacity: 0;
 }
 .fab[class*="fab-center"] {
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
 }
 .fab[class*="left-center"],
 .fab[class*="right-center"] {
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 .fab[class*="center-center"] {
   top: 50%;
   left: 50%;
   -webkit-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
 }
 .fab div.fab-buttons a {
   width: 40px;
   height: 40px;
 }
 .fab-buttons {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   visibility: hidden;
   pointer-events: none;
   position: absolute;
 }
 .fab-buttons a {
   opacity: 0;
 }
 .fab-opened:not(.fab-morph) > a i {
   -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.5);
   transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(0.5);
   opacity: 0;
 }
 .fab-opened:not(.fab-morph) > a i + i {
   -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
   transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
   opacity: 1;
 }
 .fab-opened .fab-buttons {
   visibility: visible;
   pointer-events: auto;
 }
 .fab-opened .fab-buttons a {
   opacity: 1;
   -webkit-transform: translate3d(0, 0px, 0) scale(1) !important;
   transform: translate3d(0, 0px, 0) scale(1) !important;
 }
 .fab-opened .fab-buttons a:nth-child(2) {
   -webkit-transition-delay: 50ms;
   transition-delay: 50ms;
 }
 .fab-opened .fab-buttons a:nth-child(3) {
   -webkit-transition-delay: 100ms;
   transition-delay: 100ms;
 }
 .fab-opened .fab-buttons a:nth-child(4) {
   -webkit-transition-delay: 150ms;
   transition-delay: 150ms;
 }
 .fab-opened .fab-buttons a:nth-child(5) {
   -webkit-transition-delay: 200ms;
   transition-delay: 200ms;
 }
 .fab-opened .fab-buttons a:nth-child(6) {
   -webkit-transition-delay: 250ms;
   transition-delay: 250ms;
 }
 .fab-buttons-top,
 .fab-buttons-bottom {
   left: 50%;
   width: 40px;
   margin-left: -20px;
 }
 .fab-buttons-top {
   bottom: 100%;
   margin-bottom: 16px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: reverse;
   -webkit-flex-direction: column-reverse;
   -ms-flex-direction: column-reverse;
   flex-direction: column-reverse;
 }
 .fab-buttons-top a {
   -webkit-transform: translate3d(0, 8px, 0) scale(0.3);
   transform: translate3d(0, 8px, 0) scale(0.3);
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
 }
 .fab-buttons-top a + a {
   margin-bottom: 16px;
 }
 .fab-buttons-bottom {
   top: 100%;
   margin-top: 16px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .fab-buttons-bottom a {
   -webkit-transform: translate3d(0, -8px, 0) scale(0.3);
   transform: translate3d(0, -8px, 0) scale(0.3);
   -webkit-transform-origin: center top;
   transform-origin: center top;
 }
 .fab-buttons-bottom a + a {
   margin-top: 16px;
 }
 .fab-buttons-left,
 .fab-buttons-right {
   top: 50%;
   height: 40px;
   margin-top: -20px;
 }
 .fab-buttons-left {
   right: 100%;
   margin-right: 16px;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -webkit-flex-direction: row-reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
 }
 .fab-buttons-left a {
   -webkit-transform: translate3d(8px, 0px, 0) scale(0.3);
   transform: translate3d(8px, 0px, 0) scale(0.3);
   -webkit-transform-origin: right center;
   transform-origin: right center;
 }
 .fab-buttons-left a + a {
   margin-right: 16px;
 }
 .fab-buttons-right {
   left: 100%;
   margin-left: 16px;
 }
 .fab-buttons-right a {
   -webkit-transform: translate3d(-8px, 0, 0) scale(0.3);
   transform: translate3d(-8px, 0, 0) scale(0.3);
   -webkit-transform-origin: left center;
   transform-origin: left center;
 }
 .fab-buttons-right a + a {
   margin-left: 16px;
 }
 .fab-buttons-center {
   left: 0%;
   top: 0%;
   width: 100%;
   height: 100%;
 }
 .fab-buttons-center a {
   position: absolute;
 }
 .fab-buttons-center a:nth-child(1) {
   left: 50%;
   margin-left: -20px;
   bottom: 100%;
   margin-bottom: 16px;
   -webkit-transform: translateY(-8px) scale(0.3);
   transform: translateY(-8px) scale(0.3);
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
 }
 .fab-buttons-center a:nth-child(2) {
   left: 100%;
   margin-top: -20px;
   top: 50%;
   margin-left: 16px;
   -webkit-transform: translateX(-8px) scale(0.3);
   transform: translateX(-8px) scale(0.3);
   -webkit-transform-origin: left center;
   transform-origin: left center;
 }
 .fab-buttons-center a:nth-child(3) {
   left: 50%;
   margin-left: -20px;
   top: 100%;
   margin-top: 16px;
   -webkit-transform: translateY(8px) scale(0.3);
   transform: translateY(8px) scale(0.3);
   -webkit-transform-origin: center top;
   transform-origin: center top;
 }
 .fab-buttons-center a:nth-child(4) {
   right: 100%;
   margin-top: -20px;
   top: 50%;
   margin-right: 16px;
   -webkit-transform: translateX(8px) scale(0.3);
   transform: translateX(8px) scale(0.3);
   -webkit-transform-origin: right center;
   transform-origin: right center;
 }
 .fab-opened.fab-morph > a i {
   opacity: 0;
 }
 .fab-morph,
 .fab-morph > a,
 .fab-morph-target {
   -webkit-transition-duration: 250ms;
   transition-duration: 250ms;
 }
 .fab-morph-target:not(.fab-morph-target-visible) {
   display: none;
 }
 .fab-extended {
   width: auto;
 }
 .fab-extended > a {
   width: 100% !important;
 }
 .fab-text {
   padding-left: 20px;
   padding-right: 20px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 14px;
   text-transform: uppercase;
 }
 .fab-label-button {
   overflow: visible !important;
 }
 .fab-label {
   position: absolute;
   top: 50%;
   padding: 4px 12px;
   border-radius: 4px;
   background: var(--color-white);
   color: #333;
   white-space: nowrap;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   pointer-events: none;
 }
 .fab[class*="fab-right-"] .fab-label {
   right: 100%;
   margin-right: 8px;
 }
 .fab[class*="fab-left-"] .fab-label {
   left: 100%;
   margin-left: 8px;
 }
 .ios .fab > a,
 .ios .fab-buttons a {
   background: var(--theme-blue-color);
   width: 50px;
   height: 50px;
   -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
   border-radius: 25px;
   color: var(--color-white);
 }
 .ios .fab > a.active-state,
 .ios .fab-buttons a.active-state {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   background: #0066d6;
 }
 .ios .fab > a i.icon,
 .ios .fab-buttons a i.icon {
   font-size: 21px;
 }
 .ios .fab[class*="fab-left"] {
   left: 15px;
 }
 .ios .fab[class*="fab-right"] {
   right: 15px;
 }
 .ios .fab[class*="-top"] {
   top: 15px;
 }
 .ios .fab[class*="-bottom"] {
   bottom: 15px;
 }
 .ios .navbar ~ * .fab[class*="-top"],
 .ios .navbar ~ .fab[class*="-top"] {
   margin-top: 44px;
 }
 .ios .toolbar ~ * .fab[class*="-bottom"],
 .ios .toolbar ~ .fab[class*="-bottom"] {
   margin-bottom: 44px;
 }
 .ios .tabbar-labels ~ * .fab[class*="-bottom"],
 .ios .tabbar-labels ~ .fab[class*="-bottom"] {
   margin-bottom: 50px;
 }
 @media (min-width: 768px) {
   .ios .tabbar-labels ~ * .fab[class*="-bottom"],
   .ios .tabbar-labels ~ .fab[class*="-bottom"] {
     margin-bottom: 56px;
   }
 }
 .ios .fab-morph {
   border-radius: 25px;
   background: var(--theme-blue-color);
   -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
 }
 .ios .fab-morph > a {
   -webkit-box-shadow: none;
   box-shadow: none;
   background: none !important;
 }
 .ios .fab-extended {
   min-width: 50px;
 }
 .ios .fab-extended > a {
   width: 100%;
   height: 50px;
 }
 .ios .fab-extended > a i {
   left: 25px;
 }
 .ios .fab-extended i ~ .fab-text {
   padding-left: 50px;
 }
 .ios .fab-label {
   -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
   box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
 }
 .ios .color-theme-red .fab > a,
 .ios .color-theme-red .fab-buttons a,
 .ios .color-theme-red.fab > a,
 .ios .color-theme-red.fab-buttons a {
   background: var(--theme-red-color);
 }
 .ios .color-theme-red .fab > a.active-state,
 .ios .color-theme-red .fab-buttons a.active-state,
 .ios .color-theme-red.fab > a.active-state,
 .ios .color-theme-red.fab-buttons a.active-state {
   background: #ff1407;
 }
 .ios .color-theme-red .fab-morph,
 .ios .color-theme-red.fab-morph {
   background: var(--theme-red-color);
 }
 .ios .color-theme-green .fab > a,
 .ios .color-theme-green .fab-buttons a,
 .ios .color-theme-green.fab > a,
 .ios .color-theme-green.fab-buttons a {
   background: var(--theme-green-color);
 }
 .ios .color-theme-green .fab > a.active-state,
 .ios .color-theme-green .fab-buttons a.active-state,
 .ios .color-theme-green.fab > a.active-state,
 .ios .color-theme-green.fab-buttons a.active-state {
   background: #2cd048;
 }
 .ios .color-theme-green .fab-morph,
 .ios .color-theme-green.fab-morph {
   background: var(--theme-green-color);
 }
 .ios .color-theme-blue .fab > a,
 .ios .color-theme-blue .fab-buttons a,
 .ios .color-theme-blue.fab > a,
 .ios .color-theme-blue.fab-buttons a {
   background: var(--theme-blue-color);
 }
 .ios .color-theme-blue .fab > a.active-state,
 .ios .color-theme-blue .fab-buttons a.active-state,
 .ios .color-theme-blue.fab > a.active-state,
 .ios .color-theme-blue.fab-buttons a.active-state {
   background: #0066d6;
 }
 .ios .color-theme-blue .fab-morph,
 .ios .color-theme-blue.fab-morph {
   background: var(--theme-blue-color);
 }
 .ios .color-theme-pink .fab > a,
 .ios .color-theme-pink .fab-buttons a,
 .ios .color-theme-pink.fab > a,
 .ios .color-theme-pink.fab-buttons a {
   background: var(--theme-pink-color) ;
 }
 .ios .color-theme-pink .fab > a.active-state,
 .ios .color-theme-pink .fab-buttons a.active-state,
 .ios .color-theme-pink.fab > a.active-state,
 .ios .color-theme-pink.fab-buttons a.active-state {
   background: #ff0434;
 }
 .ios .color-theme-pink .fab-morph,
 .ios .color-theme-pink.fab-morph {
   background: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .fab > a,
 .ios .color-theme-yellow .fab-buttons a,
 .ios .color-theme-yellow.fab > a,
 .ios .color-theme-yellow.fab-buttons a {
   background: var(--theme-yellow-color);
 }
 .ios .color-theme-yellow .fab > a.active-state,
 .ios .color-theme-yellow .fab-buttons a.active-state,
 .ios .color-theme-yellow.fab > a.active-state,
 .ios .color-theme-yellow.fab-buttons a.active-state {
   background: #d6ab00;
 }
 .ios .color-theme-yellow .fab-morph,
 .ios .color-theme-yellow.fab-morph {
   background: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .fab > a,
 .ios .color-theme-orange .fab-buttons a,
 .ios .color-theme-orange.fab > a,
 .ios .color-theme-orange.fab-buttons a {
   background: var(--theme-orange-color);
 }
 .ios .color-theme-orange .fab > a.active-state,
 .ios .color-theme-orange .fab-buttons a.active-state,
 .ios .color-theme-orange.fab > a.active-state,
 .ios .color-theme-orange.fab-buttons a.active-state {
   background: #d67d00;
 }
 .ios .color-theme-orange .fab-morph,
 .ios .color-theme-orange.fab-morph {
   background: var(--theme-orange-color);
 }
 .ios .color-theme-gray .fab > a,
 .ios .color-theme-gray .fab-buttons a,
 .ios .color-theme-gray.fab > a,
 .ios .color-theme-gray.fab-buttons a {
   background: var(--theme-gray-color);
 }
 .ios .color-theme-gray .fab > a.active-state,
 .ios .color-theme-gray .fab-buttons a.active-state,
 .ios .color-theme-gray.fab > a.active-state,
 .ios .color-theme-gray.fab-buttons a.active-state {
   background: #79797f;
 }
 .ios .color-theme-gray .fab-morph,
 .ios .color-theme-gray.fab-morph {
   background: var(--theme-gray-color);
 }
 .ios .color-theme-white .fab > a,
 .ios .color-theme-white .fab-buttons a,
 .ios .color-theme-white.fab > a,
 .ios .color-theme-white.fab-buttons a {
   background: var(--theme-white-color);
 }
 .ios .color-theme-white .fab > a.active-state,
 .ios .color-theme-white .fab-buttons a.active-state,
 .ios .color-theme-white.fab > a.active-state,
 .ios .color-theme-white.fab-buttons a.active-state {
   background: #ebebeb;
 }
 .ios .color-theme-white .fab-morph,
 .ios .color-theme-white.fab-morph {
   background: var(--theme-white-color);
 }
 .ios .color-theme-black .fab > a,
 .ios .color-theme-black .fab-buttons a,
 .ios .color-theme-black.fab > a,
 .ios .color-theme-black.fab-buttons a {
   background: var(--theme-black-color);
 }
 .ios .color-theme-black .fab > a.active-state,
 .ios .color-theme-black .fab-buttons a.active-state,
 .ios .color-theme-black.fab > a.active-state,
 .ios .color-theme-black.fab-buttons a.active-state {
   background: var(--theme-black-color);
 }
 .ios .color-theme-black .fab-morph,
 .ios .color-theme-black.fab-morph {
   background: var(--theme-black-color);
 }
 .ios .fab.color-red > a,
 .ios .fab.color-red .fab-buttons > a,
 .ios .fab-buttons.color-red a,
 .ios .fab > a.color-red,
 .ios .fab .fab-buttons > a.color-red {
   background: var(--theme-red-color);
 }
 .ios .fab.color-red > a.active-state,
 .ios .fab.color-red .fab-buttons > a.active-state,
 .ios .fab-buttons.color-red a.active-state,
 .ios .fab > a.color-red.active-state,
 .ios .fab .fab-buttons > a.color-red.active-state {
   background: #ff1407;
 }
 .ios .fab-morph.color-red {
   background: var(--theme-red-color);
 }
 .ios .fab.color-green > a,
 .ios .fab.color-green .fab-buttons > a,
 .ios .fab-buttons.color-green a,
 .ios .fab > a.color-green,
 .ios .fab .fab-buttons > a.color-green {
   background: var(--theme-green-color);
 }
 .ios .fab.color-green > a.active-state,
 .ios .fab.color-green .fab-buttons > a.active-state,
 .ios .fab-buttons.color-green a.active-state,
 .ios .fab > a.color-green.active-state,
 .ios .fab .fab-buttons > a.color-green.active-state {
   background: #2cd048;
 }
 .ios .fab-morph.color-green {
   background: var(--theme-green-color);
 }
 .ios .fab.color-blue > a,
 .ios .fab.color-blue .fab-buttons > a,
 .ios .fab-buttons.color-blue a,
 .ios .fab > a.color-blue,
 .ios .fab .fab-buttons > a.color-blue {
   background: var(--theme-blue-color);
 }
 .ios .fab.color-blue > a.active-state,
 .ios .fab.color-blue .fab-buttons > a.active-state,
 .ios .fab-buttons.color-blue a.active-state,
 .ios .fab > a.color-blue.active-state,
 .ios .fab .fab-buttons > a.color-blue.active-state {
   background: #0066d6;
 }
 .ios .fab-morph.color-blue {
   background: var(--theme-blue-color);
 }
 .ios .fab.color-pink > a,
 .ios .fab.color-pink .fab-buttons > a,
 .ios .fab-buttons.color-pink a,
 .ios .fab > a.color-pink,
 .ios .fab .fab-buttons > a.color-pink {
   background: var(--theme-pink-color) ;
 }
 .ios .fab.color-pink > a.active-state,
 .ios .fab.color-pink .fab-buttons > a.active-state,
 .ios .fab-buttons.color-pink a.active-state,
 .ios .fab > a.color-pink.active-state,
 .ios .fab .fab-buttons > a.color-pink.active-state {
   background: #ff0434;
 }
 .ios .fab-morph.color-pink {
   background: var(--theme-pink-color) ;
 }
 .ios .fab.color-yellow > a,
 .ios .fab.color-yellow .fab-buttons > a,
 .ios .fab-buttons.color-yellow a,
 .ios .fab > a.color-yellow,
 .ios .fab .fab-buttons > a.color-yellow {
   background: var(--theme-yellow-color);
 }
 .ios .fab.color-yellow > a.active-state,
 .ios .fab.color-yellow .fab-buttons > a.active-state,
 .ios .fab-buttons.color-yellow a.active-state,
 .ios .fab > a.color-yellow.active-state,
 .ios .fab .fab-buttons > a.color-yellow.active-state {
   background: #d6ab00;
 }
 .ios .fab-morph.color-yellow {
   background: var(--theme-yellow-color);
 }
 .ios .fab.color-orange > a,
 .ios .fab.color-orange .fab-buttons > a,
 .ios .fab-buttons.color-orange a,
 .ios .fab > a.color-orange,
 .ios .fab .fab-buttons > a.color-orange {
   background: var(--theme-orange-color);
 }
 .ios .fab.color-orange > a.active-state,
 .ios .fab.color-orange .fab-buttons > a.active-state,
 .ios .fab-buttons.color-orange a.active-state,
 .ios .fab > a.color-orange.active-state,
 .ios .fab .fab-buttons > a.color-orange.active-state {
   background: #d67d00;
 }
 .ios .fab-morph.color-orange {
   background: var(--theme-orange-color);
 }
 .ios .fab.color-gray > a,
 .ios .fab.color-gray .fab-buttons > a,
 .ios .fab-buttons.color-gray a,
 .ios .fab > a.color-gray,
 .ios .fab .fab-buttons > a.color-gray {
   background: var(--theme-gray-color);
 }
 .ios .fab.color-gray > a.active-state,
 .ios .fab.color-gray .fab-buttons > a.active-state,
 .ios .fab-buttons.color-gray a.active-state,
 .ios .fab > a.color-gray.active-state,
 .ios .fab .fab-buttons > a.color-gray.active-state {
   background: #79797f;
 }
 .ios .fab-morph.color-gray {
   background: var(--theme-gray-color);
 }
 .ios .fab.color-white > a,
 .ios .fab.color-white .fab-buttons > a,
 .ios .fab-buttons.color-white a,
 .ios .fab > a.color-white,
 .ios .fab .fab-buttons > a.color-white {
   background: var(--theme-white-color);
 }
 .ios .fab.color-white > a.active-state,
 .ios .fab.color-white .fab-buttons > a.active-state,
 .ios .fab-buttons.color-white a.active-state,
 .ios .fab > a.color-white.active-state,
 .ios .fab .fab-buttons > a.color-white.active-state {
   background: #ebebeb;
 }
 .ios .fab-morph.color-white {
   background: var(--theme-white-color);
 }
 .ios .fab.color-black > a,
 .ios .fab.color-black .fab-buttons > a,
 .ios .fab-buttons.color-black a,
 .ios .fab > a.color-black,
 .ios .fab .fab-buttons > a.color-black {
   background: var(--theme-black-color);
 }
 .ios .fab.color-black > a.active-state,
 .ios .fab.color-black .fab-buttons > a.active-state,
 .ios .fab-buttons.color-black a.active-state,
 .ios .fab > a.color-black.active-state,
 .ios .fab .fab-buttons > a.color-black.active-state {
   background: var(--theme-black-color);
 }
 .ios .fab-morph.color-black {
   background: var(--theme-black-color);
 }
 .ios.device-iphone-x .fab[class*="-bottom"] {
   bottom: calc(15px + constant(safe-area-inset-bottom));
   bottom: calc(15px + env(safe-area-inset-bottom));
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .fab[class*="fab-left"],
   .ios.device-iphone-x .ios-edges .fab[class*="fab-left"],
   .ios.device-iphone-x .popup .fab[class*="fab-left"],
   .ios.device-iphone-x .sheet-modal .fab[class*="fab-left"],
   .ios.device-iphone-x .panel-left .fab[class*="fab-left"] {
     left: calc(15px + constant(safe-area-inset-left));
     left: calc(15px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .fab[class*="fab-right"],
   .ios.device-iphone-x .ios-edges .fab[class*="fab-right"],
   .ios.device-iphone-x .popup .fab[class*="fab-right"],
   .ios.device-iphone-x .sheet-modal .fab[class*="fab-right"],
   .ios.device-iphone-x .panel-right .fab[class*="fab-right"] {
     right: calc(15px + constant(safe-area-inset-right));
     right: calc(15px + env(safe-area-inset-right));
   }
 }







 @media (min-width: 768px) {
   .md .navbar ~ * .fab[class*="-top"],
   .md .navbar ~ .fab[class*="-top"] {
     margin-top: 64px;
   }
 }




 @media (min-width: 768px) {
   .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ * .fab[class*="-top"],
   .md .navbar + .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .fab[class*="-top"] {
     margin-top: 112px;
   }
   .md .navbar + .tabbar-labels:not(.toolbar-bottom-md) ~ * .fab[class*="-top"],
   .md .navbar + .tabbar-labels:not(.toolbar-bottom-md) ~ .fab[class*="-top"] {
     margin-top: 136px;
   }
 }
































































 .md.device-iphone-x .fab[class*="-bottom"] {
   bottom: calc(16px + constant(safe-area-inset-bottom));
   bottom: calc(16px + env(safe-area-inset-bottom));
 }
 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .fab[class*="fab-left"],
   .md.device-iphone-x .ios-edges .fab[class*="fab-left"],
   .md.device-iphone-x .popup .fab[class*="fab-left"],
   .md.device-iphone-x .sheet-modal .fab[class*="fab-left"],
   .md.device-iphone-x .panel-left .fab[class*="fab-left"] {
     left: calc(16px + constant(safe-area-inset-left));
     left: calc(16px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-right-edge .fab[class*="fab-right"],
   .md.device-iphone-x .ios-edges .fab[class*="fab-right"],
   .md.device-iphone-x .popup .fab[class*="fab-right"],
   .md.device-iphone-x .sheet-modal .fab[class*="fab-right"],
   .md.device-iphone-x .panel-right .fab[class*="fab-right"] {
     right: calc(16px + constant(safe-area-inset-right));
     right: calc(16px + env(safe-area-inset-right));
   }
 }
 /* === Searchbar === */
 .searchbar {
   width: 100%;
   position: relative;
   z-index: 200;
 }
 .searchbar .searchbar-input-wrap {
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   width: 100%;
   height: 100%;
   position: relative;
 }
 .searchbar .searchbar-input-wrap input[type="search"] {
   padding: 0;
 }
 .searchbar .searchbar-input-wrap input::-webkit-search-cancel-button {
   -webkit-appearance: none;
   appearance: none;
 }
 .page > .searchbar {
   position: absolute;
   left: 0;
   top: 0;
 }
 .searchbar-expandable {
   position: absolute;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   pointer-events: none;
 }
 .searchbar-inner {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .searchbar-disable-button {
   cursor: pointer;
   pointer-events: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: none;
   border: none;
   outline: 0;
   padding: 0;
   margin: 0;
   width: auto;
   opacity: 0;
 }
 .searchbar-icon {
   pointer-events: none;
   background-position: center;
   background-repeat: no-repeat;
 }
 .searchbar-backdrop {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 100;
   opacity: 0;
   pointer-events: none;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .searchbar-backdrop.searchbar-backdrop-in {
   opacity: 1;
   pointer-events: auto;
 }
 .page-content > .searchbar-backdrop {
   position: fixed;
 }
 .searchbar-not-found {
   display: none;
 }
 .hidden-by-searchbar,
 .list .hidden-by-searchbar,
 .list.li.hidden-by-searchbar,
 .list li.hidden-by-searchbar {
   display: none !important;
 }
 .ios .searchbar {
   height: 44px;
   background: var(--nav-bg);
 }
 .ios .searchbar.no-hairline:after {
   display: none !important;
 }
 .ios .searchbar input[type="search"],
 .ios .searchbar input[type="text"] {
   padding: 0 28px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   display: block;
   border: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border-radius: 10px;
   border-radius: 8px;
   font-family: inherit;
   color: var(--color-black);
   font-size: 17px;
   font-weight: normal;
   z-index: 30;
   background-color: #e8e8ea;
   position: relative;
 }
 .ios .searchbar input[type="search"]::-webkit-input-placeholder,
 .ios .searchbar input[type="text"]::-webkit-input-placeholder {
   color: #939398;
   opacity: 1;
 }
 .ios .searchbar input[type="search"]:-ms-input-placeholder,
 .ios .searchbar input[type="text"]:-ms-input-placeholder {
   color: #939398;
   opacity: 1;
 }
 .ios .searchbar input[type="search"]::-ms-input-placeholder,
 .ios .searchbar input[type="text"]::-ms-input-placeholder {
   color: #939398;
   opacity: 1;
 }
 .ios .searchbar input[type="search"]::placeholder,
 .ios .searchbar input[type="text"]::placeholder {
   color: #939398;
   opacity: 1;
 }
 .ios .searchbar .input-clear-button {
   z-index: 40;
   right: 7px;
 }
 .ios .searchbar-inner {
   padding: 0 8px;
 }
 .ios .searchbar-icon {
   width: 13px;
   height: 13px;
   position: absolute;
   top: 50%;
   margin-top: -6px;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2013'%20enable-background%3D'new%200%200%2013%2013'%3E%3Cg%3E%3Cpath%20fill%3D'%23939398'%20d%3D'M5%2C1c2.2%2C0%2C4%2C1.8%2C4%2C4S7.2%2C9%2C5%2C9S1%2C7.2%2C1%2C5S2.8%2C1%2C5%2C1%20M5%2C0C2.2%2C0%2C0%2C2.2%2C0%2C5s2.2%2C5%2C5%2C5s5-2.2%2C5-5S7.8%2C0%2C5%2C0%20L5%2C0z'%2F%3E%3C%2Fg%3E%3Cline%20stroke%3D'%23939398'%20stroke-miterlimit%3D'10'%20stroke-width%3D'1.5'%20x1%3D'12.6'%20y1%3D'12.6'%20x2%3D'8.2'%20y2%3D'8.2'%2F%3E%3C%2Fsvg%3E");
   background-size: 13px 13px;
   z-index: 40;
   left: 8px;
 }
 .ios .searchbar-backdrop {
   background: rgba(0, 0, 0, 0.4);
 }
 .ios .searchbar-input-wrap {
   height: 32px;
 }
 .ios .searchbar:after {
   content: '';
   position: absolute;
   background-color: var(--nav-line);
   display: block;
   z-index: 15;
   top: auto;
   right: auto;
   bottom: 0;
   left: 0;
   height: 1px;
   width: 100%;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
 }
 .ios.device-pixel-ratio-2 .searchbar:after {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .ios.device-pixel-ratio-3 .searchbar:after {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }
 .ios .searchbar-disable-button {
   font-size: 17px;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   color: var(--theme-blue-color);
   display: none;
 }
 .ios .searchbar-disable-button.active-state {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   opacity: 0.3 !important;
 }
 .ios .searchbar-enabled .searchbar-disable-button {
   pointer-events: auto;
   opacity: 1;
   margin-left: 8px;
 }
 .ios .searchbar:not(.searchbar-enabled) .searchbar-disable-button {
   -webkit-transition-duration: 300ms !important;
   transition-duration: 300ms !important;
 }
 .ios .searchbar-expandable {
   left: 0;
   bottom: 0;
   opacity: 1;
   width: 100%;
   height: 0%;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   overflow: hidden;
 }
 .ios .searchbar-expandable .searchbar-disable-button {
   margin-left: 8px;
   opacity: 1;
   display: block;
 }
 .ios .searchbar-expandable .searchbar-inner {
   height: 44px;
 }
 .ios .searchbar-expandable.searchbar-enabled {
   opacity: 1;
   height: 100%;
   pointer-events: auto;
 }
 .ios .page > .searchbar {
   z-index: 200;
 }
 .ios .navbar ~ .page:not(.no-navbar) > .searchbar,
 .ios .page > .navbar ~ .searchbar {
   top: 44px;
 }
 .ios .navbar ~ .page:not(.no-navbar) > .searchbar ~ .page-content,
 .ios .navbar ~ .page:not(.no-navbar) > .searchbar ~ * .page-content,
 .ios .page > .navbar ~ .searchbar ~ .page-content,
 .ios .page > .navbar ~ .searchbar ~ * .page-content {
   padding-top: 88px;
 }
 .ios .theme-dark .searchbar,
 .searchbar.ios .theme-dark {
   background-color: #303030;
 }
 .ios .theme-dark .searchbar:after,
 .searchbar.ios .theme-dark:after {
   background-color: var(--theme-dark-nav-line);
 }
 .ios .theme-dark .searchbar input[type="search"],
 .searchbar.ios .theme-dark input[type="search"],
 .ios .theme-dark .searchbar input[type="text"],
 .searchbar.ios .theme-dark input[type="text"] {
   background-color: var(--theme-dark-page-bg);
   color: var(--color-white);
 }
 .ios .color-theme-red .searchbar-disable-button {
   color: var(--theme-red-color);
 }
 .ios .color-theme-green .searchbar-disable-button {
   color: var(--theme-green-color);
 }
 .ios .color-theme-blue .searchbar-disable-button {
   color: var(--theme-blue-color);
 }
 .ios .color-theme-pink .searchbar-disable-button {
   color: var(--theme-pink-color) ;
 }
 .ios .color-theme-yellow .searchbar-disable-button {
   color: var(--theme-yellow-color);
 }
 .ios .color-theme-orange .searchbar-disable-button {
   color: var(--theme-orange-color);
 }
 .ios .color-theme-gray .searchbar-disable-button {
   color: var(--theme-gray-color);
 }
 .ios .color-theme-white .searchbar-disable-button {
   color: var(--theme-white-color);
 }
 .ios .color-theme-black .searchbar-disable-button {
   color: var(--theme-black-color);
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .searchbar-inner,
   .ios.device-iphone-x .ios-edges .searchbar-inner,
   .ios.device-iphone-x .popup .searchbar-inner,
   .ios.device-iphone-x .sheet-modal .searchbar-inner,
   .ios.device-iphone-x .panel-left .searchbar-inner {
     padding-left: calc(8px + constant(safe-area-inset-left));
     padding-left: calc(8px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .searchbar-inner,
   .ios.device-iphone-x .ios-edges .searchbar-inner,
   .ios.device-iphone-x .popup .searchbar-inner,
   .ios.device-iphone-x .sheet-modal .searchbar-inner,
   .ios.device-iphone-x .panel-right .searchbar-inner {
     padding-right: calc(8px + constant(safe-area-inset-right));
     padding-right: calc(8px + env(safe-area-inset-right));
   }
 }





























 @media (min-width: 768px) {
   .md .navbar .searchbar-expandable {
     border-radius: 32px;
     width: 64px;
     margin-top: -32px;
     margin-left: -64px;
   }
 }





 @media (min-width: 768px) {
   .md .page > .navbar ~ .searchbar {
     top: 64px;
   }
 }

 @media (min-width: 768px) {
   .md .page > .navbar ~ .searchbar ~ * .page-content,
   .md .page > .navbar ~ .searchbar ~ .page-content {
     padding-top: 112px;
   }
 }





 @media (min-width: 768px) {
   .md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar {
     top: 112px;
   }
 }

 @media (min-width: 768px) {
   .md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar ~ * .page-content,
   .md .page > .navbar ~ .toolbar:not(.toolbar-bottom-md):not(.messagebar) ~ .searchbar ~ .page-content {
     padding-top: 160px;
   }
 }

 @media (min-width: 768px) {
   .md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar {
     top: 136px;
   }
 }

 @media (min-width: 768px) {
   .md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar ~ * .page-content,
   .md .page > .navbar ~ .tabbar-labels:not(.toolbar-bottom-md) ~ .searchbar ~ .page-content {
     padding-top: 184px;
   }
 }
 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .searchbar-inner,
   .md.device-iphone-x .ios-edges .searchbar-inner,
   .md.device-iphone-x .popup .searchbar-inner,
   .md.device-iphone-x .sheet-modal .searchbar-inner,
   .md.device-iphone-x .panel-left .searchbar-inner {
     padding-left: constant(safe-area-inset-left);
     padding-left: env(safe-area-inset-left);
   }
   .md.device-iphone-x .ios-left-edge .searchbar-disable-button,
   .md.device-iphone-x .ios-edges .searchbar-disable-button,
   .md.device-iphone-x .popup .searchbar-disable-button,
   .md.device-iphone-x .sheet-modal .searchbar-disable-button,
   .md.device-iphone-x .panel-left .searchbar-disable-button {
     left: calc(4px + constant(safe-area-inset-left));
     left: calc(4px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-right-edge .searchbar-inner,
   .md.device-iphone-x .ios-edges .searchbar-inner,
   .md.device-iphone-x .popup .searchbar-inner,
   .md.device-iphone-x .sheet-modal .searchbar-inner,
   .md.device-iphone-x .panel-right .searchbar-inner {
     padding-right: constant(safe-area-inset-right);
     padding-right: env(safe-area-inset-right);
   }
 }
 /* === Messages === */
 .messages {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   min-height: 100%;
   position: relative;
   z-index: 1;
 }
 .messages-title {
   text-align: center;
   width: 100%;
   line-height: 1;
 }
 .message {
   max-width: 70%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
   -webkit-align-items: flex-end;
   -ms-flex-align: end;
   align-items: flex-end;
   position: relative;
   z-index: 1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .message-avatar {
   border-radius: 50%;
   position: relative;
   background-size: cover;
   -webkit-align-self: flex-end;
   -ms-flex-item-align: end;
   align-self: flex-end;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .message-content {
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .message-header,
 .message-footer,
 .message-name {
   line-height: 1;
   font-size: 12px;
 }
 .message-footer {
   font-size: 11px;
   margin-bottom: -1em;
 }
 .message-bubble {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   word-break: break-word;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   position: relative;
   line-height: 1.2;
 }
 .message-image img {
   display: block;
   max-width: 100%;
   height: auto;
   width: auto;
 }
 .message-text-header,
 .message-text-footer {
   font-size: 12px;
   line-height: 1;
 }
 .message-text {
   text-align: left;
 }
 .message-sent {
   text-align: right;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -webkit-flex-direction: row-reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
   -webkit-align-self: flex-end;
   -ms-flex-item-align: end;
   align-self: flex-end;
 }
 .message-received {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
 }
 .message-received .message-content {
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
 }
 .message-sent .message-content {
   -webkit-box-align: end;
   -webkit-align-items: flex-end;
   -ms-flex-align: end;
   align-items: flex-end;
 }
 .message:not(.message-last) .message-avatar {
   opacity: 0;
 }
 .message:not(.message-first) .message-name {
   display: none;
 }
 .message.message-same-name .message-name {
   display: none;
 }
 .message.message-same-header .message-header {
   display: none;
 }
 .message.message-same-footer .message-footer {
   display: none;
 }
 .message-appear-from-bottom {
   -webkit-animation: message-appear-from-bottom 300ms;
   animation: message-appear-from-bottom 300ms;
 }
 .message-appear-from-top {
   -webkit-animation: message-appear-from-top 300ms;
   animation: message-appear-from-top 300ms;
 }
 .message-typing-indicator {
   display: inline-block;
   font-size: 0;
   vertical-align: middle;
 }
 .message-typing-indicator > div {
   display: inline-block;
   position: relative;
   background: var(--color-black);
   vertical-align: middle;
   border-radius: 50%;
 }
 @-webkit-keyframes message-appear-from-bottom {
   from {
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 @keyframes message-appear-from-bottom {
   from {
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
   }
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 @-webkit-keyframes message-appear-from-top {
   from {
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 @keyframes message-appear-from-top {
   from {
     -webkit-transform: translate3d(0, -100%, 0);
     transform: translate3d(0, -100%, 0);
   }
   to {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
   }
 }
 .ios .messages-content,
 .ios .messages {
   background: var(--color-white);
 }
 .ios .messages-title {
   font-size: 11px;
   color: #8e8e93;
   margin-top: 10px;
 }
 .ios .messages-title:last-child {
   margin-bottom: 10px;
 }
 .ios .messages-title b {
   font-weight: 600;
 }
 .ios .message {
   margin-top: 10px;
 }
 .ios .message:last-child {
   margin-bottom: 10px;
 }
 .ios .message-avatar {
   width: 29px;
   height: 29px;
 }
 .ios .message-header,
 .ios .message-footer,
 .ios .message-name {
   color: #8e8e93;
 }
 .ios .message-header b,
 .ios .message-footer b,
 .ios .message-name b {
   font-weight: 600;
 }
 .ios .message-header,
 .ios .message-name {
   margin-bottom: 3px;
 }
 .ios .message-footer {
   margin-top: 3px;
 }
 .ios .message-bubble {
   font-size: 17px;
   line-height: 1.2;
   border-radius: 16px;
   padding: 6px 16px 9px;
   min-width: 48px;
   min-height: 35px;
 }
 .ios .message-image {
   margin: 6px -16px;
 }
 .ios .message-image:first-child {
   margin-top: -6px;
 }
 .ios .message-image:first-child img {
   border-top-left-radius: 16px;
   border-top-right-radius: 16px;
 }
 .ios .message-image:last-child {
   margin-bottom: -9px;
 }
 .ios .message-image:last-child img {
   border-bottom-left-radius: 16px;
   border-bottom-right-radius: 16px;
 }
 .ios .message-text-header {
   margin-bottom: 3px;
 }
 .ios .message-text-footer {
   margin-top: 3px;
 }
 .ios .message-received {
   margin-left: 10px;
 }
 .ios .message-received .message-header,
 .ios .message-received .message-footer,
 .ios .message-received .message-name {
   margin-left: 16px;
 }
 .ios .message-received .message-text-header,
 .ios .message-received .message-text-footer {
   opacity: 0.5;
 }
 .ios .message-received .message-bubble {
   color: var(--color-black);
   background: #e5e5ea;
   padding-left: 22px;
   -webkit-mask-box-image: url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m96 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/></svg>") 50% 42% 46% 56%;
 }
 .ios .message-received .message-image {
   margin-left: -22px;
 }
 .ios .message-received.message-tail:not(.message-typing) .message-bubble {
   border-radius: 16px 16px 16px 0;
   -webkit-mask-box-image: url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m96 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/><path d='m0 70c6-2 12-10 12-19v-16l14 27s-8 8-26 8z'/></svg>") 50% 42% 46% 56%;
 }
 .ios .message-received.message-tail:not(.message-typing) .message-bubble .message-image:last-child img {
   border-bottom-left-radius: 0px;
 }
 .ios .message-sent {
   margin-right: 10px;
 }
 .ios .message-sent .message-header,
 .ios .message-sent .message-footer,
 .ios .message-sent .message-name {
   margin-right: 16px;
 }
 .ios .message-sent .message-text-header,
 .ios .message-sent .message-text-footer {
   opacity: 0.8;
 }
 .ios .message-sent .message-bubble {
   background: #00d449;
   color: var(--color-white);
   padding-right: 22px;
   -webkit-mask-box-image: url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m84 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/></svg>") 50% 56% 46% 42%;
 }
 .ios .message-sent .message-image {
   margin-right: -22px;
 }
 .ios .message-sent.message-tail .message-bubble {
   border-radius: 16px 16px 0 16px;
   -webkit-mask-box-image: url("data:image/svg+xml;charset=utf-8,<svg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'><path d='m84 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/><path d='m96 70c-6-2-12-10-12-19v-16l-14 27s8 8 26 8z'/></svg>") 50% 56% 46% 42%;
 }
 .ios .message-sent.message-tail .message-bubble .message-image:last-child img {
   border-bottom-right-radius: 0px;
 }
 .ios .message + .message:not(.message-first) {
   margin-top: 1px;
 }
 .ios .message-received.message-typing .message-content:after,
 .ios .message-received.message-typing .message-content:before {
   content: '';
   position: absolute;
   background: #e5e5ea;
   border-radius: 50%;
 }
 .ios .message-received.message-typing .message-content:after {
   width: 11px;
   height: 11px;
   left: 4px;
   bottom: 0px;
 }
 .ios .message-received.message-typing .message-content:before {
   width: 6px;
   height: 6px;
   left: -1px;
   bottom: -4px;
 }
 .ios .message-typing-indicator > div {
   width: 9px;
   height: 9px;
   opacity: 0.35;
 }
 .ios .message-typing-indicator > div + div {
   margin-left: 4px;
 }
 .ios .message-typing-indicator > div:nth-child(1) {
   -webkit-animation: ios-message-typing-indicator 900ms infinite;
   animation: ios-message-typing-indicator 900ms infinite;
 }
 .ios .message-typing-indicator > div:nth-child(2) {
   -webkit-animation: ios-message-typing-indicator 900ms 150ms infinite;
   animation: ios-message-typing-indicator 900ms 150ms infinite;
 }
 .ios .message-typing-indicator > div:nth-child(3) {
   -webkit-animation: ios-message-typing-indicator 900ms 300ms infinite;
   animation: ios-message-typing-indicator 900ms 300ms infinite;
 }
 .ios .theme-dark .messages-content,
 .messages-content.ios .theme-dark,
 .ios .theme-dark .messages,
 .messages.ios .theme-dark {
   background-color: transparent;
 }
 .ios .theme-dark .message-received.message-typing .message-content:after,
 .ios .theme-dark .message-received.message-typing .message-content:before {
   background: #333;
 }
 .ios .theme-dark .message-typing-indicator > div {
   background-color: var(--color-white);
 }
 .ios .theme-dark .message-received .message-bubble {
   background-color: #333;
   color: var(--color-white);
 }
 @media (orientation: landscape) {
   .ios.device-iphone-x .ios-left-edge .message-received,
   .ios.device-iphone-x .ios-edges .message-received,
   .ios.device-iphone-x .popup .message-received,
   .ios.device-iphone-x .sheet-modal .message-received,
   .ios.device-iphone-x .panel-left .message-received {
     margin-left: calc(10px + constant(safe-area-inset-left));
     margin-left: calc(10px + env(safe-area-inset-left));
   }
   .ios.device-iphone-x .ios-right-edge .message-sent,
   .ios.device-iphone-x .ios-edges .message-sent,
   .ios.device-iphone-x .popup .message-sent,
   .ios.device-iphone-x .sheet-modal .message-sent,
   .ios.device-iphone-x .panel-right .message-sent {
     margin-right: calc(10px + constant(safe-area-inset-right));
     margin-right: calc(10px + env(safe-area-inset-right));
   }
 }
 @-webkit-keyframes ios-message-typing-indicator {
   0% {
     opacity: 0.35;
   }
   25% {
     opacity: 0.2;
   }
   50% {
     opacity: 0.2;
   }
 }
 @keyframes ios-message-typing-indicator {
   0% {
     opacity: 0.35;
   }
   25% {
     opacity: 0.2;
   }
   50% {
     opacity: 0.2;
   }
 }


































 @media (orientation: landscape) {
   .md.device-iphone-x .ios-left-edge .message-received,
   .md.device-iphone-x .ios-edges .message-received,
   .md.device-iphone-x .popup .message-received,
   .md.device-iphone-x .sheet-modal .message-received,
   .md.device-iphone-x .panel-left .message-received {
     margin-left: calc(8px + constant(safe-area-inset-left));
     margin-left: calc(8px + env(safe-area-inset-left));
   }
   .md.device-iphone-x .ios-right-edge .message-sent,
   .md.device-iphone-x .ios-edges .message-sent,
   .md.device-iphone-x .popup .message-sent,
   .md.device-iphone-x .sheet-modal .message-sent,
   .md.device-iphone-x .panel-right .message-sent {
     margin-right: calc(8px + constant(safe-area-inset-right));
     margin-right: calc(8px + env(safe-area-inset-right));
   }
 }
 @-webkit-keyframes md-message-typing-indicator {
   0% {
     -webkit-transform: translateY(0%);
     transform: translateY(0%);
   }
   25% {
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
   }
   50% {
     -webkit-transform: translateY(0%);
     transform: translateY(0%);
   }
 }
 @keyframes md-message-typing-indicator {
   0% {
     -webkit-transform: translateY(0%);
     transform: translateY(0%);
   }
   25% {
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
   }
   50% {
     -webkit-transform: translateY(0%);
     transform: translateY(0%);
   }
 }
 /* === Messagebar === */
 .toolbar.messagebar {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   background: var(--color-white);
   height: auto;
 }
 .toolbar.messagebar .toolbar-inner {
   position: relative;
 }
 .toolbar.messagebar .messagebar-area {
   width: 100%;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
   overflow: hidden;
   position: relative;
 }
 .toolbar.messagebar textarea {
   width: 100%;
   -webkit-flex-shrink: 1;
   -ms-flex-negative: 1;
   flex-shrink: 1;
 }
 .toolbar.messagebar a.link {
   -webkit-align-self: flex-end;
   -ms-flex-item-align: end;
   align-self: flex-end;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
 }
 .messagebar-attachments {
   width: 100%;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   font-size: 0;
   white-space: nowrap;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: relative;
 }
 .messagebar:not(.messagebar-attachments-visible) .messagebar-attachments {
   display: none;
 }
 .messagebar-attachment {
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   display: inline-block;
   vertical-align: middle;
   white-space: normal;
   height: 155px;
   position: relative;
 }
 @media (orientation: landscape) {
   .messagebar-attachment {
     height: 120px;
   }
 }
 .messagebar-attachment img {
   display: block;
   width: auto;
   height: 100%;
 }
 .messagebar-attachment + .messagebar-attachment {
   margin-left: 8px;
 }
 .messagebar-sheet {
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-align-content: flex-start;
   -ms-flex-line-pack: start;
   align-content: flex-start;
   height: 252px;
 }
 @media (orientation: landscape) {
   .messagebar-sheet {
     height: 192px;
   }
 }
 .messagebar-sheet-image,
 .messagebar-sheet-item {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   margin-top: 1px;
   position: relative;
   overflow: hidden;
   height: 125px;
   width: 125px;
   margin-left: 1px;
 }
 @media (orientation: landscape) {
   .messagebar-sheet-image,
   .messagebar-sheet-item {
     width: 95px;
     height: 95px;
   }
 }
 .messagebar-sheet-image .icon-checkbox,
 .messagebar-sheet-item .icon-checkbox,
 .messagebar-sheet-image .icon-radio,
 .messagebar-sheet-item .icon-radio {
   position: absolute;
   right: 8px;
   bottom: 8px;
 }
 .messagebar-sheet-image {
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
 }
 .messagebar-attachment-delete {
   display: block;
   position: absolute;
   border-radius: 50%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
 }
 .messagebar-attachment-delete:after,
 .messagebar-attachment-delete:before {
   position: absolute;
   content: '';
   left: 50%;
   top: 50%;
 }
 .messagebar-attachment-delete:after {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .messagebar-attachment-delete:before {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
 }
 .messagebar:not(.messagebar-sheet-visible) .messagebar-sheet {
   display: none;
 }
 .ios.device-iphone-x .messagebar:not(.messagebar-top),
 .md.device-iphone-x .messagebar:not(.messagebar-top) {
   height: auto !important;
 }
 .ios.device-iphone-x .messagebar:not(.messagebar-top):not(.messagebar-sheet-visible),
 .md.device-iphone-x .messagebar:not(.messagebar-top):not(.messagebar-sheet-visible) {
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
 }
 .ios.device-iphone-x .messagebar-sheet,
 .md.device-iphone-x .messagebar-sheet {
   padding-left: constant(safe-area-inset-left);
   padding-left: env(safe-area-inset-left);
   padding-right: constant(safe-area-inset-right);
   padding-right: env(safe-area-inset-right);
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
 }
 .ios .messagebar {
   background: var(--color-white);
   min-height: 44px;
 }
 .ios .messagebar:before {
   display: none !important;
 }
 .ios .messagebar textarea {
   background: var(--color-white);
   border-radius: 17px;
   padding: 6px 15px;
   height: 34px;
   line-height: 20px;
   font-size: 17px;
   border: 1px solid #c8c8cd;
 }
 .ios .messagebar a.link.icon-only:first-child {
   margin-left: -8px;
 }
 .ios .messagebar a.link.icon-only:last-child {
   margin-right: -8px;
 }
 .ios .messagebar a.link:not(.icon-only) + .messagebar-area {
   margin-left: 8px;
 }
 .ios .messagebar .messagebar-area + a.link:not(.icon-only) {
   margin-left: 8px;
 }
 .ios .messagebar-area {
   margin-top: 5px;
   margin-bottom: 5px;
 }
 .ios .messagebar-attachments {
   padding: 5px;
   border-radius: 17px 17px 0 0;
   border: 1px solid #c8c8cd;
   border-bottom: none;
 }
 .ios .messagebar-attachments-visible .messagebar-attachments + textarea {
   border-radius: 0 0 17px 17px;
 }
 .ios .messagebar-attachment {
   border-radius: 12px;
   font-size: 14px;
 }
 .ios .messagebar-attachment img {
   border-radius: 12px;
 }
 .ios .messagebar-sheet {
   background: #d1d5da;
 }
 .ios .messagebar-attachment-delete {
   right: 5px;
   top: 5px;
   width: 20px;
   height: 20px;
   background: #7d7e80;
   border: 2px solid var(--color-white);
   cursor: pointer;
 }
 .ios .messagebar-attachment-delete:after,
 .ios .messagebar-attachment-delete:before {
   width: 10px;
   height: 2px;
   background: var(--color-white);
   margin-left: -5px;
   margin-top: -1px;
 }
 .ios .theme-dark .messagebar textarea,
 .messagebar.ios .theme-dark textarea {
   background-color: var(--color-black);
   border-color: var(--theme-dark-nav-line);
   color: var(--color-white);
 }
 .ios .theme-dark .messagebar-attachments {
   border-color: var(--theme-dark-nav-line);
   background-color: var(--color-black);
 }







 .md.device-pixel-ratio-2 .messagebar:before {
   -webkit-transform: scaleY(0.5);
   transform: scaleY(0.5);
 }
 .md.device-pixel-ratio-3 .messagebar:before {
   -webkit-transform: scaleY(0.33);
   transform: scaleY(0.33);
 }













 /* === Swiper === */
 .swiper-container {
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   padding: 0;
   /* Fix of Webkit flickering */
   z-index: 1;
 }
 .swiper-container-no-flexbox .swiper-slide {
   float: left;
 }
 .swiper-container-vertical > .swiper-wrapper {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .swiper-wrapper {
   position: relative;
   width: 100%;
   height: 100%;
   z-index: 1;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
 }
 .swiper-container-android .swiper-slide,
 .swiper-wrapper {
   -webkit-transform: translate3d(0px, 0, 0);
   transform: translate3d(0px, 0, 0);
 }
 .swiper-container-multirow > .swiper-wrapper {
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }
 .swiper-container-free-mode > .swiper-wrapper {
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
   margin: 0 auto;
 }
 .swiper-slide {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   width: 100%;
   height: 100%;
   position: relative;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
 }
 .swiper-slide-invisible-blank {
   visibility: hidden;
 }
 /* Auto Height */
 .swiper-container-autoheight,
 .swiper-container-autoheight .swiper-slide {
   height: auto;
 }
 .swiper-container-autoheight .swiper-wrapper {
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-transition-property: height, -webkit-transform;
   transition-property: height, -webkit-transform;
   transition-property: transform, height;
   transition-property: transform, height, -webkit-transform;
 }
 /* 3D Effects */
 .swiper-container-3d {
   -webkit-perspective: 1200px;
   perspective: 1200px;
 }
 .swiper-container-3d .swiper-wrapper,
 .swiper-container-3d .swiper-slide,
 .swiper-container-3d .swiper-slide-shadow-left,
 .swiper-container-3d .swiper-slide-shadow-right,
 .swiper-container-3d .swiper-slide-shadow-top,
 .swiper-container-3d .swiper-slide-shadow-bottom,
 .swiper-container-3d .swiper-cube-shadow {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
 }
 .swiper-container-3d .swiper-slide-shadow-left,
 .swiper-container-3d .swiper-slide-shadow-right,
 .swiper-container-3d .swiper-slide-shadow-top,
 .swiper-container-3d .swiper-slide-shadow-bottom {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   z-index: 10;
 }
 .swiper-container-3d .swiper-slide-shadow-left {
   background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
   background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
   background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
 }
 .swiper-container-3d .swiper-slide-shadow-right {
   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
 }
 .swiper-container-3d .swiper-slide-shadow-top {
   background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
   background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
   background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
 }
 .swiper-container-3d .swiper-slide-shadow-bottom {
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
   background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
 }
 /* IE10 Windows Phone 8 Fixes */
 .swiper-container-wp8-horizontal,
 .swiper-container-wp8-horizontal > .swiper-wrapper {
   -ms-touch-action: pan-y;
   touch-action: pan-y;
 }
 .swiper-container-wp8-vertical,
 .swiper-container-wp8-vertical > .swiper-wrapper {
   -ms-touch-action: pan-x;
   touch-action: pan-x;
 }
 /* a11y */
 .swiper-container .swiper-notification {
   position: absolute;
   left: 0;
   top: 0;
   pointer-events: none;
   opacity: 0;
   z-index: -1000;
 }
 .swiper-container-coverflow .swiper-wrapper {
   /* Windows 8 IE 10 fix */
   -ms-perspective: 1200px;
 }
 .swiper-container-cube {
   overflow: visible;
 }
 .swiper-container-cube .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1;
   visibility: hidden;
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
   width: 100%;
   height: 100%;
 }
 .swiper-container-cube .swiper-slide .swiper-slide {
   pointer-events: none;
 }
 .swiper-container-cube.swiper-container-rtl .swiper-slide {
   -webkit-transform-origin: 100% 0;
   transform-origin: 100% 0;
 }
 .swiper-container-cube .swiper-slide-active,
 .swiper-container-cube .swiper-slide-active .swiper-slide-active {
   pointer-events: auto;
 }
 .swiper-container-cube .swiper-slide-active,
 .swiper-container-cube .swiper-slide-next,
 .swiper-container-cube .swiper-slide-prev,
 .swiper-container-cube .swiper-slide-next + .swiper-slide {
   pointer-events: auto;
   visibility: visible;
 }
 .swiper-container-cube .swiper-slide-shadow-top,
 .swiper-container-cube .swiper-slide-shadow-bottom,
 .swiper-container-cube .swiper-slide-shadow-left,
 .swiper-container-cube .swiper-slide-shadow-right {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .swiper-container-cube .swiper-cube-shadow {
   position: absolute;
   left: 0;
   bottom: 0px;
   width: 100%;
   height: 100%;
   background: var(--color-black);
   opacity: 0.6;
   -webkit-filter: blur(50px);
   filter: blur(50px);
   z-index: 0;
 }
 .swiper-container-fade.swiper-container-free-mode .swiper-slide {
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
 }
 .swiper-container-fade .swiper-slide {
   pointer-events: none;
   -webkit-transition-property: opacity;
   transition-property: opacity;
 }
 .swiper-container-fade .swiper-slide .swiper-slide {
   pointer-events: none;
 }
 .swiper-container-fade .swiper-slide-active,
 .swiper-container-fade .swiper-slide-active .swiper-slide-active {
   pointer-events: auto;
 }
 .swiper-container-flip {
   overflow: visible;
 }
 .swiper-container-flip .swiper-slide {
   pointer-events: none;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   z-index: 1;
 }
 .swiper-container-flip .swiper-slide .swiper-slide {
   pointer-events: none;
 }
 .swiper-container-flip .swiper-slide-active,
 .swiper-container-flip .swiper-slide-active .swiper-slide-active {
   pointer-events: auto;
 }
 .swiper-container-flip .swiper-slide-shadow-top,
 .swiper-container-flip .swiper-slide-shadow-bottom,
 .swiper-container-flip .swiper-slide-shadow-left,
 .swiper-container-flip .swiper-slide-shadow-right {
   z-index: 0;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 /* Scrollbar */
 .swiper-scrollbar {
   border-radius: 10px;
   position: relative;
   -ms-touch-action: none;
   background: rgba(0, 0, 0, 0.1);
 }
 .swiper-container-horizontal > .swiper-scrollbar {
   position: absolute;
   left: 1%;
   bottom: 3px;
   z-index: 50;
   height: 5px;
   width: 98%;
 }
 .swiper-container-vertical > .swiper-scrollbar {
   position: absolute;
   right: 3px;
   top: 1%;
   z-index: 50;
   width: 5px;
   height: 98%;
 }
 .swiper-scrollbar-drag {
   height: 100%;
   width: 100%;
   position: relative;
   background: rgba(0, 0, 0, 0.5);
   border-radius: 10px;
   left: 0;
   top: 0;
 }
 .swiper-scrollbar-cursor-drag {
   cursor: move;
 }
 .swiper-scrollbar-lock {
   display: none;
 }
 .swiper-zoom-container {
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
 }
 .swiper-zoom-container > img,
 .swiper-zoom-container > svg,
 .swiper-zoom-container > canvas {
   max-width: 100%;
   max-height: 100%;
   -o-object-fit: contain;
   object-fit: contain;
 }
 .swiper-slide-zoomed {
   cursor: move;
 }
 .swiper-button-prev,
 .swiper-button-next {
   position: absolute;
   top: 50%;
   width: 27px;
   height: 44px;
   margin-top: -22px;
   z-index: 10;
   cursor: pointer;
   background-size: 27px 44px;
   background-position: center;
   background-repeat: no-repeat;
 }
 .swiper-button-prev.swiper-button-disabled,
 .swiper-button-next.swiper-button-disabled {
   opacity: 0.35;
   cursor: auto;
   pointer-events: none;
 }
 .swiper-button-prev,
 .swiper-container-rtl .swiper-button-next {
   left: 10px;
   right: auto;
 }
 .swiper-button-next,
 .swiper-container-rtl .swiper-button-prev {
   right: 10px;
   left: auto;
 }
 .swiper-pagination {
   position: absolute;
   text-align: center;
   -webkit-transition: 300ms opacity;
   transition: 300ms opacity;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   z-index: 10;
 }
 .swiper-pagination.swiper-pagination-hidden {
   opacity: 0;
 }
 .swiper-pagination-fraction,
 .swiper-pagination-custom,
 .swiper-container-horizontal > .swiper-pagination-bullets {
   bottom: 10px;
   left: 0;
   width: 100%;
 }
 .swiper-pagination-bullets-dynamic {
   overflow: hidden;
   font-size: 0;
 }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   -webkit-transform: scale(0.33);
   transform: scale(0.33);
   position: relative;
 }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
   -webkit-transform: scale(0.66);
   transform: scale(0.66);
 }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
   -webkit-transform: scale(0.33);
   transform: scale(0.33);
 }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
   -webkit-transform: scale(0.66);
   transform: scale(0.66);
 }
 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
   -webkit-transform: scale(0.33);
   transform: scale(0.33);
 }
 .swiper-pagination-bullet {
   width: 8px;
   height: 8px;
   display: inline-block;
   border-radius: 100%;
   background: var(--color-black);
   opacity: 0.2;
 }
 button.swiper-pagination-bullet {
   border: none;
   margin: 0;
   padding: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
 }
 .swiper-pagination-clickable .swiper-pagination-bullet {
   cursor: pointer;
 }
 .swiper-pagination-bullet-active {
   opacity: 1;
 }
 .swiper-container-vertical > .swiper-pagination-bullets {
   right: 10px;
   top: 50%;
   -webkit-transform: translate3d(0px, -50%, 0);
   transform: translate3d(0px, -50%, 0);
 }
 .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 6px 0;
   display: block;
 }
 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 8px;
 }
 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   display: inline-block;
   -webkit-transition: 200ms top, 200ms -webkit-transform;
   transition: 200ms top, 200ms -webkit-transform;
   transition: 200ms transform, 200ms top;
   transition: 200ms transform, 200ms top, 200ms -webkit-transform;
 }
 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 0 4px;
 }
 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   white-space: nowrap;
 }
 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
   -webkit-transition: 200ms left, 200ms -webkit-transform;
   transition: 200ms left, 200ms -webkit-transform;
   transition: 200ms transform, 200ms left;
   transition: 200ms transform, 200ms left, 200ms -webkit-transform;
 }
 .swiper-pagination-progressbar {
   background: rgba(0, 0, 0, 0.25);
   position: absolute;
 }
 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transform-origin: left top;
   transform-origin: left top;
 }
 .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   -webkit-transform-origin: right top;
   transform-origin: right top;
 }
 .swiper-container-horizontal > .swiper-pagination-progressbar,
 .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
   width: 100%;
   height: 4px;
   left: 0;
   top: 0;
 }
 .swiper-container-vertical > .swiper-pagination-progressbar,
 .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
   width: 4px;
   height: 100%;
   left: 0;
   top: 0;
 }
 .swiper-lazy-preloader {
   position: absolute;
   left: 50%;
   top: 50%;
   z-index: 10;
 }
 .ios .swiper-lazy-preloader {
   width: 32px;
   height: 32px;
   margin-left: -16px;
   margin-top: -16px;
 }
 .ios .swiper-button-prev,
 .ios .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next,
 .ios .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-pagination-bullet-active {
   background: var(--theme-blue-color);
 }
 .ios .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-blue-color);
 }
 .ios .swiper-button-prev.color-red,
 .ios .swiper-container-rtl .swiper-button-next.color-red,
 .ios .color-theme-red .swiper-button-prev,
 .ios .color-theme-red .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff3b30'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-red,
 .ios .swiper-container-rtl .swiper-button-prev.color-red,
 .ios .color-theme-red .swiper-button-next,
 .ios .color-theme-red .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff3b30'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-red .swiper-pagination-bullet-active,
 .ios .color-theme-red .swiper-pagination-bullet-active {
   background: var(--theme-red-color);
 }
 .ios .color-red .swiper-pagination-progressbar,
 .ios .color-theme-red .swiper-pagination-progressbar,
 .ios .color-red.swiper-pagination-progressbar,
 .ios .color-theme-red.swiper-pagination-progressbar {
   background: rgba(255, 59, 48, 0.25);
 }
 .ios .color-red .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-red .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-red.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-red.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-red-color);
 }
 .ios .swiper-button-prev.color-green,
 .ios .swiper-container-rtl .swiper-button-next.color-green,
 .ios .color-theme-green .swiper-button-prev,
 .ios .color-theme-green .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234cd964'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-green,
 .ios .swiper-container-rtl .swiper-button-prev.color-green,
 .ios .color-theme-green .swiper-button-next,
 .ios .color-theme-green .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234cd964'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-green .swiper-pagination-bullet-active,
 .ios .color-theme-green .swiper-pagination-bullet-active {
   background: var(--theme-green-color);
 }
 .ios .color-green .swiper-pagination-progressbar,
 .ios .color-theme-green .swiper-pagination-progressbar,
 .ios .color-green.swiper-pagination-progressbar,
 .ios .color-theme-green.swiper-pagination-progressbar {
   background: rgba(76, 217, 100, 0.25);
 }
 .ios .color-green .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-green .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-green.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-green.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-green-color);
 }
 .ios .swiper-button-prev.color-blue,
 .ios .swiper-container-rtl .swiper-button-next.color-blue,
 .ios .color-theme-blue .swiper-button-prev,
 .ios .color-theme-blue .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-blue,
 .ios .swiper-container-rtl .swiper-button-prev.color-blue,
 .ios .color-theme-blue .swiper-button-next,
 .ios .color-theme-blue .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-blue .swiper-pagination-bullet-active,
 .ios .color-theme-blue .swiper-pagination-bullet-active {
   background: var(--theme-blue-color);
 }
 .ios .color-blue .swiper-pagination-progressbar,
 .ios .color-theme-blue .swiper-pagination-progressbar,
 .ios .color-blue.swiper-pagination-progressbar,
 .ios .color-theme-blue.swiper-pagination-progressbar {
   background: rgba(0, 122, 255, 0.25);
 }
 .ios .color-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-blue .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-blue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-blue.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-blue-color);
 }
 .ios .swiper-button-prev.color-pink,
 .ios .swiper-container-rtl .swiper-button-next.color-pink,
 .ios .color-theme-pink .swiper-button-prev,
 .ios .color-theme-pink .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff2d55'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-pink,
 .ios .swiper-container-rtl .swiper-button-prev.color-pink,
 .ios .color-theme-pink .swiper-button-next,
 .ios .color-theme-pink .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff2d55'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-pink .swiper-pagination-bullet-active,
 .ios .color-theme-pink .swiper-pagination-bullet-active {
   background: var(--theme-pink-color) ;
 }
 .ios .color-pink .swiper-pagination-progressbar,
 .ios .color-theme-pink .swiper-pagination-progressbar,
 .ios .color-pink.swiper-pagination-progressbar,
 .ios .color-theme-pink.swiper-pagination-progressbar {
   background: rgba(255, 45, 85, 0.25);
 }
 .ios .color-pink .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-pink .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-pink.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-pink.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-pink-color) ;
 }
 .ios .swiper-button-prev.color-yellow,
 .ios .swiper-container-rtl .swiper-button-next.color-yellow,
 .ios .color-theme-yellow .swiper-button-prev,
 .ios .color-theme-yellow .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffcc00'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-yellow,
 .ios .swiper-container-rtl .swiper-button-prev.color-yellow,
 .ios .color-theme-yellow .swiper-button-next,
 .ios .color-theme-yellow .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffcc00'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-yellow .swiper-pagination-bullet-active,
 .ios .color-theme-yellow .swiper-pagination-bullet-active {
   background: var(--theme-yellow-color);
 }
 .ios .color-yellow .swiper-pagination-progressbar,
 .ios .color-theme-yellow .swiper-pagination-progressbar,
 .ios .color-yellow.swiper-pagination-progressbar,
 .ios .color-theme-yellow.swiper-pagination-progressbar {
   background: rgba(255, 204, 0, 0.25);
 }
 .ios .color-yellow .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-yellow .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-yellow.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-yellow.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-yellow-color);
 }
 .ios .swiper-button-prev.color-orange,
 .ios .swiper-container-rtl .swiper-button-next.color-orange,
 .ios .color-theme-orange .swiper-button-prev,
 .ios .color-theme-orange .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ff9500'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-orange,
 .ios .swiper-container-rtl .swiper-button-prev.color-orange,
 .ios .color-theme-orange .swiper-button-next,
 .ios .color-theme-orange .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ff9500'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-orange .swiper-pagination-bullet-active,
 .ios .color-theme-orange .swiper-pagination-bullet-active {
   background: var(--theme-orange-color);
 }
 .ios .color-orange .swiper-pagination-progressbar,
 .ios .color-theme-orange .swiper-pagination-progressbar,
 .ios .color-orange.swiper-pagination-progressbar,
 .ios .color-theme-orange.swiper-pagination-progressbar {
   background: rgba(255, 149, 0, 0.25);
 }
 .ios .color-orange .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-orange .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-orange.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-orange.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-orange-color);
 }
 .ios .swiper-button-prev.color-gray,
 .ios .swiper-container-rtl .swiper-button-next.color-gray,
 .ios .color-theme-gray .swiper-button-prev,
 .ios .color-theme-gray .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%238e8e93'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-gray,
 .ios .swiper-container-rtl .swiper-button-prev.color-gray,
 .ios .color-theme-gray .swiper-button-next,
 .ios .color-theme-gray .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238e8e93'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-gray .swiper-pagination-bullet-active,
 .ios .color-theme-gray .swiper-pagination-bullet-active {
   background: var(--theme-gray-color);
 }
 .ios .color-gray .swiper-pagination-progressbar,
 .ios .color-theme-gray .swiper-pagination-progressbar,
 .ios .color-gray.swiper-pagination-progressbar,
 .ios .color-theme-gray.swiper-pagination-progressbar {
   background: rgba(142, 142, 147, 0.25);
 }
 .ios .color-gray .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-gray .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-gray.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-gray.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-gray-color);
 }
 .ios .swiper-button-prev.color-white,
 .ios .swiper-container-rtl .swiper-button-next.color-white,
 .ios .color-theme-white .swiper-button-prev,
 .ios .color-theme-white .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-white,
 .ios .swiper-container-rtl .swiper-button-prev.color-white,
 .ios .color-theme-white .swiper-button-next,
 .ios .color-theme-white .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-white .swiper-pagination-bullet-active,
 .ios .color-theme-white .swiper-pagination-bullet-active {
   background: var(--theme-white-color);
 }
 .ios .color-white .swiper-pagination-progressbar,
 .ios .color-theme-white .swiper-pagination-progressbar,
 .ios .color-white.swiper-pagination-progressbar,
 .ios .color-theme-white.swiper-pagination-progressbar {
   background: rgba(255, 255, 255, 0.25);
 }
 .ios .color-white .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-white .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-white.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-white.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-white-color);
 }
 .ios .swiper-button-prev.color-black,
 .ios .swiper-container-rtl .swiper-button-next.color-black,
 .ios .color-theme-black .swiper-button-prev,
 .ios .color-theme-black .swiper-container-rtl .swiper-button-next {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .swiper-button-next.color-black,
 .ios .swiper-container-rtl .swiper-button-prev.color-black,
 .ios .color-theme-black .swiper-button-next,
 .ios .color-theme-black .swiper-container-rtl .swiper-button-prev {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
 }
 .ios .color-black .swiper-pagination-bullet-active,
 .ios .color-theme-black .swiper-pagination-bullet-active {
   background: var(--theme-black-color);
 }
 .ios .color-black .swiper-pagination-progressbar,
 .ios .color-theme-black .swiper-pagination-progressbar,
 .ios .color-black.swiper-pagination-progressbar,
 .ios .color-theme-black.swiper-pagination-progressbar {
   background: rgba(0, 0, 0, 0.25);
 }
 .ios .color-black .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-black .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-black.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
 .ios .color-theme-black.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   background: var(--theme-black-color);
 }


















































 /* === Photo Browser === */
 .photo-browser {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 400;
 }
 .photo-browser-standalone.modal-in {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   -webkit-animation: photo-browser-in 400ms;
   animation: photo-browser-in 400ms;
 }
 .photo-browser-standalone.modal-out {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   -webkit-animation: photo-browser-out 400ms;
   animation: photo-browser-out 400ms;
 }
 .photo-browser-standalone.modal-out.swipe-close-to-bottom,
 .photo-browser-standalone.modal-out.swipe-close-to-top {
   -webkit-animation: none;
   animation: none;
 }
 .photo-browser-popup.modal-out.swipe-close-to-bottom,
 .photo-browser-popup.modal-out.swipe-close-to-top {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .photo-browser-popup.modal-out.swipe-close-to-bottom {
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
 }
 .photo-browser-popup.modal-out.swipe-close-to-top {
   -webkit-transform: translate3d(0, -100vh, 0);
   transform: translate3d(0, -100vh, 0);
 }
 .page.photo-browser-page {
   background: none;
 }
 .photo-browser-popup {
   background: none;
 }
 .photo-browser-exposed .navbar,
 .photo-browser-exposed .toolbar {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
 }
 .photo-browser-exposed .photo-browser-swiper-container {
   background: var(--color-black);
 }
 .photo-browser-of {
   margin: 0 5px;
 }
 .photo-browser-captions {
   pointer-events: none;
   position: absolute;
   left: 0;
   width: 100%;
   bottom: 0;
   z-index: 10;
   opacity: 1;
   -webkit-transition: 400ms;
   transition: 400ms;
 }
 .photo-browser-captions.photo-browser-captions-exposed {
   opacity: 0;
 }
 .photo-browser-caption {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: 300ms;
   transition: 300ms;
   position: absolute;
   bottom: 0;
   left: 0;
   opacity: 0;
   padding: 4px 5px;
   width: 100%;
   text-align: center;
   color: var(--color-white);
   background: rgba(0, 0, 0, 0.8);
 }
 .photo-browser-caption:empty {
   display: none;
 }
 .photo-browser-caption.photo-browser-caption-active {
   opacity: 1;
 }
 .photo-browser-captions-light .photo-browser-caption {
   background: rgba(255, 255, 255, 0.8);
   color: var(--color-black);
 }
 .photo-browser-captions-dark .photo-browser-caption {
   color: var(--color-white);
 }
 .photo-browser-exposed .photo-browser-caption {
   color: var(--color-white);
   background: rgba(0, 0, 0, 0.8);
 }
 .photo-browser-swiper-container {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   background: var(--color-white);
   -webkit-transition: 400ms;
   transition: 400ms;
   -webkit-transition-property: background-color;
   transition-property: background-color;
 }
 .photo-browser-prev.swiper-button-disabled,
 .photo-browser-next.swiper-button-disabled {
   opacity: 0.3;
 }
 .photo-browser-slide {
   width: 100%;
   height: 100%;
   position: relative;
   overflow: hidden;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 .photo-browser-slide.photo-browser-transitioning {
   -webkit-transition: 400ms;
   transition: 400ms;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
 }
 .photo-browser-slide span.swiper-zoom-container {
   display: none;
 }
 .photo-browser-slide img {
   width: auto;
   height: auto;
   max-width: 100%;
   max-height: 100%;
   display: none;
 }
 .photo-browser-slide.swiper-slide-active span.swiper-zoom-container,
 .photo-browser-slide.swiper-slide-next span.swiper-zoom-container,
 .photo-browser-slide.swiper-slide-prev span.swiper-zoom-container {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
 }
 .photo-browser-slide.swiper-slide-active img,
 .photo-browser-slide.swiper-slide-next img,
 .photo-browser-slide.swiper-slide-prev img {
   display: inline;
 }
 .photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader,
 .photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader,
 .photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader {
   display: block;
 }
 .photo-browser-slide iframe {
   width: 100%;
   height: 100%;
 }
 .photo-browser-slide .preloader {
   display: none;
   position: absolute;
   width: 42px;
   height: 42px;
   margin-left: -21px;
   margin-top: -21px;
   left: 50%;
   top: 50%;
 }
 .photo-browser-dark .photo-browser-swiper-container,
 .photo-browser-page-dark .photo-browser-swiper-container {
   background: var(--color-black);
 }
 @-webkit-keyframes photo-browser-in {
   0% {
     -webkit-transform: translate3d(0, 0, 0) scale(0.5);
     transform: translate3d(0, 0, 0) scale(0.5);
     opacity: 0;
   }
   50% {
     -webkit-transform: translate3d(0, 0, 0) scale(1.05);
     transform: translate3d(0, 0, 0) scale(1.05);
     opacity: 1;
   }
   100% {
     -webkit-transform: translate3d(0, 0, 0) scale(1);
     transform: translate3d(0, 0, 0) scale(1);
     opacity: 1;
   }
 }
 @keyframes photo-browser-in {
   0% {
     -webkit-transform: translate3d(0, 0, 0) scale(0.5);
     transform: translate3d(0, 0, 0) scale(0.5);
     opacity: 0;
   }
   50% {
     -webkit-transform: translate3d(0, 0, 0) scale(1.05);
     transform: translate3d(0, 0, 0) scale(1.05);
     opacity: 1;
   }
   100% {
     -webkit-transform: translate3d(0, 0, 0) scale(1);
     transform: translate3d(0, 0, 0) scale(1);
     opacity: 1;
   }
 }
 @-webkit-keyframes photo-browser-out {
   0% {
     -webkit-transform: translate3d(0, 0, 0) scale(1);
     transform: translate3d(0, 0, 0) scale(1);
     opacity: 1;
   }
   50% {
     -webkit-transform: translate3d(0, 0, 0) scale(1.05);
     transform: translate3d(0, 0, 0) scale(1.05);
     opacity: 1;
   }
   100% {
     -webkit-transform: translate3d(0, 0, 0) scale(0.5);
     transform: translate3d(0, 0, 0) scale(0.5);
     opacity: 0;
   }
 }
 @keyframes photo-browser-out {
   0% {
     -webkit-transform: translate3d(0, 0, 0) scale(1);
     transform: translate3d(0, 0, 0) scale(1);
     opacity: 1;
   }
   50% {
     -webkit-transform: translate3d(0, 0, 0) scale(1.05);
     transform: translate3d(0, 0, 0) scale(1.05);
     opacity: 1;
   }
   100% {
     -webkit-transform: translate3d(0, 0, 0) scale(0.5);
     transform: translate3d(0, 0, 0) scale(0.5);
     opacity: 0;
   }
 }
 .ios .toolbar ~ .photo-browser-captions {
   bottom: 44px;
   -webkit-transform: translate3d(0, 0px, 0);
   transform: translate3d(0, 0px, 0);
 }
 .ios .toolbar ~ .photo-browser-captions.photo-browser-captions-exposed {
   -webkit-transform: translate3d(0, 0px, 0);
   transform: translate3d(0, 0px, 0);
 }
 .ios .photo-browser-exposed .toolbar ~ .photo-browser-captions {
   -webkit-transform: translate3d(0, 44px, 0);
   transform: translate3d(0, 44px, 0);
 }
 .ios .photo-browser-page .toolbar {
   -webkit-transform: none;
   transform: none;
 }
 .ios .view.with-photo-browser-page-exposed .navbar {
   opacity: 0;
 }
 .ios .photo-browser-page .navbar,
 .ios .view.with-photo-browser-page .navbar,
 .ios .photo-browser-page .toolbar,
 .ios .view.with-photo-browser-page .toolbar {
   background: rgba(247, 247, 248, 0.95);
   -webkit-transition: 400ms;
   transition: 400ms;
 }
 .ios .photo-browser-dark .navbar,
 .ios .photo-browser-page-dark .navbar,
 .ios .view.with-photo-browser-page-dark .navbar,
 .ios .photo-browser-dark .toolbar,
 .ios .photo-browser-page-dark .toolbar,
 .ios .view.with-photo-browser-page-dark .toolbar {
   background: rgba(21, 32, 47, 0.8);
   color: var(--color-white);
 }
 .ios .photo-browser-dark .navbar:before,
 .ios .photo-browser-page-dark .navbar:before,
 .ios .view.with-photo-browser-page-dark .navbar:before,
 .ios .photo-browser-dark .toolbar:before,
 .ios .photo-browser-page-dark .toolbar:before,
 .ios .view.with-photo-browser-page-dark .toolbar:before {
   display: none !important;
 }
 .ios .photo-browser-dark .navbar:after,
 .ios .photo-browser-page-dark .navbar:after,
 .ios .view.with-photo-browser-page-dark .navbar:after,
 .ios .photo-browser-dark .toolbar:after,
 .ios .photo-browser-page-dark .toolbar:after,
 .ios .view.with-photo-browser-page-dark .toolbar:after {
   display: none !important;
 }
 .ios .photo-browser-dark .navbar a,
 .ios .photo-browser-page-dark .navbar a,
 .ios .view.with-photo-browser-page-dark .navbar a,
 .ios .photo-browser-dark .toolbar a,
 .ios .photo-browser-page-dark .toolbar a,
 .ios .view.with-photo-browser-page-dark .toolbar a {
   color: var(--color-white);
 }
 .ios.device-iphone-x .photo-browser-captions {
   bottom: constant(safe-area-inset-bottom);
   bottom: env(safe-area-inset-bottom);
 }
 .ios.device-iphone-x .toolbar ~ .photo-browser-captions {
   bottom: calc(44px + constant(safe-area-inset-bottom));
   bottom: calc(44px + env(safe-area-inset-bottom));
 }
















 .md.device-iphone-x .photo-browser-captions {
   bottom: constant(safe-area-inset-bottom);
   bottom: env(safe-area-inset-bottom);
 }
 .md.device-iphone-x .toolbar ~ .photo-browser-captions {
   bottom: calc(48px + constant(safe-area-inset-bottom));
   bottom: calc(48px + env(safe-area-inset-bottom));
 }
 /* === Notifications === */
 .notification {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 20000;
   font-size: 14px;
   margin: 0;
   border: none;
   display: none;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
   direction: ltr;
 }
 .notification-icon {
   font-size: 0;
 }
 .notification-header {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
 }
 .notification-close-button {
   margin-left: auto;
   cursor: pointer;
 }
 html.with-statusbar.device-ios .notification,
 html.with-statusbar.ios:not(.device-ios):not(.device-android) .notification {
   margin-top: 20px;
 }
 html.with-statusbar.device-android .notification,
 html.with-statusbar.md:not(.device-ios):not(.device-android) .notification {
   margin-top: 24px;
 }
 html.with-statusbar.device-iphone-x .notification {
   margin-top: constant(safe-area-inset-top);
   margin-top: env(safe-area-inset-top);
 }
 .ios .notification {
   left: 8px;
   top: 8px;
   width: calc(100% - 16px);
   background: rgba(250, 250, 250, 0.95);
   border-radius: 12px;
   -webkit-box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.7);
   box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.7);
   padding: 10px;
   color: var(--color-black);
   max-width: 568px;
   -webkit-transition-duration: 450ms;
   transition-duration: 450ms;
   -webkit-transform: translate3d(0%, -200%, 0);
   transform: translate3d(0%, -200%, 0);
 }
 @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
   .ios .notification {
     background: rgba(255, 255, 255, 0.65);
     -webkit-backdrop-filter: blur(10px);
     backdrop-filter: blur(10px);
   }
 }
 @media (min-width: 584px) {
   .ios .notification {
     left: 50%;
     width: 568px;
     margin-left: -284px;
   }
 }
 .ios .notification.modal-in {
   -webkit-transform: translate3d(0%, 0%, 0);
   transform: translate3d(0%, 0%, 0);
   opacity: 1;
 }
 .ios .notification.modal-out {
   -webkit-transform: translate3d(0%, -200%, 0);
   transform: translate3d(0%, -200%, 0);
 }
 .ios .notification-icon {
   width: 20px;
   height: 20px;
   line-height: 20px;
   margin-right: 8px;
 }
 .ios .notification-icon i {
   width: 20px;
   height: 20px;
   font-size: 20px;
 }
 .ios .notification-title {
   font-size: 13px;
   text-transform: uppercase;
   letter-spacing: 0.02em;
 }
 .ios .notification-subtitle {
   font-size: 15px;
   font-weight: 600;
   line-height: 1.35;
 }
 .ios .notification-text {
   font-size: 15px;
   line-height: 1.2;
 }
 .ios .notification-header + .notification-content {
   margin-top: 10px;
 }
 .ios .notification-title-right-text {
   color: #444a51;
   font-size: 13px;
   margin-right: 6px;
   margin-left: auto;
 }
 .ios .notification-title-right-text + .notification-close-button {
   margin-left: 10px;
 }
 .ios .notification-close-button {
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%2044%2044'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cg%20stroke%3D'none'%20stroke-width%3D'1'%20fill%3D'none'%20fill-rule%3D'evenodd'%3E%3Cpath%20d%3D'M22.5%2C20.3786797%20L14.7218254%2C12.6005051%20L12.6005051%2C14.7218254%20L20.3786797%2C22.5%20L12.6005051%2C30.2781746%20L14.7218254%2C32.3994949%20L22.5%2C24.6213203%20L30.2781746%2C32.3994949%20L32.3994949%2C30.2781746%20L24.6213203%2C22.5%20L32.3994949%2C14.7218254%20L30.2781746%2C12.6005051%20L22.5%2C20.3786797%20Z%20M22%2C44%20C34.1502645%2C44%2044%2C34.1502645%2044%2C22%20C44%2C9.8497355%2034.1502645%2C0%2022%2C0%20C9.8497355%2C0%200%2C9.8497355%200%2C22%20C0%2C34.1502645%209.8497355%2C44%2022%2C44%20Z'%20fill%3D'%23000000'%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
   width: 20px;
   height: 20px;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: 100% auto;
   position: relative;
   opacity: 0.3;
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
 }
 .ios .notification-close-button.active-state {
   -webkit-transition-duration: 0ms;
   transition-duration: 0ms;
   opacity: 0.1;
 }
 .ios .notification-close-button:after {
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   width: 44px;
   height: 44px;
   margin-left: -22px;
   margin-top: -22px;
 }

 @media (min-width: 568px) {
   .md .notification {
     left: 50%;
     margin-left: -284px;
   }
 }

















 @-webkit-keyframes notification-md-in {
   0% {
     -webkit-transform: translate3d(0, -150%, 0);
     transform: translate3d(0, -150%, 0);
   }
   50% {
     -webkit-transform: translate3d(0, 10%, 0);
     transform: translate3d(0, 10%, 0);
   }
   100% {
     -webkit-transform: translate3d(0, 0%, 0);
     transform: translate3d(0, 0%, 0);
   }
 }
 @keyframes notification-md-in {
   0% {
     -webkit-transform: translate3d(0, -150%, 0);
     transform: translate3d(0, -150%, 0);
   }
   50% {
     -webkit-transform: translate3d(0, 10%, 0);
     transform: translate3d(0, 10%, 0);
   }
   100% {
     -webkit-transform: translate3d(0, 0%, 0);
     transform: translate3d(0, 0%, 0);
   }
 }
 /* === Autocomplete === */
 .autocomplete-page .autocomplete-found {
   display: block;
 }
 .autocomplete-page .autocomplete-not-found {
   display: none;
 }
 .autocomplete-page .autocomplete-values {
   display: block;
 }
 .autocomplete-page .list ul:empty {
   display: none;
 }
 .autocomplete-preloader:not(.autocomplete-preloader-visible) {
   visibility: hidden;
 }
 .autocomplete-preloader:not(.autocomplete-preloader-visible),
 .autocomplete-preloader:not(.autocomplete-preloader-visible) * {
   -webkit-animation: none;
   animation: none;
 }
 .autocomplete-dropdown {
   background: var(--color-white);
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: absolute;
   z-index: 500;
   width: 100%;
   left: 0;
 }
 .autocomplete-dropdown .autocomplete-dropdown-inner {
   position: relative;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   height: 100%;
   z-index: 1;
 }
 .autocomplete-dropdown .autocomplete-preloader {
   display: none;
   position: absolute;
   bottom: 100%;
   width: 20px;
   height: 20px;
 }
 .autocomplete-dropdown .autocomplete-preloader-visible {
   display: block;
 }
 .autocomplete-dropdown .autocomplete-dropdown-placeholder {
   color: #a9a9a9;
 }
 .autocomplete-dropdown .list {
   margin: 0;
 }
 .autocomplete-dropdown .list ul {
   background: none !important;
 }
 .autocomplete-dropdown .list ul:before {
   display: none !important;
 }
 .autocomplete-dropdown .list ul:after {
   display: none !important;
 }
 .list .item-content-dropdown-expanded .item-title.item-label {
   width: 0;
   -webkit-flex-shrink: 10;
   -ms-flex-negative: 10;
   flex-shrink: 10;
   overflow: hidden;
 }
 .list .item-content-dropdown-expanded .item-title.item-label + .item-input-wrap {
   margin-left: 0;
 }
 .list .item-content-dropdown-expanded .item-input-wrap {
   width: 100%;
 }
 .ios .autocomplete-dropdown {
   -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
   box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
 }
 .ios .autocomplete-dropdown .autocomplete-preloader {
   right: 15px;
   margin-bottom: 12px;
 }
 .ios .autocomplete-dropdown .list b {
   font-weight: 600;
 }
 .ios .searchbar-input-wrap .autocomplete-dropdown {
   margin-top: -32px;
   top: 100%;
   background: #e8e8ea;
   z-index: 20;
   border-radius: 8px;
 }
 .ios .searchbar-input-wrap .autocomplete-dropdown .item-content {
   padding-left: 28px;
 }
 .ios .searchbar-input-wrap .autocomplete-dropdown li:last-child {
   border-radius: 0 0 8px 8px;
   position: relative;
   overflow: hidden;
 }
 .ios .searchbar-input-wrap .autocomplete-dropdown .autocomplete-dropdown-inner {
   padding-top: 32px;
 }
 .ios .searchbar-input-wrap .autocomplete-dropdown .autocomplete-dropdown-placeholder {
   color: #939398;
 }
 .ios .theme-dark .autocomplete-dropdown {
   background-color: var(--theme-dark-nav-bg);
 }
 .ios .theme-dark .searchbar-input-wrap .autocomplete-dropdown {
   background-color: var(--theme-dark-page-bg);
 }









 /* === Tooltip === */
 .tooltip {
   position: absolute;
   z-index: 20000;
   background: rgba(0, 0, 0, 0.87);
   border-radius: 4px;
   padding: 8px 16px;
   color: var(--color-white);
   font-size: 14px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   line-height: 1.2;
   opacity: 0;
   -webkit-transform: scale(0.9);
   transform: scale(0.9);
   -webkit-transition-duration: 150ms;
   transition-duration: 150ms;
   -webkit-transition-property: opacity, -webkit-transform;
   transition-property: opacity, -webkit-transform;
   transition-property: opacity, transform;
   transition-property: opacity, transform, -webkit-transform;
   z-index: 99000;
   font-weight: 500;
 }
 .tooltip.tooltip-in {
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
 }
 .tooltip.tooltip-out {
   opacity: 0;
   -webkit-transform: scale(1);
   transform: scale(1);
 }
 .device-desktop .tooltip {
   font-size: 12px;
   padding: 6px 8px;
 }
 /* === Gauge === */
 .gauge {
   position: relative;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   display: inline-block;
 }
 .gauge-svg,
 .gauge svg {
   max-width: 100%;
   height: auto;
 }
 .gauge-svg circle,
 .gauge svg circle,
 .gauge-svg path,
 .gauge svg path {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
 }
 iframe#viAd {
   z-index: 12900 !important;
   background: var(--color-black) !important;
 }
 .vi-overlay {
   background: rgba(0, 0, 0, 0.85);
   z-index: 13100;
   position: absolute;
   left: 0%;
   top: 0%;
   width: 100%;
   height: 100%;
   border-radius: 3px;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   text-align: center;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
   .vi-overlay {
     background: rgba(0, 0, 0, 0.65);
     -webkit-backdrop-filter: blur(10px);
     backdrop-filter: blur(10px);
   }
 }
 .vi-overlay .vi-overlay-text {
   text-align: center;
   color: var(--color-white);
   max-width: 80%;
 }
 .vi-overlay .vi-overlay-text + .vi-overlay-play-button {
   margin-top: 15px;
 }
 .vi-overlay .vi-overlay-play-button {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   border: 2px solid var(--color-white);
   position: relative;
 }
 .vi-overlay .vi-overlay-play-button.active-state {
   opacity: 0.55;
 }
 .vi-overlay .vi-overlay-play-button:before {
   content: '';
   width: 0;
   height: 0;
   border-top: 8px solid transparent;
   border-bottom: 8px solid transparent;
   border-left: 14px solid var(--color-white);
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: 2px;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 }
 /* === Elevation === */
 .elevation-0 {
   -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
   box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
 }
 .elevation-1 {
   -webkit-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;
   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;
 }
 .elevation-2 {
   -webkit-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;
   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;
 }
 .elevation-3 {
   -webkit-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;
   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;
 }
 .elevation-4 {
   -webkit-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;
   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;
 }
 .elevation-5 {
   -webkit-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;
   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;
 }
 .elevation-6 {
   -webkit-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;
   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;
 }
 .elevation-7 {
   -webkit-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;
   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;
 }
 .elevation-8 {
   -webkit-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;
   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;
 }
 .elevation-9 {
   -webkit-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;
   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;
 }
 .elevation-10 {
   -webkit-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;
   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;
 }
 .elevation-11 {
   -webkit-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;
   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;
 }
 .elevation-12 {
   -webkit-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;
   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;
 }
 .elevation-13 {
   -webkit-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;
   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;
 }
 .elevation-14 {
   -webkit-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;
   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;
 }
 .elevation-15 {
   -webkit-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;
   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;
 }
 .elevation-16 {
   -webkit-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;
   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;
 }
 .elevation-17 {
   -webkit-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;
   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;
 }
 .elevation-18 {
   -webkit-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;
   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;
 }
 .elevation-19 {
   -webkit-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;
   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;
 }
 .elevation-20 {
   -webkit-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;
   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;
 }
 .elevation-21 {
   -webkit-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;
   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;
 }
 .elevation-22 {
   -webkit-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;
   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;
 }
 .elevation-23 {
   -webkit-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;
   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;
 }
 .elevation-24 {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-0:hover {
   -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
   box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
 }
 .device-desktop .elevation-hover-1:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-2:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-3:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-4:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-5:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-6:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-7:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-8:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-9:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-10:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-11:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-12:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-13:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-14:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-15:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-16:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-17:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-18:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-19:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-20:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-21:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-22:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-23:hover {
   -webkit-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;
   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;
 }
 .device-desktop .elevation-hover-24:hover {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-0,
 .device-desktop .active-state.elevation-pressed-0 {
   -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
   box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
 }
 .active-state.elevation-pressed-1,
 .device-desktop .active-state.elevation-pressed-1 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-2,
 .device-desktop .active-state.elevation-pressed-2 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-3,
 .device-desktop .active-state.elevation-pressed-3 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-4,
 .device-desktop .active-state.elevation-pressed-4 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-5,
 .device-desktop .active-state.elevation-pressed-5 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-6,
 .device-desktop .active-state.elevation-pressed-6 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-7,
 .device-desktop .active-state.elevation-pressed-7 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-8,
 .device-desktop .active-state.elevation-pressed-8 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-9,
 .device-desktop .active-state.elevation-pressed-9 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-10,
 .device-desktop .active-state.elevation-pressed-10 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-11,
 .device-desktop .active-state.elevation-pressed-11 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-12,
 .device-desktop .active-state.elevation-pressed-12 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-13,
 .device-desktop .active-state.elevation-pressed-13 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-14,
 .device-desktop .active-state.elevation-pressed-14 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-15,
 .device-desktop .active-state.elevation-pressed-15 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-16,
 .device-desktop .active-state.elevation-pressed-16 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-17,
 .device-desktop .active-state.elevation-pressed-17 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-18,
 .device-desktop .active-state.elevation-pressed-18 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-19,
 .device-desktop .active-state.elevation-pressed-19 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-20,
 .device-desktop .active-state.elevation-pressed-20 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-21,
 .device-desktop .active-state.elevation-pressed-21 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-22,
 .device-desktop .active-state.elevation-pressed-22 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-23,
 .device-desktop .active-state.elevation-pressed-23 {
   -webkit-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;
   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;
 }
 .active-state.elevation-pressed-24,
 .device-desktop .active-state.elevation-pressed-24 {
   -webkit-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;
   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;
 }
 .elevation-transition-100 {
   -webkit-transition-duration: 100ms;
   transition-duration: 100ms;
   -webkit-transition-property: -webkit-box-shadow;
   transition-property: -webkit-box-shadow;
   transition-property: box-shadow;
   transition-property: box-shadow, -webkit-box-shadow;
 }
 .elevation-transition,
 .elevation-transition-200 {
   -webkit-transition-duration: 200ms;
   transition-duration: 200ms;
   -webkit-transition-property: -webkit-box-shadow;
   transition-property: -webkit-box-shadow;
   transition-property: box-shadow;
   transition-property: box-shadow, -webkit-box-shadow;
 }
 .elevation-transition-300 {
   -webkit-transition-duration: 300ms;
   transition-duration: 300ms;
   -webkit-transition-property: -webkit-box-shadow;
   transition-property: -webkit-box-shadow;
   transition-property: box-shadow;
   transition-property: box-shadow, -webkit-box-shadow;
 }
 .elevation-transition-400 {
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
   -webkit-transition-property: -webkit-box-shadow;
   transition-property: -webkit-box-shadow;
   transition-property: box-shadow;
   transition-property: box-shadow, -webkit-box-shadow;
 }
 .elevation-transition-500 {
   -webkit-transition-duration: 500ms;
   transition-duration: 500ms;
   -webkit-transition-property: -webkit-box-shadow;
   transition-property: -webkit-box-shadow;
   transition-property: box-shadow;
   transition-property: box-shadow, -webkit-box-shadow;
 }
 /* === Typography === */
 .display-flex {
   display: -webkit-box !important;
   display: -webkit-flex !important;
   display: -ms-flexbox !important;
   display: flex !important;
 }
 .display-block {
   display: block !important;
 }
 .display-inline-flex {
   display: -webkit-inline-box !important;
   display: -webkit-inline-flex !important;
   display: -ms-inline-flexbox !important;
   display: inline-flex !important;
 }
 .display-inline-block {
   display: inline-block !important;
 }
 .display-inline {
   display: inline !important;
 }
 .display-none {
   display: none !important;
 }
 .flex-shrink-0 {
   -webkit-flex-shrink: 0 !important;
   -ms-flex-negative: 0 !important;
   flex-shrink: 0 !important;
 }
 .flex-shrink-1 {
   -webkit-flex-shrink: 1 !important;
   -ms-flex-negative: 1 !important;
   flex-shrink: 1 !important;
 }
 .flex-shrink-2 {
   -webkit-flex-shrink: 2 !important;
   -ms-flex-negative: 2 !important;
   flex-shrink: 2 !important;
 }
 .flex-shrink-3 {
   -webkit-flex-shrink: 3 !important;
   -ms-flex-negative: 3 !important;
   flex-shrink: 3 !important;
 }
 .flex-shrink-4 {
   -webkit-flex-shrink: 4 !important;
   -ms-flex-negative: 4 !important;
   flex-shrink: 4 !important;
 }
 .flex-shrink-5 {
   -webkit-flex-shrink: 5 !important;
   -ms-flex-negative: 5 !important;
   flex-shrink: 5 !important;
 }
 .flex-shrink-6 {
   -webkit-flex-shrink: 6 !important;
   -ms-flex-negative: 6 !important;
   flex-shrink: 6 !important;
 }
 .flex-shrink-7 {
   -webkit-flex-shrink: 7 !important;
   -ms-flex-negative: 7 !important;
   flex-shrink: 7 !important;
 }
 .flex-shrink-8 {
   -webkit-flex-shrink: 8 !important;
   -ms-flex-negative: 8 !important;
   flex-shrink: 8 !important;
 }
 .flex-shrink-9 {
   -webkit-flex-shrink: 9 !important;
   -ms-flex-negative: 9 !important;
   flex-shrink: 9 !important;
 }
 .flex-shrink-10 {
   -webkit-flex-shrink: 10 !important;
   -ms-flex-negative: 10 !important;
   flex-shrink: 10 !important;
 }
 .justify-content-flex-start {
   -webkit-box-pack: start !important;
   -webkit-justify-content: flex-start !important;
   -ms-flex-pack: start !important;
   justify-content: flex-start !important;
 }
 .justify-content-center {
   -webkit-box-pack: center !important;
   -webkit-justify-content: center !important;
   -ms-flex-pack: center !important;
   justify-content: center !important;
 }
 .justify-content-flex-end {
   -webkit-box-pack: end !important;
   -webkit-justify-content: flex-end !important;
   -ms-flex-pack: end !important;
   justify-content: flex-end !important;
 }
 .justify-content-space-between {
   -webkit-box-pack: justify !important;
   -webkit-justify-content: space-between !important;
   -ms-flex-pack: justify !important;
   justify-content: space-between !important;
 }
 .justify-content-space-around {
   -webkit-justify-content: space-around !important;
   -ms-flex-pack: distribute !important;
   justify-content: space-around !important;
 }
 .justify-content-space-evenly {
   -webkit-box-pack: space-evenly !important;
   -webkit-justify-content: space-evenly !important;
   -ms-flex-pack: space-evenly !important;
   justify-content: space-evenly !important;
 }
 .justify-content-stretch {
   -webkit-box-pack: stretch !important;
   -webkit-justify-content: stretch !important;
   -ms-flex-pack: stretch !important;
   justify-content: stretch !important;
 }
 .justify-content-start {
   -webkit-box-pack: start !important;
   -webkit-justify-content: start !important;
   -ms-flex-pack: start !important;
   justify-content: start !important;
 }
 .justify-content-end {
   -webkit-box-pack: end !important;
   -webkit-justify-content: end !important;
   -ms-flex-pack: end !important;
   justify-content: end !important;
 }
 .justify-content-left {
   -webkit-box-pack: left !important;
   -webkit-justify-content: left !important;
   -ms-flex-pack: left !important;
   justify-content: left !important;
 }
 .justify-content-right {
   -webkit-box-pack: right !important;
   -webkit-justify-content: right !important;
   -ms-flex-pack: right !important;
   justify-content: right !important;
 }
 .align-content-flex-start {
   -webkit-align-content: flex-start !important;
   -ms-flex-line-pack: start !important;
   align-content: flex-start !important;
 }
 .align-content-flex-end {
   -webkit-align-content: flex-end !important;
   -ms-flex-line-pack: end !important;
   align-content: flex-end !important;
 }
 .align-content-center {
   -webkit-align-content: center !important;
   -ms-flex-line-pack: center !important;
   align-content: center !important;
 }
 .align-content-space-between {
   -webkit-align-content: space-between !important;
   -ms-flex-line-pack: justify !important;
   align-content: space-between !important;
 }
 .align-content-space-around {
   -webkit-align-content: space-around !important;
   -ms-flex-line-pack: distribute !important;
   align-content: space-around !important;
 }
 .align-content-stretch {
   -webkit-align-content: stretch !important;
   -ms-flex-line-pack: stretch !important;
   align-content: stretch !important;
 }
 .align-items-flex-start {
   -webkit-box-align: start !important;
   -webkit-align-items: flex-start !important;
   -ms-flex-align: start !important;
   align-items: flex-start !important;
 }
 .align-items-flex-end {
   -webkit-box-align: end !important;
   -webkit-align-items: flex-end !important;
   -ms-flex-align: end !important;
   align-items: flex-end !important;
 }
 .align-items-center {
   -webkit-box-align: center !important;
   -webkit-align-items: center !important;
   -ms-flex-align: center !important;
   align-items: center !important;
 }
 .align-items-stretch {
   -webkit-box-align: stretch !important;
   -webkit-align-items: stretch !important;
   -ms-flex-align: stretch !important;
   align-items: stretch !important;
 }
 .align-self-flex-start {
   -webkit-align-self: flex-start !important;
   -ms-flex-item-align: start !important;
   align-self: flex-start !important;
 }
 .align-self-flex-end {
   -webkit-align-self: flex-end !important;
   -ms-flex-item-align: end !important;
   align-self: flex-end !important;
 }
 .align-self-center {
   -webkit-align-self: center !important;
   -ms-flex-item-align: center !important;
   align-self: center !important;
 }
 .align-self-stretch {
   -webkit-align-self: stretch !important;
   -ms-flex-item-align: stretch !important;
   align-self: stretch !important;
 }
 .text-align-left {
   text-align: left !important;
 }
 .text-align-center {
   text-align: center !important;
 }
 .text-align-right {
   text-align: right !important;
 }
 .text-align-justify {
   text-align: justify !important;
 }
 .float-left {
   float: left !important;
 }
 .float-right {
   float: right !important;
 }
 .float-none {
   float: none !important;
 }
 .vertical-align-bottom {
   vertical-align: bottom !important;
 }
 .vertical-align-middle {
   vertical-align: middle !important;
 }
 .vertical-align-top {
   vertical-align: top !important;
 }
 .no-padding {
   padding: 0 !important;
 }
 .no-padding-left {
   padding-left: 0 !important;
 }
 .no-padding-right {
   padding-right: 0 !important;
 }
 .no-padding-top {
   padding-top: 0 !important;
 }
 .no-padding-bottom {
   padding-bottom: 0 !important;
 }
 .no-margin {
   margin: 0 !important;
 }
 .no-margin-left {
   margin-left: 0 !important;
 }
 .no-margin-right {
   margin-right: 0 !important;
 }
 .no-margin-top {
   margin-top: 0 !important;
 }
 .no-margin-bottom {
   margin-bottom: 0 !important;
 }
 .width-auto {
   width: auto !important;
 }
 .width-100 {
   width: 100% !important;
 }
 .ios .padding {
   padding: 15px !important;
 }
 .ios .padding-top {
   padding-top: 15px !important;
 }
 .ios .padding-bottom {
   padding-bottom: 15px !important;
 }
 .ios .padding-left {
   padding-left: 15px !important;
 }
 .ios .padding-left-ios-edge {
   padding-left: constant(safe-area-inset-left);
   padding-left: env(safe-area-inset-left);
 }
 .ios .padding-right-ios-edge {
   padding-right: constant(safe-area-inset-right);
   padding-right: env(safe-area-inset-right);
 }
 .ios .padding-top-ios-edge {
   padding-top: constant(safe-area-inset-top);
   padding-top: env(safe-area-inset-top);
 }
 .ios .padding-bottom-ios-edge {
   padding-bottom: constant(safe-area-inset-bottom);
   padding-bottom: env(safe-area-inset-bottom);
 }
 .ios .padding-right {
   padding-right: 15px !important;
 }
 .ios .padding-vertical {
   padding-top: 15px !important;
   padding-bottom: 15px !important;
 }
 .ios .padding-horizontal {
   padding-left: 15px !important;
   padding-right: 15px !important;
 }
 .ios .margin {
   margin: 15px !important;
 }
 .ios .margin-top {
   margin-top: 15px !important;
 }
 .ios .margin-bottom {
   margin-bottom: 15px !important;
 }
 .ios .margin-left {
   margin-left: 15px !important;
 }
 .ios .margin-right {
   margin-right: 15px !important;
 }
 .ios .margin-vertical {
   margin-top: 15px !important;
   margin-bottom: 15px !important;
 }
 .ios .margin-horizontal {
   margin-left: 15px !important;
   margin-right: 15px !important;
 }
 .ios .text-color-red {
   color: var(--theme-red-color) !important;
 }
 .ios .bg-color-red {
   background-color: var(--theme-red-color) !important;
 }
 .ios .border-color-red {
   border-color: var(--theme-red-color) !important;
 }
 .ios .text-color-green {
   color: var(--theme-green-color) !important;
 }
 .ios .bg-color-green {
   background-color: var(--theme-green-color) !important;
 }
 .ios .border-color-green {
   border-color: var(--theme-green-color) !important;
 }
 .ios .text-color-blue {
   color: var(--theme-blue-color) !important;
 }
 .ios .bg-color-blue {
   background-color: var(--theme-blue-color) !important;
 }
 .ios .border-color-blue {
   border-color: var(--theme-blue-color) !important;
 }
 .ios .text-color-pink {
   color: var(--theme-pink-color)  !important;
 }
 .ios .bg-color-pink {
   background-color: var(--theme-pink-color)  !important;
 }
 .ios .border-color-pink {
   border-color: var(--theme-pink-color)  !important;
 }
 .ios .text-color-yellow {
   color: var(--theme-yellow-color) !important;
 }
 .ios .bg-color-yellow {
   background-color: var(--theme-yellow-color) !important;
 }
 .ios .border-color-yellow {
   border-color: var(--theme-yellow-color) !important;
 }
 .ios .text-color-orange {
   color: var(--theme-orange-color) !important;
 }
 .ios .bg-color-orange {
   background-color: var(--theme-orange-color) !important;
 }
 .ios .border-color-orange {
   border-color: var(--theme-orange-color) !important;
 }
 .ios .text-color-gray {
   color: var(--theme-gray-color) !important;
 }
 .ios .bg-color-gray {
   background-color: var(--theme-gray-color) !important;
 }
 .ios .border-color-gray {
   border-color: var(--theme-gray-color) !important;
 }
 .ios .text-color-white {
   color: var(--theme-white-color) !important;
 }
 .ios .bg-color-white {
   background-color: var(--theme-white-color) !important;
 }
 .ios .border-color-white {
   border-color: var(--theme-white-color) !important;
 }
 .ios .text-color-black {
   color: var(--theme-black-color) !important;
 }
 .ios .bg-color-black {
   background-color: var(--theme-black-color) !important;
 }
 .ios .border-color-black {
   border-color: var(--theme-black-color) !important;
 }











































/* Material Icons Font (for MD theme) */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: /*local('Material Icons'),
       local('MaterialIcons-Regular'),*/
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Framework7 Icons Font (for iOS theme) */
@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Framework7Icons-Regular.eot");
  src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
       url("../fonts/Framework7Icons-Regular.woff") format("woff"),
       url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}

/* Material Icons Outline */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIconsOutlined-Regular.woff2) format('woff2');
}

.material-icons-outlined,
.material-icons.outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

::-webkit-scrollbar {
  display: none;
}
@charset "UTF-8";
/* ================================================ 
変数
================================================ */
:root {
  --gap: 4px;
}

/* ================================================ */
/* width */
/* ================================================ */
.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.w-1em {
  width: 1em;
}

.w-2em {
  width: 2em;
}

.w-3em {
  width: 3em;
}

.w-4em {
  width: 4em;
}

.w-5em {
  width: 5em;
}

.w-6em {
  width: 6em;
}

.w-7em {
  width: 7em;
}

.w-8em {
  width: 8em;
}

.w-9em {
  width: 9em;
}

.w-10em {
  width: 10em;
}

.w-min-100 {
  min-width: 100%;
}

.w-max-unset {
  max-width: unset;
}

/* ================================================ */
/* height */
/* ================================================ */
.h-10 {
  height: 10%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-50 {
  height: 50%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.h-90 {
  height: 90%;
}

.h-100 {
  height: 100%;
}

.h-1em {
  height: 1em;
}

.h-2em {
  height: 2em;
}

.h-3em {
  height: 3em;
}

.h-4em {
  height: 4em;
}

.h-5em {
  height: 5em;
}

.h-6em {
  height: 6em;
}

.h-7em {
  height: 7em;
}

.h-8em {
  height: 8em;
}

.h-9em {
  height: 9em;
}

.h-10em {
  height: 10em;
}

.h-11em {
  height: 11em;
}

.h-12em {
  height: 12em;
}

.h-13em {
  height: 13em;
}

.h-14em {
  height: 14em;
}

.h-15em {
  height: 15em;
}

.h-16em {
  height: 16em;
}

.h-17em {
  height: 17em;
}

.h-18em {
  height: 18em;
}

.h-19em {
  height: 19em;
}

.h-20em {
  height: 20em;
}

.h-auto {
  height: auto !important;
}

.h-min-100 {
  min-height: 100%;
}

.h-max-unset {
  max-height: unset !important;
}

/* ================================================ */
/* line */
/* ================================================ */
.line-clamp-unset {
  line-clamp: unset !important;
}

/* ================================================ 
padding
================================================ */
.p-0 {
  padding: calc(var(--gap) * 0) !important;
}

.pt-0 {
  padding-top: calc(var(--gap) * 0) !important;
}

.pb-0 {
  padding-bottom: calc(var(--gap) * 0) !important;
}

.pl-0 {
  padding-left: calc(var(--gap) * 0) !important;
}

.pr-0 {
  padding-right: calc(var(--gap) * 0) !important;
}

.p-1 {
  padding: calc(var(--gap) * 1) !important;
}

.pt-1 {
  padding-top: calc(var(--gap) * 1) !important;
}

.pb-1 {
  padding-bottom: calc(var(--gap) * 1) !important;
}

.pl-1 {
  padding-left: calc(var(--gap) * 1) !important;
}

.pr-1 {
  padding-right: calc(var(--gap) * 1) !important;
}

.p-2 {
  padding: calc(var(--gap) * 2) !important;
}

.pt-2 {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-2 {
  padding-bottom: calc(var(--gap) * 2) !important;
}

.pl-2 {
  padding-left: calc(var(--gap) * 2) !important;
}

.pr-2 {
  padding-right: calc(var(--gap) * 2) !important;
}

.p-3 {
  padding: calc(var(--gap) * 3) !important;
}

.pt-3 {
  padding-top: calc(var(--gap) * 3) !important;
}

.pb-3 {
  padding-bottom: calc(var(--gap) * 3) !important;
}

.pl-3 {
  padding-left: calc(var(--gap) * 3) !important;
}

.pr-3 {
  padding-right: calc(var(--gap) * 3) !important;
}

.p-4 {
  padding: calc(var(--gap) * 4) !important;
}

.pt-4 {
  padding-top: calc(var(--gap) * 4) !important;
}

.pb-4 {
  padding-bottom: calc(var(--gap) * 4) !important;
}

.pl-4 {
  padding-left: calc(var(--gap) * 4) !important;
}

.pr-4 {
  padding-right: calc(var(--gap) * 4) !important;
}

.p-5 {
  padding: calc(var(--gap) * 5) !important;
}

.pt-5 {
  padding-top: calc(var(--gap) * 5) !important;
}

.pb-5 {
  padding-bottom: calc(var(--gap) * 5) !important;
}

.pl-5 {
  padding-left: calc(var(--gap) * 5) !important;
}

.pr-5 {
  padding-right: calc(var(--gap) * 5) !important;
}

.p-6 {
  padding: calc(var(--gap) * 6) !important;
}

.pt-6 {
  padding-top: calc(var(--gap) * 6) !important;
}

.pb-6 {
  padding-bottom: calc(var(--gap) * 6) !important;
}

.pl-6 {
  padding-left: calc(var(--gap) * 6) !important;
}

.pr-6 {
  padding-right: calc(var(--gap) * 6) !important;
}

.p-7 {
  padding: calc(var(--gap) * 7) !important;
}

.pt-7 {
  padding-top: calc(var(--gap) * 7) !important;
}

.pb-7 {
  padding-bottom: calc(var(--gap) * 7) !important;
}

.pl-7 {
  padding-left: calc(var(--gap) * 7) !important;
}

.pr-7 {
  padding-right: calc(var(--gap) * 7) !important;
}

.p-8 {
  padding: calc(var(--gap) * 8) !important;
}

.pt-8 {
  padding-top: calc(var(--gap) * 8) !important;
}

.pb-8 {
  padding-bottom: calc(var(--gap) * 8) !important;
}

.pl-8 {
  padding-left: calc(var(--gap) * 8) !important;
}

.pr-8 {
  padding-right: calc(var(--gap) * 8) !important;
}

.p-9 {
  padding: calc(var(--gap) * 9) !important;
}

.pt-9 {
  padding-top: calc(var(--gap) * 9) !important;
}

.pb-9 {
  padding-bottom: calc(var(--gap) * 9) !important;
}

.pl-9 {
  padding-left: calc(var(--gap) * 9) !important;
}

.pr-9 {
  padding-right: calc(var(--gap) * 9) !important;
}

.p-10 {
  padding: calc(var(--gap) * 10) !important;
}

.pt-10 {
  padding-top: calc(var(--gap) * 10) !important;
}

.pb-10 {
  padding-bottom: calc(var(--gap) * 10) !important;
}

.pl-10 {
  padding-left: calc(var(--gap) * 10) !important;
}

.pr-10 {
  padding-right: calc(var(--gap) * 10) !important;
}

.p-11 {
  padding: calc(var(--gap) * 11) !important;
}

.pt-11 {
  padding-top: calc(var(--gap) * 11) !important;
}

.pb-11 {
  padding-bottom: calc(var(--gap) * 11) !important;
}

.pl-11 {
  padding-left: calc(var(--gap) * 11) !important;
}

.pr-11 {
  padding-right: calc(var(--gap) * 11) !important;
}

.p-12 {
  padding: calc(var(--gap) * 12) !important;
}

.pt-12 {
  padding-top: calc(var(--gap) * 12) !important;
}

.pb-12 {
  padding-bottom: calc(var(--gap) * 12) !important;
}

.pl-12 {
  padding-left: calc(var(--gap) * 12) !important;
}

.pr-12 {
  padding-right: calc(var(--gap) * 12) !important;
}

.p-13 {
  padding: calc(var(--gap) * 13) !important;
}

.pt-13 {
  padding-top: calc(var(--gap) * 13) !important;
}

.pb-13 {
  padding-bottom: calc(var(--gap) * 13) !important;
}

.pl-13 {
  padding-left: calc(var(--gap) * 13) !important;
}

.pr-13 {
  padding-right: calc(var(--gap) * 13) !important;
}

.p-14 {
  padding: calc(var(--gap) * 14) !important;
}

.pt-14 {
  padding-top: calc(var(--gap) * 14) !important;
}

.pb-14 {
  padding-bottom: calc(var(--gap) * 14) !important;
}

.pl-14 {
  padding-left: calc(var(--gap) * 14) !important;
}

.pr-14 {
  padding-right: calc(var(--gap) * 14) !important;
}

.p-15 {
  padding: calc(var(--gap) * 15) !important;
}

.pt-15 {
  padding-top: calc(var(--gap) * 15) !important;
}

.pb-15 {
  padding-bottom: calc(var(--gap) * 15) !important;
}

.pl-15 {
  padding-left: calc(var(--gap) * 15) !important;
}

.pr-15 {
  padding-right: calc(var(--gap) * 15) !important;
}

.p-16 {
  padding: calc(var(--gap) * 16) !important;
}

.pt-16 {
  padding-top: calc(var(--gap) * 16) !important;
}

.pb-16 {
  padding-bottom: calc(var(--gap) * 16) !important;
}

.pl-16 {
  padding-left: calc(var(--gap) * 16) !important;
}

.pr-16 {
  padding-right: calc(var(--gap) * 16) !important;
}

.pb-32 {
  padding-bottom: calc(32px * 1) !important;
}

.pb-64 {
  padding-bottom: calc(32px * 2) !important;
}

.pb-96 {
  padding-bottom: calc(32px * 3) !important;
}

.pb-128 {
  padding-bottom: calc(32px * 4) !important;
}

.pb-160 {
  padding-bottom: calc(32px * 5) !important;
}

.pb-192 {
  padding-bottom: calc(32px * 6) !important;
}

.pb-224 {
  padding-bottom: calc(32px * 7) !important;
}

.pb-256 {
  padding-bottom: calc(32px * 8) !important;
}

/* ================================================ 
margin
================================================ */
.m-0 {
  margin: calc(var(--gap) * 0) !important;
}

.mt-0 {
  margin-top: calc(var(--gap) * 0) !important;
}

.mb-0 {
  margin-bottom: calc(var(--gap) * 0) !important;
}

.ml-0 {
  margin-left: calc(var(--gap) * 0) !important;
}

.mr-0 {
  margin-right: calc(var(--gap) * 0) !important;
}

.m-1 {
  margin: calc(var(--gap) * 1) !important;
}

.mt-1 {
  margin-top: calc(var(--gap) * 1) !important;
}

.mb-1 {
  margin-bottom: calc(var(--gap) * 1) !important;
}

.ml-1 {
  margin-left: calc(var(--gap) * 1) !important;
}

.mr-1 {
  margin-right: calc(var(--gap) * 1) !important;
}

.m-2 {
  margin: calc(var(--gap) * 2) !important;
}

.mt-2 {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-2 {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.ml-2 {
  margin-left: calc(var(--gap) * 2) !important;
}

.mr-2 {
  margin-right: calc(var(--gap) * 2) !important;
}

.m-3 {
  margin: calc(var(--gap) * 3) !important;
}

.mt-3 {
  margin-top: calc(var(--gap) * 3) !important;
}

.mb-3 {
  margin-bottom: calc(var(--gap) * 3) !important;
}

.ml-3 {
  margin-left: calc(var(--gap) * 3) !important;
}

.mr-3 {
  margin-right: calc(var(--gap) * 3) !important;
}

.m-4 {
  margin: calc(var(--gap) * 4) !important;
}

.mt-4 {
  margin-top: calc(var(--gap) * 4) !important;
}

.mb-4 {
  margin-bottom: calc(var(--gap) * 4) !important;
}

.ml-4 {
  margin-left: calc(var(--gap) * 4) !important;
}

.mr-4 {
  margin-right: calc(var(--gap) * 4) !important;
}

.m-5 {
  margin: calc(var(--gap) * 5) !important;
}

.mt-5 {
  margin-top: calc(var(--gap) * 5) !important;
}

.mb-5 {
  margin-bottom: calc(var(--gap) * 5) !important;
}

.ml-5 {
  margin-left: calc(var(--gap) * 5) !important;
}

.mr-5 {
  margin-right: calc(var(--gap) * 5) !important;
}

.m-6 {
  margin: calc(var(--gap) * 6) !important;
}

.mt-6 {
  margin-top: calc(var(--gap) * 6) !important;
}

.mb-6 {
  margin-bottom: calc(var(--gap) * 6) !important;
}

.ml-6 {
  margin-left: calc(var(--gap) * 6) !important;
}

.mr-6 {
  margin-right: calc(var(--gap) * 6) !important;
}

.m-7 {
  margin: calc(var(--gap) * 7) !important;
}

.mt-7 {
  margin-top: calc(var(--gap) * 7) !important;
}

.mb-7 {
  margin-bottom: calc(var(--gap) * 7) !important;
}

.ml-7 {
  margin-left: calc(var(--gap) * 7) !important;
}

.mr-7 {
  margin-right: calc(var(--gap) * 7) !important;
}

.m-8 {
  margin: calc(var(--gap) * 8) !important;
}

.mt-8 {
  margin-top: calc(var(--gap) * 8) !important;
}

.mb-8 {
  margin-bottom: calc(var(--gap) * 8) !important;
}

.ml-8 {
  margin-left: calc(var(--gap) * 8) !important;
}

.mr-8 {
  margin-right: calc(var(--gap) * 8) !important;
}

.m-9 {
  margin: calc(var(--gap) * 9) !important;
}

.mt-9 {
  margin-top: calc(var(--gap) * 9) !important;
}

.mb-9 {
  margin-bottom: calc(var(--gap) * 9) !important;
}

.ml-9 {
  margin-left: calc(var(--gap) * 9) !important;
}

.mr-9 {
  margin-right: calc(var(--gap) * 9) !important;
}

.m-10 {
  margin: calc(var(--gap) * 10) !important;
}

.mt-10 {
  margin-top: calc(var(--gap) * 10) !important;
}

.mb-10 {
  margin-bottom: calc(var(--gap) * 10) !important;
}

.ml-10 {
  margin-left: calc(var(--gap) * 10) !important;
}

.mr-10 {
  margin-right: calc(var(--gap) * 10) !important;
}

.m-11 {
  margin: calc(var(--gap) * 11) !important;
}

.mt-11 {
  margin-top: calc(var(--gap) * 11) !important;
}

.mb-11 {
  margin-bottom: calc(var(--gap) * 11) !important;
}

.ml-11 {
  margin-left: calc(var(--gap) * 11) !important;
}

.mr-11 {
  margin-right: calc(var(--gap) * 11) !important;
}

.m-12 {
  margin: calc(var(--gap) * 12) !important;
}

.mt-12 {
  margin-top: calc(var(--gap) * 12) !important;
}

.mb-12 {
  margin-bottom: calc(var(--gap) * 12) !important;
}

.ml-12 {
  margin-left: calc(var(--gap) * 12) !important;
}

.mr-12 {
  margin-right: calc(var(--gap) * 12) !important;
}

.m-13 {
  margin: calc(var(--gap) * 13) !important;
}

.mt-13 {
  margin-top: calc(var(--gap) * 13) !important;
}

.mb-13 {
  margin-bottom: calc(var(--gap) * 13) !important;
}

.ml-13 {
  margin-left: calc(var(--gap) * 13) !important;
}

.mr-13 {
  margin-right: calc(var(--gap) * 13) !important;
}

.m-14 {
  margin: calc(var(--gap) * 14) !important;
}

.mt-14 {
  margin-top: calc(var(--gap) * 14) !important;
}

.mb-14 {
  margin-bottom: calc(var(--gap) * 14) !important;
}

.ml-14 {
  margin-left: calc(var(--gap) * 14) !important;
}

.mr-14 {
  margin-right: calc(var(--gap) * 14) !important;
}

.m-15 {
  margin: calc(var(--gap) * 15) !important;
}

.mt-15 {
  margin-top: calc(var(--gap) * 15) !important;
}

.mb-15 {
  margin-bottom: calc(var(--gap) * 15) !important;
}

.ml-15 {
  margin-left: calc(var(--gap) * 15) !important;
}

.mr-15 {
  margin-right: calc(var(--gap) * 15) !important;
}

.m-16 {
  margin: calc(var(--gap) * 16) !important;
}

.mt-16 {
  margin-top: calc(var(--gap) * 16) !important;
}

.mb-16 {
  margin-bottom: calc(var(--gap) * 16) !important;
}

.ml-16 {
  margin-left: calc(var(--gap) * 16) !important;
}

.mr-16 {
  margin-right: calc(var(--gap) * 16) !important;
}

.mb-32 {
  margin-bottom: calc(32px * 1) !important;
}

.mb-64 {
  margin-bottom: calc(32px * 2) !important;
}

.mb-96 {
  margin-bottom: calc(32px * 3) !important;
}

.mb-128 {
  margin-bottom: calc(32px * 4) !important;
}

.mb-160 {
  margin-bottom: calc(32px * 5) !important;
}

.mb-192 {
  margin-bottom: calc(32px * 6) !important;
}

.mb-224 {
  margin-bottom: calc(32px * 7) !important;
}

.mb-256 {
  margin-bottom: calc(32px * 8) !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

/* ================================================ 
border-radius
================================================ */
.b-rad-0 {
  border-radius: calc(var(--gap) * 0) !important;
}

.b-rad-1 {
  border-radius: calc(var(--gap) * 1) !important;
}

.b-rad-2 {
  border-radius: calc(var(--gap) * 2) !important;
}

.b-rad-3 {
  border-radius: calc(var(--gap) * 3) !important;
}

.b-rad-4 {
  border-radius: calc(var(--gap) * 4) !important;
}

.b-rad-5 {
  border-radius: calc(var(--gap) * 5) !important;
}

.b-rad-6 {
  border-radius: calc(var(--gap) * 6) !important;
}

.b-rad-7 {
  border-radius: calc(var(--gap) * 7) !important;
}

.b-rad-8 {
  border-radius: calc(var(--gap) * 8) !important;
}

/* ================================================ 
flex
================================================ */
.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  -webkit-flex-shrink: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

/* ================================================ 
display
================================================ */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

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

.d-table {
  display: table !important;
}

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.hidden {
  display: none;
}

/* ================================================ 
position
================================================ */
.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

/* ================================================ 
font
================================================ */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

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

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

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

.text-invert {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.text-black {
  color: var(--color-black) !important;
}

.color-inherit {
  color: inherit !important;
}

/* ================================================ 
font-size
================================================ */
.fs-07 {
  font-size: 0.7em !important;
}

.fs-08 {
  font-size: 0.8em !important;
}

.fs-09 {
  font-size: 0.9em !important;
}

.fs-1 {
  font-size: 1em !important;
}

.fs-12 {
  font-size: 1.2em !important;
}

.fs-125 {
  font-size: 1.25em !important;
}

.fs-15 {
  font-size: 1.5em !important;
}

.fs-175 {
  font-size: 1.75em !important;
}

.fs-2 {
  font-size: 2em !important;
}

/* ================================================ 
border
================================================ */
.b-l {
  border-left: solid thin #eee;
}

.b-r {
  border-right: solid thin #eee;
}

.bb {
  border-bottom: solid thin #eee;
}

.bt-none {
  border-top: none !important;
}

.bb-none {
  border-bottom: none !important;
}

/* ================================================ 
overflow
================================================ */
.overflow-hidden {
  overflow-x: hidden;
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-wrap-break {
  display: block;
  overflow-wrap: break-word;
}

.keepall {
  word-break: keep-all;
}

/* ================================================ 
画像
================================================ */
img.fit {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ================================================ 
line-height
================================================ */
.lh-0 {
  line-height: 1em;
}

.lh-1 {
  line-height: 1.25em;
}

.lh-2 {
  line-height: 1.5em;
}

.lh-3 {
  line-height: 1.75em;
}

.lh-4 {
  line-height: 2em;
}

.lh-5 {
  line-height: 2.25em;
}

.lh-6 {
  line-height: 2.5em;
}

.lh-7 {
  line-height: 2.75em;
}

.lh-8 {
  line-height: 3em;
}

/* ================================================ 
input
================================================ */
input,
textarea {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  -o-user-select: auto !important;
  user-select: auto !important;
}

/* ================================================ 
before after
================================================ */
.before-hidden::before {
  display: none !important;
  content: none !important;
}

.after-hidden::after {
  display: none !important;
  content: none !important;
}

@charset "UTF-8";
/* ================================================ 
safeareaを考慮したサイズ変数
================================================ */
:root {
  --safearea-top: calc(constant(safe-area-inset-top));
  --safearea-top: calc(env(safe-area-inset-top));
  --safearea-bottom: calc(constant(safe-area-inset-bottom));
  --safearea-bottom: calc(env(safe-area-inset-bottom));
}

/* ================================================ 
タブレット用文字倍率変数
================================================ */
:root {
  --magnification: 1.5;
}

/* ================================================ 
基本パーツ
================================================ */
:root section.strong {
  background-color: var(--bg-color);
}

:root wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

:root .user-header {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  background-color: var(--nav-bg);
  color: var(--nav-color);
}

:root .user-footer {
  position: fixed;
  bottom: 0;
}

:root p {
  line-height: 1.5em;
}

/* ================================================ 
アイコン
================================================ */
:root .icon-1 {
  height: 1em;
}

:root .icon-2 {
  height: 2em;
}

:root .icon-3 {
  height: 3em;
}

:root img.inline-icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 35px;
  height: 35px;
}

/* ================================================ 
円グラフ
================================================ */
graph.min,
.graph.min {
  width: 35px;
  height: 35px;
  padding: 0px;
  display: block;
}

graph.min canvas,
.graph.min canvas {
  width: 100%;
  height: 100%;
}

graph.min iframe,
.graph.min iframe {
  display: none;
}

.chartjs-hidden-iframe {
  display: none !important;
}

/* ================================================ 
チップ
================================================ */
:root .tip {
  font-size: 12px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: var(--tip-bg-0);
  color: var(--tip-0);
  border-radius: 2em;
  text-align: center;
  line-height: 1.6em;
}

:root .tip-mid {
  font-size: 0.85em;
  display: inline-block;
  line-height: 1.8em;
  border-radius: 2em;
}

:root .tip-big {
  font-size: 1em;
  display: inline-block;
  line-height: 2em;
  border-radius: 1em;
}

:root .tip-target-0 {
  color: var(--tip-0);
  background-color: var(--tip-bg-0);
}

:root .tip-target-1 {
  color: var(--tip-1);
  background-color: var(--tip-bg-1);
}

:root .tip-target-2 {
  color: var(--tip-2);
  background-color: var(--tip-bg-2);
}

:root .tip-target-3 {
  color: var(--tip-3);
  background-color: var(--tipbg-3);
}

:root .tip-target-4 {
  color: var(--tip-4);
  background-color: var(--tip-bg-4);
}

:root .tip-target-5 {
  color: var(--tip-5);
  background-color: var(--tip-bg-5);
}

:root .tip-grade {
  background-color: #999 !important;
}

:root .tip-color {
  background-color: var(--prom-color);
  color: var(--text-color-rev);
}

/* ================================================ 
学習画面(card,quiz,player)
================================================ */
screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background-color: var(--bg-color);
  border-bottom: solid thin var(--border-color);
}

screen .screen-top,
screen .screen-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 24px;
}

screen .screen-top .screen-tip,
screen .screen-bottom .screen-tip {
  color: var(--text-color-rev);
  background-color: var(--prom-color);
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2em;
  text-align: center;
  font-size: 0.9em !important;
  display: inline-block;
  line-height: 1.8em;
}

screen .screen-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 48px);
}

screen .screen-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

screen .screen-content text {
  display: block;
  margin-bottom: 1em;
}

.portlait screen {
  width: 100%;
  height: calc(50vmax);
}

.landscape screen {
  position: absolute;
  top: 0;
  width: 50vmax;
  height: 100%;
  border-bottom: none;
}

.landscape .hand-L screen {
  right: 0;
  border-left: thin solid #ccc;
}

.landscape .hand-R screen {
  left: 0;
  border-right: thin solid #ccc;
}

.font-S .screen-content {
  font-size: 1em;
}

.font-M .screen-content {
  font-size: 1.25em;
}

.font-L .screen-content {
  font-size: 1.5em;
}

.tablet .font-S .screen-content {
  font-size: calc(1em * var(--magnification));
}

.tablet .font-M .screen-content {
  font-size: calc(1.25em * var(--magnification));
}

.tablet .font-L .screen-content {
  font-size: calc(1.5em * var(--magnification));
}

.portlait panel {
  width: 100%;
  height: calc(100% - 50vmax - 44px - var(--safearea-bottom));
}

.landscape panel {
  position: absolute;
  top: 0;
  width: 50vmax;
  height: calc(100% - 44px - var(--safearea-bottom));
}

.landscape .hand-L panel {
  left: 0;
  right: unset;
}

.landscape .hand-R panel {
  left: unset;
  right: 0;
}

.landscape .study-footer.toolbar {
  position: absolute;
  width: 50vmax;
}

.landscape .hand-L .study-footer.toolbar {
  left: 0;
  right: unset;
}

.landscape .hand-R .study-footer.toolbar {
  left: unset;
  right: 0;
}

.study-masking-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.study-masking-wrapper.hidden {
  display: none !important;
}

.hand-R .study-masking-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hand-L .study-masking-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.portlait .study-masking-wrapper masking {
  width: 100%;
  height: calc(50vmax);
}

.landscape .study-masking-wrapper masking {
  width: 50vmax;
  height: 100%;
}

.study-masking-wrapper masking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.study-masking-wrapper masking img {
  width: 70vmin;
  height: 70vmin;
  opacity: 0.25;
  margin: 15vmin;
}

.study-masking-wrapper masking.hidden {
  display: none !important;
}

start-animation {
  display: none;
}

:root qa,
:root mode,
:root myansrate,
:root useransrate {
  color: var(--text-color-rev);
  background-color: var(--prom-color);
}

/* ================================================ 
学習画面(quiz)
================================================ */
.full-list {
  width: 100%;
  height: 100%;
}

.full-list * {
  height: 100%;
}

.full-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.full-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.full-list a {
  width: 100%;
}

.full-list span {
  height: auto;
}

.full-list.children-full * {
  margin: 0 !important;
  padding: 0 !important;
}

.block-list .item-inner {
  display: block !important;
}

/* ================================================ 
学習画面(list)
================================================ */
/* ================================================ 
数学
V1.6.0[01]
- トップに.mathがあるページに適用されるように変更した
- ルートの表現に<rt>を使っていたが、これは標準で別の意味を持つタグであったため、
  <mroot>に変更した(dbは変更せずにstudy.jsで書き換えている)
================================================ */
.math bun {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 0.2em 0 0.2em;
}

.math sep {
  background-color: var(--color-black);
  display: block;
  width: 100%;
  height: 0.08em;
  margin-bottom: 0.15em;
  margin-top: 0.15em;
}

.math mroot,
.math rt {
  border-top: solid thin var(--color-black);
  line-height: 1.1em;
  display: inline-block;
}

/* ================================================ 
kanbnun 縦書き
================================================ */
:root .tategaki .kanbun {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 1em;
}

:root .tategaki .kanbun n {
  display: inline;
  line-height: 2.0em;
  margin-top: 0.5em;
}

:root .tategaki .kanbun l {
  font-size: 0.5em;
  padding-right: 2em;
  display: inline;
  vertical-align: sub;
  color: #ff6384;
}

:root .tategaki .kanbun c {
  font-size: 0.5em;
}

:root .tategaki .kanbun r {
  font-size: 0.33em;
  display: inline;
  vertical-align: top;
  margin-top: -1em;
  margin-bottom: 0;
  /*	vertical-align: top;*/
  /*	position: absolute;*/
  /*	text-indent: -1em;*/
}

:root .tategaki .kanbun l0 {
  font-size: 0.5em;
  padding-right: 2em;
  display: inline;
  vertical-align: sub;
  color: #ff6384;
  letter-spacing: -0.5em;
}

:root #page-list-content.tategaki .list-q {
  -webkit-writing-mode: vertical-rl;
  float: right;
}

:root #page-list-content.tategaki .list-a-wrap {
  -webkit-writing-mode: vertical-rl;
  max-height: 50%;
}

:root #page-card-content.tategaki screen-content > div,
:root #page-quiz-content.tategaki screen-content > div,
:root #page-player-content.tategaki screen-content > div {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  max-height: 100%;
}

:root #page-card-content.tategaki .screen-text,
:root #page-quiz-content.tategaki .screen-text,
:root #page-player-content.tategaki .screen-text {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: normal;
  max-height: 100%;
}

/* ================================================ 
f7-hack
================================================ */
:root .item-media {
  padding: 4px 0 4px 0 !important;
}

:root .before-hidden *::before {
  display: none;
}

:root .react {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

:root .react.active-state {
  background-color: #d9d9d9;
}

:root .actions-button img {
  height: 100%;
}

:root .page-content.top {
  padding-top: 0;
}

:root .card .card-header.series {
  padding-bottom: 0;
}

:root .card .card-header.series:after {
  display: none;
}

:root .card .card-content section {
  margin: 15px;
}

:root .card .card-content section:first-child {
  margin: 15px 15px 0 15px;
}

:root .card .card-content section:last-child {
  margin: 15px;
}

:root .card .card-content section li span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 2em);
  text-align: justify;
}

:root .card .panel .media-list {
  margin: 0;
}

:root .card .panel.panel-left h3 {
  width: 100%;
  height: 1.25em;
}

:root .card .panel.panel-left .point {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}

:root .card .panel.panel-left .point .title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}

:root .card .dialog .dialog-title {
  margin-bottom: 15px;
}

:root .card .dialog .dialog-text {
  text-align: left !important;
}

:root .card .list .item-after span {
  color: var(--text-color);
}

:root .card .toast {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #000 !important;
  border-radius: 13px !important;
}

:root .card .nav-transparent {
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
}

:root .card .nav-transparent::after {
  display: none !important;
}

:root .panel-left {
  width: 80% !important;
}

:root .popover.tip {
  width: auto;
  margin: 0 auto;
  max-width: 95%;
}

:root .popover.scroll {
  overflow-y: scroll;
}

:root .popover.angle-hidden .popover-angle {
  display: none;
}

:root .popover.popover-general p {
  margin: 1em;
}

:root .popover.center {
  position: absolute;
  top: 5% !important;
  left: 5% !important;
  width: 90% !important;
  height: 90% !important;
}

:root .popover.center ul {
  border: none;
}

:root .popover.center .popover-inner {
  height: 100%;
}

:root .popover.center .block {
  margin: 10px 0 10px 0;
}

:root .popover.center .block-title {
  margin: 0 0 5px 0;
}

:root .popover.center box1 {
  display: block;
  width: 100%;
}

:root .popover.center box2 {
  display: block;
  width: 100%;
  margin-top: 2em;
}

.portlait :root .popover.center section {
  width: 100%;
}

.portlait :root .popover.center box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 1em;
}

.portlait :root .popover.center box2 .block {
  width: 100%;
}

.landscape :root .popover.center section {
  width: 100%;
}

.landscape :root .popover.center .popover-inner box1 .block {
  width: 50%;
}

.landscape :root .popover.center box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.landscape :root .popover.center box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 1em;
}

.landscape :root .popover.center box2 .block {
  width: 100%;
}

.landscape :root .popover.center .popover-study-option box2 .block {
  width: 100%;
}

:root .popover.xcenter {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90% !important;
  border: none !important;
}

:root .popover.xcenter .popover-inner,
:root .popover.xcenter .list,
:root .popover.xcenter label,
:root .popover.xcenter ul,
:root .popover.xcenter li {
  border: none !important;
}

:root .popover.xcenter .popover-header {
  font-size: 1.25em;
  line-height: 1.5em;
  background-color: var(--nav-bg);
  color: var(--nav-color);
  text-align: center;
}

.portlait :root .popover.xcenter .flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.portlait :root .popover.xcenter .cell {
  margin-right: 1em;
}

.landscape :root .popover.xcenter .flex-direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.landscape :root .popover.xcenter .cell {
  margin-right: 1em;
}

:root.landscape .xcenter-landscape ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

:root.tablet .panel-left .item-inner {
  font-size: calc(1em * var(--magnification));
}

:root .tab-link-active.tab-link-scrollbar {
  border-bottom: 3px solid var(--tabbar-prom-color);
}

/* ================================================ 
f7-list 拡張
================================================ */
.list.list-nopad {
  padding: 0;
}

.list.list-nopad .item-content,
.list.list-nopad .item-inner {
  padding: 0;
}

/* ================================================ 
チャネルトーク
================================================ */
.chat-footer-dummy {
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0;
  background-color: #f6f6f7;
  z-index: 2000000001;
}

/* ================================================ 
safearea
================================================ */
.statusbar {
  background: var(--nav-bg);
}

/* ================================================ 
navbar
================================================ */
.navbar .right.dummy {
  width: 44px;
}

.navbar-previous {
  display: none;
}

.nav-info-bar .button,
.nav-info-bar i {
  color: var(--nav-info-color) !important;
  border-color: var(--nav-info-color) !important;
}

.nav-info-row {
  width: 100%;
}

.nav-info-row .nav-info-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
  padding-left: 4px;
  padding-right: 4px;
  border: solid thin var(--color-gray-1);
  border-radius: 5px;
}

.nav-info-row .nav-info-col .icon {
  font-size: 0.8em;
}

/* ================================================ 
goal 折り返しflex(未使用)
================================================ */
.flex-wrap-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow-x: hidden;
}

/* ================================================ 
input-list
================================================ */
.list-after-color-prom .item-after {
  color: var(--prom-color) !important;
}

.list-after-color-prom::-webkit-input-placeholder {
  color: var(--prom-color);
}

.list-after-color-prom:-ms-input-placeholder {
  color: var(--prom-color);
}

.list-after-color-prom::-ms-input-placeholder {
  color: var(--prom-color);
}

.list-after-color-prom::placeholder {
  color: var(--prom-color);
}

/* ================================================ 
after-hidden-list
================================================ */
.after-hidden-list::after {
  display: none !important;
  content: none !important;
}

.after-hidden-list .item-inner::after {
  display: none !important;
  content: none !important;
}

/* ================================================ 
smart-select
================================================ */
.smart-select-popover .popover-inner {
  max-height: 90vh !important;
}

.smart-select-page .navbar .left a {
  width: 44px;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.smart-select-page .list {
  margin: 0;
}

/* ================================================ 
calender
================================================ */
.calendar-week-header {
  color: var(--nav-color);
}

/* ================================================ 
youtube
================================================ */
.ytb {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ytb iframe {
  width: 100vmin;
  height: 56.5vmin;
}

/* ================================================ 
カラー適用クラス
================================================ */
:root .color-prom {
  color: var(--prom-color) !important;
}

:root .color-light {
  color: var(--text-color-light) !important;
}

:root .color-rev {
  color: var(--bg-color) !important;
}

:root .bg-prom {
  background-color: var(--prom-color) !important;
}

:root .bg-rev {
  background-color: var(--bg-color) !important;
}

/* ================================================ 
カラーテーマ用
================================================ */
:root {
  --color-white: #fff;
  --color-gray-0: #f0f0f0;
  --color-gray-1: #e0e0e0;
  --color-gray-2: #d0d0d0;
  --color-gray-3: #c0c0c0;
  --color-gray-4: #b0b0b0;
  --color-gray-5: #a0a0a0;
  --color-gray-6: #909090;
  --color-black: #000;
  --theme-red-color: #ff3b30;
  --theme-green-color: #4cd964;
  --theme-blue-color: #007aff;
  --theme-pink-color: #d94c4c;
  --theme-yellow-color: #ffcc00;
  --theme-orange-color: #ff9500;
  --theme-gray-color: #8e8e93;
  --theme-white-color: #ffffff;
  --theme-black-color: #000000;
  --theme-dark-nav-bg: #192734;
  --theme-dark-nav-line: #282829;
  --theme-dark-page-bg: #15202B;
  --bg-color: #fff;
  --pop-color: #fff;
  --border-color: #edecee;
  --text-color: #000;
  --text-color-rev: #fff;
  --text-color-light: #8e8e93;
}

/* ================================================ 
成績ページのグラフカラーパレット
================================================ */
.palette.yet {
  color: var(--graph-yet);
}

.palette.low {
  color: var(--graph-low);
}

.palette.mid {
  color: var(--graph-mid);
}

.palette.high {
  color: var(--graph-high);
}

/* ================================================ 
print
================================================ */
/* ================================================ 
adgene banner
================================================ */
#jsbanner {
  position: fixed;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

#jsbanner.invisible {
  top: 9999px !important;
}

@charset "UTF-8";
.print-page-q {
  display: none;
}

.print-page-ans {
  display: none;
}

@media print {
  .page-print-target .navbar {
    display: none;
  }
  .page-print-target * {
    color: #000 !important;
  }
  * {
    overflow: visible !important;
  }
  /* 印刷時に適用させたいスタイルを定義する */
  .page {
    background-color: #fff !important;
    padding: 2em;
    font-size: 12px;
    line-height: 1.5em;
  }
  .print-block {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-column-break-after: page;
            break-after: page;
  }
  .print-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .print-q {
    width: 58%;
  }
  .print-q img {
    width: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .print-a {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .print-a-label {
    text-align: right;
    padding-right: 1em;
    width: 6em;
  }
  .print-a-box {
    padding: 0.5em;
    border: solid thin #999;
    width: 100%;
  }
  .print-page-q {
    display: block;
  }
  .print-page-ans {
    display: block;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    -webkit-column-break-after: page;
            break-after: page;
  }
  .print-page-break {
    margin-bottom: 180%;
    page-break-after: always;
  }
  .print-note {
    display: none;
  }
  #main-view {
    display: none;
  }
  .popup.modal-out {
    display: none !important;
  }
}

.theme-normal,
.theme-normal *:before,
.theme-normal *:after {
  --page-bg: #efeff4;
  --page-color: #222;
  --nav-bg: #f7f7f8;
  --nav-color: #000000;
  --nav-icon: #007aff;
  --nav-line: #c4c4c4;
  --nav-info-color: #007aff;
  --tabbar-color: #cccccc;
  --tabbar-prom-color: #007aff;
  --list-line: #c8c7cc;
  --prom-color: #007aff;
  --text-color: #000;
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #007aff;
  --tip-bg-1: #4cd964;
  --tip-bg-2: #ffcc00;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ff3b30;
  --graph-yet: #cccccc;
  --graph-low: #FF6384;
  --graph-mid: #FFCE56;
  --graph-high: #36A2EB;
  --dip-color: #007aff;
  --color-black: #222;
}

.theme-udark,
.theme-udark *:before,
.theme-udark *:after {
  --page-bg: inherit;
  --page-color: inherit;
  --nav-bg: inherit;
  --nav-color: inherit;
  --nav-icon: #007aff;
  --nav-line: #282829;
  --nav-info-color: #007aff;
  --tabbar-color: #fff;
  --tabbar-prom-color: #007aff;
  --list-line: inherit;
  --prom-color: #1DA1F2;
  --text-color: #fff;
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #007AFF;
  --tip-bg-1: #66afff;
  --tip-bg-2: #007AFF;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ffcc00;
  --graph-yet: #ddedff;
  --graph-low: #aad3ff;
  --graph-mid: #66afff;
  --graph-high: #007AFF;
  --dip-color: #007AFF;
  --bg-color: #15202B;
  --card-color: #192734;
  --pop-color: #253341;
  --border-color: #253341;
}

.theme-udark .panel-left,
.theme-udark .panel-right {
  background-color: var(--card-color);
}

.theme-udark .screen-img,
.theme-udark .list-q img {
  -webkit-filter: invert(1);
          filter: invert(1);
  mix-blend-mode: screen;
}

.theme-girly,
.theme-girly *:before,
.theme-girly *:after {
  --page-bg: #fff;
  --page-color: rgb(47, 0, 0);
  --nav-bg: inherit;
  --nav-color: rgb(47, 0, 0);
  --nav-icon: rgb(255, 182, 182);
  --nav-line: inherit;
  --nav-info-color: rgb(47, 0, 0);
  --tabbar-color: rgb(255, 182, 182);
  --tabbar-prom-color: #d94c4c;
  --list-line: inherit;
  --prom-color: #d94c4c;
  --text-color: rgb(47, 0, 0);
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #d94c4c;
  --tip-bg-1: rgb(255, 182, 182);
  --tip-bg-2: #d94c4c;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ffcc00;
  --graph-yet: #f4caca;
  --graph-low: #eba0a0;
  --graph-mid: #e27676;
  --graph-high: #d94c4c;
  --dip-color: #d94c4c;
  --color-black: rgb(47, 0, 0);
}

.theme-girly {
  --border-color: rgb(255, 182, 182);
}

.theme-girly .page,
.theme-girly .page-content {
  background-size: auto auto !important;
  background-color: #ffdede !important;
  background-image: -webkit-repeating-linear-gradient(left, transparent, transparent 10px, #ffe8e8 10px, #ffe8e8 20px) !important;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #ffe8e8 10px, #ffe8e8 20px) !important;
}

.theme-girly .navbar,
.theme-girly .subnavbar {
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(rgba(255, 200, 200, 0.5) 10%, transparent 20%), -webkit-radial-gradient(rgba(255, 200, 200, 0.5) 10%, transparent 20%);
  background-image: radial-gradient(rgba(255, 200, 200, 0.5) 10%, transparent 20%), radial-gradient(rgba(255, 200, 200, 0.5) 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

.theme-girly .navbar:before, .theme-girly .navbar:after,
.theme-girly .subnavbar:before,
.theme-girly .subnavbar:after {
  display: none;
}

.theme-girly .navbar .title:before,
.theme-girly .subnavbar .title:before {
  font-family: 'Framework7 Icons';
  content: "heart_fill";
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 0.75em;
}

.theme-girly .toolbar {
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(rgba(255, 200, 200, 0.5) 10%, transparent 20%), -webkit-radial-gradient(rgba(255, 200, 200, 0.5) 10%, transparent 20%);
  background-image: radial-gradient(rgba(255, 200, 200, 0.5) 10%, transparent 20%), radial-gradient(rgba(255, 200, 200, 0.5) 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  border-top: medium dashed #D9D3BB;
}

.theme-girly .toolbar:before, .theme-girly .toolbar:after {
  display: none;
}

.theme-girly .list ul {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.theme-girly .list ul:before, .theme-girly .list ul:after {
  display: none;
}

.theme-girly .list ul li .item-inner {
  border-bottom: thin dashed var(--border-color);
}

.theme-girly .list ul li .item-inner:after {
  display: none;
}

.theme-girly .list ul li:last-child .item-inner {
  border-bottom: none;
}

.theme-girly .list .accordion-item ul {
  border: none !important;
}

.theme-girly .block-title:before {
  font-family: 'Framework7 Icons';
  content: "heart_fill";
  color: var(--prom-color);
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 1em;
}

.theme-girly .segmented .button:not(.button-active) {
  background-color: #fff !important;
}

.theme-fancy,
.theme-fancy *:before,
.theme-fancy *:after {
  --page-bg: #fff;
  --page-color: #685C33;
  --nav-bg: #fff;
  --nav-color: #685C33;
  --nav-icon: #84e595;
  --nav-line: #D9D3BB;
  --nav-info-color: #685C33;
  --tabbar-color: #aeeeb9;
  --tabbar-prom-color: #4cd964;
  --list-line: inherit;
  --prom-color: #4cd964;
  --text-color: #685C33;
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #4cd964;
  --tip-bg-1: #685C33;
  --tip-bg-2: #4cd964;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ffcc00;
  --graph-yet: #d8f7dd;
  --graph-low: #aeeeb9;
  --graph-mid: #84e595;
  --graph-high: #2ac845;
  --dip-color: #4cd964;
  --color-black: #685C33;
}

.theme-fancy {
  --border-color: #D9D3BB;
}

.theme-fancy .page {
  background: url(img/page-bg-base.gif);
}

.theme-fancy .navbar:before, .theme-fancy .navbar:after,
.theme-fancy .subnavbar:before,
.theme-fancy .subnavbar:after {
  display: none;
}

.theme-fancy .navbar .title:before,
.theme-fancy .subnavbar .title:before {
  font-family: 'Framework7 Icons';
  content: "paw";
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 0.75em;
}

.theme-fancy .toolbar {
  background-color: #fff;
  border-top: medium dashed #d8f7dd;
}

.theme-fancy .toolbar:before, .theme-fancy .toolbar:after {
  display: none;
}

.theme-fancy .list ul:before, .theme-fancy .list ul:after {
  display: none;
}

.theme-fancy .list ul li .item-inner {
  border-bottom: thin dashed var(--border-color);
}

.theme-fancy .list ul li .item-inner:after {
  display: none;
}

.theme-fancy .list ul li:last-child .item-inner {
  border-bottom: none;
}

.theme-fancy .list .accordion-item ul {
  border: none !important;
}

.theme-fancy .block-title:before {
  font-family: 'Framework7 Icons';
  content: "paw";
  color: var(--prom-color);
  vertical-align: middle;
  padding-right: 0.5em;
  font-size: 1em;
}

.theme-fancy .segmented .button:not(.button-active) {
  background-color: #fff !important;
}

.theme-fancy .popover {
  background: url(img/page-bg-base.gif);
}

.theme-cool,
.theme-cool *:before,
.theme-cool *:after {
  --page-bg: #fff;
  --page-color: #000;
  --nav-bg: #fff;
  --nav-color: inherit;
  --nav-icon: #000;
  --nav-line: #c4c4c4;
  --nav-info-color: #000;
  --tabbar-color: #ccc;
  --tabbar-prom-color: #000;
  --list-line: var(--color-gray-2);
  --prom-color: #000;
  --text-color: #000;
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #000;
  --tip-bg-1: #000;
  --tip-bg-2: #000;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ffcc00;
  --graph-yet: #bbb;
  --graph-low: #888;
  --graph-mid: #444;
  --graph-high: #000;
  --dip-color: #000;
  --color-black: #000;
}

.theme-cool .list.inset {
  border: solid thin var(--color-gray-1);
}

.theme-forest,
.theme-forest *:before,
.theme-forest *:after {
  --page-bg: #F8F6E5;
  --page-color: #5F605D;
  --nav-bg: #57BDA9;
  --nav-color: #fff;
  --nav-icon: #07555F;
  --nav-line: #57BDA9;
  --nav-info-color: #fff;
  --tabbar-color: #0B997F;
  --tabbar-prom-color: #FFCA40;
  --list-line: #c8c7cc;
  --prom-color: #FFCA40;
  --text-color: #5F605D;
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #FFCA40;
  --tip-bg-1: #FFCA40;
  --tip-bg-2: #57BDA9;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ffcc00;
  --graph-yet: #fff4d9;
  --graph-low: #ffe6a6;
  --graph-mid: #ffd873;
  --graph-high: #ffca40;
  --dip-color: #FFCA40;
  --color-black: #5F605D;
}

.theme-forest {
  --theme-green-color: #FFCA40 !important;
}

.theme-pop,
.theme-pop *:before,
.theme-pop *:after {
  --page-bg: #fff;
  --page-color: #1a2528;
  --nav-bg: #9BD3E0;
  --nav-color: #fff;
  --nav-icon: #07555F;
  --nav-line: #9BD3E0;
  --nav-info-color: #fff;
  --tabbar-color: #fff;
  --tabbar-prom-color: #FFE500;
  --list-line: rgba(0, 0, 0, 0.12);
  --prom-color: #9BD3E0;
  --text-color: #1a2528;
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #FFE500;
  --tip-bg-1: #FFE500;
  --tip-bg-2: #9BD3E0;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ffcc00;
  --graph-yet: #fff4d9;
  --graph-low: #ffe6a6;
  --graph-mid: #ffd873;
  --graph-high: #ffca40;
  --dip-color: #9BD3E0;
  --color-black: #1a2528;
}

.theme-pop {
  --theme-blue-color: #FFE500 !important;
}

.theme-pop .list.inset {
  border: solid thin var(--list-line);
}

.theme-pop .page {
  background-image: -webkit-radial-gradient(rgba(155, 211, 224, 0.5) 7%, transparent 7%), -webkit-radial-gradient(rgba(155, 211, 224, 0.5) 7%, transparent 7%) !important;
  background-image: radial-gradient(rgba(155, 211, 224, 0.5) 7%, transparent 7%), radial-gradient(rgba(155, 211, 224, 0.5) 7%, transparent 7%) !important;
  background-position: 0 0, 20px 20px !important;
  background-size: 40px 40px !important;
}

.theme-cute,
.theme-cute *:before,
.theme-cute *:after {
  --page-bg: #FFFDEB;
  --page-color: #3E3700;
  --nav-bg: #FEEB5B;
  --nav-color: #3E3700;
  --nav-icon: #3E3700;
  --nav-line: #FEEB5B;
  --nav-info-color: #3E3700;
  --tabbar-color: #fff;
  --tabbar-prom-color: #FF3C00;
  --list-line: rgba(0, 0, 0, 0.12);
  --prom-color: #FF3C00;
  --text-color: #3E3700;
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #FF3C00;
  --tip-bg-1: #FEEB5B;
  --tip-bg-2: #FF3C00;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ffcc00;
  --graph-yet: #ffd8cc;
  --graph-low: #ffa488;
  --graph-mid: #ff7d55;
  --graph-high: #ff3c00;
  --dip-color: #FEEB5B;
  --color-black: #3E3700;
}

.theme-cute {
  --theme-red-color: #FF3C00 !important;
}

.theme-cute .list.inset {
  border: solid thin var(--list-line);
}

.theme-cute .page {
  background-image: url("img/donuts.png") !important;
  background-color: rgba(255, 253, 235, 0.8) !important;
  background-blend-mode: lighten !important;
}

.theme-elegant,
.theme-elegant *:before,
.theme-elegant *:after {
  --page-bg: inherit;
  --page-color: #301634;
  --nav-bg: #FABECB;
  --nav-color: #fff;
  --nav-icon: #f3d7e2;
  --nav-line: #FABECB;
  --nav-info-color: #fff;
  --tabbar-color: #fff;
  --tabbar-prom-color: #a966b3;
  --list-line: #c8c7cc;
  --prom-color: #D6C7E0;
  --text-color-rev: #fff;
  --tip-0: #fff;
  --tip-1: #fff;
  --tip-2: #fff;
  --tip-3: #fff;
  --tip-4: #fff;
  --tip-5: #fff;
  --tip-bg-0: #a966b3;
  --tip-bg-1: #D6C7E0;
  --tip-bg-2: #FABECB;
  --tip-bg-3: #ff9500;
  --tip-bg-4: #e91e63;
  --tip-bg-5: #ffcc00;
  --graph-yet: #efe3f1;
  --graph-low: #dcc1e0;
  --graph-mid: #c99fcf;
  --graph-high: #a966b3;
  --dip-color: #D6C7E0;
  --color-black: #301634;
}

.theme-elegant {
  --theme-pink-color: #C99FCF !important;
  --color-black: #5F605D !important;
}

.theme-elegant .page {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #E2D8E9), color-stop(70%, #FBE0EE), to(#FFF8FC)) !important;
  background: -webkit-linear-gradient(top, #E2D8E9 40%, #FBE0EE 70%, #FFF8FC) !important;
  background: linear-gradient(to bottom, #E2D8E9 40%, #FBE0EE 70%, #FFF8FC) !important;
}
