clearfix {
    clear: both
}

.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.z-depth-1,
.card-panel,
.card,
.toast,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.z-depth-1-half {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2)
}

.z-depth-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}

.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2)
}

.z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2)
}

.z-depth-5,
.modal {
    -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2)
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s
}

.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto
}

.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px
}

.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px
}

.pagination li.active a {
    color: #fff
}

.pagination li.active {
    background-color: #ee6e73
}

.pagination li.disabled a {
    cursor: default;
    color: #999
}

.pagination li i {
    font-size: 2rem
}

.pagination li.pages ul li {
    display: inline-block;
    float: none
}

@media only screen and (max-width: 992px) {
    .pagination {
        width: 100%
    }
    .pagination li.prev,
    .pagination li.next {
        width: 10%
    }
    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap
    }
}
.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px
}

.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.parallax-container .parallax img {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pin-top,
.pin-bottom {
    position: relative
}

.pinned {
    position: fixed !important
}

ul.staggered-list li {
    opacity: 0
}

.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

@media only screen and (max-width: 600px) {
    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none !important
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important
    }
}

@media only screen and (min-width: 1201px) {
    .hide-on-extra-large-only {
        display: none !important
    }
}

@media only screen and (min-width: 1201px) {
    .show-on-extra-large {
        display: block !important
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center
    }
}
    

.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0
}

.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative
}

.collection .collection-item.avatar:not(.circle-clipper)>.circle,
.collection .collection-item.avatar:not(.circle-clipper)>.circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle
}

.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center
}

.collection .collection-item.avatar .title {
    font-size: 16px
}

.collection .collection-item.avatar p {
    margin: 0
}

.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px
}

.collection .collection-item:last-child {
    border-bottom: none
}

.collection .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9
}

.collection .collection-item.active .secondary-content {
    color: #fff
}

.collection a.collection-item {
    display: block;
    -webkit-transition: .25s;
    transition: .25s;
    color: #26a69a
}

.collection a.collection-item:not(.active):hover {
    background-color: #ddd
}

.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px
}

.collection.with-header .collection-item {
    padding-left: 30px
}

.collection.with-header .collection-item.avatar {
    padding-left: 72px
}

.secondary-content {
    float: right;
    color: #26a69a
}

.collapsible .collection {
    margin: 0;
    border: none
}

.no-select,
input[type=range],
input[type=range]+.thumb {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.circle {
    border-radius: 50%
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.no-padding {
    padding: 0 !important
}

span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px
}

span.badge.new:after {
    content: " new"
}

span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption)
}

nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px;
    -webkit-font-smoothing: auto
}

.collection-item span.badge {
    margin-top: calc(.75rem - 11px)
}

.collapsible span.badge {
    margin-left: auto
}

.sidenav span.badge {
    margin-top: calc(24px - 11px)
}

table span.badge {
    display: inline-block;
    float: none;
    margin-left: auto
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga'
}

.container {
    margin: 0 auto;
    max-width: 1280px;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 85%
    }
}

@media only screen and (min-width: 993px) {
    .container {
		
        width: 75%;
    }
}

