@charset "UTF-8";

@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");

.container {
    margin: 0 auto;
    max-width: 1901px;
    width: 95%;
}

@media (min-width: 850px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 85%;
    }
}

.col .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.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.flex {
    display: flex;
    flex-wrap: wrap;
}

.row.flex > .col {
    float: none;
}

.row.vcenter {
    align-items: center;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 12.5px;
    min-height: 1px;
    width: 100%;
}

.row .col[class*=push-], .row .col[class*=pull-] {
    position: relative;
}

@media (max-width: 400px) {
    .row .col.t1 {
        width: 8.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t2 {
        width: 16.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t3 {
        width: 25%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t4 {
        width: 33.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t5 {
        width: 41.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t6 {
        width: 50%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t7 {
        width: 58.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t8 {
        width: 66.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t9 {
        width: 75%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t10 {
        width: 83.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t11 {
        width: 91.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.t12 {
        width: 100%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.offset-t1 {
        margin-left: 8.3333333333%;
    }

    .row .col.pull-t1 {
        right: 8.3333333333%;
    }

    .row .col.push-t1 {
        left: 8.3333333333%;
    }

    .row .col.offset-t2 {
        margin-left: 16.6666666667%;
    }

    .row .col.pull-t2 {
        right: 16.6666666667%;
    }

    .row .col.push-t2 {
        left: 16.6666666667%;
    }

    .row .col.offset-t3 {
        margin-left: 25%;
    }

    .row .col.pull-t3 {
        right: 25%;
    }

    .row .col.push-t3 {
        left: 25%;
    }

    .row .col.offset-t4 {
        margin-left: 33.3333333333%;
    }

    .row .col.pull-t4 {
        right: 33.3333333333%;
    }

    .row .col.push-t4 {
        left: 33.3333333333%;
    }

    .row .col.offset-t5 {
        margin-left: 41.6666666667%;
    }

    .row .col.pull-t5 {
        right: 41.6666666667%;
    }

    .row .col.push-t5 {
        left: 41.6666666667%;
    }

    .row .col.offset-t6 {
        margin-left: 50%;
    }

    .row .col.pull-t6 {
        right: 50%;
    }

    .row .col.push-t6 {
        left: 50%;
    }

    .row .col.offset-t7 {
        margin-left: 58.3333333333%;
    }

    .row .col.pull-t7 {
        right: 58.3333333333%;
    }

    .row .col.push-t7 {
        left: 58.3333333333%;
    }

    .row .col.offset-t8 {
        margin-left: 66.6666666667%;
    }

    .row .col.pull-t8 {
        right: 66.6666666667%;
    }

    .row .col.push-t8 {
        left: 66.6666666667%;
    }

    .row .col.offset-t9 {
        margin-left: 75%;
    }

    .row .col.pull-t9 {
        right: 75%;
    }

    .row .col.push-t9 {
        left: 75%;
    }

    .row .col.offset-t10 {
        margin-left: 83.3333333333%;
    }

    .row .col.pull-t10 {
        right: 83.3333333333%;
    }

    .row .col.push-t10 {
        left: 83.3333333333%;
    }

    .row .col.offset-t11 {
        margin-left: 91.6666666667%;
    }

    .row .col.pull-t11 {
        right: 91.6666666667%;
    }

    .row .col.push-t11 {
        left: 91.6666666667%;
    }

    .row .col.offset-t12 {
        margin-left: 100%;
    }

    .row .col.pull-t12 {
        right: 100%;
    }

    .row .col.push-t12 {
        left: 100%;
    }
}

@media (min-width: 400px) {
    .row .col.xs1 {
        width: 8.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs2 {
        width: 16.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs3 {
        width: 25%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs4 {
        width: 33.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs5 {
        width: 41.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs6 {
        width: 50%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs7 {
        width: 58.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs8 {
        width: 66.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs9 {
        width: 75%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs10 {
        width: 83.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs11 {
        width: 91.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xs12 {
        width: 100%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.offset-xs1 {
        margin-left: 8.3333333333%;
    }

    .row .col.pull-xs1 {
        right: 8.3333333333%;
    }

    .row .col.push-xs1 {
        left: 8.3333333333%;
    }

    .row .col.offset-xs2 {
        margin-left: 16.6666666667%;
    }

    .row .col.pull-xs2 {
        right: 16.6666666667%;
    }

    .row .col.push-xs2 {
        left: 16.6666666667%;
    }

    .row .col.offset-xs3 {
        margin-left: 25%;
    }

    .row .col.pull-xs3 {
        right: 25%;
    }

    .row .col.push-xs3 {
        left: 25%;
    }

    .row .col.offset-xs4 {
        margin-left: 33.3333333333%;
    }

    .row .col.pull-xs4 {
        right: 33.3333333333%;
    }

    .row .col.push-xs4 {
        left: 33.3333333333%;
    }

    .row .col.offset-xs5 {
        margin-left: 41.6666666667%;
    }

    .row .col.pull-xs5 {
        right: 41.6666666667%;
    }

    .row .col.push-xs5 {
        left: 41.6666666667%;
    }

    .row .col.offset-xs6 {
        margin-left: 50%;
    }

    .row .col.pull-xs6 {
        right: 50%;
    }

    .row .col.push-xs6 {
        left: 50%;
    }

    .row .col.offset-xs7 {
        margin-left: 58.3333333333%;
    }

    .row .col.pull-xs7 {
        right: 58.3333333333%;
    }

    .row .col.push-xs7 {
        left: 58.3333333333%;
    }

    .row .col.offset-xs8 {
        margin-left: 66.6666666667%;
    }

    .row .col.pull-xs8 {
        right: 66.6666666667%;
    }

    .row .col.push-xs8 {
        left: 66.6666666667%;
    }

    .row .col.offset-xs9 {
        margin-left: 75%;
    }

    .row .col.pull-xs9 {
        right: 75%;
    }

    .row .col.push-xs9 {
        left: 75%;
    }

    .row .col.offset-xs10 {
        margin-left: 83.3333333333%;
    }

    .row .col.pull-xs10 {
        right: 83.3333333333%;
    }

    .row .col.push-xs10 {
        left: 83.3333333333%;
    }

    .row .col.offset-xs11 {
        margin-left: 91.6666666667%;
    }

    .row .col.pull-xs11 {
        right: 91.6666666667%;
    }

    .row .col.push-xs11 {
        left: 91.6666666667%;
    }

    .row .col.offset-xs12 {
        margin-left: 100%;
    }

    .row .col.pull-xs12 {
        right: 100%;
    }

    .row .col.push-xs12 {
        left: 100%;
    }
}

@media (min-width: 600px) {
    .row .col.s1 {
        width: 8.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s2 {
        width: 16.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s3 {
        width: 25%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s4 {
        width: 33.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s5 {
        width: 41.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s6 {
        width: 50%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s7 {
        width: 58.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s8 {
        width: 66.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s9 {
        width: 75%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s10 {
        width: 83.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s11 {
        width: 91.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.s12 {
        width: 100%;
        margin-left: 0;
        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 (min-width: 850px) {
    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m3 {
        width: 25%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m6 {
        width: 50%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m9 {
        width: 75%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.m12 {
        width: 100%;
        margin-left: 0;
        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 (min-width: 1200px) {
    .row .col.l1 {
        width: 8.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l3 {
        width: 25%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l6 {
        width: 50%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l9 {
        width: 75%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.l12 {
        width: 100%;
        margin-left: 0;
        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 (min-width: 1800px) {
    .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl3 {
        width: 25%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl6 {
        width: 50%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl9 {
        width: 75%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.xl12 {
        width: 100%;
        margin-left: 0;
        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%;
    }
}

@media (min-width: 1901px) {
    .row .col.h1 {
        width: 8.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h2 {
        width: 16.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h3 {
        width: 25%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h4 {
        width: 33.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h5 {
        width: 41.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h6 {
        width: 50%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h7 {
        width: 58.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h8 {
        width: 66.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h9 {
        width: 75%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h10 {
        width: 83.3333333333%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h11 {
        width: 91.6666666667%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.h12 {
        width: 100%;
        margin-left: 0;
        left: auto;
        right: auto;
    }

    .row .col.offset-h1 {
        margin-left: 8.3333333333%;
    }

    .row .col.pull-h1 {
        right: 8.3333333333%;
    }

    .row .col.push-h1 {
        left: 8.3333333333%;
    }

    .row .col.offset-h2 {
        margin-left: 16.6666666667%;
    }

    .row .col.pull-h2 {
        right: 16.6666666667%;
    }

    .row .col.push-h2 {
        left: 16.6666666667%;
    }

    .row .col.offset-h3 {
        margin-left: 25%;
    }

    .row .col.pull-h3 {
        right: 25%;
    }

    .row .col.push-h3 {
        left: 25%;
    }

    .row .col.offset-h4 {
        margin-left: 33.3333333333%;
    }

    .row .col.pull-h4 {
        right: 33.3333333333%;
    }

    .row .col.push-h4 {
        left: 33.3333333333%;
    }

    .row .col.offset-h5 {
        margin-left: 41.6666666667%;
    }

    .row .col.pull-h5 {
        right: 41.6666666667%;
    }

    .row .col.push-h5 {
        left: 41.6666666667%;
    }

    .row .col.offset-h6 {
        margin-left: 50%;
    }

    .row .col.pull-h6 {
        right: 50%;
    }

    .row .col.push-h6 {
        left: 50%;
    }

    .row .col.offset-h7 {
        margin-left: 58.3333333333%;
    }

    .row .col.pull-h7 {
        right: 58.3333333333%;
    }

    .row .col.push-h7 {
        left: 58.3333333333%;
    }

    .row .col.offset-h8 {
        margin-left: 66.6666666667%;
    }

    .row .col.pull-h8 {
        right: 66.6666666667%;
    }

    .row .col.push-h8 {
        left: 66.6666666667%;
    }

    .row .col.offset-h9 {
        margin-left: 75%;
    }

    .row .col.pull-h9 {
        right: 75%;
    }

    .row .col.push-h9 {
        left: 75%;
    }

    .row .col.offset-h10 {
        margin-left: 83.3333333333%;
    }

    .row .col.pull-h10 {
        right: 83.3333333333%;
    }

    .row .col.push-h10 {
        left: 83.3333333333%;
    }

    .row .col.offset-h11 {
        margin-left: 91.6666666667%;
    }

    .row .col.pull-h11 {
        right: 91.6666666667%;
    }

    .row .col.push-h11 {
        left: 91.6666666667%;
    }

    .row .col.offset-h12 {
        margin-left: 100%;
    }

    .row .col.pull-h12 {
        right: 100%;
    }

    .row .col.push-h12 {
        left: 100%;
    }
}

@media (max-width: 400px) {
    .hide-xs-down {
        display: none !important;
    }
}

@media (min-width: 400px) {
    .hide-xs-up {
        display: none !important;
    }
}

@media (min-width: 400px) and (max-width: 600px) {
    .hide-xs-only {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .hide-s-down {
        display: none !important;
    }
}

@media (min-width: 600px) {
    .hide-s-up {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 850px) {
    .hide-s-only {
        display: none !important;
    }
}

@media (max-width: 850px) {
    .hide-m-down {
        display: none !important;
    }
}

@media (min-width: 850px) {
    .hide-m-up {
        display: none !important;
    }
}

@media (min-width: 850px) and (max-width: 1200px) {
    .hide-m-only {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .hide-l-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hide-l-up {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .hide-l-only {
        display: none !important;
    }
}

@media (max-width: 1800px) {
    .hide-xl-down {
        display: none !important;
    }
}

@media (min-width: 1800px) {
    .hide-xl-up {
        display: none !important;
    }
}

@media (min-width: 1800px) and (max-width: 1901px) {
    .hide-xl-only {
        display: none !important;
    }
}

@media (min-width: 1901px) {
    .hide-h {
        display: none;
    }
}

@media (max-width: 600px) {
    .align-left-s-down {
        text-align: left;
    }
}

@media (min-width: 600px) {
    .align-left-s-up {
        text-align: left;
    }
}

@media (min-width: 600px) and (max-width: 850px) {
    .align-left-s-only {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .align-center-s-down {
        text-align: center;
    }
}

@media (min-width: 600px) {
    .align-center-s-up {
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 850px) {
    .align-center-s-only {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .align-right-s-down {
        text-align: right;
    }
}

@media (min-width: 600px) {
    .align-right-s-up {
        text-align: right;
    }
}

@media (min-width: 600px) and (max-width: 850px) {
    .align-right-s-only {
        text-align: right;
    }
}

@media (max-width: 850px) {
    .align-left-m-down {
        text-align: left;
    }
}

@media (min-width: 850px) {
    .align-left-m-up {
        text-align: left;
    }
}

@media (min-width: 850px) and (max-width: 1200px) {
    .align-left-m-only {
        text-align: left;
    }
}

@media (max-width: 850px) {
    .align-center-m-down {
        text-align: center;
    }
}

@media (min-width: 850px) {
    .align-center-m-up {
        text-align: center;
    }
}

@media (min-width: 850px) and (max-width: 1200px) {
    .align-center-m-only {
        text-align: center;
    }
}

@media (max-width: 850px) {
    .align-right-m-down {
        text-align: right;
    }
}

@media (min-width: 850px) {
    .align-right-m-up {
        text-align: right;
    }
}

@media (min-width: 850px) and (max-width: 1200px) {
    .align-right-m-only {
        text-align: right;
    }
}

@media (max-width: 1200px) {
    .align-left-l-down {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .align-left-l-up {
        text-align: left;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .align-left-l-only {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .align-center-l-down {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .align-center-l-up {
        text-align: center;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .align-center-l-only {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .align-right-l-down {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .align-right-l-up {
        text-align: right;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .align-right-l-only {
        text-align: right;
    }
}

@media (max-width: 1800px) {
    .align-left-xl-down {
        text-align: left;
    }
}

@media (min-width: 1800px) {
    .align-left-xl-up {
        text-align: left;
    }
}

@media (min-width: 1800px) and (max-width: 1901px) {
    .align-left-xl-only {
        text-align: left;
    }
}

@media (max-width: 1800px) {
    .align-center-xl-down {
        text-align: center;
    }
}

@media (min-width: 1800px) {
    .align-center-xl-up {
        text-align: center;
    }
}

@media (min-width: 1800px) and (max-width: 1901px) {
    .align-center-xl-only {
        text-align: center;
    }
}

@media (max-width: 1800px) {
    .align-right-xl-down {
        text-align: right;
    }
}

@media (min-width: 1800px) {
    .align-right-xl-up {
        text-align: right;
    }
}

@media (min-width: 1800px) and (max-width: 1901px) {
    .align-right-xl-only {
        text-align: right;
    }
}

@media (min-width: 1901px) {
    .align-left-h {
        text-align: left;
    }
}

@media (min-width: 1901px) {
    .align-center-h {
        text-align: center;
    }
}

@media (min-width: 1901px) {
    .align-right-h {
        text-align: right;
    }
}

@media (max-width: 400px) {
    .order-xs1 {
        order: 1;
    }
}

@media (max-width: 400px) {
    .order-xs2 {
        order: 2;
    }
}

@media (max-width: 400px) {
    .order-xs3 {
        order: 3;
    }
}

@media (max-width: 400px) {
    .order-xs4 {
        order: 4;
    }
}

@media (max-width: 400px) {
    .order-xs5 {
        order: 5;
    }
}

@media (max-width: 400px) {
    .order-xs6 {
        order: 6;
    }
}

@media (max-width: 400px) {
    .order-xs7 {
        order: 7;
    }
}

@media (max-width: 400px) {
    .order-xs8 {
        order: 8;
    }
}

@media (max-width: 400px) {
    .order-xs9 {
        order: 9;
    }
}

@media (max-width: 400px) {
    .order-xs10 {
        order: 10;
    }
}

@media (max-width: 400px) {
    .order-xs11 {
        order: 11;
    }
}

@media (max-width: 600px) {
    .order-s1 {
        order: 1;
    }
}

@media (max-width: 600px) {
    .order-s2 {
        order: 2;
    }
}

@media (max-width: 600px) {
    .order-s3 {
        order: 3;
    }
}

@media (max-width: 600px) {
    .order-s4 {
        order: 4;
    }
}

@media (max-width: 600px) {
    .order-s5 {
        order: 5;
    }
}

@media (max-width: 600px) {
    .order-s6 {
        order: 6;
    }
}

@media (max-width: 600px) {
    .order-s7 {
        order: 7;
    }
}

@media (max-width: 600px) {
    .order-s8 {
        order: 8;
    }
}

@media (max-width: 600px) {
    .order-s9 {
        order: 9;
    }
}

@media (max-width: 600px) {
    .order-s10 {
        order: 10;
    }
}

@media (max-width: 600px) {
    .order-s11 {
        order: 11;
    }
}

@media (max-width: 850px) {
    .order-m1 {
        order: 1;
    }
}

@media (max-width: 850px) {
    .order-m2 {
        order: 2;
    }
}

@media (max-width: 850px) {
    .order-m3 {
        order: 3;
    }
}

@media (max-width: 850px) {
    .order-m4 {
        order: 4;
    }
}

@media (max-width: 850px) {
    .order-m5 {
        order: 5;
    }
}

@media (max-width: 850px) {
    .order-m6 {
        order: 6;
    }
}

@media (max-width: 850px) {
    .order-m7 {
        order: 7;
    }
}

@media (max-width: 850px) {
    .order-m8 {
        order: 8;
    }
}

@media (max-width: 850px) {
    .order-m9 {
        order: 9;
    }
}

@media (max-width: 850px) {
    .order-m10 {
        order: 10;
    }
}

@media (max-width: 850px) {
    .order-m11 {
        order: 11;
    }
}

@media (max-width: 1200px) {
    .order-l1 {
        order: 1;
    }
}

@media (max-width: 1200px) {
    .order-l2 {
        order: 2;
    }
}

@media (max-width: 1200px) {
    .order-l3 {
        order: 3;
    }
}

@media (max-width: 1200px) {
    .order-l4 {
        order: 4;
    }
}

@media (max-width: 1200px) {
    .order-l5 {
        order: 5;
    }
}

@media (max-width: 1200px) {
    .order-l6 {
        order: 6;
    }
}

@media (max-width: 1200px) {
    .order-l7 {
        order: 7;
    }
}

@media (max-width: 1200px) {
    .order-l8 {
        order: 8;
    }
}

@media (max-width: 1200px) {
    .order-l9 {
        order: 9;
    }
}

@media (max-width: 1200px) {
    .order-l10 {
        order: 10;
    }
}

@media (max-width: 1200px) {
    .order-l11 {
        order: 11;
    }
}

.materialize-red {
    background-color: #e51c23 !important;
}

.materialize-red-text {
    color: #e51c23 !important;
}

.materialize-red.lighten-5 {
    background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
    background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b !important;
}

.materialize-red.lighten-2 {
    background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
    background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b !important;
}

.materialize-red.darken-1 {
    background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
    color: #d0181e !important;
}

.materialize-red.darken-2 {
    background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
    color: #b9151b !important;
}

.materialize-red.darken-3 {
    background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
    color: #a21318 !important;
}

.materialize-red.darken-4 {
    background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
    color: #8b1014 !important;
}

.red {
    background-color: #F44336 !important;
}

.red-text {
    color: #F44336 !important;
}

.red.lighten-5 {
    background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
    color: #FFEBEE !important;
}

.red.lighten-4 {
    background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
    color: #FFCDD2 !important;
}

.red.lighten-3 {
    background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
    color: #EF9A9A !important;
}

.red.lighten-2 {
    background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
    color: #E57373 !important;
}

.red.lighten-1 {
    background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
    color: #EF5350 !important;
}

.red.darken-1 {
    background-color: #E53935 !important;
}

.red-text.text-darken-1 {
    color: #E53935 !important;
}

.red.darken-2 {
    background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
    color: #D32F2F !important;
}

.red.darken-3 {
    background-color: #C62828 !important;
}

.red-text.text-darken-3 {
    color: #C62828 !important;
}

.red.darken-4 {
    background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
    color: #B71C1C !important;
}

.red.accent-1 {
    background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
    color: #FF8A80 !important;
}

.red.accent-2 {
    background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
    color: #FF5252 !important;
}

.red.accent-3 {
    background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
    color: #FF1744 !important;
}

.red.accent-4 {
    background-color: #D50000 !important;
}

.red-text.text-accent-4 {
    color: #D50000 !important;
}

.pink {
    background-color: #e91e63 !important;
}

.pink-text {
    color: #e91e63 !important;
}

.pink.lighten-5 {
    background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
    color: #fce4ec !important;
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
    color: #f8bbd0 !important;
}

.pink.lighten-3 {
    background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
    color: #f48fb1 !important;
}

.pink.lighten-2 {
    background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
    color: #f06292 !important;
}

.pink.lighten-1 {
    background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
    color: #ec407a !important;
}

.pink.darken-1 {
    background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
    color: #d81b60 !important;
}

.pink.darken-2 {
    background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
    color: #c2185b !important;
}

.pink.darken-3 {
    background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
    color: #ad1457 !important;
}

.pink.darken-4 {
    background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
    color: #880e4f !important;
}

.pink.accent-1 {
    background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
    color: #ff80ab !important;
}

.pink.accent-2 {
    background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
    color: #ff4081 !important;
}

.pink.accent-3 {
    background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
    color: #f50057 !important;
}

.pink.accent-4 {
    background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
    color: #c51162 !important;
}

.purple {
    background-color: #9c27b0 !important;
}

.purple-text {
    color: #9c27b0 !important;
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
    color: #f3e5f5 !important;
}

.purple.lighten-4 {
    background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
    color: #e1bee7 !important;
}

.purple.lighten-3 {
    background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
    color: #ce93d8 !important;
}

.purple.lighten-2 {
    background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
    color: #ba68c8 !important;
}

.purple.lighten-1 {
    background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
    color: #ab47bc !important;
}

.purple.darken-1 {
    background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
    color: #8e24aa !important;
}

.purple.darken-2 {
    background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
    color: #7b1fa2 !important;
}

.purple.darken-3 {
    background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
    color: #6a1b9a !important;
}

.purple.darken-4 {
    background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
    color: #4a148c !important;
}

.purple.accent-1 {
    background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
    color: #ea80fc !important;
}

.purple.accent-2 {
    background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
    color: #e040fb !important;
}

.purple.accent-3 {
    background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
    color: #d500f9 !important;
}

.purple.accent-4 {
    background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
    color: #aa00ff !important;
}

.deep-purple {
    background-color: #673ab7 !important;
}

.deep-purple-text {
    color: #673ab7 !important;
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb !important;
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd !important;
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important;
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1 !important;
}

.deep-purple.darken-2 {
    background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
    color: #512da8 !important;
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
    color: #4527a0 !important;
}

.deep-purple.darken-4 {
    background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
    color: #311b92 !important;
}

.deep-purple.accent-1 {
    background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
    color: #b388ff !important;
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff !important;
}

.deep-purple.accent-3 {
    background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
    color: #651fff !important;
}

.deep-purple.accent-4 {
    background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
    color: #6200ea !important;
}

.indigo {
    background-color: #3f51b5 !important;
}

.indigo-text {
    color: #3f51b5 !important;
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6 !important;
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
    color: #c5cae9 !important;
}

.indigo.lighten-3 {
    background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
    color: #9fa8da !important;
}

.indigo.lighten-2 {
    background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
    color: #7986cb !important;
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0 !important;
}

.indigo.darken-1 {
    background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
    color: #3949ab !important;
}

.indigo.darken-2 {
    background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
    color: #303f9f !important;
}

.indigo.darken-3 {
    background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
    color: #283593 !important;
}

.indigo.darken-4 {
    background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
    color: #1a237e !important;
}

.indigo.accent-1 {
    background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
    color: #8c9eff !important;
}

.indigo.accent-2 {
    background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
    color: #536dfe !important;
}

.indigo.accent-3 {
    background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
    color: #3d5afe !important;
}

.indigo.accent-4 {
    background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
    color: #304ffe !important;
}

.blue {
    background-color: #2196F3 !important;
}

.blue-text {
    color: #2196F3 !important;
}

.blue.lighten-5 {
    background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
    color: #E3F2FD !important;
}

.blue.lighten-4 {
    background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
    color: #BBDEFB !important;
}

.blue.lighten-3 {
    background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
    color: #90CAF9 !important;
}

.blue.lighten-2 {
    background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
    color: #64B5F6 !important;
}

.blue.lighten-1 {
    background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
    color: #42A5F5 !important;
}

.blue.darken-1 {
    background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
    color: #1E88E5 !important;
}

.blue.darken-2 {
    background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
    color: #1976D2 !important;
}

.blue.darken-3 {
    background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
    color: #1565C0 !important;
}

.blue.darken-4 {
    background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
    color: #0D47A1 !important;
}

.blue.accent-1 {
    background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
    color: #82B1FF !important;
}

.blue.accent-2 {
    background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
    color: #448AFF !important;
}

.blue.accent-3 {
    background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
    color: #2979FF !important;
}

.blue.accent-4 {
    background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
    color: #2962FF !important;
}

.light-blue {
    background-color: #03a9f4 !important;
}

.light-blue-text {
    color: #03a9f4 !important;
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe !important;
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc !important;
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa !important;
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6 !important;
}

.light-blue.darken-1 {
    background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
    color: #039be5 !important;
}

.light-blue.darken-2 {
    background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
    color: #0288d1 !important;
}

.light-blue.darken-3 {
    background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
    color: #0277bd !important;
}

.light-blue.darken-4 {
    background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
    color: #01579b !important;
}

.light-blue.accent-1 {
    background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
    color: #80d8ff !important;
}

.light-blue.accent-2 {
    background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
    color: #40c4ff !important;
}

.light-blue.accent-3 {
    background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
    color: #00b0ff !important;
}

.light-blue.accent-4 {
    background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
    color: #0091ea !important;
}

.cyan {
    background-color: #00bcd4 !important;
}

.cyan-text {
    color: #00bcd4 !important;
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa !important;
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2 !important;
}

.cyan.lighten-3 {
    background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
    color: #80deea !important;
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1 !important;
}

.cyan.lighten-1 {
    background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
    color: #26c6da !important;
}

.cyan.darken-1 {
    background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
    color: #00acc1 !important;
}

.cyan.darken-2 {
    background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
    color: #0097a7 !important;
}

.cyan.darken-3 {
    background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
    color: #00838f !important;
}

.cyan.darken-4 {
    background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
    color: #006064 !important;
}

.cyan.accent-1 {
    background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
    color: #84ffff !important;
}

.cyan.accent-2 {
    background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
    color: #18ffff !important;
}

.cyan.accent-3 {
    background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
    color: #00e5ff !important;
}

.cyan.accent-4 {
    background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
    color: #00b8d4 !important;
}

.teal {
    background-color: #009688 !important;
}

.teal-text {
    color: #009688 !important;
}

.teal.lighten-5 {
    background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
    color: #e0f2f1 !important;
}

.teal.lighten-4 {
    background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
    color: #b2dfdb !important;
}

.teal.lighten-3 {
    background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
    color: #80cbc4 !important;
}

.teal.lighten-2 {
    background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
    color: #4db6ac !important;
}

.teal.lighten-1 {
    background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
    color: #26a69a !important;
}

.teal.darken-1 {
    background-color: #00897b !important;
}

.teal-text.text-darken-1 {
    color: #00897b !important;
}

.teal.darken-2 {
    background-color: #00796b !important;
}

.teal-text.text-darken-2 {
    color: #00796b !important;
}

.teal.darken-3 {
    background-color: #00695c !important;
}

.teal-text.text-darken-3 {
    color: #00695c !important;
}

.teal.darken-4 {
    background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
    color: #004d40 !important;
}

.teal.accent-1 {
    background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
    color: #a7ffeb !important;
}

.teal.accent-2 {
    background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
    color: #64ffda !important;
}

.teal.accent-3 {
    background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
    color: #1de9b6 !important;
}

.teal.accent-4 {
    background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
    color: #00bfa5 !important;
}

.green {
    background-color: #4CAF50 !important;
}

.green-text {
    color: #4CAF50 !important;
}

.green.lighten-5 {
    background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
    color: #E8F5E9 !important;
}

.green.lighten-4 {
    background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
    color: #C8E6C9 !important;
}

.green.lighten-3 {
    background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
    color: #A5D6A7 !important;
}

.green.lighten-2 {
    background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
    color: #81C784 !important;
}

.green.lighten-1 {
    background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
    color: #66BB6A !important;
}

.green.darken-1 {
    background-color: #43A047 !important;
}

.green-text.text-darken-1 {
    color: #43A047 !important;
}

.green.darken-2 {
    background-color: #388E3C !important;
}

.green-text.text-darken-2 {
    color: #388E3C !important;
}

.green.darken-3 {
    background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
    color: #2E7D32 !important;
}

.green.darken-4 {
    background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
    color: #1B5E20 !important;
}

.green.accent-1 {
    background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
    color: #B9F6CA !important;
}

.green.accent-2 {
    background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
    color: #69F0AE !important;
}

.green.accent-3 {
    background-color: #00E676 !important;
}

.green-text.text-accent-3 {
    color: #00E676 !important;
}

.green.accent-4 {
    background-color: #00C853 !important;
}

.green-text.text-accent-4 {
    color: #00C853 !important;
}

.light-green {
    background-color: #8bc34a !important;
}

.light-green-text {
    color: #8bc34a !important;
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9 !important;
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
    color: #dcedc8 !important;
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5 !important;
}

.light-green.lighten-2 {
    background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
    color: #aed581 !important;
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
    color: #9ccc65 !important;
}

.light-green.darken-1 {
    background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
    color: #7cb342 !important;
}

.light-green.darken-2 {
    background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
    color: #689f38 !important;
}

.light-green.darken-3 {
    background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
    color: #558b2f !important;
}

.light-green.darken-4 {
    background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
    color: #33691e !important;
}

.light-green.accent-1 {
    background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
    color: #ccff90 !important;
}

.light-green.accent-2 {
    background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
    color: #b2ff59 !important;
}

.light-green.accent-3 {
    background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
    color: #76ff03 !important;
}

.light-green.accent-4 {
    background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
    color: #64dd17 !important;
}

.lime {
    background-color: #cddc39 !important;
}

.lime-text {
    color: #cddc39 !important;
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
    color: #f9fbe7 !important;
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
    color: #f0f4c3 !important;
}

.lime.lighten-3 {
    background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
    color: #e6ee9c !important;
}

.lime.lighten-2 {
    background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
    color: #dce775 !important;
}

.lime.lighten-1 {
    background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
    color: #d4e157 !important;
}

.lime.darken-1 {
    background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
    color: #c0ca33 !important;
}

.lime.darken-2 {
    background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
    color: #afb42b !important;
}

.lime.darken-3 {
    background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
    color: #9e9d24 !important;
}

.lime.darken-4 {
    background-color: #827717 !important;
}

.lime-text.text-darken-4 {
    color: #827717 !important;
}

.lime.accent-1 {
    background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
    color: #f4ff81 !important;
}

.lime.accent-2 {
    background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
    color: #eeff41 !important;
}

.lime.accent-3 {
    background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
    color: #c6ff00 !important;
}

.lime.accent-4 {
    background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
    color: #aeea00 !important;
}

.yellow {
    background-color: #ffeb3b !important;
}

.yellow-text {
    color: #ffeb3b !important;
}

.yellow.lighten-5 {
    background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
    color: #fffde7 !important;
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
    color: #fff9c4 !important;
}

.yellow.lighten-3 {
    background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
    color: #fff59d !important;
}

.yellow.lighten-2 {
    background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
    color: #fff176 !important;
}

.yellow.lighten-1 {
    background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
    color: #ffee58 !important;
}

.yellow.darken-1 {
    background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
    color: #fdd835 !important;
}

.yellow.darken-2 {
    background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
    color: #fbc02d !important;
}

.yellow.darken-3 {
    background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
    color: #f9a825 !important;
}

.yellow.darken-4 {
    background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
    color: #f57f17 !important;
}

.yellow.accent-1 {
    background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
    color: #ffff8d !important;
}

.yellow.accent-2 {
    background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
    color: #ffff00 !important;
}

.yellow.accent-3 {
    background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
    color: #ffea00 !important;
}

.yellow.accent-4 {
    background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
    color: #ffd600 !important;
}

.amber {
    background-color: #ffc107 !important;
}

.amber-text {
    color: #ffc107 !important;
}

.amber.lighten-5 {
    background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
    color: #fff8e1 !important;
}

.amber.lighten-4 {
    background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
    color: #ffecb3 !important;
}

.amber.lighten-3 {
    background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
    color: #ffe082 !important;
}

.amber.lighten-2 {
    background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
    color: #ffd54f !important;
}

.amber.lighten-1 {
    background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
    color: #ffca28 !important;
}

.amber.darken-1 {
    background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
    color: #ffb300 !important;
}

.amber.darken-2 {
    background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
    color: #ffa000 !important;
}

.amber.darken-3 {
    background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
    color: #ff8f00 !important;
}

.amber.darken-4 {
    background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
    color: #ff6f00 !important;
}

.amber.accent-1 {
    background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
    color: #ffe57f !important;
}

.amber.accent-2 {
    background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
    color: #ffd740 !important;
}

.amber.accent-3 {
    background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
    color: #ffc400 !important;
}

.amber.accent-4 {
    background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
    color: #ffab00 !important;
}

.orange {
    background-color: #ff9800 !important;
}

.orange-text {
    color: #ff9800 !important;
}

.orange.lighten-5 {
    background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
    color: #fff3e0 !important;
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
    color: #ffe0b2 !important;
}

.orange.lighten-3 {
    background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
    color: #ffcc80 !important;
}

.orange.lighten-2 {
    background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
    color: #ffb74d !important;
}

.orange.lighten-1 {
    background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
    color: #ffa726 !important;
}

.orange.darken-1 {
    background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
    color: #fb8c00 !important;
}

.orange.darken-2 {
    background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
    color: #f57c00 !important;
}

.orange.darken-3 {
    background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
    color: #ef6c00 !important;
}

.orange.darken-4 {
    background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
    color: #e65100 !important;
}

.orange.accent-1 {
    background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
    color: #ffd180 !important;
}

.orange.accent-2 {
    background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
    color: #ffab40 !important;
}

.orange.accent-3 {
    background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
    color: #ff9100 !important;
}

.orange.accent-4 {
    background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
    color: #ff6d00 !important;
}

.deep-orange {
    background-color: #ff5722 !important;
}

.deep-orange-text {
    color: #ff5722 !important;
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc !important;
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91 !important;
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043 !important;
}

.deep-orange.darken-1 {
    background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
    color: #f4511e !important;
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
    color: #e64a19 !important;
}

.deep-orange.darken-3 {
    background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
    color: #d84315 !important;
}

.deep-orange.darken-4 {
    background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
    color: #bf360c !important;
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80 !important;
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40 !important;
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00 !important;
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00 !important;
}

.brown {
    background-color: #795548 !important;
}

.brown-text {
    color: #795548 !important;
}

.brown.lighten-5 {
    background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
    color: #efebe9 !important;
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
    color: #d7ccc8 !important;
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
    color: #bcaaa4 !important;
}

.brown.lighten-2 {
    background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
    color: #a1887f !important;
}

.brown.lighten-1 {
    background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
    color: #8d6e63 !important;
}

.brown.darken-1 {
    background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
    color: #6d4c41 !important;
}

.brown.darken-2 {
    background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
    color: #5d4037 !important;
}

.brown.darken-3 {
    background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
    color: #4e342e !important;
}

.brown.darken-4 {
    background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
    color: #3e2723 !important;
}

.blue-grey {
    background-color: #607d8b !important;
}

.blue-grey-text {
    color: #607d8b !important;
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important;
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important;
}

.blue-grey.lighten-1 {
    background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
    color: #78909c !important;
}

.blue-grey.darken-1 {
    background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
    color: #546e7a !important;
}

.blue-grey.darken-2 {
    background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
    color: #455a64 !important;
}

.blue-grey.darken-3 {
    background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
    color: #37474f !important;
}

.blue-grey.darken-4 {
    background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
    color: #263238 !important;
}

.grey {
    background-color: #9e9e9e !important;
}

.grey-text {
    color: #9e9e9e !important;
}

.grey.lighten-5 {
    background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
    color: #fafafa !important;
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
    color: #f5f5f5 !important;
}

.grey.lighten-3 {
    background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
    color: #eeeeee !important;
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
    color: #e0e0e0 !important;
}

.grey.lighten-1 {
    background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
    color: #bdbdbd !important;
}

.grey.darken-1 {
    background-color: #757575 !important;
}

.grey-text.text-darken-1 {
    color: #757575 !important;
}

.grey.darken-2 {
    background-color: #616161 !important;
}

.grey-text.text-darken-2 {
    color: #616161 !important;
}

.grey.darken-3 {
    background-color: #424242 !important;
}

.grey-text.text-darken-3 {
    color: #424242 !important;
}

.grey.darken-4 {
    background-color: #212121 !important;
}

.grey-text.text-darken-4 {
    color: #212121 !important;
}

.black {
    background-color: #000000 !important;
}

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

.white {
    background-color: #FFFFFF !important;
}

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

.transparent {
    background-color: transparent !important;
}

.transparent-text {
    color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
 /* 1 */
    -ms-text-size-adjust: 100%;
 /* 2 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
 /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
 /* 1 */
    height: 0;
 /* 1 */
    overflow: visible;
 /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
 /* 1 */
    -webkit-text-decoration-skip: objects;
 /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
 /* 1 */
    text-decoration: underline;
 /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
 /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
 /* 1 */
    font-size: 100%;
 /* 1 */
    line-height: 1.15;
 /* 1 */
    margin: 0;
 /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
 /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
 /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
 /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
 /* 1 */
    color: inherit;
 /* 2 */
    display: table;
 /* 1 */
    max-width: 100%;
 /* 1 */
    padding: 0;
 /* 3 */
    white-space: normal;
 /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
 /* 1 */
    vertical-align: baseline;
 /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
 /* 1 */
    outline-offset: -2px;
 /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
 /* 1 */
    font: inherit;
 /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html {
    box-sizing: border-box;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

ul:not(.browser-default) > li {
    list-style-type: none;
}

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
    display: flex;
    align-items: center;
}

.clearfix {
    clear: both;
}

.z-depth-0 {
    box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1, .sidenav {
    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 {
    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);
}

/* 6dp elevation modified*/
.z-depth-2 {
    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);
}

/* 12dp elevation modified*/
.z-depth-3 {
    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);
}

/* 16dp elevation */
.z-depth-4 {
    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);
}

/* 24dp elevation */
.z-depth-5 {
    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 {
    transition: box-shadow 0.25s;
}

.hoverable:hover {
    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;
}

i {
    line-height: inherit;
}

i.left {
    float: left;
    margin-right: 15px;
}

i.right {
    float: right;
    margin-left: 15px;
}

i.tiny {
    font-size: 1rem;
}

i.small {
    font-size: 2rem;
}

i.medium {
    font-size: 4rem;
}

i.large {
    font-size: 6rem;
}

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;
    }
}

.breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb i,
.breadcrumb [class^=mdi-], .breadcrumb [class*=mdi-],
.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px;
}

.breadcrumb:before {
    content: "\e5cc";
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
    display: none;
}

.breadcrumb:last-child {
    color: #fff;
}

.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%;
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%);
}

.pin-top, .pin-bottom {
    position: relative;
}

.pinned {
    position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
    opacity: 0;
}

.fade-in {
    opacity: 0;
    transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@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;
    }
}

.page-footer {
    padding-top: 20px;
    color: #fff;
    background-color: #ee6e73;
}

.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08);
}

table, th, td {
    border: none;
}

table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

table.striped tr {
    border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
    border-radius: 0;
}

table.highlight > tbody > tr {
    transition: background-color 0.25s ease;
}

table.highlight > tbody > tr:hover {
    background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th, table.centered tbody tr td {
    text-align: center;
}

tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

@media only screen and (max-width : 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    /* sort out borders */
    }

    table.responsive-table td:empty:before {
        content: " ";
    }

    table.responsive-table th,
  table.responsive-table td {
        margin: 0;
        vertical-align: top;
    }

    table.responsive-table th {
        text-align: left;
    }

    table.responsive-table thead {
        display: block;
        float: left;
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }

    table.responsive-table thead tr th::before {
        content: " ";
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    table.responsive-table th {
        display: block;
        text-align: right;
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    table.responsive-table tr {
        border-bottom: none;
        padding: 0 10px;
    }

    table.responsive-table thead {
        border: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.12);
    }
}

.collection {
    margin: 0.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: rgb(234.25, 250.25, 248.75);
}

.collection .collection-item.active .secondary-content {
    color: #fff;
}

.collection a.collection-item {
    display: block;
    transition: 0.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;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width 0.3s linear;
}

.progress .indeterminate {
    background-color: #26a69a;
}

.progress .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}
/*******************
  Utility Classes
*******************/
.hide {
    display: none !important;
}

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

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

.center, .center-align {
    text-align: center;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.no-select {
    -webkit-user-select: none;
    -moz-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;
}

.sidenav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    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;
    backface-visibility: hidden;
    transform: translateX(-105%);
}

.sidenav.right-aligned {
    right: 0;
    transform: translateX(105%);
    left: auto;
    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-flat, .sidenav li > a.btn-floating {
    margin: 10px 15px;
}

.sidenav li > a.btn, .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 {
    background-color: rgb(42.75, 186.75, 173.25);
}

.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;
    transform: translateX(0);
    position: fixed;
}

.sidenav.sidenav-fixed.right-aligned {
    right: 0;
    left: auto;
}

@media only screen and (max-width : 992px) {
    .sidenav.sidenav-fixed {
        transform: translateX(-105%);
    }

    .sidenav.sidenav-fixed.right-aligned {
        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;
}

footer {
    background-color: #0E5A67;
    padding: 4vmax 0;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer a.bttn-white {
    line-height: 3em;
    display: inline-block;
    text-decoration: none;
    color: #0E5A67;
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.2s;
    margin-bottom: 25px;
}

footer a.bttn-white:hover {
    background-color: #fff;
}

footer a.bttn-outlined {
    line-height: 3em;
    box-shadow: 0 0 0 1px #fff inset;
    border: 0;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    display: inline-block;
    transition: background-color 0.2s;
    margin-bottom: 25px;
}

footer a.bttn-outlined i {
    font-style: normal;
}

footer a.bttn-outlined:before {
    content: "";
    padding-left: 1.5em;
    display: inline-block;
    aspect-ratio: 1/1;
    margin-right: 6px;
    background-image: url(../img/gerb.svg);
    transform: translateY(0.5em);
}

@media (max-width: 600px) {
    footer a.bttn-outlined span {
        display: none;
    }
}

@media (max-width: 400px) {
    footer a.bttn-outlined i {
        display: none;
    }
}

footer a.bttn-outlined:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

footer .row:last-of-type {
    margin: 0;
}

.modal-wrapper {
    position: fixed;
    inset: 0;
    z-index: 200;
    background-color: rgba(237, 237, 237, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
}

.modal-wrapper .modal {
    background-color: #fff;
    border-radius: clamp(10px, 2vw, 20px);
    padding: clamp(15px, 2vw, 30px);
    max-width: 90%;
    transform-origin: bottom center;
    transform: scale(0.9);
    transition: transform 0.3s;
}

.modal-wrapper .modal .modal-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: clamp(32px, 4vw, 48px);
}

.modal-wrapper .modal .modal-header h3 {
    margin: 0;
    font-size: clamp(24px, 4vw, 48px);
}

.modal-wrapper .modal .modal-header .closer {
    font-size: clamp(32px, 4vw, 48px);
    color: #0E5A67;
}

.modal-wrapper .modal .row {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .modal-wrapper .modal .row .col:nth-child(-n+2) {
        margin-bottom: 20px;
    }
}

@media (min-width: 600px) {
    .modal-wrapper .modal .row .col:nth-child(n+2) {
        border-left: 1px solid #333;
    }
}

.modal-wrapper .modal .year {
    font-weight: bold;
    font-size: clamp(18px, 3vw, 32px);
    margin-bottom: 0.5em;
}

.modal-wrapper .modal .price {
    font-size: clamp(18px, 3vw, 32px);
    white-space: nowrap;
    margin-right: 2em;
}

.modal-wrapper.open {
    opacity: 1;
    pointer-events: all;
}

.modal-wrapper.open .modal {
    transform: scale(1);
}

body {
    background-color: #fff;
}

body .card .col .row {
    margin-left: -25px;
    margin-right: -25px;
}

body .margin-bottom {
    margin-bottom: 25px;
}

body .swiper-button-disabled {
    background-color: rgba(14, 90, 103, 0.2) !important;
    cursor: not-allowed;
}

body .swiper-pagination {
    display: flex;
    justify-content: center;
}

body .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    aspect-ratio: 1/1;
    position: relative;
    cursor: pointer;
}

body .swiper-pagination-bullet:before {
    content: "";
    display: block;
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    transition: background-color 0.2s;
    background-color: rgba(14, 90, 103, 0.2);
}

body .swiper-pagination-bullet-active:before {
    background-color: #0E5A67;
}

body .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:before {
    background-color: rgba(14, 90, 103, 0.5);
}

body .bttn, body .bttn-outlined, body .bttn-outlined-white, body .bttn-white {
    display: inline-block;
    white-space: nowrap;
    line-height: 3em;
    padding: 0 2em;
    background-color: #0E5A67;
    color: #fff;
    border-radius: clamp(6px, 0.5vw, 10px);
    transition: background-color 0.2s;
}

body .bttn-white {
    background-color: #fff;
    color: #333;
}

body .bttn-outlined, body .bttn-outlined-white {
    background-color: transparent;
    color: #0E5A67;
    border: 1px solid #0E5A67;
}

body .bttn-outlined:hover, body .bttn-outlined-white:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

body .bttn-outlined-white {
    color: #fff;
    border-color: #fff;
}

body .chip {
    display: inline-block;
    line-height: 2em;
    padding: 0 0.75em;
    border-radius: 2em;
    white-space: nowrap;
}

@font-face {
    font-family: "TT Travels Text";
  src: url("../fonts/TT_Travels_Text_Regular.woff2") format("woff2");
  font-weight: normal;
}

@font-face {
    font-family: "TT Travels Text";
  src: url("../fonts/TT_Travels_Text_Bold.woff2") format("woff2");
  font-weight: bold;
}

body {
    font-family: "TT Travels Text";
    font-size: clamp(16px, 2.5vw, 18px);
}

body h1 {
    font-size: clamp(28px, 2.5vw, 55px);
}

body h2 {
    font-size: clamp(24px, 3vw, 56px);
}

body h3 {
    font-size: clamp(20px, 3vw, 40px);
}

body .big {
    font-size: clamp(18px, 2vw, 32px);
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body main {
    flex-grow: 1;
}

body img, body video {
    display: inline-block;
}

header {
    margin: clamp(5px, 2vw, 40px) 0;
    position: sticky;
    top: 0;
    z-index: 30;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

header .container img {
    margin: 10px 0;
}

header .container nav {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .container nav .nav-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 450px) {
    header .container nav .nav-left img {
        width: 30px;
        height: 53px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
}

header .container nav .nav-left .mainsite {
    border: 1px solid #333;
    color: #333;
    line-height: 2em;
    padding: 0 0.75em;
    border-radius: 20px;
    font-size: clamp(14px, 3vw, 18px);
    transition: background-color 0.2s;
}

header .container nav .nav-left .mainsite:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

header .container nav .nav-right {
    display: flex;
    align-items: center;
}

@media (max-width: 1100px) {
    header .container nav .nav-right ul {
        display: none;
    }
}

@media (max-width: 1100px) {
    header .container nav .nav-right {
        display: none;
    }
}

header .container nav .sidenav-trigger {
    margin-left: 1rem;
}

@media (min-width: 1100px) {
    header .container nav .sidenav-trigger {
        display: none;
    }
}

header .container nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

header .container nav ul a {
    line-height: 3em;
    display: block;
    padding: 0 1.4em;
    border-radius: clamp(6px, 0.5vw, 10px);
    color: #333;
    transition: background-color 0.2s;
}

header .container nav ul a:hover {
    background-color: #f0f0f0;
}

header .container .sidenav-trigger {
    font-size: clamp(24px, 3vw, 32px);
    display: flex;
    padding: 8px;
    color: #0E5A67;
}

header ~ .sidenav .call-2-action {
    background-color: #0E5A67;
    color: #fff;
}