
.is-invalid-input:not(:focus) {
    border-color: #c60f13;
    background-color: #f8e6e7;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #c60f13;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #c60f13;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #c60f13;
}
.form-error,
.is-invalid-input:not(:focus)::placeholder,
.is-invalid-label {
    color: #c60f13;
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
}
.form-error.is-visible {
    display: block;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
    outline: 0;
}
.close-button:focus,
.close-button:hover {
    color: #0a0a0a;
}
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}
.close-button,
.close-button.wdoomedium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}
.media-object {
    display: block;
    margin-bottom: 1rem;
}
.media-object img {
    max-width: none;
}
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block;
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}
.media-object-section {
    display: table-cell;
    vertical-align: top;
}
.media-object-section:first-child {
    padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}
.media-object-section > :last-child {
    margin-bottom: 0;
}
.media-object-section.middle {
    vertical-align: middle;
}
.media-object-section.bottom {
    vertical-align: bottom;
}
body.is-reveal-open {
    overflow: hidden;
}
html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
    background-color: hsla(0, 0%, 4%, 0.45);
    overflow-y: scroll;
}
.reveal {
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
    outline: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column,
.reveal .columns {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 62.5rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 62.5rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 62.5rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.wdoolarge {
        width: 90%;
        max-width: 62.5rem;
    }
}
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay {
    position: fixed;
}
table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 3px;
}
table tbody,
table tfoot,
table thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}
table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}
table thead {
    background: #f8f8f8;
    color: #0a0a0a;
}
table tfoot {
    background: #f1f1f1;
    color: #0a0a0a;
}
table tfoot tr,
table thead tr {
    background: transparent;
}
table tfoot td,
table tfoot th,
table thead td,
table thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}
table tbody td,
table tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}
table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}
table.unstriped tbody {
    background-color: #fefefe;
}
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}
@media screen and (max-width: 63.9375em) {
    table.stack tfoot,
    table.stack thead {
        display: none;
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}
table.hover thead tr:hover {
    background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
    background-color: #ececec;
}
table.hover tbody tr:hover {
    background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec;
}
.table-scroll {
    overflow-x: auto;
}
.table-scroll table {
    width: auto;
}
.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #2ba6cb;
    color: #fefefe;
}
.badge.primary {
    background: #2ba6cb;
    color: #0a0a0a;
}
.badge.secondary {
    background: #e9e9e9;
    color: #0a0a0a;
}
.badge.alert {
    background: #c60f13;
    color: #fefefe;
}
.badge.success {
    background: #5da423;
    color: #0a0a0a;
}
.badge.warning {
    background: #ffae00;
    color: #0a0a0a;
}
.badge.body-font,
.badge.header {
    background: #222;
    color: #fefefe;
}
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #2ba6cb;
    color: #fefefe;
}
.label.primary {
    background: #2ba6cb;
    color: #0a0a0a;
}
.label.secondary {
    background: #e9e9e9;
    color: #0a0a0a;
}
.label.alert {
    background: #c60f13;
    color: #fefefe;
}
.label.success {
    background: #5da423;
    color: #0a0a0a;
}
.label.warning {
    background: #ffae00;
    color: #0a0a0a;
}
.label.body-font,
.label.header {
    background: #222;
    color: #fefefe;
}
.flex-video,
.wdooresponsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.wdooresponsive-embed embed,
.wdooresponsive-embed iframe,
.wdooresponsive-embed object,
.wdooresponsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-video.widescreen,
.wdooresponsive-embed.widescreen {
    padding-bottom: 56.25%;
}
.wdoorow {
    max-width: 62.5rem;
    margin-right: auto;
    margin-left: auto;
}
.wdoorow:after,
.wdoorow:before {
    display: table;
    content: " ";
}
.wdoorow:after {
    clear: both;
}
.wdoorow.collapse > .column,
.wdoorow.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.wdoorow .wdoorow {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
    .wdoorow .wdoorow {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .wdoorow .wdoorow {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.wdoorow .wdoorow.collapse {
    margin-right: 0;
    margin-left: 0;
}
.wdoorow.expanded {
    max-width: none;
}
.wdoorow.expanded .wdoorow {
    margin-right: auto;
    margin-left: auto;
}
.wdoorow:not(.expanded) .wdoorow {
    max-width: none;
}
.column,
.columns {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}
.column.wdoorow.wdoorow,
.wdoorow.wdoorow.columns {
    float: none;
}
.wdoorow .column.wdoorow.wdoorow,
.wdoorow .wdoorow.wdoorow.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.small-1 {
    width: 8.33333%;
}
.small-push-1 {
    position: relative;
    left: 8.33333%;
}
.small-pull-1 {
    position: relative;
    left: -8.33333%;
}
.small-offset-0 {
    margin-left: 0;
}
.small-2 {
    width: 16.66667%;
}
.small-push-2 {
    position: relative;
    left: 16.66667%;
}
.small-pull-2 {
    position: relative;
    left: -16.66667%;
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.small-3 {
    width: 25%;
}
.small-push-3 {
    position: relative;
    left: 25%;
}
.small-pull-3 {
    position: relative;
    left: -25%;
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.small-4 {
    width: 33.33333%;
}
.small-push-4 {
    position: relative;
    left: 33.33333%;
}
.small-pull-4 {
    position: relative;
    left: -33.33333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    width: 41.66667%;
}
.small-push-5 {
    position: relative;
    left: 41.66667%;
}
.small-pull-5 {
    position: relative;
    left: -41.66667%;
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.small-6 {
    width: 50%;
}
.small-push-6 {
    position: relative;
    left: 50%;
}
.small-pull-6 {
    position: relative;
    left: -50%;
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.small-7 {
    width: 58.33333%;
}
.small-push-7 {
    position: relative;
    left: 58.33333%;
}
.small-pull-7 {
    position: relative;
    left: -58.33333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    width: 66.66667%;
}
.small-push-8 {
    position: relative;
    left: 66.66667%;
}
.small-pull-8 {
    position: relative;
    left: -66.66667%;
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.small-9 {
    width: 75%;
}
.small-push-9 {
    position: relative;
    left: 75%;
}
.small-pull-9 {
    position: relative;
    left: -75%;
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.small-10 {
    width: 83.33333%;
}
.small-push-10 {
    position: relative;
    left: 83.33333%;
}
.small-pull-10 {
    position: relative;
    left: -83.33333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    width: 91.66667%;
}
.small-push-11 {
    position: relative;
    left: 91.66667%;
}
.small-pull-11 {
    position: relative;
    left: -91.66667%;
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.small-12 {
    width: 100%;
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    float: left;
    width: 100%;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    float: left;
    width: 50%;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    float: left;
    width: 25%;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    float: left;
    width: 20%;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    float: left;
    width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.expanded.wdoorow .small-collapse.wdoorow,
.small-collapse .wdoorow {
    margin-right: 0;
    margin-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.small-centered {
    margin-right: auto;
    margin-left: auto;
}
.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}
.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
@media print, screen and (min-width: 40em) {
    .wdoomedium-1 {
        width: 8.33333%;
    }
    .wdoomedium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .wdoomedium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .wdoomedium-offset-0 {
        margin-left: 0;
    }
    .wdoomedium-2 {
        width: 16.66667%;
    }
    .wdoomedium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .wdoomedium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .wdoomedium-offset-1 {
        margin-left: 8.33333%;
    }
    .wdoomedium-3 {
        width: 25%;
    }
    .wdoomedium-push-3 {
        position: relative;
        left: 25%;
    }
    .wdoomedium-pull-3 {
        position: relative;
        left: -25%;
    }
    .wdoomedium-offset-2 {
        margin-left: 16.66667%;
    }
    .wdoomedium-4 {
        width: 33.33333%;
    }
    .wdoomedium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .wdoomedium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .wdoomedium-offset-3 {
        margin-left: 25%;
    }
    .wdoomedium-5 {
        width: 41.66667%;
    }
    .wdoomedium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .wdoomedium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .wdoomedium-offset-4 {
        margin-left: 33.33333%;
    }
    .wdoomedium-6 {
        width: 50%;
    }
    .wdoomedium-push-6 {
        position: relative;
        left: 50%;
    }
    .wdoomedium-pull-6 {
        position: relative;
        left: -50%;
    }
    .wdoomedium-offset-5 {
        margin-left: 41.66667%;
    }
    .wdoomedium-7 {
        width: 58.33333%;
    }
    .wdoomedium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .wdoomedium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .wdoomedium-offset-6 {
        margin-left: 50%;
    }
    .wdoomedium-8 {
        width: 66.66667%;
    }
    .wdoomedium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .wdoomedium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .wdoomedium-offset-7 {
        margin-left: 58.33333%;
    }
    .wdoomedium-9 {
        width: 75%;
    }
    .wdoomedium-push-9 {
        position: relative;
        left: 75%;
    }
    .wdoomedium-pull-9 {
        position: relative;
        left: -75%;
    }
    .wdoomedium-offset-8 {
        margin-left: 66.66667%;
    }
    .wdoomedium-10 {
        width: 83.33333%;
    }
    .wdoomedium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .wdoomedium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .wdoomedium-offset-9 {
        margin-left: 75%;
    }
    .wdoomedium-11 {
        width: 91.66667%;
    }
    .wdoomedium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .wdoomedium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .wdoomedium-offset-10 {
        margin-left: 83.33333%;
    }
    .wdoomedium-12 {
        width: 100%;
    }
    .wdoomedium-offset-11 {
        margin-left: 91.66667%;
    }
    .wdoomedium-up-1 > .column,
    .wdoomedium-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .wdoomedium-up-1 > .column:nth-of-type(1n),
    .wdoomedium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoomedium-up-1 > .column:nth-of-type(1n + 1),
    .wdoomedium-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .wdoomedium-up-1 > .column:last-child,
    .wdoomedium-up-1 > .columns:last-child {
        float: left;
    }
    .wdoomedium-up-2 > .column,
    .wdoomedium-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .wdoomedium-up-2 > .column:nth-of-type(1n),
    .wdoomedium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoomedium-up-2 > .column:nth-of-type(2n + 1),
    .wdoomedium-up-2 > .columns:nth-of-type(2n + 1) {
        clear: both;
    }
    .wdoomedium-up-2 > .column:last-child,
    .wdoomedium-up-2 > .columns:last-child {
        float: left;
    }
    .wdoomedium-up-3 > .column,
    .wdoomedium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .wdoomedium-up-3 > .column:nth-of-type(1n),
    .wdoomedium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoomedium-up-3 > .column:nth-of-type(3n + 1),
    .wdoomedium-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .wdoomedium-up-3 > .column:last-child,
    .wdoomedium-up-3 > .columns:last-child {
        float: left;
    }
    .wdoomedium-up-4 > .column,
    .wdoomedium-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .wdoomedium-up-4 > .column:nth-of-type(1n),
    .wdoomedium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoomedium-up-4 > .column:nth-of-type(4n + 1),
    .wdoomedium-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .wdoomedium-up-4 > .column:last-child,
    .wdoomedium-up-4 > .columns:last-child {
        float: left;
    }
    .wdoomedium-up-5 > .column,
    .wdoomedium-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .wdoomedium-up-5 > .column:nth-of-type(1n),
    .wdoomedium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoomedium-up-5 > .column:nth-of-type(5n + 1),
    .wdoomedium-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .wdoomedium-up-5 > .column:last-child,
    .wdoomedium-up-5 > .columns:last-child {
        float: left;
    }
    .wdoomedium-up-6 > .column,
    .wdoomedium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .wdoomedium-up-6 > .column:nth-of-type(1n),
    .wdoomedium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoomedium-up-6 > .column:nth-of-type(6n + 1),
    .wdoomedium-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .wdoomedium-up-6 > .column:last-child,
    .wdoomedium-up-6 > .columns:last-child {
        float: left;
    }
    .wdoomedium-up-7 > .column,
    .wdoomedium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .wdoomedium-up-7 > .column:nth-of-type(1n),
    .wdoomedium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoomedium-up-7 > .column:nth-of-type(7n + 1),
    .wdoomedium-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .wdoomedium-up-7 > .column:last-child,
    .wdoomedium-up-7 > .columns:last-child {
        float: left;
    }
    .wdoomedium-up-8 > .column,
    .wdoomedium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .wdoomedium-up-8 > .column:nth-of-type(1n),
    .wdoomedium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoomedium-up-8 > .column:nth-of-type(8n + 1),
    .wdoomedium-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .wdoomedium-up-8 > .column:last-child,
    .wdoomedium-up-8 > .columns:last-child {
        float: left;
    }
    .wdoomedium-collapse > .column,
    .wdoomedium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .expanded.wdoorow .wdoomedium-collapse.wdoorow,
    .wdoomedium-collapse .wdoorow {
        margin-right: 0;
        margin-left: 0;
    }
    .wdoomedium-uncollapse > .column,
    .wdoomedium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .wdoomedium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .wdoomedium-centered,
    .wdoomedium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .wdoomedium-pull-0,
    .wdoomedium-push-0,
    .wdoomedium-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .wdoolarge-1 {
        width: 8.33333%;
    }
    .wdoolarge-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .wdoolarge-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .wdoolarge-offset-0 {
        margin-left: 0;
    }
    .wdoolarge-2 {
        width: 16.66667%;
    }
    .wdoolarge-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .wdoolarge-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .wdoolarge-offset-1 {
        margin-left: 8.33333%;
    }
    .wdoolarge-3 {
        width: 25%;
    }
    .wdoolarge-push-3 {
        position: relative;
        left: 25%;
    }
    .wdoolarge-pull-3 {
        position: relative;
        left: -25%;
    }
    .wdoolarge-offset-2 {
        margin-left: 16.66667%;
    }
    .wdoolarge-4 {
        width: 33.33333%;
    }
    .wdoolarge-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .wdoolarge-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .wdoolarge-offset-3 {
        margin-left: 25%;
    }
    .wdoolarge-5 {
        width: 41.66667%;
    }
    .wdoolarge-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .wdoolarge-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .wdoolarge-offset-4 {
        margin-left: 33.33333%;
    }
    .wdoolarge-6 {
        width: 50%;
    }
    .wdoolarge-push-6 {
        position: relative;
        left: 50%;
    }
    .wdoolarge-pull-6 {
        position: relative;
        left: -50%;
    }
    .wdoolarge-offset-5 {
        margin-left: 41.66667%;
    }
    .wdoolarge-7 {
        width: 58.33333%;
    }
    .wdoolarge-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .wdoolarge-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .wdoolarge-offset-6 {
        margin-left: 50%;
    }
    .wdoolarge-8 {
        width: 66.66667%;
    }
    .wdoolarge-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .wdoolarge-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .wdoolarge-offset-7 {
        margin-left: 58.33333%;
    }
    .wdoolarge-9 {
        width: 75%;
    }
    .wdoolarge-push-9 {
        position: relative;
        left: 75%;
    }
    .wdoolarge-pull-9 {
        position: relative;
        left: -75%;
    }
    .wdoolarge-offset-8 {
        margin-left: 66.66667%;
    }
    .wdoolarge-10 {
        width: 83.33333%;
    }
    .wdoolarge-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .wdoolarge-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .wdoolarge-offset-9 {
        margin-left: 75%;
    }
    .wdoolarge-11 {
        width: 91.66667%;
    }
    .wdoolarge-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .wdoolarge-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .wdoolarge-offset-10 {
        margin-left: 83.33333%;
    }
    .wdoolarge-12 {
        width: 100%;
    }
    .wdoolarge-offset-11 {
        margin-left: 91.66667%;
    }
    .wdoolarge-up-1 > .column,
    .wdoolarge-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .wdoolarge-up-1 > .column:nth-of-type(1n),
    .wdoolarge-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoolarge-up-1 > .column:nth-of-type(1n + 1),
    .wdoolarge-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .wdoolarge-up-1 > .column:last-child,
    .wdoolarge-up-1 > .columns:last-child {
        float: left;
    }
    .wdoolarge-up-2 > .column,
    .wdoolarge-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .wdoolarge-up-2 > .column:nth-of-type(1n),
    .wdoolarge-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoolarge-up-2 > .column:nth-of-type(2n + 1),
    .wdoolarge-up-2 > .columns:nth-of-type(2n + 1) {
        clear: both;
    }
    .wdoolarge-up-2 > .column:last-child,
    .wdoolarge-up-2 > .columns:last-child {
        float: left;
    }
    .wdoolarge-up-3 > .column,
    .wdoolarge-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .wdoolarge-up-3 > .column:nth-of-type(1n),
    .wdoolarge-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoolarge-up-3 > .column:nth-of-type(3n + 1),
    .wdoolarge-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .wdoolarge-up-3 > .column:last-child,
    .wdoolarge-up-3 > .columns:last-child {
        float: left;
    }
    .wdoolarge-up-4 > .column,
    .wdoolarge-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .wdoolarge-up-4 > .column:nth-of-type(1n),
    .wdoolarge-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoolarge-up-4 > .column:nth-of-type(4n + 1),
    .wdoolarge-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .wdoolarge-up-4 > .column:last-child,
    .wdoolarge-up-4 > .columns:last-child {
        float: left;
    }
    .wdoolarge-up-5 > .column,
    .wdoolarge-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .wdoolarge-up-5 > .column:nth-of-type(1n),
    .wdoolarge-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoolarge-up-5 > .column:nth-of-type(5n + 1),
    .wdoolarge-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .wdoolarge-up-5 > .column:last-child,
    .wdoolarge-up-5 > .columns:last-child {
        float: left;
    }
    .wdoolarge-up-6 > .column,
    .wdoolarge-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .wdoolarge-up-6 > .column:nth-of-type(1n),
    .wdoolarge-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoolarge-up-6 > .column:nth-of-type(6n + 1),
    .wdoolarge-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .wdoolarge-up-6 > .column:last-child,
    .wdoolarge-up-6 > .columns:last-child {
        float: left;
    }
    .wdoolarge-up-7 > .column,
    .wdoolarge-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .wdoolarge-up-7 > .column:nth-of-type(1n),
    .wdoolarge-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoolarge-up-7 > .column:nth-of-type(7n + 1),
    .wdoolarge-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .wdoolarge-up-7 > .column:last-child,
    .wdoolarge-up-7 > .columns:last-child {
        float: left;
    }
    .wdoolarge-up-8 > .column,
    .wdoolarge-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .wdoolarge-up-8 > .column:nth-of-type(1n),
    .wdoolarge-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .wdoolarge-up-8 > .column:nth-of-type(8n + 1),
    .wdoolarge-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .wdoolarge-up-8 > .column:last-child,
    .wdoolarge-up-8 > .columns:last-child {
        float: left;
    }
    .wdoolarge-collapse > .column,
    .wdoolarge-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .expanded.wdoorow .wdoolarge-collapse.wdoorow,
    .wdoolarge-collapse .wdoorow {
        margin-right: 0;
        margin-left: 0;
    }
    .wdoolarge-uncollapse > .column,
    .wdoolarge-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .wdoolarge-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .wdoolarge-centered,
    .wdoolarge-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .wdoolarge-pull-0,
    .wdoolarge-push-0,
    .wdoolarge-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
.column-block {
    margin-bottom: 1.875rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
.slide-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0);
}
.slide-in-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0);
}
.slide-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0);
}
.slide-in-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0);
}
.slide-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%);
}
.slide-out-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%);
}
.slide-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}
.slide-out-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%);
}
.fade-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}
.fade-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}
.hinge-in-from-top.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-out-from-top.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform-origin: top;
    transition-property: transform, opacity;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}
