/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #75B4DE;
    --indigo: #6610f2;
    --purple: #6C5B7B;
    --pink: #C16D85;
    --red: #E85C41;
    --orange: #956E05;
    --yellow: #FEBE12;
    --green: #6EC1C7;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #6EC1C7;
    --secondary: #C16D85;
    --success: #6EC1C7;
    --info: #75B4DE;
    --warning: #FEBE12;
    --danger: #E85C41;
    --light: #fff;
    --dark: #969696;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #6EC1C7;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #41a1a8;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 3.625rem;
}

h2, .h2 {
    font-size: 1.5rem;
}

h3, .h3 {
    font-size: 1.125rem;
}

h4, .h4 {
    font-size: 0.875rem;
}

h5, .h5 {
    font-size: 0.75rem;
}

h6, .h6 {
    font-size: 0.625rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #C16D85;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #d6eeef;
}

.table-hover .table-primary:hover {
    background-color: #c4e6e8;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #c4e6e8;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #eed6dd;
}

.table-hover .table-secondary:hover {
    background-color: #e7c4ce;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #e7c4ce;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #d6eeef;
}

.table-hover .table-success:hover {
    background-color: #c4e6e8;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #c4e6e8;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d8eaf6;
}

.table-hover .table-info:hover {
    background-color: #c3dff1;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #c3dff1;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffedbd;
}

.table-hover .table-warning:hover {
    background-color: #ffe6a4;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe6a4;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f9d1ca;
}

.table-hover .table-danger:hover {
    background-color: #f6bdb3;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f6bdb3;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: white;
}

.table-hover .table-light:hover {
    background-color: #f2f2f2;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #f2f2f2;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #e2e2e2;
}

.table-hover .table-dark:hover {
    background-color: #d5d5d5;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #d5d5d5;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cae8eb;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.25;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.25;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #6EC1C7;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(110, 193, 199, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #6EC1C7;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
    .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #6EC1C7;
        box-shadow: 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip, .was-validated
    .custom-select:valid ~ .valid-feedback,
    .was-validated
    .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #6EC1C7;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #6EC1C7;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #cae8eb;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #93d1d5;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #6EC1C7;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #E85C41;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(232, 92, 65, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #E85C41;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
    .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #E85C41;
        box-shadow: 0 0 0 0.2rem rgba(232, 92, 65, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip, .was-validated
    .custom-select:invalid ~ .invalid-feedback,
    .was-validated
    .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #E85C41;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #E85C41;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #f6beb3;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #ee836e;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 92, 65, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #E85C41;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(232, 92, 65, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0 15px;
    font-size: 1rem;
    line-height: 60px;
    border-radius: 29px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        background-image: none;
    }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #212529;
    background-color: #6EC1C7;
    border-color: #6EC1C7;
}

    .btn-primary:hover {
        color: #212529;
        background-color: #52b5bc;
        border-color: #49b1b9;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0 rgba(110, 193, 199, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #212529;
        background-color: #6EC1C7;
        border-color: #6EC1C7;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #49b1b9;
        border-color: #44aab1;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(110, 193, 199, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #C16D85;
    border-color: #C16D85;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #b6526f;
        border-color: #b04b68;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0 rgba(193, 109, 133, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #C16D85;
        border-color: #C16D85;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #b04b68;
        border-color: #a74763;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(193, 109, 133, 0.5);
        }

.btn-success {
    color: #212529;
    background-color: #6EC1C7;
    border-color: #6EC1C7;
}

    .btn-success:hover {
        color: #212529;
        background-color: #52b5bc;
        border-color: #49b1b9;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0 rgba(110, 193, 199, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #212529;
        background-color: #6EC1C7;
        border-color: #6EC1C7;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #49b1b9;
        border-color: #44aab1;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(110, 193, 199, 0.5);
        }

.btn-info {
    color: #212529;
    background-color: #75B4DE;
    border-color: #75B4DE;
}

    .btn-info:hover {
        color: #fff;
        background-color: #56a3d7;
        border-color: #4c9ed4;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0 rgba(117, 180, 222, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #212529;
        background-color: #75B4DE;
        border-color: #75B4DE;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #4c9ed4;
        border-color: #4298d2;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(117, 180, 222, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #FEBE12;
    border-color: #FEBE12;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e9aa01;
        border-color: #dca101;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0 rgba(254, 190, 18, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #FEBE12;
        border-color: #FEBE12;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #dca101;
        border-color: #cf9701;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(254, 190, 18, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #E85C41;
    border-color: #E85C41;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #e43f1f;
        border-color: #db3a1b;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0 rgba(232, 92, 65, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #E85C41;
        border-color: #E85C41;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #db3a1b;
        border-color: #d03719;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(232, 92, 65, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

    .btn-light:hover {
        color: #212529;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #e6e6e6;
        border-color: #dfdfdf;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        }

.btn-dark {
    color: #212529;
    background-color: #969696;
    border-color: #969696;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #838383;
        border-color: #7d7d7d;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0 rgba(150, 150, 150, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #212529;
        background-color: #969696;
        border-color: #969696;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #7d7d7d;
        border-color: #767676;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(150, 150, 150, 0.5);
        }

.btn-outline-primary {
    color: #6EC1C7;
    background-color: transparent;
    background-image: none;
    border-color: #6EC1C7;
}

    .btn-outline-primary:hover {
        color: #212529;
        background-color: #6EC1C7;
        border-color: #6EC1C7;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0 rgba(110, 193, 199, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #6EC1C7;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #212529;
        background-color: #6EC1C7;
        border-color: #6EC1C7;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(110, 193, 199, 0.5);
        }

.btn-outline-secondary {
    color: #C16D85;
    background-color: transparent;
    background-image: none;
    border-color: #C16D85;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #C16D85;
        border-color: #C16D85;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0 rgba(193, 109, 133, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #C16D85;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #C16D85;
        border-color: #C16D85;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(193, 109, 133, 0.5);
        }

.btn-outline-success {
    color: #6EC1C7;
    background-color: transparent;
    background-image: none;
    border-color: #6EC1C7;
}

    .btn-outline-success:hover {
        color: #212529;
        background-color: #6EC1C7;
        border-color: #6EC1C7;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0 rgba(110, 193, 199, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #6EC1C7;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #212529;
        background-color: #6EC1C7;
        border-color: #6EC1C7;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(110, 193, 199, 0.5);
        }

.btn-outline-info {
    color: #75B4DE;
    background-color: transparent;
    background-image: none;
    border-color: #75B4DE;
}

    .btn-outline-info:hover {
        color: #212529;
        background-color: #75B4DE;
        border-color: #75B4DE;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0 rgba(117, 180, 222, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #75B4DE;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #212529;
        background-color: #75B4DE;
        border-color: #75B4DE;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(117, 180, 222, 0.5);
        }

.btn-outline-warning {
    color: #FEBE12;
    background-color: transparent;
    background-image: none;
    border-color: #FEBE12;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #FEBE12;
        border-color: #FEBE12;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0 rgba(254, 190, 18, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #FEBE12;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #FEBE12;
        border-color: #FEBE12;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(254, 190, 18, 0.5);
        }

.btn-outline-danger {
    color: #E85C41;
    background-color: transparent;
    background-image: none;
    border-color: #E85C41;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #E85C41;
        border-color: #E85C41;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0 rgba(232, 92, 65, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #E85C41;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #E85C41;
        border-color: #E85C41;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(232, 92, 65, 0.5);
        }

.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #fff;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #fff;
        border-color: #fff;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        }

.btn-outline-dark {
    color: #969696;
    background-color: transparent;
    background-image: none;
    border-color: #969696;
}

    .btn-outline-dark:hover {
        color: #212529;
        background-color: #969696;
        border-color: #969696;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0 rgba(150, 150, 150, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #969696;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #212529;
        background-color: #969696;
        border-color: #969696;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(150, 150, 150, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #6EC1C7;
    background-color: transparent;
}

    .btn-link:hover {
        color: #41a1a8;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0 10px;
    font-size: 0.875rem;
    line-height: 30px;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #6EC1C7;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 11.25px;
    padding-left: 11.25px;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child),
    .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .form-control:not(:last-child),
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child),
        .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.25rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #6EC1C7;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #eff8f9;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.125rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.125rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6EC1C7;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #6EC1C7;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(110, 193, 199, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(110, 193, 199, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6EC1C7;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(110, 193, 199, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #cae8eb;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(202, 232, 235, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #cae8eb;
        box-shadow: 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #cae8eb;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.25;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #6EC1C7;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #eff8f9;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #6EC1C7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
}

.custom-range::-moz-range-thumb:active {
    background-color: #eff8f9;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #6EC1C7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
}

.custom-range::-ms-thumb:active {
    background-color: #eff8f9;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #6EC1C7;
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.34375rem;
    padding-bottom: 0.34375rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 29px;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6EC1C7;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #41a1a8;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(110, 193, 199, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #6EC1C7;
    border-color: #6EC1C7;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #212529;
    background-color: #6EC1C7;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #49b1b9;
    }

.badge-secondary {
    color: #fff;
    background-color: #C16D85;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #b04b68;
    }

.badge-success {
    color: #212529;
    background-color: #6EC1C7;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #49b1b9;
    }

.badge-info {
    color: #212529;
    background-color: #75B4DE;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #4c9ed4;
    }

.badge-warning {
    color: #212529;
    background-color: #FEBE12;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dca101;
    }

.badge-danger {
    color: #fff;
    background-color: #E85C41;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #db3a1b;
    }

.badge-light {
    color: #212529;
    background-color: #fff;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #e6e6e6;
    }

.badge-dark {
    color: #212529;
    background-color: #969696;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #7d7d7d;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #396467;
    background-color: #e2f3f4;
    border-color: #d6eeef;
}

    .alert-primary hr {
        border-top-color: #c4e6e8;
    }

    .alert-primary .alert-link {
        color: #274446;
    }

.alert-secondary {
    color: #643945;
    background-color: #f3e2e7;
    border-color: #eed6dd;
}

    .alert-secondary hr {
        border-top-color: #e7c4ce;
    }

    .alert-secondary .alert-link {
        color: #44262f;
    }

.alert-success {
    color: #396467;
    background-color: #e2f3f4;
    border-color: #d6eeef;
}

    .alert-success hr {
        border-top-color: #c4e6e8;
    }

    .alert-success .alert-link {
        color: #274446;
    }

.alert-info {
    color: #3d5e73;
    background-color: #e3f0f8;
    border-color: #d8eaf6;
}

    .alert-info hr {
        border-top-color: #c3dff1;
    }

    .alert-info .alert-link {
        color: #2b4352;
    }

.alert-warning {
    color: #846309;
    background-color: #fff2d0;
    border-color: #ffedbd;
}

    .alert-warning hr {
        border-top-color: #ffe6a4;
    }

    .alert-warning .alert-link {
        color: #543f06;
    }

.alert-danger {
    color: #793022;
    background-color: #faded9;
    border-color: #f9d1ca;
}

    .alert-danger hr {
        border-top-color: #f6bdb3;
    }

    .alert-danger .alert-link {
        color: #512017;
    }

.alert-light {
    color: #858585;
    background-color: white;
    border-color: white;
}

    .alert-light hr {
        border-top-color: #f2f2f2;
    }

    .alert-light .alert-link {
        color: #6c6c6c;
    }

.alert-dark {
    color: #4e4e4e;
    background-color: #eaeaea;
    border-color: #e2e2e2;
}

    .alert-dark hr {
        border-top-color: #d5d5d5;
    }

    .alert-dark .alert-link {
        color: #353535;
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 8px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #E6E6E6;
    border-radius: 4px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6EC1C7;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 8px 8px;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #6EC1C7;
        border-color: #6EC1C7;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #396467;
    background-color: #d6eeef;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #396467;
        background-color: #c4e6e8;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #396467;
        border-color: #396467;
    }

.list-group-item-secondary {
    color: #643945;
    background-color: #eed6dd;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #643945;
        background-color: #e7c4ce;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #643945;
        border-color: #643945;
    }

.list-group-item-success {
    color: #396467;
    background-color: #d6eeef;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #396467;
        background-color: #c4e6e8;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #396467;
        border-color: #396467;
    }

.list-group-item-info {
    color: #3d5e73;
    background-color: #d8eaf6;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #3d5e73;
        background-color: #c3dff1;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #3d5e73;
        border-color: #3d5e73;
    }

.list-group-item-warning {
    color: #846309;
    background-color: #ffedbd;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #846309;
        background-color: #ffe6a4;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #846309;
        border-color: #846309;
    }

.list-group-item-danger {
    color: #793022;
    background-color: #f9d1ca;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #793022;
        background-color: #f6bdb3;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #793022;
        border-color: #793022;
    }

.list-group-item-light {
    color: #858585;
    background-color: white;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #858585;
        background-color: #f2f2f2;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #858585;
        border-color: #858585;
    }

.list-group-item-dark {
    color: #4e4e4e;
    background-color: #e2e2e2;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #4e4e4e;
        background-color: #d5d5d5;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #4e4e4e;
        border-color: #4e4e4e;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #444854;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.15;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0 solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.25;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 575px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 964px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
        transition: transform 0.6s ease;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateX(0);
    }

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #6EC1C7 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #49b1b9 !important;
}

.bg-secondary {
    background-color: #C16D85 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #b04b68 !important;
}

.bg-success {
    background-color: #6EC1C7 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #49b1b9 !important;
}

.bg-info {
    background-color: #75B4DE !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #4c9ed4 !important;
}

.bg-warning {
    background-color: #FEBE12 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #dca101 !important;
}

.bg-danger {
    background-color: #E85C41 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #db3a1b !important;
}

.bg-light {
    background-color: #fff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #e6e6e6 !important;
}

.bg-dark {
    background-color: #969696 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #7d7d7d !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #6EC1C7 !important;
}

.border-secondary {
    border-color: #C16D85 !important;
}

.border-success {
    border-color: #6EC1C7 !important;
}

.border-info {
    border-color: #75B4DE !important;
}

.border-warning {
    border-color: #FEBE12 !important;
}

.border-danger {
    border-color: #E85C41 !important;
}

.border-light {
    border-color: #fff !important;
}

.border-dark {
    border-color: #969696 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #6EC1C7 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #49b1b9 !important;
}

.text-secondary {
    color: #C16D85 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #b04b68 !important;
}

.text-success {
    color: #6EC1C7 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #49b1b9 !important;
}

.text-info {
    color: #75B4DE !important;
}

a.text-info:hover, a.text-info:focus {
    color: #4c9ed4 !important;
}

.text-warning {
    color: #FEBE12 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #dca101 !important;
}

.text-danger {
    color: #E85C41 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #db3a1b !important;
}

.text-light {
    color: #fff !important;
}

a.text-light:hover, a.text-light:focus {
    color: #e6e6e6 !important;
}

.text-dark {
    color: #969696 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #7d7d7d !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.fz-14 {
    font-size: 14px !important;
}

.no-letter-spacing {
    letter-spacing: 0 !important;
}

@media (min-width: 1440px) {
    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.browsehappy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 0;
    padding-top: 50px;
    background: #e0e0e0;
    text-align: center;
}

@keyframes fadeOut {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-200%, 0);
    }
}

@keyframes fadeIn {
    0% {
        transform: translate(200%, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

body {
    min-width: 320px;
    font-family: "Open Sans", sans-serif;
    color: #1E1E1E;
    line-height: 1.25;
    background-color: rgba(68, 72, 84, 0.05);
}

a {
    color: inherit;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

    a[href^="tel"] {
        text-decoration: none;
    }

p {
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

        body.is-fixed {
            height: 100%;
            width: 100%;
            position: fixed;
            overflow: hidden;
        }
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

html {
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

    a[href^="tel"],
    button[disabled],
    input[disabled],
    textarea[disabled],
    select[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="color"],
    textarea,
    a[href^="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}

.header {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

    .header .header__inner {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 0;
        transition: padding .4s;
    }

    .header .header__content {
        padding-left: 134px;
    }

    .header .header__aside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .header .header__aside .btn {
            padding-left: 15px;
        }

            .header .header__aside .btn + .btn {
                margin-left: 15px;
            }

    .header .nav {
        display: inline-block;
    }

        .header .nav .js--LogInBtn {
            display: none;
        }

    .header .nav-utilities {
        margin: 3px 24px 0 0;
    }

    .header .nav-trigger {
        display: none;
        margin-left: 21px;
    }

    .header .logo {
        position: absolute;
        top: 0;
        left: 0;
    }

    .header .header__entry {
        display: none;
    }

    .header .header__close {
        display: none;
    }

.header--sticky {
    position: fixed;
    top: 0 !important;
}

    .header--sticky .header__inner {
        padding: 9px 0;
    }

    .header--sticky .logo {
        transform: scale(0.8);
    }

@media (max-width: 1023px) {
    .header .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 58px 0 30px;
        background-color: #fff;
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s;
        overflow-y: auto;
    }

        .header .header__nav.open {
            opacity: 1;
            pointer-events: auto;
        }

    .header .nav-trigger {
        display: inline-block;
    }

    .header .header__close {
        position: absolute;
        top: 22px;
        right: 30px;
        display: inline-block;
    }

    .header .header__entry {
        width: 100%;
        display: block;
        text-align: center;
    }

    .header .header__copyright {
        font-weight: 700;
        font-size: 13px;
        color: #BFB5B5;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .header .header__aside .js--LogInBtn {
        display: none;
    }

    .header .nav {
        display: block;
        margin-bottom: 40px;
        border-top: 1px solid #E5E2E2;
    }

        .header .nav .js--LogInBtn {
            display: -ms-flexbox;
            display: flex;
        }

    .header .socials {
        margin-bottom: 24px;
    }

    .header .btn {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .header .header__inner {
        padding: 15px 0;
        transition: padding .4s ease;
    }

    .header .nav-trigger {
        transition: transform .2s ease;
    }

    .header--sticky .header__inner {
        padding: 10px 0 5px;
    }

    .header--sticky .nav-trigger .ico-burger-button {
        transform: scale(0.8);
    }
}

.container {
    max-width: 1196px;
    padding: 0 18px;
}

    .container .container__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.container-md {
    max-width: 836px;
}

.container-sm {
    max-width: 804px;
}

.container-fluid {
    padding: 0;
}

@media (max-width: 1023px) {
    .container {
        padding: 0 17px;
    }

        .container .container__inner {
            display: block;
        }

        .container .container__inner--secondary {
            display: -ms-flexbox;
            display: flex;
        }
}

@media (max-width: 767px) {
    .container .container__inner--secondary {
        display: block;
    }
}

.logo {
    display: inline-block;
    font-size: 0;
    transform-origin: top left;
    transition: transform .4s;
}

    .logo img {
        width: 98px;
    }

.logo--secondary img {
    width: 93px;
}

@media (max-width: 767px) {
    .logo img {
        width: 79px;
    }
}

.nav {
    font-weight: 700;
    font-size: 14px;
    color: #444854;
    letter-spacing: .15em;
    text-transform: uppercase;
}

    .nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .nav ul li {
            display: inline-block;
        }

            .nav ul li a {
                position: relative;
                display: inline-block;
                padding: 10px 14px;
                color: inherit;
                text-decoration: none;
            }

                .nav ul li a:after {
                    content: '';
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    width: calc(100% - 36px);
                    height: 3px;
                    margin: 0 auto;
                    background-color: #6EC1C7;
                    transform: translateX(-50%) scale(0);
                    transition: transform .4s;
                }

                .nav ul li a:hover {
                    color: inherit;
                }

                    .nav ul li a:hover:after {
                        transform: translateX(-50%) scale(1);
                    }

            .nav ul li.underline-info a:after {
                background-color: #75B4DE;
            }

            .nav ul li.current a:after {
                transform: translateX(-50%) scale(1);
            }

    .nav .has-dd {
        position: relative;
        margin-right: 14px;
    }

        .nav .has-dd:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 12px;
        }

        .nav .has-dd:hover ul {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all;
        }

        .nav .has-dd:hover > a:before {
            transform: translateY(-50%) rotate(-45deg);
        }

        .nav .has-dd:hover > a:after {
            width: 88%;
            transform: translateX(-43%) scale(1);
        }

        .nav .has-dd > a span:before {
            content: '';
            position: absolute;
            right: 0;
            top: 49%;
            width: 8px;
            height: 8px;
            transform: translateY(-50%) rotate(45deg);
            border: 2px solid #444854;
            border-left: 0;
            border-top: 0;
            transition: all .3s ease;
        }

        .nav .has-dd ul {
            position: absolute;
            display: block;
            min-width: 160px;
            font-size: 12px;
            padding: 21px 22px 12px;
            left: 0;
            top: calc(100% + 12px);
            box-shadow: 0px 10px 50px #00000029;
            background-color: #fff;
            opacity: 0;
            transform: translateY(5px);
            pointer-events: none;
            transition: all .3s ease;
        }

            .nav .has-dd ul:before {
                content: '';
                position: absolute;
                top: -8px;
                right: 20px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 8px 8px 8px;
                border-color: transparent transparent #fff transparent;
            }

            .nav .has-dd ul li {
                display: block;
            }

                .nav .has-dd ul li ~ li {
                    margin-top: 7px;
                }

            .nav .has-dd ul a {
                padding: 5px 5px;
                display: block;
            }

                .nav .has-dd ul a:after {
                    display: none;
                }

@media (max-width: 1200px) {
    .nav {
        font-size: 13px;
    }

        .nav ul li a {
            padding: 10px 6px;
        }

        .nav .has-dd {
            margin-right: 8px;
        }

            .nav .has-dd > a span:before {
                right: -2px;
                width: 6px;
                height: 6px;
            }
}

@media (max-width: 1023px) {
    .nav {
        font-size: 18px;
        letter-spacing: .15em;
        text-align: center;
    }

        .nav ul li {
            display: block;
            border-bottom: 1px solid #E5E2E2;
        }

            .nav ul li a {
                width: 100%;
                padding: 23px 18px 20px;
                color: inherit;
                text-decoration: none;
            }

                .nav ul li a:after {
                    display: none;
                }

            .nav ul li:last-of-type a {
                padding: 31px 18px;
            }

            .nav ul li .btn {
                -ms-flex-pack: center;
                justify-content: center;
            }

        .nav .has-dd {
            position: relative;
        }

            .nav .has-dd.open > a span:before {
                transform: translateY(5%) rotate(-135deg);
            }

            .nav .has-dd > a span {
                position: relative;
            }

                .nav .has-dd > a span:before {
                    right: -12px;
                    width: 8px;
                    height: 8px;
                    top: 37%;
                    border-width: 1px;
                    transform: translateY(-30%) rotate(45deg);
                }

            .nav .has-dd ul {
                position: relative;
                display: none;
                min-width: 100%;
                padding: 0px 0px 25px;
                left: auto;
                top: auto;
                box-shadow: none;
                opacity: 1;
                transform: translateY(0);
                pointer-events: all;
                transition: unset;
            }

                .nav .has-dd ul:before {
                    display: none;
                }

                .nav .has-dd ul li {
                    display: block;
                    border: 0;
                }

                    .nav .has-dd ul li ~ li {
                        margin-top: 14px;
                    }

                    .nav .has-dd ul li:last-child {
                        display: none;
                    }

                .nav .has-dd ul a {
                    padding: 5px 5px;
                    display: block;
                    font-size: 14px;
                    letter-spacing: .1em;
                }

                    .nav .has-dd ul a:after {
                        width: 100%;
                    }
}

.nav-utilities ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    color: #444854;
    letter-spacing: .15em;
}

    .nav-utilities ul li {
        position: relative;
    }

        .nav-utilities ul li a {
            text-decoration: none;
        }

        .nav-utilities ul li + li {
            margin-left: 32px;
        }

.nav-utilities .badge {
    position: absolute;
    top: -9px;
    right: -12px;
}

.nav-secondary {
    font-size: 13px;
    color: #BFB5B5;
    letter-spacing: .05em;
    text-transform: uppercase;
}

    .nav-secondary ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .nav-secondary ul li {
            display: inline-block;
            margin: 0 7px;
        }

            .nav-secondary ul li a {
                text-decoration: none;
                transition: color .4s;
            }

                .nav-secondary ul li a:hover {
                    color: #000;
                }

.nav-user ul {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    color: #444854;
    letter-spacing: .15em;
    text-transform: uppercase;
    list-style: none;
}

    .nav-user ul li {
        white-space: nowrap;
    }

        .nav-user ul li a {
            display: inline-block;
            padding: 7px 25px;
            text-decoration: none;
        }

            .nav-user ul li a span {
                position: relative;
            }

                .nav-user ul li a span:after {
                    content: '';
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    height: 2px;
                    background-color: #6EC1C7;
                    transform-origin: bottom right;
                    transform: scaleX(0);
                    transition: transform .4s;
                }

            .nav-user ul li a:hover {
                color: #444854;
            }

                .nav-user ul li a:hover span:after {
                    transform-origin: bottom left;
                    transform: scaleX(1);
                }

        .nav-user ul li:last-child {
            margin-top: 12px;
            background-color: #EB7280;
            color: #fff;
            letter-spacing: .2em;
        }

            .nav-user ul li:last-child a {
                padding: 15px 25px;
            }

                .nav-user ul li:last-child a:hover {
                    color: #fff;
                }

        .nav-user ul li + li {
            margin-left: 0;
        }

@media (max-width: 1023px) {
    .nav-user {
        margin-bottom: 20px;
    }

        .nav-user ul li {
            border-top: 1px solid #E5E2E2;
        }

            .nav-user ul li a {
                width: 100%;
                padding: 26px 25px;
            }

            .nav-user ul li:last-child {
                margin-top: 0;
            }

                .nav-user ul li:last-child a {
                    padding: 26px 25px 27px;
                }
}

.nav-pills {
    margin: 0 -8px;
}

    .nav-pills .nav-item {
        padding: 0 8px;
    }

    .nav-pills .nav-link {
        height: 60px;
        padding: 0 10px;
        border-radius: 29px;
        background-color: #fff;
        font-size: 15px;
        text-decoration: none;
        line-height: 60px;
        transition: color .4s, background-color .4s;
    }

        .nav-pills .nav-link:hover {
            background-color: #6EC1C7;
            color: #fff;
        }

.nav-profile {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
}

    .nav-profile ul {
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        margin: 0 -10px;
        list-style: none;
    }

        .nav-profile ul li {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            padding: 0 10px;
        }

            .nav-profile ul li a {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: center;
                align-items: center;
                height: 100%;
                padding: 20px 30px;
                background-color: #6EC1C7;
                text-decoration: none;
                transition: background .4s;
            }

                .nav-profile ul li a:hover {
                    color: inherit;
                    background-color: #41a1a8;
                }

@media (max-width: 767px) {
    .nav-profile {
        font-size: 11px;
    }

        .nav-profile ul {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 -4px;
        }

            .nav-profile ul li {
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
                padding: 0 4px;
                margin-bottom: 8px;
            }

                .nav-profile ul li a {
                    padding: 14px 10px;
                }
}

.nav-buttons {
    font-weight: 700;
    font-size: 15px;
    color: #444854;
    letter-spacing: .2em;
}

    .nav-buttons ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .nav-buttons ul li {
            -ms-flex: 0 0 150px;
            flex: 0 0 150px;
            max-width: 150px;
            height: 60px;
            margin: 0 8px;
            border-radius: 48px;
            background-color: #fff;
            transition: background .4s;
        }

            .nav-buttons ul li a {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                height: 100%;
                text-decoration: none;
                transition: color .4s;
            }

            .nav-buttons ul li.current, .nav-buttons ul li:hover {
                background-color: #6EC1C7;
            }

                .nav-buttons ul li.current a, .nav-buttons ul li:hover a {
                    color: #fff;
                }

.nav-buttons--primary ul li {
    margin: 0 18px;
}

@media (max-width: 767px) {
    .nav-buttons {
        font-size: 12px;
    }

        .nav-buttons ul li {
            -ms-flex: 0 0 110px;
            flex: 0 0 110px;
            max-width: 110px;
            height: 40px;
            margin: 0 5px;
        }

    .nav-buttons--primary {
        font-size: 15px;
    }

        .nav-buttons--primary ul {
            display: block;
        }

            .nav-buttons--primary ul li {
                max-width: 150px;
                height: 60px;
                margin: 0 auto 15px;
            }
}

.ico {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}

.ico-user {
    width: 30px;
    height: 30px;
    background-image: url(images/icons/ico-user@2x.png);
    background-size: 30px 30px;
}

.ico-food-comment {
    width: 78px;
    height: 45px;
    background-image: url(images/icons/ico-food-comment@2x.png);
    background-size: 78px 45px;
}

.ico-food-rating {
    width: 78px;
    height: 45px;
    background-image: url(images/icons/ico-food-rating@2x.png);
    background-size: 78px 45px;
}

.ico-food-rating-black {
    width: 77px;
    height: 45px;
    background-image: url(images/icons/ico-food-rating-black@2x.png);
    background-size: 77px 45px;
}

.ico-food-rating-gray {
    width: 104px;
    height: 60px;
    background-image: url(images/icons/ico-food-rating-gray@2x.png);
    background-size: 77px 45px;
}

.ico-food-challenge {
    width: 71px;
    height: 40px;
    background-image: url(images/icons/ico-food-challenge@2x.png);
    background-size: 71px 40px;
}

.ico-food-challenge-lg-primary {
    width: 141px;
    height: 80px;
    background-image: url(images/icons/ico-food-challenge-primary@2x.png);
    background-size: 141px 80px;
}

.ico-fine-dining-primary {
    width: 25px;
    height: 17px;
    background-image: url(images/icons/ico-fine-dining-primary@2x.png);
    background-size: 25px 17px;
}

.ico-casual-primary {
    width: 19px;
    height: 20px;
    background-image: url(images/icons/ico-casual-primary@2x.png);
    background-size: 19px 20px;
}

.ico-like-primary {
    width: 25px;
    height: 20px;
    background-image: url(images/icons/ico-like-primary@2x.png);
    background-size: 25px 20px;
}

.ico-fine-dining-info {
    width: 25px;
    height: 17px;
    background-image: url(images/icons/ico-fine-dining-info@2x.png);
    background-size: 25px 17px;
}

.ico-casual-info {
    width: 19px;
    height: 20px;
    background-image: url(images/icons/ico-casual-info@2x.png);
    background-size: 19px 20px;
}

.ico-fine-dining-white {
    width: 25px;
    height: 17px;
    background-image: url(images/icons/ico-fine-dining-white@2x.png);
    background-size: 25px 17px;
}

.ico-casual-white {
    width: 19px;
    height: 20px;
    background-image: url(images/icons/ico-casual-white@2x.png);
    background-size: 19px 20px;
}

.ico-like-info {
    width: 25px;
    height: 20px;
    background-image: url(images/icons/ico-like-info@2x.png);
    background-size: 25px 20px;
}

.ico-arrow-left {
    width: 14px;
    height: 25px;
    background-image: url(images/icons/ico-arrow-left@2x.png);
    background-size: 14px 25px;
}

.ico-arrow-right {
    width: 14px;
    height: 25px;
    background-image: url(images/icons/ico-arrow-right@2x.png);
    background-size: 14px 25px;
}

.ico-food-lovers {
    width: 100px;
    height: 63px;
    background-image: url(images/icons/ico-food-lovers@2x.png);
    background-size: 100px 63px;
}

.ico-black-belt {
    width: 100px;
    height: 63px;
    background-image: url(images/icons/ico-black-belt@2x.png);
    background-size: 100px 63px;
}

.ico-globe {
    width: 100px;
    height: 63px;
    background-image: url(images/icons/ico-globe@2x.png);
    background-size: 100px 63px;
}

.ico-play {
    width: 78px;
    height: 55px;
    background-image: url(images/icons/ico-play@2x.png);
    background-size: 78px 55px;
}

.ico-cookie {
    width: 29px;
    height: 30px;
    background-image: url(images/icons/ico-cookie@2x.png);
    background-size: 29px 30px;
}

.ico-messages {
    width: 25px;
    height: 25px;
    background-image: url(images/icons/ico-messages@2x.png);
    background-size: 25px 25px;
}

.ico-arrow-down {
    width: 6px;
    height: 10px;
    background-image: url(images/icons/ico-arrow-down@2x.png);
    background-size: 6px 10px;
}

.ico-burger-button {
    width: 34px;
    height: 35px;
    background-image: url(images/icons/ico-burger-button@2x.png);
    background-size: 34px 35px;
}

.ico-close {
    width: 15px;
    height: 15px;
    background-image: url(images/icons/ico-close@2x.png);
    background-size: 15px 15px;
}

.ico-belt-amber {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-amber@2x.png);
    background-size: 30px 27px;
}

.ico-belt-blue {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-blue@2x.png);
    background-size: 30px 27px;
}

.ico-belt-green {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-green@2x.png);
    background-size: 30px 27px;
}

.ico-belt-red {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-red@2x.png);
    background-size: 30px 27px;
}

.ico-belt-yellow {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-yellow@2x.png);
    background-size: 30px 27px;
}

.ico-belt-white {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-white@2x.png);
    background-size: 30px 27px;
}

.ico-belt-blue {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-blue@2x.png);
    background-size: 30px 27px;
}

.ico-belt-orange {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-orange@2x.png);
    background-size: 30px 27px;
}

.ico-belt-black {
    width: 30px;
    height: 27px;
    background-image: url(images/icons/ico-belt-black@2x.png);
    background-size: 30px 27px;
}

.ico-belt-black-sm {
    width: 29px;
    height: 27px;
    background-image: url(images/icons/ico-belt-black-sm@2x.png?v=1);
    background-size: 29px 27px;
}

.ico-belt-black-secondary {
    width: 33px;
    height: 31px;
    background-image: url(images/icons/ico-belt-black-secondary@2x.png);
    background-size: 33px 31px;
}

.ico-belt-yellow-secondary {
    width: 33px;
    height: 31px;
    background-image: url(images/icons/ico-belt-yellow-secondary@2x.png);
    background-size: 33px 31px;
}

.ico-belt-blue-secondary {
    width: 33px;
    height: 31px;
    background-image: url(images/icons/ico-belt-blue-secondary@2x.png);
    background-size: 33px 31px;
}

.ico-belt-orange-secondary {
    width: 33px;
    height: 31px;
    background-image: url(images/icons/ico-belt-orange-secondary@2x.png);
    background-size: 33px 31px;
}

.ico-belt-amber-secondary {
    width: 33px;
    height: 31px;
    background-image: url(images/icons/ico-belt-amber-secondary@2x.png);
    background-size: 33px 31px;
}

.ico-belt-red-secondary {
    width: 33px;
    height: 31px;
    background-image: url(images/icons/ico-belt-red-secondary@2x.png);
    background-size: 33px 31px;
}

.ico-belt-green-secondary {
    width: 33px;
    height: 31px;
    background-image: url(images/icons/ico-belt-green-secondary@2x.png);
    background-size: 33px 31px;
}

.ico-belt-white-secondary {
    width: 33px;
    height: 31px;
    background-image: url(images/icons/ico-belt-white-secondary@2x.png);
    background-size: 33px 31px;
}

.ico-honoured {
    width: 45px;
    height: 45px;
    background-image: url(images/icons/ico-honoured@2x.png);
    background-size: 45px 45px;
}

.ico-honoured-dark {
    width: 50px;
    height: 50px;
    background-image: url(images/icons/ico-honoured-dark@2x.png);
    background-size: 50px 50px;
}

.ico-honoured-lg {
    width: 55px;
    height: 55px;
    background-image: url(images/icons/ico-honoured@2x.png);
    background-size: 55px 55px;
}

.ico-arrow-left-sm {
    width: 8px;
    height: 13px;
    background-image: url(images/icons/ico-arrow-left-sm@2x.png);
    background-size: 8px 13px;
}

.ico-arrow-right-sm {
    width: 8px;
    height: 13px;
    background-image: url(images/icons/ico-arrow-right-sm@2x.png);
    background-size: 8px 13px;
}

.ico-arrow-down-sm {
    width: 8px;
    height: 13px;
    background-image: url(images/icons/ico-arrow-down-sm@2x.png);
    background-size: 8px 13px;
}

.ico-search {
    width: 25px;
    height: 25px;
    background-image: url(images/icons/ico-search@2x.png);
    background-size: 25px 25px;
}

.ico-search-secondary {
    width: 25px;
    height: 25px;
    background-image: url(images/icons/ico-search-secondary@2x.png);
    background-size: 25px 25px;
}

.ico-home-cook {
    width: 37px;
    height: 30px;
    background-image: url(images/icons/ico-home-cook@2x.png);
    background-size: 37px 30px;
}

.ico-heart {
    width: 32px;
    height: 30px;
    background-image: url(images/icons/ico-heart@2x.png);
    background-size: 32px 30px;
}

.ico-map-pin {
    width: 15px;
    height: 25px;
    background-image: url(images/icons/ico-map-pin@2x.png);
    background-size: 15px 25px;
}

.ico-calendar {
    width: 26px;
    height: 25px;
    background-image: url(images/icons/ico-calendar@2x.png);
    background-size: 26px 25px;
}

.ico-calendar-white {
    width: 26px;
    height: 25px;
    background-image: url(images/icons/ico-calendar-white@2x.png);
    background-size: 26px 25px;
}

.ico-pro {
    width: 32px;
    height: 32px;
    background-image: url(images/icons/ico-pro@2x.png);
    background-size: 32px 32px;
}

.ico-flag {
    width: 24px;
    height: 25px;
    background-image: url(images/icons/ico-flag@2x.png);
    background-size: 24px 25px;
}

.ico-flag-red {
    width: 24px;
    height: 25px;
    background-image: url(images/icons/ico-flag-red@2x.png);
    background-size: 24px 25px;
}

.ico-arrow-left-white {
    width: 11px;
    height: 20px;
    background-image: url(images/icons/ico-arrow-left-white@2x.png);
    background-size: 11px 20px;
}

.ico-arrow-right-white {
    width: 11px;
    height: 20px;
    background-image: url(images/icons/ico-arrow-right-white@2x.png);
    background-size: 11px 20px;
}

.ico-star-complete {
    width: 32px;
    height: 30px;
    background-image: url(images/icons/ico-star-complete@2x.png);
    background-size: 32px 30px;
}

.ico-star-clock {
    width: 31px;
    height: 30px;
    background-image: url(images/icons/ico-star-clock@2x.png);
    background-size: 31px 30px;
}

.ico-moments {
    width: 30px;
    height: 30px;
    background-image: url(images/icons/ico-moments@2x.png);
    background-size: 30px 30px;
}

.ico-world {
    width: 32px;
    height: 30px;
    background-image: url(images/icons/ico-world@2x.png);
    background-size: 32px 30px;
}

.ico-world-white {
    width: 30px;
    height: 30px;
    background-image: url(images/icons/ico-world-white@2x.png);
    background-size: 30px 30px;
}

.ico-restaurants {
    width: 21px;
    height: 30px;
    background-image: url(images/icons/ico-restaurants@2x.png);
    background-size: 21px 30px;
}

.ico-cuisines {
    width: 24px;
    height: 30px;
    background-image: url(images/icons/ico-cuisines@2x.png);
    background-size: 24px 30px;
}

.ico-check {
    width: 26px;
    height: 20px;
    background-image: url(images/icons/ico-check@2x.png);
    background-size: 26px 20px;
}

.ico-check-white {
    width: 26px;
    height: 20px;
    background-image: url(images/icons/ico-check-white@2x.png);
    background-size: 26px 20px;
}

.ico-error {
    width: 24px;
    height: 24px;
    background-image: url(images/icons/ico-error@2x.png);
    background-size: 24px 24px;
}

.ico-more-info {
    width: 20px;
    height: 20px;
    background-image: url(images/icons/ico-more-info@2x.png);
    background-size: 20px 20px;
}

.ico-trash {
    width: 20px;
    height: 21px;
    background-image: url(images/icons/ico-trash@2x.png);
    background-size: 20px 21px;
}

.ico-filters {
    width: 20px;
    height: 18px;
    background-image: url(images/icons/ico-filters@2x.png);
    background-size: 20px 18px;
}

.ico-facebook {
    width: 23px;
    height: 23px;
    background-image: url(images/icons/ico-facebook@2x.png);
    background-size: 100% 100%;
}

.ico-ico-add {
    width: 38px;
    height: 38px;
    background-image: url(images/icons/ico-add@2x.png);
    background-size: 100% 100%;
}

.ico-ico-add-hover {
    width: 38px;
    height: 38px;
    background-image: url(images/icons/ico-add--hover@2x.png);
    background-size: 100% 100%;
}

.ico-star-complete-primary {
    width: 40px;
    height: 38px;
    background-image: url(images/icons/ico-star-complete-primary@2x.png);
    background-size: 100% 100%;
}

.ico-casual-white-check {
    width: 28px;
    height: 30px;
    background-image: url(images/icons/ico-casual-white-check@2x.png);
    background-size: 100% 100%;
}

.ico-fine-dining-white-check {
    width: 37px;
    height: 25px;
    background-image: url(images/icons/ico-fine-dining-white-check@2x.png);
    background-size: 100% 100%;
}

.ico-arrow-up {
    width: 18px;
    height: 21px;
    background-image: url(images/icons/ico-arrow-up@2x.png);
    background-size: 18px 21px;
}

.ico-food-moment {
    width: 78px;
    height: 45px;
    background-image: url(images/icons/ico-food-moment@2x.png);
    background-size: 78px 45px;
}

.ico-yellow-belt-alt {
    width: 52px;
    height: 48px;
    background-image: url(images/icons/ico-yellow-belt-alt@2x.png);
    background-size: 52px 48px;
}

.ico-check-green {
    width: 36px;
    height: 36px;
    background-image: url(images/icons/ico-check-green@2x.png);
    background-size: 36px 36px;
}

.ico-dashboard {
    width: 78px;
    height: 45px;
    background-image: url(images/icons/ico-dashboard@2x.png);
    background-size: 78px 45px;
}

.ico-edit-profile {
    width: 78px;
    height: 45px;
    background-image: url(images/icons/ico-edit-profile@2x.png);
    background-size: 78px 45px;
}

.ico-food-tribe-new {
    width: 75px;
    height: 72px;
    background-image: url(images/icons/ico-food-tribe-new@2x.png);
    background-size: 75px 72px;
}

.ico-challenge-new {
    width: 85px;
    height: 85px;
    background-image: url(images/icons/ico-challenge-new@2x.png);
    background-size: 85px 85px;
}

.ico-add-gray {
    width: 57px;
    height: 57px;
    background-image: url(images/icons/ico-add-gray.png);
    background-size: 57px 57px;
}

.ico-image-white, .ico-image {
    width: 30px;
    height: 25px;
    background-image: url(images/icons/ico-image@2x.png);
    background-size: 30px 25px;
}

.ico-image-white {
    background-image: url(images/icons/ico-image-white@2x.png);
}

.ico-caption-white, .ico-caption {
    width: 30px;
    height: 30px;
    background-image: url(images/icons/ico-caption@2x.png);
    background-size: 30px 30px;
}

.ico-caption-white {
    background-image: url(images/icons/ico-caption-white@2x.png);
}

.ico-locations-white, .ico-locations {
    width: 30px;
    height: 28px;
    background-image: url(images/icons/ico-locations@2x.png);
    background-size: 30px 28px;
}

.ico-locations-white {
    background-image: url(images/icons/ico-locations-white@2x.png);
}

.ico-cuisines-white-alt, .ico-cuisines-black {
    width: 24px;
    height: 30px;
    background-image: url(images/icons/ico-cuisines-black@2x.png);
    background-size: 24px 30px;
}

.ico-cuisines-white-alt {
    background-image: url(images/icons/ico-cuisines-white-alt@2x.png);
}

.ico-challenge-white, .ico-challenge-gray {
    width: 34px;
    height: 32px;
    background-image: url(images/icons/ico-challenge-gray@2x.png);
    background-size: 34px 32px;
}

.ico-challenge-white {
    background-image: url(images/icons/ico-challenge-white@2x.png);
}

.ico-rotate-right {
    width: 22px;
    height: 22px;
    background-image: url(images/icons/ico-rotate-right@2x.png);
    background-size: 22px 22px;
}

.ico-star-blue {
    width: 21px;
    height: 20px;
    background-image: url(images/icons/ico-star-blue@2x.png);
    background-size: 21px 20px;
}

.ico-trash-alt {
    width: 17px;
    height: 20px;
    background-image: url(images/icons/ico-trash-alt@2x.png);
    background-size: 17px 20px;
}

.ico-facebook-round {
    width: 35px;
    height: 35px;
    background-image: url(images/icons/ico-facebook-round@2x.png);
    background-size: 35px 35px;
}

.ico-youtube {
    width: 35px;
    height: 25px;
    background-image: url(images/icons/ico-youtube@2x.png);
    background-size: 35px 25px;
}

.ico-youtube-white {
    width: 35px;
    height: 25px;
    background-image: url(images/icons/ico-youtube-white@2x.png);
    background-size: 35px 25px;
}

.ico-camera {
    width: 35px;
    height: 25px;
    background-image: url(images/icons/ico-camera@2x.png);
    background-size: 35px 25px;
}

.ico-camera-white {
    width: 35px;
    height: 25px;
    background-image: url(images/icons/ico-camera-white@2x.png);
    background-size: 35px 25px;
}

.ico-star-gold {
    width: 23px;
    height: 22px;
    background-image: url(images/icons/ico-star-gold@2x.png);
    background-size: 23px 22px;
}

.ico-star-gold-small {
    width: 15px;
    height: 15px;
    background-image: url(images/icons/ico-star-gold@2x.png);
    background-size: 15px 15px;
}

.ico-map-pin-2 {
    width: 10px;
    height: 14px;
    background-image: url(images/icons/ico-map-pin-2@2x.png);
    background-size: 10px 14px;
}

.ico-arrow-left-alt-white {
    width: 14px;
    height: 14px;
    background-image: url(images/icons/ico-arrow-left-alt-white@2x.png);
    background-size: 14px 14px;
}

.ico-arrow-right-alt-white {
    width: 14px;
    height: 14px;
    background-image: url(images/icons/ico-arrow-right-alt-white@2x.png);
    background-size: 14px 14px;
}

@media (max-width: 767px) {
    .ico-fine-dining-info {
        width: 23px;
        height: 15px;
        background-size: 23px 15px;
    }

    .ico-casual-info {
        width: 17px;
        height: 18px;
        background-size: 17px 18px;
    }

    .ico-like-info {
        width: 23px;
        height: 18px;
        background-size: 23px 18px;
    }
}

.btn {
    min-width: 420px;
    height: 60px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
}

    .btn:hover {
        color: #fff;
    }

.btn-sm, .btn-group-sm > .btn {
    height: 30px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 30px;
}

.btn-sm-2 {
    min-width: 160px;
}

.btn-md {
    min-width: 120px;
    height: 40px;
    line-height: 36px !important;
}

.btn-md-2 {
    min-width: 180px;
    line-height: 56px;
}

.btn-size-1 {
    min-width: 300px;
}

.btn-size-2 {
    min-width: 340px;
}

.btn-block {
    display: block;
    min-width: 100%;
}

.btn-transparent {
    background-color: transparent;
    color: #444854;
}

    .btn-transparent:hover {
        color: #6EC1C7;
    }

.btn-bordered {
    border: 2px solid #61C9D3;
    background: rgba(255, 255, 255, 0.8);
    color: #6C5B7B;
    line-height: 56px;
}

    .btn-bordered:hover {
        background-color: #61C9D3;
    }

.btn-primary:hover {
    background-color: #62AEB4;
}

.btn-info:hover {
    background-color: #68A0C6;
}

.btn-light {
    color: #444854;
}

    .btn-light:hover {
        color: #444854;
    }

.btn-green-hover:hover {
    border-color: #6EC1C7;
    background-color: #6EC1C7;
    color: #fff;
}

.btn-link {
    position: relative;
    min-width: 0;
    height: auto;
    padding: 0 0 10px;
    color: #444854;
    letter-spacing: .2em;
    line-height: 1.2;
    text-decoration: none;
}

    .btn-link:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
    }

    .btn-link:hover {
        color: #444854;
        text-decoration: none;
    }

.btn-link-underline {
    padding-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    color: #444854;
    letter-spacing: 0;
    text-transform: none;
}

    .btn-link-underline:after {
        height: 1px;
    }

.btn-link-underline-white {
    color: #fff;
}

    .btn-link-underline-white:hover {
        color: #fff;
    }

.btn-link-sm {
    padding-bottom: 0;
    font-size: 12px;
    letter-spacing: .025em;
}

    .btn-link-sm:after {
        height: 2px;
    }

.btn-link--secondary {
    text-transform: uppercase;
}

.btn-link-primary:after {
    background-color: #6EC1C7;
    transition: background-color .4s;
}

.btn-link-primary:hover:after {
    background-color: #41a1a8;
}

.btn-link-secondary:after {
    background-color: #61C9D3;
    transition: background-color .4s;
}

.btn-link-secondary:hover:after {
    background-color: #32aab5;
}

.btn-link-info:after {
    background-color: #75B4DE;
    transition: background-color .4s;
}

.btn-link-info:hover:after {
    background-color: #4298d2;
}

.btn-link-light {
    color: #fff;
}

    .btn-link-light:after {
        background-color: #fff;
        transition: background-color .4s;
    }

    .btn-link-light:hover {
        color: #BFB5B5;
    }

        .btn-link-light:hover:after {
            background-color: #9c8c8c;
        }

.btn-link-secondary:after {
    background-color: #B37198;
    transition: background-color .4s;
}

.btn-link-secondary:hover:after {
    background-color: #9e435d;
}

.btn-sm, .btn-group-sm > .btn {
    min-width: 0;
}

    .btn-sm.btn-ico, .btn-group-sm > .btn-ico.btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .btn-sm.btn-ico .ico, .btn-group-sm > .btn-ico.btn .ico {
            margin-right: 8px;
        }

.btn-lg, .btn-group-lg > .btn {
    height: auto;
    padding: 27px 20px;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: .2em;
    line-height: 1.2;
}

    .btn-lg.btn-ico .ico, .btn-group-lg > .btn-ico.btn .ico {
        margin-bottom: 14px;
    }

    .btn-lg.btn-ico span, .btn-group-lg > .btn-ico.btn span {
        display: block;
    }

.btn-rate {
    position: relative;
    min-width: 180px;
    height: 60px;
    border: 2px solid #75B4DE;
    border-radius: 40px;
    font-weight: 700;
    font-size: 15px;
    color: #6C5B7B;
    letter-spacing: .2em;
    line-height: 56px;
    transition: border .4s, background .4s;
    overflow: hidden;
}

    .btn-rate span {
        position: relative;
        z-index: 5;
    }

    .btn-rate:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .btn-rate:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity .4s;
        background-color: rgba(68, 72, 84, 0.14);
    }

    .btn-rate:hover {
        color: #6C5B7B;
        border-color: rgba(68, 72, 84, 0);
    }

        .btn-rate:hover:before {
            opacity: 1;
        }

.btn-rated {
    min-width: 180px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    border: 0;
    border-radius: 40px;
    font-weight: 700;
    font-size: 15px;
    color: #6C5B7B;
    letter-spacing: .2em;
    line-height: 56px;
    pointer-events: none;
    background-color: rgba(68, 72, 84, 0.14);
}

    .btn-rated .ico {
        margin: -6px 9px 0 0;
    }

    .btn-rated:hover {
        color: #6C5B7B;
        background-color: rgba(68, 72, 84, 0.14);
    }

.btn-load-more {
    display: block;
    width: 100%;
    height: 60px;
    margin: 20px 0;
    border-radius: 0;
    background-color: #fff;
    color: #444854;
    letter-spacing: .2em;
    line-height: 60px;
    transition: background .4s;
}

    .btn-load-more:before, .btn-load-more:after {
        margin-top: -14px !important;
    }

    .btn-load-more:hover {
        color: #444854;
        background-color: rgba(68, 72, 84, 0.05);
    }

.btn-joined {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    color: #6EC1C7;
    pointer-events: none;
    background-color: rgba(110, 193, 199, 0.15);
}

    .btn-joined .ico {
        margin-right: 7px;
    }

    .btn-joined:hover {
        color: #6EC1C7;
    }

.btn-loader {
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

    .btn-loader:before, .btn-loader:after {
        border-radius: 50%;
        width: 15px;
        height: 15px;
        animation-fill-mode: both;
        animation: load7 1.8s infinite ease-in-out;
    }

    .btn-loader:before, .btn-loader:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: -3.5%;
        transform: translateX(-50%);
    }

    .btn-loader:before {
        margin-left: 3.5%;
        animation-delay: -0.32s;
    }

    .btn-loader:after {
        margin-left: -3.5%;
    }

.btn-login:hover {
    color: black;
}

.btn--grey {
    min-width: auto;
    background-color: #616779;
    color: #FEBE12;
}

    .btn--grey:hover {
        color: #FEBE12;
    }

.btn--grey-blue {
    color: #6EC1C7;
}

.btn--yellow-border {
    min-width: unset;
    color: #616779;
    border: 2px solid #FEBE12;
}

    .btn--yellow-border:hover {
        background-color: #FEBE12 !important;
    }

.btn--white {
    min-width: auto;
    padding: 0px 40px;
    text-transform: uppercase;
    background-color: #fff;
    color: #444854;
    font-size: 15px;
    font-weight: 700;
    border-radius: 40px;
}

    .btn--white:hover {
        color: #000;
    }

.btn--border-yellow {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #FEBE12;
    font-weight: 700;
    font-size: 16px !important;
}

.btn--orange {
    padding: 18px 22px;
    height: auto;
    line-height: 1;
    letter-spacing: .15em;
    border-radius: 0;
    min-width: unset;
    background-color: #FEBE12;
    color: #444854;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

    .btn--orange:hover {
        color: #444854;
        background-color: #f2b511;
    }

.btn--red {
    min-width: unset;
    border-radius: 0;
    background-color: #EB7280;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn--blue {
    min-width: unset;
    border-radius: 0;
    background-color: #75B4DE;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn--green {
    height: 56px;
    min-width: unset;
    line-height: 56px;
    border-radius: 0;
    background-color: #6EC1C7;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .btn {
        min-width: 150px;
        font-size: 14px;
    }

    .btn-link {
        min-width: 0;
        font-size: 13px;
    }

    .btn-info--lg {
        min-width: 100%;
        height: auto;
        padding: 14px 15px;
        line-height: 1.2;
        white-space: normal;
    }

    .btn-block {
        font-size: 11px;
    }

    .btn-secondary--lg {
        min-width: 100%;
        height: auto;
        padding: 14px 15px;
        line-height: 1.2;
        white-space: normal;
    }

    .btn--orange {
        padding: 17px 22px;
        height: auto;
        line-height: 1;
        letter-spacing: .15em;
        border-radius: 0;
        min-width: unset;
        background-color: #FEBE12;
        color: #444854;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
    }

    .btn-size-1 {
        min-width: 280px;
        font-size: 15px;
    }

    .btn-size-2 {
        min-width: 340px;
        font-size: 15px;
    }
}

@media (max-width: 414px) {
    .btn--orange {
        padding: 17px 15px;
        letter-spacing: .09em;
    }
}

.btn-filters {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    height: auto;
    color: #444854;
    text-decoration: none;
    white-space: nowrap;
    transition: color .4s;
}

    .btn-filters .ico {
        margin-right: 8px;
    }

    .btn-filters:hover {
        color: #6EC1C7;
    }

@media (max-width: 1023px) {
    .btn-filters {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .btn-filters {
        display: -ms-flexbox;
        display: flex;
        font-size: 9px;
        letter-spacing: 0;
    }
}

@media (min-width: 414px) and (max-width: 1023px) {
    .btn-filters {
        font-size: 12px;
        letter-spacing: .15em;
    }
}

@media (max-width: 374px) {
    .btn-size-1 {
        min-width: 262px;
    }

    .btn-size-2 {
        min-width: 286px;
    }
}

.btn-facebook {
    position: relative;
    min-width: 500px;
    background-color: #3B5998;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

    .btn-facebook i {
        position: relative;
        display: inline-block;
        margin-right: 9px;
        left: 1px;
        top: -1px;
    }

    .btn-facebook:hover {
        color: #fff !important;
    }

.btn-facebook--small {
    min-width: 260px;
}

    .btn-facebook--small:after, .btn-facebook--small:before {
        top: -20px;
    }

@media (max-width: 767px) {
    .btn-facebook {
        min-width: 100%;
        font-size: 13px;
    }

    .btn-facebook--small {
        min-width: 260px;
    }

        .btn-facebook--small:after, .btn-facebook--small:before {
            top: -10px;
        }
}

.btn-rated--new {
    position: relative;
    padding: 0 88px 0 25px;
}

    .btn-rated--new i {
        position: relative;
        right: -20px;
        display: none;
    }

    .btn-rated--new .rated-number {
        padding: 11px 2px 5px 6px;
    }

    .btn-rated--new.fine-dining .ico-fine-dining-white {
        display: inline-block;
    }

    .btn-rated--new.casual-dining .ico-casual-white {
        display: inline-block;
    }

.btn--border-green {
    border: 2px solid #61C9D3;
}

.btn-add {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #E0E0E0;
    border-radius: 50%;
}

    .btn-add .ico {
        position: absolute;
        top: 52%;
        left: 52%;
        transform: translate(-50%, -50%) scale(0.6);
    }

@media (max-width: 767px) {
    .btn-add .ico {
        top: 48%;
        left: 48%;
    }
}

.btn-tab {
    display: inline-block;
    height: 52px;
    padding: 16px 22px;
    background-color: #fff;
    outline: none;
    border: none;
    border-radius: 7px 7px 0 0;
    font-weight: 700;
    font-size: 16px;
    color: #444854;
    vertical-align: middle;
    text-decoration: none;
    transition: background-color .3s, color .3s;
}

@media (max-width: 767px) {
    .btn-tab {
        height: 44px;
        padding: 10px 20px;
    }
}

@media (max-width: 414px) {
    .btn-tab {
        height: 36px;
        padding: 6px 9px;
    }
}

.btn-tab:focus {
    outline: none;
}

.btn-tab.is-current, .btn-tab:hover {
    background-color: #444854;
    color: #fff;
}

.slider {
    position: relative;
}

.slider--intro {
    height: 575px;
}

    .slider--intro .container-fluid,
    .slider--intro .slider__clip,
    .slider--intro .slider__slides,
    .slider--intro .owl-stage-outer,
    .slider--intro .owl-stage,
    .slider--intro .owl-item,
    .slider--intro .slider__slide {
        height: 100%;
    }

    .slider--intro .slider__slide-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
    }

        .slider--intro .slider__slide-image:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.8) 100%);
        }

    .slider--intro .slider__slide-content {
        position: absolute;
        bottom: 70px;
        left: 50%;
        max-width: 770px;
        font-family: "Noto Serif", serif;
        font-size: 22px;
        color: #fff;
        text-align: center;
        transform: translateX(-50%);
    }

    .slider--intro .slider__title {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 58px;
        color: #fff;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .slider--intro .owl-dots {
        position: absolute;
        bottom: 33px;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

        .slider--intro .owl-dots .owl-dot {
            position: relative;
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 6px;
            border-radius: 50%;
            background-color: #fff;
        }

            .slider--intro .owl-dots .owl-dot:after {
                content: '';
                position: absolute;
                top: -4px;
                right: -4px;
                bottom: -4px;
                left: -4px;
                border: 2px solid #fff;
                border-radius: 50%;
                background-color: transparent;
                opacity: 0;
                transform: scale(0);
                transition: opacity .4s, transform .4s;
            }

            .slider--intro .owl-dots .owl-dot.active:after {
                opacity: 1;
                transform: scale(1);
            }

            .slider--intro .owl-dots .owl-dot:focus {
                outline: none;
            }

.slider--challenges {
    padding-bottom: 22px;
}

    .slider--challenges .slider__slide {
        padding: 30px 0 34px;
    }

    .slider--challenges .owl-stage-outer {
        overflow: visible;
    }

    .slider--challenges .slider__slide-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 474px;
        height: 100%;
        border-radius: 15px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transform: translateX(40px);
    }

        .slider--challenges .slider__slide-image a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .slider--challenges .slider__slide-content {
        position: relative;
        z-index: 5;
        max-width: 770px;
        margin-left: auto;
        border-radius: 15px;
        overflow: hidden;
        opacity: 0;
        transform: translateX(40px);
    }

    .slider--challenges .slider__actions {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .slider--challenges .slider__prev,
    .slider--challenges .slider__next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: auto;
        transition: opacity .4s;
    }

        .slider--challenges .slider__prev:hover,
        .slider--challenges .slider__next:hover {
            opacity: .7;
        }

    .slider--challenges .slider__prev {
        left: -29px;
    }

    .slider--challenges .slider__next {
        right: -29px;
    }

    .slider--challenges .owl-item.active .slider__slide-image {
        opacity: 1;
        transform: translateX(0);
        transition: opacity .6s, transform .6s;
    }

    .slider--challenges .owl-item.active .slider__slide-content {
        opacity: 1;
        transform: translateX(0);
        transition: opacity .6s .2s, transform .6s .2s;
    }

    .slider--challenges .owl-dots {
        position: absolute;
        bottom: -31px;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

        .slider--challenges .owl-dots .owl-dot {
            position: relative;
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 6px;
            border-radius: 50%;
            background-color: #444854;
        }

            .slider--challenges .owl-dots .owl-dot:before, .slider--challenges .owl-dots .owl-dot:after {
                content: '';
                position: absolute;
                border-radius: 50%;
                background-color: transparent;
                opacity: 0;
                transform: scale(0);
                transition: opacity .4s, transform .4s;
            }

            .slider--challenges .owl-dots .owl-dot:before {
                top: -2px;
                right: -2px;
                bottom: -2px;
                left: -2px;
                border: 2px solid #fff;
            }

            .slider--challenges .owl-dots .owl-dot:after {
                top: -4px;
                right: -4px;
                bottom: -4px;
                left: -4px;
                border: 2px solid #444854;
            }

            .slider--challenges .owl-dots .owl-dot.active:before, .slider--challenges .owl-dots .owl-dot.active:after {
                opacity: 1;
                transform: scale(1);
            }

            .slider--challenges .owl-dots .owl-dot:focus {
                outline: none;
            }

.slider--food-story {
    position: relative;
    height: 432px;
}

    .slider--food-story .slider__clip,
    .slider--food-story .slider__slides,
    .slider--food-story .owl-stage-outer,
    .slider--food-story .owl-stage,
    .slider--food-story .owl-item,
    .slider--food-story .slider__slide {
        height: 100%;
    }

    .slider--food-story .slider__slide-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .slider--food-story .slider__slide-image a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

    .slider--food-story .owl-dots {
        display: none;
    }

    .slider--food-story .slider__actions {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .slider--food-story .slider__prev,
    .slider--food-story .slider__next {
        position: absolute;
        top: 50%;
        z-index: 5;
        width: 42px;
        height: 61px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #6EC1C7;
        transform: translateY(-50%);
        pointer-events: auto;
        transition: background .4s;
    }

        .slider--food-story .slider__prev:hover,
        .slider--food-story .slider__next:hover {
            background-color: #41a1a8;
        }

    .slider--food-story .slider__prev {
        left: 0;
    }

    .slider--food-story .slider__next {
        right: 0;
    }

.slider--moments {
    height: 232px;
}

    .slider--moments .slider__clip,
    .slider--moments .slider__slides,
    .slider--moments .owl-stage-outer,
    .slider--moments .owl-stage,
    .slider--moments .owl-item,
    .slider--moments .slider__slide,
    .slider--moments .slider__slide-image {
        height: 100%;
    }

    .slider--moments .owl-item {
        position: relative;
    }

        .slider--moments .owl-item:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: opacity .4s;
            background-color: rgba(30, 30, 30, 0.35);
        }

        .slider--moments .owl-item.active:after {
            opacity: 0;
        }

    .slider--moments .owl-dots {
        display: none;
    }

    .slider--moments .slider__actions {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .slider--moments .slider__btn {
        position: absolute;
        bottom: 30px;
        left: 50%;
        z-index: 5;
        transform: translateX(-50%);
    }

        .slider--moments .slider__btn .btn {
            min-width: 200px;
        }

    .slider--moments .slider__prev,
    .slider--moments .slider__next {
        position: absolute;
        top: 50%;
        z-index: 5;
        width: 42px;
        height: 61px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #6EC1C7;
        transform: translateY(-50%);
        pointer-events: auto;
        transition: background .4s;
    }

        .slider--moments .slider__prev:hover,
        .slider--moments .slider__next:hover {
            background-color: #41a1a8;
        }

    .slider--moments .slider__prev {
        left: 0;
    }

        .slider--moments .slider__prev i {
            margin-left: -3px;
        }

    .slider--moments .slider__next {
        right: 0;
    }

        .slider--moments .slider__next i {
            margin-right: -3px;
        }

    .slider--moments .slider__slide-image {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

@media (max-width: 1200px) {
    .slider--intro .slider__slide-content {
        left: 0;
        max-width: 100%;
        padding: 0 25px;
        font-size: 16px;
        transform: translateX(0);
    }

    .slider--intro .slider__title {
        font-size: 38px;
    }

    .slider--challenges .slider__prev {
        left: 0px;
    }

    .slider--challenges .slider__next {
        right: 0px;
    }
}

@media (max-width: 1023px) {
    .slider--intro .owl-dots .owl-dot:after {
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
        border: 3px solid #fff;
    }

    .slider--intro .owl-dots .owl-dot.active {
        background-color: transparent;
    }

    .slider--challenges {
        padding-bottom: 0;
    }

        .slider--challenges .slider__slide-image {
            position: relative;
            top: 0;
            left: 0;
            margin-top: -80px;
            width: 100%;
            height: 380px;
        }

        .slider--challenges .slider__slide-content {
            position: relative;
            max-width: 90%;
            margin: 0 auto;
        }

        .slider--challenges .owl-dots {
            display: none;
        }

        .slider--challenges .slider__actions {
            display: none;
        }
}

@media (max-width: 767px) {
    .slider--intro {
        height: 415px;
    }

        .slider--intro .slider__slide-content {
            padding: 0 20px;
        }

            .slider--intro .slider__slide-content p {
                line-height: 1.7;
            }

    .slider--challenges .slider__slide {
        padding: 0;
    }

    .slider--challenges .slider__slide-image {
        opacity: 1;
        transform: translateX(0);
    }

    .slider--challenges .slider__slide-content {
        opacity: 1;
        transform: translateX(0);
    }

    .slider--challenges .slider__actions {
        display: none;
    }

    .slider--challenges .owl-dots {
        display: none;
    }

    .slider--moments {
        height: 212px;
    }

    .slider--food-story {
        height: 250px;
    }
}

.slider-range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

    .slider-range .range {
        -ms-flex: 0 0 calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
        max-width: calc(100% - 80px);
    }

.slider-leader {
    position: relative;
    padding: 0px 77px 0;
    transition: max-height .3s ease;
    overflow: hidden;
    background-color: #6EC1C7;
}

    .slider-leader .leader {
        padding: 10px 10px 8px;
    }

        .slider-leader .leader .leader__image {
            margin: 0 0 8px;
        }

    .slider-leader .owl-dots {
        display: none;
    }

    .slider-leader .center .leader {
        background-color: #fff;
        color: #6EC1C7;
    }

    .slider-leader .slider__slide {
        padding: 0 5px;
    }

    .slider-leader .slider__prev {
        position: absolute;
        display: inline-block;
        width: 14px;
        height: 14px;
        left: 20px;
        top: 33%;
        border: 2px solid #fff;
        border-left: 0;
        border-top: 0;
        transform: translateY(-50%) rotate(135deg);
    }

    .slider-leader .slider__next {
        position: absolute;
        display: inline-block;
        width: 14px;
        height: 14px;
        top: 33%;
        right: 20px;
        border: 2px solid #fff;
        border-left: 0;
        border-top: 0;
        transform: translateY(-50%) rotate(-45deg);
    }

.slider-main {
    margin: 0 0 3px;
}

    .slider-main .slider__slide-image {
        padding: 0 0 57%;
        position: relative;
        background-size: cover;
        background-position: center center;
    }

        .slider-main .slider__slide-image a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .slider-main .slider__slide {
        position: relative;
        padding: 11px 8px;
    }

    .slider-main .slider__slide-widgets {
        position: absolute;
        top: 11px;
        right: 8px;
        padding: 1px 5px 14px;
        width: 42px;
        background-color: #fff;
        text-align: center;
    }

        .slider-main .slider__slide-widgets ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

        .slider-main .slider__slide-widgets li ~ li {
            margin-top: 15px;
        }

    .slider-main .owl-dots {
        display: none;
    }

    .slider-main .owl-nav {
        position: absolute;
        top: 50%;
        left: 8px;
        right: 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
    }

        .slider-main .owl-nav button {
            position: relative;
            display: inline-block;
            width: 42px;
            height: 61px;
            background-color: #6EC1C7 !important;
            pointer-events: all;
        }

            .slider-main .owl-nav button span {
                position: absolute;
                top: 39%;
                left: 50%;
                line-height: 1;
                transform: translate(-50%, -50%);
                font-size: 50px;
                color: #fff;
            }

            .slider-main .owl-nav button:focus {
                outline: none;
            }

@media (max-width: 1023px) {
    .slider-main .owl-nav {
        position: absolute;
        top: 62%;
    }

        .slider-main .owl-nav button {
            width: 35px;
            height: 55px;
        }

            .slider-main .owl-nav button span {
                top: 39%;
                font-size: 43px;
            }

            .slider-main .owl-nav button:focus {
                outline: none;
            }

    .slider-main .slider__slide-image {
        padding: 0 0 72%;
        background-size: cover;
        background-position: center center;
    }
}

@media (max-width: 767px) {
    .slider-main {
        margin: 0 0 20px;
    }

        .slider-main .owl-nav {
            top: 50%;
        }

        .slider-main .slider__slide-image {
            padding: 0 0 54%;
            background-size: cover;
            background-position: center center;
        }
}

.slider-main-nav {
    padding: 0 9px 0;
    overflow: hidden;
}

    .slider-main-nav .owl-stage-outer {
        overflow: visible;
    }

    .slider-main-nav .owl-dots {
        display: none;
    }

    .slider-main-nav p {
        font-size: 14px;
        font-weight: 700;
    }

    .slider-main-nav .slider-main-nav__inner {
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    .slider-main-nav .slider-main-nav__actions {
        position: relative;
        -ms-flex: 0 0 78px;
        flex: 0 0 78px;
        max-width: 78px;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
        z-index: 10;
    }

        .slider-main-nav .slider-main-nav__actions a {
            position: absolute;
            top: 49%;
            transform: translateY(-50%);
        }

    .slider-main-nav .slider-main-nav__content {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: calc(100% - 70px);
        position: relative;
    }

    .slider-main-nav .slider__slide-image img {
        height: 135px;
    }

@media (max-width: 767px) {
    .slider-main-nav {
        display: none;
    }

        .slider-main-nav .slider-main-nav__actions a {
            position: relative;
            top: auto;
            transform: translateY(0);
            line-height: 51px;
            text-align: center;
        }

            .slider-main-nav .slider-main-nav__actions a i {
                margin: 0;
            }

        .slider-main-nav .btn-add {
            display: block;
            margin: 0 auto 30px;
        }

        .slider-main-nav .slider-main-nav__actions {
            max-width: 100%;
            width: 100%;
            text-align: center;
        }

        .slider-main-nav .slider-main-nav__inner {
            display: block;
        }

        .slider-main-nav .slider-main-nav__content {
            max-width: 100%;
        }
}

.section {
    padding: 39px 0;
    overflow: hidden;
}

    .section .section__head {
        margin-bottom: 33px;
        font-family: "Noto Serif", serif;
        font-size: 20px;
        color: #444854;
        text-align: center;
    }

    .section .section__title {
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        color: inherit;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .section .section__subtitle {
        margin: 25px 0 28px;
        font-weight: 700;
        font-size: 16px;
        color: #444854;
    }

    .section .section__body {
        margin-bottom: 54px;
    }

    .section .section__group {
        position: relative;
        padding-bottom: 48px;
        margin-bottom: 38px;
    }

    .section .section__group--bordered:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #C8C8C8;
    }

    .section .section__option {
        margin-bottom: 34px;
    }

    .section .section__option-head {
        position: relative;
        padding-bottom: 7px;
        margin-bottom: 20px;
    }

        .section .section__option-head:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #BFB5B5;
        }

    .section .section__option-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section .section__option-content {
        -ms-flex: 0 0 78%;
        flex: 0 0 78%;
        max-width: 78%;
    }

    .section .section__option-aside {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }

    .section .section__option-title {
        margin-bottom: 0;
        font-weight: 700;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .section .section__option .btn {
        min-width: 160px;
        padding: 10px 20px;
        border-radius: 0;
        line-height: 1.2;
        white-space: pre-wrap;
    }

    .section .section__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        .section .section__actions .btn {
            margin: 0 auto;
        }

        .section .section__actions .btn-link {
            display: inline-block;
            max-width: none;
        }

        .section .section__actions .btn + .btn {
            margin-top: 27px;
        }

.section--actions {
    padding: 10px 0;
    background-color: #fff;
}

    .section--actions .section__inner {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -5px;
    }

    .section--actions .btn {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 5px;
    }

.section--callout .section__content {
    padding: 38px 98px 43px;
    border-radius: 15px;
    background-color: #fff;
}

.section--callout .section__head {
    margin-bottom: 50px;
}

.section--videos {
    text-align: center;
}

    .section--videos .section__entry {
        max-width: 770px;
        margin: 0 auto;
    }

.section--videos-secondary .section__head {
    text-align: left;
}

.section--video {
    text-align: center;
}

    .section--video .section__title {
        letter-spacing: .05em;
    }

    .section--video .section__actions {
        margin-bottom: 32px;
    }

    .section--video p {
        margin-bottom: 20px;
    }

    .section--video iframe {
        margin-bottom: 32px;
    }

.section--video-primary {
    padding: 84px 0 16px;
}

@media (max-width: 1023px) {
    .section--video-primary {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section--video-primary {
        padding: 50px 0 3px;
    }
}

@media (max-width: 414px) {
    .section--video-primary {
        padding: 54px 0px 22px;
    }
}

.section--video-primary .section__title {
    font-size: 24px;
    letter-spacing: 0.15em;
}

@media (max-width: 767px) {
    .section--video-primary .section__title {
        max-width: 200px;
        margin: 0 auto;
    }
}

.section--video-primary .section__head {
    margin-bottom: 40px;
}

@media (max-width: 414px) {
    .section--video-primary .section__head {
        margin-bottom: 15px;
    }
}

.section--video-primary .section__body {
    position: relative;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section--video-primary .section__body:before {
        content: '';
        display: block;
        padding-top: 55%;
    }
}

.section--video-primary iframe {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .section--video-primary iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.section--articles {
    background-color: #fff;
}

.section--paging {
    padding: 0;
}

    .section--paging .section__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section--paging .paging {
        margin: 0;
    }

.section--add-moment .section__head {
    margin-bottom: 29px;
}

    .section--add-moment .section__head .ico {
        margin-bottom: 20px;
    }

.section--add-moment .section__body {
    padding: 40px 98px 53px;
    background-color: #fff;
}

.section--nav-buttons-primary {
    padding: 20px 0 88px;
}

    .section--nav-buttons-primary h2 {
        margin-bottom: 40px;
        color: #707070;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.15em;
    }

.section--sponsors {
    padding: 50px 0;
}

    .section--sponsors .section__title {
        position: relative;
        margin-bottom: 48px;
        font-weight: 700;
        color: #444854;
        letter-spacing: .15em;
    }

        .section--sponsors .section__title:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            margin-top: 14px;
            background-color: #61C9D3;
        }

    .section--sponsors .section__body {
        margin-bottom: 0;
    }

.section--sponsors-primary {
    padding: 32px 0 53px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .section--sponsors-primary {
        padding: 32px 0 24px;
    }
}

.section--video-entries {
    padding: 0;
}

    .section--video-entries .section__head {
        margin-bottom: 31px;
    }

    .section--video-entries .section__body {
        margin-bottom: 0;
    }

    .section--video-entries .section__filters {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 41px;
    }

        .section--video-entries .section__filters .select {
            max-width: 222px;
        }

    .section--video-entries .section__label {
        margin: 0 25px 0 0;
        font-weight: 600;
        font-size: 14px;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

.section--secondary .section__head {
    margin-bottom: 32px;
    text-align: left;
}

.section--secondary .section__title {
    margin-bottom: 0;
}

.section--secondary .section__subtitle {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section--secondary .section__body {
    padding: 67px 98px 82px;
    background-color: #fff;
}

.section--partners .section__title {
    color: #444854;
}

.section--food-story {
    padding: 74px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 26% 26%;
    text-align: center;
}

    .section--food-story h1,
    .section--food-story h3,
    .section--food-story h2 {
        color: #444854;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .section--food-story h1 {
        margin-bottom: 6px;
        color: #FEBE12;
        letter-spacing: .197em;
    }

        .section--food-story h1 + h2 {
            margin-bottom: 21px;
            letter-spacing: .15em;
            line-height: 1.3;
        }

    .section--food-story .section__inner {
        max-width: 964px;
        padding: 32px 42px 70px;
        margin: 0 auto;
        background: #fff;
        border-radius: 15px;
    }

        .section--food-story .section__inner .section__head {
            margin-bottom: 67px;
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            letter-spacing: .04em;
        }

        .section--food-story .section__inner .section__body {
            margin-bottom: 18px;
        }

            .section--food-story .section__inner .section__body h3 {
                letter-spacing: .05em;
            }

            .section--food-story .section__inner .section__body p {
                margin-bottom: 40px;
            }

.section--food-dashboard {
    padding: 63px 0 55px;
    text-align: center;
}

    .section--food-dashboard h2 {
        margin-bottom: 26px;
        color: #444854;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .section--food-dashboard .ico {
        margin-bottom: 15px;
    }

    .section--food-dashboard .section__inner {
        max-width: 964px;
        padding: 58px 60px 53px;
        margin: 0 auto;
        background: #fff;
        border-radius: 15px;
    }

        .section--food-dashboard .section__inner .section__body {
            margin-bottom: 35px;
        }

.section--edit-profile {
    padding: 22px 0 83px;
    text-align: center;
}

    .section--edit-profile h2 {
        margin-bottom: 26px;
        color: #444854;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .section--edit-profile .ico {
        margin-bottom: 15px;
    }

    .section--edit-profile .section__inner {
        max-width: 964px;
        padding: 58px 74px 53px;
        margin: 0 auto;
        background: #fff;
        border-radius: 15px;
    }

        .section--edit-profile .section__inner .section__body {
            margin-bottom: 35px;
        }

@media (max-width: 1023px) {
    .section .section__option-aside {
        min-width: 160px;
    }

    .section .section__title {
        font-size: 18px;
    }

    .section--secondary .section__body {
        padding: 30px;
    }

    .section--actions .section__inner {
        display: block;
        margin: 0;
    }

    .section--actions .btn {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

        .section--actions .btn + .btn {
            margin-top: 10px;
        }

    .section--add-moment .section__body {
        padding: 35px 24px;
    }
}

@media (max-width: 767px) {
    .section .section__option-body {
        display: block;
    }

    .section .section__option-content {
        max-width: 100%;
    }

    .section .section__option-aside {
        max-width: 100%;
        min-width: 0;
    }

        .section .section__option-aside .btn {
            width: 100%;
            padding: 0 10px;
            white-space: nowrap;
            line-height: 56px;
        }

    .section .section__head {
        font-size: 15px;
    }

        .section .section__head p {
            max-width: 350px;
            margin: 0 auto;
        }

    .section .section__group {
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .section .section__actions {
        padding: 0 27px;
    }

        .section .section__actions .btn + .btn {
            margin-top: 17px;
        }

    .section--callout {
        padding: 15px 0;
    }

        .section--callout .section__content {
            padding: 38px 15px 43px;
        }

        .section--callout .section__head {
            margin-bottom: 50px;
        }

    .section--partners {
        padding: 10px 0;
    }

        .section--partners .section__body {
            margin-bottom: 0;
        }

    .section--secondary .section__body {
        padding: 15px;
    }

    .section--nav-buttons {
        padding: 0 0 20px;
    }

    .section--nav-buttons-primary {
        padding: 20px 0 65px;
    }

        .section--nav-buttons-primary h2 {
            padding: 0 30px;
            margin-bottom: 20px;
            letter-spacing: 0.1em;
        }

    .section--video-entries .section__filters {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

        .section--video-entries .section__filters .select {
            margin: 0 auto;
        }

    .section--video-entries .section__label {
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .section--videos .section__subtitle {
        max-width: 320px;
        margin: 20px auto;
        font-size: 14px;
    }

    .section--add-moment .section__actions .btn-link {
        font-size: 13px;
    }

    .section--latest-challenges {
        padding: 8px 0;
    }

    .section--food-story {
        padding: 44px 0 40px;
    }

        .section--food-story h1 {
            font-size: 36px;
            line-height: 1.1;
            letter-spacing: .25em;
        }

            .section--food-story h1 + h2 {
                margin-bottom: 14px;
                font-size: 18px;
            }

        .section--food-story .section__inner {
            padding: 28px 24px 32px;
        }

            .section--food-story .section__inner .section__head {
                margin-bottom: 10px;
            }

                .section--food-story .section__inner .section__head h3 {
                    font-size: 13px;
                }

            .section--food-story .section__inner .section__body {
                margin-bottom: 15px;
            }

                .section--food-story .section__inner .section__body p {
                    margin-bottom: 20px;
                }

                .section--food-story .section__inner .section__body h3 {
                    font-size: 14px;
                    letter-spacing: .02em;
                }

            .section--food-story .section__inner .section__actions {
                padding: 0 6px;
            }

    .section--food-dashboard {
        padding: 40px 0 10px;
    }

        .section--food-dashboard h2 {
            margin-bottom: 12px;
            font-size: 18px;
            line-height: 1.3;
        }

        .section--food-dashboard .section__inner {
            padding: 50px 22px 42px;
        }

            .section--food-dashboard .section__inner .section__body {
                margin-bottom: 25px;
            }

            .section--food-dashboard .section__inner .section__actions {
                padding: 0 8px;
            }

    .section--edit-profile {
        padding: 10px 0 68px;
    }

        .section--edit-profile h2 {
            margin-bottom: 9px;
            font-size: 18px;
        }

        .section--edit-profile .section__inner {
            padding: 53px 22px 55px;
        }

            .section--edit-profile .section__inner .section__actions {
                padding: 0 10px;
            }
}

@media (min-width: 414px) and (max-width: 1023px) {
    .section .section__head {
        margin-bottom: 20px;
    }

    .section--video-entries .section__filters {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .section--video-entries .section__filters .select {
            max-width: 207px;
        }

    .section--video-entries .section__label {
        font-size: 12px;
        margin-right: 20px;
    }
}

@media (max-width: 414px) {
    .section--nav-buttons-primary {
        padding: 0px 0 45px;
    }

        .section--nav-buttons-primary h2 {
            margin-bottom: 24px;
        }
}

.section-judging {
    padding: 26px 0 50px;
}

.section-tiles {
    padding: 30px 0;
}

@media (max-width: 767px) {
    .section-tiles {
        padding: 15px 0;
    }
}

.section-food-triebes {
    padding: 23px 0;
}

    .section-food-triebes h2 {
        margin: 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.375rem;
        color: #444854;
        letter-spacing: .15em;
    }

    .section-food-triebes .section__head {
        padding-bottom: 12px;
        border-bottom: 4px solid #444854;
    }

        .section-food-triebes .section__head h2 {
            margin: 0;
        }

@media (max-width: 767px) {
    .section-food-triebes {
        padding: 27px 0;
    }

        .section-food-triebes h2 {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1.1rem;
            color: #444854;
            letter-spacing: .17em;
        }
}

.section-tribes-detail {
    padding: 15px 0 15px;
}

    .section-tribes-detail .section__widgets-mobile {
        display: none;
    }

    .section-tribes-detail .section__head {
        margin: 0 0 15px;
    }

        .section-tribes-detail .section__head a {
            display: inline-block;
            position: relative;
            top: -4px;
            text-transform: uppercase;
            font-size: 0.875rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-decoration: none;
            color: #444854;
        }

    .section-tribes-detail .section__head-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section-tribes-detail .section__head-info ul {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        list-style-type: none;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .185em;
        font-size: 0.875rem;
        color: #6C5B7B;
    }

    .section-tribes-detail .section__head-info li ~ li {
        margin-left: 56px;
    }

    .section-tribes-detail .section__head-info img {
        display: inline-block;
        position: relative;
        top: -2px;
        margin-right: 14px;
    }

    .section-tribes-detail .section__banner img {
        width: 100%;
    }

    .section-tribes-detail .section__banner--mobile {
        display: none;
    }

    .section-tribes-detail .section__sidebar {
        -ms-flex: 0 0 292px;
        flex: 0 0 292px;
        max-width: 292px;
    }

    .section-tribes-detail .section__inner {
        display: -ms-flexbox;
        display: flex;
        padding: 61px 0;
    }

    .section-tribes-detail .section__content {
        -ms-flex: 1;
        flex: 1;
        padding: 3px 98px 0 1px;
    }

    .section-tribes-detail .section__box {
        display: none;
    }

    .section-tribes-detail .section__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .section-tribes-detail .section__actions .btn {
            -ms-flex: 0 0 49%;
            flex: 0 0 49%;
            max-width: 49%;
            min-width: unset;
            height: 50px;
            padding: 0 10px;
            line-height: 48px;
            text-align: center;
            font-size: 13px;
        }

        .section-tribes-detail .section__actions .btn--yellow-border {
            background-color: #fff;
        }

@media (max-width: 1200px) {
    .section-tribes-detail .section__content {
        padding: 3px 40px 0 1px;
    }
}

@media (max-width: 1023px) {
    .section-tribes-detail {
        padding-top: 0;
    }

        .section-tribes-detail .section__head {
            margin: 0;
        }

        .section-tribes-detail .section__inner {
            display: block;
            padding: 0px 0;
        }

        .section-tribes-detail .section__content {
            padding: 3px 0px 0;
        }

        .section-tribes-detail .section__sidebar {
            display: none;
        }

        .section-tribes-detail .section__banner {
            display: none;
        }

        .section-tribes-detail .section__banner--mobile {
            display: block;
        }

        .section-tribes-detail .section__head-inner {
            display: block;
            padding: 20px 0 0;
        }

        .section-tribes-detail .section__head-info {
            padding: 20px 0 20px;
        }

        .section-tribes-detail .section__widgets-mobile {
            display: block;
        }

            .section-tribes-detail .section__widgets-mobile .widget-box,
            .section-tribes-detail .section__widgets-mobile .widget-tribe-info,
            .section-tribes-detail .section__widgets-mobile .widget-tribe-belts {
                display: none;
            }

        .section-tribes-detail .section__box {
            display: block;
            margin: 0 0 25px;
            padding: 14px 18px 19px;
            background-color: #444854;
            color: #fff;
        }

            .section-tribes-detail .section__box p {
                margin: 0 0 9px;
                font-size: 33px;
                font-family: "Noto Serif", serif;
                font-style: italic;
            }

                .section-tribes-detail .section__box p span {
                    position: relative;
                    top: -6px;
                    font-size: 13px;
                    font-weight: 700;
                    text-transform: uppercase;
                    font-family: none;
                    font-style: normal;
                    font-family: "Open Sans", sans-serif;
                    letter-spacing: .2em;
                }

            .section-tribes-detail .section__box .btn {
                width: 100%;
            }
}

@media (max-width: 767px) {
    .section-tribes-detail .section__head {
        margin: 0 0 5px;
        text-align: center;
    }

        .section-tribes-detail .section__head a {
            display: inline-block;
            margin: 0 0 7px;
            top: 0px;
            font-size: 0.750em;
            font-weight: 700;
            letter-spacing: .1em;
            text-decoration: none;
        }

    .section-tribes-detail .section__head-inner {
        padding: 13px 0;
    }

    .section-tribes-detail .section__head-info {
        padding: 20px 17px 0px;
    }

        .section-tribes-detail .section__head-info ul {
            letter-spacing: .2em;
            font-size: 0.813em;
        }

        .section-tribes-detail .section__head-info li {
            -ms-flex: 0 0 48%;
            flex: 0 0 48%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
        }

            .section-tribes-detail .section__head-info li ~ li {
                margin-left: 4%;
            }

        .section-tribes-detail .section__head-info span {
            text-align: left;
        }

        .section-tribes-detail .section__head-info img {
            display: inline-block;
            position: relative;
            top: 0px;
        }
}

@media (max-width: 374px) {
    .section-tribes-detail .section__head-info {
        padding: 20px 0px 0px;
    }
}

.section-add-moment {
    padding: 28px 0 30px;
}

    .section-add-moment h2 {
        font-weight: 700;
        letter-spacing: .145em;
    }

    .section-add-moment .ico-food-rating-black {
        position: relative;
        display: inline-block;
        margin-right: 25px;
        top: -3px;
    }

    .section-add-moment .ico-add-gray {
        display: inline-block;
        position: relative;
        margin-bottom: 13px;
    }

    .section-add-moment .section-add-moment__title {
        margin: 0 0 34px 5px;
        color: #EB7280;
        font-size: 14px;
        letter-spacing: .2em;
        font-weight: 700;
        text-transform: uppercase;
    }

    .section-add-moment .section-add-moment__title--offset {
        margin: 0 0 15px 5px;
    }

    .section-add-moment .section-add-moment__title--small-offset {
        margin: 0 0 4px 5px;
    }

    .section-add-moment .section-add-moment__slider {
        display: none;
    }

    .section-add-moment .section-add-moment__recipe {
        margin: 0 0 0 5px;
        font-size: 16px;
        font-weight: 700;
    }

    .section-add-moment .section-add-moment__head {
        padding-left: 360px;
        margin: 0 0 36px;
        text-transform: uppercase;
    }

    .section-add-moment .section-add-moment__body {
        position: relative;
    }

    .section-add-moment form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .section-add-moment .section-add-moment__sidebar {
        -ms-flex: 0 0 392px;
        flex: 0 0 392px;
        max-width: 392px;
        padding: 0 37px 0 0;
    }

    .section-add-moment .section-add-moment__content {
        -ms-flex: 1;
        flex: 1;
        width: calc(100% - 392px);
        padding: 22px 18px;
        background-color: #fff;
        overflow: hidden;
        min-height: 776px;
    }

        .section-add-moment .section-add-moment__content .slider-main {
            margin: 20px -18px -22px;
        }

            .section-add-moment .section-add-moment__content .slider-main .slider__slide {
                padding: 0;
            }

            .section-add-moment .section-add-moment__content .slider-main .owl-prev {
                left: -8px;
            }

            .section-add-moment .section-add-moment__content .slider-main .owl-next {
                right: -8px;
            }

    .section-add-moment .section-add-moment__entry {
        position: relative;
        margin: 0 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 401px;
        text-align: center;
        border: 2px dashed #D0D0D0;
    }

    .section-add-moment .section-add-moment__add {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: -10px;
    }

        .section-add-moment .section-add-moment__add p {
            margin: 0 0 2px;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: .045em;
            color: #D0D0D0;
            text-transform: uppercase;
        }

        .section-add-moment .section-add-moment__add span {
            font-size: 14px;
            color: #D0D0D0;
            letter-spacing: .03em;
        }

        .section-add-moment .section-add-moment__add .field--file {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
            height: 100%;
            opacity: 0;
        }

@media (max-width: 1023px) {
    .section-add-moment .section-add-moment__head {
        padding-left: 250px;
        margin: 0 0 36px;
        text-transform: uppercase;
    }

    .section-add-moment .section-add-moment__sidebar {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
        padding: 0 15px 0 0;
    }

    .section-add-moment .section-add-moment__content {
        width: calc(100% - 250px);
    }
}

@media (max-width: 767px) {
    .section-add-moment {
        padding: 0px 0 0px;
    }

        .section-add-moment form {
            display: block;
        }

        .section-add-moment h2 {
            font-size: 18px;
            font-weight: 700;
            letter-spacing: .145em;
        }

        .section-add-moment .container {
            padding: 0 5px;
        }

        .section-add-moment .ico-food-rating-black {
            position: relative;
            display: inline-block;
            margin-right: 7px;
            top: -3px;
            width: 69px;
            height: 40px;
            background-size: 69px 40px;
        }

        .section-add-moment .ico-add-gray {
            width: 50px;
            height: 50px;
            background-size: 50px 50px;
        }

        .section-add-moment .section-add-moment__head {
            padding-left: 0px;
            margin: 0 0 9px;
            text-align: center;
            text-transform: uppercase;
        }

        .section-add-moment .section-add-moment__sidebar {
            max-width: 100%;
            padding: 0px 15px 0;
        }

        .section-add-moment .section-add-moment__content {
            max-width: 100%;
            width: 100%;
            margin: 0 0 10px;
            padding: 20px 14px 18px;
            min-height: auto !important;
        }

        .section-add-moment .section-add-moment__content--slider .section-add-moment__entry {
            display: none;
        }

        .section-add-moment .section-add-moment__content--slider .section-add-moment__slider {
            display: block;
        }

        .section-add-moment .section-add-moment__entry {
            position: relative;
            margin: 0 0px;
            padding: 0 60px;
            height: 212px;
        }

        .section-add-moment .slider__slide-widgets {
            display: none;
        }

        .section-add-moment .section-add-moment__add p {
            font-size: 18px;
            line-height: 1.22;
        }

        .section-add-moment .section-add-moment__add span {
            display: none;
        }

        .section-add-moment .section-add-moment__body--white {
            padding-bottom: 30px;
            margin-bottom: -26px;
            background-color: #fff;
        }

        .section-add-moment .section-add-moment__title {
            margin: 0 0 30px 0px;
            color: #EB7280;
            font-size: 12px;
            letter-spacing: .2em;
            font-weight: 700;
            text-transform: uppercase;
        }

        .section-add-moment .section-add-moment__title--offset {
            margin: 0 0 15px 5px;
        }
}

.section-primary {
    padding: 60px 0 100px;
}

@media (max-width: 767px) {
    .section-primary {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .section-primary .container {
        padding: 0;
    }
}

.section-category {
    padding: 54px 0 55px;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .section-category {
        padding: 170px 18px 0;
        background-size: 100% auto;
        background-position: 100% -10%;
    }
}

@media (max-width: 414px) {
    .section-category {
        padding-top: 190px;
    }
}

.section-category + .section-category {
    margin-top: 70px;
}

@media (max-width: 767px) {
    .section-category + .section-category {
        margin-top: 31px;
    }
}

.section-category--right {
    background-position: center right;
}

@media (max-width: 767px) {
    .section-category--right {
        background-position: 100% -10%;
    }
}

.section-entries {
    padding: 40px 0;
}

@media (max-width: 767px) {
    .section-entries {
        padding: 31px 0;
    }
}

.section-entries .section__head {
    margin-bottom: 28px;
    text-align: center;
}

@media (max-width: 767px) {
    .section-entries .section__head {
        margin-bottom: 20px;
    }
}

.section-entries .section__head h2 {
    color: #444854;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.145em;
}

@media (max-width: 767px) {
    .section-entries .section__head h2 {
        font-size: 18px;
    }
}

.section-entries .section__head h2 .ico {
    position: relative;
    bottom: 4px;
}

@media (max-width: 767px) {
    .section-entries .section__head h2 .ico {
        width: 27px;
        height: 20px;
        background-size: 27px 20px;
    }
}

.section-entries .section__actions {
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .section-entries .section__actions {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .section-entries .section__actions .btn {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .section-entries .participant {
        margin-bottom: 4px;
    }
}

/* ------------------------------------------------------------ *\
	Section Filters
\* ------------------------------------------------------------ */
.section-filters {
    padding: 44px 0 181px;
}

@media (max-width: 767px) {
    .section-filters {
        padding: 12px 0 200px;
    }
}

.section-filters .section__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

@media (max-width: 1023px) {
    .section-filters .section__head {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .section-filters .section__head {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section-filters .section__select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 422px;
    flex: 0 0 422px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .section-filters .section__select {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 17px;
    }
}

@media (max-width: 767px) {
    .section-filters .section__select {
        -ms-flex-item-align: normal;
        -ms-grid-row-align: normal;
        align-self: normal;
    }
}

.section-filters .section__select .select {
    width: 100%;
}

.section-filters .section__label {
    margin: 0 25px 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #444854;
    white-space: nowrap;
    letter-spacing: .13em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-filters .section__label {
        margin: 6px 31px 0 0;
        font-size: 13px;
    }
}

@media (max-width: 414px) {
    .section-filters .section__label {
        margin: 6px 2px 0 0;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .section-filters .section__buttons {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-filters .section__buttons .btn-tab {
        -ms-flex: 1;
        flex: 1;
    }
}

.section-filters .section__buttons .btn-tab + .btn-tab {
    margin-left: 6px;
}

@media (max-width: 767px) {
    .section-filters .section__buttons .btn-tab + .btn-tab {
        margin-left: 10px;
    }
}

@media (max-width: 414px) {
    .section-filters .section__buttons .btn-tab + .btn-tab {
        margin-left: 6px;
    }
}

.section-filters--big-gutter {
    padding-bottom: 218px;
}

@media (max-width: 767px) {
    .section-filters--big-gutter {
        padding: 12px 0 32px;
    }
}

.main .main__inner {
    padding: 26px 0;
}

.main .main__bar {
    height: 45px;
}

.main .main__bar--primary {
    background-color: #6EC1C7;
}

.main .main__bar--secondary {
    background-color: #B37198;
}

.main .main__bar--info {
    background-color: #75B4DE;
}

.main .main__bar--green {
    background-color: #6EC1C7;
}

.main .main__banner {
    height: 200px;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {
    .main .main__bar {
        height: 25px;
    }

    .main .main__inner {
        padding: 11px 0;
    }

    .main .main__banner {
        height: 100px;
        background-size: cover;
        background-position: center center;
    }
}

.challenges {
    margin: 0 0 30px;
}

    .challenges .challenge + .challenge {
        margin-top: 25px;
    }

    .challenges .challenge--new + .challenge--new {
        margin-top: 45px;
    }

    .challenges .challenges__back {
        display: none;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 14px;
        color: #969696;
        letter-spacing: .15em;
        text-transform: uppercase;
        text-decoration: none;
    }

        .challenges .challenges__back .ico {
            margin-right: 13px;
            opacity: .49;
        }

@media (max-width: 767px) {
    .challenges .challenges__back {
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-bottom: 17px;
    }

    .challenges .challenge--new + .challenge--new {
        margin-top: 12px;
    }
}

.challenge-thumb {
    padding: 26px 44px 29px 51px;
    background-color: #fff;
}

    .challenge-thumb .challenge__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 22px;
    }

    .challenge-thumb .challenge__author {
        font-size: 14px;
        letter-spacing: .025em;
    }

        .challenge-thumb .challenge__author .challenge__author-avatar {
            margin-right: 6px;
        }

            .challenge-thumb .challenge__author .challenge__author-avatar img {
                border-radius: 50%;
            }

        .challenge-thumb .challenge__author a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
            transition: opacity .4s;
        }

            .challenge-thumb .challenge__author a:hover {
                color: inherit;
                opacity: .8;
            }

    .challenge-thumb .challenge__stats {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -10px;
    }

        .challenge-thumb .challenge__stats .challenge__stat {
            -ms-flex: 0 0 100px;
            flex: 0 0 100px;
            max-width: 100px;
            margin: 0 10px;
        }

    .challenge-thumb .challenge__stat {
        width: 100px;
        height: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #444854;
        border-radius: 50%;
        font-weight: 700;
        font-size: 12px;
        color: #444854;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-align: center;
    }

        .challenge-thumb .challenge__stat h1 {
            margin-bottom: 5px;
            font-family: "Noto Serif", serif;
            font-size: 38px;
            font-style: italic;
            letter-spacing: -.03em;
            line-height: 1;
        }

    .challenge-thumb .challenge__title {
        font-family: "Noto Serif", serif;
        font-weight: 400;
        font-size: 30px;
        color: #444854;
    }

        .challenge-thumb .challenge__title a {
            text-decoration: none;
            transition: color .4s;
        }

    .challenge-thumb .challenge__foot {
        display: -ms-flexbox;
        display: flex;
    }

        .challenge-thumb .challenge__foot h5 {
            margin: 0 33px 0 0;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: .015em;
        }

        .challenge-thumb .challenge__foot .challenge__foot-aside {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            padding-right: 33px;
        }

            .challenge-thumb .challenge__foot .challenge__foot-aside:after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 100%;
                background-color: #ededed;
            }

        .challenge-thumb .challenge__foot .challenge__foot-content {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 35px;
        }

@media (max-width: 1023px) {
    .challenge-thumb {
        padding: 17px 18px 30px 23px;
    }

        .challenge-thumb .challenge__head {
            display: block;
        }

        .challenge-thumb .challenge__author {
            margin-bottom: 18px;
        }

        .challenge-thumb .challenge__foot {
            display: block;
        }

            .challenge-thumb .challenge__foot .challenge__foot-aside {
                padding-right: 0;
            }

                .challenge-thumb .challenge__foot .challenge__foot-aside:after {
                    display: none;
                }

            .challenge-thumb .challenge__foot .challenge__foot-content {
                display: none;
            }
}

@media (max-width: 767px) {
    .challenge-thumb .challenge__stats {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -3px;
    }

        .challenge-thumb .challenge__stats .challenge__stat {
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            max-width: 30%;
            margin: 0 3px;
        }

    .challenge-thumb .challenge__stat {
        width: 50px;
        height: 50px;
        padding: 15% 0;
        font-size: 10px;
    }

        .challenge-thumb .challenge__stat h1 {
            font-size: 33px;
        }

    .challenge-thumb .challenge__title {
        font-size: 24px;
    }

    .challenge-thumb .challenge__author .challenge__author-avatar img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 374px) {
    .challenge-thumb .challenge__stat {
        font-size: 8px;
    }

        .challenge-thumb .challenge__stat h1 {
            font-size: 22px;
        }
}

@media (min-width: 414px) and (max-width: 1023px) {
    .challenge-thumb {
        font-size: 14px;
    }

        .challenge-thumb .challenge__author {
            font-size: 12px;
        }

        .challenge-thumb .challenge__stats .challenge__stat {
            -ms-flex: 0 0 87px;
            flex: 0 0 87px;
            max-width: 87px;
            height: 87px;
            padding: 0;
        }

        .challenge-thumb .challenge__stat {
            width: 87px;
            height: 87px;
            font-size: 10px;
        }

            .challenge-thumb .challenge__stat h1 {
                font-size: 33px;
            }

        .challenge-thumb .challenge__title {
            font-size: 24px;
        }
}

.challenge-profile {
    margin-top: 34px;
}

    .challenge-profile .row {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .challenge-profile .col-1 {
        -ms-flex: 0 0 68.5%;
        flex: 0 0 68.5%;
        max-width: 68.5%;
    }

    .challenge-profile .col-2 {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }

    .challenge-profile .challenge__title {
        margin-bottom: 20px;
        font-family: "Noto Serif", serif;
        font-size: 30px;
        color: #444854;
    }

        .challenge-profile .challenge__title a {
            text-decoration: none;
        }

    .challenge-profile .challenge__subtitle {
        margin-bottom: 13px;
        font-weight: 600;
        font-size: 16px;
        color: #1E1E1E;
        letter-spacing: .025em;
    }

    .challenge-profile .challenge-profile__image {
        position: relative;
        margin: 0 0 28px;
        padding: 0 0 61.5%;
        background-size: cover;
        background-position: center center;
    }

    .challenge-profile .challenge-profile__image-title {
        padding: 17px 10px 17px;
        background-color: #6EC1C7;
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .15em;
    }

    .challenge-profile .btn {
        min-width: 278px;
        height: 60px;
        line-height: 56px;
    }

    .challenge-profile .challenge__foot {
        padding: 0 0 14px;
        margin: 74px 34px 0px 0;
        border-top: 1px solid #BFB5B5;
        border-bottom: 1px solid #BFB5B5;
        text-align: center;
        background-color: #fff;
    }

    .challenge-profile .challenge__foot-image {
        position: relative;
        width: 80px;
        height: 80px;
        display: inline-block;
        top: -43px;
        margin-bottom: -34px;
        background-color: #fff;
    }

    .challenge-profile .challenge__foot-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -8px;
    }

        .challenge-profile .challenge__foot-actions .btn {
            height: auto;
            min-width: unset;
            padding: 18px 23px;
            margin: 0 8px 15px;
            line-height: 1;
        }

    .challenge-profile .challenge-profile__widgets {
        margin-top: -23px;
    }

        .challenge-profile .challenge-profile__widgets .btn {
            margin: 0 0 20px;
            min-width: 100%;
            background-color: #616779;
            color: #6EC1C7;
        }

    .challenge-profile .challenge-profile__actions {
        font-weight: 700;
    }

        .challenge-profile .challenge-profile__actions a {
            text-decoration: none;
        }

    .challenge-profile .widget--tasks {
        margin: 0 0 23px !important;
        padding: 28px 29px 14px 21px;
    }

@media (max-width: 1023px) {
    .challenge-profile .col-1 {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 68%;
        padding: 0 10px;
    }

    .challenge-profile .col-2 {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .challenge-profile {
        margin-top: 29px;
    }

        .challenge-profile .row {
            display: block;
            margin: 0;
        }

        .challenge-profile .col-1 {
            max-width: 100%;
            padding: 0 0px;
        }

        .challenge-profile .col-2 {
            max-width: 100%;
            padding: 0 0px;
        }

        .challenge-profile .col-md-12 {
            padding: 0;
        }

        .challenge-profile .challenge__title {
            margin: 0 0 14px;
            letter-spacing: -.03em;
        }

        .challenge-profile .challenge-profile__widgets {
            margin-top: 20px;
        }

        .challenge-profile .btn {
            display: block;
            width: 100%;
            min-width: 0;
        }

        .challenge-profile .challenge__foot-actions .btn {
            padding: 18px 3px;
            font-size: 12px;
        }
}

.challenge {
    background-color: #fff;
    font-size: 16px;
}

    .challenge hr {
        margin: 36px 0 41px;
        border-color: #BFB5B5;
    }

    .challenge .challenge__head {
        position: relative;
        padding: 26px 70px 18px 53px;
    }

        .challenge .challenge__head .dropdown-nav {
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
        }

    .challenge .challenge__image {
        height: 432px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transition: opacity .4s;
    }

        .challenge .challenge__image a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .challenge .challenge__image:hover {
            opacity: .7;
        }

    .challenge .challenge__content {
        padding: 20px 44px 50px 49px;
    }

    .challenge .challenge__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 13px;
    }

    .challenge .challenge__entry {
        max-width: 633px;
        margin-bottom: 30px;
        padding: 0 0px 0 5px;
    }

    .challenge .challenge__reactions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 33px;
    }

    .challenge .challenge__reactions-content {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 35px;
    }

        .challenge .challenge__reactions-content:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 66px;
            background-color: #707070;
            transform: translateY(-50%);
        }

        .challenge .challenge__reactions-content p {
            font-weight: 700;
            margin-bottom: 0;
        }

    .challenge .challenge__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .challenge .challenge__back {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 14px;
        color: #969696;
        letter-spacing: .15em;
        text-transform: uppercase;
        text-decoration: none;
    }

        .challenge .challenge__back .ico {
            margin-right: 13px;
            opacity: .49;
        }

    .challenge .challenge__author {
        font-size: 14px;
        letter-spacing: .025em;
    }

        .challenge .challenge__author a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
        }

    .challenge .challenge__author-avatar {
        margin-right: 6px;
    }

        .challenge .challenge__author-avatar img {
            border-radius: 50%;
        }

    .challenge .challenge__stats {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
    }

        .challenge .challenge__stats .challenge__stat {
            margin: 0 10px;
        }

    .challenge .challenge__stat {
        width: 100px;
        height: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #444854;
        border-radius: 50%;
        font-weight: 700;
        font-size: 12px;
        color: #444854;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-align: center;
    }

        .challenge .challenge__stat h1 {
            margin-bottom: 5px;
            font-family: "Noto Serif", serif;
            font-size: 38px;
            font-style: italic;
            letter-spacing: -.03em;
            line-height: 1;
        }

    .challenge .challenge__stat-coming {
        border: 0;
        background-color: #BFB5B5;
        font-size: 14px;
        color: #fff;
    }

    .challenge .challenge__stat--secondary h1 {
        margin-bottom: 0;
    }

    .challenge .challenge__title {
        font-family: "Noto Serif", serif;
        font-size: 30px;
        color: #444854;
    }

        .challenge .challenge__title a {
            text-decoration: none;
        }

    .challenge .challenge__subtitle {
        margin: 0 33px 0 0;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: .025em;
    }

    .challenge .challenge__points {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 14px;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

        .challenge .challenge__points span {
            font-family: "Noto Serif", serif;
            font-style: italic;
            font-size: 24px;
            letter-spacing: 0;
        }

.challenge--details .challenge__image:hover {
    opacity: 1;
}

.challenge--details .challenge__entry {
    max-width: 100%;
}

.challenge--details .challenge__reactions {
    display: block;
    margin-bottom: 39px;
}

.challenge--details .challenge__reactions-row {
    margin-bottom: 19px;
}

.challenge--details .challenge__subtitle {
    margin-bottom: 10px;
}

.challenge--details .challenge__next-belt {
    display: -ms-flexbox;
    display: flex;
    max-width: 320px;
    font-size: 16px;
}

    .challenge--details .challenge__next-belt .ico {
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        margin-right: 9px;
    }

.challenge--details .challenge__actions .btn:not(.btn-joined) {
    min-width: 278px;
    line-height: 56px;
}

.challenge--new {
    padding-bottom: 33px;
}

    .challenge--new .btn-joined {
        background-color: #616779;
        color: #6EC1C7;
    }

    .challenge--new .challenge__head {
        padding: 29px 70px 16px 53px;
    }

    .challenge--new .challenge__deadline {
        padding: 12px 5px;
        text-transform: uppercase;
        font-size: 0.875em;
        font-weight: 700;
        text-align: center;
        background-color: #616779;
        color: #fff;
    }

        .challenge--new .challenge__deadline p {
            margin: 0;
            line-height: 1;
            letter-spacing: .2em;
        }

        .challenge--new .challenge__deadline span {
            color: #6EC1C7;
        }

    .challenge--new .challenge__content {
        padding: 33px 44px 77px 49px;
    }

    .challenge--new .challenge__actions {
        -ms-flex-align: center;
        align-items: center;
    }

    .challenge--new .challenge__actions--alt {
        padding: 37px 44px 0;
    }

    .challenge--new .challenge__foot {
        padding: 0 0 14px;
        margin: 0 45px 0px;
        border-top: 1px solid #BFB5B5;
        border-bottom: 1px solid #BFB5B5;
        text-align: center;
        background-color: #fff;
    }

    .challenge--new .challenge__foot-image {
        position: relative;
        width: 80px;
        height: 80px;
        display: inline-block;
        top: -43px;
        margin-bottom: -34px;
        background-color: #fff;
    }

    .challenge--new .challenge__foot-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -8px;
    }

        .challenge--new .challenge__foot-actions .btn {
            margin: 0 8px 15px;
            min-width: auto;
        }

    .challenge--new .challenge__points {
        display: none;
    }

    .challenge--new .challenge__actions .challenge__points {
        display: block;
    }

    .challenge--new .challenge__reactions-aside .list-likes {
        padding-right: 10px;
    }

    .challenge--new .challenge__slider {
        max-height: 0;
        background-color: #6EC1C7;
        color: #fff;
        overflow: hidden;
        transition: max-height .3s ease;
    }

        .challenge--new .challenge__slider h5 {
            margin: 0 20px 13px 54px;
            letter-spacing: .15em;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 700;
        }

        .challenge--new .challenge__slider.show {
            max-height: 500px;
            padding: 22px 0 10px;
        }

@media (max-width: 767px) {
    .challenge .challenge__inner {
        display: block;
    }

    .challenge .challenge__image {
        height: 212px;
    }

    .challenge .challenge__content {
        padding: 17px 25px;
    }

    .challenge .challenge__head {
        padding: 23px 55px 23px 24px;
    }

    .challenge .challenge__title {
        font-size: 24px;
    }

    .challenge .challenge__author {
        margin-bottom: 22px;
    }

    .challenge .challenge__author-avatar img {
        width: 40px;
        height: 40px;
    }

    .challenge .challenge__stats {
        margin: 0 -3px;
    }

        .challenge .challenge__stats .challenge__stat {
            margin: 0 3px;
        }

    .challenge .challenge__stat {
        width: 75px;
        min-width: 75px;
        height: 75px;
        font-size: 9px;
        letter-spacing: 0;
    }

        .challenge .challenge__stat h1 {
            font-size: 27px;
        }

    .challenge .challenge__subtitle {
        margin: 0 0 19px 0;
        font-size: 14px;
    }

    .challenge .challenge__reactions {
        display: block;
    }

    .challenge .challenge__reactions-aside {
        position: relative;
        margin-bottom: 77px;
    }

        .challenge .challenge__reactions-aside:after {
            content: '';
            position: absolute;
            bottom: -33px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #BFB5B5;
        }

    .challenge .challenge__reactions-content {
        display: block;
        padding-left: 0;
    }

        .challenge .challenge__reactions-content:before {
            display: none;
        }

    .challenge .challenge__actions {
        display: block;
    }

        .challenge .challenge__actions .btn {
            display: block;
            width: 100%;
        }

    .challenge .challenge__points {
        margin-bottom: 20px;
        font-size: 12px;
    }

        .challenge .challenge__points span {
            font-size: 22px;
        }

    .challenge .challenge__back {
        display: none;
    }

    .challenge--details .list-likes {
        margin-bottom: 15px;
    }

    .challenge--details .challenge__actions .btn:not(.btn-joined) {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .challenge--details .challenge__next-belt {
        margin-bottom: 30px;
    }

    .challenge--new {
        padding-bottom: 33px;
    }

        .challenge--new .btn-joined {
            background-color: #616779;
            color: #6EC1C7;
        }

        .challenge--new .list-likes li + li {
            margin-left: 17px;
        }

        .challenge--new p {
            line-height: 1.47;
            font-size: 15px;
        }

        .challenge--new .challenge__head {
            padding: 29px 24px 6px;
        }

        .challenge--new .challenge__author {
            margin: 0 0 19px;
        }

        .challenge--new .challenge__deadline {
            padding: 15px 5px 14px;
            text-transform: uppercase;
            font-size: 0.750em;
        }

            .challenge--new .challenge__deadline P {
                margin: 0;
                font-size: 12px;
            }

        .challenge--new .challenge__content {
            padding: 16px 25px 20px 25px;
        }

        .challenge--new .challenge__entry {
            margin-bottom: 25px;
            padding: 0 0 0 0px;
        }

        .challenge--new .challenge__actions {
            -ms-flex-align: center;
            align-items: center;
        }

        .challenge--new .challenge__foot {
            padding: 0 0 14px;
            margin: 68px 25px 0px;
            border-top: 1px solid #BFB5B5;
            border-bottom: 1px solid #BFB5B5;
            text-align: center;
            background-color: #fff;
        }

        .challenge--new .challenge__foot-image {
            position: relative;
            width: 80px;
            height: 80px;
            display: inline-block;
            top: -43px;
            margin-bottom: -34px;
            background-color: #fff;
        }

        .challenge--new .challenge__foot-actions {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 -8px;
        }

            .challenge--new .challenge__foot-actions .btn {
                margin: 0 8px 15px;
            }

        .challenge--new .challenge__stats {
            margin: 0 -6px 20px;
        }

            .challenge--new .challenge__stats .challenge__stat {
                margin: 0 6px;
            }

        .challenge--new .challenge__stat {
            width: 87px;
            min-width: 87px;
            height: 87px;
            font-size: 10px;
            letter-spacing: 0;
        }

            .challenge--new .challenge__stat h1 {
                font-size: 33px;
            }

        .challenge--new .challenge__reactions-aside {
            margin-bottom: 50px;
        }

            .challenge--new .challenge__reactions-aside:after {
                bottom: -29px;
            }

        .challenge--new .challenge__points {
            display: block;
            margin: 10px 0 0px;
        }

        .challenge--new .challenge__subtitle {
            margin: 0 0 13px 0;
        }

        .challenge--new .challenge__reactions {
            margin-bottom: 13px;
        }

        .challenge--new .challenge__actions .challenge__points {
            display: none;
        }
}

@media (max-width: 414px) {
    .challenge--new .challenge__stat {
        width: 76px;
        min-width: 76px;
        height: 76px;
        font-size: 8px;
        letter-spacing: 0;
    }

        .challenge--new .challenge__stat h1 {
            font-size: 25px;
        }
}

.challenge-inline {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}

    .challenge-inline .challenge__image {
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .challenge-inline .challenge__content {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        padding: 36px 53px 44px 42px;
    }

    .challenge-inline .challenge__title {
        margin-bottom: 14px;
        font-family: "Noto Serif", serif;
        font-size: 30px;
        color: #444854;
    }

    .challenge-inline .field {
        height: 158px;
        padding: 15px 17px;
        font-family: "Noto Serif", serif;
        font-size: 20px;
    }

        .challenge-inline .field:-ms-input-placeholder {
            color: #969696;
        }

        .challenge-inline .field::placeholder {
            color: #969696;
        }

@media (max-width: 1023px) {
    .challenge-inline .challenge__image {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .challenge-inline .challenge__content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .challenge-inline {
        display: block;
    }

        .challenge-inline .challenge__image {
            max-width: 100%;
            height: 250px;
        }

        .challenge-inline .challenge__content {
            max-width: 100%;
            padding: 35px 20px;
        }
}

.challenge-widget {
    margin-bottom: 28px;
    border-bottom: 1px solid #E0DCDC;
    font-size: 16px;
    text-align: center;
}

    .challenge-widget .ico {
        margin-bottom: 17px;
    }

    .challenge-widget .challenge__title {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 14px;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .challenge-widget .challenge__entry {
        margin: 20px 0 21px;
    }

        .challenge-widget .challenge__entry p {
            margin-bottom: 0;
        }

.challenges-completed {
    padding: 37px 0 0 0px;
}

    .challenges-completed .col-12 {
        display: -ms-flexbox;
        display: flex;
    }

    .challenges-completed .challenges-completed__actions {
        padding: 17px 0 8px;
        color: #444854;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

        .challenges-completed .challenges-completed__actions a {
            display: inline-block;
            position: relative;
            padding: 0 0 10px;
            letter-spacing: .2em;
            text-decoration: none;
        }

            .challenges-completed .challenges-completed__actions a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 3px;
                background-color: #6EC1C7;
            }

@media (max-width: 767px) {
    .challenges-completed {
        padding: 19px 0 0 0px;
    }

        .challenges-completed .col-12 {
            position: relative;
        }

        .challenges-completed .challenges-completed__actions {
            padding: 17px 0 38px;
            font-size: 14px;
        }
}

.challenge-completed {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px 22px;
    margin: 0 0 25px;
    text-align: center;
    font-size: 20px;
}

    .challenge-completed p {
        line-height: 1.3;
    }

    .challenge-completed .challenge-completed__image {
        height: 85px;
        line-height: 85px;
    }

    .challenge-completed .challenge-completed__content {
        padding: 17px 10px;
        color: #444854;
        font-family: "Noto Serif", serif;
    }

    .challenge-completed .challenge-completed__entry {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 17px 10px 0;
        border-top: 1px solid #D0D0D0;
        text-align: center;
        color: #1E1E1E;
        font-size: 16px;
    }

@media (max-width: 767px) {
    .challenge-completed {
        position: static;
        margin: 0 0 32px;
        padding: 0 10px 20px;
        font-size: 18px;
        line-height: 1.33;
    }

        .challenge-completed p {
            margin: 0;
        }

        .challenge-completed .ico-check {
            width: 19px;
            height: 15px;
            background-size: 19px 15px;
        }

        .challenge-completed .challenge-completed__entry {
            left: 15px;
            right: 15px;
            padding: 12px 0px 0;
            font-size: 12px;
        }

        .challenge-completed .challenge-completed__content {
            padding: 15px 0px 0;
        }
}

.list-likes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 15px;
    color: #444854;
    white-space: nowrap;
    text-align: center;
}

    .list-likes p {
        margin: 5px 0 0;
        font-size: 12px;
        color: #444854;
        text-transform: uppercase;
    }

    .list-likes li {
        display: inline-block;
    }

        .list-likes li .ico {
            vertical-align: bottom;
            margin-right: 4px;
        }

        .list-likes li a {
            text-decoration: none;
        }

        .list-likes li + li {
            margin-left: 25px;
        }

.list-likes--info li a:hover {
    color: #75B4DE;
}

@media (max-width: 1200px) {
    .list-likes li + li {
        margin-left: 9px;
    }
}

@media (max-width: 1023px) {
    .list-likes {
        font-size: 13px;
    }

        .list-likes li .ico {
            margin-top: -2px;
        }

        .list-likes li + li {
            margin-left: 16px;
        }
}

@media (max-width: 767px) {
    .list-likes {
        font-size: 12px;
        white-space: nowrap;
    }

        .list-likes li .ico {
            margin-right: 2px;
        }

        .list-likes li + li {
            margin-left: 5px;
        }
}

.list-people {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -5px;
    list-style: none;
}

    .list-people li {
        display: inline-block;
        padding: 0 5px;
    }

        .list-people li a {
            display: inline-block;
            text-decoration: none;
            transition: opacity .4s;
        }

            .list-people li a img {
                border-radius: 50%;
            }

            .list-people li a:hover {
                opacity: .8;
            }

@media (max-width: 767px) {
    .list-people {
        margin: 0 -4px;
    }

        .list-people li {
            padding: 0 4px;
            margin-bottom: 10px;
        }

            .list-people li a img {
                width: 40px;
                height: 40px;
            }
}

.list-benefits {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -33px;
    list-style: none;
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
}

    .list-benefits li {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 33px;
    }

        .list-benefits li .ico {
            margin-bottom: 20px;
        }

        .list-benefits li h6 {
            margin-bottom: 7px;
            font-weight: 700;
            font-size: 15px;
            color: inherit;
            letter-spacing: .2em;
            text-transform: uppercase;
        }

.list-benefits--inline {
    display: block;
}

    .list-benefits--inline li {
        max-width: 100%;
    }

        .list-benefits--inline li + li {
            margin-top: 40px;
        }

.list-benefits--alt li .ico {
    margin-bottom: 11px;
}

.list-benefits--alt li h6 {
    margin-bottom: 2px;
}

.list-benefits--alt.list-benefits--inline li + li {
    margin-top: 32px;
}

@media (max-width: 1023px) {
    .list-benefits {
        display: block;
        margin: 0;
    }

        .list-benefits li {
            max-width: 100%;
        }

            .list-benefits li + li {
                margin-top: 40px;
            }
}

.list-links {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
}

    .list-links li a {
        text-decoration: none;
    }

        .list-links li a:hover {
            color: inherit;
            text-decoration: underline;
        }

    .list-links li + li {
        margin-top: 3px;
    }

.list-bullet {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
}

    .list-bullet li {
        position: relative;
        padding-left: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .list-bullet li a {
            text-decoration: none;
        }

            .list-bullet li a:hover {
                color: inherit;
                text-decoration: underline;
            }

        .list-bullet li:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #BFB5B5;
            transform: translateY(-50%);
        }

        .list-bullet li:last-child {
            padding-left: 0;
        }

            .list-bullet li:last-child a {
                text-decoration: underline;
                transition: color .4s;
            }

                .list-bullet li:last-child a:hover {
                    color: #fff;
                }

            .list-bullet li:last-child:before {
                display: none;
            }

        .list-bullet li + li {
            margin-top: 3px;
        }

.list-checkboxes {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-member-stats {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 12px;
    color: #444854;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
}

    .list-member-stats li {
        padding: 25px;
    }

        .list-member-stats li h1 {
            margin-bottom: 4px;
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-style: italic;
            font-size: 38px;
            letter-spacing: -.03;
            line-height: 1;
        }

        .list-member-stats li + li {
            border-top: 1px solid #E0DCDC;
        }

@media (max-width: 767px) {
    .list-member-stats {
        display: -ms-flexbox;
        display: flex;
        font-size: 9px;
    }

        .list-member-stats li {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

            .list-member-stats li h1 {
                font-size: 28px;
            }

            .list-member-stats li + li {
                border-top: 0;
                border-left: 1px solid #E0DCDC;
            }
}

.list-challenges {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    color: #1E1E1E;
}

    .list-challenges li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

    .list-challenges li img {
        margin-right: 13px;
        border-radius: 50%;
    }

    .list-challenges li p {
        margin-bottom: 0;
    }

    .list-challenges li + li {
        margin-top: 15px;
    }

.list-following {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
}

    .list-following li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

    .list-following li img {
        margin-right: 14px;
        border-radius: 50%;
    }

    .list-following li .hour {
        margin-left: auto;
        font-weight: 400;
        color: #969696;
    }

    .list-following li + li {
        margin-top: 10px;
    }

.list-most-points {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
}

    .list-most-points li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

    .list-most-points li img {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        margin-right: 11px;
        border-radius: 50%;
    }

    .list-most-points li span {
        -ms-flex: 1;
        flex: 1;
    }

    .list-most-points li .points {
        margin-left: 5px;
        font-size: 12px;
        color: #969696;
    }

    .list-most-points li + li {
        margin-top: 10px;
    }

    .list-most-points h6 {
        margin: 0 0 4px;
        line-height: 1;
        font-size: 14px;
        font-weight: 700;
    }

    .list-most-points .number {
        -ms-flex: 0 0 26px;
        flex: 0 0 26px;
        max-width: 26px;
        display: inline-block;
        margin-right: 5px;
        padding-right: 2px;
        text-align: center;
        font-size: 24px;
        font-family: "Noto Serif", serif;
        color: #444854;
        font-style: italic;
    }

    .list-most-points ul li ~ li {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0 !important;
        margin-left: 7px;
        border: 0 !important;
    }

    .list-most-points ul span {
        font-size: 11px;
    }

    .list-most-points .ico-fine-dining-primary {
        width: 20px;
        height: 13px;
        background-size: 20px 13px;
    }

    .list-most-points .ico-casual-primary {
        width: 15px;
        height: 16px;
        background-size: 15px 16px;
    }

    .list-most-points .ico-like-primary {
        width: 20px;
        height: 16px;
        background-size: 20px 16px;
    }

.list-most-points--new li ~ li {
    padding-top: 9px;
    margin-top: 9px;
    border-top: 1px solid #F0F0F0;
}

.list-most-points--new li:last-child {
    padding-bottom: 9px;
    border-bottom: 1px solid #F0F0F0;
}

.list-belts {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .15em;
    color: #444854;
    text-transform: uppercase;
}

    .list-belts li {
        display: inline-block;
    }

        .list-belts li .ico {
            margin-right: 5px;
        }

        .list-belts li + li {
            margin-left: 20px;
        }

@media (max-width: 1200px) {
    .list-belts li + li {
        margin-left: 10px;
    }
}

@media (max-width: 1023px) {
    .list-belts {
        display: -ms-flexbox;
        display: flex;
    }

        .list-belts li span {
            display: none;
        }

        .list-belts li .ico {
            margin-right: 0;
        }

        .list-belts li + li {
            margin-left: 9px;
        }
}

.list-belts-secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .list-belts-secondary li + li {
        margin-left: 11px;
    }

.list-profile-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    color: #444854;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
}

    .list-profile-info li {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 73px;
        border: 1px solid #BFB5B5;
        border-radius: 5px;
    }

        .list-profile-info li .ico {
            margin-right: 10px;
        }

@media (max-width: 767px) {
    .list-profile-info {
        display: block;
    }

        .list-profile-info li {
            max-width: 100%;
            height: 70px;
        }

            .list-profile-info li + li {
                margin-top: 12px;
            }
}

.list-images {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-images li {
        display: inline-block;
    }

        .list-images li a {
            transition: opacity .4s;
        }

            .list-images li a:hover {
                opacity: .7;
            }

        .list-images li + li {
            margin-left: 15px;
        }

.list-images--large {
    margin: 0 0 20px;
}

    .list-images--large li {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }

        .list-images--large li + li {
            margin-left: 21px;
        }

    .list-images--large img {
        width: 100%;
    }

@media (max-width: 1023px) {
    .list-images li img {
        width: 75px;
    }

    .list-images li + li {
        margin-left: 10px;
    }

    .list-images--large li {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }

        .list-images--large li img {
            width: 100%;
        }
}

@media (max-width: 767px) {
    .list-images--large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 10px;
    }

        .list-images--large li {
            -ms-flex: 0 0 31.5%;
            flex: 0 0 31.5%;
            max-width: 31.5%;
            margin: 0 0 8px;
        }

            .list-images--large li img {
                width: 100%;
            }

            .list-images--large li + li {
                margin-left: 0px;
            }
}

.list-progress {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
}

    .list-progress li {
        position: relative;
    }

        .list-progress li:before {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            margin-top: 10px;
            background-color: #E0DCDC;
        }

        .list-progress li:after {
            content: '';
            position: absolute;
            top: -5px;
            right: 0;
            width: 40px;
            height: 38px;
            background-image: url(images/icons/ico-star-primary@2x.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 40px 38px;
        }

        .list-progress li.completed:after {
            background-image: url(images/icons/ico-star-complete-primary@2x.png);
        }

        .list-progress li + li {
            margin-top: 20px;
        }

    .list-progress h5 {
        margin-bottom: 0;
        font-weight: inherit;
        font-size: inherit;
        color: inherit;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

.list-people-secondary {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
    list-style: none;
}

    .list-people-secondary li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .list-people-secondary li:last-of-type {
            margin-top: 18px;
            font-weight: 600;
            font-size: 16px;
            color: #1E1E1E;
        }

        .list-people-secondary li + li {
            margin-top: 10px;
        }

    .list-people-secondary a {
        text-decoration: none;
    }

    .list-people-secondary img {
        margin-right: 16px;
        border-radius: 50%;
    }

.list-checks {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-checks li {
        position: relative;
        padding: 15px 36px 15px 0;
        border-bottom: 1px solid #E0DCDC;
        font-weight: 700;
        font-size: 14px;
        color: #444854;
    }

        .list-checks li:after {
            content: '';
            position: absolute;
            top: 12px;
            right: 5px;
            width: 26px;
            height: 20px;
            background-image: url(images/icons/ico-check@2x.png);
            background-size: 26px 20px;
            background-repeat: no-repeat;
            background-position: center center;
        }

.list-stats {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 -9px;
    list-style: none;
}

    .list-stats li {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        display: inline-block;
        padding: 27px 10px 22px;
        margin: 0 9px;
        border-radius: 5px;
        background-color: #F4F4F5;
        text-align: center;
    }

    .list-stats .ico {
        vertical-align: middle;
        margin-right: 3px;
    }

    .list-stats .number {
        display: inline-block;
        vertical-align: text-top;
        margin-top: 2px;
        font-family: "Noto Serif", serif;
        font-size: 30px;
        color: #444854;
        line-height: 1;
    }

    .list-stats h6 {
        margin: 8px 0 0;
        font-weight: 700;
        font-size: 10px;
        color: #444854;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

.list-stats--large {
    position: relative;
    max-width: 100%;
    padding-top: 12px;
}

    .list-stats--large li {
        -ms-flex: 1;
        flex: 1;
        max-width: 33.33%;
    }

@media (max-width: 1023px) {
    .list-stats {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .list-stats li {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            margin: 0 9px 18px;
        }
}

@media (max-width: 767px) {
    .list-stats li {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
        padding: 24px 27px;
        margin: 0 5px 18px;
    }

    .list-stats .ico {
        margin-right: 2px;
    }

    .list-stats .number {
        font-size: 28px;
    }

    .list-stats h6 {
        font-size: 9px;
    }
}

.list-radios {
    padding: 0;
    list-style: none;
}

.list-sponsors {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .list-sponsors li {
        display: inline-block;
        margin: 0 5px;
    }

        .list-sponsors li a {
            transition: opacity .4s;
        }

            .list-sponsors li a:hover {
                opacity: .7;
            }

@media (max-width: 767px) {
    .list-sponsors {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .list-sponsors li {
            width: 88px;
            height: 88px;
            margin: 0;
        }

            .list-sponsors li + li {
                margin-left: 8px;
            }
}

.list-square {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-square li {
        position: relative;
        padding-left: 23px;
    }

        .list-square li:after {
            content: '';
            position: absolute;
            top: 4px;
            left: 0;
            width: 12px;
            height: 12px;
            background-color: #C16D85;
        }

        .list-square li a {
            text-decoration: none;
        }

        .list-square li + li {
            margin-top: 10px;
        }

.list-tasks-simple {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
}

    .list-tasks-simple li {
        position: relative;
        padding: 10px 0;
    }

        .list-tasks-simple li:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #E0DCDC;
        }

    .list-tasks-simple h4 {
        margin: 0;
        font-weight: inherit;
        color: inherit;
        letter-spacing: .15em;
    }

    .list-tasks-simple p {
        margin-bottom: 0;
    }

.list-tasks-simple--dark {
    background-color: #323232;
    color: #fff;
}

.list-tasks {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    color: #969696;
}

    .list-tasks li {
        position: relative;
        padding: 10px 41px 10px 0;
    }

        .list-tasks li:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #E0DCDC;
        }

        .list-tasks li:before {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 40px;
            height: 38px;
            background-image: url(images/icons/ico-star-primary@2x.png);
            background-size: 40px 38px;
            background-repeat: no-repeat;
            transform: translateY(-50%);
        }

        .list-tasks li.completed {
            color: #444854;
        }

            .list-tasks li.completed:before {
                background-image: url(images/icons/ico-star-complete-primary@2x.png);
            }

    .list-tasks h4 {
        margin: 0;
        font-weight: inherit;
        color: #444854;
        letter-spacing: .15em;
    }

    .list-tasks p {
        margin-bottom: 0;
    }

.list-tasks--dark {
    padding: 0 10px;
    background-color: #323232;
    color: #fff;
}

    .list-tasks--dark .link-add {
        position: absolute;
        top: 50%;
        right: 0;
        width: 38px;
        height: 38px;
        transform: translateY(-50%);
        z-index: 1;
    }

    .list-tasks--dark li {
        position: relative;
    }

        .list-tasks--dark li:before {
            display: none;
        }

        .list-tasks--dark li h4 i {
            position: relative;
            top: 0;
            right: 0;
            transform: translateY(0);
        }

        .list-tasks--dark li i {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }

        .list-tasks--dark li .ico-ico-add {
            transition: opacity .3s ease;
        }

        .list-tasks--dark li .ico-ico-add-hover {
            transition: opacity .3s ease;
            opacity: 0;
        }

        .list-tasks--dark li:hover .ico-ico-add {
            opacity: 0;
        }

        .list-tasks--dark li:hover .ico-ico-add-hover {
            opacity: 1;
        }

        .list-tasks--dark li.dark h4 {
            color: #B1B1B1;
        }

        .list-tasks--dark li.dark p {
            color: #B1B1B1;
        }

    .list-tasks--dark h4 {
        position: relative;
        display: inline-block;
        padding-right: 25px;
        color: #6EC1C7;
        color: #fff;
    }

    .list-tasks--dark p {
        color: #fff;
    }

    .list-tasks--dark .task-link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.list-avatars {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-avatars li {
        position: relative;
        display: inline-block;
    }

        .list-avatars li a {
            position: relative;
            display: inline-block;
        }

            .list-avatars li a:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                transition: opacity .4s;
                pointer-events: none;
                background-color: rgba(0, 0, 0, 0.2);
            }

            .list-avatars li a:hover:after {
                opacity: 1;
            }

        .list-avatars li.current a:after {
            opacity: 0;
        }

        .list-avatars li.current a:hover:after {
            opacity: 0;
        }

        .list-avatars li.no-current a:after {
            opacity: 1;
        }

        .list-avatars li.no-current a:hover:after {
            opacity: 0;
        }

        .list-avatars li + li {
            margin-left: 9px;
        }

@media (max-width: 767px) {
    .list-avatars li {
        display: block;
    }

        .list-avatars li + li {
            margin: 10px 0 0;
        }
}

.list-text {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
    letter-spacing: .15em;
    text-transform: uppercase;
}

    .list-text li {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 39px;
    }

        .list-text li .circle,
        .list-text li .ico {
            position: absolute;
            top: -5px;
            left: 0;
        }

        .list-text li p {
            margin-bottom: 0;
        }

        .list-text li + li {
            margin-top: 30px;
        }

.list-badges {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-badges li a {
        position: relative;
        display: inline-block;
    }

        .list-badges li a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity .4s;
            pointer-events: none;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .list-badges li a:hover:after {
            opacity: 1;
        }

    .list-badges li.current a:after {
        opacity: 0;
    }

    .list-badges li.current a:hover:after {
        opacity: 0;
    }

    .list-badges li.no-current a:after {
        opacity: 1;
    }

    .list-badges li.no-current a:hover:after {
        opacity: 0;
    }

    .list-badges li + li {
        margin-left: 9px;
    }

@media (max-width: 767px) {
    .list-badges li + li {
        margin-left: 5px;
    }
}

.list-banners {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-banners li a {
        position: relative;
        display: inline-block;
    }

        .list-banners li a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity .4s;
            pointer-events: none;
            background-color: rgba(0, 0, 0, 0.2);
        }

        .list-banners li a:hover:after {
            opacity: 1;
        }

    .list-banners li.current a:after {
        opacity: 0;
    }

    .list-banners li.current a:hover:after {
        opacity: 0;
    }

    .list-banners li.no-current a:after {
        opacity: 1;
    }

    .list-banners li.no-current a:hover:after {
        opacity: 0;
    }

    .list-banners li + li {
        margin-top: 15px;
    }

.list-leaders {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px;
    list-style-type: none;
}

    .list-leaders li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 10px;
    }

@media (max-width: 1200px) {
    .list-leaders li {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .list-leaders {
        margin: 0 -6px;
    }

        .list-leaders li {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
            padding: 0 0px;
        }
}

.list-curent-rank {
    list-style-type: none;
}

.list-tribe-info {
    list-style-type: none;
}

    .list-tribe-info li ~ li {
        margin-top: 6px;
    }

.list-belts-alt {
    list-style-type: none;
}

    .list-belts-alt li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }

        .list-belts-alt li ~ li {
            margin-top: 18px;
        }

    .list-belts-alt p {
        margin: 0;
    }

    .list-belts-alt i {
        display: inline-block;
        margin-right: 15px;
    }

.list-badges {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0 20px;
}

    .list-badges li {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

.list-people-flex {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 8px;
    list-style-type: none;
}

    .list-people-flex li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        border-radius: 50%;
    }

        .list-people-flex li ~ li {
            margin-left: 2px;
        }

    .list-people-flex img {
        border-radius: 50%;
    }

@media (max-width: 767px) {
    .list-people-flex li {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

        .list-people-flex li ~ li {
            margin-left: 9px;
        }
}

.list-cuisine {
    margin-left: -2px;
    margin: 0 0 13px;
    font-size: 14px;
    font-weight: 700;
    color: #B1B1B1;
    list-style-type: none;
}

    .list-cuisine span {
        display: inline-block;
        margin-bottom: 1px;
        color: #6EC1C7;
        letter-spacing: 0.15em;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .list-cuisine p {
        margin: 0;
    }

    .list-cuisine li {
        position: relative;
        padding-right: 25px;
    }

        .list-cuisine li ~ li {
            margin-top: 5px;
            padding-top: 9px;
            border-top: 1px solid #E0E0E0;
        }

    .list-cuisine .btn-delite {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        opacity: 0;
    }

    .list-cuisine .list-cuisine__added p {
        color: #444854;
    }

    .list-cuisine .list-cuisine__added .btn-delite {
        opacity: 1;
    }

.list-food-rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
}

    .list-food-rating li {
        position: relative;
        margin: 0px 5px 0px;
        text-align: center;
    }

        .list-food-rating li:before {
            content: '';
            position: absolute;
            display: inline-block;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #fff;
            transition: transform .3s ease;
        }

        .list-food-rating li.is-rated:before {
            transform: scale(0);
        }

        .list-food-rating li.is-rated .ico {
            transform: scale(1);
        }

    .list-food-rating .ico {
        width: 35px;
        height: 33px;
        background-size: 35px 33px;
        transform: scale(0);
        transition: transform .3s ease;
    }

@media (max-width: 767px) {
    .list-food-rating {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .list-food-rating .ico {
            width: 25px;
            height: 24px;
            background-size: 25px 24px;
        }

        .list-food-rating li {
            margin: 0 2px;
        }

            .list-food-rating li:before {
                left: 32%;
            }
}

.list-sponsors-primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    margin: 0;
    list-style: none;
    text-align: left;
}

@media (max-width: 767px) {
    .list-sponsors-primary {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 414px) {
    .list-sponsors-primary {
        padding: 0 8px;
    }
}

.list-sponsors-primary li {
    width: 100%;
}

@media (max-width: 767px) {
    .list-sponsors-primary li {
        min-width: 44%;
        width: auto;
        margin-bottom: 40px;
    }
}

@media (max-width: 374px) {
    .list-sponsors-primary li {
        width: 100%;
        text-align: center;
    }
}

.list-sponsors-primary li a {
    display: inline-block;
    transition: opacity .4s;
}

    .list-sponsors-primary li a:hover {
        opacity: .7;
    }

.list-sponsors-primary li:nth-child(4n-3) {
    max-width: 22%;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .list-sponsors-primary li:nth-child(4n-3) {
        max-width: none;
        margin-right: 0;
    }
}

.list-sponsors-primary li:nth-child(4n-2) {
    max-width: 33%;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .list-sponsors-primary li:nth-child(4n-2) {
        max-width: none;
        margin-right: 0;
    }
}

@media (max-width: 414px) {
    .list-sponsors-primary li:nth-child(4n-2) {
        width: 56%;
    }
}

@media (max-width: 374px) {
    .list-sponsors-primary li:nth-child(4n-2) {
        width: 100%;
    }
}

.list-sponsors-primary li:nth-child(4n-1) {
    max-width: 21%;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .list-sponsors-primary li:nth-child(4n-1) {
        max-width: none;
        margin-right: 0;
    }
}

.list-sponsors-primary li:nth-child(4n) {
    max-width: 19.5%;
    text-align: right;
}

@media (max-width: 767px) {
    .list-sponsors-primary li:nth-child(4n) {
        max-width: none;
    }
}

@media (max-width: 374px) {
    .list-sponsors-primary li:nth-child(4n) {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .list-sponsors-primary li:nth-child(4n-2) {
        text-align: right;
    }
}

@media (max-width: 374px) {
    .list-sponsors-primary li:nth-child(4n-2) {
        text-align: center;
    }
}

.list-sponsors-primary + .list-sponsors-primary {
    margin-top: 42px;
}

@media (max-width: 767px) {
    .list-sponsors-primary + .list-sponsors-primary {
        margin-top: 0;
    }
}

.tooltip {
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
}

    .tooltip .tooltip-inner {
        padding: 8px 17px;
        background-color: #444854;
    }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"], .bs-tooltip-auto[x-placement^="top"] {
    margin-bottom: 8px;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"], .bs-tooltip-auto[x-placement^="right"] {
    margin-left: 8px;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"], .bs-tooltip-auto[x-placement^="bottom"] {
    margin-top: 8px;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"], .bs-tooltip-auto[x-placement^="left"] {
    margin-right: 8px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #444854;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #444854;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #444854;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #444854;
}

.food-stories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

    .food-stories .food-story-thumb {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

.food-stories--column {
    display: block;
}

    .food-stories--column .food-story + .food-story {
        margin-top: 30px;
    }

.food-stories--alt .food-story-thumb {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.food-stories__titles {
    margin: 0 0 27px;
    color: #444854;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: .045em;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .food-stories .food-story-thumb {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .food-stories--alt .food-story-thumb {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1200px) {
    .food-stories .food-story-thumb {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1023px) {
    .food-stories {
        display: block;
    }

        .food-stories .food-story-thumb {
            max-width: 100%;
        }
}

.food-story-thumb {
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 18px;
    color: #444854;
    letter-spacing: .05em;
}

    .food-story-thumb .food-story__image {
        position: relative;
        -ms-flex: 0 0 calc(100% - 240px);
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .food-story-thumb .food-story__image a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .food-story-thumb .food-story__content {
        position: relative;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
        padding: 19px 15px 50px;
        background-color: #fff;
    }

        .food-story-thumb .food-story__content a {
            display: inline-block;
            margin-left: 5px;
            text-decoration: none;
            transition: color .4s;
        }

            .food-story-thumb .food-story__content a:hover {
                color: #75B4DE;
            }

    .food-story-thumb .food-story__author {
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 14px;
        color: #1E1E1E;
    }

        .food-story-thumb .food-story__author a {
            display: -ms-flexbox;
            display: flex;
            margin-left: 0;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
        }

        .food-story-thumb .food-story__author .food-story__author-avatar {
            margin-right: 6px;
        }

            .food-story-thumb .food-story__author .food-story__author-avatar img {
                border-radius: 50%;
            }

    .food-story-thumb .food-story__meta {
        margin-bottom: 12px;
        margin-left: 5px;
        font-weight: 700;
        font-size: 14px;
        color: #EB7280;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .food-story-thumb .list-likes {
        position: absolute;
        bottom: 20px;
        left: 18px;
    }

.food-story-thumb--alt .food-story__author-content strong {
    letter-spacing: -0.01em;
}

.food-story-thumb--alt .food-story__meta {
    margin-bottom: 16px;
}

    .food-story-thumb--alt .food-story__meta + a {
        margin-bottom: 32px;
    }

@media (max-width: 1200px) {
    .food-story-thumb .food-story__image {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .food-story-thumb .food-story__content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .food-story-thumb {
        font-size: 16px;
    }

        .food-story-thumb .food-story__author {
            font-size: 12px;
            white-space: nowrap;
        }

        .food-story-thumb .food-story__meta {
            font-size: 12px;
        }

        .food-story-thumb .food-story__content {
            padding: 19px 18px 50px;
        }

    .food-story-thumb--alt .food-story__content {
        padding: 19px 12px 55px;
    }

    .food-story-thumb--alt .food-story__author {
        margin-bottom: 20px;
    }

        .food-story-thumb--alt .food-story__author .food-story__author-avatar {
            margin-right: 3px;
        }

    .food-story-thumb--alt .food-story__meta {
        margin-bottom: 13px;
    }

        .food-story-thumb--alt .food-story__meta + a {
            margin-bottom: 35px;
        }

    .food-story-thumb .list-likes {
        bottom: 25px;
    }
}

@media (max-width: 374px) {
    .food-story-thumb--alt .food-story__author {
        white-space: normal;
    }

    .food-story-thumb--alt .food-story__meta + a {
        margin-bottom: 12px;
    }
}

.food-story {
    background-color: #fff;
}

    .food-story a {
        transition: color .4s;
    }

        .food-story a:hover {
            color: #75B4DE;
        }

    .food-story .food-story__image {
        position: relative;
        width: 100%;
        height: 432px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        .food-story .food-story__image a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .food-story .food-story__image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
        }

    .food-story .food-story__head {
        padding: 22px 30px 0 24px;
    }

    .food-story .food-story__head-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 18px;
    }

    .food-story .food-story__body {
        position: relative;
    }

    .food-story .food-story__challenge {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 11px 31px 14px;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        background-color: rgba(110, 193, 199, 0.9);
    }

        .food-story .food-story__challenge p {
            margin-bottom: 0;
        }

    .food-story .food-story__challenge-image {
        margin-right: 23px;
    }

    .food-story .food-story__challenge:hover .popup {
        opacity: 1;
        pointer-events: auto;
    }

    .food-story .food-story__footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 22px 27px 21px 23px;
    }

        .food-story .food-story__footer .btn + a {
            margin-left: 26px;
        }

    .food-story .food-story__footer-content {
        -ms-flex: 0 0 61%;
        flex: 0 0 61%;
        max-width: 61%;
    }

    .food-story .food-story__footer-aside {
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }

    .food-story .food-story__footer-entry {
        background-color: rgba(200, 200, 200, 0.7);
        padding: 10px 0;
        margin-bottom: 10px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

        .food-story .food-story__footer-entry p {
            margin-bottom: 0;
        }

    .food-story .food-story__footer-likes--absolute {
        height: 200px;
    }

    .food-story .food-story__points {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700;
        font-size: 14px;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

        .food-story .food-story__points .points {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            min-width: 30px;
            width: 30px;
            height: 30px;
            padding-left: 3px;
            margin-right: 11px;
            border-radius: 50%;
            background-color: #80C13F;
            color: #fff;
        }

    .food-story .food-story__meta {
        margin-bottom: 4px;
        font-weight: 700;
        font-size: 14px;
        color: #EB7280;
        letter-spacing: .16em;
    }

    .food-story .food-story__title {
        margin-bottom: 13px;
        font-weight: 700;
        color: #444854;
        letter-spacing: .05em;
    }

        .food-story .food-story__title a {
            text-decoration: none;
        }

    .food-story .food-story__author {
        font-size: 14px;
        color: #1E1E1E;
    }

        .food-story .food-story__author a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
        }

    .food-story .food-story__author-avatar {
        margin-right: 6px;
    }

        .food-story .food-story__author-avatar img {
            border-radius: 50%;
        }

    .food-story .food-story__dropdown {
        position: relative;
        z-index: 5;
    }

    .food-story .food-story__dropdown-btn {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .food-story .food-story__dropdown-btn span {
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #444854;
        }

            .food-story .food-story__dropdown-btn span + span {
                margin-left: 3px;
            }

    .food-story .food-story__dropdown-content {
        position: absolute;
        top: 100%;
        right: -24px;
        margin-top: 10px;
        border: 1px solid;
        border-radius: 7px;
        background-color: #fff;
        box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s;
        border-color: rgba(112, 112, 112, 0.4);
    }

        .food-story .food-story__dropdown-content:before {
            content: '';
            position: absolute;
            top: -10px;
            right: 27px;
            width: 16px;
            height: 10px;
            background-image: url(images/icons/dropdown-arrow.png);
            background-size: 16px 10px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .food-story .food-story__dropdown-content ul {
            padding: 0;
            margin: 0;
            list-style: none;
            font-size: 18px;
            color: #404040;
            white-space: nowrap;
        }

            .food-story .food-story__dropdown-content ul li {
                opacity: .7;
                transition: opacity .4s;
            }

                .food-story .food-story__dropdown-content ul li a {
                    display: inline-block;
                    width: 100%;
                    padding: 13px 26px 11px;
                    text-decoration: none;
                }

                .food-story .food-story__dropdown-content ul li:hover {
                    opacity: 1;
                }

                    .food-story .food-story__dropdown-content ul li:hover a {
                        color: inherit;
                    }

                .food-story .food-story__dropdown-content ul li + li {
                    border-top: 1px solid #F0F0F0;
                }

    .food-story .food-story__dropdown.open .food-story__dropdown-content {
        opacity: 1;
        pointer-events: auto;
    }

.food-story--secondary .food-story__body {
    display: -ms-flexbox;
    display: flex;
}

.food-story--secondary .food-story__aside {
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    max-width: 51%;
    min-height: 432px;
}

.food-story--secondary .food-story__content {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 0 30px 0 28px;
}

.food-story--secondary .food-story__image {
    width: 100%;
    height: 100%;
}

.food-story--secondary .food-story__meta {
    margin-bottom: 18px;
}

.food-story--secondary .food-story__entry {
    font-family: "Noto Serif", serif;
    font-size: 30px;
    color: #444854;
}

.food-story--added .food-story__footer {
    display: block;
    padding: 36px 27px 30px;
}

.food-story--comment .food-story__head {
    padding: 20px 30px 0 18px;
}

.food-story--comment .food-story__head-inner {
    margin-bottom: 20px;
}

.food-story--comment .food-story__meta {
    padding: 0 6px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.food-story--comment .food-story__dropdown-btn {
    margin-top: -12px;
}

    .food-story--comment .food-story__dropdown-btn span + span {
        margin-left: 0px;
    }

.food-story--comment .food-story__title {
    font-size: 16px;
}

.food-story--comment .food-story__author {
    color: #fff;
}

    .food-story--comment .food-story__author a:hover {
        color: #1E1E1E;
    }

.food-story--comment .toggle-comments {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

    .food-story--comment .toggle-comments:before {
        content: '';
        position: absolute;
        left: 2px;
        top: 39%;
        width: 6px;
        height: 6px;
        border: 1px solid #444854;
        border-top: 0;
        border-left: 0;
        transform: translateY(-50%) rotate(45deg);
        transition: transform .3s ease;
    }

    .food-story--comment .toggle-comments span {
        display: inline-block;
        background-size: cover;
        min-width: 30px;
        height: 30px;
        font-size: 14px;
        background-position: center center;
        text-align: center;
        line-height: 23px;
    }

    .food-story--comment .toggle-comments.active:before {
        transform: rotate(225deg);
    }

.food-story--comment .toggle-comments--blue {
    color: #fff;
}

    .food-story--comment .toggle-comments--blue:hover {
        color: #000;
    }

    .food-story--comment .toggle-comments--blue:after {
        content: '';
        position: absolute;
        top: -5px;
        right: -5px;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: #EB7280;
    }

.food-story--comment .food-story__head-comments {
    padding: 29px 33px;
    display: none;
    margin: 0;
    background-color: #EDEDEE;
}

.food-story--comment .food-story__head-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 5px 8px;
}

    .food-story--comment .food-story__head-content .food-story__head-text {
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        max-width: 100%;
    }

@media (max-width: 1200px) {
    .food-story .food-story__footer {
        padding: 22px 15px 21px;
    }

        .food-story .food-story__footer .btn {
            margin-right: 10px;
        }
}

@media (max-width: 1023px) {
    .food-story .food-story__footer-content {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .food-story .food-story__footer-aside {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }

    .food-story .food-story__footer .btn {
        min-width: 120px;
        padding: 0 10px;
        font-size: 14px;
    }

    .food-story .food-story__challenge:hover .popup {
        opacity: 0;
        pointer-events: none;
    }

    .food-story--secondary .food-story__aside {
        min-height: 0;
    }

    .food-story--secondary .food-story__content {
        padding: 0 15px;
    }

    .food-story--secondary .food-story__entry {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .food-story .food-story__head {
        padding: 10px 15px;
    }

    .food-story .food-story__image {
        height: 250px;
    }

    .food-story .food-story__footer {
        display: block;
        padding: 15px 20px;
    }

    .food-story .food-story__footer-content {
        max-width: 100%;
    }

    .food-story .food-story__footer-aside {
        max-width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .food-story .food-story__footer-likes {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .food-story .food-story__footer .slider-range {
        margin-bottom: 50px;
    }

    .food-story .food-story__challenge {
        font-size: 14px;
    }

        .food-story .food-story__challenge a {
            padding: 10px 26px;
        }

    .food-story .food-story__challenge-content {
        max-width: calc(100% - 84px);
    }

    .food-story .food-story__challenge p {
        max-width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .food-story .food-story__challenge-image {
        margin-right: 13px;
    }

    .food-story .slider-range {
        margin-bottom: 21px;
    }

    .food-story--secondary .food-story__body {
        display: block;
    }

    .food-story--secondary .food-story__aside {
        max-width: 100%;
        min-height: 0;
    }

    .food-story--secondary .food-story__content {
        max-width: 100%;
        padding: 10px 20px;
    }

    .food-story--secondary .food-story__image {
        width: 100%;
        height: 200px;
    }

    .food-story--secondary .food-story__entry {
        font-size: 20px;
    }

    .food-story--comment .food-story__head-comments {
        margin: 0;
        padding: 29px 10px;
    }
}

@media (max-width: 525px) {
    .food-story .food-story__footer {
        display: block;
    }

    .food-story .food-story__footer-content {
        max-width: 100%;
    }

    .food-story .food-story__footer-aside {
        max-width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .food-story .food-story__footer-likes {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .food-story .food-story__footer .slider-range {
        margin-bottom: 50px;
    }
}

.food-story--new {
    position: relative;
}

    .food-story--new .food-story__footer {
        padding: 10px 10px;
    }

    .food-story--new .food-story__footer-entry {
        background-color: rgba(200, 200, 200, 0.7);
        padding: 10px 0;
        margin-bottom: 10px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }

        .food-story--new .food-story__footer-entry p {
            margin-bottom: 0;
        }

    .food-story--new .food-story__footer-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .food-story--new .food-story__footer-vote-buttons {
        position: relative;
        transition: all .6s ease;
    }

    .food-story--new .food-story__footer-vote-buttons-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .food-story--new .food-story__footer-vote-buttons.fade-out a {
        opacity: 0;
        pointer-events: none;
    }

    .food-story--new .food-story__footer-vote-buttons.fade-out .rating-button {
        pointer-events: none;
    }

    .food-story--new .food-story__footer-vote-title {
        position: relative;
        padding: 0 60px;
        margin-bottom: 16px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: #444854;
        transition: all .6s ease;
    }

        .food-story--new .food-story__footer-vote-title a {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

        .food-story--new .food-story__footer-vote-title.fade-out {
            opacity: 0;
        }

    .food-story--new .food-story__footer-likes {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px 0 20px;
        max-height: none;
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        height: 164px;
    }

        .food-story--new .food-story__footer-likes .ico-flag {
            margin-left: 10px;
        }

        .food-story--new .food-story__footer-likes .rated-number {
            opacity: 1;
            transition-delay: 1.4s;
        }

    .food-story--new .food-story__footer-likes--absolute {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        margin-bottom: 0;
        visibility: hidden;
        opacity: 0;
    }

        .food-story--new .food-story__footer-likes--absolute .rated-number {
            opacity: 0;
        }

    .food-story--new .list-likes {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .food-story--new .food-story__footer-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .food-story--new .food-story__footer-actions .flag {
            display: none;
        }

@media (max-width: 1200px) {
    .food-story--new .food-story__footer-likes {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .food-story--new .food-story__footer .food-story__footer-actions .btn-rated--new {
        padding: 0 73px 0 22px;
    }

        .food-story--new .food-story__footer .food-story__footer-actions .btn-rated--new i {
            position: relative;
            right: -5px;
            margin: -4px 0 0;
        }

    .food-story--new .list-likes li + li {
        margin-left: 5px;
    }

    .food-story--new .food-story__footer-likes {
        padding: 10px;
    }

        .food-story--new .food-story__footer-likes .ico-flag {
            margin-left: 10px;
            position: absolute;
            right: 0;
        }
}

@media (max-width: 767px) {
    .food-story--new .ico-flag {
        width: 20px;
        height: 21px;
        background-size: 20px 21px;
    }

    .food-story--new .food-story__head {
        padding: 17px 18px 3px;
    }

    .food-story--new .food-story__author-avatar {
        width: 40px;
        margin: 0 8px 0 0;
    }

    .food-story--new .food-story__author-content {
        font-size: 12px;
    }

    .food-story--new .food-story__head-content {
        padding: 4px 0 0;
    }

    .food-story--new .food-story__title {
        font-size: 14px;
    }

    .food-story--new .food-story__footer-vote-title {
        padding: 0 20px;
    }

        .food-story--new .food-story__footer-vote-title a {
            right: 9px;
        }

    .food-story--new .food-story__dropdown-btn {
        margin-top: -9px;
    }

    .food-story--new .food-story__meta {
        padding: 0;
        font-size: 12px;
    }

    .food-story--new .food-story__footer-vote-buttons-inner {
        display: block;
    }

    .food-story--new .food-story__footer-vote-buttons .rating-button {
        max-width: 100%;
        padding: 10px;
        font-size: 12px;
    }

        .food-story--new .food-story__footer-vote-buttons .rating-button ~ .rating-button {
            margin-top: 10px;
        }

    .food-story--new .food-story__head-inner {
        margin: 0 0 15px;
    }

    .food-story--new .food-story__footer-likes {
        margin-bottom: 0;
    }

    .food-story--new .list-likes {
        -ms-flex: 1 0;
        flex: 1 0;
        max-width: none;
    }

        .food-story--new .list-likes li + li {
            margin-left: 15px;
        }

    .food-story--new .food-story__footer-actions {
        -ms-flex: 1 0;
        flex: 1 0;
        max-width: none;
        padding: 0px;
        text-align: right;
    }

        .food-story--new .food-story__footer-actions .btn-rated {
            display: inline-block;
            min-width: 0;
            padding: 0 64px 0 5px;
            margin-right: 0;
        }

            .food-story--new .food-story__footer-actions .btn-rated .link {
                display: none;
            }

        .food-story--new .food-story__footer-actions .flag {
            position: relative;
            top: 18px;
        }

    .food-story--new .food-story__image {
        height: 193px;
    }

    .food-story--new .food-story__footer {
        padding: 16px 1px 10px;
    }

    .food-story--new .food-story__footer-vote-title {
        margin: 0 0 16px;
        font-size: 14px;
    }

    .food-story--new .food-story__footer-vote-buttons .rating-button {
        padding: 0 10px 0px;
    }

        .food-story--new .food-story__footer-vote-buttons .rating-button ~ .rating-button {
            margin-top: 7px;
        }

    .food-story--new .rating-button a {
        padding: 22px 10px 13px;
    }
}

@media (max-width: 374px) {
    .food-story--new .food-story__footer-likes {
        display: block;
        left: 0;
        right: 0;
    }

    .food-story--new .food-story__footer-actions {
        display: block;
        text-align: center;
    }

        .food-story--new .food-story__footer-actions .btn {
            padding: 0 70px 0 15px;
            line-height: 60px;
        }

            .food-story--new .food-story__footer-actions .btn .link {
                display: inline-block;
            }

            .food-story--new .food-story__footer-actions .btn span {
                margin-right: 5px;
            }

            .food-story--new .food-story__footer-actions .btn i {
                right: 0;
                margin-top: -7px;
            }

    .food-story--new .list-likes {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}

.food-story-widget {
    font-size: 18px;
    color: #444854;
    letter-spacing: .05em;
}

    .food-story-widget a {
        transition: color .4s;
    }

        .food-story-widget a:hover {
            color: #75B4DE;
        }

    .food-story-widget .food-story__image {
        height: 233px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .food-story-widget .food-story__image a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

    .food-story-widget .food-story__content {
        padding: 26px 24px 34px;
        background-color: #fff;
    }

    .food-story-widget .food-story__author {
        margin-bottom: 15px;
        font-size: 14px;
        color: #1E1E1E;
    }

        .food-story-widget .food-story__author a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            text-decoration: none;
        }

        .food-story-widget .food-story__author img {
            margin-right: 6px;
            border-radius: 50%;
        }

    .food-story-widget .food-story__meta {
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 14px;
        color: #EB7280;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .food-story-widget .food-story__title {
        margin-bottom: 40px;
        font-weight: 700;
        font-size: inherit;
    }

        .food-story-widget .food-story__title a {
            text-decoration: none;
        }

    .food-story-widget .food-story__title--secondary {
        font-family: "Noto Serif", serif;
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 0;
    }

    .food-story-widget .food-story__actions {
        margin-top: 30px;
        text-align: center;
    }

.food-story-widget--secondary a:hover {
    color: #6EC1C7;
}

.food-rating {
    margin: 0 0 26px;
    padding: 22px 16px 16px;
    background-color: #444854;
    overflow: hidden;
}

    .food-rating h3 {
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
    }

    .food-rating .food-story {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 !important;
        opacity: 0;
        pointer-events: none;
        transform: translate(200%, 0);
    }

        .food-rating .food-story:first-child {
            position: relative;
            opacity: 1;
            pointer-events: all;
            transform: translate(0);
        }

        .food-rating .food-story.show-image .food-story__image img {
            opacity: 1;
            transition: opacity .1s ease;
        }

        .food-rating .food-story.show {
            pointer-events: all;
            opacity: 1;
            animation: fadeIn 2s forwards;
        }

        .food-rating .food-story.rated-done {
            position: absolute;
            animation: fadeOut 2s forwards;
        }

    .food-rating .food-story-banner {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 !important;
        opacity: 0;
        pointer-events: none;
        transform: translate(200%, 0);
    }

        .food-rating .food-story-banner.show {
            pointer-events: all;
            opacity: 1;
            animation: fadeIn 1s forwards;
        }

    .food-rating .timer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 !important;
        opacity: 0;
        pointer-events: none;
        transform: translate(200%, 0);
    }

        .food-rating .timer.show {
            pointer-events: all;
            opacity: 1;
            animation: fadeIn 1s forwards;
        }

    .food-rating .food-rating__head {
        position: relative;
        padding: 0 60px;
        margin: 0 0 18px;
        text-align: center;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
    }

        .food-rating .food-rating__head p {
            margin: 0 0 12px;
        }

        .food-rating .food-rating__head .green-dot {
            display: inline-block;
            min-width: 30px;
            height: 30px;
            padding: 0 5px;
            margin: 0 2px;
            line-height: 30px;
            letter-spacing: normal;
            border-radius: 50%;
            background-color: #80C13F;
        }

    .food-rating .food-rating__head-entry {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: -1px;
        padding: 11px 20px;
        background-color: #444854;
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s ease;
        transition-delay: .5s;
    }

        .food-rating .food-rating__head-entry .green-dot {
            min-width: 56px;
            height: 56px;
            line-height: 56px;
            font-size: 1.5625rem;
        }

    .food-rating .food-rating__head-entry--alt {
        padding: 27px 0 20px;
    }

        .food-rating .food-rating__head-entry--alt h3 {
            letter-spacing: .15em;
        }

        .food-rating .food-rating__head-entry--alt .green-dot {
            padding: 0 17px;
            height: 48px;
            line-height: 48px;
            border-radius: 30px;
        }

    .food-rating .food-rating__counter {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .food-rating .food-rating__body {
        position: relative;
        min-height: 200px;
        transition: min-height 1s ease;
    }

.food-rating--done .food-rating__head-entry {
    opacity: 1;
}

@media (max-width: 1023px) {
    .food-rating h3 {
        font-size: 1.3rem;
    }

    .food-rating .food-rating__head {
        padding: 0;
    }

    .food-rating .food-story--new .food-story__footer-likes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .food-rating .food-story--new .list-likes {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }

    .food-rating .food-story--new .food-story__footer-actions {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .food-rating {
        margin: 0 0 11px;
    }

        .food-rating .food-rating__head {
            position: relative;
            padding: 0 0px;
            margin: 0 0 16px;
        }

            .food-rating .food-rating__head p {
                margin: 0 0 14px;
                line-height: .6;
            }

            .food-rating .food-rating__head .green-dot {
                display: inline-block;
                min-width: 30px;
                height: 30px;
                padding: 0 5px;
                margin: 0 2px;
                line-height: 30px;
                letter-spacing: normal;
                border-radius: 50%;
                background-color: #80C13F;
            }

            .food-rating .food-rating__head .food-rating__counter {
                position: absolute;
                right: -1px;
                bottom: 3px;
                font-size: 14px;
            }

            .food-rating .food-rating__head .food-rating__counter-done {
                margin-right: 1px;
            }

            .food-rating .food-rating__head .food-rating__counter-all {
                margin-left: 1px;
            }

        .food-rating .timer {
            margin-top: -50px !important;
        }

        .food-rating .food-story .food-story__footer-likes {
            height: 178px;
            padding: 0 10px;
        }

            .food-rating .food-story .food-story__footer-likes .ico-flag {
                margin-top: -10px;
                right: 3px;
            }

        .food-rating .food-story .food-story__image img {
            width: 100px;
        }

        .food-rating .food-story .list-likes {
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 7px 5px;
        }

            .food-rating .food-story .list-likes span {
                font-size: 15px;
            }

            .food-rating .food-story .list-likes p {
                margin-top: 10px;
                letter-spacing: .1em;
                font-size: 11px;
            }

        .food-rating .food-story .btn-rated {
            padding: 2px 73px 0 22px !important;
        }

            .food-rating .food-story .btn-rated .link {
                display: inline-block;
            }

        .food-rating .food-rating__head-entry {
            padding: 11px 20px;
        }

            .food-rating .food-rating__head-entry .green-dot {
                min-width: 56px;
                height: 56px;
                line-height: 56px;
                font-size: 1.5625rem;
            }

        .food-rating .food-rating__head-entry--alt {
            padding: 1px 0 30px;
        }

            .food-rating .food-rating__head-entry--alt h3 {
                letter-spacing: normal;
                font-size: 16px;
            }

            .food-rating .food-rating__head-entry--alt .green-dot {
                position: relative;
                top: 2px;
                left: -2px;
                padding: 0 10px;
                height: 29px;
                line-height: 29px;
                border-radius: 30px;
                font-size: 20px;
            }
}

@media (max-width: 374px) {
    .food-rating .food-story .food-story__footer-likes {
        height: 178px;
        padding: 0 10px;
    }

        .food-rating .food-story .food-story__footer-likes .ico-flag {
            margin-top: -10px;
            left: 50%;
            right: auto;
            top: 83%;
            transform: translate(-50%, -50%);
        }

    .food-rating .food-story .list-likes p {
        display: none;
    }

    .food-rating .food-story .btn-rated {
        width: 100%;
    }

        .food-rating .food-story .btn-rated .link {
            font-size: 10px;
        }

    .food-rating .food-rating__head-entry h3 {
        font-size: 14px;
    }
}

.food-story-banner {
    padding: 34px 12%;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

    .food-story-banner p {
        margin: 0 0 19px;
        line-height: 1.22;
        letter-spacing: .05em;
    }

    .food-story-banner small {
        font-size: 16px;
        text-transform: none;
        font-weight: 500;
        line-height: 1.5;
    }

    .food-story-banner .btn {
        min-width: 214px;
        border-radius: 40px;
    }

    .food-story-banner .food-story-banner__image {
        margin: 0 0 18px;
    }

    .food-story-banner .food-story-banner__actions {
        padding: 15px 0 33px;
    }

@media (max-width: 767px) {
    .food-story-banner {
        padding: 15px 6%;
        font-size: 15px;
    }

        .food-story-banner small {
            font-size: 14px;
            line-height: 1.21;
        }

        .food-story-banner p {
            margin: 0 0 9px;
            letter-spacing: .07em;
        }

        .food-story-banner .food-story-banner__image {
            display: inline-block;
            width: 218px;
            margin: 0 0 0px;
        }

        .food-story-banner .food-story-banner__actions {
            padding: 13px 0 16px;
        }
}

.videos {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

    .videos .video {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px;
    }

    .videos .video-entry {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

.videos--entries {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1023px) {
    .videos {
        display: block;
        margin: 0;
    }

        .videos .video {
            max-width: 376px;
            padding: 0;
        }

        .videos .video-entry {
            max-width: 100%;
            padding: 0;
        }
}

.video {
    color: #1E1E1E;
    text-align: center;
}

    .video .video__player {
        position: relative;
        height: 210px;
    }

        .video .video__player iframe {
            width: 100%;
            height: 100%;
        }

    .video .video__content {
        padding: 28px 10px;
    }

    .video .video__title {
        margin: 5px 0;
        font-weight: 700;
        font-size: 15px;
        color: inherit;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .video .video__play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video .video__inner {
        position: relative;
        transition: opacity .4s;
    }

        .video .video__inner:hover {
            opacity: .8;
        }

    .video a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 1023px) {
    .video {
        max-width: 376px;
        margin: 0 auto;
    }
}

.video-entry {
    margin-bottom: 49px;
}

    .video-entry .video__bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 31px;
        background-color: #323232;
    }

    .video-entry .video__country {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        letter-spacing: .025em;
        text-transform: uppercase;
    }

        .video-entry .video__country .ico {
            margin-right: 10px;
        }

    .video-entry .video__status {
        font-weight: 700;
        font-size: 14px;
        color: #FEBE12;
        letter-spacing: .025em;
        text-transform: uppercase;
    }

    .video-entry .video__player {
        position: relative;
        height: 320px;
    }

        .video-entry .video__player iframe {
            width: 100%;
            height: 100%;
        }

    .video-entry .video__play {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .video-entry .video__play .ico {
            width: 119px;
            height: 84px;
            background-size: 119px 84px;
        }

    .video-entry .video__content {
        padding: 31px 32px 31px 30px;
        background-color: #fff;
    }

    .video-entry .video__author {
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
    }

    .video-entry .video__author-image {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
        margin-right: 30px;
    }

    .video-entry .video__author-content {
        -ms-flex: 0 0 calc(100% - 172px);
        flex: 0 0 calc(100% - 172px);
        max-width: calc(100% - 172px);
    }

    .video-entry .video__author-name {
        margin-bottom: 32px;
        font-weight: 700;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .video-entry .video__author-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .video-entry .video__author-food-moments {
        font-weight: 700;
        font-size: 12px;
        color: #444854;
        letter-spacing: .05em;
        line-height: 1.17;
        text-transform: uppercase;
    }

        .video-entry .video__author-food-moments .numbers {
            display: block;
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-style: italic;
            font-size: 36px;
            color: #444854;
            letter-spacing: -.03em;
            line-height: 1;
        }

    .video-entry .video__author .btn {
        min-width: 180px;
        height: 60px;
        line-height: 56px;
    }

@media (max-width: 414px) {
    .video-entry {
        margin-bottom: 20px;
    }

        .video-entry .video__bar {
            padding: 8px 18px 7px 13px;
        }

        .video-entry .video__player {
            height: 211px;
        }

        .video-entry .video__status {
            font-size: 12px;
        }

        .video-entry .video__country {
            font-size: 12px;
        }

            .video-entry .video__country .ico {
                width: 25px;
                height: 25px;
                margin-right: 5px;
                background-size: 25px 25px;
            }

        .video-entry .video__author {
            font-size: 12px;
        }

        .video-entry .video__author-image {
            -ms-flex: 0 0 95px;
            flex: 0 0 95px;
            max-width: 95px;
            margin-right: 15px;
        }

        .video-entry .video__author-content {
            -ms-flex: 0 0 calc(100% - 110px);
            flex: 0 0 calc(100% - 110px);
            max-width: calc(100% - 110px);
        }

        .video-entry .video__author-name {
            margin-bottom: 13px;
            font-size: 14px;
        }

        .video-entry .video__author-inner {
            -ms-flex-align: center;
            align-items: center;
        }

        .video-entry .video__author-food-moments {
            font-size: 9px;
        }

            .video-entry .video__author-food-moments .numbers {
                font-size: 24px;
            }

        .video-entry .video__author .btn {
            min-width: 130px;
            height: 45px;
            line-height: 41px;
        }

        .video-entry .video__content {
            padding: 18px 16px 16px 20px;
        }
}

@media (max-width: 767px) {
    .video-entry .video__author {
        display: block;
        text-align: center;
    }

    .video-entry .video__author-image {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .video-entry .video__author-content {
        max-width: 100%;
    }

    .video-entry .video__author-inner {
        display: block;
    }

    .video-entry .video__author-food-moments {
        margin-bottom: 10px;
    }
}

.footer {
    background-color: #323232;
    color: #fff;
}

    .footer .footer__head {
        padding-bottom: 30px;
        border-bottom: 1px solid #707070;
        text-align: center;
    }

    .footer .footer__body {
        padding: 30px 0;
    }

    .footer .footer__title {
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 15px;
        color: inherit;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .footer .footer__bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0 39px;
        font-size: 14px;
        color: #BFB5B5;
        text-transform: uppercase;
    }

    .footer .footer__copyright {
        font-weight: 700;
        letter-spacing: .2em;
    }

        .footer .footer__copyright p {
            margin-bottom: 0;
        }

    .footer .footer__nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        letter-spacing: .05em;
    }

        .footer .footer__nav ul li {
            display: inline-block;
        }

            .footer .footer__nav ul li a {
                text-decoration: none;
                transition: color .4s;
            }

                .footer .footer__nav ul li a:hover {
                    color: #fff;
                }

            .footer .footer__nav ul li + li {
                margin-left: 29px;
            }

    .footer .logo {
        margin-bottom: 27px;
    }

    .footer .btn + .btn {
        margin-top: 15px;
    }

@media (max-width: 1200px) {
    .footer .btn {
        display: block;
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .footer .footer__bar {
        display: block;
        text-align: center;
    }

    .footer .footer__nav ul li + li {
        margin-left: 14px;
    }

    .footer .footer__copyright {
        margin-bottom: 5px;
    }
}

.socials ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 21px;
    color: #BFB5B5;
}

    .socials ul li {
        display: inline-block;
        margin: 0 14px;
    }

        .socials ul li a {
            transition: color .4s;
        }

            .socials ul li a:hover {
                color: #fff;
            }

.socials--secondary ul li {
    margin: 0 13px;
}

    .socials--secondary ul li a:hover {
        color: #000;
    }

.cookie {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    padding: 20px 0;
    background-color: #444854;
    font-weight: 600;
    font-size: 13px;
    color: #BFB5B5;
    opacity: 1;
    transition: transform .4s, opacity .4s;
    transform: translateY(-100%);
}

    .cookie .cookie__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie .cookie__close {
        position: absolute;
        display: inline-block;
        top: 11px;
        right: 11px;
        width: 17px;
        height: 17px;
    }

        .cookie .cookie__close span {
            position: absolute;
            top: 7px;
            display: block;
            width: 100%;
            height: 1px;
            background-color: #fff;
        }

            .cookie .cookie__close span:nth-child(1) {
                transform: rotate(45deg);
            }

            .cookie .cookie__close span:nth-child(2) {
                transform: rotate(-45deg);
            }

    .cookie .cookie__aside {
        -ms-flex: 0 0 278px;
        flex: 0 0 278px;
        max-width: 278px;
    }

    .cookie .cookie__content {
        -ms-flex: 0 0 calc(100% - 278px);
        flex: 0 0 calc(100% - 278px);
        max-width: calc(100% - 278px);
        padding-right: 74px;
    }

        .cookie .cookie__content .ico {
            float: left;
            margin-right: 11px;
        }

        .cookie .cookie__content p {
            margin-bottom: 0;
            overflow: hidden;
        }

        .cookie .cookie__content:after {
            content: '';
            display: table;
            clear: both;
            line-height: 0;
        }

    .cookie .btn {
        min-width: 278px;
        height: 40px;
        line-height: 40px;
    }

    .cookie.active {
        opacity: 1;
        transform: translateY(0);
    }

@media (max-width: 1023px) {
    .cookie {
        text-align: center;
    }

        .cookie .cookie__inner {
            display: block;
        }

        .cookie .cookie__aside {
            max-width: 100%;
        }

        .cookie .cookie__content {
            max-width: 100%;
            padding: 0 20px;
            margin-bottom: 20px;
        }

            .cookie .cookie__content .ico {
                float: none;
                margin: 0 0 10px 0;
            }
}

.wrapper {
    padding-top: 85px;
    transition: padding .4s;
}

    .wrapper .header {
        transition: top .4s;
    }

.wrapper--cookie {
    padding-top: 165px;
}

    .wrapper--cookie .header {
        top: 80px;
    }

@media (max-width: 767px) {
    .wrapper {
        padding-top: 65px;
    }
}

.badge {
    position: relative;
    background-color: transparent;
}

    .badge span {
        position: relative;
        display: inline-block;
        padding: 2px;
    }

    .badge:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        width: 100%;
        height: 0;
        padding-top: 100%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

.badge-danger:before {
    background-color: #EB7280;
}

.dropdown .dropdown-btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    text-decoration: none;
    font-size: 14px;
    color: #444854;
}

    .dropdown .dropdown-btn:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 6px;
        background-image: url(images/icons/ico-arrow-down@2x.png);
        background-size: 10px 6px;
        pointer-events: none;
        transform: translateY(-50%);
    }

    .dropdown .dropdown-btn img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 8px;
    }

.dropdown .dropdown__content {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    display: block;
    padding: 20px 0 0;
    margin: 36px 0 0;
    background-color: #fff;
    opacity: 0;
    transform: translateY(50%);
    transition: opacity .4s, transform .4s;
    pointer-events: none;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.16);
}

    .dropdown .dropdown__content:after {
        content: '';
        position: absolute;
        top: -8px;
        right: 18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9.5px 9px 9.5px;
        border-color: transparent transparent #fff transparent;
    }

.dropdown .dropdown__head {
    position: relative;
}

.dropdown .dropdown__close {
    position: fixed;
    top: 22px;
    right: 30px;
    z-index: 5;
    opacity: 0;
    display: none;
    pointer-events: none;
}

.dropdown.open .dropdown__content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media (max-width: 1023px) {
    .dropdown {
        font-weight: 700;
        text-align: center;
    }

        .dropdown .dropdown-btn {
            padding-right: 0;
        }

            .dropdown .dropdown-btn img {
                margin-right: 0;
            }

            .dropdown .dropdown-btn:after {
                display: none;
            }

        .dropdown .dropdown__head {
            margin-bottom: 91px;
        }

        .dropdown .dropdown__content {
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            padding-top: 0;
            margin-top: 0;
            padding-bottom: 40px;
            transform: translateY(0);
            overflow: auto;
        }

        .dropdown .dropdown__close {
            display: inline-block;
        }

        .dropdown.open .dropdown__close {
            opacity: 1;
            pointer-events: auto;
        }
}

.modal-header {
    position: relative;
    z-index: 5;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 58px;
}

    .modal-header .close {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 0;
        margin: 0;
    }

.modal-title {
    font-weight: 700;
    font-size: 18px;
    color: #444854;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.modal-body {
    padding: 38px 51px 64px 44px;
}

.modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}

    .modal-footer .socials {
        margin-bottom: 24px;
    }

    .modal-footer .copyright {
        margin-bottom: 5px;
    }

.modal-inner {
    display: -ms-flexbox;
    display: flex;
}

.modal-aside {
    position: relative;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 75px 62px 10px 62px;
    background-color: rgba(68, 72, 84, 0.05);
}

    .modal-aside .modal-header,
    .modal-aside .modal-body {
        position: static;
        padding: 0;
    }

    .modal-aside .modal-header {
        margin-bottom: 60px;
    }

.modal-entry {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding: 75px 32px 50px 78px;
}

.modal--share .modal-header {
    padding-bottom: 0;
}

.modal--share .modal-body {
    padding: 0 48px 54px 56px;
}

.modal--share .modal-title {
    margin-bottom: 35px;
}

.modal--share .modal-action {
    margin-top: 51px;
    text-align: center;
}

.modal--register .modal-lg {
    max-width: 1160px;
}

.modal--register .modal-content {
    max-width: 100%;
}

.modal--register .modal-aside {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 52px 26px 10px;
}

    .modal--register .modal-aside .modal-header {
        margin-bottom: 25px;
    }

.modal--register .modal-entry {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding: 52px 15px 50px 50px;
}

.modal--register .modal-header .close {
    top: 14px;
    right: 24px;
}

.modal--success-registration .modal-lg {
    max-width: 1160px;
}

.modal--success-registration .modal-content {
    max-width: 100%;
}

.modal--success-registration .modal-header {
    padding: 42px 0 3px;
}

.modal--success-registration .modal-body {
    padding: 0 97px 48px;
}

    .modal--success-registration .modal-body .form .form__head {
        margin-bottom: 32px;
        text-align: center;
    }

    .modal--success-registration .modal-body .form .form__label {
        margin-bottom: 15px;
        color: #1E1E1E;
        letter-spacing: .015em;
    }

    .modal--success-registration .modal-body .form .form__actions {
        margin-top: 10px;
    }

    .modal--success-registration .modal-body .form .list-radios {
        margin-top: -10px;
    }

        .modal--success-registration .modal-body .form .list-radios li + li {
            margin-top: 5px;
        }

        .modal--success-registration .modal-body .form .list-radios .radio label {
            padding-left: 23px;
            margin-bottom: 0;
        }

            .modal--success-registration .modal-body .form .list-radios .radio label:before {
                top: 3px;
            }

            .modal--success-registration .modal-body .form .list-radios .radio label:after {
                top: 8px;
            }

    .modal--success-registration .modal-body .form .form__controls--files {
        margin-top: -9px;
    }

    .modal--success-registration .modal-body .form .form__row {
        margin-bottom: 30px;
    }

    .modal--success-registration .modal-body .form .select {
        max-width: 375px;
    }

    .modal--success-registration .modal-body .list-avatars {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (max-width: 1023px) {
    .modal .modal-inner {
        display: block;
    }

    .modal .modal-entry {
        max-width: 100%;
    }

    .modal .modal-aside {
        display: none;
    }
}

@media (max-width: 414px) {
    .modal .modal-body {
        padding: 35px;
    }

    .modal .modal-header {
        padding: 80px 35px 0;
    }
}

@media (max-width: 767px) {
    .modal .modal-dialog {
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0;
    }

    .modal .modal-content {
        padding-bottom: 160px;
    }

    .modal .modal-body {
        padding: 30px 15px;
    }

    .modal .modal-header {
        padding: 80px 15px 0;
    }

    .modal .modal-footer {
        opacity: 1;
        pointer-events: auto;
    }

    .modal .modal-entry {
        padding: 60px 35px;
    }

    .modal .modal-dialog-centered {
        min-height: 100%;
    }

    .modal--success-registration .modal-body .form .form__head {
        text-align: left;
    }

    .modal--success-registration .modal-body .list-avatars {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.modal-leave {
    text-align: center;
}

    .modal-leave .modal-title {
        font-size: 18px;
        max-width: 300px;
        margin: 0 auto;
    }

    .modal-leave .modal-content {
        width: 575px;
        margin: 0 auto;
    }

    .modal-leave .btn {
        min-width: unset;
        width: 100%;
        font-size: 15px;
        color: #444854;
    }

    .modal-leave .modal-body {
        max-width: 350px;
        margin: 0 auto;
    }

.field {
    width: 100%;
    height: 60px;
    padding: 0 19px;
    border: 1px solid #BFB5B5;
    background-color: #fff;
    font-family: "Noto Serif", serif;
    font-size: 20px;
    color: #C16D85;
    transition: border .4s;
}

.field--readonly {
    border: 0;
    background-color: #F4F4F5;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1E1E1E;
    text-align: center;
}

.field--secondary {
    height: 27px;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-family: "Noto Serif", serif;
    font-size: 20px;
}

    .field--secondary:-ms-input-placeholder {
        color: #BFB5B5;
    }

    .field--secondary::placeholder {
        color: #BFB5B5;
    }

.field--textarea {
    height: 200px;
    padding: 19px;
    resize: none;
}

.field--textarea-secondary {
    height: 250px;
    padding: 20px 23px;
    border: 0;
    border-radius: 4px;
    background-color: #F5F6FA;
    font-size: 14px;
    resize: none;
}

    .field--textarea-secondary:-ms-input-placeholder {
        color: #3B86FF;
    }

    .field--textarea-secondary::placeholder {
        color: #3B86FF;
    }

.field--sm {
    max-width: 250px;
}

.field--md {
    max-width: 350px;
}

.field:focus {
    border-color: #444854;
}

@media (max-width: 767px) {
    .field {
        height: 50px;
    }

    .field--textarea {
        height: 140px;
    }
}

.radio {
    position: relative;
}

    .radio input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

        .radio input:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

    .radio label {
        position: relative;
        padding-left: 26px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .radio label:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 15px;
            background-color: #fff;
            border: 1px solid;
            border-radius: 50%;
            border-color: rgba(68, 72, 84, 0.25);
        }

        .radio label:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #5CB0C5;
            opacity: 0;
            transform: scale(0);
            transition: transform .4s, opacity .4s;
        }

.radio--alt label {
    padding-left: 22px;
    margin: 0 0 12px;
    font-weight: 400;
    letter-spacing: -.01em;
}

    .radio--alt label:before {
        top: 2px;
    }

    .radio--alt label:after {
        top: 6px;
        left: 4px;
        width: 7px;
        height: 7px;
    }

.radio--alt input:checked + label {
    font-weight: 700;
}

.radio--text-decoration span {
    display: inline-block;
    position: relative;
}

    .radio--text-decoration span:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        height: 1px;
        display: block;
        background-color: #75B4DE;
        opacity: 0;
        transition: opacity .3s ease;
    }

.radio--text-decoration input:checked + label span:before {
    opacity: 1;
}

@media (max-width: 767px) {
    .radio--alt label {
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.35;
        letter-spacing: -.01em;
    }

        .radio--alt label:before {
            top: 3px;
        }

        .radio--alt label:after {
            top: 7px;
            left: 4px;
            width: 7px;
            height: 7px;
        }
}

.checkbox {
    position: relative;
}

    .checkbox input {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

        .checkbox input:checked + label:before {
            border-color: rgba(112, 112, 112, 0.5);
        }

        .checkbox input:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

    .checkbox label {
        position: relative;
        padding-left: 26px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .checkbox label:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            height: 16px;
            background-color: #fff;
            border: 1px solid;
            border-radius: 3px;
            transition: border .4s;
            border-color: rgba(112, 112, 112, 0.25);
        }

        .checkbox label:after {
            content: '';
            position: absolute;
            top: 6px;
            left: 6px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #5CB0C5;
            opacity: 0;
            transform: scale(0);
            transition: transform .4s, opacity .4s;
        }

.checkbox--secondary {
    font-size: 14px;
    color: #1E1E1E;
}

    .checkbox--secondary label {
        display: block;
        padding-left: 0;
        padding-right: 26px;
    }

        .checkbox--secondary label:before {
            left: auto;
            right: 0;
        }

        .checkbox--secondary label:after {
            left: auto;
            right: 6px;
        }

.checkbox--alt {
    margin: 0 0 25px;
}

    .checkbox--alt label {
        font-size: 16px;
        line-height: 1.5;
    }

        .checkbox--alt label:before {
            top: 5px;
        }

        .checkbox--alt label:after {
            top: 8px;
            left: 5px;
            width: 6px;
            height: 8px;
            transform: rotate(45deg) !important;
            border-radius: 0;
            background-color: transparent;
            border: 2px solid #75B4DE;
            border-top: 0;
            border-left: 0;
        }

.select {
    position: relative;
}

    .select select {
        width: 100%;
        height: 56px;
        padding: 0 67px 0 21px;
        border: 0;
        border-radius: 7px;
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.03);
    }

        .select select::-ms-expand {
            display: none;
        }

    .select:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 27px;
        width: 13px;
        height: 8px;
        background-image: url(images/icons/ico-arrow-down@2x.png);
        background-size: 13px 8px;
        background-repeat: no-repeat;
        transform: translateY(-50%);
        pointer-events: none;
        opacity: .49;
        transition: opacity .4s;
    }

    .select:hover:after {
        opacity: 1;
    }

.select--secondary select {
    border: 1px solid;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.03);
    transition: border .4s;
    border-color: rgba(112, 112, 112, 0.5);
}

.select--secondary:hover select {
    border-color: #707070;
}

.select--disabled select {
    pointer-events: none;
    color: rgba(30, 30, 30, 0.5);
}

.select--disabled:hover select {
    border-color: rgba(112, 112, 112, 0.5);
}

.select--disabled:hover:after {
    opacity: .49;
}

.date-picker {
    position: relative;
    max-width: 250px;
}

    .date-picker:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 25px;
        width: 26px;
        height: 25px;
        background-image: url(images/icons/ico-calendar@2x.png);
        background-size: 26px 25px;
        background-repeat: no-repeat;
        background-position: center center;
        transform: translateY(-50%);
        pointer-events: none;
    }

.form .form__label {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.form .form__row {
    margin-bottom: 20px;
}

.form .form__error {
    margin-bottom: 27px;
    font-weight: 700;
    font-size: 14px;
    color: #EB7280;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
}

.form .form__actions {
    text-align: center;
}

    .form .form__actions .btn + .btn {
        margin-top: 40px;
    }

.form .form__title {
    font-weight: 700;
    color: #444854;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.form-register .form__head {
    margin-bottom: 58px;
}

.form-register .form__title {
    margin-bottom: 6px;
}

.form-register .form__body {
    padding-right: 26px;
    margin-bottom: 46px;
}

    .form-register .form__body .form__label {
        margin-bottom: 9px;
    }

.form-register .form__row {
    margin-bottom: 28px;
}

    .form-register .form__row .form__controls {
        margin-bottom: 28px;
    }

    .form-register .form__row .row {
        margin-bottom: -28px;
    }

.form-register .form__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

    .form-register .form__actions .btn-link {
        font-size: 12px;
        letter-spacing: .025em;
        text-transform: uppercase;
    }

    .form-register .form__actions .btn + .btn {
        margin-top: 36px;
    }

.form-contact .form__error {
    text-align: left;
}

.form-edit-profile {
    font-size: 16px;
}

    .form-edit-profile .form__row {
        position: relative;
        padding-left: 193px;
    }

    .form-edit-profile .form__row-actions .btn {
        min-width: 160px;
    }

        .form-edit-profile .form__row-actions .btn + .btn {
            margin-left: 16px;
        }

    .form-edit-profile .form__row.vertical-align-middle .form__label {
        top: 50%;
        transform: translateY(-50%);
    }

    .form-edit-profile .form__controls-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

        .form-edit-profile .form__controls-inner span {
            font-weight: 600;
            font-size: 14px;
            color: #444854;
            letter-spacing: .05em;
            white-space: nowrap;
        }

    .form-edit-profile .form__controls-aside {
        -ms-flex: 0 0 394px;
        flex: 0 0 394px;
        max-width: 394px;
        margin-right: 11px;
    }

    .form-edit-profile .form__controls-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 calc(100% - 405px);
        flex: 0 0 calc(100% - 405px);
        max-width: calc(100% - 405px);
        margin-right: 11px;
    }

        .form-edit-profile .form__controls-content .field {
            margin-right: 16px;
        }

        .form-edit-profile .form__controls-content .form__help-text {
            -ms-flex: 0 0 60px;
            flex: 0 0 60px;
            max-width: 60px;
        }

    .form-edit-profile .form__help-text {
        padding: 6px 10px 8px;
        background-color: #F5F5F6;
        font-size: 14px;
        text-align: center;
    }

    .form-edit-profile .field-status {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border: 1px solid #BFB5B5;
    }

    .form-edit-profile .field-status--success {
        background-color: #80C13F;
    }

    .form-edit-profile .field-status--error {
        background-color: #E85C41;
    }

    .form-edit-profile .form__label {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
        letter-spacing: .15em;
    }

    .form-edit-profile .form__actions {
        margin-top: 76px;
        text-align: center;
    }

        .form-edit-profile .form__actions .btn {
            display: block;
            max-width: 420px;
            margin: 0 auto;
        }

        .form-edit-profile .form__actions .btn-link {
            display: inline-block;
            max-width: none;
        }

        .form-edit-profile .form__actions .btn + .btn {
            margin-top: 18px;
        }

    .form-edit-profile .form__profile-image {
        padding-left: 76px;
        margin-bottom: 26px;
    }

        .form-edit-profile .form__profile-image img {
            border-radius: 50%;
        }

    .form-edit-profile .form__profile-banner {
        margin-bottom: 13px;
    }

    .form-edit-profile .form__error {
        margin-bottom: 14px;
        font-weight: 400;
        font-size: 14px;
        color: #E85C41;
        letter-spacing: 0;
        text-transform: none;
        text-align: center;
    }

    .form-edit-profile .select {
        max-width: 310px;
    }

.form-add-moment {
    font-size: 16px;
}

    .form-add-moment .form__head {
        margin-bottom: 40px;
        text-align: center;
    }

    .form-add-moment .form__row {
        position: relative;
        padding-left: 193px;
    }

        .form-add-moment .form__row.vertical-align-middle .form__label {
            top: 50%;
            transform: translateY(-50%);
        }

    .form-add-moment .form__label {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
        letter-spacing: .15em;
    }

    .form-add-moment .form__controls--files {
        position: relative;
    }

        .form-add-moment .form__controls--files .field {
            max-width: 82%;
        }

        .form-add-moment .form__controls--files .btn-field {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 139px;
            height: 60px;
            padding: 0 10px;
            border: 1px solid #BFB5B5;
            border-radius: 0;
            background-color: #75B4DE;
            font-weight: 700;
            font-size: 14px;
            color: #fff;
            letter-spacing: .15em;
            line-height: 58px;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            transition: background .4s;
        }

            .form-add-moment .form__controls--files .btn-field:hover {
                background-color: #3792cf;
            }

    .form-add-moment .list-checkboxes .list-radios {
        display: none;
        padding-left: 27px;
        margin-bottom: 28px;
    }

    .form-add-moment .list-checkboxes .checkbox {
        margin-bottom: 10px;
    }

    .form-add-moment .form__actions {
        margin-top: 76px;
        text-align: center;
    }

        .form-add-moment .form__actions .btn {
            display: block;
            max-width: 420px;
            margin: 0 auto;
        }

        .form-add-moment .form__actions .btn-link {
            display: inline-block;
            max-width: none;
        }

        .form-add-moment .form__actions .btn + .btn {
            margin-top: 18px;
        }

.form-send-to {
    padding: 44px 77px 0 37px;
}

    .form-send-to .form__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-send-to .form__label {
        margin: 0 37px 0 0;
    }

    .form-send-to .form__controls {
        -ms-flex: 0 0 calc(100% - 61px);
        flex: 0 0 calc(100% - 61px);
        max-width: calc(100% - 61px);
    }

    .form-send-to .form__clear {
        position: absolute;
        top: 50%;
        right: 31px;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease, visibility .3s ease;
    }

        .form-send-to .form__clear.visible {
            opacity: 1;
            visibility: visible;
        }

.form-send-message {
    padding: 42px 98px;
}

    .form-send-message .form__row {
        margin-bottom: 0;
    }

    .form-send-message .form__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 25px;
    }

        .form-send-message .form__actions .btn + .btn {
            margin: 0 0 0 42px;
        }

.form-send-message--secondary {
    position: relative;
    padding: 0 0 85px;
}

    .form-send-message--secondary .field--textarea-secondary {
        height: 117px;
    }

    .form-send-message--secondary .form__actions {
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s, transform .4s;
        transform: translateY(100%);
    }

        .form-send-message--secondary .form__actions.active {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(0);
        }

.form-create-challenge {
    font-size: 16px;
}

    .form-create-challenge .form__head {
        margin-bottom: 40px;
        text-align: center;
    }

    .form-create-challenge .form__row {
        position: relative;
        padding-left: 193px;
        margin-bottom: 30px;
    }

        .form-create-challenge .form__row.vertical-align-middle .form__label {
            top: 50%;
            transform: translateY(-50%);
        }

    .form-create-challenge .form__label {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
        letter-spacing: .15em;
    }

    .form-create-challenge .form__controls-tasks {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .form-create-challenge .form__controls-tasks .field--sm {
            -ms-flex: 0 0 32%;
            flex: 0 0 32%;
            max-width: 32%;
            margin-right: 15px;
        }

        .form-create-challenge .form__controls-tasks .field--md {
            -ms-flex: 0 0 45%;
            flex: 0 0 45%;
            max-width: 45%;
            margin-right: 17px;
        }

        .form-create-challenge .form__controls-tasks .btn {
            -ms-flex: 0 0 18%;
            flex: 0 0 18%;
            max-width: 18%;
            min-width: 0;
            margin-right: 12px;
        }

    .form-create-challenge .form__controls--files {
        display: -ms-flexbox;
        display: flex;
    }

        .form-create-challenge .form__controls--files .btn {
            min-width: 139px;
            border: 1px solid #BFB5B5;
            line-height: 58px;
        }

    .form-create-challenge .form__inner {
        display: none;
    }

    .form-create-challenge .form__flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 25px;
    }

    .form-create-challenge .form__label {
        cursor: pointer;
    }

    .form-create-challenge .form__actions {
        margin-top: 76px;
        text-align: center;
    }

        .form-create-challenge .form__actions .btn {
            display: block;
            max-width: 420px;
            margin: 0 auto;
        }

        .form-create-challenge .form__actions .btn-link {
            display: inline-block;
            max-width: none;
        }

        .form-create-challenge .form__actions .btn + .btn {
            margin-top: 18px;
        }

    .form-create-challenge .select {
        max-width: 310px;
    }

    .form-create-challenge .date-picker {
        margin-right: 23px;
    }

    .form-create-challenge .challenge-start {
        font-size: 16px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s;
    }

        .form-create-challenge .challenge-start.active {
            opacity: 1;
            pointer-events: auto;
        }

.form-register-details {
    font-size: 16px;
}

    .form-register-details .form__head {
        margin-bottom: 43px;
    }

        .form-register-details .form__head p {
            margin-bottom: 0;
        }

    .form-register-details .form__label {
        display: inline-block;
        margin-bottom: 17px;
    }

    .form-register-details .form__controls--files {
        display: -ms-flexbox;
        display: flex;
    }

        .form-register-details .form__controls--files .field {
            -ms-flex: 0 0 calc(100% - 139px);
            flex: 0 0 calc(100% - 139px);
            max-width: calc(100% - 139px);
        }

        .form-register-details .form__controls--files .btn {
            -ms-flex: 0 0 139px;
            flex: 0 0 139px;
            max-width: 139px;
            min-width: 139px;
            border: 1px solid #BFB5B5;
            border-left: 0;
            line-height: 56px;
        }

    .form-register-details .form__controls + .form__controls {
        margin-top: 14px;
    }

    .form-register-details .form__actions {
        margin-top: 76px;
        text-align: center;
    }

        .form-register-details .form__actions .btn {
            display: block;
            max-width: 420px;
            margin: 0 auto;
        }

        .form-register-details .form__actions .btn-link {
            display: inline-block;
            max-width: none;
        }

        .form-register-details .form__actions .btn + .btn {
            margin-top: 18px;
        }

    .form-register-details .select {
        max-width: 310px;
    }

.form-report {
    font-size: 14px;
}

    .form-report .form__actions {
        margin-top: 20px;
        text-align: center;
    }

        .form-report .form__actions .btn {
            display: block;
            max-width: 420px;
            margin: 0 auto;
        }

        .form-report .form__actions .btn-link {
            display: inline-block;
            max-width: none;
        }

        .form-report .form__actions .btn + .btn {
            margin-top: 18px;
        }

.form-select-avatar {
    text-align: center;
}

    .form-select-avatar .form__actions {
        margin-top: 50px;
        text-align: center;
    }

        .form-select-avatar .form__actions .btn {
            display: block;
            max-width: 420px;
            margin: 0 auto;
        }

        .form-select-avatar .form__actions .btn-link {
            display: inline-block;
            max-width: none;
        }

        .form-select-avatar .form__actions .btn + .btn {
            margin-top: 18px;
        }

@media (max-width: 1200px) {
    .form-create-challenge .form__controls-tasks {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .form-create-challenge .form__controls-tasks .field--sm {
            -ms-flex: 0 0 250px;
            flex: 0 0 250px;
            max-width: 250px;
            margin-right: 15px;
        }

        .form-create-challenge .form__controls-tasks .field--md {
            -ms-flex: 0 0 350px;
            flex: 0 0 350px;
            max-width: 350px;
            margin-right: 17px;
        }

        .form-create-challenge .form__controls-tasks .btn {
            -ms-flex: 0 0 139px;
            flex: 0 0 139px;
            max-width: 139px;
            min-width: 139px;
            margin-right: 12px;
        }

    .form-create-challenge .form__row--scroll {
        overflow-x: auto;
    }

        .form-create-challenge .form__row--scroll .table {
            width: 771px;
        }
}

@media (max-width: 1023px) {
    .form-send-message {
        padding: 20px;
    }

    .form-send-to {
        padding: 0 20px;
    }

        .form-send-to .form__row {
            margin-bottom: 0;
        }

    .form-edit-profile .form__row {
        padding-left: 0;
    }

    .form-edit-profile .form__row-actions .btn {
        display: block;
        width: 100%;
    }

        .form-edit-profile .form__row-actions .btn + .btn {
            margin: 10px 0 0;
        }

    .form-edit-profile .form__profile-image {
        padding-left: 0;
        text-align: center;
    }

    .form-edit-profile .form__label {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .form-edit-profile .form__controls-inner {
        display: block;
    }

        .form-edit-profile .form__controls-inner span {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 10px;
            font-size: 12px;
            word-break: break-all;
            white-space: pre-wrap;
        }

        .form-edit-profile .form__controls-inner .field {
            -ms-flex: 0 0 calc(100% - 76px);
            flex: 0 0 calc(100% - 76px);
            max-width: calc(100% - 76px);
            margin-right: 0;
        }

        .form-edit-profile .form__controls-inner .field-status {
            -ms-flex: 0 0 60px;
            flex: 0 0 60px;
            max-width: 60px;
        }

    .form-edit-profile .form__controls-aside {
        margin-bottom: 20px;
    }

    .form-edit-profile .form__controls-content {
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
    }

    .form-edit-profile .form__actions {
        margin-top: 20px;
    }

    .form-send-to {
        padding: 0 81px 0 20px;
    }
}

@media (max-width: 767px) {
    .form-send-to {
        padding: 0 20px;
    }

        .form-send-to .form__label {
            margin-right: 10px;
        }

        .form-send-to .form__row {
            margin-bottom: 0;
        }

        .form-send-to .form__controls {
            -ms-flex: 0 0 calc(100% - 70px);
            flex: 0 0 calc(100% - 70px);
            max-width: calc(100% - 70px);
        }

    .form-login .form__actions {
        padding: 0 12px;
    }

        .form-login .form__actions .btn {
            display: block;
            width: 100%;
            letter-spacing: .025em;
        }

        .form-login .form__actions .btn-link {
            display: inline-block;
            width: auto;
        }

        .form-login .form__actions .btn + .btn {
            margin-top: 18px;
        }

    .form-register .form__body {
        padding-right: 0;
    }

    .form-register .form__actions {
        padding: 0 12px;
    }

        .form-register .form__actions .btn {
            display: block;
            width: 100%;
            letter-spacing: .025em;
        }

        .form-register .form__actions .btn-link {
            display: inline-block;
            width: auto;
        }

        .form-register .form__actions .btn + .btn {
            margin-top: 18px;
        }

    .form-register .form__title {
        margin-bottom: 35px;
    }

    .form-contact .form__actions .btn {
        width: 100%;
    }

    .form-add-moment .form__row {
        padding-left: 0;
    }

    .form-add-moment .form__label {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

    .form-add-moment .form__controls--files .field {
        max-width: 100%;
    }

    .form-add-moment .form__controls--files .btn-field {
        position: relative;
        top: 5px;
        display: block;
    }

    .form-register-details .list-avatars li {
        text-align: center;
    }

    .form-register-details .form__controls--files .btn {
        height: 50px;
        line-height: 50px;
    }

    .form-register-details .form__actions {
        margin-top: 40px;
    }

    .form-create-challenge {
        font-size: 15px;
    }

        .form-create-challenge .form__row {
            padding-left: 0;
        }

        .form-create-challenge .form__label {
            position: relative;
            display: inline-block;
            margin-bottom: 10px;
        }

        .form-create-challenge .form__controls--files {
            display: block;
        }

            .form-create-challenge .form__controls--files .btn-field {
                display: block;
                margin-top: 10px;
                border: 0;
            }

        .form-create-challenge .list-badges {
            text-align: center;
        }

    .form-edit-profile .form__controls-inner .field-status {
        height: 50px;
    }
}

.form-comment {
    transform: translateY(60px);
    opacity: 0;
    transition: all .3s ease;
    transition-delay: .1s;
}

    .form-comment.visible {
        opacity: 1;
        transform: translate(0);
    }

    .form-comment form {
        display: -ms-flexbox;
        display: flex;
    }

    .form-comment .field {
        height: 55px;
        padding: 0 62px 0 25px;
        border-radius: 10px;
        background-color: #fff;
        border: 0;
        color: #75B4DE;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
    }

        .form-comment .field:-ms-input-placeholder {
            color: inherit;
        }

        .form-comment .field::placeholder {
            color: inherit;
        }

    .form-comment .form__btn {
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-size: cover;
        background-position: center center;
    }

    .form-comment .form__image {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: cover;
        background-position: center center;
    }

    .form-comment .form__body {
        -ms-flex: 1;
        flex: 1;
        padding-left: 14px;
    }

    .form-comment .form__row {
        position: relative;
        margin-bottom: 15px;
    }

    .form-comment .form__btn {
        display: inline-block;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background-size: cover;
        background-position: center center;
        border: 0;
    }

    .form-comment .form__actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        font-size: 14px;
        line-height: 1;
    }

    .form-comment .toggle {
        position: relative;
        display: inline-block;
        -ms-flex: 0 0 51px;
        flex: 0 0 51px;
        max-width: 51px;
        margin-right: 10px;
    }

        .form-comment .toggle:before {
            content: '';
            position: relative;
            width: 51px;
            height: 31px;
            display: inline-block;
            background-color: #D0D0D0;
            border-radius: 20px;
            transition: all .3s ease;
        }

        .form-comment .toggle:after {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            height: 27px;
            width: 27px;
            border-radius: 50%;
            background-color: #fff;
            transition: all .3s ease;
        }

        .form-comment .toggle.active:before {
            background-color: #75B4DE;
        }

        .form-comment .toggle.active:after {
            transform: translateX(20px);
        }

@media (max-width: 767px) {
    .form-comment form {
        display: block;
    }

    .form-comment .form__image {
        max-width: 50px;
        height: 50px;
        margin: 0 0 15px;
    }

    .form-comment .form__body {
        padding-left: 0;
    }
}

.form-filter {
    position: relative;
    padding: 22px 26px 16px;
    z-index: 10;
    background-color: #fff;
}

    .form-filter .radio {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
        position: relative;
    }

        .form-filter .radio label {
            font-weight: 400;
        }

        .form-filter .radio:last-child {
            -ms-flex: 0 0 36%;
            flex: 0 0 36%;
            max-width: 36%;
            padding-left: 18px;
        }

            .form-filter .radio:last-child span {
                position: relative;
            }

                .form-filter .radio:last-child span:before {
                    content: '';
                    position: absolute;
                    bottom: -4px;
                    left: 0;
                    right: 0;
                    height: 1px;
                    background-color: #6EC1C7;
                    opacity: 0;
                    transition: opacity .3s ease;
                }

            .form-filter .radio:last-child input:checked + label span:before {
                opacity: 1;
            }

        .form-filter .radio input:checked + label {
            font-weight: 700;
        }

        .form-filter .radio input:checked + span {
            font-weight: 700;
        }

        .form-filter .radio.has-dd {
            position: relative;
        }

            .form-filter .radio.has-dd span {
                position: relative;
            }

                .form-filter .radio.has-dd span:after {
                    content: '';
                    position: absolute;
                    top: 43%;
                    right: -19px;
                    width: 8px;
                    height: 8px;
                    transform: translateY(-50%) rotate(45deg);
                    border: 1px solid #444854;
                    border-top: none;
                    border-left: none;
                    transition: transform .3s ease;
                }

            .form-filter .radio.has-dd.open span:after {
                transform: translateY(-50%) rotate(225deg);
            }

    .form-filter h4 {
        letter-spacing: .02em;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .form-filter .form__row {
        display: -ms-flexbox;
        display: flex;
    }

    .form-filter .form-filter__drop-down {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 15px 15px 0;
        background-color: #fff;
        opacity: 0;
        transform: translateY(-10px);
        transition: all .3s ease;
        pointer-events: none;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

        .form-filter .form-filter__drop-down:before {
            content: '';
            position: absolute;
            top: -7px;
            right: 10px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 6px 8px 6px;
            border-color: transparent transparent #fff transparent;
        }

    .form-filter .open .form-filter__drop-down {
        opacity: 1;
        transform: translateY(0);
        pointer-events: all;
    }

@media (max-width: 1200px) {
    .form-filter {
        padding: 22px 20px 16px 10px;
    }

        .form-filter label {
            font-size: 14px;
        }

        .form-filter .radio {
            -ms-flex: 0 0 28%;
            flex: 0 0 28%;
            max-width: 28%;
            position: relative;
        }

            .form-filter .radio:last-child {
                -ms-flex: 1;
                flex: 1;
                max-width: unset;
            }
}

@media (max-width: 1023px) {
    .form-filter label {
        font-size: 12px;
    }

    .form-filter .radio.has-dd {
        padding: 0 0 0 5px;
    }

        .form-filter .radio.has-dd span:after {
            top: 43%;
            right: -13px;
            width: 6px;
            height: 6px;
        }

    .form-filter--alt .radio {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .form-filter--alt .radio {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 525px) {
    .form-filter label {
        font-size: 16px;
    }

    .form-filter h4 {
        margin: 0 0 20px;
    }

    .form-filter .form__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-filter .radio {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 10px;
    }

        .form-filter .radio:last-child {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
            margin-bottom: 0;
        }
}

@media (max-width: 374px) {
    .form-filter .radio {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-add-new-moment .radio--alt {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 27px 0 0;
    text-align: right;
}

    .form-add-new-moment .radio--alt label {
        font-weight: 700;
    }

    .form-add-new-moment .radio--alt ~ .radio {
        text-align: left;
    }

.form-add-new-moment .list-checkboxes {
    margin: 0 0 26px;
}

    .form-add-new-moment .list-checkboxes li ~ li {
        margin-top: 24px;
    }

.form-add-new-moment .list-radios {
    display: none;
    padding: 9px 0 0 26px;
}

    .form-add-new-moment .list-radios li ~ li {
        margin: 6px 0 0;
    }

    .form-add-new-moment .list-radios label {
        margin: 0;
    }

    .form-add-new-moment .list-radios .radio {
        text-align: left;
    }

.form-add-new-moment .btn {
    min-width: auto;
}

.form-add-new-moment .field--textarea {
    height: 225px;
    padding: 3px 1px;
    border: 0;
    font-size: 15px;
    color: #75B4DE;
}

.form-add-new-moment .field--textarea-small {
    height: 72px;
}

.form-add-new-moment textarea:-ms-input-placeholder {
    color: #75B4DE;
}

.form-add-new-moment textarea::placeholder {
    color: #75B4DE;
}

.form-add-new-moment innput:-ms-input-placeholder {
    color: #75B4DE;
}

.form-add-new-moment innput::placeholder {
    color: #75B4DE;
}

.form-add-new-moment innput::-webkit-input-placeholder {
    color: #75B4DE;
}

.form-add-new-moment .select {
    margin: 0 0 20px;
    border-radius: 7px;
    border: 1px solid #707070;
}

.form-add-new-moment .select--flex {
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}

.form-add-new-moment .form__head {
    margin: 0 0 22px;
}

.form-add-new-moment .form__body .form__row-accordion {
    pointer-events: none;
}

.form-add-new-moment .form__row-body {
    padding: 1px 25px 0;
    background-color: #fff;
    font-size: 16px;
}

.form-add-new-moment .form__row-body--accrodion {
    display: none;
}

.form-add-new-moment .form__row-body--alt {
    opacity: 0;
}

.form-add-new-moment .form__controls {
    -ms-flex: 1;
    flex: 1;
}

.form-add-new-moment .form__content {
    position: absolute;
    left: 392px;
    right: 0;
    top: 0;
    padding: 22px 18px 29px;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .form-add-new-moment .form__content {
        height: auto !important;
    }
}

.form-add-new-moment .form__row-head {
    position: relative;
    padding: 20px 63px 13px;
    background-color: #fff;
    cursor: pointer;
}

    .form-add-new-moment .form__row-head .ico {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .form-add-new-moment .form__row-head .ico--active {
        opacity: 0;
    }

    .form-add-new-moment .form__row-head label {
        pointer-events: none;
    }

    .form-add-new-moment .form__row-head .field {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

    .form-add-new-moment .form__row-head:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 28px;
        width: 3px;
        height: 23px;
        transform: translateY(-50%);
        background-color: #E0E0E0;
    }

    .form-add-new-moment .form__row-head:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 18px;
        height: 3px;
        width: 23px;
        transform: translateY(-50%);
        background-color: #E0E0E0;
    }

.form-add-new-moment .form__label {
    text-transform: uppercase;
    color: #6C5B7B;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
}

.form-add-new-moment .form__row ~ .form__row {
    margin-top: 21px;
}

.form-add-new-moment .form__row--radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 16px;
}

.form-add-new-moment .form__row--completed .ico-holder {
    opacity: 1;
}

.form-add-new-moment .form__row-title {
    display: none;
}

.form-add-new-moment .form__group {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

    .form-add-new-moment .form__group .radio {
        text-align: left;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

        .form-add-new-moment .form__group .radio label {
            letter-spacing: .02em;
        }

        .form-add-new-moment .form__group .radio ~ .radio {
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
        }

    .form-add-new-moment .form__group .btn {
        min-width: unset;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        max-width: 85px;
    }

.form-add-new-moment .form__group--select {
    margin-bottom: 17px;
    margin-right: -6px;
}

    .form-add-new-moment .form__group--select .btn {
        margin-left: 11px;
    }

.form-add-new-moment .ico-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 60px;
    background-color: #80C13F;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.form-add-new-moment .form__foot {
    margin-top: 49px;
    text-align: center;
}

.form-add-new-moment .form__btn {
    min-width: 100%;
    margin: 0 0 10px;
    background-color: #D0D0D0;
}

.form-add-new-moment .form__cancel {
    display: inline-block;
    position: relative;
    padding: 0 0 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444854;
    text-decoration: none;
}

    .form-add-new-moment .form__cancel:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #75B4DE;
    }

.form-add-new-moment .form__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -25px;
}

    .form-add-new-moment .form__actions .btn {
        -ms-flex: 0 0 49.5%;
        flex: 0 0 49.5%;
        max-width: 49.5%;
        min-width: auto;
    }

.form-add-new-moment .form__actions--alt {
    margin: 0;
}

.form-add-new-moment--active .form__body .form__row-accordion {
    pointer-events: all;
}

.form-add-new-moment--active .form__btn {
    background-color: #75B4DE;
}

.form-add-new-moment--active .form__content {
    opacity: 1;
    pointer-events: all;
}

@media (max-width: 1023px) {
    .form-add-new-moment .radio--alt {
        max-width: 100%;
        padding: 0 0px 0 0;
        text-align: left;
    }

    .form-add-new-moment .form__content {
        position: absolute;
        left: 250px;
    }

    .form-add-new-moment .form__row--radio {
        display: block;
    }

    .form-add-new-moment .form__group {
        display: block;
    }

        .form-add-new-moment .form__group .radio {
            text-align: left;
            max-width: 100%;
        }

            .form-add-new-moment .form__group .radio ~ .radio {
                max-width: 100%;
            }

        .form-add-new-moment .form__group .btn {
            max-width: 100%;
            max-width: 100%;
        }

    .form-add-new-moment .form__group--select {
        margin-bottom: 17px;
        margin-right: 0px;
    }

        .form-add-new-moment .form__group--select .btn {
            width: 100%;
            margin-top: 10px;
            margin-left: 0px;
        }
}

@media (max-width: 767px) {
    .form-add-new-moment .owl-nav {
        display: none;
    }

    .form-add-new-moment .form__body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .form-add-new-moment .form__row {
        margin: 0 3px 5px;
    }

        .form-add-new-moment .form__row ~ .form__row {
            margin-top: 0;
        }

    .form-add-new-moment .form__row--radio {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 0px;
    }

    .form-add-new-moment .form__row--completed .ico {
        opacity: 1;
    }

    .form-add-new-moment .form__row--completed .ico--active {
        opacity: 1;
    }

    .form-add-new-moment .form__row--completed .form__row-head {
        background-color: #80C13F;
    }

    .form-add-new-moment .ico-holder {
        display: none;
    }

    .form-add-new-moment .radio label {
        font-size: 14px;
    }

    .form-add-new-moment .select {
        margin: 0 0 17px;
    }

    .form-add-new-moment .radio--alt {
        -ms-flex: 1;
        flex: 1;
        max-width: unset;
        padding: 0 8px;
        text-align: right;
    }

    .form-add-new-moment .form__row-head {
        position: relative;
        padding: 5px;
        width: 65px;
        height: 60px;
        text-align: center;
        background-color: #fff;
        cursor: pointer;
    }

        .form-add-new-moment .form__row-head .ico {
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .form-add-new-moment .form__row-head label {
            display: none;
        }

        .form-add-new-moment .form__row-head .field {
            display: none;
        }

        .form-add-new-moment .form__row-head:before, .form-add-new-moment .form__row-head:after {
            display: none;
        }

    .form-add-new-moment .form__row-inner {
        padding: 0 0 80px;
    }

    .form-add-new-moment .form__content {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 10;
        top: auto;
        left: 0;
        right: 0;
        max-width: 100%;
        bottom: 0;
        transform: scaleY(0);
        transition: transform .3s ease;
        overflow: auto;
        transform-origin: bottom;
        pointer-events: all;
    }

        .form-add-new-moment .form__content .slider-main-nav {
            display: block !important;
            text-align: center;
        }

        .form-add-new-moment .form__content.is-open {
            transform: scaleY(1);
            opacity: 1;
        }

    .form-add-new-moment .form__content-inner {
        padding: 0 0 80px;
    }

    .form-add-new-moment .form__row-body {
        padding: 50px 17px 20px;
        transform-origin: bottom;
    }

    .form-add-new-moment .form__row-body--accrodion {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        height: calc(100vh - 190px);
        transform: scaleY(0);
        transition: transform .3s ease;
        overflow: auto;
    }

    .form-add-new-moment .form__row-body.is-open {
        transform: scaleY(1);
    }

    .form-add-new-moment .form__row-body--alt {
        opacity: 0;
    }

    .form-add-new-moment .form__row-title {
        display: block;
        margin: 0 0 19px;
        text-align: center;
        text-transform: uppercase;
        color: #6C5B7B;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .2em;
    }

        .form-add-new-moment .form__row-title i {
            margin-right: 11px;
        }

    .form-add-new-moment .form__foot {
        margin-top: 7px;
    }

    .form-add-new-moment .form__actions {
        margin: 0;
    }

    .form-add-new-moment .form__group {
        display: block;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        .form-add-new-moment .form__group .radio--alt {
            display: inline-block;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
            text-align: right;
        }

            .form-add-new-moment .form__group .radio--alt ~ .radio {
                text-align: left;
            }

    .form-add-new-moment .form__group--select .btn {
        display: none;
    }

    .form-add-new-moment .list-checkboxes {
        margin: 20px 0 26px;
    }

        .form-add-new-moment .list-checkboxes li ~ li {
            margin-top: 0px;
        }

    .form-add-new-moment .list-radios {
        padding: 9px 0px 20px 26px;
    }

    .form-add-new-moment .field--textarea {
        height: 213px;
        padding: 14px 15px;
        border: 0;
        font-size: 20px;
        color: #75B4DE;
        border: 1px solid #EBEBEB;
    }

    .form-add-new-moment .field--textarea-small {
        height: 190px;
        margin: 0 0 12px;
    }

    .form-add-new-moment .field:-ms-input-placeholder {
        color: inherit;
    }

    .form-add-new-moment .field::placeholder {
        color: inherit;
    }
}

.page .page__title {
    margin-bottom: 25px;
    font-weight: 700;
    color: #444854;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.page .page__subtitle {
    font-weight: 700;
    color: #444854;
    letter-spacing: .15em;
    text-transform: uppercase;
}

    .page .page__subtitle span {
        font-family: "Noto Serif", serif;
        font-weight: 400;
        font-style: italic;
        font-size: 24px;
        letter-spacing: 0;
    }

.page .page__subtitle-secondary {
    margin-bottom: 25px;
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-size: 20px;
}

.page .page__head {
    margin-bottom: 37px;
}

.page .page__bar {
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 14px;
    color: #444854;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.page .page__bar-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.page .page__bar-aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.page .page__bar .select {
    width: 222px;
    margin-left: 25px;
}

.page .page__description {
    margin-bottom: 25px;
}

.page .page__description-entry {
    display: none;
}

    .page .page__description-entry p {
        margin-bottom: 20px;
    }

.page .page__description-btn {
    display: block;
    width: 100%;
    padding: 10px 11px;
    font-weight: 700;
    font-size: 14px;
    color: #444854 !important;
    letter-spacing: .15em;
    text-transform: uppercase;
    background-color: rgba(68, 72, 84, 0.05);
}

    .page .page__description-btn span {
        position: relative;
        display: none;
    }

        .page .page__description-btn span:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 100%;
            width: 10px;
            height: 6px;
            margin-left: 20px;
            background-image: url(images/icons/ico-arrow-down@2x.png);
            background-size: 10px 6px;
            transform: translateY(-50%);
            transition: transform .4s;
        }

        .page .page__description-btn span.active {
            display: inline-block;
        }

.page .page__description.open .page__description-entry {
    display: block;
}

.page .page__description.open .page__description-btn span:after {
    transform: translateY(-50%) scaleY(-1);
}

.page--new .page__head {
    margin-bottom: 0px;
}

.page--new .aside {
    padding-top: 19px;
}

@media (max-width: 1023px) {
    .page .page__head {
        margin-bottom: 16px;
    }

    .page .page__bar-inner {
        display: block;
    }

    .page .page__bar-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 19px;
    }

    .page .page__bar-aside {
        -ms-flex-pack: justify;
        justify-content: space-between;
        white-space: nowrap;
    }

    .page .page__bar .select {
        width: 100%;
    }

    .page .page__subtitle {
        margin-bottom: 0;
        font-size: 9px;
    }

        .page .page__subtitle span {
            font-size: 19px;
        }
}

.member {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    color: #1E1E1E;
    transition: box-shadow .4s;
}

.members .member + .member {
    margin-top: 30px;
}

.member > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.member .member__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.member .member__image {
    -ms-flex: 0 0 29.7%;
    flex: 0 0 29.7%;
    max-width: 29.7%;
    padding: 25px 29px 25px 30px;
}

    .member .member__image img {
        width: 170px;
        border-radius: 50%;
    }

.member .member__content {
    -ms-flex: 1 0;
    flex: 1 0;
    position: relative;
    padding: 25px 28px 25px 0;
}

.member .member__stats {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    border-left: 1px solid #E0DCDC;
}

.member .member__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
}

    .member .member__head .list-belts-secondary {
        position: relative;
        z-index: 5;
    }

.member .member__body p {
    margin-bottom: 0;
}

.member .member__rang {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #444854;
    letter-spacing: .05em;
    text-transform: uppercase;
}

    .member .member__rang i {
        margin-right: 10px;
    }

.member .member__title {
    margin-bottom: 4px;
    font-weight: 700;
    color: #444854;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.member .member__subtitle {
    margin-bottom: 8px;
    font-weight: 700;
    color: #969696;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.member .member__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    letter-spacing: .15em;
    text-transform: uppercase;
}

    .member .member__label .ico {
        margin-right: 14px;
    }

.member .member__foot {
    padding: 8px 30px;
    background-color: #323232;
}

.member:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    .member {
        font-size: 12px;
    }

        .member .member__inner {
            display: block;
        }

            .member .member__inner:after {
                content: '';
                display: table;
                line-height: 0;
                clear: both;
            }

        .member .member__stats {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            border-left: 0;
            border-top: 1px solid #E0DCDC;
        }

        .member .member__image {
            float: left;
            max-width: 40%;
            padding: 10px 10px;
            margin-right: 5px;
        }

        .member .member__content {
            max-width: 100%;
            padding: 20px 15px;
        }

        .member .member__head {
            display: block;
            min-height: 100px;
        }

        .member .member__rang {
            margin-bottom: 12px;
        }

        .member .member__foot {
            padding: 8px 15px;
        }
}

.member-widget .member__image {
    height: 376px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .member-widget .member__image a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.member-widget .member__content {
    padding: 21px 28px 33px 24px;
    background-color: #323232;
}

.member-widget .member__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.member-widget .member__title {
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    letter-spacing: .15em;
    text-transform: uppercase;
}

    .member-widget .member__title a {
        text-decoration: none;
        transition: color .4s;
    }

        .member-widget .member__title a:hover {
            color: #d9d9d9;
        }

.member-widget .member__position {
    font-size: 14px;
    color: #BFB5B5;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.content {
    width: 100%;
    -ms-flex: 0 0 calc(100% - 392px);
    flex: 0 0 calc(100% - 392px);
    max-width: calc(100% - 392px);
}

.content--lg {
    -ms-flex: 0 0 calc(100% - 440px);
    flex: 0 0 calc(100% - 440px);
    max-width: calc(100% - 440px);
}

.content--tertiary {
    -ms-flex: 1 0;
    flex: 1 0;
    max-width: 100%;
    padding-left: 98px;
}

@media (max-width: 1023px) {
    .content {
        max-width: 100%;
    }

    .content--secondary {
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px);
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .content--secondary {
        max-width: 100%;
        padding-right: 0;
    }

    .content--tertiary {
        max-width: 100%;
        padding-left: 0;
    }
}

.aside {
    -ms-flex: 0 0 294px;
    flex: 0 0 294px;
    max-width: 294px;
    padding-top: 20px;
}

.aside--lg {
    -ms-flex: 0 0 376px;
    flex: 0 0 376px;
    max-width: 376px;
}

.aside--offset-none {
    padding-top: 0px;
}

@media (max-width: 1023px) {
    .aside {
        max-width: 100%;
    }

    .aside--secondary {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }

    .aside--tablet-none {
        display: none;
    }
}

@media (max-width: 767px) {
    .aside--secondary {
        max-width: 100%;
    }
}

.widgets {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .widgets .widget {
        margin-bottom: 20px;
    }

    .widgets.completed .widget-join-challenge {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
    }

    .widgets.completed .widget-badges {
        max-height: 0;
        padding: 0;
        transition: max-height 1s ease;
    }

    .widgets.completed .widget-badges--completed {
        max-height: 600px;
        padding: 18px 20px 18px;
        opacity: 1;
        transition: max-height 1s ease;
    }

    .widgets.completed .widget--alt {
        padding: 25px 15px 22px;
    }

        .widgets.completed .widget--alt .list-most-points li {
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 5px;
        }

        .widgets.completed .widget--alt .current {
            padding-top: 10px;
            background-color: #6EC1C7;
            color: #fff;
        }

            .widgets.completed .widget--alt .current .list-likes,
            .widgets.completed .widget--alt .current .number {
                color: #fff;
            }

        .widgets.completed .widget--alt .current--first {
            background-color: #d59b00;
        }

        .widgets.completed .widget--alt .current--second {
            background-color: #9a9a9a;
        }

        .widgets.completed .widget--alt .current--third {
            background-color: #957622;
        }

@media (max-width: 1023px) {
    .widgets--tablet-on {
        display: block;
    }
}

.widget {
    padding: 28px 29px 22px 21px;
    background-color: #fff;
}

    .widget .widget__head {
        padding-bottom: 18px;
        margin-bottom: 20px;
        border-bottom: 1px solid #F0F0F0;
    }

    .widget .widget__title {
        margin-bottom: 0;
        font-weight: 700;
        color: #444854;
        letter-spacing: .14em;
        text-transform: uppercase;
    }

    .widget .widget__title--alt {
        font-size: 18px;
        text-align: center;
    }

.widget-filters:first-of-type {
    margin-top: 25px;
}

.widget-food-story {
    padding: 0;
    margin-bottom: 30px;
    background-color: transparent;
}

    .widget-food-story .widget__title {
        font-size: 18px;
        color: #444854;
        letter-spacing: .05em;
    }

    .widget-food-story .widget__head {
        padding: 0;
        margin-bottom: 15px;
        border-bottom: 0;
    }

.widget-honoured-member {
    padding: 0;
    background-color: transparent;
}

    .widget-honoured-member .widget__title {
        font-size: 18px;
        color: #444854;
        letter-spacing: .05em;
    }

    .widget-honoured-member .widget__head {
        padding: 0;
        margin-bottom: 15px;
        border-bottom: 0;
    }

.widget--button {
    padding: 0;
    background-color: transparent;
}

.widget--tasks .widget__head {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 0;
}

.widget--tasks .progress {
    margin-bottom: 19px;
}

.widget--tasks .list-tasks {
    margin-bottom: 32px;
}

    .widget--tasks .list-tasks li {
        padding-right: 50px;
    }

        .widget--tasks .list-tasks li:before {
            display: none;
        }

        .widget--tasks .list-tasks li h4 {
            position: relative;
            display: inline-block;
            padding-right: 25px;
            color: #6EC1C7;
        }

        .widget--tasks .list-tasks li .task-link {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

        .widget--tasks .list-tasks li .link-add {
            position: absolute;
            top: 50%;
            right: 0;
            width: 38px;
            height: 38px;
            transform: translateY(-50%);
            z-index: 1;
        }

        .widget--tasks .list-tasks li i {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            z-index: 1;
        }

        .widget--tasks .list-tasks li .ico-ico-add {
            transition: opacity .3s ease;
        }

        .widget--tasks .list-tasks li .ico-ico-add-hover {
            transition: opacity .3s ease;
            opacity: 0;
        }

        .widget--tasks .list-tasks li:hover .ico-ico-add {
            opacity: 0;
        }

        .widget--tasks .list-tasks li:hover .ico-ico-add-hover {
            opacity: 1;
        }

    .widget--tasks .list-tasks .dark p {
        color: #B1B1B1;
    }

.widget--tasks .list-text {
    color: #fff;
}

.widget--tasks-dark {
    background-color: #323232;
    color: #fff;
}

    .widget--tasks-dark .widget__title {
        color: #fff;
    }

    .widget--tasks-dark .list-tasks {
        color: #fff;
    }

        .widget--tasks-dark .list-tasks h4 {
            position: relative;
            color: #fff;
        }

            .widget--tasks-dark .list-tasks h4 a {
                position: absolute;
                display: inline-block;
                top: 50%;
                width: 20px;
                height: 20px;
                right: 0;
                left: auto;
                transform: translateY(-50%);
                z-index: 1;
            }

        .widget--tasks-dark .list-tasks p {
            color: #fff;
        }

.widget--secondary .widget__actions {
    margin: 20px 0;
    text-align: center;
}

.widget--secondary-dark {
    background-color: #323232;
    color: #fff;
}

    .widget--secondary-dark .widget__title {
        color: #fff;
    }

.widget--tertiary {
    padding: 24px 25px 22px 21px;
}

    .widget--tertiary .widget__head {
        padding-bottom: 0;
        border: 0;
    }

    .widget--tertiary .widget__title {
        letter-spacing: .05em;
    }

    .widget--tertiary .widget__actions {
        margin: 39px 0 13px;
        text-align: center;
    }

        .widget--tertiary .widget__actions .btn {
            font-size: 12px;
            letter-spacing: .025em;
        }

.widget--food-story {
    padding: 28px 29px 22px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: .025em;
    text-align: center;
}

    .widget--food-story .widget__title {
        color: inherit;
        letter-spacing: .15em;
    }

    .widget--food-story .widget__head {
        padding-bottom: 0;
        margin-bottom: 16px;
        border-bottom: 0;
    }

    .widget--food-story .widget__body p {
        max-width: 225px;
        margin: 0 auto;
    }

    .widget--food-story .widget__actions {
        margin: 30px 0 15px;
        text-align: center;
    }

        .widget--food-story .widget__actions .btn-link {
            margin-bottom: 23px;
            font-size: 14px;
            color: #fff;
            letter-spacing: .025em;
        }

.widget .widget__foot {
    padding: 28px 0 10px;
    text-align: center;
}

    .widget .widget__foot a {
        display: inline-block;
        position: relative;
        padding-bottom: 5px;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
    }

        .widget .widget__foot a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #6EC1C7;
        }

.widget--alt {
    padding: 25px 29px 22px 29px;
    overflow: hidden;
}

    .widget--alt .widget__head {
        margin: 0 0 8px;
    }

    .widget--alt .widget__more {
        padding-top: 9px;
        display: none;
    }

        .widget--alt .widget__more .list-most-points {
            transform: translateX(150%) scale(0.95);
            opacity: 0;
        }

        .widget--alt .widget__more.show .list-most-points {
            transform: translateX(0%) scale(1);
            opacity: 1;
            transition: all .3s ease;
        }

@media (max-width: 1023px) {
    .widget--secondary .widget__title {
        letter-spacing: .1em;
    }
}

@media (max-width: 767px) {
    .widget .widget__head {
        padding-bottom: 18px;
        margin-bottom: 11px;
        border-bottom: 1px solid #F0F0F0;
    }
}

.widget-box {
    padding: 24px 36px 29px;
    margin: 0 0 25px;
    background-color: #444854;
    color: #fff;
}

    .widget-box p {
        margin: 0 0 0px;
    }

    .widget-box span {
        color: #FEBE12;
    }

.widget-current-tribe {
    padding: 27px 20px 12px;
    margin: 0 0 23px;
    background-color: #fff;
}

    .widget-current-tribe h4 {
        margin: 0 0 5px;
        color: #444854;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.125rem;
        letter-spacing: .045em;
    }

    .widget-current-tribe h3 {
        margin: 4px 0 13px;
        font-size: 38px;
        letter-spacing: -.02em;
        font-family: "Noto Serif", serif;
        font-style: italic;
        line-height: 1;
        color: #444854;
    }

        .widget-current-tribe h3 span {
            display: inline-block;
            font-size: 58px;
            color: #444854;
            font-weight: 400;
        }

    .widget-current-tribe span {
        display: block;
        text-align: center;
        color: #969696;
        font-size: 12px;
        font-weight: 700;
    }

    .widget-current-tribe .widget-current-tribe__head {
        padding: 0 0 10px;
        text-align: center;
        border-bottom: 1px solid #969696;
    }

    .widget-current-tribe .widget-current-tribe__body {
        padding: 16px 12px;
    }

    .widget-current-tribe .widget-current-tribe__ranking {
        text-align: center;
    }

@media (max-width: 767px) {
    .widget-current-tribe {
        padding: 24px 20px 0px;
        margin: 0 0 16px;
    }

        .widget-current-tribe h3 {
            margin: 0px 0 13px;
            font-size: 36px;
        }

            .widget-current-tribe h3 span {
                display: inline-block;
                font-size: 53px;
                color: #444854;
                font-weight: 400;
            }

        .widget-current-tribe h4 {
            font-size: 1rem;
        }

        .widget-current-tribe .widget-current-tribe__head {
            padding: 0 0 3px;
        }

        .widget-current-tribe .widget-current-tribe__body {
            padding: 13px 12px 12px;
        }

        .widget-current-tribe .widget-current-tribe__ranking {
            padding: 0px 0 0;
        }
}

.widget-current-rank {
    padding: 28px 20px;
    margin: 0 0 23px;
    background-color: #fff;
}

    .widget-current-rank h4 {
        margin: 0 0 5px;
        color: #444854;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.125rem;
        letter-spacing: .07em;
    }

    .widget-current-rank .widget-current-rank__head {
        padding: 0 25px 13px;
        text-align: center;
        border-bottom: 1px solid #E0E0E0;
    }

@media (max-width: 767px) {
    .widget-current-rank {
        margin: 0 0 16px;
    }
}

.widget-tribe-info {
    padding: 31px 20px 26px;
    margin: 0 0 30px;
    background-color: #fff;
}

    .widget-tribe-info h4 {
        margin: 0 0 5px;
        color: #444854;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.125rem;
        letter-spacing: .07em;
    }

    .widget-tribe-info .widget-tribe-info__head {
        padding: 0 25px 13px;
        text-align: center;
        border-bottom: 1px solid #E0E0E0;
    }

    .widget-tribe-info .widget-tribe-info__body {
        padding: 27px 12px 0;
    }

.widget-tribe-belts {
    padding: 27px 20px 36px;
    margin: 0 0 23px;
    background-color: #fff;
}

    .widget-tribe-belts h4 {
        margin: 0 0 5px;
        color: #444854;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.125rem;
        letter-spacing: .07em;
    }

    .widget-tribe-belts .widget-tribe-belts__head {
        padding: 0 25px 12px;
        text-align: center;
        border-bottom: 1px solid #E0E0E0;
    }

    .widget-tribe-belts .widget-tribe-belts__body {
        padding: 20px 0px 0;
    }

.widget-action {
    margin: 0 0 23px;
}

    .widget-action .btn {
        min-width: unset;
        width: 100%;
        background-color: #fff;
    }

.widget-badges {
    margin: 0 0 20px;
    padding: 32px 10px 17px;
    background-color: #444854;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

    .widget-badges h4 {
        margin: 0 0 18px;
        color: #6EC1C7;
        font-size: 1.125em;
        text-transform: uppercase;
        font-weight: 700;
    }

.widget-badges--completed {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

    .widget-badges--completed h4 {
        margin: 0 0 8px;
        letter-spacing: .05em;
    }

    .widget-badges--completed p {
        font-size: 13px;
        line-height: 1.15;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .1em;
    }

    .widget-badges--completed .widget-badges__ico {
        margin: 0 0 8px;
    }

    .widget-badges--completed.show {
        max-height: 600px;
        padding: 18px 20px 18px;
        opacity: 1;
        transition: max-height 1s ease;
    }

@media (max-width: 767px) {
    .widget-badges {
        padding: 32px 50px 17px;
    }

    .widget-badges--completed {
        padding: 0;
    }
}

.widget-join-challenge {
    margin: 0 0 24px;
    color: #fff;
}

    .widget-join-challenge .btn {
        min-width: 100%;
    }

    .widget-join-challenge h4 {
        color: #6EC1C7;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.125em;
        letter-spacing: .04em;
    }

    .widget-join-challenge p {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: .2em;
    }

    .widget-join-challenge .widget__head {
        margin: 0 0 24px;
        max-height: 200px;
        transition: max-height .5s ease;
    }

    .widget-join-challenge .widget__body {
        padding: 32px 10px 16px;
        text-align: center;
        background-color: #444854;
    }

    .widget-join-challenge .widget__actions {
        position: absolute;
        opacity: 0;
        transform: translateY(-20px);
        margin: 0 0 30px;
        padding: 0 15px;
        transition: all .5s ease;
    }

    .widget-join-challenge .widget__date {
        position: relative;
        width: 94px;
        margin: 0 auto 13px;
        padding: 10px 5px;
        font-weight: 700;
        font-size: 58px;
        line-height: 1;
        text-align: center;
        background-color: #616779;
        overflow: hidden;
    }

        .widget-join-challenge .widget__date span {
            display: inline-block;
            position: relative;
            transition: all .3s ease;
        }

            .widget-join-challenge .widget__date span ~ span {
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                transform: translateY(-20%);
                opacity: 0;
            }

    .widget-join-challenge.joined {
        cursor: pointer;
        transition: all .3s ease;
    }

        .widget-join-challenge.joined .widget__head {
            max-height: 0;
            margin: 0 0 5px;
            overflow: hidden;
        }

        .widget-join-challenge.joined .widget__actions {
            position: relative;
            opacity: 1;
            transform: translateY(0px);
            transition-delay: .2;
        }

        .widget-join-challenge.joined .widget__date span {
            opacity: 0;
            transform: translateY(-20px);
        }

            .widget-join-challenge.joined .widget__date span ~ span {
                opacity: 1;
                transform: translateY(-50%);
            }

.widget-successfully {
    margin: 0 0 39px;
    padding: 33px 25px 16px;
    background-color: #fff;
    font-size: 14px;
    color: #6C5B7B;
    text-transform: uppercase;
    font-weight: 700;
}

    .widget-successfully span {
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 30px;
        left: -1px;
        top: 23px;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
        font-weight: 700;
        color: #fff;
        border-radius: 50%;
        background-color: #80C13F;
    }

    .widget-successfully p {
        line-height: 1.29;
        letter-spacing: .2em;
    }

    .widget-successfully .widget__ico {
        display: inline-block;
        width: 60px;
        height: 60px;
        margin: 0 0 19px;
        text-align: center;
        line-height: 60px;
        background-color: #80C13F;
    }

    .widget-successfully .widget__head {
        padding: 0 0 19px;
        text-align: center;
    }

    .widget-successfully .widget__title {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #444854;
        letter-spacing: .04em;
        line-height: 1.22;
    }

    .widget-successfully .widget__body {
        position: relative;
        padding: 30px 0px 0 39px;
        border-top: 1px solid #E0DCDC;
    }

@media (max-width: 1023px) {
    .widget-successfully {
        padding: 33px 10px 16px;
    }

        .widget-successfully .widget__title {
            font-size: 16px;
        }
}

@media (max-width: 767px) {
    .widget-successfully {
        margin: 0;
    }

        .widget-successfully span {
            top: -5px;
        }

        .widget-successfully .widget__body {
            padding: 0px 0px 0 39px;
            border-top: none;
        }
}

.widget-actions {
    text-align: center;
}

    .widget-actions .btn-facebook {
        height: 80px;
        min-width: 100%;
        margin: 0 0 34px;
        line-height: 80px;
        letter-spacing: .05em;
    }

    .widget-actions .widget-actions__link {
        position: relative;
        display: inline-block;
        padding: 0 0 13px;
        font-size: 15px;
        letter-spacing: .2em;
        font-weight: 700;
        text-transform: uppercase;
        color: #444854;
        text-decoration: none;
    }

        .widget-actions .widget-actions__link:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 3px;
            background-color: #6EC1C7;
        }

@media (max-width: 1023px) {
    .widget-actions .btn-facebook {
        min-width: 100%;
        width: 100%;
        margin: 0 0 34px;
        font-size: 14px;
    }
}

.widget-discover {
    padding: 15px 22px 30px;
    margin: 0 0 24px;
    background-color: #444854;
    color: #FEBE12;
    text-align: center;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
}

    .widget-discover p {
        margin: 0 0 5px;
        line-height: 1.22;
        letter-spacing: .04em;
    }

    .widget-discover .btn {
        width: 100%;
    }

    .widget-discover .widget-discover__image {
        margin: 0 0 10px;
    }

    .widget-discover .widget-discover__actions {
        padding-top: 6px;
    }

.widget-challenge {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 11px;
    padding: 9px 15px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    background-color: #444854;
    max-height: 600px;
    transition: max-height .3s ease;
}

    .widget-challenge h5 {
        margin: 0 0 6px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .05em;
        color: #6EC1C7;
        text-transform: uppercase;
        line-height: 1;
    }

    .widget-challenge p {
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: .21em;
    }

    .widget-challenge .btn {
        width: 100%;
        min-width: 100%;
        text-align: center;
        height: 55px;
        line-height: 55px;
        transition: opacity .3s ease;
    }

    .widget-challenge .btn-joined {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
    }

    .widget-challenge .widget-challenge__actions {
        position: relative;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        max-width: 130px;
    }

    .widget-challenge .widget-challenge__content {
        -ms-flex: 1;
        flex: 1;
        padding: 13px 10px 0 1px;
    }

    .widget-challenge.joined .btn {
        opacity: 0;
    }

    .widget-challenge.joined .btn-joined {
        opacity: 1;
        pointer-events: all;
    }

    .widget-challenge.completed {
        max-height: 0px;
        overflow: hidden;
        padding: 0;
    }

        .widget-challenge.completed .widget-challenge__content {
            opacity: 0;
        }

        .widget-challenge.completed .widget-challenge__actions {
            opacity: 0;
        }

@media (max-width: 767px) {
    .widget-challenge {
        display: -ms-flexbox;
        display: flex;
    }
}

.search {
    position: relative;
}

    .search .search__btn {
        position: absolute;
        top: 50%;
        right: 25px;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        transform: translateY(-50%);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .search .search__field {
        width: 100%;
        height: 60px;
        padding: 0 30px;
        border: 1px solid #fff;
        border-radius: 0;
        background-color: #fff;
        font-family: "Noto Serif", serif;
        font-style: italic;
        font-size: 18px;
        color: #C16D85;
        transition: border .4s;
    }

        .search .search__field:-ms-input-placeholder {
            color: #BFB5B5;
        }

        .search .search__field::placeholder {
            color: #BFB5B5;
        }

        .search .search__field:focus {
            border-color: #1E1E1E;
        }

.search-tribes form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.search-tribes .radio ~ .radio {
    margin-left: 12px;
}

.search-tribes .form__row {
    position: relative;
    -ms-flex: 1;
    flex: 1;
}

.search-tribes .form__row--radio {
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-left: 6px;
    -ms-flex-wrap: 0 0 462px;
    flex-wrap: 0 0 462px;
    max-width: 465px;
}

.search-tribes .search__field {
    width: 100%;
    height: 60px;
    padding: 0 50px 0 20px;
    border: 1px solid #BFB5B5;
    border-radius: 0;
    color: #75B4DE;
    font-size: 20px;
    font-family: "Noto Serif", serif;
}

    .search-tribes .search__field:-ms-input-placeholder {
        color: inherit;
    }

    .search-tribes .search__field::placeholder {
        color: inherit;
    }

    .search-tribes .search__field::-ms-input-placeholder {
        color: inherit;
    }

.search-tribes .search-tribes__inner {
    padding: 17px 19px;
    background-color: #fff;
    border: 1px solid #BFB5B5;
}

.search-tribes .search__btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
}

@media (max-width: 1023px) {
    .search-tribes form {
        display: block;
    }
}

@media (max-width: 767px) {
    .search-tribes .search-tribes__inner {
        padding: 10px 15px 14px;
        background-color: #fff;
        border: none;
    }
}

.paging {
    display: inline-block;
    padding: 20px 28px 17px 26px;
    margin: 49px 0 94px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.03);
}

    .paging .paging__prev {
        margin-right: 18px;
        text-decoration: none;
        opacity: .49;
        transition: opacity .4s;
    }

        .paging .paging__prev:hover {
            opacity: 1;
        }

    .paging .paging__next {
        margin-left: 22px;
        text-decoration: none;
        opacity: .49;
        transition: opacity .4s;
    }

        .paging .paging__next:hover {
            opacity: 1;
        }

    .paging ul {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
        font-weight: 700;
        font-size: 14px;
        color: #444854;
        letter-spacing: .15em;
    }

        .paging ul li {
            position: relative;
            display: inline-block;
            margin: 0 12px;
        }

            .paging ul li a {
                position: relative;
                z-index: 5;
                display: inline-block;
                padding: 8px 12px;
                opacity: .43;
                text-decoration: none;
                transition: opacity .4s;
            }

                .paging ul li a:hover {
                    color: #444854;
                }

            .paging ul li:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 6px;
                background-color: #F0F0F0;
                opacity: 0;
                transition: opacity .4s;
            }

            .paging ul li.current:after, .paging ul li:hover:after {
                opacity: 1;
            }

            .paging ul li.current a, .paging ul li:hover a {
                opacity: .8;
            }

@media (max-width: 1023px) {
    .paging {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 11px 26px;
    }

        .paging .paging__prev {
            margin-right: 18px;
        }

        .paging .paging__next {
            margin-left: 22px;
        }

        .paging ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
        }

            .paging ul li {
                margin: 0 8px;
            }
}

@media (max-width: 767px) {
    .paging {
        padding: 10px 15px;
    }

        .paging .paging__prev {
            margin-right: 10px;
        }

        .paging .paging__next {
            margin-left: 10px;
        }

        .paging ul li {
            margin: 0 4px;
        }
}

.ui-widget-content .ui-state-default {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 22px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    background-color: #fff;
}

    .ui-widget-content .ui-state-default:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 10px;
        background-image: url(images/lines@2x.png);
        background-size: 11px 10px;
        background-repeat: no-repeat;
        background-position: center;
        transform: translate(-50%, -50%);
    }

.ui-widget-content {
    border: 0 !important;
    border-radius: 4px;
    background-color: rgba(191, 181, 181, 0.4);
}

.ui-slider-range {
    left: 50%;
    right: 50%;
    width: auto !important;
    background-color: #75B4DE;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 50%;
}

.ui-slider-labels {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #969696;
    letter-spacing: .15em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ui-slider-labels .ui-slider-label:nth-child(2) {
        margin-left: 4px;
    }

.belt-promotions .belt-promotion + .belt-promotion {
    margin-top: 10px;
}

.belt-promotion {
    font-weight: 700;
    font-size: 14px;
    color: #444854;
}

    .belt-promotion a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

    .belt-promotion .belt-promotion__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .belt-promotion .belt-promotion__image {
        margin-right: 14px;
    }

        .belt-promotion .belt-promotion__image img {
            border-radius: 50%;
        }

    .belt-promotion .belt-promotion__entry span {
        display: block;
    }

    .belt-promotion .category {
        font-size: 12px;
        color: #969696;
        text-transform: uppercase;
    }

@media (max-width: 1023px) {
    .belt-promotion .belt-promotion__image {
        margin-right: 7px;
    }
}

.articles {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
}

    .articles .article-small {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 25px;
    }

@media (max-width: 1023px) {
    .articles {
        display: block;
        margin: 0;
    }

        .articles .article-small {
            max-width: 100%;
            padding: 0;
        }

            .articles .article-small + .article-small {
                margin-top: 40px;
            }
}

.article {
    margin-bottom: 35px;
}

    .article h1 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 24px;
        color: #444854;
        letter-spacing: .15em;
    }

    .article h2 {
        margin-bottom: 20px;
        font-family: "Noto Serif", serif;
        font-style: italic;
        font-size: 20px;
        color: #1E1E1E;
    }

    .article h3 {
        margin-bottom: 20px;
        font-weight: 700;
        color: #444854;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .article h5 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 16px;
        color: #1E1E1E;
    }

    .article p {
        margin-bottom: 20px;
    }

    .article ul {
        padding: 0;
        margin: 0 0 20px;
        list-style: none;
    }

        .article ul li {
            position: relative;
            padding-left: 24px;
        }

            .article ul li:before {
                content: '';
                position: absolute;
                top: 4px;
                left: 0;
                width: 12px;
                height: 12px;
                background-color: #6EC1C7;
            }

            .article ul li + li {
                margin-top: 5px;
            }

    .article ol {
        padding: 0;
        margin: 0 0 20px;
        list-style: none;
        counter-reset: numbers-counter;
    }

        .article ol li {
            counter-increment: numbers-counter;
        }

            .article ol li:before {
                content: counter(numbers-counter) ".";
                font-weight: 700;
                font-size: 18px;
                color: #444854;
                letter-spacing: .05em;
            }

    .article a:not(.btn) {
        position: relative;
        font-weight: 600;
        text-decoration: none;
    }

        .article a:not(.btn):after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #61C9D3;
        }

    .article blockquote {
        padding-top: 25px;
        margin-bottom: 35px;
        border-top: 5px solid #61C9D3;
        font-family: "Noto Serif", serif;
        font-style: italic;
        font-size: 20px;
        color: #444854;
    }

    .article cite {
        margin-left: 10px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .15em;
    }

    .article .article__actions {
        margin: 30px 0;
        text-align: center;
    }

.article-small {
    color: #444854;
}

    .article-small .article__inner {
        display: -ms-flexbox;
        display: flex;
    }

    .article-small .article__image {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
        margin-right: 16px;
    }

    .article-small .article__content {
        position: relative;
        padding-bottom: 60px;
        -ms-flex: 0 0 calc(100% - 180px);
        flex: 0 0 calc(100% - 180px);
        max-width: calc(100% - 180px);
    }

        .article-small .article__content p {
            margin-bottom: 20px;
        }

        .article-small .article__content .btn {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            max-width: 278px;
            min-width: 0;
        }

    .article-small .article__title {
        margin-bottom: 5px;
        font-weight: 700;
        color: #444854;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .article-small .article__title {
        font-size: 16px;
    }

    .article-small .article__image {
        -ms-flex: 0 0 107px;
        flex: 0 0 107px;
        max-width: 107px;
    }

    .article-small .article__content {
        -ms-flex: 0 0 calc(100% - 107px);
        flex: 0 0 calc(100% - 107px);
        max-width: calc(100% - 107px);
        padding-right: 5px;
    }

        .article-small .article__content .btn {
            max-width: 235px;
            height: 45px;
            border-width: 1px;
            font-size: 12px;
            line-height: 43px;
        }
}

.tab-content {
    padding-top: 70px;
}

.tab-btn {
    display: none;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    border-radius: 29px;
    background-color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .2em;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: color .4s, background .4s;
}

    .tab-btn:hover {
        background-color: #6EC1C7;
        color: #fff;
    }

@media (max-width: 1023px) {
    .tab-content {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .tab-btn {
        display: block;
    }

    .tab-nav {
        display: none;
    }

    .tab-content > .tab-pane {
        display: block;
        margin-bottom: 20px;
        opacity: 1;
    }

        .tab-content > .tab-pane.active .tab-pane-inner {
            display: block;
        }

        .tab-content > .tab-pane.active .tab-btn {
            background-color: #6EC1C7;
            color: #fff;
        }

    .tab-content .tab-pane-inner {
        display: none;
    }
}

.tabs-challenge {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px;
}

    .tabs-challenge h4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        color: #444854;
        font-size: 1.125rem;
        text-transform: uppercase;
        line-height: 1;
        font-weight: 700;
        letter-spacing: .05em;
    }

    .tabs-challenge .tabs__content {
        -ms-flex: 0 0 74.5%;
        flex: 0 0 74.5%;
        max-width: 74.5%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabs-challenge .tabs__head {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tabs-challenge .tabs__nav {
        margin-top: 23px;
    }

        .tabs-challenge .tabs__nav ul {
            display: -ms-flexbox;
            display: flex;
            margin: 0 -4px;
            list-style-type: none;
            font-size: 15px;
            color: #6EC1C7;
            font-weight: 700;
            text-transform: uppercase;
        }

        .tabs-challenge .tabs__nav li {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%;
            padding: 0 4px;
        }

            .tabs-challenge .tabs__nav li a {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

            .tabs-challenge .tabs__nav li.current a {
                background-color: #6EC1C7;
                color: #fff;
            }

        .tabs-challenge .tabs__nav a {
            display: block;
            padding: 22px 5px 22px;
            background-color: #fff;
            text-align: center;
            letter-spacing: .16em;
            text-decoration: none;
            transition: all .3s ease;
        }

            .tabs-challenge .tabs__nav a:hover {
                background: rgba(255, 255, 255, 0.6);
            }

    .tabs-challenge .tabs__body {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 23px 29px 13px;
        background-color: #6EC1C7;
    }

    .tabs-challenge .tabs_banner {
        position: relative;
        height: 90.5%;
        background-size: cover;
        background-position: center center;
        color: #fff;
    }

        .tabs-challenge .tabs_banner span {
            position: absolute;
            left: 0;
            right: 0;
            top: 20px;
            text-align: center;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .1em;
        }

        .tabs-challenge .tabs_banner h2 {
            position: absolute;
            bottom: 10px;
            left: 0;
            right: 0;
            font-size: 45px;
            line-height: 0.89;
            font-style: italic;
            font-family: "Noto Serif", serif;
            text-align: center;
        }

    .tabs-challenge .tabs_banner--tablet {
        display: none;
    }

    .tabs-challenge .tabs__foot {
        -ms-flex: 1;
        flex: 1;
        padding: 7px 0 0 16px;
        text-align: center;
    }

        .tabs-challenge .tabs__foot h6 {
            margin: 0 0 17px;
            color: #1E1E1E;
            font-size: 1rem;
        }

@media (max-width: 1023px) {
    .tabs-challenge {
        display: block;
    }

        .tabs-challenge .tabs__content {
            max-width: 100%;
        }

        .tabs-challenge .tabs_banner {
            display: none;
            padding: 0 0 50%;
            height: auto;
        }

        .tabs-challenge .tabs_banner--tablet {
            display: block;
        }

        .tabs-challenge .tabs__foot {
            padding: 30px 0 0;
            text-align: center;
        }

            .tabs-challenge .tabs__foot h6 {
                margin: 0 0 17px;
                color: #1E1E1E;
                font-size: 1rem;
            }
}

@media (max-width: 767px) {
    .tabs-challenge {
        margin: 0 0 21px;
    }

        .tabs-challenge h4 {
            margin: 0 0 10px;
            font-size: 1rem;
        }

        .tabs-challenge .tabs__nav {
            margin-top: 14px;
        }

            .tabs-challenge .tabs__nav ul {
                display: -ms-flexbox;
                display: flex;
                margin: 0 -4px;
                list-style-type: none;
                font-size: 15px;
                color: #6EC1C7;
                font-weight: 700;
                text-transform: uppercase;
            }

            .tabs-challenge .tabs__nav li {
                -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
                max-width: 33.33%;
                padding: 0 4px;
            }

                .tabs-challenge .tabs__nav li.current a {
                    background-color: #6EC1C7;
                    color: #fff;
                }

            .tabs-challenge .tabs__nav a {
                display: block;
                padding: 14px 19px 11px;
                background-color: #fff;
                text-align: center;
                letter-spacing: .16em;
                text-decoration: none;
                transition: all .3s ease;
            }

                .tabs-challenge .tabs__nav a:hover {
                    background: rgba(255, 255, 255, 0.6);
                }

        .tabs-challenge .tabs__foot {
            padding: 25px 0 0;
        }

            .tabs-challenge .tabs__foot h6 {
                margin: 0 0 7px;
            }

        .tabs-challenge .tabs_banner {
            padding: 0 0 37%;
        }

            .tabs-challenge .tabs_banner span {
                position: absolute;
                top: 18px;
                padding: 0 20px;
                text-align: left;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 700;
                letter-spacing: .15em;
            }

            .tabs-challenge .tabs_banner h2 {
                position: absolute;
                bottom: auto;
                left: 0;
                right: 0;
                top: 52px;
                letter-spacing: -.04em;
                padding: 0 18px;
                font-size: 43px;
                text-align: left;
            }
}

@media (max-width: 374px) {
    .tabs-challenge .tabs__nav ul {
        font-size: 12px;
    }

    .tabs-challenge .tabs__body {
        padding: 23px 15px 13px;
    }
}

.tab-challenge {
    display: none;
}

    .tab-challenge.current {
        display: block;
    }

.profile {
    position: relative;
    padding: 403px 0 60px;
    background-color: rgba(149, 110, 5, 0.05);
}

    .profile .profile__head {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .profile .profile__inner {
        position: relative;
        height: 300px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .profile .profile__user-honoured {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 7px 0 8px;
        font-weight: 800;
        font-size: 12px;
        color: #fff;
        letter-spacing: .15em;
        text-transform: uppercase;
        background-color: rgba(50, 50, 50, 0.8);
    }

    .profile .profile__user-honoured-inner {
        padding-left: 188px;
        transition: opacity .4s;
    }

    .profile .profile__user-honoured .ico {
        margin-right: 7px;
    }

    .profile .profile__bar {
        padding: 25px 0 19px 5px;
        background-color: #fff;
    }

    .profile .profile__bar-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .profile .profile__bar-aside {
        position: relative;
        padding-left: 188px;
    }

        .profile .profile__bar-aside span {
            display: none;
        }

        .profile .profile__bar-aside .btn-md {
            display: none;
        }

    .profile .profile__bar-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .profile .profile__bar-content a + a {
            margin-left: 35px;
        }

        .profile .profile__bar-content span ~ span {
            margin-left: 20px;
        }

    .profile .profile__bar-user-details {
        transition: opacity .4s;
    }

        .profile .profile__bar-user-details span {
            display: block;
        }

    .profile .profile__bar .list-belts {
        margin-right: 47px;
    }

    .profile .profile__bar .btn {
        margin-left: 15px;
        display: none !important;
    }

    .profile .profile__bar a {
        text-decoration: none;
    }

    .profile .profile__bar-sticky {
        position: absolute;
        top: -15px;
        left: 0;
        overflow: hidden;
        pointer-events: none;
    }

        .profile .profile__bar-sticky .ico {
            position: relative;
            margin-left: -9px;
        }

    .profile .profile__bar-sticky-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none;
        transition: transform .4s, opacity .4s;
    }

    .profile .profile__name {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 20px;
        color: #444854;
        text-transform: uppercase;
        transition: opacity .4s;
        letter-spacing: .15em;
    }

    .profile .profile__name--secondary {
        margin-left: 8px;
        font-size: 16px;
    }

    .profile .profile__avatar {
        position: absolute;
        top: -114px;
        left: -8px;
        transition: transform .4s, opacity .4s;
    }

        .profile .profile__avatar img {
            border: 6px solid #fff;
            border-radius: 50%;
        }

    .profile .profile__avatar--secondary {
        position: relative;
        top: 0;
        left: 0;
    }

    .profile .profile__desc {
        max-height: 232px;
        padding: 30px;
        color: #444854;
        overflow-y: auto;
        background-color: rgba(244, 244, 245, 0.97);
    }

    .profile .profile__head--sticky {
        position: fixed;
        z-index: 10;
        transform: translateY(calc(-100% + 158px));
    }

        .profile .profile__head--sticky .profile__user-honoured-inner {
            opacity: 0;
            pointer-events: none;
        }

        .profile .profile__head--sticky .profile__avatar {
            opacity: 0;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .profile .profile__head--sticky .profile__avatar--secondary {
            opacity: 1;
            transform: translateY(0);
        }

        .profile .profile__head--sticky .profile__bar-user-details {
            opacity: 0;
            pointer-events: none;
        }

        .profile .profile__head--sticky .profile__bar-user-details--secondary {
            opacity: 1;
            pointer-events: auto;
        }

        .profile .profile__head--sticky .profile__bar-sticky {
            pointer-events: auto;
        }

        .profile .profile__head--sticky .profile__bar-sticky-inner {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

        .profile .profile__head--sticky .profile__bar-content span ~ span {
            display: none !important;
        }

        .profile .profile__head--sticky .profile__bar-content .btn {
            margin-left: 15px;
            display: inline-block !important;
        }

@media (max-width: 1200px) {
    .profile .profile__bar .list-belts {
        margin-right: 15px;
    }

    .profile .profile__bar-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .profile .profile__bar-content span {
            font-size: 12px;
        }

            .profile .profile__bar-content span ~ span {
                margin-left: 5px;
            }
}

@media (max-width: 767px) {
    .profile {
        padding-top: 165px;
    }

        .profile .profile__inner {
            height: 133px;
        }

        .profile .profile__user-honoured {
            padding: 6px 0;
            font-size: 10px;
        }

        .profile .profile__user-honoured-inner {
            padding-left: 101px;
        }

        .profile .profile__user-honoured .ico {
            width: 32px;
            height: 32px;
            margin-right: 7px;
            background-size: 32px 32px;
        }

        .profile .profile__bar {
            position: relative;
            padding: 0px 0;
        }

        .profile .profile__bar-aside {
            padding-left: 101px;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

            .profile .profile__bar-aside span {
                display: inline-block;
                font-size: 13px;
            }

            .profile .profile__bar-aside .btn-md {
                display: inline-block;
                min-width: 90px;
                padding: 0 9px;
                margin-left: 0px;
                margin-top: 13px;
                font-size: 13px;
                line-height: 34px !important;
                vertical-align: baseline;
            }

        .profile .profile__bar-content {
            position: absolute;
            top: 10px;
            right: 17px;
            display: block;
        }

            .profile .profile__bar-content .list-belts {
                left: 0;
                margin: 0;
            }

        .profile .profile__bar-user-details span {
            display: none;
        }

        .profile .profile__bar-sticky {
            top: -0px;
        }

            .profile .profile__bar-sticky .ico {
                width: 32px;
                height: 32px;
                background-size: 32px 32px;
            }

        .profile .profile__bar-static {
            padding-top: 16px;
            padding-bottom: 18px;
        }

            .profile .profile__bar-static .profile__name {
                margin-bottom: 12px;
                letter-spacing: .18em;
            }

        .profile .list-belts {
            position: relative;
            margin-top: -37px;
            left: 22px;
        }

        .profile .profile__name {
            font-size: 12px;
        }

        .profile .profile__desc {
            padding: 32px 26px;
            font-size: 12px;
        }

            .profile .profile__desc p {
                margin-bottom: 0;
                line-height: 1.67;
            }

        .profile .profile__avatar {
            top: -55px;
            left: -2px;
        }

            .profile .profile__avatar img {
                width: 96px;
                height: 95px;
                border-width: 3px;
            }

        .profile .profile__avatar--secondary {
            position: relative;
            top: 0;
            left: 0;
            -ms-flex: 0 0 48px;
            flex: 0 0 48px;
            max-width: 48px;
        }

            .profile .profile__avatar--secondary img {
                width: 48px;
                height: 48px;
            }

        .profile .profile__head--sticky {
            transform: translateY(calc(-100% + 120px));
        }

            .profile .profile__head--sticky .profile__user-honoured-inner {
                opacity: 0;
                pointer-events: none;
            }

            .profile .profile__head--sticky .profile__bar-inner .profile__bar-aside a,
            .profile .profile__head--sticky .profile__bar-inner .profile__bar-aside span {
                display: none;
                font-size: 13px;
            }

            .profile .profile__head--sticky .profile__bar-inner .profile__bar-aside .btn-md {
                display: none;
            }

            .profile .profile__head--sticky .profile__bar-content .btn {
                display: none !important;
            }

            .profile .profile__head--sticky .profile__avatar {
                opacity: 0;
                transform: translateY(-50%);
                pointer-events: none;
            }

            .profile .profile__head--sticky .profile__avatar--secondary {
                opacity: 1;
                transform: translateY(0);
            }

            .profile .profile__head--sticky .profile__name {
                margin-bottom: 0;
                opacity: 0;
                pointer-events: none;
            }

            .profile .profile__head--sticky .profile__name--secondary {
                opacity: 1;
                pointer-events: auto;
            }

            .profile .profile__head--sticky .profile__bar-sticky {
                pointer-events: auto;
            }

            .profile .profile__head--sticky .profile__bar-sticky-inner {
                opacity: 1;
                transform: translateY(0);
                pointer-events: auto;
            }

            .profile .profile__head--sticky .list-belts {
                margin-top: 0;
            }

    .profile--btn .profile__name {
        margin-bottom: 0px !important;
    }

    .profile--btn .list-belts {
        left: 0;
    }
}

@media (max-width: 374px) {
    .profile .profile__bar-content {
        display: none;
    }
}

@media (max-width: 767px) {
    .profile--no-followers .list-belts {
        margin-top: 0;
        left: 0;
    }

    .profile--no-followers .profile__bar-inner {
        padding: 15px 0;
    }

    .profile--no-followers .profile__bar-static {
        padding: 0;
    }

        .profile--no-followers .profile__bar-static .profile__name {
            margin-bottom: 0;
        }

    .profile--no-followers .profile__bar-sticky {
        top: -18px;
    }
}

.profile-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .profile-current h6 {
        margin: 0 0 3px;
        font-size: 14px;
        font-weight: 700;
        color: #444854;
    }

    .profile-current p {
        font-size: 12px;
        font-weight: 700;
        color: #969696;
    }

    .profile-current .profile-current__image {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
    }

    .profile-current .profile-current__content {
        padding: 16px 0px 0px 8px;
    }

@media (max-width: 767px) {
    .profile-current {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 3px;
    }

        .profile-current .profile-current__content {
            padding: 4px 0px 0px 15px;
        }

        .profile-current .profile-current__image {
            -ms-flex: 0 0 35px;
            flex: 0 0 35px;
            max-width: 35px;
            height: 35px;
            border-radius: 50%;
            overflow: hidden;
        }
}

.profile-sliders {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}

    .profile-sliders a {
        display: inline-block;
        position: relative;
        top: -2px;
        text-decoration: none;
        font-size: 14px;
    }

    .profile-sliders .profile-sliders__image {
        position: relative;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        margin: 0 6px 0 0;
        border-radius: 50%;
        background-size: cover;
        background-position: center center;
    }

        .profile-sliders .profile-sliders__image a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
        }

@media (max-width: 767px) {
    .profile-sliders {
        margin: 0 0 15px;
    }

        .profile-sliders .profile-sliders__image {
            -ms-flex: 0 0 40px;
            flex: 0 0 40px;
            max-width: 40px;
            height: 40px;
        }

        .profile-sliders a {
            font-size: 12px;
        }
}

.dashboard {
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
}

    .dashboard .dashboard__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 55px 46px 26px 51px;
        font-weight: 700;
        font-size: 14px;
        color: #969696;
        letter-spacing: .15em;
    }

        .dashboard .dashboard__head p {
            margin-bottom: 0;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

    .dashboard .dashboard__title {
        margin: 0 0 5px;
        font-weight: 700;
        color: #444854;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .dashboard .dashboard__subtitle {
        margin-bottom: 16px;
        font-weight: 700;
        font-size: 14px;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .dashboard .dashboard__inner {
        padding: 30px 50px 53px 52px;
    }

    .dashboard .dashboard__location {
        margin-top: 10px;
        color: #000;
    }

    .dashboard .list-profile-info {
        margin-bottom: 27px;
    }

    .dashboard .row + .row {
        margin-top: 19px;
    }

    .dashboard [class^="col-"] {
        margin-bottom: 16px;
    }

    .dashboard hr {
        margin: 30px 0 25px;
        border-color: #C8C8C8;
    }

        .dashboard hr.offset-bottom {
            margin: 27px 0 40px;
        }

@media (max-width: 1023px) {
    .dashboard .dashboard__inner {
        padding: 30px 20px 30px;
    }
}

@media (max-width: 767px) {
    .dashboard {
        margin-top: 57px;
    }

        .dashboard hr {
            margin: 13px 0 19px;
        }

        .dashboard .list-profile-info {
            margin: 0 0 20px;
        }

        .dashboard .slider {
            margin: 0 0 -5px;
        }

        .dashboard .dashboard__head-content {
            margin-bottom: 0px;
        }

        .dashboard .dashboard__title {
            letter-spacing: .03em;
        }

        .dashboard .row + .row {
            margin-top: 22px;
        }

        .dashboard .dashboard__head {
            display: block;
            padding: 26px 33px 14px;
        }

            .dashboard .dashboard__head .btn {
                width: 100%;
            }

            .dashboard .dashboard__head p {
                font-size: 11px;
            }

        .dashboard .dashboard__title {
            margin: 0 0 7px;
            font-size: 15px;
        }

        .dashboard .dashboard__inner {
            padding: 20px 24px 0;
        }

        .dashboard .dashboard__inner--mobile {
            padding: 0px 15px;
        }

        .dashboard .dashboard__subtitle {
            margin-bottom: 11px;
        }
}

.belts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 42px 60px;
    margin: 0 -85px;
    background-color: #323232;
}

    .belts .belt {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 85px;
    }

        .belts .belt + .belt {
            position: relative;
        }

            .belts .belt + .belt:before {
                content: '';
                position: absolute;
                top: -14px;
                left: 0;
                width: 1px;
                height: 106px;
                background-color: #969696;
            }

.belts--alt {
    padding: 0;
    margin: 0 0 26px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

    .belts--alt .belt {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

@media (max-width: 1200px) {
    .belts {
        padding: 42px 46px 42px 51px;
        margin: 0 -20px;
    }

        .belts .belt {
            -ms-flex: 0 0 45%;
            flex: 0 0 45%;
            max-width: 45%;
            padding: 0 20px;
        }

            .belts .belt + .belt:before {
                top: -14px;
                left: -10%;
                width: 1px;
                height: 106px;
                background-color: #969696;
            }

    .belts--alt {
        margin: 0;
    }

        .belts--alt .belt--alt {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
        }
}

@media (max-width: 767px) {
    .belts {
        display: block;
        padding: 24px 20px 36px 20px;
        margin: 0;
    }

        .belts .belt {
            max-width: 100%;
            padding: 0;
        }

            .belts .belt + .belt {
                margin-top: 35px;
            }

                .belts .belt + .belt:before {
                    top: -17px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                }

    .belts--alt {
        padding: 20px 0 18px;
    }
}

.belt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .belt .belt__progress {
        position: relative;
        width: 350px;
        height: 10px;
        margin-bottom: 12px;
        border-radius: 4px;
        background-color: #E0DCDC;
        overflow: hidden;
    }

    .belt .belt__progress-inner {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .belt .belt__progress-orange .belt__progress-inner {
        background-color: #956E05;
    }

    .belt .belt__progress-red .belt__progress-inner {
        background-color: #E85C41;
    }

    .belt .belt__progress-yellow .belt__progress-inner {
        background-color: #FEBE12;
    }

    .belt .belt__current {
        margin-right: 12px;
    }

    .belt .belt__next {
        margin-left: 10px;
    }

    .belt .belt__title {
        margin-bottom: 17px;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .belt .belt__label {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        letter-spacing: .025em;
    }

.belt--alt {
    -ms-flex-pack: center;
    justify-content: center;
}

    .belt--alt .belt__progress {
        width: 200px;
        margin-bottom: 0;
    }

    .belt--alt .belt__current {
        overflow: hidden;
        position: relative;
        margin-right: 28px;
    }

        .belt--alt .belt__current .ico-animate {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-50%, 16px);
            -webkit-transform: translate(-50%, 16px);
            -moz-transform: translate(-50%, 16px);
            -ms-transform: translate(-50%, 16px);
            -o-transform: translate(-50%, 16px);
        }

    .belt--alt .belt__next {
        position: relative;
        margin-left: 36px;
    }

        .belt--alt .belt__next .ico-animate {
            position: absolute;
            top: 100%;
            right: 0;
            transform: translate(18px, 0);
            -webkit-transform: translate(18px, 0);
            -moz-transform: translate(18px, 0);
            -ms-transform: translate(18px, 0);
            -o-transform: translate(18px, 0);
            opacity: 0;
        }

@media (max-width: 1200px) {
    .belt .belt__inner {
        -ms-flex: 0 0 calc(100% - 88px);
        flex: 0 0 calc(100% - 88px);
        max-width: calc(100% - 88px);
    }

    .belt .belt__progress {
        width: 100%;
    }

    .belt--alt .belt__inner {
        -ms-flex: 1;
        flex: 1;
        max-width: 120px;
    }
}

@media (max-width: 767px) {
    .belt--alt .belt__current {
        margin-right: 15px;
    }

    .belt--alt .belt__next {
        margin-left: 15px;
    }
}

.latest-moment {
    position: relative;
    width: 100%;
    height: 304px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .latest-moment .latest-moment__actions {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 80px;
    }

        .latest-moment .latest-moment__actions .btn {
            position: relative;
            z-index: 5;
            opacity: 0;
            pointer-events: none;
            transition: opacity .4s;
        }

            .latest-moment .latest-moment__actions .btn.active {
                opacity: 1;
                pointer-events: auto;
            }

    .latest-moment .latest-moment__foot {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        padding: 10px 10px 7px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

        .latest-moment .latest-moment__foot .list-likes {
            margin-bottom: 10px;
        }

    .latest-moment .latest-moment__share {
        margin-bottom: 10px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
    }

        .latest-moment .latest-moment__share .btn-facebook {
            min-width: 120px;
            height: 45px;
            line-height: 45px;
            border: none;
        }

        .latest-moment .latest-moment__share.active {
            opacity: 1;
            pointer-events: auto;
        }

    .latest-moment .slider-range {
        position: absolute;
        bottom: 35px;
        left: 50%;
        z-index: 5;
        width: 85%;
        transform: translateX(-50%);
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s;
    }

        .latest-moment .slider-range.active {
            opacity: 1;
            pointer-events: auto;
        }

    .latest-moment .list-likes {
        z-index: 5;
        opacity: 0;
        transition: opacity .4s;
    }

        .latest-moment .list-likes.active {
            opacity: 1;
        }

    .latest-moment:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 42%;
        background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
        opacity: .85;
    }

    .latest-moment.food-story--new {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .latest-moment.food-story--new a:hover {
            color: #fff;
        }

        .latest-moment.food-story--new .food-story__footer {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            z-index: 1;
        }

        .latest-moment.food-story--new .list-likes {
            opacity: 1;
        }

            .latest-moment.food-story--new .list-likes li ~ li {
                margin-left: 20px;
            }

        .latest-moment.food-story--new .food-story__footer-likes {
            padding: 0;
        }

        .latest-moment.food-story--new .rated-number {
            width: 41px;
            height: 41px;
            padding: 7px 2px 5px 3px;
            font-size: 21px;
        }

            .latest-moment.food-story--new .rated-number span {
                font-size: 10px;
            }

        .latest-moment.food-story--new .rated-number--animated {
            padding: 3px 2px 5px 3px;
        }

        .latest-moment.food-story--new .food-story__footer-likes--absolute {
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
            visibility: hidden;
            opacity: 0;
        }

            .latest-moment.food-story--new .food-story__footer-likes--absolute .rated-number {
                opacity: 0;
            }

        .latest-moment.food-story--new .rating-button {
            padding: 23px 5px 17px;
            font-size: 12px;
            background: rgba(104, 160, 198, 0.8);
        }

        .latest-moment.food-story--new .food-story__footer-actions {
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
        }

            .latest-moment.food-story--new .food-story__footer-actions .btn-rated--new {
                margin-right: 2px;
                padding: 0 67px 0 22px;
                font-size: 12px;
                background-color: #C9C7C8;
            }

                .latest-moment.food-story--new .food-story__footer-actions .btn-rated--new i {
                    right: -5px;
                }

@media (min-width: 414px) and (max-width: 1023px) {
    .latest-moment .latest-moment__share .btn {
        min-width: 120px;
    }
}

@media (max-width: 414px) {
    .latest-moment .latest-moment__share .btn {
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .latest-moment.food-story--new {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .latest-moment.food-story--new .food-story__footer-vote-buttons .rating-button {
            padding: 10px;
            font-size: 12px;
        }

        .latest-moment.food-story--new .food-story__footer-likes {
            padding: 0;
            text-align: left;
        }

        .latest-moment.food-story--new .food-story__footer-actions {
            -ms-flex: 1 0;
            flex: 1 0;
            max-width: none;
            display: block;
            text-align: right;
        }

            .latest-moment.food-story--new .food-story__footer-actions .flag {
                top: 0px;
            }

            .latest-moment.food-story--new .food-story__footer-actions .btn-rated {
                display: inline-block;
                min-width: 0;
                padding: 0 64px 0 5px;
            }

                .latest-moment.food-story--new .food-story__footer-actions .btn-rated .link {
                    display: none;
                }

        .latest-moment.food-story--new .list-likes {
            -ms-flex: 1 0;
            flex: 1 0;
            max-width: none;
            opacity: 1;
            left: auto;
            transform: translateX(0);
        }

            .latest-moment.food-story--new .list-likes li ~ li {
                margin-left: 5px;
            }
}

@media (max-width: 374px) {
    .latest-moment.food-story--new .food-story__footer-likes {
        display: block;
    }

    .latest-moment.food-story--new .food-story__footer-actions {
        text-align: center;
    }

        .latest-moment.food-story--new .food-story__footer-actions .btn {
            padding: 0 70px 0 15px;
            line-height: 60px;
        }

            .latest-moment.food-story--new .food-story__footer-actions .btn .link {
                display: inline-block;
            }

            .latest-moment.food-story--new .food-story__footer-actions .btn span {
                margin-right: 5px;
            }

            .latest-moment.food-story--new .food-story__footer-actions .btn i {
                right: 0;
                margin-top: -7px;
            }

    .latest-moment.food-story--new .list-likes {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}

.map {
    height: 304px;
}

    .map figure {
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

@media (max-width: 767px) {
    .map {
        height: 193px;
    }
}

.map-no-location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    widows: 100%;
    height: 304px;
    background-size: cover;
    background-position: center center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .map-no-location {
        height: 192px;
    }
}

@media (max-width: 767px) {
    .map-no-location {
        height: 192px;
    }
}

.popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 5;
    width: 85%;
    padding-bottom: 17px;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity .4s;
    cursor: default;
}

    .popup strong {
        font-weight: 700;
    }

    .popup .popup__inner {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        padding: 17px;
        border: 1px solid;
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.16);
        border-color: rgba(112, 112, 112, 0.4);
    }

        .popup .popup__inner:before {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            width: 16px;
            height: 10px;
            background-image: url(images/popup-arrow-down.png);
            background-repeat: no-repeat;
            background-size: 16px 10px;
            transform: translateX(-50%);
        }

    .popup .popup__image {
        margin-right: 25px;
    }

    .popup .popup__content {
        max-width: 409px;
    }

        .popup .popup__content p {
            margin-bottom: 15px;
            white-space: normal;
        }

    .popup .popup__action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

        .popup .popup__action a {
            position: relative;
            padding: 0;
            font-weight: 600;
            font-size: 16px;
            color: #1E1E1E;
            text-decoration: none;
        }

            .popup .popup__action a:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                height: 1px;
                margin-top: 4px;
                background-color: #61C9D3;
                transition: background .4s;
            }

            .popup .popup__action a:hover:after {
                background-color: #32aab5;
            }

@media (max-width: 1023px) {
    .popup.open {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

@media (max-width: 767px) {
    .popup .popup__inner {
        display: block;
    }

    .popup .popup__image {
        margin: 0 0 20px 0;
        text-align: center;
    }
}

.post-share {
    text-align: center;
}

    .post-share img {
        margin-bottom: 50px;
    }

    .post-share .post__label {
        display: inline-block;
        margin-bottom: 14px;
    }

    .post-share .row {
        margin-bottom: 37px;
    }

    .post-share .post-share__entry {
        padding: 0 90px;
    }

    .post-share .post__link {
        display: block;
        padding: 20px 10px;
        background-color: #F4F4F5;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #1E1E1E;
        text-align: center;
        text-decoration: none;
        transition: background .4s;
    }

        .post-share .post__link:hover {
            background-color: #d9d9dd;
        }

@media (max-width: 1023px) {
    .post-share .post-share__entry {
        padding: 0 0px;
    }

    .post-share .btn-block {
        font-size: 14px;
        letter-spacing: .02em;
    }
}

.post-share-food {
    margin: 0 0 52px;
    background-color: #444854;
}

    .post-share-food .post-share-food__head {
        position: relative;
        min-height: 405px;
        background-size: cover;
        background-position: center center;
        text-align: left;
    }

        .post-share-food .post-share-food__head .logo {
            margin-left: 42px;
            margin-bottom: 0;
        }

        .post-share-food .post-share-food__head h2 {
            position: absolute;
            bottom: 22px;
            left: 39px;
            color: #fff;
            font-size: 40px;
            font-weight: 700;
            font-family: "Open Sans", sans-serif;
            text-transform: uppercase;
            letter-spacing: .15em;
        }

    .post-share-food .post-share-food__body {
        padding: 37px 0 0;
    }

        .post-share-food .post-share-food__body .list-stats {
            padding: 12px 21px 0 40px;
        }

        .post-share-food .post-share-food__body .list-stats--large {
            position: relative;
            max-width: 100%;
            padding-top: 12px;
        }

            .post-share-food .post-share-food__body .list-stats--large li {
                -ms-flex: 1;
                flex: 1;
                max-width: 33.33%;
            }

    .post-share-food .post-share-food__footer {
        padding: 4px 10px 11px;
    }

        .post-share-food .post-share-food__footer p {
            font-size: 18px;
            text-align: center;
            font-weight: 700;
            font-family: "Open Sans", sans-serif;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: .05em;
            line-height: 1.33;
        }

            .post-share-food .post-share-food__footer p a {
                position: relative;
                display: inline-block;
                padding-bottom: 6px;
                text-decoration: none;
                transition: color .2s ease;
            }

                .post-share-food .post-share-food__footer p a:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 3px;
                    background-color: #69B4E6;
                    transition: background-color .2s ease;
                }

                .post-share-food .post-share-food__footer p a:hover:after {
                    background-color: #41a1a8;
                }

    .post-share-food .post-share-food__list-images {
        padding-top: 39px;
    }

        .post-share-food .post-share-food__list-images figure {
            height: 220px;
            margin: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .post-share-food .post-share-food__list-images ul {
            display: -ms-flexbox;
            display: flex;
            list-style: none;
        }

            .post-share-food .post-share-food__list-images ul li {
                -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
                max-width: 33.33%;
            }

@media (max-width: 1023px) {
    .post-share-food .post-share-food__body .list-stats {
        margin: 0;
        padding: 12px 10px 0 10px;
    }
}

@media (max-width: 767px) {
    .post-share-food .post-share-food__head .logo {
        margin-left: 20px;
        margin-bottom: 0;
    }

    .post-share-food .post-share-food__head h2 {
        position: absolute;
        bottom: 20px;
        left: 20px;
        color: #fff;
        font-size: 24px;
    }

    .post-share-food .post-share-food__body .list-stats {
        display: block;
        padding: 12px 10px;
    }

        .post-share-food .post-share-food__body .list-stats li {
            max-width: 100%;
            width: 100%;
            margin: 5px 0;
        }

    .post-share-food .post-share-food__footer {
        padding: 4px 10px 11px;
    }

        .post-share-food .post-share-food__footer p {
            font-size: 16px;
        }
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .banner .banner__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 0 29px;
    }

    .banner .banner__title {
        font-weight: 700;
        color: #fff;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

    .banner .banner__content {
        position: relative;
        max-width: 468px;
        padding-bottom: 35px;
    }

    .banner .banner__tag {
        position: absolute;
        bottom: 0;
        left: 0;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

@media (max-width: 1023px) {
    .banner .banner__inner {
        display: block;
        padding: 30px 0 29px;
    }

    .banner .banner__content {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .banner .banner__title {
        font-size: 18px;
    }

    .banner .banner__tag {
        font-size: 16px;
    }
}

.banner-tribes {
    padding: 28px 0 15px;
    margin: 0 0 40px;
    background-color: #444854;
    color: #FEBE12;
    text-align: center;
    text-transform: uppercase;
}

    .banner-tribes h2 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: .15em;
    }

    .banner-tribes .banner-tribes__action-mobile {
        display: none;
    }

    .banner-tribes .banner-tribes__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 13px;
    }

    .banner-tribes .banner-tribes__content {
        display: -ms-flexbox;
        display: flex;
    }

        .banner-tribes .banner-tribes__content h4 {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
            font-family: "Noto Serif", serif;
        }

            .banner-tribes .banner-tribes__content h4 span {
                font-size: 38px;
            }

        .banner-tribes .banner-tribes__content .btn {
            margin-left: 20px;
        }

.banner-tribes--alt {
    margin: 0 0 10px;
    padding: 23px 0 20px;
}

    .banner-tribes--alt h4 {
        margin: 2px 0 0;
    }

        .banner-tribes--alt h4 span {
            position: relative;
            top: 7px;
            left: -6px;
            font-style: italic;
            font-weight: 400;
        }

    .banner-tribes--alt img {
        margin: 0 6px 0 0;
    }

.banner-tribes--top-padding {
    padding: 25px 0 25px;
}

    .banner-tribes--top-padding .banner-tribes__inner {
        -ms-flex-align: center;
        align-items: center;
    }

    .banner-tribes--top-padding .banner-tribes__content {
        position: relative;
        top: -10px;
    }

.banner-tribes--sedondary {
    padding: 40px 0 10px;
}

    .banner-tribes--sedondary .btn {
        padding: 0 25px;
    }

    .banner-tribes--sedondary .banner-tribes__content {
        position: relative;
        top: -15px;
    }

@media (max-width: 1023px) {
    .banner-tribes .banner-tribes__action-mobile {
        display: block;
    }

        .banner-tribes .banner-tribes__action-mobile .btn {
            min-width: unset;
            font-size: 13px;
        }

    .banner-tribes--alt {
        margin: 0px;
        padding: 40px 0;
    }

        .banner-tribes--alt h4 {
            display: none;
        }

        .banner-tribes--alt img {
            display: none;
        }

    .banner-tribes--sedondary {
        padding: 40px 0 10px;
    }

        .banner-tribes--sedondary .banner-tribes__content {
            position: relative;
            top: -15px;
        }
}

@media (max-width: 767px) {
    .banner-tribes {
        padding: 30px 0 17px;
        margin: 0 0 19px;
    }

        .banner-tribes img {
            position: relative;
            width: 63px;
            left: -4px;
            top: -2px;
        }

        .banner-tribes h2 {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 700;
            letter-spacing: .15em;
        }

    .banner-tribes--alt {
        margin: 0px;
        padding: 30px 0 28px;
    }

        .banner-tribes--alt .banner-tribes__entry {
            padding-right: 5px;
        }

        .banner-tribes--alt .banner-tribes__inner {
            padding: 0 10px 0 10px;
        }

    .banner-tribes--sedondary {
        padding: 40px 0 10px;
    }

        .banner-tribes--sedondary .banner-tribes__content {
            position: relative;
            top: -15px;
        }
}

@media (max-width: 374px) {
    .banner-tribes img {
        position: relative;
        width: 40px;
        left: -4px;
        top: -2px;
    }

    .banner-tribes h2 {
        font-size: 15px;
    }
}

.sponsors {
    text-align: center;
}

    .sponsors .sponsors__title {
        margin-bottom: 13px;
        font-weight: 700;
        color: #fff;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

.sponsors--secondary .sponsors__title {
    color: #444854;
}

.sponsors--tertiary .sponsors__title {
    margin-bottom: 33px;
    color: #707070;
    font-size: 15px;
    letter-spacing: 0.15em;
}

.partners .partner + .partner {
    margin-top: 35px;
}

.partner {
    padding: 40px 50px;
    text-align: center;
    background-color: rgba(68, 72, 84, 0.05);
}

    .partner a {
        position: relative;
        font-weight: 600;
        text-decoration: none;
    }

        .partner a:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #61C9D3;
        }

    .partner .partner__image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 35px;
    }

        .partner .partner__image a {
            margin: 0 10px;
            transition: opacity .4s;
        }

            .partner .partner__image a:after {
                display: none;
            }

            .partner .partner__image a:hover {
                opacity: .7;
            }

    .partner .partner__title {
        font-weight: 700;
        color: #444854;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .partner {
        padding: 20px 15px;
    }

        .partner a {
            word-break: break-all;
        }
}

.points {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
}

    .points .point {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 16px;
    }

@media (max-width: 1023px) {
    .points {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .points .point {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 16px;
        }
}

@media (max-width: 767px) {
    .points {
        display: block;
    }

        .points .point {
            max-width: 100%;
            padding: 0 15px;
        }
}

.point .point__inner {
    height: 100%;
    background-color: #F4F4F5;
}

.point .point__head {
    padding: 33px 10px 0;
}

.point .point__content {
    padding: 0 27px 33px 33px;
}

.point .point__title {
    margin-bottom: 0;
    font-weight: 700;
    color: #444854;
    letter-spacing: .15em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.point .point__subtitle {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #1E1E1E;
}

.point .point__progress {
    position: relative;
    padding: 10px 0;
    margin: 0 17px 31px 23px;
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-size: 30px;
    color: #BFB5B5;
    white-space: nowrap;
}

    .point .point__progress .current {
        color: #444854;
    }

    .point .point__progress:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #969696;
    }

.point .point__more-info {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 0;
    line-height: 0;
    transform: translateY(-50%);
}

.point .point__target {
    padding: 7px 0;
    text-align: center;
}

.point .point__target-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

    .point .point__target-inner .ico {
        margin-right: 10px;
    }

    .point .point__target-inner strong {
        font-weight: 600;
    }

.point .point__desc {
    margin-bottom: 20px;
}

    .point .point__desc p {
        margin-bottom: 0;
    }

@media (max-width: 1200px) {
    .point .point__progress {
        font-size: 24px;
    }
}

@media (max-width: 1023px) {
    .point {
        margin-bottom: 32px;
    }

        .point .point__progress {
            font-size: 30px;
        }
}

@media (max-width: 767px) {
    .point .point__head {
        padding: 15px 20px 0;
    }

    .point .point__content {
        padding: 0 20px 15px;
    }

    .point .point__progress {
        margin: 0 10px 31px;
        font-size: 25px;
    }
}

.info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 23px 0;
}

    .info .info__content {
        -ms-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 15px 15px 33px;
        background-color: #F4F4F5;
        font-weight: 700;
        font-size: 14px;
        color: #444854;
        letter-spacing: .15em;
        text-transform: uppercase;
    }

        .info .info__content .ico {
            min-width: 29px;
            margin-right: 12px;
        }

        .info .info__content p {
            margin-bottom: 0;
        }

    .info .info__aside {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
    }

    .info .btn {
        max-width: 160px;
        min-width: 0;
        border-radius: 0;
    }

@media (max-width: 1023px) {
    .info {
        display: block;
    }

        .info .info__content {
            max-width: 100%;
            margin-bottom: 5px;
        }

        .info .info__aside {
            max-width: 100%;
        }

        .info .btn {
            display: block;
            width: 100%;
            max-width: 100%;
        }
}

@media (max-width: 767px) {
    .info .info__content {
        padding: 10px 15px;
        margin-bottom: 5px;
    }
}

.messages-container {
    display: -ms-flexbox;
    display: flex;
}

    .messages-container .messages__aside {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
        padding-bottom: 150px;
        border-right: 1px solid #E0DCDC;
    }

    .messages-container .messages__content {
        -ms-flex: 0 0 66%;
        flex: 0 0 66%;
        max-width: 66%;
    }

        .messages-container .messages__content .form-send-to {
            width: 100%;
        }

    .messages-container .messages__head {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 104px;
        padding: 0 45px;
    }

    .messages-container .messages__head--bordered {
        border-bottom: 1px solid #E0DCDC;
    }

    .messages-container .messages__search {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

        .messages-container .messages__search .ico {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            pointer-events: none;
        }

    .messages-container .messages__search-field {
        width: 100%;
        padding: 20px 0 20px 35px;
        border: 0;
        background-color: transparent;
        font-size: 16px;
        color: #C16D85;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .messages-container .messages__search-field:-ms-input-placeholder {
            color: #1E1E1E;
        }

        .messages-container .messages__search-field::placeholder {
            color: #1E1E1E;
        }

    .messages-container .messages__close {
        position: absolute;
        top: 50%;
        right: 31px;
        transform: translateY(-50%);
    }

@media (max-width: 1023px) {
    .messages-container .messages__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .messages-container {
        display: block;
    }

        .messages-container .messages__aside {
            max-width: 100%;
            padding-bottom: 0;
            border-right: 0;
        }

        .messages-container .messages__content {
            max-width: 100%;
            padding-bottom: 20px;
        }
}

.message-thumb {
    position: relative;
    border-bottom: 1px solid #E0DCDC;
    font-size: 13px;
    transition: background .4s;
}

    .message-thumb a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 32px;
        text-decoration: none;
    }

        .message-thumb a:hover {
            color: inherit;
        }

    .message-thumb .message__image {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        margin-right: 10px;
    }

        .message-thumb .message__image img {
            border-radius: 50%;
        }

    .message-thumb .message__content {
        position: relative;
        -ms-flex: 0 0 calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
    }

        .message-thumb .message__content p {
            margin-bottom: 0;
        }

    .message-thumb .message__title {
        margin-bottom: 5px;
        font-weight: 700;
        color: #444854;
        letter-spacing: .05em;
    }

    .message-thumb .message__time {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 11px;
        color: #43425D;
    }

.message-thumb--unread .message__image {
    position: relative;
}

    .message-thumb--unread .message__image:before {
        content: '';
        position: absolute;
        top: 0;
        left: -12px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #3B86FF;
    }

.message-thumb--current, .message-thumb:hover {
    background-color: #d3d7e9;
}

@media (max-width: 1023px) {
    .message-thumb a {
        padding: 10px 5px 10px 20px;
    }

    .message-thumb .message__title {
        max-width: 98px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.message {
    position: relative;
    max-width: 93%;
    padding: 0 38px 28px 0;
    margin-bottom: 25px;
}

    .message .message__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .message .message__content {
        -ms-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%;
        padding: 18px 45px 19px 25px;
        border-radius: 20px 20px 20px 0;
        background-color: #EDF0F5;
        font-size: 14px;
        color: #6C5B7B;
    }

        .message .message__content p {
            margin-bottom: 0;
        }

    .message .message__image {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        flex: 0 0 50px;
        margin-left: 12px;
    }

        .message .message__image img {
            border-radius: 50%;
        }

    .message .message__time {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 11px;
        color: rgba(30, 30, 30, 0.5);
    }

        .message .message__time span + span {
            margin-left: 7px;
        }

.message--reply {
    margin-left: auto;
    padding: 0 0 28px 38px;
}

    .message--reply .message__inner {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .message--reply .message__content {
        border-radius: 20px 20px 0 20px;
        background-color: #3B86FF;
        color: #fff;
    }

    .message--reply .message__image {
        margin: 0 10px 0 0;
    }

    .message--reply .message__time {
        left: auto;
        right: 0;
    }

@media (max-width: 767px) {
    .message {
        max-width: 100%;
        padding-right: 0;
    }

        .message .message__content {
            -ms-flex: 0 0 calc(100% - 62px);
            flex: 0 0 calc(100% - 62px);
            max-width: calc(100% - 62px);
            padding: 18px 25px;
        }

    .message--reply {
        padding-left: 0;
    }
}

.conversation {
    padding: 0 98px;
}

    .conversation .conversation__head {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 104px;
        border-bottom: 1px solid #F0EAEA;
    }

    .conversation .conversation__body {
        padding-top: 46px;
    }

    .conversation .conversation__close {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

@media (max-width: 1023px) {
    .conversation {
        padding: 0 20px;
    }
}

.messenger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .messenger .messenger__image {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        margin-right: 18px;
    }

        .messenger .messenger__image img {
            border-radius: 50%;
        }

    .messenger .messenger__content {
        -ms-flex: 0 0 calc(100% - 78px);
        flex: 0 0 calc(100% - 78px);
        max-width: calc(100% - 78px);
    }

    .messenger .messenger__name {
        margin-bottom: 2px;
        font-weight: 700;
        color: #444854;
        letter-spacing: .025em;
    }

    .messenger .messenger__messages {
        font-size: 15px;
        color: rgba(30, 30, 30, 0.5);
    }

.new-message {
    height: 117px;
    border-radius: 4px;
    background-color: #F5F6FA;
    font-size: 14px;
    color: #3B86FF;
    transition: background .4s;
}

    .new-message a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 30px 33px;
        text-decoration: none;
    }

        .new-message a:hover {
            color: inherit;
        }

    .new-message:hover {
        background-color: #e4e7f2;
    }

.circle {
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #80C13F;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: .15em;
}

.table thead tr {
    background-color: #969696;
}

.table thead th {
    padding: 15px 20px;
    border: 0;
    border-bottom: 5px solid #fff;
    font-weight: 700;
    color: #fff;
    letter-spacing: .15em;
    text-transform: uppercase;
}

    .table thead th + th {
        border-left: 5px solid #fff;
    }

.table tbody tr:nth-child(even) {
    background-color: #EBEBEB;
}

.table tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.table tbody td {
    padding: 15px 20px;
    border: 0;
    border-bottom: 5px solid #fff;
}

    .table tbody td + td {
        border-left: 5px solid #fff;
    }

.datepicker {
    width: 360px;
    padding: 32px 20px 58px;
    border-radius: 0;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

    .datepicker .table-condensed thead:after {
        content: '';
        display: block;
        height: 11px;
    }

    .datepicker .table-condensed tbody tr {
        height: 42px;
        border: 11px solid transparent;
    }

    .datepicker .table-condensed tr td.day.focused,
    .datepicker .table-condensed tr td.day:hover {
        position: relative;
        background: transparent;
        font-weight: 700;
        color: #6EC1C7;
    }

        .datepicker .table-condensed tr td.day.focused:after,
        .datepicker .table-condensed tr td.day:hover:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: -5;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(110, 193, 199, 0.25);
        }

    .datepicker .table-condensed tr td.active,
    .datepicker .table-condensed tr td.active.disabled,
    .datepicker .table-condensed tr td.active.disabled:hover,
    .datepicker .table-condensed tr td.active:hover {
        position: relative;
        background: transparent;
        font-weight: 700;
        color: #6EC1C7;
    }

        .datepicker .table-condensed tr td.active:after,
        .datepicker .table-condensed tr td.active.disabled:after,
        .datepicker .table-condensed tr td.active.disabled:hover:after,
        .datepicker .table-condensed tr td.active:hover:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: -5;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(110, 193, 199, 0.25);
        }

        .datepicker .table-condensed tr td.active.active,
        .datepicker .table-condensed tr td.active.disabled,
        .datepicker .table-condensed tr td.active.disabled.active,
        .datepicker .table-condensed tr td.active.disabled.disabled,
        .datepicker .table-condensed tr td.active.disabled:active,
        .datepicker .table-condensed tr td.active.disabled:hover,
        .datepicker .table-condensed tr td.active.disabled:hover.active,
        .datepicker .table-condensed tr td.active.disabled:hover.disabled,
        .datepicker .table-condensed tr td.active.disabled:hover:active,
        .datepicker .table-condensed tr td.active.disabled:hover:hover,
        .datepicker .table-condensed tr td.active.disabled:hover[disabled],
        .datepicker .table-condensed tr td.active.disabled[disabled],
        .datepicker .table-condensed tr td.active:active,
        .datepicker .table-condensed tr td.active:hover,
        .datepicker .table-condensed tr td.active:hover.active,
        .datepicker .table-condensed tr td.active:hover.disabled,
        .datepicker .table-condensed tr td.active:hover:active,
        .datepicker .table-condensed tr td.active:hover:hover,
        .datepicker .table-condensed tr td.active:hover[disabled],
        .datepicker .table-condensed tr td.active[disabled] {
            position: relative;
            background-color: transparent;
            font-weight: 700;
            color: #6EC1C7;
        }

            .datepicker .table-condensed tr td.active.active:after,
            .datepicker .table-condensed tr td.active.disabled:after,
            .datepicker .table-condensed tr td.active.disabled.active:after,
            .datepicker .table-condensed tr td.active.disabled.disabled:after,
            .datepicker .table-condensed tr td.active.disabled:active:after,
            .datepicker .table-condensed tr td.active.disabled:hover:after,
            .datepicker .table-condensed tr td.active.disabled:hover.active:after,
            .datepicker .table-condensed tr td.active.disabled:hover.disabled:after,
            .datepicker .table-condensed tr td.active.disabled:hover:active:after,
            .datepicker .table-condensed tr td.active.disabled:hover:hover:after,
            .datepicker .table-condensed tr td.active.disabled:hover[disabled]:after,
            .datepicker .table-condensed tr td.active.disabled[disabled]:after,
            .datepicker .table-condensed tr td.active:active:after,
            .datepicker .table-condensed tr td.active:hover:after,
            .datepicker .table-condensed tr td.active:hover.active:after,
            .datepicker .table-condensed tr td.active:hover.disabled:after,
            .datepicker .table-condensed tr td.active:hover:active:after,
            .datepicker .table-condensed tr td.active:hover:hover:after,
            .datepicker .table-condensed tr td.active:hover[disabled]:after,
            .datepicker .table-condensed tr td.active[disabled]:after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: -5;
                width: 36px;
                height: 36px;
                border-radius: 50%;
                transform: translate(-50%, -50%);
                background-color: rgba(110, 193, 199, 0.25);
            }

    .datepicker .datepicker-switch {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .025em;
    }

    .datepicker .dow {
        border-bottom: 1px solid #E9E9F0;
        padding: 30px 0 12px;
        font-weight: 700;
        font-size: 15px;
        color: #A3A6B4;
    }

    .datepicker:before, .datepicker:after {
        display: none;
    }

.copyright {
    font-weight: 700;
    font-size: 13px;
    color: #BFB5B5;
    letter-spacing: .2em;
    text-transform: uppercase;
}

    .copyright p {
        margin-bottom: 0;
    }

.ui-autocomplete {
    background-color: #fff;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

    .ui-autocomplete .ui-state-active, .ui-autocomplete .ui-widget-content .ui-state-active, .ui-autocomplete .ui-widget-header .ui-state-active, .ui-autocomplete a.ui-button:active, .ui-autocomplete .ui-button:active, .ui-autocomplete .ui-button.ui-state-active:hover {
        border: 0;
        background-color: transparent;
    }

.ui-menu .ui-menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    transition: background .4s;
}

    .ui-menu .ui-menu-item:hover {
        background-color: #EBEBEB;
    }

.ui-menu .ui-menu-item-wrapper {
    padding: 0;
    margin: 0 10px 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #444854;
}

.filters .filters__close {
    display: none;
}

@media (max-width: 1023px) {
    .filters {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 15;
        width: 71%;
        background-color: #fff;
        opacity: 0;
        transform: translateX(-100%);
        pointer-events: none;
        transition: opacity .4s, transform .4s;
    }

        .filters .widgets {
            height: 100vh;
            padding-bottom: 100px;
            overflow-y: scroll;
        }

            .filters .widgets .widget-filters:first-of-type {
                margin-top: 0;
            }

        .filters .filters__title {
            padding-left: 21px;
            margin-bottom: 0;
            font-size: 12px;
            letter-spacing: .15em;
        }

        .filters .filters__close {
            position: absolute;
            top: 15px;
            right: 10px;
            display: block;
        }

        .filters:after {
            content: '';
            position: absolute;
            top: 0;
            left: 100%;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity .4s .4s;
            background-color: rgba(68, 72, 84, 0.15);
        }

        .filters.open {
            opacity: 1;
            transform: translateX(0);
            pointer-events: auto;
        }

            .filters.open:after {
                opacity: 1;
                transition: opacity .4s;
            }
}

.filter-posts {
    padding: 25px 0;
}

.ranks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 23px 0 41px;
}

@media (max-width: 1023px) {
    .ranks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10px 0 10px;
    }
}

@media (max-width: 767px) {
    .ranks {
        display: block;
    }
}

.rank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    margin-right: 15px;
    margin-top: -5px;
}

    .rank h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        letter-spacing: .04em;
        text-align: left;
    }

    .rank span {
        display: inline-block;
        margin-right: 10px;
    }

    .rank p {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .15em;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
    }

.rank--title {
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
    margin-right: 45px;
    margin-top: 0;
}

@media (max-width: 1023px) {
    .rank {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        margin-right: 0;
    }

    .rank--title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 45px;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .rank {
        max-width: 100%;
        width: 100%;
        margin: 5px 0;
    }
}

.dropdown-nav {
    display: inline-block;
    position: relative;
    z-index: 5;
}

    .dropdown-nav .dropdown-nav__dropdown-btn {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .dropdown-nav .dropdown-nav__dropdown-btn span {
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #444854;
        }

            .dropdown-nav .dropdown-nav__dropdown-btn span + span {
                margin-left: 3px;
            }

    .dropdown-nav .dropdown-nav__dropdown-content {
        position: absolute;
        top: 100%;
        right: -24px;
        margin-top: 10px;
        border: 1px solid;
        border-radius: 7px;
        background-color: #fff;
        box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
        opacity: 0;
        pointer-events: none;
        transition: opacity .4s;
        border-color: rgba(112, 112, 112, 0.4);
    }

        .dropdown-nav .dropdown-nav__dropdown-content:before {
            content: '';
            position: absolute;
            top: -10px;
            right: 27px;
            width: 16px;
            height: 10px;
            background-image: url(images/icons/dropdown-arrow.png);
            background-size: 16px 10px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .dropdown-nav .dropdown-nav__dropdown-content ul {
            padding: 0;
            margin: 0;
            list-style: none;
            font-size: 18px;
            color: #404040;
            white-space: nowrap;
        }

            .dropdown-nav .dropdown-nav__dropdown-content ul li {
                opacity: .7;
                transition: opacity .4s;
            }

                .dropdown-nav .dropdown-nav__dropdown-content ul li a {
                    display: inline-block;
                    width: 100%;
                    padding: 13px 26px 11px;
                    text-decoration: none;
                }

                .dropdown-nav .dropdown-nav__dropdown-content ul li:hover {
                    opacity: 1;
                }

                    .dropdown-nav .dropdown-nav__dropdown-content ul li:hover a {
                        color: inherit;
                    }

                .dropdown-nav .dropdown-nav__dropdown-content ul li + li {
                    border-top: 1px solid #F0F0F0;
                }

    .dropdown-nav.open .dropdown-nav__dropdown-content {
        opacity: 1;
        pointer-events: auto;
    }

.judgings .judgings__head {
    margin: 0 0 39px;
    text-align: center;
    color: #444854;
}

    .judgings .judgings__head h2,
    .judgings .judgings__head h3 {
        font-weight: 700;
        text-transform: uppercase;
    }

    .judgings .judgings__head h3 {
        margin: 0 0 9px;
        letter-spacing: .05em;
    }

    .judgings .judgings__head h2 {
        margin: 0 0 10px;
        letter-spacing: .14em;
    }

.judgings .judgings__body .row {
    margin: 0 -8px;
}

.judgings .judgings__body .col-sm-3 {
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px;
}

@media (max-width: 767px) {
    .judgings .row {
        display: block;
    }

    .judgings .col-sm-3 {
        display: block;
        max-width: 100%;
    }
}

.judging {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    color: #444854;
    font-family: "Open Sans", sans-serif;
}

    .judging span {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: .015em;
        text-transform: uppercase;
    }

    .judging p {
        font-size: 16px;
        line-height: 1.25;
    }

    .judging a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .judging a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 278px;
            background-color: #fff;
            opacity: 0;
            transition: opacity .3s ease;
        }

        .judging a:hover:before {
            opacity: .2;
        }

    .judging .judging__image {
        width: 100%;
        height: 278px;
        background-size: cover;
        background-position: center center;
    }

    .judging .judging__content {
        position: relative;
        padding: 27px 15px 8px;
        background-color: #fff;
        text-align: center;
    }

    .judging .judging__nationality {
        position: absolute;
        top: -48px;
        left: 0;
        width: 180px;
        display: inline-block;
        padding: 10px 5px 7px 16px;
        background-color: #323232;
        color: #fff;
        text-align: left;
    }

        .judging .judging__nationality span {
            display: inline-block;
            margin-left: 6px;
            line-height: 1;
            font-size: 14px;
        }

@media (max-width: 1200px) {
    .judging a:before {
        height: 258px;
    }

    .judging .judging__content {
        position: relative;
        padding: 27px 10px 8px;
        background-color: #fff;
        text-align: center;
    }

    .judging .judging__image {
        width: 100%;
        height: 258px;
        background-size: cover;
        background-position: center center;
    }
}

@media (max-width: 1023px) {
    .judging span {
        font-size: 13px;
    }

    .judging p {
        font-size: 12px;
        line-height: 1.25;
    }

    .judging a:before {
        height: 180px;
    }

    .judging .judging__content {
        position: relative;
        padding: 27px 5px 8px;
        background-color: #fff;
        text-align: center;
    }

    .judging .judging__image {
        width: 100%;
        height: 180px;
        background-size: cover;
        background-position: center center;
    }

    .judging .judging__nationality {
        position: absolute;
        width: 90%;
    }

        .judging .judging__nationality span {
            font-size: 12px;
        }
}

@media (max-width: 767px) {
    .judging {
        max-width: 400px;
        margin: 0 auto 10px;
    }

        .judging a:before {
            display: none;
        }

        .judging .judging__image {
            width: 100%;
            height: auto;
            padding-top: 100%;
            background-size: cover;
            background-position: center center;
        }
}

.rating-choice-holder {
    position: absolute;
    top: -110px;
    left: 50%;
    padding-bottom: 20px;
    transform: translateX(-50%);
    pointer-events: none;
}

@media (max-width: 767px) {
    .rating-choice-holder {
        width: 100%;
        left: 0;
        transform: translate(0);
    }
}

.rating-choice {
    width: 260px;
    padding: 20px 10px;
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
    margin: 0 -4px;
    background-color: #444854;
    border-radius: 5px;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

    .rating-choice:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -12px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 0 12px;
        border-color: #444 transparent transparent transparent;
    }

    .rating-choice input {
        display: none;
    }

        .rating-choice input:checked ~ label i:nth-child(1) {
            opacity: 0;
        }

        .rating-choice input:checked ~ label i:nth-child(2) {
            opacity: 1;
        }

    .rating-choice label {
        position: relative;
        display: inline-block;
        width: 31px;
        height: 31px;
        padding: 0 4px;
        margin-bottom: 0;
        transition: transform .3s ease;
    }

        .rating-choice label i {
            position: absolute;
            top: 0;
            left: 4px;
            width: 23px;
            height: 23px;
            transition: opacity .4s;
        }

            .rating-choice label i:nth-child(2) {
                opacity: 0;
            }

        .rating-choice label ~ label {
            margin-right: 10px;
        }

        .rating-choice label:hover {
            transform: scale(1.2);
        }

            .rating-choice label:hover i:nth-child(1),
            .rating-choice label:hover ~ label i:nth-child(1) {
                opacity: 0;
            }

            .rating-choice label:hover i:nth-child(2),
            .rating-choice label:hover ~ label i:nth-child(2) {
                opacity: 1;
            }

    .rating-choice .rating-choice__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .rating-choice .rating-choice__entry {
        text-align: center;
    }

        .rating-choice .rating-choice__entry h5 {
            font-weight: 700;
        }

@media (max-width: 767px) {
    .rating-choice {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }
}

.rating-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    max-width: 49.5%;
    font-size: 16px;
    letter-spacing: .15em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

    .rating-button a {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-decoration: none;
        padding: 35px 10px 26px;
        background-color: #68A0C6;
    }

        .rating-button a i {
            position: relative;
            display: inline-block;
            top: -6px;
            left: 12px;
            margin-right: 18px;
        }

        .rating-button a:hover {
            color: #fff;
        }

    .rating-button:hover .rating-choice-holder {
        pointer-events: auto;
    }

    .rating-button:hover .rating-choice {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

@media (max-width: 1023px) {
    .rating-button {
        font-size: 14px;
    }
}

.rated-number {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 49px;
    height: 49px;
    padding: 7px 2px 5px 3px;
    border-radius: 50%;
    font-weight: 700;
    background-color: #fff;
    color: #444854;
    text-align: center;
}

    .rated-number strong {
        display: block;
        text-align: center;
        font-size: 24px;
        line-height: 1;
    }

    .rated-number span {
        display: block;
        line-height: 1;
        font-size: 9px;
        letter-spacing: .02em;
    }

.rated-number--animated {
    transform: translate(-8px, -80px);
    left: 0;
    right: auto;
    top: 0;
    opacity: 0;
    z-index: 99;
    transition: margin .4s, transform .5s;
}

    .rated-number--animated.jump {
        margin-top: -10px;
    }

    .rated-number--animated.is--visible {
        opacity: 1 !important;
    }

/* ------------------------------------------------------------ *\
	Is loaded
\* ------------------------------------------------------------ */
.isLoaded .belt--alt .belt__current .ico-animate {
    transform: translate(-50%, -32px);
    transition: transform .5s ease-in .2s;
}

.isLoaded .belt--alt .belt__next .ico-animate {
    opacity: 1;
    transform: translate(18px, -69px);
    transition: transform .6s ease-in 2.5s, opacity .6s ease-in 2.7s;
}

.isLoaded .belt--alt .belt__progress .belt__progress-inner {
    transition: width 1.6s ease-in .5s;
}

.comments {
    padding: 20px 0 10px;
    transform: scaleY(0.7);
    opacity: 0;
    transition: all .3s ease;
}

    .comments.visible {
        opacity: 1;
        transform: scaleY(1);
    }

    .comments .comments__actions {
        /*padding: 17px 0 0 60px;*/
        padding: 0 0 17px 60px;
    }

        .comments .comments__actions a {
            position: relative;
            display: inline-block;
            color: #1E1E1E;
            font-size: 16px;
            text-decoration: none;
            font-weight: 600;
            letter-spacing: -.02em;
        }

            .comments .comments__actions a:after {
                content: '';
                position: absolute;
                bottom: -2px;
                left: 0;
                right: 0;
                height: 1px;
                background-color: #75B4DE;
            }

    .comments .comments__more {
        display: none;
        margin: 0 -5px;
    }

        .comments .comments__more a {
            padding: 0 5px;
            margin: 0 0 5px;
        }

@media (max-width: 767px) {
    .comments .comments__actions {
        padding: 17px 0 0 0px;
    }

        .comments .comments__actions a {
            font-size: 14px;
        }

    .comments .comments__more {
        margin: 0;
    }
}

.comment {
    display: -ms-flexbox;
    display: flex;
}

    .comment ~ .comment {
        margin-top: 6px;
    }

    .comment .comment__image {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        background-size: cover;
        background-position: center center;
        border-radius: 50%;
    }

    .comment .comment__body {
        padding: 0 0px 0 14px;
    }

    .comment .comment__content {
        display: inline-block;
        padding: 14px 52px 2px 24px;
        background-color: #fff;
        border-radius: 10px;
        color: #1E1E1E;
        font-size: 14px;
        line-height: 1.43;
    }

    .comment .comment__widgets {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 4px 4px 0;
    }

    .comment .comment__date {
        padding-top: 8px;
        color: #1E1E1E;
        opacity: .5;
        font-size: 11px;
    }

    .comment .comment__icons ul {
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        font-size: 14px;
        color: #EB7280;
    }

    .comment .comment__icons .disable {
        color: #9A9A9A;
    }

    .comment .comment__icons a {
        text-decoration: none;
    }

    .comment .comment__icons span {
        display: inline-block;
        position: relative;
        top: 1px;
    }

    .comment .comment__icons li ~ li {
        margin-left: 10px;
    }

@media (max-width: 767px) {
    .comment {
        display: block;
    }

        .comment .comment__image {
            margin: 0 0 15px;
        }

        .comment .comment__body {
            padding: 0;
        }
}

.tiles {
    margin: 0 0 39px;
}

    .tiles .row {
        margin: 0 -8px;
    }

    .tiles .col-12 {
        display: -ms-flexbox;
        display: flex;
        padding: 0 8px;
    }

@media (max-width: 767px) {
    .tiles {
        margin: 0 0 30px;
    }
}

.tile {
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 165px;
    background-color: #444854;
    color: #fff;
}

    .tile h4 {
        margin: 0 50px 15px;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    .tile h5 {
        position: relative;
        top: -16px;
        margin: 0;
        font-weight: 700;
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: .2em;
    }

        .tile h5 span {
            position: relative;
            top: 8px;
            display: inline-block;
            margin-right: 0px;
            font-size: 38px;
            font-family: "Noto Serif", serif;
            font-style: italic;
            font-weight: 400;
            letter-spacing: 0;
        }

    .tile .tile__inner {
        position: relative;
    }

    .tile .tile__link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .tile .tile__actions {
        padding: 7px 0 21px;
        text-align: center;
    }

    .tile .tile__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 19px 51px 15px;
        border-bottom: 1px solid #616779;
    }

    .tile .tile__ico {
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        margin-right: 17px;
    }

    .tile .tile__title {
        margin: 9px 0 0;
        letter-spacing: .2em;
        color: #FEBE12;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.375rem;
        line-height: 1.36;
    }

    .tile .tile__body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px 4px 50px;
    }

    .tile .tile__content {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .tile .tile__entry {
        padding: 0 3px;
        -ms-flex: 1;
        flex: 1;
    }

        .tile .tile__entry span {
            color: #FEBE12;
        }

    .tile .tile__foot {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 22px 0 0;
        background-color: #fff;
        color: #444854;
    }

    .tile .tile__images {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tile .tile__images span {
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%;
            overflow: hidden;
        }

            .tile .tile__images span img {
                width: 100%;
            }

            .tile .tile__images span:nth-child(4) {
                display: none;
            }

@media (max-width: 1200px) {
    .tile h5 {
        top: -12px;
    }

        .tile h5 span {
            top: 4px;
            font-size: 30px;
        }

    .tile .tile__body {
        padding: 15px 20px 4px 20px;
    }
}

@media (max-width: 1023px) {
    .tile .tile__head {
        padding: 19px 20px 15px;
    }

    .tile .tile__ico {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
    }

    .tile .tile__content {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 767px) {
    .tile {
        padding-bottom: 0;
        margin-bottom: 12px;
    }

        .tile h5 {
            position: relative;
            top: -12px;
            margin: 0 0 2px;
            font-weight: 700;
            font-size: 0.875rem;
            text-transform: uppercase;
            letter-spacing: .2em;
        }

            .tile h5 span {
                position: relative;
                top: 5px;
                display: inline-block;
                margin-right: 0px;
                font-size: 33px;
                font-family: "Noto Serif", serif;
                font-style: italic;
                font-weight: 400;
                letter-spacing: 0;
            }

        .tile h4 {
            margin: 0 16px 15px;
            font-size: 0.875rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        .tile .tile__title {
            margin: 8px 0 0;
            letter-spacing: .15em;
            color: #FEBE12;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.1rem;
            line-height: 1.3;
        }

        .tile .tile__ico {
            -ms-flex: 0 0 60px;
            flex: 0 0 60px;
            max-width: 60px;
            margin-right: 17px;
        }

        .tile .tile__head {
            padding: 17px 13px 16px;
        }

        .tile .tile__foot {
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            padding: 19px 0 0;
            background-color: #fff;
            color: #444854;
        }

        .tile .tile__entry {
            padding: 0;
        }

            .tile .tile__entry span {
                display: block;
            }

        .tile .tile__images span {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            overflow: hidden;
        }

            .tile .tile__images span img {
                transition: transform .3s ease;
            }

            .tile .tile__images span:nth-child(4) {
                display: block;
            }

        .tile .tile__body {
            display: block;
            padding: 21px 20px 4px 20px;
        }

        .tile .tile__content {
            max-width: 100%;
        }

        .tile .btn {
            width: 100%;
        }
}

.tiles-alt {
    margin: 0 0 29px;
}

    .tiles-alt h2 {
        margin: 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.375rem;
        color: #444854;
        letter-spacing: .15em;
    }

    .tiles-alt .tiles-alt__head {
        padding-bottom: 12px;
        border-bottom: 4px solid #444854;
    }

        .tiles-alt .tiles-alt__head h2 {
            margin: 0;
        }

    .tiles-alt .tiles-alt__body {
        padding: 24px 0 14px;
    }

@media (max-width: 767px) {
    .tiles-alt h2 {
        margin: 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1rem;
        color: #444854;
        letter-spacing: .17em;
    }

    .tiles-alt .btn-load-more {
        margin: 10px 0;
    }

    .tiles-alt .tiles-alt__head {
        padding-bottom: 15px;
        padding-right: 50px;
    }

    .tiles-alt .tiles-alt__body {
        padding: 26px 0 14px;
    }
}

.tile-large {
    position: relative;
    padding-bottom: 31px;
    background-color: #fff;
    border-radius: 3px;
}

    .tile-large:hover h2 {
        color: #6EC1C7;
    }

    .tile-large h2 {
        margin: 0;
        line-height: 1;
        transition: color .3s ease;
    }

    .tile-large h4 {
        margin: 0 50px 15px;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #444854;
    }

    .tile-large .btn {
        position: relative;
        z-index: 1;
        padding: 0px 36px;
        min-width: auto;
    }

        .tile-large .btn ~ .btn {
            margin-left: 20px;
        }

    .tile-large .btn--grey {
        padding: 0px 47px;
    }

    .tile-large .tile-large__link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .tile-large .tile-large__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 31px 20px 13px;
        border-bottom: 1px solid #E0E0E0;
    }

    .tile-large .tile-large__head-content {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 29px;
        padding-right: 15px;
    }

    .tile-large .tile-large__actions {
        position: relative;
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 12px 0 0;
        top: -5px;
    }

    .tile-large .tile-large__body {
        display: -ms-flexbox;
        display: flex;
    }

    .tile-large .tile-large__entry {
        -ms-flex: 1;
        flex: 1;
    }

    .tile-large .tile-large__info {
        padding: 32px 49px 14px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .19em;
        text-transform: uppercase;
        line-height: 1;
        color: #6C5B7B;
    }

        .tile-large .tile-large__info span {
            position: relative;
            top: 8px;
            font-size: 38px;
            font-family: "Noto Serif", serif;
            font-style: italic;
            font-weight: 400;
            letter-spacing: 0;
        }

        .tile-large .tile-large__info img {
            position: relative;
            top: -3px;
            display: inline-block;
            margin-right: 6px;
        }

        .tile-large .tile-large__info ul {
            display: -ms-flexbox;
            display: flex;
            list-style-type: none;
        }

        .tile-large .tile-large__info li ~ li {
            margin-left: 17px;
        }

        .tile-large .tile-large__info li:last-child {
            position: relative;
            top: -12px;
        }

    .tile-large .tile-large__images {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tile-large .tile-large__images span {
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%;
            overflow: hidden;
        }

            .tile-large .tile-large__images span img {
                width: 100%;
            }

            .tile-large .tile-large__images span:nth-child(4) {
                display: none;
            }

    .tile-large .tile-large__challenges {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 27px 18px 0;
    }

        .tile-large .tile-large__challenges h4 {
            margin: 0 0 14px;
        }

    .tile-large .tile-large__challenge {
        position: relative;
        z-index: 1;
        font-size: 14px;
    }

        .tile-large .tile-large__challenge h3 {
            margin: 0 0 2px;
            font-size: 1.25rem;
            font-family: "Noto Serif", serif;
            color: #444854;
        }

        .tile-large .tile-large__challenge a {
            text-decoration: none;
        }

        .tile-large .tile-large__challenge p {
            margin: 0 0 0 2px;
            letter-spacing: .025em;
        }

        .tile-large .tile-large__challenge ~ .tile-large__challenge {
            margin-top: 11px;
        }

    .tile-large ~ .tile-large {
        margin-top: 29px;
    }

@media (max-width: 1440px) {
    .tile-large h4 {
        margin: 0 24px 15px;
    }

    .tile-large .tile-large__info {
        padding: 28px 25px 14px;
    }

        .tile-large .tile-large__info li ~ li {
            margin-left: 24px;
        }

    .tile-large .tile-large__head-content {
        padding-left: 10px;
    }

    .tile-large .tile-large__head {
        padding: 31px 14px 13px;
    }
}

@media (max-width: 1200px) {
    .tile-large h4 {
        margin: 0 14px 15px;
    }

    .tile-large .tile-large__head-content {
        padding-left: 0px;
    }

    .tile-large .tile-large__info {
        padding: 28px 15px 14px;
        font-size: 12px;
    }

        .tile-large .tile-large__info span {
            top: 4px;
            font-size: 28px;
        }

        .tile-large .tile-large__info li ~ li {
            margin-left: 14px;
        }

        .tile-large .tile-large__info li:last-child {
            position: relative;
            top: -5px;
        }
}

@media (max-width: 1023px) {
    .tile-large .tile-large__body {
        display: block;
    }

    .tile-large .tile-large__challenges {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .tile-large ~ .tile-large {
        margin-top: 25px;
    }

    .tile-large .btn {
        margin: 0 4px 10px;
        padding: 0px 26px;
    }

        .tile-large .btn ~ .btn {
            margin-left: 10px;
        }

    .tile-large .btn--grey {
        padding: 0px 32px;
    }

    .tile-large h4 {
        margin: 0 21px 14px;
    }

    .tile-large .tile-large__head {
        display: block;
    }

    .tile-large .tile-large__head-content {
        max-width: 100%;
        padding: 0 2px 20px;
    }

    .tile-large .tile-large__actions {
        top: auto;
    }

    .tile-large .tile-large__actions {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -4px;
        padding: 4px 0 0;
    }

    .tile-large .tile-large__info {
        padding: 33px 22px 7px;
        font-size: 12px;
    }

        .tile-large .tile-large__info span {
            position: relative;
            top: -2px;
            margin-right: 8px;
            font-size: 32px;
            font-family: "Noto Serif", serif;
            font-style: italic;
            font-weight: 400;
            letter-spacing: 0;
        }

        .tile-large .tile-large__info img {
            display: inline-block;
            margin-right: 12px;
            position: relative;
        }

        .tile-large .tile-large__info ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 -10px;
            list-style-type: none;
        }

        .tile-large .tile-large__info li {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            line-height: 1.2;
            text-align: center;
            padding: 0 10px 10px;
        }

            .tile-large .tile-large__info li ~ li {
                margin-left: 0px;
            }

    .tile-large .tile-large__images a {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .tile-large .tile-large__images a:nth-child(4) {
            display: block;
        }

    .tile-large .tile-large__challenges {
        padding: 31px 22px 17px;
    }

        .tile-large .tile-large__challenges h4 {
            margin: 0 0 14px;
        }
}

@media (max-width: 413px) {
    .tile-large .tile-large__info {
        padding: 33px 22px 7px;
        font-size: 12px;
    }

        .tile-large .tile-large__info span {
            position: relative;
            top: 0px;
            margin-right: 8px;
            font-size: 32px;
            font-family: "Noto Serif", serif;
            font-style: italic;
            font-weight: 400;
            letter-spacing: 0;
        }

        .tile-large .tile-large__info img {
            display: inline-block;
            margin-right: 12px;
            position: relative;
        }

        .tile-large .tile-large__info ul {
            display: block;
            margin: 0;
            list-style-type: none;
        }

        .tile-large .tile-large__info li {
            position: relative;
            max-width: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            line-height: 1.2;
            text-align: center;
            padding: 0 0px 10px;
        }

            .tile-large .tile-large__info li ~ li {
                margin-left: 0px;
                margin-top: 10px;
            }

            .tile-large .tile-large__info li:last-child {
                position: relative;
                margin-top: 10px;
                top: 0;
            }
}

.call-out-tribes {
    position: relative;
}

    .call-out-tribes:hover .btn {
        background-color: #FEBE12;
    }

    .call-out-tribes img {
        position: absolute;
        top: 36%;
        left: 0;
        transform: translateY(-50%);
    }

    .call-out-tribes h3 {
        margin: 0 0 6px;
        letter-spacing: .05em;
        color: #FEBE12;
        font-weight: 700;
        font-size: 1.125rem;
        text-transform: uppercase;
    }

    .call-out-tribes p {
        margin: 0;
    }

    .call-out-tribes .btn {
        transition: background-color .3s ease;
    }

    .call-out-tribes .call-out-tribes__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 44px 96px 41px;
        background-color: #444854;
    }

    .call-out-tribes .call-out-tribes__head {
        position: relative;
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
        padding: 0 20px 0 101px;
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
    }

    .call-out-tribes .call-out-tribes__body {
        -ms-flex: 1;
        flex: 1;
        position: relative;
        top: -6px;
        padding: 0 0px 0 41px;
        text-align: center;
    }

    .call-out-tribes .call-out-tribes__link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

@media (max-width: 1023px) {
    .call-out-tribes .call-out-tribes__inner {
        padding: 44px 20px 41px;
    }

    .call-out-tribes .call-out-tribes__head {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .call-out-tribes img {
        position: relative;
        top: auto;
        left: 0;
        display: inline-block;
        margin: 0 0 13px;
        width: 66px;
        transform: translateY(0);
    }

    .call-out-tribes h3 {
        font-size: 16px;
    }

    .call-out-tribes .btn {
        width: 100%;
    }

    .call-out-tribes .call-out-tribes__inner {
        display: block;
        padding: 28px 20px 36px;
    }

    .call-out-tribes .call-out-tribes__head {
        max-width: 100%;
        padding: 0;
        font-size: 15px;
        text-align: center;
    }

    .call-out-tribes .call-out-tribes__body {
        padding: 0;
        margin: 32px 0 0;
    }
}

.triebes {
    padding: 36px 0;
}

    .triebes .row {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .triebes .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

@media (max-width: 767px) {
    .triebes {
        padding: 42px 0;
    }

        .triebes .row {
            display: block;
            margin: 0;
        }

        .triebes .col {
            max-width: 100%;
            padding: 0;
        }

            .triebes .col ~ .col {
                margin-top: 20px;
            }
}

.triebe {
    margin-bottom: 10px;
    font-size: 16px;
    color: #1E1E1E;
}

    .triebe h5 {
        margin: 0 0 3px;
        font-size: 1.125rem;
        color: #444854;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .05em;
    }

    .triebe a {
        text-decoration: none;
    }

    .triebe p {
        margin: 0;
        letter-spacing: .024em;
    }

    .triebe .triebe__actions {
        display: -ms-flexbox;
        display: flex;
        padding: 3px 0 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .12em;
    }

        .triebe .triebe__actions span {
            display: inline-block;
            margin-right: 20px;
            color: #616779;
        }

        .triebe .triebe__actions a {
            color: #FEBE12;
        }

    .triebe ~ .triebe {
        margin-top: 28px;
    }

@media (max-width: 767px) {
    .triebe {
        font-size: 13px;
    }

        .triebe h5 {
            margin: 0 0 3px;
            font-size: 1rem;
            color: #444854;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: .05em;
        }

        .triebe p {
            margin: 0 0 5px 4px;
            letter-spacing: .05em;
        }
}

.tribes-dashboard {
    padding: 26px 20px 33px;
    margin: 25px 0 62px;
    background-color: #444854;
}

    .tribes-dashboard h2 {
        margin: 0;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: .15em;
    }

    .tribes-dashboard .tribes-dashboard__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        color: #FEBE12;
    }

        .tribes-dashboard .tribes-dashboard__head img {
            display: inline-block;
            margin-right: 20px;
        }

    .tribes-dashboard .tribes-dashboard__body {
        padding: 20px 8px 0;
    }

    .tribes-dashboard .tribes-dashboard__actions {
        padding: 9px 0 0;
        text-align: center;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

        .tribes-dashboard .tribes-dashboard__actions a {
            position: relative;
            display: inline-block;
            padding: 0 0 12px;
            text-decoration: none;
            transition: color .3s ease;
        }

            .tribes-dashboard .tribes-dashboard__actions a:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 3px;
                background-color: #FEBE12;
            }

            .tribes-dashboard .tribes-dashboard__actions a:hover {
                color: #FEBE12;
            }

@media (max-width: 1023px) {
    .tribes-dashboard {
        padding: 20px 10px 20px;
    }
}

@media (max-width: 767px) {
    .tribes-dashboard {
        margin: -1px -24px 39px;
        padding: 20px 7px;
    }

        .tribes-dashboard h2 {
            font-size: 18px;
        }

        .tribes-dashboard .tribes-dashboard__head img {
            width: 60px;
            margin-right: 15px;
        }

        .tribes-dashboard .tribes-dashboard__body {
            padding: 18px 8px 0;
        }

        .tribes-dashboard .tribes-dashboard__actions {
            padding: 9px 0 15px;
            font-size: 14px;
            letter-spacing: .2em;
        }
}

.tribe-dashboard {
    padding: 20px 17px 2px;
    margin: 0 0 16px;
    color: #fff;
    background-color: #616779;
}

    .tribe-dashboard h3 {
        margin: 0 0 6px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .05em;
    }

    .tribe-dashboard h4 {
        font-size: 14px;
        letter-spacing: .19em;
        text-transform: uppercase;
        font-weight: 700;
    }

    .tribe-dashboard ul {
        list-style-type: none;
    }

    .tribe-dashboard .tribe-dashboard__head {
        display: -ms-flexbox;
        display: flex;
    }

    .tribe-dashboard .tribe-dashboard__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .tribe-dashboard .tribe-dashboard__content img {
            -ms-flex: 0 0 80px;
            flex: 0 0 80px;
            max-width: 80px;
            margin-right: 15px;
        }

    .tribe-dashboard .tribe-dashboard__inner {
        padding: 17px 0px 0;
    }

        .tribe-dashboard .tribe-dashboard__inner a {
            text-decoration: none;
            color: #FEBE12;
        }

        .tribe-dashboard .tribe-dashboard__inner ul {
            display: -ms-flexbox;
            display: flex;
        }

        .tribe-dashboard .tribe-dashboard__inner li ~ li {
            position: relative;
            margin-left: 11px;
            padding-left: 13px;
        }

            .tribe-dashboard .tribe-dashboard__inner li ~ li:before {
                content: '';
                position: absolute;
                left: 0;
                top: 3px;
                height: 17px;
                width: 2px;
                background-color: #FEBE12;
            }

    .tribe-dashboard .tribe-dashboard__entry {
        -ms-flex: 1;
        flex: 1;
        padding: 9px 28px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
    }

        .tribe-dashboard .tribe-dashboard__entry span {
            display: block;
            font-size: 30px;
            font-style: italic;
            font-family: "Georgia", sans-serif;
        }

            .tribe-dashboard .tribe-dashboard__entry span span {
                margin-top: 3px;
                letter-spacing: .3em;
                font-weight: 700;
                font-size: 10px;
                font-style: normal;
                text-transform: uppercase;
                font-family: "Noto Serif", serif;
            }

    .tribe-dashboard .tribe-dashboard__body {
        padding: 13px 0 0;
    }

        .tribe-dashboard .tribe-dashboard__body .row {
            margin: 0 -8px;
        }

        .tribe-dashboard .tribe-dashboard__body .col-12 {
            padding: 0 8px;
        }

    .tribe-dashboard .tribe-dashboard__group {
        padding: 20px 0 3px;
        text-align: center;
        background-color: #444854;
    }

        .tribe-dashboard .tribe-dashboard__group ul {
            display: -ms-flexbox;
            display: flex;
        }

        .tribe-dashboard .tribe-dashboard__group li {
            position: relative;
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }

            .tribe-dashboard .tribe-dashboard__group li ~ li:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 1px;
                background-color: #fff;
            }

        .tribe-dashboard .tribe-dashboard__group span {
            display: inline-block;
            margin: 0 0 3px;
            font-size: 38px;
            font-style: italic;
            font-family: "Noto Serif", serif;
        }

        .tribe-dashboard .tribe-dashboard__group p {
            margin: 0;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
            line-height: 1.25;
        }

    .tribe-dashboard .tribe-dashboard__group--green {
        background-color: #6EC1C7;
    }

    .tribe-dashboard .tribe-dashboard__badge {
        position: relative;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        height: 60px;
        margin-right: 26px;
        line-height: 60px;
        padding: 0;
        color: #444854;
        text-align: center;
        text-transform: uppercase;
        background-color: #FEBE12;
        border-radius: 50%;
    }

        .tribe-dashboard .tribe-dashboard__badge span {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            transform: translateY(-50%);
            font-size: 13px;
            line-height: 0.92;
            font-weight: 700;
            font-family: "Open Sans", sans-serif;
            font-style: normal;
        }

@media (max-width: 767px) {
    .tribe-dashboard h3 {
        margin: 0 0 3px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .05em;
        line-height: 1.13;
    }

    .tribe-dashboard h4 {
        font-size: 12px;
    }

    .tribe-dashboard .tribe-dashboard__head {
        display: block;
    }

    .tribe-dashboard .tribe-dashboard__inner {
        padding: 2px 0px 0;
    }

        .tribe-dashboard .tribe-dashboard__inner ul {
            margin: 0 0 0;
        }

    .tribe-dashboard .tribe-dashboard__entry {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 12px 0px 0;
    }

        .tribe-dashboard .tribe-dashboard__entry span {
            display: inline-block;
        }

            .tribe-dashboard .tribe-dashboard__entry span span {
                font-size: 9px;
            }

    .tribe-dashboard .tribe-dashboard__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
    }

        .tribe-dashboard .tribe-dashboard__content img {
            -ms-flex: 0 0 62px;
            flex: 0 0 62px;
            max-width: 62px;
            margin-right: 12px;
        }

    .tribe-dashboard .tribe-dashboard__body {
        padding: 13px 0 0px;
    }

        .tribe-dashboard .tribe-dashboard__body .row {
            margin: 0 -6px;
        }

        .tribe-dashboard .tribe-dashboard__body .col-12 {
            padding: 0 6px;
        }

    .tribe-dashboard [class^="col-"] {
        margin: 0 0 10px !important;
    }

    .tribe-dashboard .tribe-dashboard__badge {
        position: relative;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        margin-right: 16px;
        line-height: 50px;
    }

        .tribe-dashboard .tribe-dashboard__badge span {
            font-size: 11px;
        }

    .tribe-dashboard .tribe-dashboard__group {
        padding: 21px 5px 7px;
        text-align: center;
        background-color: #444854;
    }

        .tribe-dashboard .tribe-dashboard__group span {
            margin: 0 0 10px;
            font-size: 32px;
        }

        .tribe-dashboard .tribe-dashboard__group p {
            font-size: 10px;
            line-height: 1.3;
        }

    .tribe-dashboard .tribe-dashboard__group--green {
        background-color: #6EC1C7;
    }
}

.leader {
    position: relative;
    padding: 10px 14px 8px;
    margin: 0 0 1px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-family: "Noto Serif", serif;
    letter-spacing: .04em;
    transition: all .3s ease;
}

    .leader .leader__image {
        border-radius: 50%;
        margin: 0 0 14px;
        overflow: hidden;
    }

        .leader .leader__image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .leader .leader__image-tablet {
        display: none;
    }

    .leader .leader__link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .leader.active {
        background-color: #fff;
        color: #6EC1C7;
    }

@media (max-width: 1023px) {
    .leader .leader__image img {
        display: none;
    }

    .leader .leader__image .leader__image-tablet {
        display: block;
    }
}

@media (max-width: 767px) {
    .leader {
        padding: 12px 9px 8px;
        font-size: 20px;
    }

        .leader .leader__image {
            margin: 0 0 2px;
        }
}

.latest-challenges {
    padding: 31px 30px;
    margin: 0 0 30px;
    background-color: #fff;
}

    .latest-challenges h4 {
        margin: 0 0 27px;
        color: #444854;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.125rem;
        letter-spacing: .045em;
    }

    .latest-challenges .latest-challenges__actions {
        padding: 20px 0 10px;
        text-align: center;
        color: #444854;
        font-weight: 700;
        font-size: 0.875rem;
    }

        .latest-challenges .latest-challenges__actions p {
            margin: 0 0 30px;
            text-align: left;
        }

        .latest-challenges .latest-challenges__actions a {
            position: relative;
            display: inline-block;
            padding: 0 0 5px;
            text-transform: uppercase;
            font-size: 0.9375rem;
            letter-spacing: .1em;
            text-decoration: none;
        }

            .latest-challenges .latest-challenges__actions a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 2px;
                background-color: #6EC1C7;
            }

@media (max-width: 767px) {
    .latest-challenges {
        padding: 33px 18px;
        margin: 0 0 41px;
    }

        .latest-challenges h4 {
            margin: 0 0 13px;
            font-size: 1rem;
        }

        .latest-challenges .latest-challenges__actions {
            padding: 29px 0 0;
            text-align: center;
            color: #444854;
            font-weight: 700;
            font-size: 0.875rem;
        }

            .latest-challenges .latest-challenges__actions p {
                margin: 0 0 29px;
                text-align: left;
            }

            .latest-challenges .latest-challenges__actions a {
                position: relative;
                display: inline-block;
                padding: 0 0 11px;
                text-transform: uppercase;
                color: 1rem;
                letter-spacing: .2em;
                text-decoration: none;
            }

                .latest-challenges .latest-challenges__actions a:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 3px;
                    background-color: #6EC1C7;
                }
}

.latest-challenge {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    color: #1E1E1E;
    line-height: 1.79;
}

    .latest-challenge h3 {
        margin: 0 0 7px;
        font-family: "Noto Serif", serif;
        font-size: 1.875rem;
        color: #444854;
        line-height: 1.13;
    }

        .latest-challenge h3 a {
            text-decoration: none;
            transition: color .4s ease;
        }

    .latest-challenge p {
        letter-spacing: .03em;
    }

    .latest-challenge .btn {
        min-width: 100%;
    }

    .latest-challenge .latest-challenge__image {
        position: relative;
        padding: 0 0 27.5%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        background-size: cover;
        background-position: center center;
        transition: opacity .4s ease;
    }

        .latest-challenge .latest-challenge__image a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .latest-challenge .latest-challenge__image:hover {
            opacity: .7;
        }

    .latest-challenge .latest-challenge__content {
        -ms-flex: 1;
        flex: 1;
        padding: 4px 0 0 15px;
    }

    .latest-challenge .latest-challenge__actions {
        padding: 52px 55px 0 0;
    }

    .latest-challenge ~ .latest-challenge {
        margin-top: 29px;
        padding-top: 30px;
        border-top: 1px solid #E0E0E0;
    }

@media (max-width: 767px) {
    .latest-challenge {
        display: block;
    }

        .latest-challenge h3 {
            margin: 0 0 12px;
            font-family: "Noto Serif", serif;
            font-size: 1.875rem;
            color: #444854;
            line-height: 1.13;
            letter-spacing: -.035em;
        }

        .latest-challenge .latest-challenge__image {
            max-width: 100%;
            padding: 0 0 57%;
        }

        .latest-challenge .latest-challenge__content {
            padding: 12px 0 0;
        }

        .latest-challenge .latest-challenge__actions {
            padding: 0px 0px 0 0;
        }

        .latest-challenge ~ .latest-challenge {
            margin-top: 19px;
            padding-top: 22px;
            border-top: 1px solid #E0E0E0;
        }
}

.rank-current {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 8px;
    border-bottom: 1px solid #E0E0E0;
    color: #444854;
    transition: color .3s ease, background-color .3s ease;
}

    .rank-current img {
        border-radius: 50%;
    }

    .rank-current a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .rank-current span {
        position: relative;
        display: block;
        padding: 0 0 0 10px;
    }

        .rank-current span:after {
            content: '';
            position: absolute;
            left: 0;
            top: 48%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 4px 6px 4px;
            transform: translateY(-50%);
            border-color: transparent transparent #444854 transparent;
            transition: all .3s ease;
        }

    .rank-current .rank__number {
        -ms-flex: 0 0 33px;
        flex: 0 0 33px;
        max-width: 33px;
        margin-right: 7px;
        font-size: 24px;
        font-family: "Noto Serif", serif;
        text-align: center;
        font-style: italic;
    }

    .rank-current .rank__image {
        border-radius: 50%;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        text-align: center;
    }

    .rank-current .rank__content {
        -ms-flex: 1;
        flex: 1;
        padding: 0 10px 0;
        font-size: 14px;
        font-weight: 700;
    }

    .rank-current:hover .rank__content {
        color: #6EC1C7;
    }

.rank-current--active {
    background-color: #6EC1C7;
    color: #fff;
}

    .rank-current--active span:after {
        border-color: transparent transparent #fff transparent;
    }

    .rank-current--active:hover .rank__content {
        color: #fff;
    }

@media (max-width: 767px) {
    .rank-current {
        padding: 14px 0 8px;
    }

        .rank-current .rank__number {
            margin-right: 1px;
        }

        .rank-current .rank__image {
            -ms-flex: 0 0 40px;
            flex: 0 0 40px;
            max-width: 40px;
            height: 40px;
        }

        .rank-current .rank__content {
            padding: 0 17px 0;
        }
}

.tribe-item {
    display: -ms-flexbox;
    display: flex;
    color: #6C5B7B;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .22em;
}

    .tribe-item span {
        color: #444854;
        font-size: 38px;
        font-style: italic;
        font-family: "Noto Serif", serif;
        font-weight: 400;
        line-height: 1;
        letter-spacing: normal;
    }

    .tribe-item .tribe-item__image {
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        text-align: center;
    }

    .tribe-item .tribe-item__content {
        -ms-flex: 1;
        flex: 1;
        padding: 5px 0 0 20px;
    }

/* ------------------------------------------------------------ *\
	Timer
\* ------------------------------------------------------------ */
.timer {
    padding: 9px 0 45px;
    color: #fff;
    background-color: #444854;
    font-size: 16px;
    letter-spacing: .22em;
}

    .timer .timer__box {
        display: inline-block;
        width: 90px;
        padding: 7px 0px 9px 8px;
        margin: 0 12px 0 0;
        text-align: center;
        letter-spacing: .2em;
        background-color: #616779;
        font-size: 58px;
        font-weight: 700;
        line-height: 1;
    }

    .timer .timer__head {
        letter-spacing: normal;
        text-align: center;
        font-weight: 700;
    }

    .timer .timer__body {
        pointer-events: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2px 20px 0;
        text-transform: uppercase;
    }

    .timer .timer__part {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .timer .timer__part ~ .timer__part {
            margin-left: 5px;
        }

@media (max-width: 1200px) {
    .timer span {
        display: block;
    }

    .timer .timer__box {
        margin: 0 0 15px 0;
    }

    .timer .timer__part {
        display: block;
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .timer .timer__part {
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        max-width: 130px;
    }

    .timer .timer__box {
        margin: 0 0 10px;
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .timer {
        padding: 9px 0 15px;
    }

        .timer p {
            font-size: 15px;
            line-height: 1.2;
        }

        .timer span {
            font-size: 12px;
        }

        .timer .timer__box {
            height: 75px;
            margin: 0 0 11px;
            font-size: 58px;
        }

        .timer .timer__part {
            -ms-flex: 0 0 108px;
            flex: 0 0 108px;
            max-width: 108px;
        }

        .timer .timer__body {
            padding: 10px 46px 0;
        }
}

@media (max-width: 374px) {
    .timer .timer__part {
        -ms-flex: 0 0 89px;
        flex: 0 0 89px;
        max-width: 89px;
    }
}

/* ------------------------------------------------------------ *\
	Sponsored
\* ------------------------------------------------------------ */
.sponsored {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 398px;
    padding-left: 48px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .sponsored {
        padding-left: 36px;
    }
}

@media (max-width: 414px) {
    .sponsored {
        max-width: 320px;
    }
}

.sponsored .sponsored__meta {
    position: absolute;
    left: 0;
    bottom: -16px;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.sponsored .sponsored__your-logo {
    max-width: 160px;
    width: 100%;
    padding: 18px 16px 16px;
    border: 1px dashed #fff;
    border-radius: 10px;
    transition: border-color .3s;
}

@media (max-width: 767px) {
    .sponsored .sponsored__your-logo {
        max-width: 144px;
        padding: 18px 10px 16px;
    }
}

.sponsored .sponsored__your-logo:hover {
    border-color: #AC9C45;
    cursor: pointer;
}

    .sponsored .sponsored__your-logo:hover h6,
    .sponsored .sponsored__your-logo:hover p {
        color: #AC9C45;
    }

.sponsored .sponsored__your-logo h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    transition: color .3s;
}

.sponsored .sponsored__your-logo p {
    margin-bottom: 0;
    line-height: 1.13;
    font-size: 16px;
    transition: color .3s;
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
    position: relative;
    padding: 48px 0 38px;
    background-color: #000;
    color: #fff;
}

@media (max-width: 767px) {
    .hero {
        padding: 22px 20px;
    }
}

@media (max-width: 414px) {
    .hero {
        padding: 14px 0px 22px;
    }
}

.hero .hero__image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    pointer-events: none;
}

@media (max-width: 767px) {
    .hero .hero__image {
        height: 55%;
    }
}

.hero .hero__image--left {
    left: 0;
}

.hero .hero__image--right {
    right: 0;
}

.hero .hero__stars {
    margin: 12px 0;
}

@media (max-width: 767px) {
    .hero .hero__stars {
        margin: 12px auto;
        max-width: 86px;
    }
}

.hero .hero__content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero h1 {
    margin-bottom: 26px;
    line-height: 0.84;
    font-size: 80px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.004em;
}

@media (max-width: 767px) {
    .hero h1 {
        margin-bottom: 16px;
        line-height: 0.92;
        font-size: 50px;
    }
}

@media (max-width: 414px) {
    .hero h1 {
        margin-bottom: 14px;
    }
}

.hero h1 span {
    display: block;
    margin-bottom: 8px;
    font-size: 30px;
    letter-spacing: 0.15em;
}

@media (max-width: 767px) {
    .hero h1 span {
        margin-bottom: 6px;
        font-size: 20px;
    }
}

@media (max-width: 414px) {
    .hero h1 span {
        margin-bottom: 1px;
    }
}

.hero h2 {
    margin-bottom: 7px;
    line-height: 1.1;
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .hero h2 {
        margin-bottom: 29px;
        font-size: 24px;
    }
}

.hero .hero__entry {
    max-width: 670px;
    padding-top: 12px;
    margin: 0 auto 54px;
}

@media (max-width: 767px) {
    .hero .hero__entry {
        padding-top: 32px;
        margin-bottom: 40px;
    }
}

@media (max-width: 414px) {
    .hero .hero__entry {
        padding-top: 8px;
        margin-bottom: 37px;
    }
}

.hero .hero__entry p {
    line-height: 1.1;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .hero .hero__entry p {
        line-height: 1;
        font-size: 20px;
    }
}

@media (max-width: 414px) {
    .hero .hero__entry p {
        font-size: 18px;
    }
}

.hero .hero__entry span {
    color: #AC9C45;
}

/* ------------------------------------------------------------ *\
	Hero Simple
\* ------------------------------------------------------------ */
.hero-simple {
    padding: 30px 0;
    background-color: #444854;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .hero-simple {
        padding: 27px 0 20px;
    }
}

.hero-simple h1 {
    margin-bottom: 16px;
    line-height: 0.84;
    font-size: 50px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.004em;
}

@media (max-width: 767px) {
    .hero-simple h1 {
        font-size: 32px;
    }
}

.hero-simple h1 span {
    display: block;
    margin-bottom: 3px;
    font-size: 24px;
    letter-spacing: 0.15em;
}

@media (max-width: 767px) {
    .hero-simple h1 span {
        margin-bottom: 6px;
        font-size: 20px;
    }
}

.hero-simple .hero__content {
    position: relative;
}

    .hero-simple .hero__content > span {
        font-size: 30px;
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

@media (max-width: 767px) {
    .hero-simple .hero__content > span {
        font-size: 24px;
    }
}

.hero-simple .hero__content > span .ico {
    margin-top: -8px;
}

.hero-simple .hero__actions {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .hero-simple .hero__actions {
        top: -10px;
        bottom: auto;
    }
}

.hero-simple .hero__actions a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color .3s;
}

.hero-simple .hero__stars {
    max-width: 100px;
    margin: 0 auto 10px;
}

@media (max-width: 767px) {
    .hero-simple .hero__stars {
        max-width: 90px;
        margin-bottom: 6px;
    }
}

.category-alt {
    position: relative;
    max-width: 490px;
    width: 100%;
    padding: 42px 10px 30px;
    border-radius: 10px;
    background-color: #444854;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .category-alt {
        padding: 36px 10px 16px;
    }
}

.category-alt ul {
    margin-bottom: 33px;
    font-size: 20px;
    font-weight: 700;
    list-style: none;
}

@media (max-width: 767px) {
    .category-alt ul {
        margin-bottom: 19px;
    }
}

.category-alt ul li + li {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .category-alt ul li + li {
        margin-top: 13px;
    }
}

.category-alt ul li .ico {
    position: relative;
    bottom: 4px;
    right: 4px;
}

.category-alt h2 {
    max-width: 270px;
    margin: 0 auto;
    line-height: 0.88;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .category-alt h2 {
        line-height: 1;
        font-size: 26px;
    }
}

.category-alt .category__icon {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .category-alt .category__icon {
        margin-bottom: 9px;
    }
}

.category-alt .category__head {
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .category-alt .category__head {
        margin-bottom: 16px;
    }
}

.category-alt .category__body {
    margin-bottom: 31px;
}

@media (max-width: 767px) {
    .category-alt .category__body {
        margin-bottom: 18px;
    }
}

.category-alt .category__foot {
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .category-alt .category__foot {
        padding: 0 40px;
    }
}

.category-alt .category__foot p {
    line-height: 1.1;
}

@media (max-width: 767px) {
    .category-alt .category__foot p {
        line-height: 1.5;
        font-size: 14px;
    }
}

.category-alt--new:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 107px 107px 0 0;
    border-color: #6EC1C7 transparent transparent transparent;
}

@media (max-width: 767px) {
    .category-alt--new:before {
        border-width: 91px 91px 0 0;
    }
}

.category-alt--new:after {
    content: 'new';
    position: absolute;
    top: 23px;
    left: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

@media (max-width: 767px) {
    .category-alt--new:after {
        top: 16px;
        left: 13px;
        font-size: 14px;
    }
}

.category-alt--right {
    margin-left: auto;
}

/* ------------------------------------------------------------ *\
	Participants
\* ------------------------------------------------------------ */
.participants {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.participants--two-cols {
    margin: -10px;
}

@media (max-width: 767px) {
    .participants--two-cols {
        margin: -8px;
    }
}

.participants--three-cols {
    margin: -8px;
}

/* ------------------------------------------------------------ *\
	Participant
\* ------------------------------------------------------------ */
.participant a {
    text-decoration: none;
}

    .participant a:hover {
        color: inherit;
    }

.participant .participant__head {
    padding: 14px 10px 12px;
    margin-bottom: 16px;
    background-color: #444854;
    color: #fff;
    text-align: center;
}

    .participant .participant__head h3 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
    }

        .participant .participant__head h3 .ico {
            margin-top: -6px;
        }

.participant .participant__body {
    position: relative;
}

    .participant .participant__body img {
        width: 100%;
        height: auto;
    }

    .participant .participant__body iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.participant .participant__body--has-video {
    padding-top: 56%;
}

.participant .participant__foot {
    padding: 10px 10px 14px;
    background-color: #fff;
}

@media (max-width: 1023px) {
    .participant .participant__foot {
        padding: 10px 6px 14px;
    }
}

@media (max-width: 767px) {
    .participant .participant__foot {
        padding: 10px 10px 14px;
    }
}

.participant--video .participant__foot {
    padding: 14px 16px 20px 24px;
}

@media (max-width: 767px) {
    .participant--video .participant__foot {
        padding: 10px 10px 14px;
    }
}

.participant--gallery .participant__body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../css/images/icons/ico-search-white@2x.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.participant--gallery .participant__head,
.participant--gallery .participant__body,
.participant--gallery .participant__foot {
    cursor: pointer;
}

.participant--gallery:hover .participant__body:after {
    opacity: 1;
}

.participant--1of2 {
    width: 50%;
    padding: 10px;
}

@media (max-width: 767px) {
    .participant--1of2 {
        width: 100%;
        padding: 8px;
    }
}

.participant--1of3 {
    width: 33.33%;
    padding: 8px;
}

@media (max-width: 767px) {
    .participant--1of3 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .participant .modal {
        padding-right: 0 !important;
    }
}

.user {
    display: -ms-flexbox;
    display: flex;
}

    .user .user__photo {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-size: cover;
    }

@media (max-width: 1023px) {
    .user .user__photo {
        -ms-flex: 0 0 44px;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 767px) {
    .user .user__photo {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }
}

.user .user__content {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    padding: 7px 0 0 9px;
}

@media (max-width: 1023px) {
    .user .user__content {
        padding: 7px 0 0 4px;
    }
}

@media (max-width: 767px) {
    .user .user__content {
        padding: 7px 0 0 9px;
    }
}

.user .user__location {
    position: absolute;
    bottom: 1px;
    right: 0;
    color: #A3A3A3;
}

    .user .user__location .ico {
        margin-left: 4px;
    }

.user h3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.user p {
    margin-bottom: 2px;
    font-size: 14px;
}

.user span {
    color: #AC9C45;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

    .user span .ico {
        margin-top: -4px;
    }

/* ------------------------------------------------------------ *\
	Gallery Item
\* ------------------------------------------------------------ */
.gallery-item {
    padding: 20px 20px 84px;
    border-radius: 7px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .gallery-item {
        padding: 0;
    }
}

.gallery-item .gallery-item__image {
    height: 40.6vw;
    padding: 0 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .gallery-item .gallery-item__image {
        height: auto;
        width: 100%;
        padding: 0;
    }
}

.gallery-item .gallery-item__image img {
    width: auto;
    height: 100%;
}

@media (max-width: 767px) {
    .gallery-item .gallery-item__image img {
        height: auto;
        width: 100%;
    }
}

.gallery-item .gallery-item__body {
    text-align: center;
}

@media (max-width: 767px) {
    .gallery-item .gallery-item__body {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.gallery-item .gallery-item__actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .gallery-item .gallery-item__actions {
        top: auto;
        bottom: 20px;
        left: auto;
        right: 20px;
        transform: translateX(0);
        max-width: 106px;
    }
}

.gallery-item .gallery-item__prev,
.gallery-item .gallery-item__next {
    display: inline-block;
    text-decoration: none;
}

    .gallery-item .gallery-item__prev.disable,
    .gallery-item .gallery-item__next.disable {
        opacity: .7;
        pointer-events: none;
    }

.gallery-item.modal-dialog {
    max-width: none;
    margin: 65px 127px;
}

@media (max-width: 1440px) {
    .gallery-item.modal-dialog {
        margin: 65px 100px;
    }
}

@media (max-width: 1200px) {
    .gallery-item.modal-dialog {
        margin: 65px 60px;
    }
}

@media (max-width: 767px) {
    .gallery-item.modal-dialog {
        display: -ms-flexbox;
        display: flex;
        min-height: 100vh;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .gallery-item.modal-dialog .modal-content {
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 54px;
    }
}

.gallery-item .close {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 46px;
}

@media (max-width: 767px) {
    .gallery-item .close {
        top: 6px;
        right: 18px;
    }
}

@media (max-width: 767px) {
    .gallery-item .user {
        padding: 20px;
    }
}

.gallery-item .user .user__content {
    position: static;
}

.gallery-item .user .user__location {
    bottom: -59px;
    right: auto;
    left: 0;
}

@media (max-width: 767px) {
    .gallery-item .user .user__location {
        bottom: 20px;
        left: 20px;
    }
}