.col .row {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.no-pad {
    padding: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.section.no-pad-top {
    padding-top: 0
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row .col[class*="push-"],
.row .col[class*="pull-"] {
    position: relative
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.offset-s1 {
    margin-left: 8.3333333333%
}

.row .col.pull-s1 {
    right: 8.3333333333%
}

.row .col.push-s1 {
    left: 8.3333333333%
}

.row .col.offset-s2 {
    margin-left: 16.6666666667%
}

.row .col.pull-s2 {
    right: 16.6666666667%
}

.row .col.push-s2 {
    left: 16.6666666667%
}

.row .col.offset-s3 {
    margin-left: 25%
}

.row .col.pull-s3 {
    right: 25%
}

.row .col.push-s3 {
    left: 25%
}

.row .col.offset-s4 {
    margin-left: 33.3333333333%
}

.row .col.pull-s4 {
    right: 33.3333333333%
}

.row .col.push-s4 {
    left: 33.3333333333%
}

.row .col.offset-s5 {
    margin-left: 41.6666666667%
}

.row .col.pull-s5 {
    right: 41.6666666667%
}

.row .col.push-s5 {
    left: 41.6666666667%
}

.row .col.offset-s6 {
    margin-left: 50%
}

.row .col.pull-s6 {
    right: 50%
}

.row .col.push-s6 {
    left: 50%
}

.row .col.offset-s7 {
    margin-left: 58.3333333333%
}

.row .col.pull-s7 {
    right: 58.3333333333%
}

.row .col.push-s7 {
    left: 58.3333333333%
}

.row .col.offset-s8 {
    margin-left: 66.6666666667%
}

.row .col.pull-s8 {
    right: 66.6666666667%
}

.row .col.push-s8 {
    left: 66.6666666667%
}

.row .col.offset-s9 {
    margin-left: 75%
}

.row .col.pull-s9 {
    right: 75%
}

.row .col.push-s9 {
    left: 75%
}

.row .col.offset-s10 {
    margin-left: 83.3333333333%
}

.row .col.pull-s10 {
    right: 83.3333333333%
}

.row .col.push-s10 {
    left: 83.3333333333%
}

.row .col.offset-s11 {
    margin-left: 91.6666666667%
}

.row .col.pull-s11 {
    right: 91.6666666667%
}

.row .col.push-s11 {
    left: 91.6666666667%
}

.row .col.offset-s12 {
    margin-left: 100%
}

.row .col.pull-s12 {
    right: 100%
}

.row .col.push-s12 {
    left: 100%
}

@media only screen and (min-width: 601px) {
    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.offset-m1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-m1 {
        right: 8.3333333333%
    }
    .row .col.push-m1 {
        left: 8.3333333333%
    }
    .row .col.offset-m2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-m2 {
        right: 16.6666666667%
    }
    .row .col.push-m2 {
        left: 16.6666666667%
    }
    .row .col.offset-m3 {
        margin-left: 25%
    }
    .row .col.pull-m3 {
        right: 25%
    }
    .row .col.push-m3 {
        left: 25%
    }
    .row .col.offset-m4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-m4 {
        right: 33.3333333333%
    }
    .row .col.push-m4 {
        left: 33.3333333333%
    }
    .row .col.offset-m5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-m5 {
        right: 41.6666666667%
    }
    .row .col.push-m5 {
        left: 41.6666666667%
    }
    .row .col.offset-m6 {
        margin-left: 50%
    }
    .row .col.pull-m6 {
        right: 50%
    }
    .row .col.push-m6 {
        left: 50%
    }
    .row .col.offset-m7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-m7 {
        right: 58.3333333333%
    }
    .row .col.push-m7 {
        left: 58.3333333333%
    }
    .row .col.offset-m8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-m8 {
        right: 66.6666666667%
    }
    .row .col.push-m8 {
        left: 66.6666666667%
    }
    .row .col.offset-m9 {
        margin-left: 75%
    }
    .row .col.pull-m9 {
        right: 75%
    }
    .row .col.push-m9 {
        left: 75%
    }
    .row .col.offset-m10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-m10 {
        right: 83.3333333333%
    }
    .row .col.push-m10 {
        left: 83.3333333333%
    }
    .row .col.offset-m11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-m11 {
        right: 91.6666666667%
    }
    .row .col.push-m11 {
        left: 91.6666666667%
    }
    .row .col.offset-m12 {
        margin-left: 100%
    }
    .row .col.pull-m12 {
        right: 100%
    }
    .row .col.push-m12 {
        left: 100%
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.offset-l1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-l1 {
        right: 8.3333333333%
    }
    .row .col.push-l1 {
        left: 8.3333333333%
    }
    .row .col.offset-l2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-l2 {
        right: 16.6666666667%
    }
    .row .col.push-l2 {
        left: 16.6666666667%
    }
    .row .col.offset-l3 {
        margin-left: 25%
    }
    .row .col.pull-l3 {
        right: 25%
    }
    .row .col.push-l3 {
        left: 25%
    }
    .row .col.offset-l4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-l4 {
        right: 33.3333333333%
    }
    .row .col.push-l4 {
        left: 33.3333333333%
    }
    .row .col.offset-l5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-l5 {
        right: 41.6666666667%
    }
    .row .col.push-l5 {
        left: 41.6666666667%
    }
    .row .col.offset-l6 {
        margin-left: 50%
    }
    .row .col.pull-l6 {
        right: 50%
    }
    .row .col.push-l6 {
        left: 50%
    }
    .row .col.offset-l7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-l7 {
        right: 58.3333333333%
    }
    .row .col.push-l7 {
        left: 58.3333333333%
    }
    .row .col.offset-l8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-l8 {
        right: 66.6666666667%
    }
    .row .col.push-l8 {
        left: 66.6666666667%
    }
    .row .col.offset-l9 {
        margin-left: 75%
    }
    .row .col.pull-l9 {
        right: 75%
    }
    .row .col.push-l9 {
        left: 75%
    }
    .row .col.offset-l10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-l10 {
        right: 83.3333333333%
    }
    .row .col.push-l10 {
        left: 83.3333333333%
    }
    .row .col.offset-l11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-l11 {
        right: 91.6666666667%
    }
    .row .col.push-l11 {
        left: 91.6666666667%
    }
    .row .col.offset-l12 {
        margin-left: 100%
    }
    .row .col.pull-l12 {
        right: 100%
    }
    .row .col.push-l12 {
        left: 100%
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.offset-xl1 {
        margin-left: 8.3333333333%
    }
    .row .col.pull-xl1 {
        right: 8.3333333333%
    }
    .row .col.push-xl1 {
        left: 8.3333333333%
    }
    .row .col.offset-xl2 {
        margin-left: 16.6666666667%
    }
    .row .col.pull-xl2 {
        right: 16.6666666667%
    }
    .row .col.push-xl2 {
        left: 16.6666666667%
    }
    .row .col.offset-xl3 {
        margin-left: 25%
    }
    .row .col.pull-xl3 {
        right: 25%
    }
    .row .col.push-xl3 {
        left: 25%
    }
    .row .col.offset-xl4 {
        margin-left: 33.3333333333%
    }
    .row .col.pull-xl4 {
        right: 33.3333333333%
    }
    .row .col.push-xl4 {
        left: 33.3333333333%
    }
    .row .col.offset-xl5 {
        margin-left: 41.6666666667%
    }
    .row .col.pull-xl5 {
        right: 41.6666666667%
    }
    .row .col.push-xl5 {
        left: 41.6666666667%
    }
    .row .col.offset-xl6 {
        margin-left: 50%
    }
    .row .col.pull-xl6 {
        right: 50%
    }
    .row .col.push-xl6 {
        left: 50%
    }
    .row .col.offset-xl7 {
        margin-left: 58.3333333333%
    }
    .row .col.pull-xl7 {
        right: 58.3333333333%
    }
    .row .col.push-xl7 {
        left: 58.3333333333%
    }
    .row .col.offset-xl8 {
        margin-left: 66.6666666667%
    }
    .row .col.pull-xl8 {
        right: 66.6666666667%
    }
    .row .col.push-xl8 {
        left: 66.6666666667%
    }
    .row .col.offset-xl9 {
        margin-left: 75%
    }
    .row .col.pull-xl9 {
        right: 75%
    }
    .row .col.push-xl9 {
        left: 75%
    }
    .row .col.offset-xl10 {
        margin-left: 83.3333333333%
    }
    .row .col.pull-xl10 {
        right: 83.3333333333%
    }
    .row .col.push-xl10 {
        left: 83.3333333333%
    }
    .row .col.offset-xl11 {
        margin-left: 91.6666666667%
    }
    .row .col.pull-xl11 {
        right: 91.6666666667%
    }
    .row .col.push-xl11 {
        left: 91.6666666667%
    }
    .row .col.offset-xl12 {
        margin-left: 100%
    }
    .row .col.pull-xl12 {
        right: 100%
    }
    .row .col.push-xl12 {
        left: 100%
    }
}

nav.nav-extended {
    height: auto
}

nav.nav-extended .nav-wrapper {
    min-height: 56px;
    height: auto
}

nav.nav-extended .nav-content {
    position: relative;
    line-height: normal
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px
}

nav .nav-wrapper {
    position: relative;
    height: 100%
}

@media only screen and (min-width: 993px) {
    nav a.sidenav-trigger {
        display: none
    }
}

nav .sidenav-trigger {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px
}

nav .sidenav-trigger i {
    height: 56px;
    line-height: 56px
}

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0
}

nav .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    nav .brand-logo.left,
    nav .brand-logo.right {
        padding: 0;
        -webkit-transform: none;
        transform: none
    }
    nav .brand-logo.left {
        left: 0.5rem
    }
    nav .brand-logo.right {
        right: 0.5rem;
        left: auto
    }
}

nav .brand-logo.right {
    right: 0.5rem;
    padding: 0
}

nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px
}

nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0
}

nav ul {
    margin: 0
}

nav ul li {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0
}

nav ul li.active {
    background-color: rgba(0, 0, 0, 0.1)
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer
}

nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-small,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px
}

nav ul a.btn>.material-icons,
nav ul a.btn-large>.material-icons,
nav ul a.btn-small>.material-icons,
nav ul a.btn-large>.material-icons,
nav ul a.btn-flat>.material-icons,
nav ul a.btn-floating>.material-icons {
    height: inherit;
    line-height: inherit
}

nav ul a:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

nav ul.left {
    float: left
}

nav form {
    height: 100%
}

nav .input-field {
    margin: 0;
    height: 100%
}

nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem
}

nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

nav .input-field label {
    top: 0;
    left: 0
}

nav .input-field label i {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: color .3s;
    transition: color .3s
}

nav .input-field label.active i {
    color: #fff
}

.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997
}

.navbar-fixed nav {
    position: fixed
}

@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 64px
    }
    @media only screen and (min-width: 0) {
        html {
            font-size: 14px
        }
    }
    @media only screen and (min-width: 992px) {
        html {
            font-size: 14.5px
        }
    }
    @media only screen and (min-width: 1200px) {
        html {
            font-size: 15px
        }
    }
    em {
        font-style: italic
    }
    strong {
        font-weight: 500
    }
    small {
        font-size: 75%
    }
    .light {
        font-weight: 300
    }
    .thin {
        font-weight: 200
    }
    @media only screen and (min-width: 360px) {
        .flow-text {
            font-size: 1.2rem
        }
    }
    @media only screen and (min-width: 390px) {
        .flow-text {
            font-size: 1.224rem
        }
    }
    @media only screen and (min-width: 420px) {
        .flow-text {
            font-size: 1.248rem
        }
    }
    @media only screen and (min-width: 450px) {
        .flow-text {
            font-size: 1.272rem
        }
    }
    @media only screen and (min-width: 480px) {
        .flow-text {
            font-size: 1.296rem
        }
    }
    @media only screen and (min-width: 510px) {
        .flow-text {
            font-size: 1.32rem
        }
    }
    @media only screen and (min-width: 540px) {
        .flow-text {
            font-size: 1.344rem
        }
    }
    @media only screen and (min-width: 570px) {
        .flow-text {
            font-size: 1.368rem
        }
    }
    @media only screen and (min-width: 600px) {
        .flow-text {
            font-size: 1.392rem
        }
    }
    @media only screen and (min-width: 630px) {
        .flow-text {
            font-size: 1.416rem
        }
    }
    @media only screen and (min-width: 660px) {
        .flow-text {
            font-size: 1.44rem
        }
    }
    @media only screen and (min-width: 690px) {
        .flow-text {
            font-size: 1.464rem
        }
    }
    @media only screen and (min-width: 720px) {
        .flow-text {
            font-size: 1.488rem
        }
    }
    @media only screen and (min-width: 750px) {
        .flow-text {
            font-size: 1.512rem
        }
    }
    @media only screen and (min-width: 780px) {
        .flow-text {
            font-size: 1.536rem
        }
    }
    @media only screen and (min-width: 810px) {
        .flow-text {
            font-size: 1.56rem
        }
    }
    @media only screen and (min-width: 840px) {
        .flow-text {
            font-size: 1.584rem
        }
    }
    @media only screen and (min-width: 870px) {
        .flow-text {
            font-size: 1.608rem
        }
    }
    @media only screen and (min-width: 900px) {
        .flow-text {
            font-size: 1.632rem
        }
    }
    @media only screen and (min-width: 930px) {
        .flow-text {
            font-size: 1.656rem
        }
    }
    @media only screen and (min-width: 960px) {
        .flow-text {
            font-size: 1.68rem
        }
    }
    @media only screen and (max-width: 360px) {
        .flow-text {
            font-size: 1.2rem
        }
    }
    .scale-transition {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
        transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
        transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
        transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important
    }
    .scale-transition.scale-out {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform .2s !important;
        transition: -webkit-transform .2s !important;
        transition: transform .2s !important;
        transition: transform .2s, -webkit-transform .2s !important
    }
    .scale-transition.scale-in {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .card-panel {
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        padding: 24px;
        margin: .5rem 0 1rem 0;
        border-radius: 2px;
        background-color: #fff
    }
    .card {
        position: relative;
        margin: .5rem 0 1rem 0;
        background-color: #fff;
        -webkit-transition: -webkit-box-shadow .25s;
        transition: -webkit-box-shadow .25s;
        transition: box-shadow .25s;
        transition: box-shadow .25s, -webkit-box-shadow .25s;
        border-radius: 2px
    }
    .card .card-title {
        font-size: 24px;
        font-weight: 300
    }
    .card .card-title.activator {
        cursor: pointer
    }
    .card.small,
    .card.medium,
    .card.large {
        position: relative
    }
    .card.small .card-image,
    .card.medium .card-image,
    .card.large .card-image {
        max-height: 60%;
        overflow: hidden
    }
    .card.small .card-image+.card-content,
    .card.medium .card-image+.card-content,
    .card.large .card-image+.card-content {
        max-height: 40%
    }
    .card.small .card-content,
    .card.medium .card-content,
    .card.large .card-content {
        max-height: 100%;
        overflow: hidden
    }
    .card.small .card-action,
    .card.medium .card-action,
    .card.large .card-action {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }
    .card.small {
        height: 300px
    }
    .card.medium {
        height: 400px
    }
    .card.large {
        height: 500px
    }
    .card.horizontal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .card.horizontal.small .card-image,
    .card.horizontal.medium .card-image,
    .card.horizontal.large .card-image {
        height: 100%;
        max-height: none;
        overflow: visible
    }
    .card.horizontal.small .card-image img,
    .card.horizontal.medium .card-image img,
    .card.horizontal.large .card-image img {
        height: 100%
    }
    .card.horizontal .card-image {
        max-width: 50%
    }
    .card.horizontal .card-image img {
        border-radius: 2px 0 0 2px;
        max-width: 100%;
        width: auto
    }
    .card.horizontal .card-stacked {
        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-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative
    }
    .card.horizontal .card-stacked .card-content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .card.sticky-action .card-action {
        z-index: 2
    }
    .card.sticky-action .card-reveal {
        z-index: 1;
        padding-bottom: 64px
    }
    .card .card-image {
        position: relative
    }
    .card .card-image img {
        display: block;
        border-radius: 2px 2px 0 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%
    }
    .card .card-image .card-title {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 100%;
        padding: 24px
    }
    .card .card-content {
        padding: 24px;
        border-radius: 0 0 2px 2px
    }
    .card .card-content p {
        margin: 0
    }
    .card .card-content .card-title {
        display: block;
        line-height: 32px;
        margin-bottom: 8px
    }
    .card .card-content .card-title i {
        line-height: 32px
    }
    .card .card-action {
        background-color: inherit;
        border-top: 1px solid rgba(160, 160, 160, 0.2);
        position: relative;
        padding: 16px 24px
    }
    .card .card-action:last-child {
        border-radius: 0 0 2px 2px
    }
    .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
        color: #ffab40;
        margin-right: 24px;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        text-transform: uppercase
    }
    .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
        color: #ffd8a6
    }
    .card .card-reveal {
        padding: 24px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        overflow-y: auto;
        left: 0;
        top: 100%;
        height: 100%;
        z-index: 3;
        display: none
    }
    .card .card-reveal .card-title {
        cursor: pointer;
        display: block
    }
    #toast-container {
        display: block;
        position: fixed;
        z-index: 10000
    }
    @media only screen and (max-width: 600px) {
        #toast-container {
            min-width: 100%;
            bottom: 0%
        }
    }
    @media only screen and (min-width: 601px) and (max-width: 992px) {
        #toast-container {
            left: 5%;
            bottom: 7%;
            max-width: 90%
        }
    }
    @media only screen and (min-width: 993px) {
        #toast-container {
            top: 10%;
            right: 7%;
            max-width: 86%
        }
    }
    .toast {
        border-radius: 2px;
        top: 35px;
        width: auto;
        margin-top: 10px;
        position: relative;
        max-width: 100%;
        height: auto;
        min-height: 48px;
        line-height: 1.5em;
        background-color: #323232;
        padding: 10px 25px;
        font-size: 1.1rem;
        font-weight: 300;
        color: #fff;
        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: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        cursor: default
    }
    .toast .toast-action {
        color: #eeff41;
        font-weight: 500;
        margin-right: -25px;
        margin-left: 3rem
    }
    .toast.rounded {
        border-radius: 24px
    }
    @media only screen and (max-width: 600px) {
        .toast {
            width: 100%;
            border-radius: 0
        }
    }
    .tabs {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        height: 48px;
        width: 100%;
        background-color: #fff;
        margin: 0 auto;
        white-space: nowrap
    }
    .tabs.tabs-transparent {
        background-color: transparent
    }
    .tabs.tabs-transparent .tab a,
    .tabs.tabs-transparent .tab.disabled a,
    .tabs.tabs-transparent .tab.disabled a:hover {
        color: rgba(255, 255, 255, 0.7)
    }
    .tabs.tabs-transparent .tab a:hover,
    .tabs.tabs-transparent .tab a.active {
        color: #fff
    }
    .tabs.tabs-transparent .indicator {
        background-color: #fff
    }
    .tabs.tabs-fixed-width {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .tabs.tabs-fixed-width .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .tabs .tab {
        display: inline-block;
        text-align: center;
        line-height: 48px;
        height: 48px;
        padding: 0;
        margin: 0;
        text-transform: uppercase
    }
    .tabs .tab a {
        color: rgba(238, 110, 115, 0.7);
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 24px;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-transition: color .28s ease, background-color .28s ease;
        transition: color .28s ease, background-color .28s ease
    }
    .tabs .tab a:focus,
    .tabs .tab a:focus.active {
        background-color: rgba(246, 178, 181, 0.2);
        outline: none
    }
    .tabs .tab a:hover,
    .tabs .tab a.active {
        background-color: transparent;
        color: #ee6e73
    }
    .tabs .tab.disabled a,
    .tabs .tab.disabled a:hover {
        color: rgba(238, 110, 115, 0.4);
        cursor: default
    }
    .tabs .indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #f6b2b5;
        will-change: left, right
    }
    @media only screen and (max-width: 992px) {
        .tabs {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }
        .tabs .tab {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }
        .tabs .tab a {
            padding: 0 12px
        }
    }
    .material-tooltip {
        padding: 10px 8px;
        font-size: 1rem;
        z-index: 2000;
        background-color: transparent;
        border-radius: 2px;
        color: #fff;
        min-height: 36px;
        line-height: 120%;
        opacity: 0;
        position: absolute;
        text-align: center;
        max-width: calc(100% - 4px);
        overflow: hidden;
        left: 0;
        top: 0;
        pointer-events: none;
        visibility: hidden;
        background-color: #323232
    }
    .backdrop {
        position: absolute;
        opacity: 0;
        height: 7px;
        width: 14px;
        border-radius: 0 0 50% 50%;
        background-color: #323232;
        z-index: -1;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        visibility: hidden
    }
    .btn-flat {
        border: none;
        border-radius: 2px;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        text-transform: uppercase;
        vertical-align: middle;
        -webkit-tap-highlight-color: transparent
    }
    
    .dropdown-content {
        background-color: #fff;
        margin: 0;
        display: none;
        min-width: 100px;
        overflow-y: auto;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9999;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .dropdown-content:focus {
        outline: 0
    }
    .dropdown-content li {
        clear: both;
        color: rgba(0, 0, 0, 0.87);
        cursor: pointer;
        min-height: 50px;
        line-height: 1.5rem;
        width: 100%;
        text-align: left
    }
    .dropdown-content li:hover,
    .dropdown-content li.active {
        background-color: #eee
    }
    .dropdown-content li:focus {
        outline: none
    }
    .dropdown-content li.divider {
        min-height: 0;
        height: 1px
    }
    .dropdown-content li>a,
    .dropdown-content li>span {
        font-size: 16px;
        color: #26a69a;
        display: block;
        line-height: 22px;
        padding: 14px 16px
    }
    .dropdown-content li>span>label {
        top: 1px;
        left: 0;
        height: 18px
    }
    .dropdown-content li>a>i {
        height: inherit;
        line-height: inherit;
        float: left;
        margin: 0 24px 0 0;
        width: 24px
    }
    body.keyboard-focused .dropdown-content li:focus {
        background-color: #dadada
    }
    .input-field.col .dropdown-content [type="checkbox"]+label {
        top: 1px;
        left: 0;
        height: 18px;
        -webkit-transform: none;
        transform: none
    }
    .dropdown-trigger {
        cursor: pointer
    }
    /*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
    .waves-effect {
        position: relative;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        vertical-align: middle;
        z-index: 1;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out
    }
    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0);
        transform: scale(0);
        pointer-events: none
    }
    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.45)
    }
    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7)
    }
    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7)
    }
    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7)
    }
    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, 0.7)
    }
    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7)
    }
    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7)
    }
    .waves-effect input[type="button"],
    .waves-effect input[type="reset"],
    .waves-effect input[type="submit"] {
        border: 0;
        font-style: normal;
        font-size: inherit;
        text-transform: inherit;
        background: none
    }
    .waves-effect img {
        position: relative;
        z-index: -1
    }
    .waves-notransition {
        -webkit-transition: none !important;
        transition: none !important
    }
    .waves-circle {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
    }
    .waves-input-wrapper {
        border-radius: 0.2em;
        vertical-align: bottom
    }
    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1
    }
    .waves-circle {
        text-align: center;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        border-radius: 50%;
        -webkit-mask-image: none
    }
    .waves-block {
        display: block
    }
    .waves-effect .waves-ripple {
        z-index: -1
    }
    .modal {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        background-color: #fafafa;
        padding: 0;
        max-height: 70%;
        width: 55%;
        margin: auto;
        overflow-y: auto;
        border-radius: 2px;
        will-change: top, opacity
    }
    .modal:focus {
        outline: none
    }
    @media only screen and (max-width: 992px) {
        .modal {
            width: 80%
        }
    }
    .modal h1,
    .modal h2,
    .modal h3,
    .modal h4 {
        margin-top: 0
    }
    .modal .modal-content {
        padding: 24px
    }
    .modal .modal-close {
        cursor: pointer
    }
    .modal .modal-footer {
        border-radius: 0 0 2px 2px;
        background-color: #fafafa;
        padding: 4px 6px;
        height: 56px;
        width: 100%;
        text-align: right
    }
    .modal .modal-footer .btn,
    .modal .modal-footer .btn-large,
    .modal .modal-footer .btn-small,
    .modal .modal-footer .btn-flat {
        margin: 6px 0
    }
    .modal-overlay {
        position: fixed;
        z-index: 999;
        top: -25%;
        left: 0;
        bottom: 0;
        right: 0;
        height: 125%;
        width: 100%;
        background: #000;
        display: none;
        will-change: opacity
    }
    .modal.modal-fixed-footer {
        padding: 0;
        height: 70%
    }
    .modal.modal-fixed-footer .modal-content {
        position: absolute;
        height: calc(100% - 56px);
        max-height: 100%;
        width: 100%;
        overflow-y: auto
    }
    .modal.modal-fixed-footer .modal-footer {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: 0
    }
    .modal.bottom-sheet {
        top: auto;
        bottom: -100%;
        margin: 0;
        width: 100%;
        max-height: 45%;
        border-radius: 0;
        will-change: bottom, opacity
    }
    .collapsible {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        margin: .5rem 0 1rem 0
    }
    .collapsible-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        line-height: 1.5;
        padding: 1rem;
        background-color: #fff;
        border-bottom: 1px solid #ddd
    }
    .collapsible-header:focus {
        outline: 0
    }
    .collapsible-header i {
        width: 2rem;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        margin-right: 1rem
    }
    .keyboard-focused .collapsible-header:focus {
        background-color: #eee
    }
    .collapsible-body {
        display: none;
        border-bottom: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 2rem
    }
    .sidenav .collapsible,
    .sidenav.fixed .collapsible {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .sidenav .collapsible li,
    .sidenav.fixed .collapsible li {
        padding: 0
    }
    .sidenav .collapsible-header,
    .sidenav.fixed .collapsible-header {
        background-color: transparent;
        border: none;
        line-height: inherit;
        height: inherit;
        padding: 0 16px
    }
    .sidenav .collapsible-header:hover,
    .sidenav.fixed .collapsible-header:hover {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .sidenav .collapsible-header i,
    .sidenav.fixed .collapsible-header i {
        line-height: inherit
    }
    .sidenav .collapsible-body,
    .sidenav.fixed .collapsible-body {
        border: 0;
        background-color: #fff
    }
    .sidenav .collapsible-body li a,
    .sidenav.fixed .collapsible-body li a {
        padding: 0 23.5px 0 31px
    }
    .collapsible.popout {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .collapsible.popout>li {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        margin: 0 24px;
        -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }
    .collapsible.popout>li.active {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        margin: 16px 0
    }
    .chip {
        display: inline-block;
        height: 32px;
        font-size: 13px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.6);
        line-height: 32px;
        padding: 0 12px;
        border-radius: 16px;
        background-color: #e4e4e4;
        margin-bottom: 5px;
        margin-right: 5px
    }
    .chip:focus {
        outline: none;
        background-color: #26a69a;
        color: #fff
    }
    .chip>img {
        float: left;
        margin: 0 8px 0 -12px;
        height: 32px;
        width: 32px;
        border-radius: 50%
    }
    .chip .close {
        cursor: pointer;
        float: right;
        font-size: 16px;
        line-height: 32px;
        padding-left: 8px
    }
    .chips {
        border: none;
        border-bottom: 1px solid #9e9e9e;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0 0 8px 0;
        min-height: 45px;
        outline: none;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .chips.focus {
        border-bottom: 1px solid #26a69a;
        -webkit-box-shadow: 0 1px 0 0 #26a69a;
        box-shadow: 0 1px 0 0 #26a69a
    }
    .chips:hover {
        cursor: text
    }
    .chips .input {
        background: none;
        border: 0;
        color: rgba(0, 0, 0, 0.6);
        display: inline-block;
        font-size: 16px;
        height: 3rem;
        line-height: 32px;
        outline: 0;
        margin: 0;
        padding: 0 !important;
        width: 120px !important
    }
    .chips .input:focus {
        border: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    .chips .autocomplete-content {
        margin-top: 0;
        margin-bottom: 0
    }
    .prefix ~ .chips {
        margin-left: 3rem;
        width: 92%;
        width: calc(100% - 3rem)
    }
    .chips:empty ~ label {
        font-size: 0.8rem;
        -webkit-transform: translateY(-140%);
        transform: translateY(-140%)
    }
    
    .switch,
    .switch * {
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .switch label {
        cursor: pointer
    }
    .switch label input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0
    }
    .switch label input[type=checkbox]:checked+.lever {
        background-color: #84c7c1
    }
    .switch label input[type=checkbox]:checked+.lever:before,
    .switch label input[type=checkbox]:checked+.lever:after {
        left: 18px
    }
    .switch label input[type=checkbox]:checked+.lever:after {
        background-color: #26a69a
    }
    .switch label .lever {
        content: "";
        display: inline-block;
        position: relative;
        width: 36px;
        height: 14px;
        background-color: rgba(0, 0, 0, 0.38);
        border-radius: 15px;
        margin-right: 10px;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
        vertical-align: middle;
        margin: 0 16px
    }
    .switch label .lever:before,
    .switch label .lever:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        left: 0;
        top: -3px;
        -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
        transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
        transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
        transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease
    }
    .switch label .lever:before {
        background-color: rgba(38, 166, 154, 0.15)
    }
    .switch label .lever:after {
        background-color: #F1F1F1;
        -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);
        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)
    }
    input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
    input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
        -webkit-transform: scale(2.4);
        transform: scale(2.4);
        background-color: rgba(38, 166, 154, 0.15)
    }
    input[type=checkbox]:not(:disabled) ~ .lever:active:before,
    input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
        -webkit-transform: scale(2.4);
        transform: scale(2.4);
        background-color: rgba(0, 0, 0, 0.08)
    }
    .switch input[type=checkbox][disabled]+.lever {
        cursor: default;
        background-color: rgba(0, 0, 0, 0.12)
    }
    .switch label input[type=checkbox][disabled]+.lever:after,
    .switch label input[type=checkbox][disabled]:checked+.lever:after {
        background-color: #949494
    }
    
    .file-field {
        position: relative
    }
    .file-field .file-path-wrapper {
        overflow: hidden;
        padding-left: 10px
    }
    .file-field input.file-path {
        width: 100%
    }
    .file-field .btn,
    .file-field .btn-large,
    .file-field .btn-small {
        float: left;
        height: 3rem;
        line-height: 3rem
    }
    .file-field span {
        cursor: pointer
    }
    .file-field input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .file-field input[type=file]::-webkit-file-upload-button {
        display: none
    }
    .range-field {
        position: relative
    }
    input[type=range],
    input[type=range]+.thumb {
        cursor: pointer
    }
    input[type=range] {
        position: relative;
        background-color: transparent;
        border: none;
        outline: none;
        width: 100%;
        margin: 15px 0;
        padding: 0
    }
    input[type=range]:focus {
        outline: none
    }
    input[type=range]+.thumb {
        position: absolute;
        top: 10px;
        left: 0;
        border: none;
        height: 0;
        width: 0;
        border-radius: 50%;
        background-color: #26a69a;
        margin-left: 7px;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    input[type=range]+.thumb .value {
        display: block;
        width: 30px;
        text-align: center;
        color: #26a69a;
        font-size: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    input[type=range]+.thumb.active {
        border-radius: 50% 50% 50% 0
    }
    input[type=range]+.thumb.active .value {
        color: #fff;
        margin-left: -1px;
        margin-top: 8px;
        font-size: 10px
    }
    input[type=range] {
        -webkit-appearance: none
    }
    input[type=range]::-webkit-slider-runnable-track {
        height: 3px;
        background: #c2c0c2;
        border: none
    }
    input[type=range]::-webkit-slider-thumb {
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
        -webkit-transition: -webkit-box-shadow .3s;
        transition: -webkit-box-shadow .3s;
        transition: box-shadow .3s;
        transition: box-shadow .3s, -webkit-box-shadow .3s;
        -webkit-appearance: none;
        background-color: #26a69a;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        margin: -5px 0 0 0
    }
    .keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
        -webkit-box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
        box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26)
    }
    input[type=range] {
        border: 1px solid white
    }
    input[type=range]::-moz-range-track {
        height: 3px;
        background: #c2c0c2;
        border: none
    }
    input[type=range]::-moz-focus-inner {
        border: 0
    }
    input[type=range]::-moz-range-thumb {
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
        -webkit-transition: -webkit-box-shadow .3s;
        transition: -webkit-box-shadow .3s;
        transition: box-shadow .3s;
        transition: box-shadow .3s, -webkit-box-shadow .3s;
        margin-top: -5px
    }
    input[type=range]:-moz-focusring {
        outline: 1px solid #fff;
        outline-offset: -1px
    }
    .keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
        box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26)
    }
    input[type=range]::-ms-track {
        height: 3px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent
    }
    input[type=range]::-ms-fill-lower {
        background: #777
    }
    input[type=range]::-ms-fill-upper {
        background: #ddd
    }
    input[type=range]::-ms-thumb {
        border: none;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        background: #26a69a;
        -webkit-transition: -webkit-box-shadow .3s;
        transition: -webkit-box-shadow .3s;
        transition: box-shadow .3s;
        transition: box-shadow .3s, -webkit-box-shadow .3s
    }
    .keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
        box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26)
    }
    .table-of-contents.fixed {
        position: fixed
    }
    .table-of-contents li {
        padding: 2px 0
    }
    .table-of-contents a {
        display: inline-block;
        font-weight: 300;
        color: #757575;
        padding-left: 16px;
        height: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: .4;
        display: inline-block
    }
    .table-of-contents a:hover {
        color: #a8a8a8;
        padding-left: 15px;
        border-left: 1px solid #ee6e73
    }
    .table-of-contents a.active {
        font-weight: 500;
        padding-left: 14px;
        border-left: 2px solid #ee6e73
    }
    .sidenav {
        position: fixed;
        width: 300px;
        left: 0;
        top: 0;
        margin: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        height: 100%;
        height: calc(100% + 60px);
        height: -moz-calc(100%);
        padding-bottom: 60px;
        background-color: #fff;
        z-index: 999;
        overflow-y: auto;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }
    .sidenav.right-aligned {
        right: 0;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
        left: auto;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    .sidenav .collapsible {
        margin: 0
    }
    .sidenav li {
        float: none;
        line-height: 48px
    }
    .sidenav li.active {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .sidenav li>a {
        color: rgba(0, 0, 0, 0.87);
        display: block;
        font-size: 14px;
        font-weight: 500;
        height: 48px;
        line-height: 48px;
        padding: 0 32px
    }
    .sidenav li>a:hover {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .sidenav li>a.btn,
    .sidenav li>a.btn-large,
    .sidenav li>a.btn-small,
    .sidenav li>a.btn-large,
    .sidenav li>a.btn-flat,
    .sidenav li>a.btn-floating {
        margin: 10px 15px
    }
    .sidenav li>a.btn,
    .sidenav li>a.btn-large,
    .sidenav li>a.btn-small,
    .sidenav li>a.btn-large,
    .sidenav li>a.btn-floating {
        color: #fff
    }
    .sidenav li>a.btn-flat {
        color: #343434
    }
    .sidenav li>a.btn:hover,
    .sidenav li>a.btn-large:hover,
    .sidenav li>a.btn-small:hover,
    .sidenav li>a.btn-large:hover {
        background-color: #2bbbad
    }
    .sidenav li>a.btn-floating:hover {
        background-color: #26a69a
    }
    .sidenav li>a>i,
    .sidenav li>a>[class^="mdi-"],
    .sidenav li>a li>a>[class*="mdi-"],
    .sidenav li>a>i.material-icons {
        float: left;
        height: 48px;
        line-height: 48px;
        margin: 0 32px 0 0;
        width: 24px;
        color: rgba(0, 0, 0, 0.54)
    }
    .sidenav .divider {
        margin: 8px 0 0 0
    }
    .sidenav .subheader {
        cursor: initial;
        pointer-events: none;
        color: rgba(0, 0, 0, 0.54);
        font-size: 14px;
        font-weight: 500;
        line-height: 48px
    }
    .sidenav .subheader:hover {
        background-color: transparent
    }
    .sidenav .user-view {
        position: relative;
        padding: 32px 32px 0;
        margin-bottom: 8px
    }
    .sidenav .user-view>a {
        height: auto;
        padding: 0
    }
    .sidenav .user-view>a:hover {
        background-color: transparent
    }
    .sidenav .user-view .background {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1
    }
    .sidenav .user-view .circle,
    .sidenav .user-view .name,
    .sidenav .user-view .email {
        display: block
    }
    .sidenav .user-view .circle {
        height: 64px;
        width: 64px
    }
    .sidenav .user-view .name,
    .sidenav .user-view .email {
        font-size: 14px;
        line-height: 24px
    }
    .sidenav .user-view .name {
        margin-top: 16px;
        font-weight: 500
    }
    .sidenav .user-view .email {
        padding-bottom: 16px;
        font-weight: 400
    }
    .drag-target {
        height: 100%;
        width: 10px;
        position: fixed;
        top: 0;
        z-index: 998
    }
    .drag-target.right-aligned {
        right: 0
    }
    .sidenav.sidenav-fixed {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: fixed
    }
    .sidenav.sidenav-fixed.right-aligned {
        right: 0;
        left: auto
    }
    @media only screen and (max-width: 992px) {
        .sidenav.sidenav-fixed {
            -webkit-transform: translateX(-105%);
            transform: translateX(-105%)
        }
        .sidenav.sidenav-fixed.right-aligned {
            -webkit-transform: translateX(105%);
            transform: translateX(105%)
        }
        .sidenav>a {
            padding: 0 16px
        }
        .sidenav .user-view {
            padding: 16px 16px 0
        }
    }
    .sidenav .collapsible-body>ul:not(.collapsible)>li.active,
    .sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active {
        background-color: #ee6e73
    }
    .sidenav .collapsible-body>ul:not(.collapsible)>li.active a,
    .sidenav.sidenav-fixed .collapsible-body>ul:not(.collapsible)>li.active a {
        color: #fff
    }
    .sidenav .collapsible-body {
        padding: 0
    }
    .sidenav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        height: 120vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 997;
        display: none
    }
    .preloader-wrapper {
        display: inline-block;
        position: relative;
        width: 50px;
        height: 50px
    }
    .preloader-wrapper.small {
        width: 36px;
        height: 36px
    }
    .preloader-wrapper.big {
        width: 64px;
        height: 64px
    }
    .preloader-wrapper.active {
        -webkit-animation: container-rotate 1568ms linear infinite;
        animation: container-rotate 1568ms linear infinite
    }
    @-webkit-keyframes container-rotate {
        to {
            -webkit-transform: rotate(360deg)
        }
    }
    @keyframes container-rotate {
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }
    .spinner-layer {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-color: #26a69a
    }
    .spinner-blue,
    .spinner-blue-only {
        border-color: #4285f4
    }
    .spinner-red,
    .spinner-red-only {
        border-color: #db4437
    }
    .spinner-yellow,
    .spinner-yellow-only {
        border-color: #f4b400
    }
    .spinner-green,
    .spinner-green-only {
        border-color: #0f9d58
    }
    .active .spinner-layer.spinner-blue {
        -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    }
    .active .spinner-layer.spinner-red {
        -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    }
    .active .spinner-layer.spinner-yellow {
        -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    }
    .active .spinner-layer.spinner-green {
        -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    }
    .active .spinner-layer,
    .active .spinner-layer.spinner-blue-only,
    .active .spinner-layer.spinner-red-only,
    .active .spinner-layer.spinner-yellow-only,
    .active .spinner-layer.spinner-green-only {
        opacity: 1;
        -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    }
    @-webkit-keyframes fill-unfill-rotate {
        12.5% {
            -webkit-transform: rotate(135deg)
        }
        25% {
            -webkit-transform: rotate(270deg)
        }
        37.5% {
            -webkit-transform: rotate(405deg)
        }
        50% {
            -webkit-transform: rotate(540deg)
        }
        62.5% {
            -webkit-transform: rotate(675deg)
        }
        75% {
            -webkit-transform: rotate(810deg)
        }
        87.5% {
            -webkit-transform: rotate(945deg)
        }
        to {
            -webkit-transform: rotate(1080deg)
        }
    }
    @keyframes fill-unfill-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)
        }
        to {
            -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg)
        }
    }
    @-webkit-keyframes blue-fade-in-out {
        from {
            opacity: 1
        }
        25% {
            opacity: 1
        }
        26% {
            opacity: 0
        }
        89% {
            opacity: 0
        }
        90% {
            opacity: 1
        }
        100% {
            opacity: 1
        }
    }
    @keyframes blue-fade-in-out {
        from {
            opacity: 1
        }
        25% {
            opacity: 1
        }
        26% {
            opacity: 0
        }
        89% {
            opacity: 0
        }
        90% {
            opacity: 1
        }
        100% {
            opacity: 1
        }
    }
    @-webkit-keyframes red-fade-in-out {
        from {
            opacity: 0
        }
        15% {
            opacity: 0
        }
        25% {
            opacity: 1
        }
        50% {
            opacity: 1
        }
        51% {
            opacity: 0
        }
    }
    @keyframes red-fade-in-out {
        from {
            opacity: 0
        }
        15% {
            opacity: 0
        }
        25% {
            opacity: 1
        }
        50% {
            opacity: 1
        }
        51% {
            opacity: 0
        }
    }
    @-webkit-keyframes yellow-fade-in-out {
        from {
            opacity: 0
        }
        40% {
            opacity: 0
        }
        50% {
            opacity: 1
        }
        75% {
            opacity: 1
        }
        76% {
            opacity: 0
        }
    }
    @keyframes yellow-fade-in-out {
        from {
            opacity: 0
        }
        40% {
            opacity: 0
        }
        50% {
            opacity: 1
        }
        75% {
            opacity: 1
        }
        76% {
            opacity: 0
        }
    }
    @-webkit-keyframes green-fade-in-out {
        from {
            opacity: 0
        }
        65% {
            opacity: 0
        }
        75% {
            opacity: 1
        }
        90% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    @keyframes green-fade-in-out {
        from {
            opacity: 0
        }
        65% {
            opacity: 0
        }
        75% {
            opacity: 1
        }
        90% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    .gap-patch {
        position: absolute;
        top: 0;
        left: 45%;
        width: 10%;
        height: 100%;
        overflow: hidden;
        border-color: inherit
    }
    .gap-patch .circle {
        width: 1000%;
        left: -450%
    }
    .circle-clipper {
        display: inline-block;
        position: relative;
        width: 50%;
        height: 100%;
        overflow: hidden;
        border-color: inherit
    }
    .circle-clipper .circle {
        width: 200%;
        height: 100%;
        border-width: 3px;
        border-style: solid;
        border-color: inherit;
        border-bottom-color: transparent !important;
        border-radius: 50%;
        -webkit-animation: none;
        animation: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0
    }
    .circle-clipper.left .circle {
        left: 0;
        border-right-color: transparent !important;
        -webkit-transform: rotate(129deg);
        transform: rotate(129deg)
    }
    .circle-clipper.right .circle {
        left: -100%;
        border-left-color: transparent !important;
        -webkit-transform: rotate(-129deg);
        transform: rotate(-129deg)
    }
    .active .circle-clipper.left .circle {
        -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    }
    .active .circle-clipper.right .circle {
        -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    }
    @-webkit-keyframes left-spin {
        from {
            -webkit-transform: rotate(130deg)
        }
        50% {
            -webkit-transform: rotate(-5deg)
        }
        to {
            -webkit-transform: rotate(130deg)
        }
    }
    @keyframes left-spin {
        from {
            -webkit-transform: rotate(130deg);
            transform: rotate(130deg)
        }
        50% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg)
        }
        to {
            -webkit-transform: rotate(130deg);
            transform: rotate(130deg)
        }
    }
    @-webkit-keyframes right-spin {
        from {
            -webkit-transform: rotate(-130deg)
        }
        50% {
            -webkit-transform: rotate(5deg)
        }
        to {
            -webkit-transform: rotate(-130deg)
        }
    }
    @keyframes right-spin {
        from {
            -webkit-transform: rotate(-130deg);

            transform: rotate(-130deg)
        }
        50% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg)
        }
        to {
            -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg)
        }
    }
    #spinnerContainer.cooldown {
        -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
        animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1)
    }
    @-webkit-keyframes fade-out {
        from {
            opacity: 1
        }
        to {
            opacity: 0
        }
    }
    @keyframes fade-out {
        from {
            opacity: 1
        }
        to {
            opacity: 0
        }
    }
    .slider {
        position: relative;
        height: 400px;
        width: 100%
    }
    .slider.fullscreen {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .slider.fullscreen ul.slides {
        height: 100%
    }
    .slider.fullscreen ul.indicators {
        z-index: 2;
        bottom: 30px
    }
    .slider .slides {
        background-color: #9e9e9e;
        margin: 0;
        height: 400px
    }
    .slider .slides li {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: inherit;
        overflow: hidden
    }
    .slider .slides li img {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center
    }
    .slider .slides li .caption {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        opacity: 0
    }
    .slider .slides li .caption p {
        color: #e0e0e0
    }
    .slider .slides li.active {
        z-index: 2
    }
    .slider .indicators {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0
    }
    .slider .indicators .indicator-item {
        display: inline-block;
        position: relative;
        cursor: pointer;
        height: 16px;
        width: 16px;
        margin: 0 12px;
        background-color: #e0e0e0;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        border-radius: 50%
    }
    .slider .indicators .indicator-item.active {
        background-color: #4CAF50
    }
    .carousel {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 400px;
        -webkit-perspective: 500px;
        perspective: 500px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%
    }
    .carousel.carousel-slider {
        top: 0;
        left: 0
    }
    .carousel.carousel-slider .carousel-fixed-item {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        z-index: 1
    }
    .carousel.carousel-slider .carousel-fixed-item.with-indicators {
        bottom: 68px
    }
    .carousel.carousel-slider .carousel-item {
        width: 100%;
        height: 100%;
        min-height: 400px;
        position: absolute;
        top: 0;
        left: 0
    }
    .carousel.carousel-slider .carousel-item h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px
    }
    .carousel.carousel-slider .carousel-item p {
        font-size: 15px
    }
    .carousel .carousel-item {
        visibility: hidden;
        width: 200px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0
    }
    .carousel .carousel-item>img {
        width: 100%
    }
    .carousel .indicators {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0
    }
    .carousel .indicators .indicator-item {
        display: inline-block;
        position: relative;
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 24px 4px;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        border-radius: 50%
    }
    .carousel .indicators .indicator-item.active {
        background-color: #fff
    }
    .carousel.scrolling .carousel-item .materialboxed,
    .carousel .carousel-item:not(.active) .materialboxed {
        pointer-events: none
    }
    .tap-target-wrapper {
        width: 800px;
        height: 800px;
        position: fixed;
        z-index: 1000;
        visibility: hidden;
        -webkit-transition: visibility 0s .3s;
        transition: visibility 0s .3s
    }
    .tap-target-wrapper.open {
        visibility: visible;
        -webkit-transition: visibility 0s;
        transition: visibility 0s
    }
    .tap-target-wrapper.open .tap-target {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .95;
        -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1)
    }
    .tap-target-wrapper.open .tap-target-wave::before {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .tap-target-wrapper.open .tap-target-wave::after {
        visibility: visible;
        -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
        animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
        -webkit-transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
        transition: opacity .3s, visibility 0s 1s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s, visibility 0s 1s;
        transition: opacity .3s, transform .3s, visibility 0s 1s, -webkit-transform .3s
    }
    .tap-target {
        position: absolute;
        font-size: 1rem;
        border-radius: 50%;
        background-color: #ee6e73;
        -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1)
    }
    .tap-target-content {
        position: relative;
        display: table-cell
    }
    .tap-target-wave {
        position: absolute;
        border-radius: 50%;
        z-index: 10001
    }
    .tap-target-wave::before,
    .tap-target-wave::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #ffffff
    }
    .tap-target-wave::before {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }
    .tap-target-wave::after {
        visibility: hidden;
        -webkit-transition: opacity .3s, visibility 0s, -webkit-transform .3s;
        transition: opacity .3s, visibility 0s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s, visibility 0s;
        transition: opacity .3s, transform .3s, visibility 0s, -webkit-transform .3s;
        z-index: -1
    }
    .tap-target-origin {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10002;
        position: absolute !important
    }
    .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small),
    .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
        background: none
    }
    @media only screen and (max-width: 600px) {
        .tap-target,
        .tap-target-wrapper {
            width: 600px;
            height: 600px
        }
    }
    .pulse {
        overflow: visible;
        position: relative
    }
    .pulse::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: inherit;
        border-radius: inherit;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s;
        -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
        animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
        z-index: -1
    }
    @-webkit-keyframes pulse-animation {
        0% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }
        50% {
            opacity: 0;
            -webkit-transform: scale(1.5);
            transform: scale(1.5)
        }
        100% {
            opacity: 0;
            -webkit-transform: scale(1.5);
            transform: scale(1.5)
        }
    }
    @keyframes pulse-animation {
        0% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }
        50% {
            opacity: 0;
            -webkit-transform: scale(1.5);
            transform: scale(1.5)
        }
        100% {
            opacity: 0;
            -webkit-transform: scale(1.5);
            transform: scale(1.5)
        }
    }