.hinge-out-from-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.scale-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}
.scale-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    transform: scale(1);
    opacity: 1;
}
.scale-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}
.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0;
}
.scale-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(0.5);
    opacity: 0;
}
.spin-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: rotate(-270deg);
    transition-property: transform, opacity;
    opacity: 0;
}
.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    transform: rotate(0);
    opacity: 1;
}
.spin-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    transform: rotate(270deg);
    opacity: 0;
}
.spin-in-ccw.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    transform: rotate(0);
    opacity: 1;
}
.spin-out-ccw.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}
.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-270deg);
    opacity: 0;
}
.slow {
    transition-duration: 0.75s !important;
}
.fast {
    transition-duration: 0.25s !important;
}
.linear {
    transition-timing-function: linear !important;
}
.ease {
    transition-timing-function: ease !important;
}
.ease-in {
    transition-timing-function: ease-in !important;
}
.ease-out {
    transition-timing-function: ease-out !important;
}
.ease-in-out {
    transition-timing-function: ease-in-out !important;
}
.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
    transition-delay: 0.3s !important;
}
.long-delay {
    transition-delay: 0.7s !important;
}
.shake {
    animation-name: a;
}
@keyframes a {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}
.spin-ccw,
.spin-cw {
    animation-name: b;
}
@keyframes b {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.wiggle {
    animation-name: c;
}
@keyframes c {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    30%,
    70%,
    to {
        transform: rotate(0);
    }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    animation-duration: 0.5s;
}
.infinite {
    animation-iteration-count: infinite;
}
.slow {
    animation-duration: 0.75s !important;
}
.fast {
    animation-duration: 0.25s !important;
}
.linear {
    animation-timing-function: linear !important;
}
.ease {
    animation-timing-function: ease !important;
}
.ease-in {
    animation-timing-function: ease-in !important;
}
.ease-out {
    animation-timing-function: ease-out !important;
}
.ease-in-out {
    animation-timing-function: ease-in-out !important;
}
.bounce-in {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
    animation-delay: 0.3s !important;
}
.long-delay {
    animation-delay: 0.7s !important;
}
