﻿@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (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)
 */
@import '../plugins/swiper/dist/css/swiper.min.css';
@import '../plugins/WOW-master/css/animate.css';
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700&subset=latin-ext");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --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;
}


.icon-whatsapp:before {
    content: '\e919'
}


body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    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: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        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 {
    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: 0.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: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.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: "— ";
    }

.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: #e83e8c;
    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: flex;
    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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    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: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.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%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

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.5;
}

.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.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    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: inline-flex;
    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: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745;
}

.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: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.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: #34ce57;
}

.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(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
        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(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
}

.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: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.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: #e4606d;
}

.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(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
        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(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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: flex;
        align-items: 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 {
        align-items: 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;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.nice-select.open:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success.nice-select.open:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info.nice-select.open:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.nice-select.open:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.nice-select.open:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light.nice-select.open:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.nice-select.open:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0056b3;
        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.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    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, .dropdown-item.nice-select.open {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .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: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        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.nice-select.open, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.nice-select.open,
        .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: flex;
    flex-wrap: wrap;
    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: 0.5625rem;
    padding-left: 0.5625rem;
}

    .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: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    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: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        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 > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .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: flex;
        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: 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: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    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-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 {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.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 {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.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.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    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: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before, .custom-control-input.nice-select.open ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .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.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        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: #007bff;
}

.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: #007bff;
}

.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(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.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(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    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;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 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(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .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(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    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: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        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;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        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::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active, .custom-range.nice-select.open::-webkit-slider-thumb {
    background-color: #b3d7ff;
}

.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: #007bff;
    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::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active, .custom-range.nice-select.open::-moz-range-thumb {
    background-color: #b3d7ff;
}

.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;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    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:active, .custom-range.nice-select.open::-ms-thumb {
    background-color: #b3d7ff;
}

.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: flex;
    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: #007bff;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    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: flex;
    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 {
    flex-basis: 100%;
    flex-grow: 1;
    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: 0.25rem;
}

    .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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            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 {
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            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 {
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            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 {
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            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 {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            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 {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        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 {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        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: flex;
    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 {
    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: flex;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: flex;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }

        .card-group > .card {
            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: flex;
    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: 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: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        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(0, 123, 255, 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: #007bff;
    border-color: #007bff;
}

.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: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.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: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    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: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    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, .list-group-item-action.nice-select.open {
        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: #007bff;
        border-color: #007bff;
    }

.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: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.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: 0.75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.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: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: 0.25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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;
    align-items: center;
    width: 100%;
    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: 0.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: flex;
    align-items: 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: 0.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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !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: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !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: flex !important;
}

.d-inline-flex {
    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: flex !important;
    }

    .d-sm-inline-flex {
        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: flex !important;
    }

    .d-md-inline-flex {
        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: flex !important;
    }

    .d-lg-inline-flex {
        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: flex !important;
    }

    .d-xl-inline-flex {
        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: flex !important;
    }

    .d-print-inline-flex {
        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.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        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: 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: sticky) {
    .sticky-top {
        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.nice-select.open, .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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !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;
    }
}

.nice-select {
    border-radius: 0.25rem;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: calc(2.25rem + 2px);
    line-height: calc(2.25rem + 2px)-2;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:after {
        border-bottom: 3px solid #004587;
        border-right: 3px solid #004587;
        content: "";
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 8px;
        border-radius: 4px;
    }

    .nice-select.open:after {
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1) translateY(54px);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #004587;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #0079ed;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        border-radius: 0.25rem;
        box-sizing: border-box;
        margin-top: 2px;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: absolute;
        max-height: 200px;
        overflow: auto;
        top: 100%;
        left: 0;
        transform-origin: 50% 0;
        width: 100%;
        transform: scale(0.75) translateY(-calc(2.25rem + 2px)/2);
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        background: #f2f2f2;
    }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: calc(2.25rem + 2px)-2;
        list-style: none;
        min-height: calc(2.25rem + 2px)-2;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        transition: all 0.2s;
        padding: 10px 20px;
    }

        .nice-select .option[data-value="0"] {
            display: none;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-0i {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-5i {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-10i {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-15i {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-20i {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-25i {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-30i {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-35i {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-40i {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-45i {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-50i {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-55i {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-60i {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px;
}

.m-t-65i {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-70i {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-75i {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-80i {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px;
}

.m-t-85i {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px;
}

.m-t-90i {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px;
}

.m-t-95i {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-100i {
    margin-top: 100px !important;
}

.m-t-105 {
    margin-top: 105px;
}

.m-t-105i {
    margin-top: 105px !important;
}

.m-t-110 {
    margin-top: 110px;
}

.m-t-110i {
    margin-top: 110px !important;
}

.m-t-115 {
    margin-top: 115px;
}

.m-t-115i {
    margin-top: 115px !important;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-120i {
    margin-top: 120px !important;
}

.m-t-125 {
    margin-top: 125px;
}

.m-t-125i {
    margin-top: 125px !important;
}

.m-t-130 {
    margin-top: 130px;
}

.m-t-130i {
    margin-top: 130px !important;
}

.m-t-135 {
    margin-top: 135px;
}

.m-t-135i {
    margin-top: 135px !important;
}

.m-t-140 {
    margin-top: 140px;
}

.m-t-140i {
    margin-top: 140px !important;
}

.m-t-145 {
    margin-top: 145px;
}

.m-t-145i {
    margin-top: 145px !important;
}

.m-t-150 {
    margin-top: 150px;
}

.m-t-150i {
    margin-top: 150px !important;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-0i {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-5i {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-10i {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-15i {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-20i {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-25i {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-30i {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-35i {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-40i {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-45i {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-50i {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-b-55i {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-60i {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-b-65i {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-b-70i {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-75i {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-80i {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-b-85i {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-b-90i {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-b-95i {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-100i {
    margin-bottom: 100px !important;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-b-105i {
    margin-bottom: 105px !important;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-b-110i {
    margin-bottom: 110px !important;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-b-115i {
    margin-bottom: 115px !important;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-b-120i {
    margin-bottom: 120px !important;
}

.m-b-125 {
    margin-bottom: 125px;
}

.m-b-125i {
    margin-bottom: 125px !important;
}

.m-b-130 {
    margin-bottom: 130px;
}

.m-b-130i {
    margin-bottom: 130px !important;
}

.m-b-135 {
    margin-bottom: 135px;
}

.m-b-135i {
    margin-bottom: 135px !important;
}

.m-b-140 {
    margin-bottom: 140px;
}

.m-b-140i {
    margin-bottom: 140px !important;
}

.m-b-145 {
    margin-bottom: 145px;
}

.m-b-145i {
    margin-bottom: 145px !important;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-b-150i {
    margin-bottom: 150px !important;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-0i {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-5i {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-10i {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-15i {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-20i {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-25i {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-30i {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-35i {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-40i {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-45i {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px;
}

.m-l-50i {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px;
}

.m-l-55i {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px;
}

.m-l-60i {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px;
}

.m-l-65i {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px;
}

.m-l-70i {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px;
}

.m-l-75i {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px;
}

.m-l-80i {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px;
}

.m-l-85i {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px;
}

.m-l-90i {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px;
}

.m-l-95i {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px;
}

.m-l-100i {
    margin-left: 100px !important;
}

.m-l-105 {
    margin-left: 105px;
}

.m-l-105i {
    margin-left: 105px !important;
}

.m-l-110 {
    margin-left: 110px;
}

.m-l-110i {
    margin-left: 110px !important;
}

.m-l-115 {
    margin-left: 115px;
}

.m-l-115i {
    margin-left: 115px !important;
}

.m-l-120 {
    margin-left: 120px;
}

.m-l-120i {
    margin-left: 120px !important;
}

.m-l-125 {
    margin-left: 125px;
}

.m-l-125i {
    margin-left: 125px !important;
}

.m-l-130 {
    margin-left: 130px;
}

.m-l-130i {
    margin-left: 130px !important;
}

.m-l-135 {
    margin-left: 135px;
}

.m-l-135i {
    margin-left: 135px !important;
}

.m-l-140 {
    margin-left: 140px;
}

.m-l-140i {
    margin-left: 140px !important;
}

.m-l-145 {
    margin-left: 145px;
}

.m-l-145i {
    margin-left: 145px !important;
}

.m-l-150 {
    margin-left: 150px;
}

.m-l-150i {
    margin-left: 150px !important;
}

.m-r-0 {
    margin-right: 0px;
}

.m-r-0i {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-5i {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-10i {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-15i {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-20i {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-25i {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-30i {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-35i {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-40i {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-45i {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-50i {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px;
}

.m-r-55i {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px;
}

.m-r-60i {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px;
}

.m-r-65i {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px;
}

.m-r-70i {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px;
}

.m-r-75i {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px;
}

.m-r-80i {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px;
}

.m-r-85i {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px;
}

.m-r-90i {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px;
}

.m-r-95i {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px;
}

.m-r-100i {
    margin-right: 100px !important;
}

.m-r-105 {
    margin-right: 105px;
}

.m-r-105i {
    margin-right: 105px !important;
}

.m-r-110 {
    margin-right: 110px;
}

.m-r-110i {
    margin-right: 110px !important;
}

.m-r-115 {
    margin-right: 115px;
}

.m-r-115i {
    margin-right: 115px !important;
}

.m-r-120 {
    margin-right: 120px;
}

.m-r-120i {
    margin-right: 120px !important;
}

.m-r-125 {
    margin-right: 125px;
}

.m-r-125i {
    margin-right: 125px !important;
}

.m-r-130 {
    margin-right: 130px;
}

.m-r-130i {
    margin-right: 130px !important;
}

.m-r-135 {
    margin-right: 135px;
}

.m-r-135i {
    margin-right: 135px !important;
}

.m-r-140 {
    margin-right: 140px;
}

.m-r-140i {
    margin-right: 140px !important;
}

.m-r-145 {
    margin-right: 145px;
}

.m-r-145i {
    margin-right: 145px !important;
}

.m-r-150 {
    margin-right: 150px;
}

.m-r-150i {
    margin-right: 150px !important;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-0i {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-5i {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-10i {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-15i {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-20i {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-25i {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-30i {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-35i {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-40i {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-45i {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-50i {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px;
}

.p-t-55i {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-60i {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px;
}

.p-t-65i {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-70i {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px;
}

.p-t-75i {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-80i {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px;
}

.p-t-85i {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px;
}

.p-t-90i {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px;
}

.p-t-95i {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-100i {
    padding-top: 100px !important;
}

.p-t-105 {
    padding-top: 105px;
}

.p-t-105i {
    padding-top: 105px !important;
}

.p-t-110 {
    padding-top: 110px;
}

.p-t-110i {
    padding-top: 110px !important;
}

.p-t-115 {
    padding-top: 115px;
}

.p-t-115i {
    padding-top: 115px !important;
}

.p-t-120 {
    padding-top: 120px;
}

.p-t-120i {
    padding-top: 120px !important;
}

.p-t-125 {
    padding-top: 125px;
}

.p-t-125i {
    padding-top: 125px !important;
}

.p-t-130 {
    padding-top: 130px;
}

.p-t-130i {
    padding-top: 130px !important;
}

.p-t-135 {
    padding-top: 135px;
}

.p-t-135i {
    padding-top: 135px !important;
}

.p-t-140 {
    padding-top: 140px;
}

.p-t-140i {
    padding-top: 140px !important;
}

.p-t-145 {
    padding-top: 145px;
}

.p-t-145i {
    padding-top: 145px !important;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-150i {
    padding-top: 150px !important;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-0i {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-5i {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-10i {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-15i {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-20i {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-25i {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-30i {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-35i {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-40i {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-45i {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-50i {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-b-55i {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-60i {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-b-65i {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-70i {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-b-75i {
    padding-bottom: 75px !important;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-80i {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-b-85i {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-b-90i {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-b-95i {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-b-100i {
    padding-bottom: 100px !important;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-b-105i {
    padding-bottom: 105px !important;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-b-110i {
    padding-bottom: 110px !important;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-b-115i {
    padding-bottom: 115px !important;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-b-120i {
    padding-bottom: 120px !important;
}

.p-b-125 {
    padding-bottom: 125px;
}

.p-b-125i {
    padding-bottom: 125px !important;
}

.p-b-130 {
    padding-bottom: 130px;
}

.p-b-130i {
    padding-bottom: 130px !important;
}

.p-b-135 {
    padding-bottom: 135px;
}

.p-b-135i {
    padding-bottom: 135px !important;
}

.p-b-140 {
    padding-bottom: 140px;
}

.p-b-140i {
    padding-bottom: 140px !important;
}

.p-b-145 {
    padding-bottom: 145px;
}

.p-b-145i {
    padding-bottom: 145px !important;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-b-150i {
    padding-bottom: 150px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-0i {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-5i {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-10i {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-15i {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-20i {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-25i {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-30i {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-35i {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-40i {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-45i {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-50i {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px;
}

.p-l-55i {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px;
}

.p-l-60i {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px;
}

.p-l-65i {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px;
}

.p-l-70i {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px;
}

.p-l-75i {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px;
}

.p-l-80i {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px;
}

.p-l-85i {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px;
}

.p-l-90i {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px;
}

.p-l-95i {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px;
}

.p-l-100i {
    padding-left: 100px !important;
}

.p-l-105 {
    padding-left: 105px;
}

.p-l-105i {
    padding-left: 105px !important;
}

.p-l-110 {
    padding-left: 110px;
}

.p-l-110i {
    padding-left: 110px !important;
}

.p-l-115 {
    padding-left: 115px;
}

.p-l-115i {
    padding-left: 115px !important;
}

.p-l-120 {
    padding-left: 120px;
}

.p-l-120i {
    padding-left: 120px !important;
}

.p-l-125 {
    padding-left: 125px;
}

.p-l-125i {
    padding-left: 125px !important;
}

.p-l-130 {
    padding-left: 130px;
}

.p-l-130i {
    padding-left: 130px !important;
}

.p-l-135 {
    padding-left: 135px;
}

.p-l-135i {
    padding-left: 135px !important;
}

.p-l-140 {
    padding-left: 140px;
}

.p-l-140i {
    padding-left: 140px !important;
}

.p-l-145 {
    padding-left: 145px;
}

.p-l-145i {
    padding-left: 145px !important;
}

.p-l-150 {
    padding-left: 150px;
}

.p-l-150i {
    padding-left: 150px !important;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-0i {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-5i {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-10i {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-15i {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-20i {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-25i {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-30i {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-35i {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-40i {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-45i {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-50i {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px;
}

.p-r-55i {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px;
}

.p-r-60i {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px;
}

.p-r-65i {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px;
}

.p-r-70i {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px;
}

.p-r-75i {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px;
}

.p-r-80i {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px;
}

.p-r-85i {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px;
}

.p-r-90i {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px;
}

.p-r-95i {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px;
}

.p-r-100i {
    padding-right: 100px !important;
}

.p-r-105 {
    padding-right: 105px;
}

.p-r-105i {
    padding-right: 105px !important;
}

.p-r-110 {
    padding-right: 110px;
}

.p-r-110i {
    padding-right: 110px !important;
}

.p-r-115 {
    padding-right: 115px;
}

.p-r-115i {
    padding-right: 115px !important;
}

.p-r-120 {
    padding-right: 120px;
}

.p-r-120i {
    padding-right: 120px !important;
}

.p-r-125 {
    padding-right: 125px;
}

.p-r-125i {
    padding-right: 125px !important;
}

.p-r-130 {
    padding-right: 130px;
}

.p-r-130i {
    padding-right: 130px !important;
}

.p-r-135 {
    padding-right: 135px;
}

.p-r-135i {
    padding-right: 135px !important;
}

.p-r-140 {
    padding-right: 140px;
}

.p-r-140i {
    padding-right: 140px !important;
}

.p-r-145 {
    padding-right: 145px;
}

.p-r-145i {
    padding-right: 145px !important;
}

.p-r-150 {
    padding-right: 150px;
}

.p-r-150i {
    padding-right: 150px !important;
}

.f-s-0 {
    font-size: 0px;
}

.f-s-0i {
    font-size: 0px !important;
}

.f-s-2 {
    font-size: 2px;
}

.f-s-2i {
    font-size: 2px !important;
}

.f-s-4 {
    font-size: 4px;
}

.f-s-4i {
    font-size: 4px !important;
}

.f-s-6 {
    font-size: 6px;
}

.f-s-6i {
    font-size: 6px !important;
}

.f-s-8 {
    font-size: 8px;
}

.f-s-8i {
    font-size: 8px !important;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-10i {
    font-size: 10px !important;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-12i {
    font-size: 12px !important;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-14i {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-16i {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-18i {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-20i {
    font-size: 20px !important;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-22i {
    font-size: 22px !important;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-24i {
    font-size: 24px !important;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-26i {
    font-size: 26px !important;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-28i {
    font-size: 28px !important;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-30i {
    font-size: 30px !important;
}

.f-s-32 {
    font-size: 32px;
}

.f-s-32i {
    font-size: 32px !important;
}

.f-s-34 {
    font-size: 34px;
}

.f-s-34i {
    font-size: 34px !important;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-36i {
    font-size: 36px !important;
}

.f-s-38 {
    font-size: 38px;
}

.f-s-38i {
    font-size: 38px !important;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-40i {
    font-size: 40px !important;
}

.f-s-42 {
    font-size: 42px;
}

.f-s-42i {
    font-size: 42px !important;
}

.f-s-44 {
    font-size: 44px;
}

.f-s-44i {
    font-size: 44px !important;
}

.f-s-46 {
    font-size: 46px;
}

.f-s-46i {
    font-size: 46px !important;
}

.f-s-48 {
    font-size: 48px;
}

.f-s-48i {
    font-size: 48px !important;
}

.f-s-50 {
    font-size: 50px;
}

.f-s-50i {
    font-size: 50px !important;
}

.f-s-52 {
    font-size: 52px;
}

.f-s-52i {
    font-size: 52px !important;
}

.f-s-54 {
    font-size: 54px;
}

.f-s-54i {
    font-size: 54px !important;
}

.f-s-56 {
    font-size: 56px;
}

.f-s-56i {
    font-size: 56px !important;
}

.f-s-58 {
    font-size: 58px;
}

.f-s-58i {
    font-size: 58px !important;
}

.f-s-60 {
    font-size: 60px;
}

.f-s-60i {
    font-size: 60px !important;
}

.f-s-62 {
    font-size: 62px;
}

.f-s-62i {
    font-size: 62px !important;
}

.f-s-64 {
    font-size: 64px;
}

.f-s-64i {
    font-size: 64px !important;
}

.f-s-66 {
    font-size: 66px;
}

.f-s-66i {
    font-size: 66px !important;
}

.f-s-68 {
    font-size: 68px;
}

.f-s-68i {
    font-size: 68px !important;
}

.f-s-70 {
    font-size: 70px;
}

.f-s-70i {
    font-size: 70px !important;
}

.f-s-72 {
    font-size: 72px;
}

.f-s-72i {
    font-size: 72px !important;
}

.f-s-74 {
    font-size: 74px;
}

.f-s-74i {
    font-size: 74px !important;
}

.f-s-76 {
    font-size: 76px;
}

.f-s-76i {
    font-size: 76px !important;
}

.f-s-78 {
    font-size: 78px;
}

.f-s-78i {
    font-size: 78px !important;
}

.f-s-80 {
    font-size: 80px;
}

.f-s-80i {
    font-size: 80px !important;
}

.f-s-82 {
    font-size: 82px;
}

.f-s-82i {
    font-size: 82px !important;
}

.f-s-84 {
    font-size: 84px;
}

.f-s-84i {
    font-size: 84px !important;
}

.f-s-86 {
    font-size: 86px;
}

.f-s-86i {
    font-size: 86px !important;
}

.f-s-88 {
    font-size: 88px;
}

.f-s-88i {
    font-size: 88px !important;
}

.f-s-90 {
    font-size: 90px;
}

.f-s-90i {
    font-size: 90px !important;
}

.f-s-92 {
    font-size: 92px;
}

.f-s-92i {
    font-size: 92px !important;
}

.f-s-94 {
    font-size: 94px;
}

.f-s-94i {
    font-size: 94px !important;
}

.f-s-96 {
    font-size: 96px;
}

.f-s-96i {
    font-size: 96px !important;
}

.f-s-98 {
    font-size: 98px;
}

.f-s-98i {
    font-size: 98px !important;
}

.f-s-100 {
    font-size: 100px;
}

.f-s-100i {
    font-size: 100px !important;
}

@media (max-width: 575.98px) {
    .xs-m-t-0 {
        margin-top: 0px;
    }

    .xs-m-t-0i {
        margin-top: 0px !important;
    }

    .xs-m-t-5 {
        margin-top: 5px;
    }

    .xs-m-t-5i {
        margin-top: 5px !important;
    }

    .xs-m-t-10 {
        margin-top: 10px;
    }

    .xs-m-t-10i {
        margin-top: 10px !important;
    }

    .xs-m-t-15 {
        margin-top: 15px;
    }

    .xs-m-t-15i {
        margin-top: 15px !important;
    }

    .xs-m-t-20 {
        margin-top: 20px;
    }

    .xs-m-t-20i {
        margin-top: 20px !important;
    }

    .xs-m-t-25 {
        margin-top: 25px;
    }

    .xs-m-t-25i {
        margin-top: 25px !important;
    }

    .xs-m-t-30 {
        margin-top: 30px;
    }

    .xs-m-t-30i {
        margin-top: 30px !important;
    }

    .xs-m-t-35 {
        margin-top: 35px;
    }

    .xs-m-t-35i {
        margin-top: 35px !important;
    }

    .xs-m-t-40 {
        margin-top: 40px;
    }

    .xs-m-t-40i {
        margin-top: 40px !important;
    }

    .xs-m-t-45 {
        margin-top: 45px;
    }

    .xs-m-t-45i {
        margin-top: 45px !important;
    }

    .xs-m-t-50 {
        margin-top: 50px;
    }

    .xs-m-t-50i {
        margin-top: 50px !important;
    }

    .xs-m-t-55 {
        margin-top: 55px;
    }

    .xs-m-t-55i {
        margin-top: 55px !important;
    }

    .xs-m-t-60 {
        margin-top: 60px;
    }

    .xs-m-t-60i {
        margin-top: 60px !important;
    }

    .xs-m-t-65 {
        margin-top: 65px;
    }

    .xs-m-t-65i {
        margin-top: 65px !important;
    }

    .xs-m-t-70 {
        margin-top: 70px;
    }

    .xs-m-t-70i {
        margin-top: 70px !important;
    }

    .xs-m-t-75 {
        margin-top: 75px;
    }

    .xs-m-t-75i {
        margin-top: 75px !important;
    }

    .xs-m-t-80 {
        margin-top: 80px;
    }

    .xs-m-t-80i {
        margin-top: 80px !important;
    }

    .xs-m-t-85 {
        margin-top: 85px;
    }

    .xs-m-t-85i {
        margin-top: 85px !important;
    }

    .xs-m-t-90 {
        margin-top: 90px;
    }

    .xs-m-t-90i {
        margin-top: 90px !important;
    }

    .xs-m-t-95 {
        margin-top: 95px;
    }

    .xs-m-t-95i {
        margin-top: 95px !important;
    }

    .xs-m-t-100 {
        margin-top: 100px;
    }

    .xs-m-t-100i {
        margin-top: 100px !important;
    }

    .xs-m-t-105 {
        margin-top: 105px;
    }

    .xs-m-t-105i {
        margin-top: 105px !important;
    }

    .xs-m-t-110 {
        margin-top: 110px;
    }

    .xs-m-t-110i {
        margin-top: 110px !important;
    }

    .xs-m-t-115 {
        margin-top: 115px;
    }

    .xs-m-t-115i {
        margin-top: 115px !important;
    }

    .xs-m-t-120 {
        margin-top: 120px;
    }

    .xs-m-t-120i {
        margin-top: 120px !important;
    }

    .xs-m-t-125 {
        margin-top: 125px;
    }

    .xs-m-t-125i {
        margin-top: 125px !important;
    }

    .xs-m-t-130 {
        margin-top: 130px;
    }

    .xs-m-t-130i {
        margin-top: 130px !important;
    }

    .xs-m-t-135 {
        margin-top: 135px;
    }

    .xs-m-t-135i {
        margin-top: 135px !important;
    }

    .xs-m-t-140 {
        margin-top: 140px;
    }

    .xs-m-t-140i {
        margin-top: 140px !important;
    }

    .xs-m-t-145 {
        margin-top: 145px;
    }

    .xs-m-t-145i {
        margin-top: 145px !important;
    }

    .xs-m-t-150 {
        margin-top: 150px;
    }

    .xs-m-t-150i {
        margin-top: 150px !important;
    }

    .xs-m-b-0 {
        margin-bottom: 0px;
    }

    .xs-m-b-0i {
        margin-bottom: 0px !important;
    }

    .xs-m-b-5 {
        margin-bottom: 5px;
    }

    .xs-m-b-5i {
        margin-bottom: 5px !important;
    }

    .xs-m-b-10 {
        margin-bottom: 10px;
    }

    .xs-m-b-10i {
        margin-bottom: 10px !important;
    }

    .xs-m-b-15 {
        margin-bottom: 15px;
    }

    .xs-m-b-15i {
        margin-bottom: 15px !important;
    }

    .xs-m-b-20 {
        margin-bottom: 20px;
    }

    .xs-m-b-20i {
        margin-bottom: 20px !important;
    }

    .xs-m-b-25 {
        margin-bottom: 25px;
    }

    .xs-m-b-25i {
        margin-bottom: 25px !important;
    }

    .xs-m-b-30 {
        margin-bottom: 30px;
    }

    .xs-m-b-30i {
        margin-bottom: 30px !important;
    }

    .xs-m-b-35 {
        margin-bottom: 35px;
    }

    .xs-m-b-35i {
        margin-bottom: 35px !important;
    }

    .xs-m-b-40 {
        margin-bottom: 40px;
    }

    .xs-m-b-40i {
        margin-bottom: 40px !important;
    }

    .xs-m-b-45 {
        margin-bottom: 45px;
    }

    .xs-m-b-45i {
        margin-bottom: 45px !important;
    }

    .xs-m-b-50 {
        margin-bottom: 50px;
    }

    .xs-m-b-50i {
        margin-bottom: 50px !important;
    }

    .xs-m-b-55 {
        margin-bottom: 55px;
    }

    .xs-m-b-55i {
        margin-bottom: 55px !important;
    }

    .xs-m-b-60 {
        margin-bottom: 60px;
    }

    .xs-m-b-60i {
        margin-bottom: 60px !important;
    }

    .xs-m-b-65 {
        margin-bottom: 65px;
    }

    .xs-m-b-65i {
        margin-bottom: 65px !important;
    }

    .xs-m-b-70 {
        margin-bottom: 70px;
    }

    .xs-m-b-70i {
        margin-bottom: 70px !important;
    }

    .xs-m-b-75 {
        margin-bottom: 75px;
    }

    .xs-m-b-75i {
        margin-bottom: 75px !important;
    }

    .xs-m-b-80 {
        margin-bottom: 80px;
    }

    .xs-m-b-80i {
        margin-bottom: 80px !important;
    }

    .xs-m-b-85 {
        margin-bottom: 85px;
    }

    .xs-m-b-85i {
        margin-bottom: 85px !important;
    }

    .xs-m-b-90 {
        margin-bottom: 90px;
    }

    .xs-m-b-90i {
        margin-bottom: 90px !important;
    }

    .xs-m-b-95 {
        margin-bottom: 95px;
    }

    .xs-m-b-95i {
        margin-bottom: 95px !important;
    }

    .xs-m-b-100 {
        margin-bottom: 100px;
    }

    .xs-m-b-100i {
        margin-bottom: 100px !important;
    }

    .xs-m-b-105 {
        margin-bottom: 105px;
    }

    .xs-m-b-105i {
        margin-bottom: 105px !important;
    }

    .xs-m-b-110 {
        margin-bottom: 110px;
    }

    .xs-m-b-110i {
        margin-bottom: 110px !important;
    }

    .xs-m-b-115 {
        margin-bottom: 115px;
    }

    .xs-m-b-115i {
        margin-bottom: 115px !important;
    }

    .xs-m-b-120 {
        margin-bottom: 120px;
    }

    .xs-m-b-120i {
        margin-bottom: 120px !important;
    }

    .xs-m-b-125 {
        margin-bottom: 125px;
    }

    .xs-m-b-125i {
        margin-bottom: 125px !important;
    }

    .xs-m-b-130 {
        margin-bottom: 130px;
    }

    .xs-m-b-130i {
        margin-bottom: 130px !important;
    }

    .xs-m-b-135 {
        margin-bottom: 135px;
    }

    .xs-m-b-135i {
        margin-bottom: 135px !important;
    }

    .xs-m-b-140 {
        margin-bottom: 140px;
    }

    .xs-m-b-140i {
        margin-bottom: 140px !important;
    }

    .xs-m-b-145 {
        margin-bottom: 145px;
    }

    .xs-m-b-145i {
        margin-bottom: 145px !important;
    }

    .xs-m-b-150 {
        margin-bottom: 150px;
    }

    .xs-m-b-150i {
        margin-bottom: 150px !important;
    }

    .xs-m-l-0 {
        margin-left: 0px;
    }

    .xs-m-l-0i {
        margin-left: 0px !important;
    }

    .xs-m-l-5 {
        margin-left: 5px;
    }

    .xs-m-l-5i {
        margin-left: 5px !important;
    }

    .xs-m-l-10 {
        margin-left: 10px;
    }

    .xs-m-l-10i {
        margin-left: 10px !important;
    }

    .xs-m-l-15 {
        margin-left: 15px;
    }

    .xs-m-l-15i {
        margin-left: 15px !important;
    }

    .xs-m-l-20 {
        margin-left: 20px;
    }

    .xs-m-l-20i {
        margin-left: 20px !important;
    }

    .xs-m-l-25 {
        margin-left: 25px;
    }

    .xs-m-l-25i {
        margin-left: 25px !important;
    }

    .xs-m-l-30 {
        margin-left: 30px;
    }

    .xs-m-l-30i {
        margin-left: 30px !important;
    }

    .xs-m-l-35 {
        margin-left: 35px;
    }

    .xs-m-l-35i {
        margin-left: 35px !important;
    }

    .xs-m-l-40 {
        margin-left: 40px;
    }

    .xs-m-l-40i {
        margin-left: 40px !important;
    }

    .xs-m-l-45 {
        margin-left: 45px;
    }

    .xs-m-l-45i {
        margin-left: 45px !important;
    }

    .xs-m-l-50 {
        margin-left: 50px;
    }

    .xs-m-l-50i {
        margin-left: 50px !important;
    }

    .xs-m-l-55 {
        margin-left: 55px;
    }

    .xs-m-l-55i {
        margin-left: 55px !important;
    }

    .xs-m-l-60 {
        margin-left: 60px;
    }

    .xs-m-l-60i {
        margin-left: 60px !important;
    }

    .xs-m-l-65 {
        margin-left: 65px;
    }

    .xs-m-l-65i {
        margin-left: 65px !important;
    }

    .xs-m-l-70 {
        margin-left: 70px;
    }

    .xs-m-l-70i {
        margin-left: 70px !important;
    }

    .xs-m-l-75 {
        margin-left: 75px;
    }

    .xs-m-l-75i {
        margin-left: 75px !important;
    }

    .xs-m-l-80 {
        margin-left: 80px;
    }

    .xs-m-l-80i {
        margin-left: 80px !important;
    }

    .xs-m-l-85 {
        margin-left: 85px;
    }

    .xs-m-l-85i {
        margin-left: 85px !important;
    }

    .xs-m-l-90 {
        margin-left: 90px;
    }

    .xs-m-l-90i {
        margin-left: 90px !important;
    }

    .xs-m-l-95 {
        margin-left: 95px;
    }

    .xs-m-l-95i {
        margin-left: 95px !important;
    }

    .xs-m-l-100 {
        margin-left: 100px;
    }

    .xs-m-l-100i {
        margin-left: 100px !important;
    }

    .xs-m-l-105 {
        margin-left: 105px;
    }

    .xs-m-l-105i {
        margin-left: 105px !important;
    }

    .xs-m-l-110 {
        margin-left: 110px;
    }

    .xs-m-l-110i {
        margin-left: 110px !important;
    }

    .xs-m-l-115 {
        margin-left: 115px;
    }

    .xs-m-l-115i {
        margin-left: 115px !important;
    }

    .xs-m-l-120 {
        margin-left: 120px;
    }

    .xs-m-l-120i {
        margin-left: 120px !important;
    }

    .xs-m-l-125 {
        margin-left: 125px;
    }

    .xs-m-l-125i {
        margin-left: 125px !important;
    }

    .xs-m-l-130 {
        margin-left: 130px;
    }

    .xs-m-l-130i {
        margin-left: 130px !important;
    }

    .xs-m-l-135 {
        margin-left: 135px;
    }

    .xs-m-l-135i {
        margin-left: 135px !important;
    }

    .xs-m-l-140 {
        margin-left: 140px;
    }

    .xs-m-l-140i {
        margin-left: 140px !important;
    }

    .xs-m-l-145 {
        margin-left: 145px;
    }

    .xs-m-l-145i {
        margin-left: 145px !important;
    }

    .xs-m-l-150 {
        margin-left: 150px;
    }

    .xs-m-l-150i {
        margin-left: 150px !important;
    }

    .xs-m-r-0 {
        margin-right: 0px;
    }

    .xs-m-r-0i {
        margin-right: 0px !important;
    }

    .xs-m-r-5 {
        margin-right: 5px;
    }

    .xs-m-r-5i {
        margin-right: 5px !important;
    }

    .xs-m-r-10 {
        margin-right: 10px;
    }

    .xs-m-r-10i {
        margin-right: 10px !important;
    }

    .xs-m-r-15 {
        margin-right: 15px;
    }

    .xs-m-r-15i {
        margin-right: 15px !important;
    }

    .xs-m-r-20 {
        margin-right: 20px;
    }

    .xs-m-r-20i {
        margin-right: 20px !important;
    }

    .xs-m-r-25 {
        margin-right: 25px;
    }

    .xs-m-r-25i {
        margin-right: 25px !important;
    }

    .xs-m-r-30 {
        margin-right: 30px;
    }

    .xs-m-r-30i {
        margin-right: 30px !important;
    }

    .xs-m-r-35 {
        margin-right: 35px;
    }

    .xs-m-r-35i {
        margin-right: 35px !important;
    }

    .xs-m-r-40 {
        margin-right: 40px;
    }

    .xs-m-r-40i {
        margin-right: 40px !important;
    }

    .xs-m-r-45 {
        margin-right: 45px;
    }

    .xs-m-r-45i {
        margin-right: 45px !important;
    }

    .xs-m-r-50 {
        margin-right: 50px;
    }

    .xs-m-r-50i {
        margin-right: 50px !important;
    }

    .xs-m-r-55 {
        margin-right: 55px;
    }

    .xs-m-r-55i {
        margin-right: 55px !important;
    }

    .xs-m-r-60 {
        margin-right: 60px;
    }

    .xs-m-r-60i {
        margin-right: 60px !important;
    }

    .xs-m-r-65 {
        margin-right: 65px;
    }

    .xs-m-r-65i {
        margin-right: 65px !important;
    }

    .xs-m-r-70 {
        margin-right: 70px;
    }

    .xs-m-r-70i {
        margin-right: 70px !important;
    }

    .xs-m-r-75 {
        margin-right: 75px;
    }

    .xs-m-r-75i {
        margin-right: 75px !important;
    }

    .xs-m-r-80 {
        margin-right: 80px;
    }

    .xs-m-r-80i {
        margin-right: 80px !important;
    }

    .xs-m-r-85 {
        margin-right: 85px;
    }

    .xs-m-r-85i {
        margin-right: 85px !important;
    }

    .xs-m-r-90 {
        margin-right: 90px;
    }

    .xs-m-r-90i {
        margin-right: 90px !important;
    }

    .xs-m-r-95 {
        margin-right: 95px;
    }

    .xs-m-r-95i {
        margin-right: 95px !important;
    }

    .xs-m-r-100 {
        margin-right: 100px;
    }

    .xs-m-r-100i {
        margin-right: 100px !important;
    }

    .xs-m-r-105 {
        margin-right: 105px;
    }

    .xs-m-r-105i {
        margin-right: 105px !important;
    }

    .xs-m-r-110 {
        margin-right: 110px;
    }

    .xs-m-r-110i {
        margin-right: 110px !important;
    }

    .xs-m-r-115 {
        margin-right: 115px;
    }

    .xs-m-r-115i {
        margin-right: 115px !important;
    }

    .xs-m-r-120 {
        margin-right: 120px;
    }

    .xs-m-r-120i {
        margin-right: 120px !important;
    }

    .xs-m-r-125 {
        margin-right: 125px;
    }

    .xs-m-r-125i {
        margin-right: 125px !important;
    }

    .xs-m-r-130 {
        margin-right: 130px;
    }

    .xs-m-r-130i {
        margin-right: 130px !important;
    }

    .xs-m-r-135 {
        margin-right: 135px;
    }

    .xs-m-r-135i {
        margin-right: 135px !important;
    }

    .xs-m-r-140 {
        margin-right: 140px;
    }

    .xs-m-r-140i {
        margin-right: 140px !important;
    }

    .xs-m-r-145 {
        margin-right: 145px;
    }

    .xs-m-r-145i {
        margin-right: 145px !important;
    }

    .xs-m-r-150 {
        margin-right: 150px;
    }

    .xs-m-r-150i {
        margin-right: 150px !important;
    }

    .xs-p-t-0 {
        padding-top: 0px;
    }

    .xs-p-t-0i {
        padding-top: 0px !important;
    }

    .xs-p-t-5 {
        padding-top: 5px;
    }

    .xs-p-t-5i {
        padding-top: 5px !important;
    }

    .xs-p-t-10 {
        padding-top: 10px;
    }

    .xs-p-t-10i {
        padding-top: 10px !important;
    }

    .xs-p-t-15 {
        padding-top: 15px;
    }

    .xs-p-t-15i {
        padding-top: 15px !important;
    }

    .xs-p-t-20 {
        padding-top: 20px;
    }

    .xs-p-t-20i {
        padding-top: 20px !important;
    }

    .xs-p-t-25 {
        padding-top: 25px;
    }

    .xs-p-t-25i {
        padding-top: 25px !important;
    }

    .xs-p-t-30 {
        padding-top: 30px;
    }

    .xs-p-t-30i {
        padding-top: 30px !important;
    }

    .xs-p-t-35 {
        padding-top: 35px;
    }

    .xs-p-t-35i {
        padding-top: 35px !important;
    }

    .xs-p-t-40 {
        padding-top: 40px;
    }

    .xs-p-t-40i {
        padding-top: 40px !important;
    }

    .xs-p-t-45 {
        padding-top: 45px;
    }

    .xs-p-t-45i {
        padding-top: 45px !important;
    }

    .xs-p-t-50 {
        padding-top: 50px;
    }

    .xs-p-t-50i {
        padding-top: 50px !important;
    }

    .xs-p-t-55 {
        padding-top: 55px;
    }

    .xs-p-t-55i {
        padding-top: 55px !important;
    }

    .xs-p-t-60 {
        padding-top: 60px;
    }

    .xs-p-t-60i {
        padding-top: 60px !important;
    }

    .xs-p-t-65 {
        padding-top: 65px;
    }

    .xs-p-t-65i {
        padding-top: 65px !important;
    }

    .xs-p-t-70 {
        padding-top: 70px;
    }

    .xs-p-t-70i {
        padding-top: 70px !important;
    }

    .xs-p-t-75 {
        padding-top: 75px;
    }

    .xs-p-t-75i {
        padding-top: 75px !important;
    }

    .xs-p-t-80 {
        padding-top: 80px;
    }

    .xs-p-t-80i {
        padding-top: 80px !important;
    }

    .xs-p-t-85 {
        padding-top: 85px;
    }

    .xs-p-t-85i {
        padding-top: 85px !important;
    }

    .xs-p-t-90 {
        padding-top: 90px;
    }

    .xs-p-t-90i {
        padding-top: 90px !important;
    }

    .xs-p-t-95 {
        padding-top: 95px;
    }

    .xs-p-t-95i {
        padding-top: 95px !important;
    }

    .xs-p-t-100 {
        padding-top: 100px;
    }

    .xs-p-t-100i {
        padding-top: 100px !important;
    }

    .xs-p-t-105 {
        padding-top: 105px;
    }

    .xs-p-t-105i {
        padding-top: 105px !important;
    }

    .xs-p-t-110 {
        padding-top: 110px;
    }

    .xs-p-t-110i {
        padding-top: 110px !important;
    }

    .xs-p-t-115 {
        padding-top: 115px;
    }

    .xs-p-t-115i {
        padding-top: 115px !important;
    }

    .xs-p-t-120 {
        padding-top: 120px;
    }

    .xs-p-t-120i {
        padding-top: 120px !important;
    }

    .xs-p-t-125 {
        padding-top: 125px;
    }

    .xs-p-t-125i {
        padding-top: 125px !important;
    }

    .xs-p-t-130 {
        padding-top: 130px;
    }

    .xs-p-t-130i {
        padding-top: 130px !important;
    }

    .xs-p-t-135 {
        padding-top: 135px;
    }

    .xs-p-t-135i {
        padding-top: 135px !important;
    }

    .xs-p-t-140 {
        padding-top: 140px;
    }

    .xs-p-t-140i {
        padding-top: 140px !important;
    }

    .xs-p-t-145 {
        padding-top: 145px;
    }

    .xs-p-t-145i {
        padding-top: 145px !important;
    }

    .xs-p-t-150 {
        padding-top: 150px;
    }

    .xs-p-t-150i {
        padding-top: 150px !important;
    }

    .xs-p-b-0 {
        padding-bottom: 0px;
    }

    .xs-p-b-0i {
        padding-bottom: 0px !important;
    }

    .xs-p-b-5 {
        padding-bottom: 5px;
    }

    .xs-p-b-5i {
        padding-bottom: 5px !important;
    }

    .xs-p-b-10 {
        padding-bottom: 10px;
    }

    .xs-p-b-10i {
        padding-bottom: 10px !important;
    }

    .xs-p-b-15 {
        padding-bottom: 15px;
    }

    .xs-p-b-15i {
        padding-bottom: 15px !important;
    }

    .xs-p-b-20 {
        padding-bottom: 20px;
    }

    .xs-p-b-20i {
        padding-bottom: 20px !important;
    }

    .xs-p-b-25 {
        padding-bottom: 25px;
    }

    .xs-p-b-25i {
        padding-bottom: 25px !important;
    }

    .xs-p-b-30 {
        padding-bottom: 30px;
    }

    .xs-p-b-30i {
        padding-bottom: 30px !important;
    }

    .xs-p-b-35 {
        padding-bottom: 35px;
    }

    .xs-p-b-35i {
        padding-bottom: 35px !important;
    }

    .xs-p-b-40 {
        padding-bottom: 40px;
    }

    .xs-p-b-40i {
        padding-bottom: 40px !important;
    }

    .xs-p-b-45 {
        padding-bottom: 45px;
    }

    .xs-p-b-45i {
        padding-bottom: 45px !important;
    }

    .xs-p-b-50 {
        padding-bottom: 50px;
    }

    .xs-p-b-50i {
        padding-bottom: 50px !important;
    }

    .xs-p-b-55 {
        padding-bottom: 55px;
    }

    .xs-p-b-55i {
        padding-bottom: 55px !important;
    }

    .xs-p-b-60 {
        padding-bottom: 60px;
    }

    .xs-p-b-60i {
        padding-bottom: 60px !important;
    }

    .xs-p-b-65 {
        padding-bottom: 65px;
    }

    .xs-p-b-65i {
        padding-bottom: 65px !important;
    }

    .xs-p-b-70 {
        padding-bottom: 70px;
    }

    .xs-p-b-70i {
        padding-bottom: 70px !important;
    }

    .xs-p-b-75 {
        padding-bottom: 75px;
    }

    .xs-p-b-75i {
        padding-bottom: 75px !important;
    }

    .xs-p-b-80 {
        padding-bottom: 80px;
    }

    .xs-p-b-80i {
        padding-bottom: 80px !important;
    }

    .xs-p-b-85 {
        padding-bottom: 85px;
    }

    .xs-p-b-85i {
        padding-bottom: 85px !important;
    }

    .xs-p-b-90 {
        padding-bottom: 90px;
    }

    .xs-p-b-90i {
        padding-bottom: 90px !important;
    }

    .xs-p-b-95 {
        padding-bottom: 95px;
    }

    .xs-p-b-95i {
        padding-bottom: 95px !important;
    }

    .xs-p-b-100 {
        padding-bottom: 100px;
    }

    .xs-p-b-100i {
        padding-bottom: 100px !important;
    }

    .xs-p-b-105 {
        padding-bottom: 105px;
    }

    .xs-p-b-105i {
        padding-bottom: 105px !important;
    }

    .xs-p-b-110 {
        padding-bottom: 110px;
    }

    .xs-p-b-110i {
        padding-bottom: 110px !important;
    }

    .xs-p-b-115 {
        padding-bottom: 115px;
    }

    .xs-p-b-115i {
        padding-bottom: 115px !important;
    }

    .xs-p-b-120 {
        padding-bottom: 120px;
    }

    .xs-p-b-120i {
        padding-bottom: 120px !important;
    }

    .xs-p-b-125 {
        padding-bottom: 125px;
    }

    .xs-p-b-125i {
        padding-bottom: 125px !important;
    }

    .xs-p-b-130 {
        padding-bottom: 130px;
    }

    .xs-p-b-130i {
        padding-bottom: 130px !important;
    }

    .xs-p-b-135 {
        padding-bottom: 135px;
    }

    .xs-p-b-135i {
        padding-bottom: 135px !important;
    }

    .xs-p-b-140 {
        padding-bottom: 140px;
    }

    .xs-p-b-140i {
        padding-bottom: 140px !important;
    }

    .xs-p-b-145 {
        padding-bottom: 145px;
    }

    .xs-p-b-145i {
        padding-bottom: 145px !important;
    }

    .xs-p-b-150 {
        padding-bottom: 150px;
    }

    .xs-p-b-150i {
        padding-bottom: 150px !important;
    }

    .xs-p-l-0 {
        padding-left: 0px;
    }

    .xs-p-l-0i {
        padding-left: 0px !important;
    }

    .xs-p-l-5 {
        padding-left: 5px;
    }

    .xs-p-l-5i {
        padding-left: 5px !important;
    }

    .xs-p-l-10 {
        padding-left: 10px;
    }

    .xs-p-l-10i {
        padding-left: 10px !important;
    }

    .xs-p-l-15 {
        padding-left: 15px;
    }

    .xs-p-l-15i {
        padding-left: 15px !important;
    }

    .xs-p-l-20 {
        padding-left: 20px;
    }

    .xs-p-l-20i {
        padding-left: 20px !important;
    }

    .xs-p-l-25 {
        padding-left: 25px;
    }

    .xs-p-l-25i {
        padding-left: 25px !important;
    }

    .xs-p-l-30 {
        padding-left: 30px;
    }

    .xs-p-l-30i {
        padding-left: 30px !important;
    }

    .xs-p-l-35 {
        padding-left: 35px;
    }

    .xs-p-l-35i {
        padding-left: 35px !important;
    }

    .xs-p-l-40 {
        padding-left: 40px;
    }

    .xs-p-l-40i {
        padding-left: 40px !important;
    }

    .xs-p-l-45 {
        padding-left: 45px;
    }

    .xs-p-l-45i {
        padding-left: 45px !important;
    }

    .xs-p-l-50 {
        padding-left: 50px;
    }

    .xs-p-l-50i {
        padding-left: 50px !important;
    }

    .xs-p-l-55 {
        padding-left: 55px;
    }

    .xs-p-l-55i {
        padding-left: 55px !important;
    }

    .xs-p-l-60 {
        padding-left: 60px;
    }

    .xs-p-l-60i {
        padding-left: 60px !important;
    }

    .xs-p-l-65 {
        padding-left: 65px;
    }

    .xs-p-l-65i {
        padding-left: 65px !important;
    }

    .xs-p-l-70 {
        padding-left: 70px;
    }

    .xs-p-l-70i {
        padding-left: 70px !important;
    }

    .xs-p-l-75 {
        padding-left: 75px;
    }

    .xs-p-l-75i {
        padding-left: 75px !important;
    }

    .xs-p-l-80 {
        padding-left: 80px;
    }

    .xs-p-l-80i {
        padding-left: 80px !important;
    }

    .xs-p-l-85 {
        padding-left: 85px;
    }

    .xs-p-l-85i {
        padding-left: 85px !important;
    }

    .xs-p-l-90 {
        padding-left: 90px;
    }

    .xs-p-l-90i {
        padding-left: 90px !important;
    }

    .xs-p-l-95 {
        padding-left: 95px;
    }

    .xs-p-l-95i {
        padding-left: 95px !important;
    }

    .xs-p-l-100 {
        padding-left: 100px;
    }

    .xs-p-l-100i {
        padding-left: 100px !important;
    }

    .xs-p-l-105 {
        padding-left: 105px;
    }

    .xs-p-l-105i {
        padding-left: 105px !important;
    }

    .xs-p-l-110 {
        padding-left: 110px;
    }

    .xs-p-l-110i {
        padding-left: 110px !important;
    }

    .xs-p-l-115 {
        padding-left: 115px;
    }

    .xs-p-l-115i {
        padding-left: 115px !important;
    }

    .xs-p-l-120 {
        padding-left: 120px;
    }

    .xs-p-l-120i {
        padding-left: 120px !important;
    }

    .xs-p-l-125 {
        padding-left: 125px;
    }

    .xs-p-l-125i {
        padding-left: 125px !important;
    }

    .xs-p-l-130 {
        padding-left: 130px;
    }

    .xs-p-l-130i {
        padding-left: 130px !important;
    }

    .xs-p-l-135 {
        padding-left: 135px;
    }

    .xs-p-l-135i {
        padding-left: 135px !important;
    }

    .xs-p-l-140 {
        padding-left: 140px;
    }

    .xs-p-l-140i {
        padding-left: 140px !important;
    }

    .xs-p-l-145 {
        padding-left: 145px;
    }

    .xs-p-l-145i {
        padding-left: 145px !important;
    }

    .xs-p-l-150 {
        padding-left: 150px;
    }

    .xs-p-l-150i {
        padding-left: 150px !important;
    }

    .xs-p-r-0 {
        padding-right: 0px;
    }

    .xs-p-r-0i {
        padding-right: 0px !important;
    }

    .xs-p-r-5 {
        padding-right: 5px;
    }

    .xs-p-r-5i {
        padding-right: 5px !important;
    }

    .xs-p-r-10 {
        padding-right: 10px;
    }

    .xs-p-r-10i {
        padding-right: 10px !important;
    }

    .xs-p-r-15 {
        padding-right: 15px;
    }

    .xs-p-r-15i {
        padding-right: 15px !important;
    }

    .xs-p-r-20 {
        padding-right: 20px;
    }

    .xs-p-r-20i {
        padding-right: 20px !important;
    }

    .xs-p-r-25 {
        padding-right: 25px;
    }

    .xs-p-r-25i {
        padding-right: 25px !important;
    }

    .xs-p-r-30 {
        padding-right: 30px;
    }

    .xs-p-r-30i {
        padding-right: 30px !important;
    }

    .xs-p-r-35 {
        padding-right: 35px;
    }

    .xs-p-r-35i {
        padding-right: 35px !important;
    }

    .xs-p-r-40 {
        padding-right: 40px;
    }

    .xs-p-r-40i {
        padding-right: 40px !important;
    }

    .xs-p-r-45 {
        padding-right: 45px;
    }

    .xs-p-r-45i {
        padding-right: 45px !important;
    }

    .xs-p-r-50 {
        padding-right: 50px;
    }

    .xs-p-r-50i {
        padding-right: 50px !important;
    }

    .xs-p-r-55 {
        padding-right: 55px;
    }

    .xs-p-r-55i {
        padding-right: 55px !important;
    }

    .xs-p-r-60 {
        padding-right: 60px;
    }

    .xs-p-r-60i {
        padding-right: 60px !important;
    }

    .xs-p-r-65 {
        padding-right: 65px;
    }

    .xs-p-r-65i {
        padding-right: 65px !important;
    }

    .xs-p-r-70 {
        padding-right: 70px;
    }

    .xs-p-r-70i {
        padding-right: 70px !important;
    }

    .xs-p-r-75 {
        padding-right: 75px;
    }

    .xs-p-r-75i {
        padding-right: 75px !important;
    }

    .xs-p-r-80 {
        padding-right: 80px;
    }

    .xs-p-r-80i {
        padding-right: 80px !important;
    }

    .xs-p-r-85 {
        padding-right: 85px;
    }

    .xs-p-r-85i {
        padding-right: 85px !important;
    }

    .xs-p-r-90 {
        padding-right: 90px;
    }

    .xs-p-r-90i {
        padding-right: 90px !important;
    }

    .xs-p-r-95 {
        padding-right: 95px;
    }

    .xs-p-r-95i {
        padding-right: 95px !important;
    }

    .xs-p-r-100 {
        padding-right: 100px;
    }

    .xs-p-r-100i {
        padding-right: 100px !important;
    }

    .xs-p-r-105 {
        padding-right: 105px;
    }

    .xs-p-r-105i {
        padding-right: 105px !important;
    }

    .xs-p-r-110 {
        padding-right: 110px;
    }

    .xs-p-r-110i {
        padding-right: 110px !important;
    }

    .xs-p-r-115 {
        padding-right: 115px;
    }

    .xs-p-r-115i {
        padding-right: 115px !important;
    }

    .xs-p-r-120 {
        padding-right: 120px;
    }

    .xs-p-r-120i {
        padding-right: 120px !important;
    }

    .xs-p-r-125 {
        padding-right: 125px;
    }

    .xs-p-r-125i {
        padding-right: 125px !important;
    }

    .xs-p-r-130 {
        padding-right: 130px;
    }

    .xs-p-r-130i {
        padding-right: 130px !important;
    }

    .xs-p-r-135 {
        padding-right: 135px;
    }

    .xs-p-r-135i {
        padding-right: 135px !important;
    }

    .xs-p-r-140 {
        padding-right: 140px;
    }

    .xs-p-r-140i {
        padding-right: 140px !important;
    }

    .xs-p-r-145 {
        padding-right: 145px;
    }

    .xs-p-r-145i {
        padding-right: 145px !important;
    }

    .xs-p-r-150 {
        padding-right: 150px;
    }

    .xs-p-r-150i {
        padding-right: 150px !important;
    }

    .xs-f-s-0 {
        font-size: 0px;
    }

    .xs-f-s-0i {
        font-size: 0px !important;
    }

    .xs-f-s-2 {
        font-size: 2px;
    }

    .xs-f-s-2i {
        font-size: 2px !important;
    }

    .xs-f-s-4 {
        font-size: 4px;
    }

    .xs-f-s-4i {
        font-size: 4px !important;
    }

    .xs-f-s-6 {
        font-size: 6px;
    }

    .xs-f-s-6i {
        font-size: 6px !important;
    }

    .xs-f-s-8 {
        font-size: 8px;
    }

    .xs-f-s-8i {
        font-size: 8px !important;
    }

    .xs-f-s-10 {
        font-size: 10px;
    }

    .xs-f-s-10i {
        font-size: 10px !important;
    }

    .xs-f-s-12 {
        font-size: 12px;
    }

    .xs-f-s-12i {
        font-size: 12px !important;
    }

    .xs-f-s-14 {
        font-size: 14px;
    }

    .xs-f-s-14i {
        font-size: 14px !important;
    }

    .xs-f-s-16 {
        font-size: 16px;
    }

    .xs-f-s-16i {
        font-size: 16px !important;
    }

    .xs-f-s-18 {
        font-size: 18px;
    }

    .xs-f-s-18i {
        font-size: 18px !important;
    }

    .xs-f-s-20 {
        font-size: 20px;
    }

    .xs-f-s-20i {
        font-size: 20px !important;
    }

    .xs-f-s-22 {
        font-size: 22px;
    }

    .xs-f-s-22i {
        font-size: 22px !important;
    }

    .xs-f-s-24 {
        font-size: 24px;
    }

    .xs-f-s-24i {
        font-size: 24px !important;
    }

    .xs-f-s-26 {
        font-size: 26px;
    }

    .xs-f-s-26i {
        font-size: 26px !important;
    }

    .xs-f-s-28 {
        font-size: 28px;
    }

    .xs-f-s-28i {
        font-size: 28px !important;
    }

    .xs-f-s-30 {
        font-size: 30px;
    }

    .xs-f-s-30i {
        font-size: 30px !important;
    }

    .xs-f-s-32 {
        font-size: 32px;
    }

    .xs-f-s-32i {
        font-size: 32px !important;
    }

    .xs-f-s-34 {
        font-size: 34px;
    }

    .xs-f-s-34i {
        font-size: 34px !important;
    }

    .xs-f-s-36 {
        font-size: 36px;
    }

    .xs-f-s-36i {
        font-size: 36px !important;
    }

    .xs-f-s-38 {
        font-size: 38px;
    }

    .xs-f-s-38i {
        font-size: 38px !important;
    }

    .xs-f-s-40 {
        font-size: 40px;
    }

    .xs-f-s-40i {
        font-size: 40px !important;
    }

    .xs-f-s-42 {
        font-size: 42px;
    }

    .xs-f-s-42i {
        font-size: 42px !important;
    }

    .xs-f-s-44 {
        font-size: 44px;
    }

    .xs-f-s-44i {
        font-size: 44px !important;
    }

    .xs-f-s-46 {
        font-size: 46px;
    }

    .xs-f-s-46i {
        font-size: 46px !important;
    }

    .xs-f-s-48 {
        font-size: 48px;
    }

    .xs-f-s-48i {
        font-size: 48px !important;
    }

    .xs-f-s-50 {
        font-size: 50px;
    }

    .xs-f-s-50i {
        font-size: 50px !important;
    }

    .xs-f-s-52 {
        font-size: 52px;
    }

    .xs-f-s-52i {
        font-size: 52px !important;
    }

    .xs-f-s-54 {
        font-size: 54px;
    }

    .xs-f-s-54i {
        font-size: 54px !important;
    }

    .xs-f-s-56 {
        font-size: 56px;
    }

    .xs-f-s-56i {
        font-size: 56px !important;
    }

    .xs-f-s-58 {
        font-size: 58px;
    }

    .xs-f-s-58i {
        font-size: 58px !important;
    }

    .xs-f-s-60 {
        font-size: 60px;
    }

    .xs-f-s-60i {
        font-size: 60px !important;
    }

    .xs-f-s-62 {
        font-size: 62px;
    }

    .xs-f-s-62i {
        font-size: 62px !important;
    }

    .xs-f-s-64 {
        font-size: 64px;
    }

    .xs-f-s-64i {
        font-size: 64px !important;
    }

    .xs-f-s-66 {
        font-size: 66px;
    }

    .xs-f-s-66i {
        font-size: 66px !important;
    }

    .xs-f-s-68 {
        font-size: 68px;
    }

    .xs-f-s-68i {
        font-size: 68px !important;
    }

    .xs-f-s-70 {
        font-size: 70px;
    }

    .xs-f-s-70i {
        font-size: 70px !important;
    }

    .xs-f-s-72 {
        font-size: 72px;
    }

    .xs-f-s-72i {
        font-size: 72px !important;
    }

    .xs-f-s-74 {
        font-size: 74px;
    }

    .xs-f-s-74i {
        font-size: 74px !important;
    }

    .xs-f-s-76 {
        font-size: 76px;
    }

    .xs-f-s-76i {
        font-size: 76px !important;
    }

    .xs-f-s-78 {
        font-size: 78px;
    }

    .xs-f-s-78i {
        font-size: 78px !important;
    }

    .xs-f-s-80 {
        font-size: 80px;
    }

    .xs-f-s-80i {
        font-size: 80px !important;
    }

    .xs-f-s-82 {
        font-size: 82px;
    }

    .xs-f-s-82i {
        font-size: 82px !important;
    }

    .xs-f-s-84 {
        font-size: 84px;
    }

    .xs-f-s-84i {
        font-size: 84px !important;
    }

    .xs-f-s-86 {
        font-size: 86px;
    }

    .xs-f-s-86i {
        font-size: 86px !important;
    }

    .xs-f-s-88 {
        font-size: 88px;
    }

    .xs-f-s-88i {
        font-size: 88px !important;
    }

    .xs-f-s-90 {
        font-size: 90px;
    }

    .xs-f-s-90i {
        font-size: 90px !important;
    }

    .xs-f-s-92 {
        font-size: 92px;
    }

    .xs-f-s-92i {
        font-size: 92px !important;
    }

    .xs-f-s-94 {
        font-size: 94px;
    }

    .xs-f-s-94i {
        font-size: 94px !important;
    }

    .xs-f-s-96 {
        font-size: 96px;
    }

    .xs-f-s-96i {
        font-size: 96px !important;
    }

    .xs-f-s-98 {
        font-size: 98px;
    }

    .xs-f-s-98i {
        font-size: 98px !important;
    }

    .xs-f-s-100 {
        font-size: 100px;
    }

    .xs-f-s-100i {
        font-size: 100px !important;
    }
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-0i {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-5i {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-10i {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-15i {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-20i {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-25i {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-30i {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-35i {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-40i {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-45i {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-50i {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-55i {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-60i {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px;
}

.m-t-65i {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-70i {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-75i {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-80i {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px;
}

.m-t-85i {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px;
}

.m-t-90i {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px;
}

.m-t-95i {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-100i {
    margin-top: 100px !important;
}

.m-t-105 {
    margin-top: 105px;
}

.m-t-105i {
    margin-top: 105px !important;
}

.m-t-110 {
    margin-top: 110px;
}

.m-t-110i {
    margin-top: 110px !important;
}

.m-t-115 {
    margin-top: 115px;
}

.m-t-115i {
    margin-top: 115px !important;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-120i {
    margin-top: 120px !important;
}

.m-t-125 {
    margin-top: 125px;
}

.m-t-125i {
    margin-top: 125px !important;
}

.m-t-130 {
    margin-top: 130px;
}

.m-t-130i {
    margin-top: 130px !important;
}

.m-t-135 {
    margin-top: 135px;
}

.m-t-135i {
    margin-top: 135px !important;
}

.m-t-140 {
    margin-top: 140px;
}

.m-t-140i {
    margin-top: 140px !important;
}

.m-t-145 {
    margin-top: 145px;
}

.m-t-145i {
    margin-top: 145px !important;
}

.m-t-150 {
    margin-top: 150px;
}

.m-t-150i {
    margin-top: 150px !important;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-0i {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-5i {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-10i {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-15i {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-20i {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-25i {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-30i {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-35i {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-40i {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-45i {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-50i {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-b-55i {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-60i {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-b-65i {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-b-70i {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-75i {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-80i {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-b-85i {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-b-90i {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-b-95i {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-100i {
    margin-bottom: 100px !important;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-b-105i {
    margin-bottom: 105px !important;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-b-110i {
    margin-bottom: 110px !important;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-b-115i {
    margin-bottom: 115px !important;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-b-120i {
    margin-bottom: 120px !important;
}

.m-b-125 {
    margin-bottom: 125px;
}

.m-b-125i {
    margin-bottom: 125px !important;
}

.m-b-130 {
    margin-bottom: 130px;
}

.m-b-130i {
    margin-bottom: 130px !important;
}

.m-b-135 {
    margin-bottom: 135px;
}

.m-b-135i {
    margin-bottom: 135px !important;
}

.m-b-140 {
    margin-bottom: 140px;
}

.m-b-140i {
    margin-bottom: 140px !important;
}

.m-b-145 {
    margin-bottom: 145px;
}

.m-b-145i {
    margin-bottom: 145px !important;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-b-150i {
    margin-bottom: 150px !important;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-0i {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-5i {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-10i {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-15i {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-20i {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-25i {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-30i {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-35i {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-40i {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-45i {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px;
}

.m-l-50i {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px;
}

.m-l-55i {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px;
}

.m-l-60i {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px;
}

.m-l-65i {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px;
}

.m-l-70i {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px;
}

.m-l-75i {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px;
}

.m-l-80i {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px;
}

.m-l-85i {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px;
}

.m-l-90i {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px;
}

.m-l-95i {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px;
}

.m-l-100i {
    margin-left: 100px !important;
}

.m-l-105 {
    margin-left: 105px;
}

.m-l-105i {
    margin-left: 105px !important;
}

.m-l-110 {
    margin-left: 110px;
}

.m-l-110i {
    margin-left: 110px !important;
}

.m-l-115 {
    margin-left: 115px;
}

.m-l-115i {
    margin-left: 115px !important;
}

.m-l-120 {
    margin-left: 120px;
}

.m-l-120i {
    margin-left: 120px !important;
}

.m-l-125 {
    margin-left: 125px;
}

.m-l-125i {
    margin-left: 125px !important;
}

.m-l-130 {
    margin-left: 130px;
}

.m-l-130i {
    margin-left: 130px !important;
}

.m-l-135 {
    margin-left: 135px;
}

.m-l-135i {
    margin-left: 135px !important;
}

.m-l-140 {
    margin-left: 140px;
}

.m-l-140i {
    margin-left: 140px !important;
}

.m-l-145 {
    margin-left: 145px;
}

.m-l-145i {
    margin-left: 145px !important;
}

.m-l-150 {
    margin-left: 150px;
}

.m-l-150i {
    margin-left: 150px !important;
}

.m-r-0 {
    margin-right: 0px;
}

.m-r-0i {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-5i {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-10i {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-15i {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-20i {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-25i {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-30i {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-35i {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-40i {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-45i {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-50i {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px;
}

.m-r-55i {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px;
}

.m-r-60i {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px;
}

.m-r-65i {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px;
}

.m-r-70i {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px;
}

.m-r-75i {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px;
}

.m-r-80i {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px;
}

.m-r-85i {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px;
}

.m-r-90i {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px;
}

.m-r-95i {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px;
}

.m-r-100i {
    margin-right: 100px !important;
}

.m-r-105 {
    margin-right: 105px;
}

.m-r-105i {
    margin-right: 105px !important;
}

.m-r-110 {
    margin-right: 110px;
}

.m-r-110i {
    margin-right: 110px !important;
}

.m-r-115 {
    margin-right: 115px;
}

.m-r-115i {
    margin-right: 115px !important;
}

.m-r-120 {
    margin-right: 120px;
}

.m-r-120i {
    margin-right: 120px !important;
}

.m-r-125 {
    margin-right: 125px;
}

.m-r-125i {
    margin-right: 125px !important;
}

.m-r-130 {
    margin-right: 130px;
}

.m-r-130i {
    margin-right: 130px !important;
}

.m-r-135 {
    margin-right: 135px;
}

.m-r-135i {
    margin-right: 135px !important;
}

.m-r-140 {
    margin-right: 140px;
}

.m-r-140i {
    margin-right: 140px !important;
}

.m-r-145 {
    margin-right: 145px;
}

.m-r-145i {
    margin-right: 145px !important;
}

.m-r-150 {
    margin-right: 150px;
}

.m-r-150i {
    margin-right: 150px !important;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-0i {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-5i {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-10i {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-15i {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-20i {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-25i {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-30i {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-35i {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-40i {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-45i {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-50i {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px;
}

.p-t-55i {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-60i {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px;
}

.p-t-65i {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-70i {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px;
}

.p-t-75i {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-80i {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px;
}

.p-t-85i {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px;
}

.p-t-90i {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px;
}

.p-t-95i {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-100i {
    padding-top: 100px !important;
}

.p-t-105 {
    padding-top: 105px;
}

.p-t-105i {
    padding-top: 105px !important;
}

.p-t-110 {
    padding-top: 110px;
}

.p-t-110i {
    padding-top: 110px !important;
}

.p-t-115 {
    padding-top: 115px;
}

.p-t-115i {
    padding-top: 115px !important;
}

.p-t-120 {
    padding-top: 120px;
}

.p-t-120i {
    padding-top: 120px !important;
}

.p-t-125 {
    padding-top: 125px;
}

.p-t-125i {
    padding-top: 125px !important;
}

.p-t-130 {
    padding-top: 130px;
}

.p-t-130i {
    padding-top: 130px !important;
}

.p-t-135 {
    padding-top: 135px;
}

.p-t-135i {
    padding-top: 135px !important;
}

.p-t-140 {
    padding-top: 140px;
}

.p-t-140i {
    padding-top: 140px !important;
}

.p-t-145 {
    padding-top: 145px;
}

.p-t-145i {
    padding-top: 145px !important;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-150i {
    padding-top: 150px !important;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-0i {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-5i {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-10i {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-15i {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-20i {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-25i {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-30i {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-35i {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-40i {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-45i {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-50i {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-b-55i {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-60i {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-b-65i {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-70i {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-b-75i {
    padding-bottom: 75px !important;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-80i {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-b-85i {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-b-90i {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-b-95i {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-b-100i {
    padding-bottom: 100px !important;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-b-105i {
    padding-bottom: 105px !important;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-b-110i {
    padding-bottom: 110px !important;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-b-115i {
    padding-bottom: 115px !important;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-b-120i {
    padding-bottom: 120px !important;
}

.p-b-125 {
    padding-bottom: 125px;
}

.p-b-125i {
    padding-bottom: 125px !important;
}

.p-b-130 {
    padding-bottom: 130px;
}

.p-b-130i {
    padding-bottom: 130px !important;
}

.p-b-135 {
    padding-bottom: 135px;
}

.p-b-135i {
    padding-bottom: 135px !important;
}

.p-b-140 {
    padding-bottom: 140px;
}

.p-b-140i {
    padding-bottom: 140px !important;
}

.p-b-145 {
    padding-bottom: 145px;
}

.p-b-145i {
    padding-bottom: 145px !important;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-b-150i {
    padding-bottom: 150px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-0i {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-5i {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-10i {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-15i {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-20i {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-25i {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-30i {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-35i {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-40i {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-45i {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-50i {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px;
}

.p-l-55i {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px;
}

.p-l-60i {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px;
}

.p-l-65i {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px;
}

.p-l-70i {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px;
}

.p-l-75i {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px;
}

.p-l-80i {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px;
}

.p-l-85i {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px;
}

.p-l-90i {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px;
}

.p-l-95i {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px;
}

.p-l-100i {
    padding-left: 100px !important;
}

.p-l-105 {
    padding-left: 105px;
}

.p-l-105i {
    padding-left: 105px !important;
}

.p-l-110 {
    padding-left: 110px;
}

.p-l-110i {
    padding-left: 110px !important;
}

.p-l-115 {
    padding-left: 115px;
}

.p-l-115i {
    padding-left: 115px !important;
}

.p-l-120 {
    padding-left: 120px;
}

.p-l-120i {
    padding-left: 120px !important;
}

.p-l-125 {
    padding-left: 125px;
}

.p-l-125i {
    padding-left: 125px !important;
}

.p-l-130 {
    padding-left: 130px;
}

.p-l-130i {
    padding-left: 130px !important;
}

.p-l-135 {
    padding-left: 135px;
}

.p-l-135i {
    padding-left: 135px !important;
}

.p-l-140 {
    padding-left: 140px;
}

.p-l-140i {
    padding-left: 140px !important;
}

.p-l-145 {
    padding-left: 145px;
}

.p-l-145i {
    padding-left: 145px !important;
}

.p-l-150 {
    padding-left: 150px;
}

.p-l-150i {
    padding-left: 150px !important;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-0i {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-5i {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-10i {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-15i {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-20i {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-25i {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-30i {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-35i {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-40i {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-45i {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-50i {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px;
}

.p-r-55i {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px;
}

.p-r-60i {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px;
}

.p-r-65i {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px;
}

.p-r-70i {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px;
}

.p-r-75i {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px;
}

.p-r-80i {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px;
}

.p-r-85i {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px;
}

.p-r-90i {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px;
}

.p-r-95i {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px;
}

.p-r-100i {
    padding-right: 100px !important;
}

.p-r-105 {
    padding-right: 105px;
}

.p-r-105i {
    padding-right: 105px !important;
}

.p-r-110 {
    padding-right: 110px;
}

.p-r-110i {
    padding-right: 110px !important;
}

.p-r-115 {
    padding-right: 115px;
}

.p-r-115i {
    padding-right: 115px !important;
}

.p-r-120 {
    padding-right: 120px;
}

.p-r-120i {
    padding-right: 120px !important;
}

.p-r-125 {
    padding-right: 125px;
}

.p-r-125i {
    padding-right: 125px !important;
}

.p-r-130 {
    padding-right: 130px;
}

.p-r-130i {
    padding-right: 130px !important;
}

.p-r-135 {
    padding-right: 135px;
}

.p-r-135i {
    padding-right: 135px !important;
}

.p-r-140 {
    padding-right: 140px;
}

.p-r-140i {
    padding-right: 140px !important;
}

.p-r-145 {
    padding-right: 145px;
}

.p-r-145i {
    padding-right: 145px !important;
}

.p-r-150 {
    padding-right: 150px;
}

.p-r-150i {
    padding-right: 150px !important;
}

.f-s-0 {
    font-size: 0px;
}

.f-s-0i {
    font-size: 0px !important;
}

.f-s-2 {
    font-size: 2px;
}

.f-s-2i {
    font-size: 2px !important;
}

.f-s-4 {
    font-size: 4px;
}

.f-s-4i {
    font-size: 4px !important;
}

.f-s-6 {
    font-size: 6px;
}

.f-s-6i {
    font-size: 6px !important;
}

.f-s-8 {
    font-size: 8px;
}

.f-s-8i {
    font-size: 8px !important;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-10i {
    font-size: 10px !important;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-12i {
    font-size: 12px !important;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-14i {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-16i {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-18i {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-20i {
    font-size: 20px !important;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-22i {
    font-size: 22px !important;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-24i {
    font-size: 24px !important;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-26i {
    font-size: 26px !important;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-28i {
    font-size: 28px !important;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-30i {
    font-size: 30px !important;
}

.f-s-32 {
    font-size: 32px;
}

.f-s-32i {
    font-size: 32px !important;
}

.f-s-34 {
    font-size: 34px;
}

.f-s-34i {
    font-size: 34px !important;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-36i {
    font-size: 36px !important;
}

.f-s-38 {
    font-size: 38px;
}

.f-s-38i {
    font-size: 38px !important;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-40i {
    font-size: 40px !important;
}

.f-s-42 {
    font-size: 42px;
}

.f-s-42i {
    font-size: 42px !important;
}

.f-s-44 {
    font-size: 44px;
}

.f-s-44i {
    font-size: 44px !important;
}

.f-s-46 {
    font-size: 46px;
}

.f-s-46i {
    font-size: 46px !important;
}

.f-s-48 {
    font-size: 48px;
}

.f-s-48i {
    font-size: 48px !important;
}

.f-s-50 {
    font-size: 50px;
}

.f-s-50i {
    font-size: 50px !important;
}

.f-s-52 {
    font-size: 52px;
}

.f-s-52i {
    font-size: 52px !important;
}

.f-s-54 {
    font-size: 54px;
}

.f-s-54i {
    font-size: 54px !important;
}

.f-s-56 {
    font-size: 56px;
}

.f-s-56i {
    font-size: 56px !important;
}

.f-s-58 {
    font-size: 58px;
}

.f-s-58i {
    font-size: 58px !important;
}

.f-s-60 {
    font-size: 60px;
}

.f-s-60i {
    font-size: 60px !important;
}

.f-s-62 {
    font-size: 62px;
}

.f-s-62i {
    font-size: 62px !important;
}

.f-s-64 {
    font-size: 64px;
}

.f-s-64i {
    font-size: 64px !important;
}

.f-s-66 {
    font-size: 66px;
}

.f-s-66i {
    font-size: 66px !important;
}

.f-s-68 {
    font-size: 68px;
}

.f-s-68i {
    font-size: 68px !important;
}

.f-s-70 {
    font-size: 70px;
}

.f-s-70i {
    font-size: 70px !important;
}

.f-s-72 {
    font-size: 72px;
}

.f-s-72i {
    font-size: 72px !important;
}

.f-s-74 {
    font-size: 74px;
}

.f-s-74i {
    font-size: 74px !important;
}

.f-s-76 {
    font-size: 76px;
}

.f-s-76i {
    font-size: 76px !important;
}

.f-s-78 {
    font-size: 78px;
}

.f-s-78i {
    font-size: 78px !important;
}

.f-s-80 {
    font-size: 80px;
}

.f-s-80i {
    font-size: 80px !important;
}

.f-s-82 {
    font-size: 82px;
}

.f-s-82i {
    font-size: 82px !important;
}

.f-s-84 {
    font-size: 84px;
}

.f-s-84i {
    font-size: 84px !important;
}

.f-s-86 {
    font-size: 86px;
}

.f-s-86i {
    font-size: 86px !important;
}

.f-s-88 {
    font-size: 88px;
}

.f-s-88i {
    font-size: 88px !important;
}

.f-s-90 {
    font-size: 90px;
}

.f-s-90i {
    font-size: 90px !important;
}

.f-s-92 {
    font-size: 92px;
}

.f-s-92i {
    font-size: 92px !important;
}

.f-s-94 {
    font-size: 94px;
}

.f-s-94i {
    font-size: 94px !important;
}

.f-s-96 {
    font-size: 96px;
}

.f-s-96i {
    font-size: 96px !important;
}

.f-s-98 {
    font-size: 98px;
}

.f-s-98i {
    font-size: 98px !important;
}

.f-s-100 {
    font-size: 100px;
}

.f-s-100i {
    font-size: 100px !important;
}

@media (max-width: 767.98px) {
    .sm-m-t-0 {
        margin-top: 0px;
    }

    .sm-m-t-0i {
        margin-top: 0px !important;
    }

    .sm-m-t-5 {
        margin-top: 5px;
    }

    .sm-m-t-5i {
        margin-top: 5px !important;
    }

    .sm-m-t-10 {
        margin-top: 10px;
    }

    .sm-m-t-10i {
        margin-top: 10px !important;
    }

    .sm-m-t-15 {
        margin-top: 15px;
    }

    .sm-m-t-15i {
        margin-top: 15px !important;
    }

    .sm-m-t-20 {
        margin-top: 20px;
    }

    .sm-m-t-20i {
        margin-top: 20px !important;
    }

    .sm-m-t-25 {
        margin-top: 25px;
    }

    .sm-m-t-25i {
        margin-top: 25px !important;
    }

    .sm-m-t-30 {
        margin-top: 30px;
    }

    .sm-m-t-30i {
        margin-top: 30px !important;
    }

    .sm-m-t-35 {
        margin-top: 35px;
    }

    .sm-m-t-35i {
        margin-top: 35px !important;
    }

    .sm-m-t-40 {
        margin-top: 40px;
    }

    .sm-m-t-40i {
        margin-top: 40px !important;
    }

    .sm-m-t-45 {
        margin-top: 45px;
    }

    .sm-m-t-45i {
        margin-top: 45px !important;
    }

    .sm-m-t-50 {
        margin-top: 50px;
    }

    .sm-m-t-50i {
        margin-top: 50px !important;
    }

    .sm-m-t-55 {
        margin-top: 55px;
    }

    .sm-m-t-55i {
        margin-top: 55px !important;
    }

    .sm-m-t-60 {
        margin-top: 60px;
    }

    .sm-m-t-60i {
        margin-top: 60px !important;
    }

    .sm-m-t-65 {
        margin-top: 65px;
    }

    .sm-m-t-65i {
        margin-top: 65px !important;
    }

    .sm-m-t-70 {
        margin-top: 70px;
    }

    .sm-m-t-70i {
        margin-top: 70px !important;
    }

    .sm-m-t-75 {
        margin-top: 75px;
    }

    .sm-m-t-75i {
        margin-top: 75px !important;
    }

    .sm-m-t-80 {
        margin-top: 80px;
    }

    .sm-m-t-80i {
        margin-top: 80px !important;
    }

    .sm-m-t-85 {
        margin-top: 85px;
    }

    .sm-m-t-85i {
        margin-top: 85px !important;
    }

    .sm-m-t-90 {
        margin-top: 90px;
    }

    .sm-m-t-90i {
        margin-top: 90px !important;
    }

    .sm-m-t-95 {
        margin-top: 95px;
    }

    .sm-m-t-95i {
        margin-top: 95px !important;
    }

    .sm-m-t-100 {
        margin-top: 100px;
    }

    .sm-m-t-100i {
        margin-top: 100px !important;
    }

    .sm-m-t-105 {
        margin-top: 105px;
    }

    .sm-m-t-105i {
        margin-top: 105px !important;
    }

    .sm-m-t-110 {
        margin-top: 110px;
    }

    .sm-m-t-110i {
        margin-top: 110px !important;
    }

    .sm-m-t-115 {
        margin-top: 115px;
    }

    .sm-m-t-115i {
        margin-top: 115px !important;
    }

    .sm-m-t-120 {
        margin-top: 120px;
    }

    .sm-m-t-120i {
        margin-top: 120px !important;
    }

    .sm-m-t-125 {
        margin-top: 125px;
    }

    .sm-m-t-125i {
        margin-top: 125px !important;
    }

    .sm-m-t-130 {
        margin-top: 130px;
    }

    .sm-m-t-130i {
        margin-top: 130px !important;
    }

    .sm-m-t-135 {
        margin-top: 135px;
    }

    .sm-m-t-135i {
        margin-top: 135px !important;
    }

    .sm-m-t-140 {
        margin-top: 140px;
    }

    .sm-m-t-140i {
        margin-top: 140px !important;
    }

    .sm-m-t-145 {
        margin-top: 145px;
    }

    .sm-m-t-145i {
        margin-top: 145px !important;
    }

    .sm-m-t-150 {
        margin-top: 150px;
    }

    .sm-m-t-150i {
        margin-top: 150px !important;
    }

    .sm-m-b-0 {
        margin-bottom: 0px;
    }

    .sm-m-b-0i {
        margin-bottom: 0px !important;
    }

    .sm-m-b-5 {
        margin-bottom: 5px;
    }

    .sm-m-b-5i {
        margin-bottom: 5px !important;
    }

    .sm-m-b-10 {
        margin-bottom: 10px;
    }

    .sm-m-b-10i {
        margin-bottom: 10px !important;
    }

    .sm-m-b-15 {
        margin-bottom: 15px;
    }

    .sm-m-b-15i {
        margin-bottom: 15px !important;
    }

    .sm-m-b-20 {
        margin-bottom: 20px;
    }

    .sm-m-b-20i {
        margin-bottom: 20px !important;
    }

    .sm-m-b-25 {
        margin-bottom: 25px;
    }

    .sm-m-b-25i {
        margin-bottom: 25px !important;
    }

    .sm-m-b-30 {
        margin-bottom: 30px;
    }

    .sm-m-b-30i {
        margin-bottom: 30px !important;
    }

    .sm-m-b-35 {
        margin-bottom: 35px;
    }

    .sm-m-b-35i {
        margin-bottom: 35px !important;
    }

    .sm-m-b-40 {
        margin-bottom: 40px;
    }

    .sm-m-b-40i {
        margin-bottom: 40px !important;
    }

    .sm-m-b-45 {
        margin-bottom: 45px;
    }

    .sm-m-b-45i {
        margin-bottom: 45px !important;
    }

    .sm-m-b-50 {
        margin-bottom: 50px;
    }

    .sm-m-b-50i {
        margin-bottom: 50px !important;
    }

    .sm-m-b-55 {
        margin-bottom: 55px;
    }

    .sm-m-b-55i {
        margin-bottom: 55px !important;
    }

    .sm-m-b-60 {
        margin-bottom: 60px;
    }

    .sm-m-b-60i {
        margin-bottom: 60px !important;
    }

    .sm-m-b-65 {
        margin-bottom: 65px;
    }

    .sm-m-b-65i {
        margin-bottom: 65px !important;
    }

    .sm-m-b-70 {
        margin-bottom: 70px;
    }

    .sm-m-b-70i {
        margin-bottom: 70px !important;
    }

    .sm-m-b-75 {
        margin-bottom: 75px;
    }

    .sm-m-b-75i {
        margin-bottom: 75px !important;
    }

    .sm-m-b-80 {
        margin-bottom: 80px;
    }

    .sm-m-b-80i {
        margin-bottom: 80px !important;
    }

    .sm-m-b-85 {
        margin-bottom: 85px;
    }

    .sm-m-b-85i {
        margin-bottom: 85px !important;
    }

    .sm-m-b-90 {
        margin-bottom: 90px;
    }

    .sm-m-b-90i {
        margin-bottom: 90px !important;
    }

    .sm-m-b-95 {
        margin-bottom: 95px;
    }

    .sm-m-b-95i {
        margin-bottom: 95px !important;
    }

    .sm-m-b-100 {
        margin-bottom: 100px;
    }

    .sm-m-b-100i {
        margin-bottom: 100px !important;
    }

    .sm-m-b-105 {
        margin-bottom: 105px;
    }

    .sm-m-b-105i {
        margin-bottom: 105px !important;
    }

    .sm-m-b-110 {
        margin-bottom: 110px;
    }

    .sm-m-b-110i {
        margin-bottom: 110px !important;
    }

    .sm-m-b-115 {
        margin-bottom: 115px;
    }

    .sm-m-b-115i {
        margin-bottom: 115px !important;
    }

    .sm-m-b-120 {
        margin-bottom: 120px;
    }

    .sm-m-b-120i {
        margin-bottom: 120px !important;
    }

    .sm-m-b-125 {
        margin-bottom: 125px;
    }

    .sm-m-b-125i {
        margin-bottom: 125px !important;
    }

    .sm-m-b-130 {
        margin-bottom: 130px;
    }

    .sm-m-b-130i {
        margin-bottom: 130px !important;
    }

    .sm-m-b-135 {
        margin-bottom: 135px;
    }

    .sm-m-b-135i {
        margin-bottom: 135px !important;
    }

    .sm-m-b-140 {
        margin-bottom: 140px;
    }

    .sm-m-b-140i {
        margin-bottom: 140px !important;
    }

    .sm-m-b-145 {
        margin-bottom: 145px;
    }

    .sm-m-b-145i {
        margin-bottom: 145px !important;
    }

    .sm-m-b-150 {
        margin-bottom: 150px;
    }

    .sm-m-b-150i {
        margin-bottom: 150px !important;
    }

    .sm-m-l-0 {
        margin-left: 0px;
    }

    .sm-m-l-0i {
        margin-left: 0px !important;
    }

    .sm-m-l-5 {
        margin-left: 5px;
    }

    .sm-m-l-5i {
        margin-left: 5px !important;
    }

    .sm-m-l-10 {
        margin-left: 10px;
    }

    .sm-m-l-10i {
        margin-left: 10px !important;
    }

    .sm-m-l-15 {
        margin-left: 15px;
    }

    .sm-m-l-15i {
        margin-left: 15px !important;
    }

    .sm-m-l-20 {
        margin-left: 20px;
    }

    .sm-m-l-20i {
        margin-left: 20px !important;
    }

    .sm-m-l-25 {
        margin-left: 25px;
    }

    .sm-m-l-25i {
        margin-left: 25px !important;
    }

    .sm-m-l-30 {
        margin-left: 30px;
    }

    .sm-m-l-30i {
        margin-left: 30px !important;
    }

    .sm-m-l-35 {
        margin-left: 35px;
    }

    .sm-m-l-35i {
        margin-left: 35px !important;
    }

    .sm-m-l-40 {
        margin-left: 40px;
    }

    .sm-m-l-40i {
        margin-left: 40px !important;
    }

    .sm-m-l-45 {
        margin-left: 45px;
    }

    .sm-m-l-45i {
        margin-left: 45px !important;
    }

    .sm-m-l-50 {
        margin-left: 50px;
    }

    .sm-m-l-50i {
        margin-left: 50px !important;
    }

    .sm-m-l-55 {
        margin-left: 55px;
    }

    .sm-m-l-55i {
        margin-left: 55px !important;
    }

    .sm-m-l-60 {
        margin-left: 60px;
    }

    .sm-m-l-60i {
        margin-left: 60px !important;
    }

    .sm-m-l-65 {
        margin-left: 65px;
    }

    .sm-m-l-65i {
        margin-left: 65px !important;
    }

    .sm-m-l-70 {
        margin-left: 70px;
    }

    .sm-m-l-70i {
        margin-left: 70px !important;
    }

    .sm-m-l-75 {
        margin-left: 75px;
    }

    .sm-m-l-75i {
        margin-left: 75px !important;
    }

    .sm-m-l-80 {
        margin-left: 80px;
    }

    .sm-m-l-80i {
        margin-left: 80px !important;
    }

    .sm-m-l-85 {
        margin-left: 85px;
    }

    .sm-m-l-85i {
        margin-left: 85px !important;
    }

    .sm-m-l-90 {
        margin-left: 90px;
    }

    .sm-m-l-90i {
        margin-left: 90px !important;
    }

    .sm-m-l-95 {
        margin-left: 95px;
    }

    .sm-m-l-95i {
        margin-left: 95px !important;
    }

    .sm-m-l-100 {
        margin-left: 100px;
    }

    .sm-m-l-100i {
        margin-left: 100px !important;
    }

    .sm-m-l-105 {
        margin-left: 105px;
    }

    .sm-m-l-105i {
        margin-left: 105px !important;
    }

    .sm-m-l-110 {
        margin-left: 110px;
    }

    .sm-m-l-110i {
        margin-left: 110px !important;
    }

    .sm-m-l-115 {
        margin-left: 115px;
    }

    .sm-m-l-115i {
        margin-left: 115px !important;
    }

    .sm-m-l-120 {
        margin-left: 120px;
    }

    .sm-m-l-120i {
        margin-left: 120px !important;
    }

    .sm-m-l-125 {
        margin-left: 125px;
    }

    .sm-m-l-125i {
        margin-left: 125px !important;
    }

    .sm-m-l-130 {
        margin-left: 130px;
    }

    .sm-m-l-130i {
        margin-left: 130px !important;
    }

    .sm-m-l-135 {
        margin-left: 135px;
    }

    .sm-m-l-135i {
        margin-left: 135px !important;
    }

    .sm-m-l-140 {
        margin-left: 140px;
    }

    .sm-m-l-140i {
        margin-left: 140px !important;
    }

    .sm-m-l-145 {
        margin-left: 145px;
    }

    .sm-m-l-145i {
        margin-left: 145px !important;
    }

    .sm-m-l-150 {
        margin-left: 150px;
    }

    .sm-m-l-150i {
        margin-left: 150px !important;
    }

    .sm-m-r-0 {
        margin-right: 0px;
    }

    .sm-m-r-0i {
        margin-right: 0px !important;
    }

    .sm-m-r-5 {
        margin-right: 5px;
    }

    .sm-m-r-5i {
        margin-right: 5px !important;
    }

    .sm-m-r-10 {
        margin-right: 10px;
    }

    .sm-m-r-10i {
        margin-right: 10px !important;
    }

    .sm-m-r-15 {
        margin-right: 15px;
    }

    .sm-m-r-15i {
        margin-right: 15px !important;
    }

    .sm-m-r-20 {
        margin-right: 20px;
    }

    .sm-m-r-20i {
        margin-right: 20px !important;
    }

    .sm-m-r-25 {
        margin-right: 25px;
    }

    .sm-m-r-25i {
        margin-right: 25px !important;
    }

    .sm-m-r-30 {
        margin-right: 30px;
    }

    .sm-m-r-30i {
        margin-right: 30px !important;
    }

    .sm-m-r-35 {
        margin-right: 35px;
    }

    .sm-m-r-35i {
        margin-right: 35px !important;
    }

    .sm-m-r-40 {
        margin-right: 40px;
    }

    .sm-m-r-40i {
        margin-right: 40px !important;
    }

    .sm-m-r-45 {
        margin-right: 45px;
    }

    .sm-m-r-45i {
        margin-right: 45px !important;
    }

    .sm-m-r-50 {
        margin-right: 50px;
    }

    .sm-m-r-50i {
        margin-right: 50px !important;
    }

    .sm-m-r-55 {
        margin-right: 55px;
    }

    .sm-m-r-55i {
        margin-right: 55px !important;
    }

    .sm-m-r-60 {
        margin-right: 60px;
    }

    .sm-m-r-60i {
        margin-right: 60px !important;
    }

    .sm-m-r-65 {
        margin-right: 65px;
    }

    .sm-m-r-65i {
        margin-right: 65px !important;
    }

    .sm-m-r-70 {
        margin-right: 70px;
    }

    .sm-m-r-70i {
        margin-right: 70px !important;
    }

    .sm-m-r-75 {
        margin-right: 75px;
    }

    .sm-m-r-75i {
        margin-right: 75px !important;
    }

    .sm-m-r-80 {
        margin-right: 80px;
    }

    .sm-m-r-80i {
        margin-right: 80px !important;
    }

    .sm-m-r-85 {
        margin-right: 85px;
    }

    .sm-m-r-85i {
        margin-right: 85px !important;
    }

    .sm-m-r-90 {
        margin-right: 90px;
    }

    .sm-m-r-90i {
        margin-right: 90px !important;
    }

    .sm-m-r-95 {
        margin-right: 95px;
    }

    .sm-m-r-95i {
        margin-right: 95px !important;
    }

    .sm-m-r-100 {
        margin-right: 100px;
    }

    .sm-m-r-100i {
        margin-right: 100px !important;
    }

    .sm-m-r-105 {
        margin-right: 105px;
    }

    .sm-m-r-105i {
        margin-right: 105px !important;
    }

    .sm-m-r-110 {
        margin-right: 110px;
    }

    .sm-m-r-110i {
        margin-right: 110px !important;
    }

    .sm-m-r-115 {
        margin-right: 115px;
    }

    .sm-m-r-115i {
        margin-right: 115px !important;
    }

    .sm-m-r-120 {
        margin-right: 120px;
    }

    .sm-m-r-120i {
        margin-right: 120px !important;
    }

    .sm-m-r-125 {
        margin-right: 125px;
    }

    .sm-m-r-125i {
        margin-right: 125px !important;
    }

    .sm-m-r-130 {
        margin-right: 130px;
    }

    .sm-m-r-130i {
        margin-right: 130px !important;
    }

    .sm-m-r-135 {
        margin-right: 135px;
    }

    .sm-m-r-135i {
        margin-right: 135px !important;
    }

    .sm-m-r-140 {
        margin-right: 140px;
    }

    .sm-m-r-140i {
        margin-right: 140px !important;
    }

    .sm-m-r-145 {
        margin-right: 145px;
    }

    .sm-m-r-145i {
        margin-right: 145px !important;
    }

    .sm-m-r-150 {
        margin-right: 150px;
    }

    .sm-m-r-150i {
        margin-right: 150px !important;
    }

    .sm-p-t-0 {
        padding-top: 0px;
    }

    .sm-p-t-0i {
        padding-top: 0px !important;
    }

    .sm-p-t-5 {
        padding-top: 5px;
    }

    .sm-p-t-5i {
        padding-top: 5px !important;
    }

    .sm-p-t-10 {
        padding-top: 10px;
    }

    .sm-p-t-10i {
        padding-top: 10px !important;
    }

    .sm-p-t-15 {
        padding-top: 15px;
    }

    .sm-p-t-15i {
        padding-top: 15px !important;
    }

    .sm-p-t-20 {
        padding-top: 20px;
    }

    .sm-p-t-20i {
        padding-top: 20px !important;
    }

    .sm-p-t-25 {
        padding-top: 25px;
    }

    .sm-p-t-25i {
        padding-top: 25px !important;
    }

    .sm-p-t-30 {
        padding-top: 30px;
    }

    .sm-p-t-30i {
        padding-top: 30px !important;
    }

    .sm-p-t-35 {
        padding-top: 35px;
    }

    .sm-p-t-35i {
        padding-top: 35px !important;
    }

    .sm-p-t-40 {
        padding-top: 40px;
    }

    .sm-p-t-40i {
        padding-top: 40px !important;
    }

    .sm-p-t-45 {
        padding-top: 45px;
    }

    .sm-p-t-45i {
        padding-top: 45px !important;
    }

    .sm-p-t-50 {
        padding-top: 50px;
    }

    .sm-p-t-50i {
        padding-top: 50px !important;
    }

    .sm-p-t-55 {
        padding-top: 55px;
    }

    .sm-p-t-55i {
        padding-top: 55px !important;
    }

    .sm-p-t-60 {
        padding-top: 60px;
    }

    .sm-p-t-60i {
        padding-top: 60px !important;
    }

    .sm-p-t-65 {
        padding-top: 65px;
    }

    .sm-p-t-65i {
        padding-top: 65px !important;
    }

    .sm-p-t-70 {
        padding-top: 70px;
    }

    .sm-p-t-70i {
        padding-top: 70px !important;
    }

    .sm-p-t-75 {
        padding-top: 75px;
    }

    .sm-p-t-75i {
        padding-top: 75px !important;
    }

    .sm-p-t-80 {
        padding-top: 80px;
    }

    .sm-p-t-80i {
        padding-top: 80px !important;
    }

    .sm-p-t-85 {
        padding-top: 85px;
    }

    .sm-p-t-85i {
        padding-top: 85px !important;
    }

    .sm-p-t-90 {
        padding-top: 90px;
    }

    .sm-p-t-90i {
        padding-top: 90px !important;
    }

    .sm-p-t-95 {
        padding-top: 95px;
    }

    .sm-p-t-95i {
        padding-top: 95px !important;
    }

    .sm-p-t-100 {
        padding-top: 100px;
    }

    .sm-p-t-100i {
        padding-top: 100px !important;
    }

    .sm-p-t-105 {
        padding-top: 105px;
    }

    .sm-p-t-105i {
        padding-top: 105px !important;
    }

    .sm-p-t-110 {
        padding-top: 110px;
    }

    .sm-p-t-110i {
        padding-top: 110px !important;
    }

    .sm-p-t-115 {
        padding-top: 115px;
    }

    .sm-p-t-115i {
        padding-top: 115px !important;
    }

    .sm-p-t-120 {
        padding-top: 120px;
    }

    .sm-p-t-120i {
        padding-top: 120px !important;
    }

    .sm-p-t-125 {
        padding-top: 125px;
    }

    .sm-p-t-125i {
        padding-top: 125px !important;
    }

    .sm-p-t-130 {
        padding-top: 130px;
    }

    .sm-p-t-130i {
        padding-top: 130px !important;
    }

    .sm-p-t-135 {
        padding-top: 135px;
    }

    .sm-p-t-135i {
        padding-top: 135px !important;
    }

    .sm-p-t-140 {
        padding-top: 140px;
    }

    .sm-p-t-140i {
        padding-top: 140px !important;
    }

    .sm-p-t-145 {
        padding-top: 145px;
    }

    .sm-p-t-145i {
        padding-top: 145px !important;
    }

    .sm-p-t-150 {
        padding-top: 150px;
    }

    .sm-p-t-150i {
        padding-top: 150px !important;
    }

    .sm-p-b-0 {
        padding-bottom: 0px;
    }

    .sm-p-b-0i {
        padding-bottom: 0px !important;
    }

    .sm-p-b-5 {
        padding-bottom: 5px;
    }

    .sm-p-b-5i {
        padding-bottom: 5px !important;
    }

    .sm-p-b-10 {
        padding-bottom: 10px;
    }

    .sm-p-b-10i {
        padding-bottom: 10px !important;
    }

    .sm-p-b-15 {
        padding-bottom: 15px;
    }

    .sm-p-b-15i {
        padding-bottom: 15px !important;
    }

    .sm-p-b-20 {
        padding-bottom: 20px;
    }

    .sm-p-b-20i {
        padding-bottom: 20px !important;
    }

    .sm-p-b-25 {
        padding-bottom: 25px;
    }

    .sm-p-b-25i {
        padding-bottom: 25px !important;
    }

    .sm-p-b-30 {
        padding-bottom: 30px;
    }

    .sm-p-b-30i {
        padding-bottom: 30px !important;
    }

    .sm-p-b-35 {
        padding-bottom: 35px;
    }

    .sm-p-b-35i {
        padding-bottom: 35px !important;
    }

    .sm-p-b-40 {
        padding-bottom: 40px;
    }

    .sm-p-b-40i {
        padding-bottom: 40px !important;
    }

    .sm-p-b-45 {
        padding-bottom: 45px;
    }

    .sm-p-b-45i {
        padding-bottom: 45px !important;
    }

    .sm-p-b-50 {
        padding-bottom: 50px;
    }

    .sm-p-b-50i {
        padding-bottom: 50px !important;
    }

    .sm-p-b-55 {
        padding-bottom: 55px;
    }

    .sm-p-b-55i {
        padding-bottom: 55px !important;
    }

    .sm-p-b-60 {
        padding-bottom: 60px;
    }

    .sm-p-b-60i {
        padding-bottom: 60px !important;
    }

    .sm-p-b-65 {
        padding-bottom: 65px;
    }

    .sm-p-b-65i {
        padding-bottom: 65px !important;
    }

    .sm-p-b-70 {
        padding-bottom: 70px;
    }

    .sm-p-b-70i {
        padding-bottom: 70px !important;
    }

    .sm-p-b-75 {
        padding-bottom: 75px;
    }

    .sm-p-b-75i {
        padding-bottom: 75px !important;
    }

    .sm-p-b-80 {
        padding-bottom: 80px;
    }

    .sm-p-b-80i {
        padding-bottom: 80px !important;
    }

    .sm-p-b-85 {
        padding-bottom: 85px;
    }

    .sm-p-b-85i {
        padding-bottom: 85px !important;
    }

    .sm-p-b-90 {
        padding-bottom: 90px;
    }

    .sm-p-b-90i {
        padding-bottom: 90px !important;
    }

    .sm-p-b-95 {
        padding-bottom: 95px;
    }

    .sm-p-b-95i {
        padding-bottom: 95px !important;
    }

    .sm-p-b-100 {
        padding-bottom: 100px;
    }

    .sm-p-b-100i {
        padding-bottom: 100px !important;
    }

    .sm-p-b-105 {
        padding-bottom: 105px;
    }

    .sm-p-b-105i {
        padding-bottom: 105px !important;
    }

    .sm-p-b-110 {
        padding-bottom: 110px;
    }

    .sm-p-b-110i {
        padding-bottom: 110px !important;
    }

    .sm-p-b-115 {
        padding-bottom: 115px;
    }

    .sm-p-b-115i {
        padding-bottom: 115px !important;
    }

    .sm-p-b-120 {
        padding-bottom: 120px;
    }

    .sm-p-b-120i {
        padding-bottom: 120px !important;
    }

    .sm-p-b-125 {
        padding-bottom: 125px;
    }

    .sm-p-b-125i {
        padding-bottom: 125px !important;
    }

    .sm-p-b-130 {
        padding-bottom: 130px;
    }

    .sm-p-b-130i {
        padding-bottom: 130px !important;
    }

    .sm-p-b-135 {
        padding-bottom: 135px;
    }

    .sm-p-b-135i {
        padding-bottom: 135px !important;
    }

    .sm-p-b-140 {
        padding-bottom: 140px;
    }

    .sm-p-b-140i {
        padding-bottom: 140px !important;
    }

    .sm-p-b-145 {
        padding-bottom: 145px;
    }

    .sm-p-b-145i {
        padding-bottom: 145px !important;
    }

    .sm-p-b-150 {
        padding-bottom: 150px;
    }

    .sm-p-b-150i {
        padding-bottom: 150px !important;
    }

    .sm-p-l-0 {
        padding-left: 0px;
    }

    .sm-p-l-0i {
        padding-left: 0px !important;
    }

    .sm-p-l-5 {
        padding-left: 5px;
    }

    .sm-p-l-5i {
        padding-left: 5px !important;
    }

    .sm-p-l-10 {
        padding-left: 10px;
    }

    .sm-p-l-10i {
        padding-left: 10px !important;
    }

    .sm-p-l-15 {
        padding-left: 15px;
    }

    .sm-p-l-15i {
        padding-left: 15px !important;
    }

    .sm-p-l-20 {
        padding-left: 20px;
    }

    .sm-p-l-20i {
        padding-left: 20px !important;
    }

    .sm-p-l-25 {
        padding-left: 25px;
    }

    .sm-p-l-25i {
        padding-left: 25px !important;
    }

    .sm-p-l-30 {
        padding-left: 30px;
    }

    .sm-p-l-30i {
        padding-left: 30px !important;
    }

    .sm-p-l-35 {
        padding-left: 35px;
    }

    .sm-p-l-35i {
        padding-left: 35px !important;
    }

    .sm-p-l-40 {
        padding-left: 40px;
    }

    .sm-p-l-40i {
        padding-left: 40px !important;
    }

    .sm-p-l-45 {
        padding-left: 45px;
    }

    .sm-p-l-45i {
        padding-left: 45px !important;
    }

    .sm-p-l-50 {
        padding-left: 50px;
    }

    .sm-p-l-50i {
        padding-left: 50px !important;
    }

    .sm-p-l-55 {
        padding-left: 55px;
    }

    .sm-p-l-55i {
        padding-left: 55px !important;
    }

    .sm-p-l-60 {
        padding-left: 60px;
    }

    .sm-p-l-60i {
        padding-left: 60px !important;
    }

    .sm-p-l-65 {
        padding-left: 65px;
    }

    .sm-p-l-65i {
        padding-left: 65px !important;
    }

    .sm-p-l-70 {
        padding-left: 70px;
    }

    .sm-p-l-70i {
        padding-left: 70px !important;
    }

    .sm-p-l-75 {
        padding-left: 75px;
    }

    .sm-p-l-75i {
        padding-left: 75px !important;
    }

    .sm-p-l-80 {
        padding-left: 80px;
    }

    .sm-p-l-80i {
        padding-left: 80px !important;
    }

    .sm-p-l-85 {
        padding-left: 85px;
    }

    .sm-p-l-85i {
        padding-left: 85px !important;
    }

    .sm-p-l-90 {
        padding-left: 90px;
    }

    .sm-p-l-90i {
        padding-left: 90px !important;
    }

    .sm-p-l-95 {
        padding-left: 95px;
    }

    .sm-p-l-95i {
        padding-left: 95px !important;
    }

    .sm-p-l-100 {
        padding-left: 100px;
    }

    .sm-p-l-100i {
        padding-left: 100px !important;
    }

    .sm-p-l-105 {
        padding-left: 105px;
    }

    .sm-p-l-105i {
        padding-left: 105px !important;
    }

    .sm-p-l-110 {
        padding-left: 110px;
    }

    .sm-p-l-110i {
        padding-left: 110px !important;
    }

    .sm-p-l-115 {
        padding-left: 115px;
    }

    .sm-p-l-115i {
        padding-left: 115px !important;
    }

    .sm-p-l-120 {
        padding-left: 120px;
    }

    .sm-p-l-120i {
        padding-left: 120px !important;
    }

    .sm-p-l-125 {
        padding-left: 125px;
    }

    .sm-p-l-125i {
        padding-left: 125px !important;
    }

    .sm-p-l-130 {
        padding-left: 130px;
    }

    .sm-p-l-130i {
        padding-left: 130px !important;
    }

    .sm-p-l-135 {
        padding-left: 135px;
    }

    .sm-p-l-135i {
        padding-left: 135px !important;
    }

    .sm-p-l-140 {
        padding-left: 140px;
    }

    .sm-p-l-140i {
        padding-left: 140px !important;
    }

    .sm-p-l-145 {
        padding-left: 145px;
    }

    .sm-p-l-145i {
        padding-left: 145px !important;
    }

    .sm-p-l-150 {
        padding-left: 150px;
    }

    .sm-p-l-150i {
        padding-left: 150px !important;
    }

    .sm-p-r-0 {
        padding-right: 0px;
    }

    .sm-p-r-0i {
        padding-right: 0px !important;
    }

    .sm-p-r-5 {
        padding-right: 5px;
    }

    .sm-p-r-5i {
        padding-right: 5px !important;
    }

    .sm-p-r-10 {
        padding-right: 10px;
    }

    .sm-p-r-10i {
        padding-right: 10px !important;
    }

    .sm-p-r-15 {
        padding-right: 15px;
    }

    .sm-p-r-15i {
        padding-right: 15px !important;
    }

    .sm-p-r-20 {
        padding-right: 20px;
    }

    .sm-p-r-20i {
        padding-right: 20px !important;
    }

    .sm-p-r-25 {
        padding-right: 25px;
    }

    .sm-p-r-25i {
        padding-right: 25px !important;
    }

    .sm-p-r-30 {
        padding-right: 30px;
    }

    .sm-p-r-30i {
        padding-right: 30px !important;
    }

    .sm-p-r-35 {
        padding-right: 35px;
    }

    .sm-p-r-35i {
        padding-right: 35px !important;
    }

    .sm-p-r-40 {
        padding-right: 40px;
    }

    .sm-p-r-40i {
        padding-right: 40px !important;
    }

    .sm-p-r-45 {
        padding-right: 45px;
    }

    .sm-p-r-45i {
        padding-right: 45px !important;
    }

    .sm-p-r-50 {
        padding-right: 50px;
    }

    .sm-p-r-50i {
        padding-right: 50px !important;
    }

    .sm-p-r-55 {
        padding-right: 55px;
    }

    .sm-p-r-55i {
        padding-right: 55px !important;
    }

    .sm-p-r-60 {
        padding-right: 60px;
    }

    .sm-p-r-60i {
        padding-right: 60px !important;
    }

    .sm-p-r-65 {
        padding-right: 65px;
    }

    .sm-p-r-65i {
        padding-right: 65px !important;
    }

    .sm-p-r-70 {
        padding-right: 70px;
    }

    .sm-p-r-70i {
        padding-right: 70px !important;
    }

    .sm-p-r-75 {
        padding-right: 75px;
    }

    .sm-p-r-75i {
        padding-right: 75px !important;
    }

    .sm-p-r-80 {
        padding-right: 80px;
    }

    .sm-p-r-80i {
        padding-right: 80px !important;
    }

    .sm-p-r-85 {
        padding-right: 85px;
    }

    .sm-p-r-85i {
        padding-right: 85px !important;
    }

    .sm-p-r-90 {
        padding-right: 90px;
    }

    .sm-p-r-90i {
        padding-right: 90px !important;
    }

    .sm-p-r-95 {
        padding-right: 95px;
    }

    .sm-p-r-95i {
        padding-right: 95px !important;
    }

    .sm-p-r-100 {
        padding-right: 100px;
    }

    .sm-p-r-100i {
        padding-right: 100px !important;
    }

    .sm-p-r-105 {
        padding-right: 105px;
    }

    .sm-p-r-105i {
        padding-right: 105px !important;
    }

    .sm-p-r-110 {
        padding-right: 110px;
    }

    .sm-p-r-110i {
        padding-right: 110px !important;
    }

    .sm-p-r-115 {
        padding-right: 115px;
    }

    .sm-p-r-115i {
        padding-right: 115px !important;
    }

    .sm-p-r-120 {
        padding-right: 120px;
    }

    .sm-p-r-120i {
        padding-right: 120px !important;
    }

    .sm-p-r-125 {
        padding-right: 125px;
    }

    .sm-p-r-125i {
        padding-right: 125px !important;
    }

    .sm-p-r-130 {
        padding-right: 130px;
    }

    .sm-p-r-130i {
        padding-right: 130px !important;
    }

    .sm-p-r-135 {
        padding-right: 135px;
    }

    .sm-p-r-135i {
        padding-right: 135px !important;
    }

    .sm-p-r-140 {
        padding-right: 140px;
    }

    .sm-p-r-140i {
        padding-right: 140px !important;
    }

    .sm-p-r-145 {
        padding-right: 145px;
    }

    .sm-p-r-145i {
        padding-right: 145px !important;
    }

    .sm-p-r-150 {
        padding-right: 150px;
    }

    .sm-p-r-150i {
        padding-right: 150px !important;
    }

    .sm-f-s-0 {
        font-size: 0px;
    }

    .sm-f-s-0i {
        font-size: 0px !important;
    }

    .sm-f-s-2 {
        font-size: 2px;
    }

    .sm-f-s-2i {
        font-size: 2px !important;
    }

    .sm-f-s-4 {
        font-size: 4px;
    }

    .sm-f-s-4i {
        font-size: 4px !important;
    }

    .sm-f-s-6 {
        font-size: 6px;
    }

    .sm-f-s-6i {
        font-size: 6px !important;
    }

    .sm-f-s-8 {
        font-size: 8px;
    }

    .sm-f-s-8i {
        font-size: 8px !important;
    }

    .sm-f-s-10 {
        font-size: 10px;
    }

    .sm-f-s-10i {
        font-size: 10px !important;
    }

    .sm-f-s-12 {
        font-size: 12px;
    }

    .sm-f-s-12i {
        font-size: 12px !important;
    }

    .sm-f-s-14 {
        font-size: 14px;
    }

    .sm-f-s-14i {
        font-size: 14px !important;
    }

    .sm-f-s-16 {
        font-size: 16px;
    }

    .sm-f-s-16i {
        font-size: 16px !important;
    }

    .sm-f-s-18 {
        font-size: 18px;
    }

    .sm-f-s-18i {
        font-size: 18px !important;
    }

    .sm-f-s-20 {
        font-size: 20px;
    }

    .sm-f-s-20i {
        font-size: 20px !important;
    }

    .sm-f-s-22 {
        font-size: 22px;
    }

    .sm-f-s-22i {
        font-size: 22px !important;
    }

    .sm-f-s-24 {
        font-size: 24px;
    }

    .sm-f-s-24i {
        font-size: 24px !important;
    }

    .sm-f-s-26 {
        font-size: 26px;
    }

    .sm-f-s-26i {
        font-size: 26px !important;
    }

    .sm-f-s-28 {
        font-size: 28px;
    }

    .sm-f-s-28i {
        font-size: 28px !important;
    }

    .sm-f-s-30 {
        font-size: 30px;
    }

    .sm-f-s-30i {
        font-size: 30px !important;
    }

    .sm-f-s-32 {
        font-size: 32px;
    }

    .sm-f-s-32i {
        font-size: 32px !important;
    }

    .sm-f-s-34 {
        font-size: 34px;
    }

    .sm-f-s-34i {
        font-size: 34px !important;
    }

    .sm-f-s-36 {
        font-size: 36px;
    }

    .sm-f-s-36i {
        font-size: 36px !important;
    }

    .sm-f-s-38 {
        font-size: 38px;
    }

    .sm-f-s-38i {
        font-size: 38px !important;
    }

    .sm-f-s-40 {
        font-size: 40px;
    }

    .sm-f-s-40i {
        font-size: 40px !important;
    }

    .sm-f-s-42 {
        font-size: 42px;
    }

    .sm-f-s-42i {
        font-size: 42px !important;
    }

    .sm-f-s-44 {
        font-size: 44px;
    }

    .sm-f-s-44i {
        font-size: 44px !important;
    }

    .sm-f-s-46 {
        font-size: 46px;
    }

    .sm-f-s-46i {
        font-size: 46px !important;
    }

    .sm-f-s-48 {
        font-size: 48px;
    }

    .sm-f-s-48i {
        font-size: 48px !important;
    }

    .sm-f-s-50 {
        font-size: 50px;
    }

    .sm-f-s-50i {
        font-size: 50px !important;
    }

    .sm-f-s-52 {
        font-size: 52px;
    }

    .sm-f-s-52i {
        font-size: 52px !important;
    }

    .sm-f-s-54 {
        font-size: 54px;
    }

    .sm-f-s-54i {
        font-size: 54px !important;
    }

    .sm-f-s-56 {
        font-size: 56px;
    }

    .sm-f-s-56i {
        font-size: 56px !important;
    }

    .sm-f-s-58 {
        font-size: 58px;
    }

    .sm-f-s-58i {
        font-size: 58px !important;
    }

    .sm-f-s-60 {
        font-size: 60px;
    }

    .sm-f-s-60i {
        font-size: 60px !important;
    }

    .sm-f-s-62 {
        font-size: 62px;
    }

    .sm-f-s-62i {
        font-size: 62px !important;
    }

    .sm-f-s-64 {
        font-size: 64px;
    }

    .sm-f-s-64i {
        font-size: 64px !important;
    }

    .sm-f-s-66 {
        font-size: 66px;
    }

    .sm-f-s-66i {
        font-size: 66px !important;
    }

    .sm-f-s-68 {
        font-size: 68px;
    }

    .sm-f-s-68i {
        font-size: 68px !important;
    }

    .sm-f-s-70 {
        font-size: 70px;
    }

    .sm-f-s-70i {
        font-size: 70px !important;
    }

    .sm-f-s-72 {
        font-size: 72px;
    }

    .sm-f-s-72i {
        font-size: 72px !important;
    }

    .sm-f-s-74 {
        font-size: 74px;
    }

    .sm-f-s-74i {
        font-size: 74px !important;
    }

    .sm-f-s-76 {
        font-size: 76px;
    }

    .sm-f-s-76i {
        font-size: 76px !important;
    }

    .sm-f-s-78 {
        font-size: 78px;
    }

    .sm-f-s-78i {
        font-size: 78px !important;
    }

    .sm-f-s-80 {
        font-size: 80px;
    }

    .sm-f-s-80i {
        font-size: 80px !important;
    }

    .sm-f-s-82 {
        font-size: 82px;
    }

    .sm-f-s-82i {
        font-size: 82px !important;
    }

    .sm-f-s-84 {
        font-size: 84px;
    }

    .sm-f-s-84i {
        font-size: 84px !important;
    }

    .sm-f-s-86 {
        font-size: 86px;
    }

    .sm-f-s-86i {
        font-size: 86px !important;
    }

    .sm-f-s-88 {
        font-size: 88px;
    }

    .sm-f-s-88i {
        font-size: 88px !important;
    }

    .sm-f-s-90 {
        font-size: 90px;
    }

    .sm-f-s-90i {
        font-size: 90px !important;
    }

    .sm-f-s-92 {
        font-size: 92px;
    }

    .sm-f-s-92i {
        font-size: 92px !important;
    }

    .sm-f-s-94 {
        font-size: 94px;
    }

    .sm-f-s-94i {
        font-size: 94px !important;
    }

    .sm-f-s-96 {
        font-size: 96px;
    }

    .sm-f-s-96i {
        font-size: 96px !important;
    }

    .sm-f-s-98 {
        font-size: 98px;
    }

    .sm-f-s-98i {
        font-size: 98px !important;
    }

    .sm-f-s-100 {
        font-size: 100px;
    }

    .sm-f-s-100i {
        font-size: 100px !important;
    }
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-0i {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-5i {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-10i {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-15i {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-20i {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-25i {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-30i {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-35i {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-40i {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-45i {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-50i {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-55i {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-60i {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px;
}

.m-t-65i {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-70i {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-75i {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-80i {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px;
}

.m-t-85i {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px;
}

.m-t-90i {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px;
}

.m-t-95i {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-100i {
    margin-top: 100px !important;
}

.m-t-105 {
    margin-top: 105px;
}

.m-t-105i {
    margin-top: 105px !important;
}

.m-t-110 {
    margin-top: 110px;
}

.m-t-110i {
    margin-top: 110px !important;
}

.m-t-115 {
    margin-top: 115px;
}

.m-t-115i {
    margin-top: 115px !important;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-120i {
    margin-top: 120px !important;
}

.m-t-125 {
    margin-top: 125px;
}

.m-t-125i {
    margin-top: 125px !important;
}

.m-t-130 {
    margin-top: 130px;
}

.m-t-130i {
    margin-top: 130px !important;
}

.m-t-135 {
    margin-top: 135px;
}

.m-t-135i {
    margin-top: 135px !important;
}

.m-t-140 {
    margin-top: 140px;
}

.m-t-140i {
    margin-top: 140px !important;
}

.m-t-145 {
    margin-top: 145px;
}

.m-t-145i {
    margin-top: 145px !important;
}

.m-t-150 {
    margin-top: 150px;
}

.m-t-150i {
    margin-top: 150px !important;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-0i {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-5i {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-10i {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-15i {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-20i {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-25i {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-30i {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-35i {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-40i {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-45i {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-50i {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-b-55i {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-60i {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-b-65i {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-b-70i {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-75i {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-80i {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-b-85i {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-b-90i {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-b-95i {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-100i {
    margin-bottom: 100px !important;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-b-105i {
    margin-bottom: 105px !important;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-b-110i {
    margin-bottom: 110px !important;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-b-115i {
    margin-bottom: 115px !important;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-b-120i {
    margin-bottom: 120px !important;
}

.m-b-125 {
    margin-bottom: 125px;
}

.m-b-125i {
    margin-bottom: 125px !important;
}

.m-b-130 {
    margin-bottom: 130px;
}

.m-b-130i {
    margin-bottom: 130px !important;
}

.m-b-135 {
    margin-bottom: 135px;
}

.m-b-135i {
    margin-bottom: 135px !important;
}

.m-b-140 {
    margin-bottom: 140px;
}

.m-b-140i {
    margin-bottom: 140px !important;
}

.m-b-145 {
    margin-bottom: 145px;
}

.m-b-145i {
    margin-bottom: 145px !important;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-b-150i {
    margin-bottom: 150px !important;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-0i {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-5i {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-10i {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-15i {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-20i {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-25i {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-30i {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-35i {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-40i {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-45i {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px;
}

.m-l-50i {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px;
}

.m-l-55i {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px;
}

.m-l-60i {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px;
}

.m-l-65i {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px;
}

.m-l-70i {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px;
}

.m-l-75i {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px;
}

.m-l-80i {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px;
}

.m-l-85i {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px;
}

.m-l-90i {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px;
}

.m-l-95i {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px;
}

.m-l-100i {
    margin-left: 100px !important;
}

.m-l-105 {
    margin-left: 105px;
}

.m-l-105i {
    margin-left: 105px !important;
}

.m-l-110 {
    margin-left: 110px;
}

.m-l-110i {
    margin-left: 110px !important;
}

.m-l-115 {
    margin-left: 115px;
}

.m-l-115i {
    margin-left: 115px !important;
}

.m-l-120 {
    margin-left: 120px;
}

.m-l-120i {
    margin-left: 120px !important;
}

.m-l-125 {
    margin-left: 125px;
}

.m-l-125i {
    margin-left: 125px !important;
}

.m-l-130 {
    margin-left: 130px;
}

.m-l-130i {
    margin-left: 130px !important;
}

.m-l-135 {
    margin-left: 135px;
}

.m-l-135i {
    margin-left: 135px !important;
}

.m-l-140 {
    margin-left: 140px;
}

.m-l-140i {
    margin-left: 140px !important;
}

.m-l-145 {
    margin-left: 145px;
}

.m-l-145i {
    margin-left: 145px !important;
}

.m-l-150 {
    margin-left: 150px;
}

.m-l-150i {
    margin-left: 150px !important;
}

.m-r-0 {
    margin-right: 0px;
}

.m-r-0i {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-5i {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-10i {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-15i {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-20i {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-25i {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-30i {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-35i {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-40i {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-45i {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-50i {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px;
}

.m-r-55i {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px;
}

.m-r-60i {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px;
}

.m-r-65i {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px;
}

.m-r-70i {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px;
}

.m-r-75i {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px;
}

.m-r-80i {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px;
}

.m-r-85i {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px;
}

.m-r-90i {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px;
}

.m-r-95i {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px;
}

.m-r-100i {
    margin-right: 100px !important;
}

.m-r-105 {
    margin-right: 105px;
}

.m-r-105i {
    margin-right: 105px !important;
}

.m-r-110 {
    margin-right: 110px;
}

.m-r-110i {
    margin-right: 110px !important;
}

.m-r-115 {
    margin-right: 115px;
}

.m-r-115i {
    margin-right: 115px !important;
}

.m-r-120 {
    margin-right: 120px;
}

.m-r-120i {
    margin-right: 120px !important;
}

.m-r-125 {
    margin-right: 125px;
}

.m-r-125i {
    margin-right: 125px !important;
}

.m-r-130 {
    margin-right: 130px;
}

.m-r-130i {
    margin-right: 130px !important;
}

.m-r-135 {
    margin-right: 135px;
}

.m-r-135i {
    margin-right: 135px !important;
}

.m-r-140 {
    margin-right: 140px;
}

.m-r-140i {
    margin-right: 140px !important;
}

.m-r-145 {
    margin-right: 145px;
}

.m-r-145i {
    margin-right: 145px !important;
}

.m-r-150 {
    margin-right: 150px;
}

.m-r-150i {
    margin-right: 150px !important;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-0i {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-5i {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-10i {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-15i {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-20i {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-25i {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-30i {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-35i {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-40i {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-45i {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-50i {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px;
}

.p-t-55i {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-60i {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px;
}

.p-t-65i {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-70i {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px;
}

.p-t-75i {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-80i {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px;
}

.p-t-85i {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px;
}

.p-t-90i {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px;
}

.p-t-95i {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-100i {
    padding-top: 100px !important;
}

.p-t-105 {
    padding-top: 105px;
}

.p-t-105i {
    padding-top: 105px !important;
}

.p-t-110 {
    padding-top: 110px;
}

.p-t-110i {
    padding-top: 110px !important;
}

.p-t-115 {
    padding-top: 115px;
}

.p-t-115i {
    padding-top: 115px !important;
}

.p-t-120 {
    padding-top: 120px;
}

.p-t-120i {
    padding-top: 120px !important;
}

.p-t-125 {
    padding-top: 125px;
}

.p-t-125i {
    padding-top: 125px !important;
}

.p-t-130 {
    padding-top: 130px;
}

.p-t-130i {
    padding-top: 130px !important;
}

.p-t-135 {
    padding-top: 135px;
}

.p-t-135i {
    padding-top: 135px !important;
}

.p-t-140 {
    padding-top: 140px;
}

.p-t-140i {
    padding-top: 140px !important;
}

.p-t-145 {
    padding-top: 145px;
}

.p-t-145i {
    padding-top: 145px !important;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-150i {
    padding-top: 150px !important;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-0i {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-5i {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-10i {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-15i {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-20i {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-25i {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-30i {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-35i {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-40i {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-45i {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-50i {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-b-55i {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-60i {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-b-65i {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-70i {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-b-75i {
    padding-bottom: 75px !important;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-80i {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-b-85i {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-b-90i {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-b-95i {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-b-100i {
    padding-bottom: 100px !important;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-b-105i {
    padding-bottom: 105px !important;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-b-110i {
    padding-bottom: 110px !important;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-b-115i {
    padding-bottom: 115px !important;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-b-120i {
    padding-bottom: 120px !important;
}

.p-b-125 {
    padding-bottom: 125px;
}

.p-b-125i {
    padding-bottom: 125px !important;
}

.p-b-130 {
    padding-bottom: 130px;
}

.p-b-130i {
    padding-bottom: 130px !important;
}

.p-b-135 {
    padding-bottom: 135px;
}

.p-b-135i {
    padding-bottom: 135px !important;
}

.p-b-140 {
    padding-bottom: 140px;
}

.p-b-140i {
    padding-bottom: 140px !important;
}

.p-b-145 {
    padding-bottom: 145px;
}

.p-b-145i {
    padding-bottom: 145px !important;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-b-150i {
    padding-bottom: 150px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-0i {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-5i {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-10i {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-15i {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-20i {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-25i {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-30i {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-35i {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-40i {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-45i {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-50i {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px;
}

.p-l-55i {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px;
}

.p-l-60i {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px;
}

.p-l-65i {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px;
}

.p-l-70i {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px;
}

.p-l-75i {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px;
}

.p-l-80i {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px;
}

.p-l-85i {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px;
}

.p-l-90i {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px;
}

.p-l-95i {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px;
}

.p-l-100i {
    padding-left: 100px !important;
}

.p-l-105 {
    padding-left: 105px;
}

.p-l-105i {
    padding-left: 105px !important;
}

.p-l-110 {
    padding-left: 110px;
}

.p-l-110i {
    padding-left: 110px !important;
}

.p-l-115 {
    padding-left: 115px;
}

.p-l-115i {
    padding-left: 115px !important;
}

.p-l-120 {
    padding-left: 120px;
}

.p-l-120i {
    padding-left: 120px !important;
}

.p-l-125 {
    padding-left: 125px;
}

.p-l-125i {
    padding-left: 125px !important;
}

.p-l-130 {
    padding-left: 130px;
}

.p-l-130i {
    padding-left: 130px !important;
}

.p-l-135 {
    padding-left: 135px;
}

.p-l-135i {
    padding-left: 135px !important;
}

.p-l-140 {
    padding-left: 140px;
}

.p-l-140i {
    padding-left: 140px !important;
}

.p-l-145 {
    padding-left: 145px;
}

.p-l-145i {
    padding-left: 145px !important;
}

.p-l-150 {
    padding-left: 150px;
}

.p-l-150i {
    padding-left: 150px !important;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-0i {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-5i {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-10i {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-15i {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-20i {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-25i {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-30i {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-35i {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-40i {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-45i {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-50i {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px;
}

.p-r-55i {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px;
}

.p-r-60i {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px;
}

.p-r-65i {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px;
}

.p-r-70i {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px;
}

.p-r-75i {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px;
}

.p-r-80i {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px;
}

.p-r-85i {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px;
}

.p-r-90i {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px;
}

.p-r-95i {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px;
}

.p-r-100i {
    padding-right: 100px !important;
}

.p-r-105 {
    padding-right: 105px;
}

.p-r-105i {
    padding-right: 105px !important;
}

.p-r-110 {
    padding-right: 110px;
}

.p-r-110i {
    padding-right: 110px !important;
}

.p-r-115 {
    padding-right: 115px;
}

.p-r-115i {
    padding-right: 115px !important;
}

.p-r-120 {
    padding-right: 120px;
}

.p-r-120i {
    padding-right: 120px !important;
}

.p-r-125 {
    padding-right: 125px;
}

.p-r-125i {
    padding-right: 125px !important;
}

.p-r-130 {
    padding-right: 130px;
}

.p-r-130i {
    padding-right: 130px !important;
}

.p-r-135 {
    padding-right: 135px;
}

.p-r-135i {
    padding-right: 135px !important;
}

.p-r-140 {
    padding-right: 140px;
}

.p-r-140i {
    padding-right: 140px !important;
}

.p-r-145 {
    padding-right: 145px;
}

.p-r-145i {
    padding-right: 145px !important;
}

.p-r-150 {
    padding-right: 150px;
}

.p-r-150i {
    padding-right: 150px !important;
}

.f-s-0 {
    font-size: 0px;
}

.f-s-0i {
    font-size: 0px !important;
}

.f-s-2 {
    font-size: 2px;
}

.f-s-2i {
    font-size: 2px !important;
}

.f-s-4 {
    font-size: 4px;
}

.f-s-4i {
    font-size: 4px !important;
}

.f-s-6 {
    font-size: 6px;
}

.f-s-6i {
    font-size: 6px !important;
}

.f-s-8 {
    font-size: 8px;
}

.f-s-8i {
    font-size: 8px !important;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-10i {
    font-size: 10px !important;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-12i {
    font-size: 12px !important;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-14i {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-16i {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-18i {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-20i {
    font-size: 20px !important;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-22i {
    font-size: 22px !important;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-24i {
    font-size: 24px !important;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-26i {
    font-size: 26px !important;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-28i {
    font-size: 28px !important;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-30i {
    font-size: 30px !important;
}

.f-s-32 {
    font-size: 32px;
}

.f-s-32i {
    font-size: 32px !important;
}

.f-s-34 {
    font-size: 34px;
}

.f-s-34i {
    font-size: 34px !important;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-36i {
    font-size: 36px !important;
}

.f-s-38 {
    font-size: 38px;
}

.f-s-38i {
    font-size: 38px !important;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-40i {
    font-size: 40px !important;
}

.f-s-42 {
    font-size: 42px;
}

.f-s-42i {
    font-size: 42px !important;
}

.f-s-44 {
    font-size: 44px;
}

.f-s-44i {
    font-size: 44px !important;
}

.f-s-46 {
    font-size: 46px;
}

.f-s-46i {
    font-size: 46px !important;
}

.f-s-48 {
    font-size: 48px;
}

.f-s-48i {
    font-size: 48px !important;
}

.f-s-50 {
    font-size: 50px;
}

.f-s-50i {
    font-size: 50px !important;
}

.f-s-52 {
    font-size: 52px;
}

.f-s-52i {
    font-size: 52px !important;
}

.f-s-54 {
    font-size: 54px;
}

.f-s-54i {
    font-size: 54px !important;
}

.f-s-56 {
    font-size: 56px;
}

.f-s-56i {
    font-size: 56px !important;
}

.f-s-58 {
    font-size: 58px;
}

.f-s-58i {
    font-size: 58px !important;
}

.f-s-60 {
    font-size: 60px;
}

.f-s-60i {
    font-size: 60px !important;
}

.f-s-62 {
    font-size: 62px;
}

.f-s-62i {
    font-size: 62px !important;
}

.f-s-64 {
    font-size: 64px;
}

.f-s-64i {
    font-size: 64px !important;
}

.f-s-66 {
    font-size: 66px;
}

.f-s-66i {
    font-size: 66px !important;
}

.f-s-68 {
    font-size: 68px;
}

.f-s-68i {
    font-size: 68px !important;
}

.f-s-70 {
    font-size: 70px;
}

.f-s-70i {
    font-size: 70px !important;
}

.f-s-72 {
    font-size: 72px;
}

.f-s-72i {
    font-size: 72px !important;
}

.f-s-74 {
    font-size: 74px;
}

.f-s-74i {
    font-size: 74px !important;
}

.f-s-76 {
    font-size: 76px;
}

.f-s-76i {
    font-size: 76px !important;
}

.f-s-78 {
    font-size: 78px;
}

.f-s-78i {
    font-size: 78px !important;
}

.f-s-80 {
    font-size: 80px;
}

.f-s-80i {
    font-size: 80px !important;
}

.f-s-82 {
    font-size: 82px;
}

.f-s-82i {
    font-size: 82px !important;
}

.f-s-84 {
    font-size: 84px;
}

.f-s-84i {
    font-size: 84px !important;
}

.f-s-86 {
    font-size: 86px;
}

.f-s-86i {
    font-size: 86px !important;
}

.f-s-88 {
    font-size: 88px;
}

.f-s-88i {
    font-size: 88px !important;
}

.f-s-90 {
    font-size: 90px;
}

.f-s-90i {
    font-size: 90px !important;
}

.f-s-92 {
    font-size: 92px;
}

.f-s-92i {
    font-size: 92px !important;
}

.f-s-94 {
    font-size: 94px;
}

.f-s-94i {
    font-size: 94px !important;
}

.f-s-96 {
    font-size: 96px;
}

.f-s-96i {
    font-size: 96px !important;
}

.f-s-98 {
    font-size: 98px;
}

.f-s-98i {
    font-size: 98px !important;
}

.f-s-100 {
    font-size: 100px;
}

.f-s-100i {
    font-size: 100px !important;
}

@media (max-width: 991.98px) {
    .md-m-t-0 {
        margin-top: 0px;
    }

    .md-m-t-0i {
        margin-top: 0px !important;
    }

    .md-m-t-5 {
        margin-top: 5px;
    }

    .md-m-t-5i {
        margin-top: 5px !important;
    }

    .md-m-t-10 {
        margin-top: 10px;
    }

    .md-m-t-10i {
        margin-top: 10px !important;
    }

    .md-m-t-15 {
        margin-top: 15px;
    }

    .md-m-t-15i {
        margin-top: 15px !important;
    }

    .md-m-t-20 {
        margin-top: 20px;
    }

    .md-m-t-20i {
        margin-top: 20px !important;
    }

    .md-m-t-25 {
        margin-top: 25px;
    }

    .md-m-t-25i {
        margin-top: 25px !important;
    }

    .md-m-t-30 {
        margin-top: 30px;
    }

    .md-m-t-30i {
        margin-top: 30px !important;
    }

    .md-m-t-35 {
        margin-top: 35px;
    }

    .md-m-t-35i {
        margin-top: 35px !important;
    }

    .md-m-t-40 {
        margin-top: 40px;
    }

    .md-m-t-40i {
        margin-top: 40px !important;
    }

    .md-m-t-45 {
        margin-top: 45px;
    }

    .md-m-t-45i {
        margin-top: 45px !important;
    }

    .md-m-t-50 {
        margin-top: 50px;
    }

    .md-m-t-50i {
        margin-top: 50px !important;
    }

    .md-m-t-55 {
        margin-top: 55px;
    }

    .md-m-t-55i {
        margin-top: 55px !important;
    }

    .md-m-t-60 {
        margin-top: 60px;
    }

    .md-m-t-60i {
        margin-top: 60px !important;
    }

    .md-m-t-65 {
        margin-top: 65px;
    }

    .md-m-t-65i {
        margin-top: 65px !important;
    }

    .md-m-t-70 {
        margin-top: 70px;
    }

    .md-m-t-70i {
        margin-top: 70px !important;
    }

    .md-m-t-75 {
        margin-top: 75px;
    }

    .md-m-t-75i {
        margin-top: 75px !important;
    }

    .md-m-t-80 {
        margin-top: 80px;
    }

    .md-m-t-80i {
        margin-top: 80px !important;
    }

    .md-m-t-85 {
        margin-top: 85px;
    }

    .md-m-t-85i {
        margin-top: 85px !important;
    }

    .md-m-t-90 {
        margin-top: 90px;
    }

    .md-m-t-90i {
        margin-top: 90px !important;
    }

    .md-m-t-95 {
        margin-top: 95px;
    }

    .md-m-t-95i {
        margin-top: 95px !important;
    }

    .md-m-t-100 {
        margin-top: 100px;
    }

    .md-m-t-100i {
        margin-top: 100px !important;
    }

    .md-m-t-105 {
        margin-top: 105px;
    }

    .md-m-t-105i {
        margin-top: 105px !important;
    }

    .md-m-t-110 {
        margin-top: 110px;
    }

    .md-m-t-110i {
        margin-top: 110px !important;
    }

    .md-m-t-115 {
        margin-top: 115px;
    }

    .md-m-t-115i {
        margin-top: 115px !important;
    }

    .md-m-t-120 {
        margin-top: 120px;
    }

    .md-m-t-120i {
        margin-top: 120px !important;
    }

    .md-m-t-125 {
        margin-top: 125px;
    }

    .md-m-t-125i {
        margin-top: 125px !important;
    }

    .md-m-t-130 {
        margin-top: 130px;
    }

    .md-m-t-130i {
        margin-top: 130px !important;
    }

    .md-m-t-135 {
        margin-top: 135px;
    }

    .md-m-t-135i {
        margin-top: 135px !important;
    }

    .md-m-t-140 {
        margin-top: 140px;
    }

    .md-m-t-140i {
        margin-top: 140px !important;
    }

    .md-m-t-145 {
        margin-top: 145px;
    }

    .md-m-t-145i {
        margin-top: 145px !important;
    }

    .md-m-t-150 {
        margin-top: 150px;
    }

    .md-m-t-150i {
        margin-top: 150px !important;
    }

    .md-m-b-0 {
        margin-bottom: 0px;
    }

    .md-m-b-0i {
        margin-bottom: 0px !important;
    }

    .md-m-b-5 {
        margin-bottom: 5px;
    }

    .md-m-b-5i {
        margin-bottom: 5px !important;
    }

    .md-m-b-10 {
        margin-bottom: 10px;
    }

    .md-m-b-10i {
        margin-bottom: 10px !important;
    }

    .md-m-b-15 {
        margin-bottom: 15px;
    }

    .md-m-b-15i {
        margin-bottom: 15px !important;
    }

    .md-m-b-20 {
        margin-bottom: 20px;
    }

    .md-m-b-20i {
        margin-bottom: 20px !important;
    }

    .md-m-b-25 {
        margin-bottom: 25px;
    }

    .md-m-b-25i {
        margin-bottom: 25px !important;
    }

    .md-m-b-30 {
        margin-bottom: 30px;
    }

    .md-m-b-30i {
        margin-bottom: 30px !important;
    }

    .md-m-b-35 {
        margin-bottom: 35px;
    }

    .md-m-b-35i {
        margin-bottom: 35px !important;
    }

    .md-m-b-40 {
        margin-bottom: 40px;
    }

    .md-m-b-40i {
        margin-bottom: 40px !important;
    }

    .md-m-b-45 {
        margin-bottom: 45px;
    }

    .md-m-b-45i {
        margin-bottom: 45px !important;
    }

    .md-m-b-50 {
        margin-bottom: 50px;
    }

    .md-m-b-50i {
        margin-bottom: 50px !important;
    }

    .md-m-b-55 {
        margin-bottom: 55px;
    }

    .md-m-b-55i {
        margin-bottom: 55px !important;
    }

    .md-m-b-60 {
        margin-bottom: 60px;
    }

    .md-m-b-60i {
        margin-bottom: 60px !important;
    }

    .md-m-b-65 {
        margin-bottom: 65px;
    }

    .md-m-b-65i {
        margin-bottom: 65px !important;
    }

    .md-m-b-70 {
        margin-bottom: 70px;
    }

    .md-m-b-70i {
        margin-bottom: 70px !important;
    }

    .md-m-b-75 {
        margin-bottom: 75px;
    }

    .md-m-b-75i {
        margin-bottom: 75px !important;
    }

    .md-m-b-80 {
        margin-bottom: 80px;
    }

    .md-m-b-80i {
        margin-bottom: 80px !important;
    }

    .md-m-b-85 {
        margin-bottom: 85px;
    }

    .md-m-b-85i {
        margin-bottom: 85px !important;
    }

    .md-m-b-90 {
        margin-bottom: 90px;
    }

    .md-m-b-90i {
        margin-bottom: 90px !important;
    }

    .md-m-b-95 {
        margin-bottom: 95px;
    }

    .md-m-b-95i {
        margin-bottom: 95px !important;
    }

    .md-m-b-100 {
        margin-bottom: 100px;
    }

    .md-m-b-100i {
        margin-bottom: 100px !important;
    }

    .md-m-b-105 {
        margin-bottom: 105px;
    }

    .md-m-b-105i {
        margin-bottom: 105px !important;
    }

    .md-m-b-110 {
        margin-bottom: 110px;
    }

    .md-m-b-110i {
        margin-bottom: 110px !important;
    }

    .md-m-b-115 {
        margin-bottom: 115px;
    }

    .md-m-b-115i {
        margin-bottom: 115px !important;
    }

    .md-m-b-120 {
        margin-bottom: 120px;
    }

    .md-m-b-120i {
        margin-bottom: 120px !important;
    }

    .md-m-b-125 {
        margin-bottom: 125px;
    }

    .md-m-b-125i {
        margin-bottom: 125px !important;
    }

    .md-m-b-130 {
        margin-bottom: 130px;
    }

    .md-m-b-130i {
        margin-bottom: 130px !important;
    }

    .md-m-b-135 {
        margin-bottom: 135px;
    }

    .md-m-b-135i {
        margin-bottom: 135px !important;
    }

    .md-m-b-140 {
        margin-bottom: 140px;
    }

    .md-m-b-140i {
        margin-bottom: 140px !important;
    }

    .md-m-b-145 {
        margin-bottom: 145px;
    }

    .md-m-b-145i {
        margin-bottom: 145px !important;
    }

    .md-m-b-150 {
        margin-bottom: 150px;
    }

    .md-m-b-150i {
        margin-bottom: 150px !important;
    }

    .md-m-l-0 {
        margin-left: 0px;
    }

    .md-m-l-0i {
        margin-left: 0px !important;
    }

    .md-m-l-5 {
        margin-left: 5px;
    }

    .md-m-l-5i {
        margin-left: 5px !important;
    }

    .md-m-l-10 {
        margin-left: 10px;
    }

    .md-m-l-10i {
        margin-left: 10px !important;
    }

    .md-m-l-15 {
        margin-left: 15px;
    }

    .md-m-l-15i {
        margin-left: 15px !important;
    }

    .md-m-l-20 {
        margin-left: 20px;
    }

    .md-m-l-20i {
        margin-left: 20px !important;
    }

    .md-m-l-25 {
        margin-left: 25px;
    }

    .md-m-l-25i {
        margin-left: 25px !important;
    }

    .md-m-l-30 {
        margin-left: 30px;
    }

    .md-m-l-30i {
        margin-left: 30px !important;
    }

    .md-m-l-35 {
        margin-left: 35px;
    }

    .md-m-l-35i {
        margin-left: 35px !important;
    }

    .md-m-l-40 {
        margin-left: 40px;
    }

    .md-m-l-40i {
        margin-left: 40px !important;
    }

    .md-m-l-45 {
        margin-left: 45px;
    }

    .md-m-l-45i {
        margin-left: 45px !important;
    }

    .md-m-l-50 {
        margin-left: 50px;
    }

    .md-m-l-50i {
        margin-left: 50px !important;
    }

    .md-m-l-55 {
        margin-left: 55px;
    }

    .md-m-l-55i {
        margin-left: 55px !important;
    }

    .md-m-l-60 {
        margin-left: 60px;
    }

    .md-m-l-60i {
        margin-left: 60px !important;
    }

    .md-m-l-65 {
        margin-left: 65px;
    }

    .md-m-l-65i {
        margin-left: 65px !important;
    }

    .md-m-l-70 {
        margin-left: 70px;
    }

    .md-m-l-70i {
        margin-left: 70px !important;
    }

    .md-m-l-75 {
        margin-left: 75px;
    }

    .md-m-l-75i {
        margin-left: 75px !important;
    }

    .md-m-l-80 {
        margin-left: 80px;
    }

    .md-m-l-80i {
        margin-left: 80px !important;
    }

    .md-m-l-85 {
        margin-left: 85px;
    }

    .md-m-l-85i {
        margin-left: 85px !important;
    }

    .md-m-l-90 {
        margin-left: 90px;
    }

    .md-m-l-90i {
        margin-left: 90px !important;
    }

    .md-m-l-95 {
        margin-left: 95px;
    }

    .md-m-l-95i {
        margin-left: 95px !important;
    }

    .md-m-l-100 {
        margin-left: 100px;
    }

    .md-m-l-100i {
        margin-left: 100px !important;
    }

    .md-m-l-105 {
        margin-left: 105px;
    }

    .md-m-l-105i {
        margin-left: 105px !important;
    }

    .md-m-l-110 {
        margin-left: 110px;
    }

    .md-m-l-110i {
        margin-left: 110px !important;
    }

    .md-m-l-115 {
        margin-left: 115px;
    }

    .md-m-l-115i {
        margin-left: 115px !important;
    }

    .md-m-l-120 {
        margin-left: 120px;
    }

    .md-m-l-120i {
        margin-left: 120px !important;
    }

    .md-m-l-125 {
        margin-left: 125px;
    }

    .md-m-l-125i {
        margin-left: 125px !important;
    }

    .md-m-l-130 {
        margin-left: 130px;
    }

    .md-m-l-130i {
        margin-left: 130px !important;
    }

    .md-m-l-135 {
        margin-left: 135px;
    }

    .md-m-l-135i {
        margin-left: 135px !important;
    }

    .md-m-l-140 {
        margin-left: 140px;
    }

    .md-m-l-140i {
        margin-left: 140px !important;
    }

    .md-m-l-145 {
        margin-left: 145px;
    }

    .md-m-l-145i {
        margin-left: 145px !important;
    }

    .md-m-l-150 {
        margin-left: 150px;
    }

    .md-m-l-150i {
        margin-left: 150px !important;
    }

    .md-m-r-0 {
        margin-right: 0px;
    }

    .md-m-r-0i {
        margin-right: 0px !important;
    }

    .md-m-r-5 {
        margin-right: 5px;
    }

    .md-m-r-5i {
        margin-right: 5px !important;
    }

    .md-m-r-10 {
        margin-right: 10px;
    }

    .md-m-r-10i {
        margin-right: 10px !important;
    }

    .md-m-r-15 {
        margin-right: 15px;
    }

    .md-m-r-15i {
        margin-right: 15px !important;
    }

    .md-m-r-20 {
        margin-right: 20px;
    }

    .md-m-r-20i {
        margin-right: 20px !important;
    }

    .md-m-r-25 {
        margin-right: 25px;
    }

    .md-m-r-25i {
        margin-right: 25px !important;
    }

    .md-m-r-30 {
        margin-right: 30px;
    }

    .md-m-r-30i {
        margin-right: 30px !important;
    }

    .md-m-r-35 {
        margin-right: 35px;
    }

    .md-m-r-35i {
        margin-right: 35px !important;
    }

    .md-m-r-40 {
        margin-right: 40px;
    }

    .md-m-r-40i {
        margin-right: 40px !important;
    }

    .md-m-r-45 {
        margin-right: 45px;
    }

    .md-m-r-45i {
        margin-right: 45px !important;
    }

    .md-m-r-50 {
        margin-right: 50px;
    }

    .md-m-r-50i {
        margin-right: 50px !important;
    }

    .md-m-r-55 {
        margin-right: 55px;
    }

    .md-m-r-55i {
        margin-right: 55px !important;
    }

    .md-m-r-60 {
        margin-right: 60px;
    }

    .md-m-r-60i {
        margin-right: 60px !important;
    }

    .md-m-r-65 {
        margin-right: 65px;
    }

    .md-m-r-65i {
        margin-right: 65px !important;
    }

    .md-m-r-70 {
        margin-right: 70px;
    }

    .md-m-r-70i {
        margin-right: 70px !important;
    }

    .md-m-r-75 {
        margin-right: 75px;
    }

    .md-m-r-75i {
        margin-right: 75px !important;
    }

    .md-m-r-80 {
        margin-right: 80px;
    }

    .md-m-r-80i {
        margin-right: 80px !important;
    }

    .md-m-r-85 {
        margin-right: 85px;
    }

    .md-m-r-85i {
        margin-right: 85px !important;
    }

    .md-m-r-90 {
        margin-right: 90px;
    }

    .md-m-r-90i {
        margin-right: 90px !important;
    }

    .md-m-r-95 {
        margin-right: 95px;
    }

    .md-m-r-95i {
        margin-right: 95px !important;
    }

    .md-m-r-100 {
        margin-right: 100px;
    }

    .md-m-r-100i {
        margin-right: 100px !important;
    }

    .md-m-r-105 {
        margin-right: 105px;
    }

    .md-m-r-105i {
        margin-right: 105px !important;
    }

    .md-m-r-110 {
        margin-right: 110px;
    }

    .md-m-r-110i {
        margin-right: 110px !important;
    }

    .md-m-r-115 {
        margin-right: 115px;
    }

    .md-m-r-115i {
        margin-right: 115px !important;
    }

    .md-m-r-120 {
        margin-right: 120px;
    }

    .md-m-r-120i {
        margin-right: 120px !important;
    }

    .md-m-r-125 {
        margin-right: 125px;
    }

    .md-m-r-125i {
        margin-right: 125px !important;
    }

    .md-m-r-130 {
        margin-right: 130px;
    }

    .md-m-r-130i {
        margin-right: 130px !important;
    }

    .md-m-r-135 {
        margin-right: 135px;
    }

    .md-m-r-135i {
        margin-right: 135px !important;
    }

    .md-m-r-140 {
        margin-right: 140px;
    }

    .md-m-r-140i {
        margin-right: 140px !important;
    }

    .md-m-r-145 {
        margin-right: 145px;
    }

    .md-m-r-145i {
        margin-right: 145px !important;
    }

    .md-m-r-150 {
        margin-right: 150px;
    }

    .md-m-r-150i {
        margin-right: 150px !important;
    }

    .md-p-t-0 {
        padding-top: 0px;
    }

    .md-p-t-0i {
        padding-top: 0px !important;
    }

    .md-p-t-5 {
        padding-top: 5px;
    }

    .md-p-t-5i {
        padding-top: 5px !important;
    }

    .md-p-t-10 {
        padding-top: 10px;
    }

    .md-p-t-10i {
        padding-top: 10px !important;
    }

    .md-p-t-15 {
        padding-top: 15px;
    }

    .md-p-t-15i {
        padding-top: 15px !important;
    }

    .md-p-t-20 {
        padding-top: 20px;
    }

    .md-p-t-20i {
        padding-top: 20px !important;
    }

    .md-p-t-25 {
        padding-top: 25px;
    }

    .md-p-t-25i {
        padding-top: 25px !important;
    }

    .md-p-t-30 {
        padding-top: 30px;
    }

    .md-p-t-30i {
        padding-top: 30px !important;
    }

    .md-p-t-35 {
        padding-top: 35px;
    }

    .md-p-t-35i {
        padding-top: 35px !important;
    }

    .md-p-t-40 {
        padding-top: 40px;
    }

    .md-p-t-40i {
        padding-top: 40px !important;
    }

    .md-p-t-45 {
        padding-top: 45px;
    }

    .md-p-t-45i {
        padding-top: 45px !important;
    }

    .md-p-t-50 {
        padding-top: 50px;
    }

    .md-p-t-50i {
        padding-top: 50px !important;
    }

    .md-p-t-55 {
        padding-top: 55px;
    }

    .md-p-t-55i {
        padding-top: 55px !important;
    }

    .md-p-t-60 {
        padding-top: 60px;
    }

    .md-p-t-60i {
        padding-top: 60px !important;
    }

    .md-p-t-65 {
        padding-top: 65px;
    }

    .md-p-t-65i {
        padding-top: 65px !important;
    }

    .md-p-t-70 {
        padding-top: 70px;
    }

    .md-p-t-70i {
        padding-top: 70px !important;
    }

    .md-p-t-75 {
        padding-top: 75px;
    }

    .md-p-t-75i {
        padding-top: 75px !important;
    }

    .md-p-t-80 {
        padding-top: 80px;
    }

    .md-p-t-80i {
        padding-top: 80px !important;
    }

    .md-p-t-85 {
        padding-top: 85px;
    }

    .md-p-t-85i {
        padding-top: 85px !important;
    }

    .md-p-t-90 {
        padding-top: 90px;
    }

    .md-p-t-90i {
        padding-top: 90px !important;
    }

    .md-p-t-95 {
        padding-top: 95px;
    }

    .md-p-t-95i {
        padding-top: 95px !important;
    }

    .md-p-t-100 {
        padding-top: 100px;
    }

    .md-p-t-100i {
        padding-top: 100px !important;
    }

    .md-p-t-105 {
        padding-top: 105px;
    }

    .md-p-t-105i {
        padding-top: 105px !important;
    }

    .md-p-t-110 {
        padding-top: 110px;
    }

    .md-p-t-110i {
        padding-top: 110px !important;
    }

    .md-p-t-115 {
        padding-top: 115px;
    }

    .md-p-t-115i {
        padding-top: 115px !important;
    }

    .md-p-t-120 {
        padding-top: 120px;
    }

    .md-p-t-120i {
        padding-top: 120px !important;
    }

    .md-p-t-125 {
        padding-top: 125px;
    }

    .md-p-t-125i {
        padding-top: 125px !important;
    }

    .md-p-t-130 {
        padding-top: 130px;
    }

    .md-p-t-130i {
        padding-top: 130px !important;
    }

    .md-p-t-135 {
        padding-top: 135px;
    }

    .md-p-t-135i {
        padding-top: 135px !important;
    }

    .md-p-t-140 {
        padding-top: 140px;
    }

    .md-p-t-140i {
        padding-top: 140px !important;
    }

    .md-p-t-145 {
        padding-top: 145px;
    }

    .md-p-t-145i {
        padding-top: 145px !important;
    }

    .md-p-t-150 {
        padding-top: 150px;
    }

    .md-p-t-150i {
        padding-top: 150px !important;
    }

    .md-p-b-0 {
        padding-bottom: 0px;
    }

    .md-p-b-0i {
        padding-bottom: 0px !important;
    }

    .md-p-b-5 {
        padding-bottom: 5px;
    }

    .md-p-b-5i {
        padding-bottom: 5px !important;
    }

    .md-p-b-10 {
        padding-bottom: 10px;
    }

    .md-p-b-10i {
        padding-bottom: 10px !important;
    }

    .md-p-b-15 {
        padding-bottom: 15px;
    }

    .md-p-b-15i {
        padding-bottom: 15px !important;
    }

    .md-p-b-20 {
        padding-bottom: 20px;
    }

    .md-p-b-20i {
        padding-bottom: 20px !important;
    }

    .md-p-b-25 {
        padding-bottom: 25px;
    }

    .md-p-b-25i {
        padding-bottom: 25px !important;
    }

    .md-p-b-30 {
        padding-bottom: 30px;
    }

    .md-p-b-30i {
        padding-bottom: 30px !important;
    }

    .md-p-b-35 {
        padding-bottom: 35px;
    }

    .md-p-b-35i {
        padding-bottom: 35px !important;
    }

    .md-p-b-40 {
        padding-bottom: 40px;
    }

    .md-p-b-40i {
        padding-bottom: 40px !important;
    }

    .md-p-b-45 {
        padding-bottom: 45px;
    }

    .md-p-b-45i {
        padding-bottom: 45px !important;
    }

    .md-p-b-50 {
        padding-bottom: 50px;
    }

    .md-p-b-50i {
        padding-bottom: 50px !important;
    }

    .md-p-b-55 {
        padding-bottom: 55px;
    }

    .md-p-b-55i {
        padding-bottom: 55px !important;
    }

    .md-p-b-60 {
        padding-bottom: 60px;
    }

    .md-p-b-60i {
        padding-bottom: 60px !important;
    }

    .md-p-b-65 {
        padding-bottom: 65px;
    }

    .md-p-b-65i {
        padding-bottom: 65px !important;
    }

    .md-p-b-70 {
        padding-bottom: 70px;
    }

    .md-p-b-70i {
        padding-bottom: 70px !important;
    }

    .md-p-b-75 {
        padding-bottom: 75px;
    }

    .md-p-b-75i {
        padding-bottom: 75px !important;
    }

    .md-p-b-80 {
        padding-bottom: 80px;
    }

    .md-p-b-80i {
        padding-bottom: 80px !important;
    }

    .md-p-b-85 {
        padding-bottom: 85px;
    }

    .md-p-b-85i {
        padding-bottom: 85px !important;
    }

    .md-p-b-90 {
        padding-bottom: 90px;
    }

    .md-p-b-90i {
        padding-bottom: 90px !important;
    }

    .md-p-b-95 {
        padding-bottom: 95px;
    }

    .md-p-b-95i {
        padding-bottom: 95px !important;
    }

    .md-p-b-100 {
        padding-bottom: 100px;
    }

    .md-p-b-100i {
        padding-bottom: 100px !important;
    }

    .md-p-b-105 {
        padding-bottom: 105px;
    }

    .md-p-b-105i {
        padding-bottom: 105px !important;
    }

    .md-p-b-110 {
        padding-bottom: 110px;
    }

    .md-p-b-110i {
        padding-bottom: 110px !important;
    }

    .md-p-b-115 {
        padding-bottom: 115px;
    }

    .md-p-b-115i {
        padding-bottom: 115px !important;
    }

    .md-p-b-120 {
        padding-bottom: 120px;
    }

    .md-p-b-120i {
        padding-bottom: 120px !important;
    }

    .md-p-b-125 {
        padding-bottom: 125px;
    }

    .md-p-b-125i {
        padding-bottom: 125px !important;
    }

    .md-p-b-130 {
        padding-bottom: 130px;
    }

    .md-p-b-130i {
        padding-bottom: 130px !important;
    }

    .md-p-b-135 {
        padding-bottom: 135px;
    }

    .md-p-b-135i {
        padding-bottom: 135px !important;
    }

    .md-p-b-140 {
        padding-bottom: 140px;
    }

    .md-p-b-140i {
        padding-bottom: 140px !important;
    }

    .md-p-b-145 {
        padding-bottom: 145px;
    }

    .md-p-b-145i {
        padding-bottom: 145px !important;
    }

    .md-p-b-150 {
        padding-bottom: 150px;
    }

    .md-p-b-150i {
        padding-bottom: 150px !important;
    }

    .md-p-l-0 {
        padding-left: 0px;
    }

    .md-p-l-0i {
        padding-left: 0px !important;
    }

    .md-p-l-5 {
        padding-left: 5px;
    }

    .md-p-l-5i {
        padding-left: 5px !important;
    }

    .md-p-l-10 {
        padding-left: 10px;
    }

    .md-p-l-10i {
        padding-left: 10px !important;
    }

    .md-p-l-15 {
        padding-left: 15px;
    }

    .md-p-l-15i {
        padding-left: 15px !important;
    }

    .md-p-l-20 {
        padding-left: 20px;
    }

    .md-p-l-20i {
        padding-left: 20px !important;
    }

    .md-p-l-25 {
        padding-left: 25px;
    }

    .md-p-l-25i {
        padding-left: 25px !important;
    }

    .md-p-l-30 {
        padding-left: 30px;
    }

    .md-p-l-30i {
        padding-left: 30px !important;
    }

    .md-p-l-35 {
        padding-left: 35px;
    }

    .md-p-l-35i {
        padding-left: 35px !important;
    }

    .md-p-l-40 {
        padding-left: 40px;
    }

    .md-p-l-40i {
        padding-left: 40px !important;
    }

    .md-p-l-45 {
        padding-left: 45px;
    }

    .md-p-l-45i {
        padding-left: 45px !important;
    }

    .md-p-l-50 {
        padding-left: 50px;
    }

    .md-p-l-50i {
        padding-left: 50px !important;
    }

    .md-p-l-55 {
        padding-left: 55px;
    }

    .md-p-l-55i {
        padding-left: 55px !important;
    }

    .md-p-l-60 {
        padding-left: 60px;
    }

    .md-p-l-60i {
        padding-left: 60px !important;
    }

    .md-p-l-65 {
        padding-left: 65px;
    }

    .md-p-l-65i {
        padding-left: 65px !important;
    }

    .md-p-l-70 {
        padding-left: 70px;
    }

    .md-p-l-70i {
        padding-left: 70px !important;
    }

    .md-p-l-75 {
        padding-left: 75px;
    }

    .md-p-l-75i {
        padding-left: 75px !important;
    }

    .md-p-l-80 {
        padding-left: 80px;
    }

    .md-p-l-80i {
        padding-left: 80px !important;
    }

    .md-p-l-85 {
        padding-left: 85px;
    }

    .md-p-l-85i {
        padding-left: 85px !important;
    }

    .md-p-l-90 {
        padding-left: 90px;
    }

    .md-p-l-90i {
        padding-left: 90px !important;
    }

    .md-p-l-95 {
        padding-left: 95px;
    }

    .md-p-l-95i {
        padding-left: 95px !important;
    }

    .md-p-l-100 {
        padding-left: 100px;
    }

    .md-p-l-100i {
        padding-left: 100px !important;
    }

    .md-p-l-105 {
        padding-left: 105px;
    }

    .md-p-l-105i {
        padding-left: 105px !important;
    }

    .md-p-l-110 {
        padding-left: 110px;
    }

    .md-p-l-110i {
        padding-left: 110px !important;
    }

    .md-p-l-115 {
        padding-left: 115px;
    }

    .md-p-l-115i {
        padding-left: 115px !important;
    }

    .md-p-l-120 {
        padding-left: 120px;
    }

    .md-p-l-120i {
        padding-left: 120px !important;
    }

    .md-p-l-125 {
        padding-left: 125px;
    }

    .md-p-l-125i {
        padding-left: 125px !important;
    }

    .md-p-l-130 {
        padding-left: 130px;
    }

    .md-p-l-130i {
        padding-left: 130px !important;
    }

    .md-p-l-135 {
        padding-left: 135px;
    }

    .md-p-l-135i {
        padding-left: 135px !important;
    }

    .md-p-l-140 {
        padding-left: 140px;
    }

    .md-p-l-140i {
        padding-left: 140px !important;
    }

    .md-p-l-145 {
        padding-left: 145px;
    }

    .md-p-l-145i {
        padding-left: 145px !important;
    }

    .md-p-l-150 {
        padding-left: 150px;
    }

    .md-p-l-150i {
        padding-left: 150px !important;
    }

    .md-p-r-0 {
        padding-right: 0px;
    }

    .md-p-r-0i {
        padding-right: 0px !important;
    }

    .md-p-r-5 {
        padding-right: 5px;
    }

    .md-p-r-5i {
        padding-right: 5px !important;
    }

    .md-p-r-10 {
        padding-right: 10px;
    }

    .md-p-r-10i {
        padding-right: 10px !important;
    }

    .md-p-r-15 {
        padding-right: 15px;
    }

    .md-p-r-15i {
        padding-right: 15px !important;
    }

    .md-p-r-20 {
        padding-right: 20px;
    }

    .md-p-r-20i {
        padding-right: 20px !important;
    }

    .md-p-r-25 {
        padding-right: 25px;
    }

    .md-p-r-25i {
        padding-right: 25px !important;
    }

    .md-p-r-30 {
        padding-right: 30px;
    }

    .md-p-r-30i {
        padding-right: 30px !important;
    }

    .md-p-r-35 {
        padding-right: 35px;
    }

    .md-p-r-35i {
        padding-right: 35px !important;
    }

    .md-p-r-40 {
        padding-right: 40px;
    }

    .md-p-r-40i {
        padding-right: 40px !important;
    }

    .md-p-r-45 {
        padding-right: 45px;
    }

    .md-p-r-45i {
        padding-right: 45px !important;
    }

    .md-p-r-50 {
        padding-right: 50px;
    }

    .md-p-r-50i {
        padding-right: 50px !important;
    }

    .md-p-r-55 {
        padding-right: 55px;
    }

    .md-p-r-55i {
        padding-right: 55px !important;
    }

    .md-p-r-60 {
        padding-right: 60px;
    }

    .md-p-r-60i {
        padding-right: 60px !important;
    }

    .md-p-r-65 {
        padding-right: 65px;
    }

    .md-p-r-65i {
        padding-right: 65px !important;
    }

    .md-p-r-70 {
        padding-right: 70px;
    }

    .md-p-r-70i {
        padding-right: 70px !important;
    }

    .md-p-r-75 {
        padding-right: 75px;
    }

    .md-p-r-75i {
        padding-right: 75px !important;
    }

    .md-p-r-80 {
        padding-right: 80px;
    }

    .md-p-r-80i {
        padding-right: 80px !important;
    }

    .md-p-r-85 {
        padding-right: 85px;
    }

    .md-p-r-85i {
        padding-right: 85px !important;
    }

    .md-p-r-90 {
        padding-right: 90px;
    }

    .md-p-r-90i {
        padding-right: 90px !important;
    }

    .md-p-r-95 {
        padding-right: 95px;
    }

    .md-p-r-95i {
        padding-right: 95px !important;
    }

    .md-p-r-100 {
        padding-right: 100px;
    }

    .md-p-r-100i {
        padding-right: 100px !important;
    }

    .md-p-r-105 {
        padding-right: 105px;
    }

    .md-p-r-105i {
        padding-right: 105px !important;
    }

    .md-p-r-110 {
        padding-right: 110px;
    }

    .md-p-r-110i {
        padding-right: 110px !important;
    }

    .md-p-r-115 {
        padding-right: 115px;
    }

    .md-p-r-115i {
        padding-right: 115px !important;
    }

    .md-p-r-120 {
        padding-right: 120px;
    }

    .md-p-r-120i {
        padding-right: 120px !important;
    }

    .md-p-r-125 {
        padding-right: 125px;
    }

    .md-p-r-125i {
        padding-right: 125px !important;
    }

    .md-p-r-130 {
        padding-right: 130px;
    }

    .md-p-r-130i {
        padding-right: 130px !important;
    }

    .md-p-r-135 {
        padding-right: 135px;
    }

    .md-p-r-135i {
        padding-right: 135px !important;
    }

    .md-p-r-140 {
        padding-right: 140px;
    }

    .md-p-r-140i {
        padding-right: 140px !important;
    }

    .md-p-r-145 {
        padding-right: 145px;
    }

    .md-p-r-145i {
        padding-right: 145px !important;
    }

    .md-p-r-150 {
        padding-right: 150px;
    }

    .md-p-r-150i {
        padding-right: 150px !important;
    }

    .md-f-s-0 {
        font-size: 0px;
    }

    .md-f-s-0i {
        font-size: 0px !important;
    }

    .md-f-s-2 {
        font-size: 2px;
    }

    .md-f-s-2i {
        font-size: 2px !important;
    }

    .md-f-s-4 {
        font-size: 4px;
    }

    .md-f-s-4i {
        font-size: 4px !important;
    }

    .md-f-s-6 {
        font-size: 6px;
    }

    .md-f-s-6i {
        font-size: 6px !important;
    }

    .md-f-s-8 {
        font-size: 8px;
    }

    .md-f-s-8i {
        font-size: 8px !important;
    }

    .md-f-s-10 {
        font-size: 10px;
    }

    .md-f-s-10i {
        font-size: 10px !important;
    }

    .md-f-s-12 {
        font-size: 12px;
    }

    .md-f-s-12i {
        font-size: 12px !important;
    }

    .md-f-s-14 {
        font-size: 14px;
    }

    .md-f-s-14i {
        font-size: 14px !important;
    }

    .md-f-s-16 {
        font-size: 16px;
    }

    .md-f-s-16i {
        font-size: 16px !important;
    }

    .md-f-s-18 {
        font-size: 18px;
    }

    .md-f-s-18i {
        font-size: 18px !important;
    }

    .md-f-s-20 {
        font-size: 20px;
    }

    .md-f-s-20i {
        font-size: 20px !important;
    }

    .md-f-s-22 {
        font-size: 22px;
    }

    .md-f-s-22i {
        font-size: 22px !important;
    }

    .md-f-s-24 {
        font-size: 24px;
    }

    .md-f-s-24i {
        font-size: 24px !important;
    }

    .md-f-s-26 {
        font-size: 26px;
    }

    .md-f-s-26i {
        font-size: 26px !important;
    }

    .md-f-s-28 {
        font-size: 28px;
    }

    .md-f-s-28i {
        font-size: 28px !important;
    }

    .md-f-s-30 {
        font-size: 30px;
    }

    .md-f-s-30i {
        font-size: 30px !important;
    }

    .md-f-s-32 {
        font-size: 32px;
    }

    .md-f-s-32i {
        font-size: 32px !important;
    }

    .md-f-s-34 {
        font-size: 34px;
    }

    .md-f-s-34i {
        font-size: 34px !important;
    }

    .md-f-s-36 {
        font-size: 36px;
    }

    .md-f-s-36i {
        font-size: 36px !important;
    }

    .md-f-s-38 {
        font-size: 38px;
    }

    .md-f-s-38i {
        font-size: 38px !important;
    }

    .md-f-s-40 {
        font-size: 40px;
    }

    .md-f-s-40i {
        font-size: 40px !important;
    }

    .md-f-s-42 {
        font-size: 42px;
    }

    .md-f-s-42i {
        font-size: 42px !important;
    }

    .md-f-s-44 {
        font-size: 44px;
    }

    .md-f-s-44i {
        font-size: 44px !important;
    }

    .md-f-s-46 {
        font-size: 46px;
    }

    .md-f-s-46i {
        font-size: 46px !important;
    }

    .md-f-s-48 {
        font-size: 48px;
    }

    .md-f-s-48i {
        font-size: 48px !important;
    }

    .md-f-s-50 {
        font-size: 50px;
    }

    .md-f-s-50i {
        font-size: 50px !important;
    }

    .md-f-s-52 {
        font-size: 52px;
    }

    .md-f-s-52i {
        font-size: 52px !important;
    }

    .md-f-s-54 {
        font-size: 54px;
    }

    .md-f-s-54i {
        font-size: 54px !important;
    }

    .md-f-s-56 {
        font-size: 56px;
    }

    .md-f-s-56i {
        font-size: 56px !important;
    }

    .md-f-s-58 {
        font-size: 58px;
    }

    .md-f-s-58i {
        font-size: 58px !important;
    }

    .md-f-s-60 {
        font-size: 60px;
    }

    .md-f-s-60i {
        font-size: 60px !important;
    }

    .md-f-s-62 {
        font-size: 62px;
    }

    .md-f-s-62i {
        font-size: 62px !important;
    }

    .md-f-s-64 {
        font-size: 64px;
    }

    .md-f-s-64i {
        font-size: 64px !important;
    }

    .md-f-s-66 {
        font-size: 66px;
    }

    .md-f-s-66i {
        font-size: 66px !important;
    }

    .md-f-s-68 {
        font-size: 68px;
    }

    .md-f-s-68i {
        font-size: 68px !important;
    }

    .md-f-s-70 {
        font-size: 70px;
    }

    .md-f-s-70i {
        font-size: 70px !important;
    }

    .md-f-s-72 {
        font-size: 72px;
    }

    .md-f-s-72i {
        font-size: 72px !important;
    }

    .md-f-s-74 {
        font-size: 74px;
    }

    .md-f-s-74i {
        font-size: 74px !important;
    }

    .md-f-s-76 {
        font-size: 76px;
    }

    .md-f-s-76i {
        font-size: 76px !important;
    }

    .md-f-s-78 {
        font-size: 78px;
    }

    .md-f-s-78i {
        font-size: 78px !important;
    }

    .md-f-s-80 {
        font-size: 80px;
    }

    .md-f-s-80i {
        font-size: 80px !important;
    }

    .md-f-s-82 {
        font-size: 82px;
    }

    .md-f-s-82i {
        font-size: 82px !important;
    }

    .md-f-s-84 {
        font-size: 84px;
    }

    .md-f-s-84i {
        font-size: 84px !important;
    }

    .md-f-s-86 {
        font-size: 86px;
    }

    .md-f-s-86i {
        font-size: 86px !important;
    }

    .md-f-s-88 {
        font-size: 88px;
    }

    .md-f-s-88i {
        font-size: 88px !important;
    }

    .md-f-s-90 {
        font-size: 90px;
    }

    .md-f-s-90i {
        font-size: 90px !important;
    }

    .md-f-s-92 {
        font-size: 92px;
    }

    .md-f-s-92i {
        font-size: 92px !important;
    }

    .md-f-s-94 {
        font-size: 94px;
    }

    .md-f-s-94i {
        font-size: 94px !important;
    }

    .md-f-s-96 {
        font-size: 96px;
    }

    .md-f-s-96i {
        font-size: 96px !important;
    }

    .md-f-s-98 {
        font-size: 98px;
    }

    .md-f-s-98i {
        font-size: 98px !important;
    }

    .md-f-s-100 {
        font-size: 100px;
    }

    .md-f-s-100i {
        font-size: 100px !important;
    }
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-0i {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-5i {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-10i {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-15i {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-20i {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-25i {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-30i {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-35i {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-40i {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-45i {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-50i {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-55i {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-60i {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px;
}

.m-t-65i {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-70i {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-75i {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-80i {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px;
}

.m-t-85i {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px;
}

.m-t-90i {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px;
}

.m-t-95i {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-100i {
    margin-top: 100px !important;
}

.m-t-105 {
    margin-top: 105px;
}

.m-t-105i {
    margin-top: 105px !important;
}

.m-t-110 {
    margin-top: 110px;
}

.m-t-110i {
    margin-top: 110px !important;
}

.m-t-115 {
    margin-top: 115px;
}

.m-t-115i {
    margin-top: 115px !important;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-120i {
    margin-top: 120px !important;
}

.m-t-125 {
    margin-top: 125px;
}

.m-t-125i {
    margin-top: 125px !important;
}

.m-t-130 {
    margin-top: 130px;
}

.m-t-130i {
    margin-top: 130px !important;
}

.m-t-135 {
    margin-top: 135px;
}

.m-t-135i {
    margin-top: 135px !important;
}

.m-t-140 {
    margin-top: 140px;
}

.m-t-140i {
    margin-top: 140px !important;
}

.m-t-145 {
    margin-top: 145px;
}

.m-t-145i {
    margin-top: 145px !important;
}

.m-t-150 {
    margin-top: 150px;
}

.m-t-150i {
    margin-top: 150px !important;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-0i {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-5i {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-10i {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-15i {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-20i {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-25i {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-30i {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-35i {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-40i {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-45i {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-50i {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-b-55i {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-60i {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-b-65i {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-b-70i {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-75i {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-80i {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-b-85i {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-b-90i {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-b-95i {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-100i {
    margin-bottom: 100px !important;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-b-105i {
    margin-bottom: 105px !important;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-b-110i {
    margin-bottom: 110px !important;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-b-115i {
    margin-bottom: 115px !important;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-b-120i {
    margin-bottom: 120px !important;
}

.m-b-125 {
    margin-bottom: 125px;
}

.m-b-125i {
    margin-bottom: 125px !important;
}

.m-b-130 {
    margin-bottom: 130px;
}

.m-b-130i {
    margin-bottom: 130px !important;
}

.m-b-135 {
    margin-bottom: 135px;
}

.m-b-135i {
    margin-bottom: 135px !important;
}

.m-b-140 {
    margin-bottom: 140px;
}

.m-b-140i {
    margin-bottom: 140px !important;
}

.m-b-145 {
    margin-bottom: 145px;
}

.m-b-145i {
    margin-bottom: 145px !important;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-b-150i {
    margin-bottom: 150px !important;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-0i {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-5i {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-10i {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-15i {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-20i {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-25i {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-30i {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-35i {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-40i {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-45i {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px;
}

.m-l-50i {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px;
}

.m-l-55i {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px;
}

.m-l-60i {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px;
}

.m-l-65i {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px;
}

.m-l-70i {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px;
}

.m-l-75i {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px;
}

.m-l-80i {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px;
}

.m-l-85i {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px;
}

.m-l-90i {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px;
}

.m-l-95i {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px;
}

.m-l-100i {
    margin-left: 100px !important;
}

.m-l-105 {
    margin-left: 105px;
}

.m-l-105i {
    margin-left: 105px !important;
}

.m-l-110 {
    margin-left: 110px;
}

.m-l-110i {
    margin-left: 110px !important;
}

.m-l-115 {
    margin-left: 115px;
}

.m-l-115i {
    margin-left: 115px !important;
}

.m-l-120 {
    margin-left: 120px;
}

.m-l-120i {
    margin-left: 120px !important;
}

.m-l-125 {
    margin-left: 125px;
}

.m-l-125i {
    margin-left: 125px !important;
}

.m-l-130 {
    margin-left: 130px;
}

.m-l-130i {
    margin-left: 130px !important;
}

.m-l-135 {
    margin-left: 135px;
}

.m-l-135i {
    margin-left: 135px !important;
}

.m-l-140 {
    margin-left: 140px;
}

.m-l-140i {
    margin-left: 140px !important;
}

.m-l-145 {
    margin-left: 145px;
}

.m-l-145i {
    margin-left: 145px !important;
}

.m-l-150 {
    margin-left: 150px;
}

.m-l-150i {
    margin-left: 150px !important;
}

.m-r-0 {
    margin-right: 0px;
}

.m-r-0i {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-5i {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-10i {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-15i {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-20i {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-25i {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-30i {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-35i {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-40i {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-45i {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-50i {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px;
}

.m-r-55i {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px;
}

.m-r-60i {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px;
}

.m-r-65i {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px;
}

.m-r-70i {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px;
}

.m-r-75i {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px;
}

.m-r-80i {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px;
}

.m-r-85i {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px;
}

.m-r-90i {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px;
}

.m-r-95i {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px;
}

.m-r-100i {
    margin-right: 100px !important;
}

.m-r-105 {
    margin-right: 105px;
}

.m-r-105i {
    margin-right: 105px !important;
}

.m-r-110 {
    margin-right: 110px;
}

.m-r-110i {
    margin-right: 110px !important;
}

.m-r-115 {
    margin-right: 115px;
}

.m-r-115i {
    margin-right: 115px !important;
}

.m-r-120 {
    margin-right: 120px;
}

.m-r-120i {
    margin-right: 120px !important;
}

.m-r-125 {
    margin-right: 125px;
}

.m-r-125i {
    margin-right: 125px !important;
}

.m-r-130 {
    margin-right: 130px;
}

.m-r-130i {
    margin-right: 130px !important;
}

.m-r-135 {
    margin-right: 135px;
}

.m-r-135i {
    margin-right: 135px !important;
}

.m-r-140 {
    margin-right: 140px;
}

.m-r-140i {
    margin-right: 140px !important;
}

.m-r-145 {
    margin-right: 145px;
}

.m-r-145i {
    margin-right: 145px !important;
}

.m-r-150 {
    margin-right: 150px;
}

.m-r-150i {
    margin-right: 150px !important;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-0i {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-5i {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-10i {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-15i {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-20i {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-25i {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-30i {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-35i {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-40i {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-45i {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-50i {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px;
}

.p-t-55i {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-60i {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px;
}

.p-t-65i {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-70i {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px;
}

.p-t-75i {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-80i {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px;
}

.p-t-85i {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px;
}

.p-t-90i {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px;
}

.p-t-95i {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-100i {
    padding-top: 100px !important;
}

.p-t-105 {
    padding-top: 105px;
}

.p-t-105i {
    padding-top: 105px !important;
}

.p-t-110 {
    padding-top: 110px;
}

.p-t-110i {
    padding-top: 110px !important;
}

.p-t-115 {
    padding-top: 115px;
}

.p-t-115i {
    padding-top: 115px !important;
}

.p-t-120 {
    padding-top: 120px;
}

.p-t-120i {
    padding-top: 120px !important;
}

.p-t-125 {
    padding-top: 125px;
}

.p-t-125i {
    padding-top: 125px !important;
}

.p-t-130 {
    padding-top: 130px;
}

.p-t-130i {
    padding-top: 130px !important;
}

.p-t-135 {
    padding-top: 135px;
}

.p-t-135i {
    padding-top: 135px !important;
}

.p-t-140 {
    padding-top: 140px;
}

.p-t-140i {
    padding-top: 140px !important;
}

.p-t-145 {
    padding-top: 145px;
}

.p-t-145i {
    padding-top: 145px !important;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-150i {
    padding-top: 150px !important;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-0i {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-5i {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-10i {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-15i {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-20i {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-25i {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-30i {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-35i {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-40i {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-45i {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-50i {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-b-55i {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-60i {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-b-65i {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-70i {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-b-75i {
    padding-bottom: 75px !important;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-80i {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-b-85i {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-b-90i {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-b-95i {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-b-100i {
    padding-bottom: 100px !important;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-b-105i {
    padding-bottom: 105px !important;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-b-110i {
    padding-bottom: 110px !important;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-b-115i {
    padding-bottom: 115px !important;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-b-120i {
    padding-bottom: 120px !important;
}

.p-b-125 {
    padding-bottom: 125px;
}

.p-b-125i {
    padding-bottom: 125px !important;
}

.p-b-130 {
    padding-bottom: 130px;
}

.p-b-130i {
    padding-bottom: 130px !important;
}

.p-b-135 {
    padding-bottom: 135px;
}

.p-b-135i {
    padding-bottom: 135px !important;
}

.p-b-140 {
    padding-bottom: 140px;
}

.p-b-140i {
    padding-bottom: 140px !important;
}

.p-b-145 {
    padding-bottom: 145px;
}

.p-b-145i {
    padding-bottom: 145px !important;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-b-150i {
    padding-bottom: 150px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-0i {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-5i {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-10i {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-15i {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-20i {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-25i {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-30i {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-35i {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-40i {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-45i {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-50i {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px;
}

.p-l-55i {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px;
}

.p-l-60i {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px;
}

.p-l-65i {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px;
}

.p-l-70i {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px;
}

.p-l-75i {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px;
}

.p-l-80i {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px;
}

.p-l-85i {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px;
}

.p-l-90i {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px;
}

.p-l-95i {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px;
}

.p-l-100i {
    padding-left: 100px !important;
}

.p-l-105 {
    padding-left: 105px;
}

.p-l-105i {
    padding-left: 105px !important;
}

.p-l-110 {
    padding-left: 110px;
}

.p-l-110i {
    padding-left: 110px !important;
}

.p-l-115 {
    padding-left: 115px;
}

.p-l-115i {
    padding-left: 115px !important;
}

.p-l-120 {
    padding-left: 120px;
}

.p-l-120i {
    padding-left: 120px !important;
}

.p-l-125 {
    padding-left: 125px;
}

.p-l-125i {
    padding-left: 125px !important;
}

.p-l-130 {
    padding-left: 130px;
}

.p-l-130i {
    padding-left: 130px !important;
}

.p-l-135 {
    padding-left: 135px;
}

.p-l-135i {
    padding-left: 135px !important;
}

.p-l-140 {
    padding-left: 140px;
}

.p-l-140i {
    padding-left: 140px !important;
}

.p-l-145 {
    padding-left: 145px;
}

.p-l-145i {
    padding-left: 145px !important;
}

.p-l-150 {
    padding-left: 150px;
}

.p-l-150i {
    padding-left: 150px !important;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-0i {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-5i {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-10i {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-15i {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-20i {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-25i {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-30i {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-35i {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-40i {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-45i {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-50i {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px;
}

.p-r-55i {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px;
}

.p-r-60i {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px;
}

.p-r-65i {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px;
}

.p-r-70i {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px;
}

.p-r-75i {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px;
}

.p-r-80i {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px;
}

.p-r-85i {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px;
}

.p-r-90i {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px;
}

.p-r-95i {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px;
}

.p-r-100i {
    padding-right: 100px !important;
}

.p-r-105 {
    padding-right: 105px;
}

.p-r-105i {
    padding-right: 105px !important;
}

.p-r-110 {
    padding-right: 110px;
}

.p-r-110i {
    padding-right: 110px !important;
}

.p-r-115 {
    padding-right: 115px;
}

.p-r-115i {
    padding-right: 115px !important;
}

.p-r-120 {
    padding-right: 120px;
}

.p-r-120i {
    padding-right: 120px !important;
}

.p-r-125 {
    padding-right: 125px;
}

.p-r-125i {
    padding-right: 125px !important;
}

.p-r-130 {
    padding-right: 130px;
}

.p-r-130i {
    padding-right: 130px !important;
}

.p-r-135 {
    padding-right: 135px;
}

.p-r-135i {
    padding-right: 135px !important;
}

.p-r-140 {
    padding-right: 140px;
}

.p-r-140i {
    padding-right: 140px !important;
}

.p-r-145 {
    padding-right: 145px;
}

.p-r-145i {
    padding-right: 145px !important;
}

.p-r-150 {
    padding-right: 150px;
}

.p-r-150i {
    padding-right: 150px !important;
}

.f-s-0 {
    font-size: 0px;
}

.f-s-0i {
    font-size: 0px !important;
}

.f-s-2 {
    font-size: 2px;
}

.f-s-2i {
    font-size: 2px !important;
}

.f-s-4 {
    font-size: 4px;
}

.f-s-4i {
    font-size: 4px !important;
}

.f-s-6 {
    font-size: 6px;
}

.f-s-6i {
    font-size: 6px !important;
}

.f-s-8 {
    font-size: 8px;
}

.f-s-8i {
    font-size: 8px !important;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-10i {
    font-size: 10px !important;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-12i {
    font-size: 12px !important;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-14i {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-16i {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-18i {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-20i {
    font-size: 20px !important;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-22i {
    font-size: 22px !important;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-24i {
    font-size: 24px !important;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-26i {
    font-size: 26px !important;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-28i {
    font-size: 28px !important;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-30i {
    font-size: 30px !important;
}

.f-s-32 {
    font-size: 32px;
}

.f-s-32i {
    font-size: 32px !important;
}

.f-s-34 {
    font-size: 34px;
}

.f-s-34i {
    font-size: 34px !important;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-36i {
    font-size: 36px !important;
}

.f-s-38 {
    font-size: 38px;
}

.f-s-38i {
    font-size: 38px !important;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-40i {
    font-size: 40px !important;
}

.f-s-42 {
    font-size: 42px;
}

.f-s-42i {
    font-size: 42px !important;
}

.f-s-44 {
    font-size: 44px;
}

.f-s-44i {
    font-size: 44px !important;
}

.f-s-46 {
    font-size: 46px;
}

.f-s-46i {
    font-size: 46px !important;
}

.f-s-48 {
    font-size: 48px;
}

.f-s-48i {
    font-size: 48px !important;
}

.f-s-50 {
    font-size: 50px;
}

.f-s-50i {
    font-size: 50px !important;
}

.f-s-52 {
    font-size: 52px;
}

.f-s-52i {
    font-size: 52px !important;
}

.f-s-54 {
    font-size: 54px;
}

.f-s-54i {
    font-size: 54px !important;
}

.f-s-56 {
    font-size: 56px;
}

.f-s-56i {
    font-size: 56px !important;
}

.f-s-58 {
    font-size: 58px;
}

.f-s-58i {
    font-size: 58px !important;
}

.f-s-60 {
    font-size: 60px;
}

.f-s-60i {
    font-size: 60px !important;
}

.f-s-62 {
    font-size: 62px;
}

.f-s-62i {
    font-size: 62px !important;
}

.f-s-64 {
    font-size: 64px;
}

.f-s-64i {
    font-size: 64px !important;
}

.f-s-66 {
    font-size: 66px;
}

.f-s-66i {
    font-size: 66px !important;
}

.f-s-68 {
    font-size: 68px;
}

.f-s-68i {
    font-size: 68px !important;
}

.f-s-70 {
    font-size: 70px;
}

.f-s-70i {
    font-size: 70px !important;
}

.f-s-72 {
    font-size: 72px;
}

.f-s-72i {
    font-size: 72px !important;
}

.f-s-74 {
    font-size: 74px;
}

.f-s-74i {
    font-size: 74px !important;
}

.f-s-76 {
    font-size: 76px;
}

.f-s-76i {
    font-size: 76px !important;
}

.f-s-78 {
    font-size: 78px;
}

.f-s-78i {
    font-size: 78px !important;
}

.f-s-80 {
    font-size: 80px;
}

.f-s-80i {
    font-size: 80px !important;
}

.f-s-82 {
    font-size: 82px;
}

.f-s-82i {
    font-size: 82px !important;
}

.f-s-84 {
    font-size: 84px;
}

.f-s-84i {
    font-size: 84px !important;
}

.f-s-86 {
    font-size: 86px;
}

.f-s-86i {
    font-size: 86px !important;
}

.f-s-88 {
    font-size: 88px;
}

.f-s-88i {
    font-size: 88px !important;
}

.f-s-90 {
    font-size: 90px;
}

.f-s-90i {
    font-size: 90px !important;
}

.f-s-92 {
    font-size: 92px;
}

.f-s-92i {
    font-size: 92px !important;
}

.f-s-94 {
    font-size: 94px;
}

.f-s-94i {
    font-size: 94px !important;
}

.f-s-96 {
    font-size: 96px;
}

.f-s-96i {
    font-size: 96px !important;
}

.f-s-98 {
    font-size: 98px;
}

.f-s-98i {
    font-size: 98px !important;
}

.f-s-100 {
    font-size: 100px;
}

.f-s-100i {
    font-size: 100px !important;
}

@media (max-width: 1199.98px) {
    .lg-m-t-0 {
        margin-top: 0px;
    }

    .lg-m-t-0i {
        margin-top: 0px !important;
    }

    .lg-m-t-5 {
        margin-top: 5px;
    }

    .lg-m-t-5i {
        margin-top: 5px !important;
    }

    .lg-m-t-10 {
        margin-top: 10px;
    }

    .lg-m-t-10i {
        margin-top: 10px !important;
    }

    .lg-m-t-15 {
        margin-top: 15px;
    }

    .lg-m-t-15i {
        margin-top: 15px !important;
    }

    .lg-m-t-20 {
        margin-top: 20px;
    }

    .lg-m-t-20i {
        margin-top: 20px !important;
    }

    .lg-m-t-25 {
        margin-top: 25px;
    }

    .lg-m-t-25i {
        margin-top: 25px !important;
    }

    .lg-m-t-30 {
        margin-top: 30px;
    }

    .lg-m-t-30i {
        margin-top: 30px !important;
    }

    .lg-m-t-35 {
        margin-top: 35px;
    }

    .lg-m-t-35i {
        margin-top: 35px !important;
    }

    .lg-m-t-40 {
        margin-top: 40px;
    }

    .lg-m-t-40i {
        margin-top: 40px !important;
    }

    .lg-m-t-45 {
        margin-top: 45px;
    }

    .lg-m-t-45i {
        margin-top: 45px !important;
    }

    .lg-m-t-50 {
        margin-top: 50px;
    }

    .lg-m-t-50i {
        margin-top: 50px !important;
    }

    .lg-m-t-55 {
        margin-top: 55px;
    }

    .lg-m-t-55i {
        margin-top: 55px !important;
    }

    .lg-m-t-60 {
        margin-top: 60px;
    }

    .lg-m-t-60i {
        margin-top: 60px !important;
    }

    .lg-m-t-65 {
        margin-top: 65px;
    }

    .lg-m-t-65i {
        margin-top: 65px !important;
    }

    .lg-m-t-70 {
        margin-top: 70px;
    }

    .lg-m-t-70i {
        margin-top: 70px !important;
    }

    .lg-m-t-75 {
        margin-top: 75px;
    }

    .lg-m-t-75i {
        margin-top: 75px !important;
    }

    .lg-m-t-80 {
        margin-top: 80px;
    }

    .lg-m-t-80i {
        margin-top: 80px !important;
    }

    .lg-m-t-85 {
        margin-top: 85px;
    }

    .lg-m-t-85i {
        margin-top: 85px !important;
    }

    .lg-m-t-90 {
        margin-top: 90px;
    }

    .lg-m-t-90i {
        margin-top: 90px !important;
    }

    .lg-m-t-95 {
        margin-top: 95px;
    }

    .lg-m-t-95i {
        margin-top: 95px !important;
    }

    .lg-m-t-100 {
        margin-top: 100px;
    }

    .lg-m-t-100i {
        margin-top: 100px !important;
    }

    .lg-m-t-105 {
        margin-top: 105px;
    }

    .lg-m-t-105i {
        margin-top: 105px !important;
    }

    .lg-m-t-110 {
        margin-top: 110px;
    }

    .lg-m-t-110i {
        margin-top: 110px !important;
    }

    .lg-m-t-115 {
        margin-top: 115px;
    }

    .lg-m-t-115i {
        margin-top: 115px !important;
    }

    .lg-m-t-120 {
        margin-top: 120px;
    }

    .lg-m-t-120i {
        margin-top: 120px !important;
    }

    .lg-m-t-125 {
        margin-top: 125px;
    }

    .lg-m-t-125i {
        margin-top: 125px !important;
    }

    .lg-m-t-130 {
        margin-top: 130px;
    }

    .lg-m-t-130i {
        margin-top: 130px !important;
    }

    .lg-m-t-135 {
        margin-top: 135px;
    }

    .lg-m-t-135i {
        margin-top: 135px !important;
    }

    .lg-m-t-140 {
        margin-top: 140px;
    }

    .lg-m-t-140i {
        margin-top: 140px !important;
    }

    .lg-m-t-145 {
        margin-top: 145px;
    }

    .lg-m-t-145i {
        margin-top: 145px !important;
    }

    .lg-m-t-150 {
        margin-top: 150px;
    }

    .lg-m-t-150i {
        margin-top: 150px !important;
    }

    .lg-m-b-0 {
        margin-bottom: 0px;
    }

    .lg-m-b-0i {
        margin-bottom: 0px !important;
    }

    .lg-m-b-5 {
        margin-bottom: 5px;
    }

    .lg-m-b-5i {
        margin-bottom: 5px !important;
    }

    .lg-m-b-10 {
        margin-bottom: 10px;
    }

    .lg-m-b-10i {
        margin-bottom: 10px !important;
    }

    .lg-m-b-15 {
        margin-bottom: 15px;
    }

    .lg-m-b-15i {
        margin-bottom: 15px !important;
    }

    .lg-m-b-20 {
        margin-bottom: 20px;
    }

    .lg-m-b-20i {
        margin-bottom: 20px !important;
    }

    .lg-m-b-25 {
        margin-bottom: 25px;
    }

    .lg-m-b-25i {
        margin-bottom: 25px !important;
    }

    .lg-m-b-30 {
        margin-bottom: 30px;
    }

    .lg-m-b-30i {
        margin-bottom: 30px !important;
    }

    .lg-m-b-35 {
        margin-bottom: 35px;
    }

    .lg-m-b-35i {
        margin-bottom: 35px !important;
    }

    .lg-m-b-40 {
        margin-bottom: 40px;
    }

    .lg-m-b-40i {
        margin-bottom: 40px !important;
    }

    .lg-m-b-45 {
        margin-bottom: 45px;
    }

    .lg-m-b-45i {
        margin-bottom: 45px !important;
    }

    .lg-m-b-50 {
        margin-bottom: 50px;
    }

    .lg-m-b-50i {
        margin-bottom: 50px !important;
    }

    .lg-m-b-55 {
        margin-bottom: 55px;
    }

    .lg-m-b-55i {
        margin-bottom: 55px !important;
    }

    .lg-m-b-60 {
        margin-bottom: 60px;
    }

    .lg-m-b-60i {
        margin-bottom: 60px !important;
    }

    .lg-m-b-65 {
        margin-bottom: 65px;
    }

    .lg-m-b-65i {
        margin-bottom: 65px !important;
    }

    .lg-m-b-70 {
        margin-bottom: 70px;
    }

    .lg-m-b-70i {
        margin-bottom: 70px !important;
    }

    .lg-m-b-75 {
        margin-bottom: 75px;
    }

    .lg-m-b-75i {
        margin-bottom: 75px !important;
    }

    .lg-m-b-80 {
        margin-bottom: 80px;
    }

    .lg-m-b-80i {
        margin-bottom: 80px !important;
    }

    .lg-m-b-85 {
        margin-bottom: 85px;
    }

    .lg-m-b-85i {
        margin-bottom: 85px !important;
    }

    .lg-m-b-90 {
        margin-bottom: 90px;
    }

    .lg-m-b-90i {
        margin-bottom: 90px !important;
    }

    .lg-m-b-95 {
        margin-bottom: 95px;
    }

    .lg-m-b-95i {
        margin-bottom: 95px !important;
    }

    .lg-m-b-100 {
        margin-bottom: 100px;
    }

    .lg-m-b-100i {
        margin-bottom: 100px !important;
    }

    .lg-m-b-105 {
        margin-bottom: 105px;
    }

    .lg-m-b-105i {
        margin-bottom: 105px !important;
    }

    .lg-m-b-110 {
        margin-bottom: 110px;
    }

    .lg-m-b-110i {
        margin-bottom: 110px !important;
    }

    .lg-m-b-115 {
        margin-bottom: 115px;
    }

    .lg-m-b-115i {
        margin-bottom: 115px !important;
    }

    .lg-m-b-120 {
        margin-bottom: 120px;
    }

    .lg-m-b-120i {
        margin-bottom: 120px !important;
    }

    .lg-m-b-125 {
        margin-bottom: 125px;
    }

    .lg-m-b-125i {
        margin-bottom: 125px !important;
    }

    .lg-m-b-130 {
        margin-bottom: 130px;
    }

    .lg-m-b-130i {
        margin-bottom: 130px !important;
    }

    .lg-m-b-135 {
        margin-bottom: 135px;
    }

    .lg-m-b-135i {
        margin-bottom: 135px !important;
    }

    .lg-m-b-140 {
        margin-bottom: 140px;
    }

    .lg-m-b-140i {
        margin-bottom: 140px !important;
    }

    .lg-m-b-145 {
        margin-bottom: 145px;
    }

    .lg-m-b-145i {
        margin-bottom: 145px !important;
    }

    .lg-m-b-150 {
        margin-bottom: 150px;
    }

    .lg-m-b-150i {
        margin-bottom: 150px !important;
    }

    .lg-m-l-0 {
        margin-left: 0px;
    }

    .lg-m-l-0i {
        margin-left: 0px !important;
    }

    .lg-m-l-5 {
        margin-left: 5px;
    }

    .lg-m-l-5i {
        margin-left: 5px !important;
    }

    .lg-m-l-10 {
        margin-left: 10px;
    }

    .lg-m-l-10i {
        margin-left: 10px !important;
    }

    .lg-m-l-15 {
        margin-left: 15px;
    }

    .lg-m-l-15i {
        margin-left: 15px !important;
    }

    .lg-m-l-20 {
        margin-left: 20px;
    }

    .lg-m-l-20i {
        margin-left: 20px !important;
    }

    .lg-m-l-25 {
        margin-left: 25px;
    }

    .lg-m-l-25i {
        margin-left: 25px !important;
    }

    .lg-m-l-30 {
        margin-left: 30px;
    }

    .lg-m-l-30i {
        margin-left: 30px !important;
    }

    .lg-m-l-35 {
        margin-left: 35px;
    }

    .lg-m-l-35i {
        margin-left: 35px !important;
    }

    .lg-m-l-40 {
        margin-left: 40px;
    }

    .lg-m-l-40i {
        margin-left: 40px !important;
    }

    .lg-m-l-45 {
        margin-left: 45px;
    }

    .lg-m-l-45i {
        margin-left: 45px !important;
    }

    .lg-m-l-50 {
        margin-left: 50px;
    }

    .lg-m-l-50i {
        margin-left: 50px !important;
    }

    .lg-m-l-55 {
        margin-left: 55px;
    }

    .lg-m-l-55i {
        margin-left: 55px !important;
    }

    .lg-m-l-60 {
        margin-left: 60px;
    }

    .lg-m-l-60i {
        margin-left: 60px !important;
    }

    .lg-m-l-65 {
        margin-left: 65px;
    }

    .lg-m-l-65i {
        margin-left: 65px !important;
    }

    .lg-m-l-70 {
        margin-left: 70px;
    }

    .lg-m-l-70i {
        margin-left: 70px !important;
    }

    .lg-m-l-75 {
        margin-left: 75px;
    }

    .lg-m-l-75i {
        margin-left: 75px !important;
    }

    .lg-m-l-80 {
        margin-left: 80px;
    }

    .lg-m-l-80i {
        margin-left: 80px !important;
    }

    .lg-m-l-85 {
        margin-left: 85px;
    }

    .lg-m-l-85i {
        margin-left: 85px !important;
    }

    .lg-m-l-90 {
        margin-left: 90px;
    }

    .lg-m-l-90i {
        margin-left: 90px !important;
    }

    .lg-m-l-95 {
        margin-left: 95px;
    }

    .lg-m-l-95i {
        margin-left: 95px !important;
    }

    .lg-m-l-100 {
        margin-left: 100px;
    }

    .lg-m-l-100i {
        margin-left: 100px !important;
    }

    .lg-m-l-105 {
        margin-left: 105px;
    }

    .lg-m-l-105i {
        margin-left: 105px !important;
    }

    .lg-m-l-110 {
        margin-left: 110px;
    }

    .lg-m-l-110i {
        margin-left: 110px !important;
    }

    .lg-m-l-115 {
        margin-left: 115px;
    }

    .lg-m-l-115i {
        margin-left: 115px !important;
    }

    .lg-m-l-120 {
        margin-left: 120px;
    }

    .lg-m-l-120i {
        margin-left: 120px !important;
    }

    .lg-m-l-125 {
        margin-left: 125px;
    }

    .lg-m-l-125i {
        margin-left: 125px !important;
    }

    .lg-m-l-130 {
        margin-left: 130px;
    }

    .lg-m-l-130i {
        margin-left: 130px !important;
    }

    .lg-m-l-135 {
        margin-left: 135px;
    }

    .lg-m-l-135i {
        margin-left: 135px !important;
    }

    .lg-m-l-140 {
        margin-left: 140px;
    }

    .lg-m-l-140i {
        margin-left: 140px !important;
    }

    .lg-m-l-145 {
        margin-left: 145px;
    }

    .lg-m-l-145i {
        margin-left: 145px !important;
    }

    .lg-m-l-150 {
        margin-left: 150px;
    }

    .lg-m-l-150i {
        margin-left: 150px !important;
    }

    .lg-m-r-0 {
        margin-right: 0px;
    }

    .lg-m-r-0i {
        margin-right: 0px !important;
    }

    .lg-m-r-5 {
        margin-right: 5px;
    }

    .lg-m-r-5i {
        margin-right: 5px !important;
    }

    .lg-m-r-10 {
        margin-right: 10px;
    }

    .lg-m-r-10i {
        margin-right: 10px !important;
    }

    .lg-m-r-15 {
        margin-right: 15px;
    }

    .lg-m-r-15i {
        margin-right: 15px !important;
    }

    .lg-m-r-20 {
        margin-right: 20px;
    }

    .lg-m-r-20i {
        margin-right: 20px !important;
    }

    .lg-m-r-25 {
        margin-right: 25px;
    }

    .lg-m-r-25i {
        margin-right: 25px !important;
    }

    .lg-m-r-30 {
        margin-right: 30px;
    }

    .lg-m-r-30i {
        margin-right: 30px !important;
    }

    .lg-m-r-35 {
        margin-right: 35px;
    }

    .lg-m-r-35i {
        margin-right: 35px !important;
    }

    .lg-m-r-40 {
        margin-right: 40px;
    }

    .lg-m-r-40i {
        margin-right: 40px !important;
    }

    .lg-m-r-45 {
        margin-right: 45px;
    }

    .lg-m-r-45i {
        margin-right: 45px !important;
    }

    .lg-m-r-50 {
        margin-right: 50px;
    }

    .lg-m-r-50i {
        margin-right: 50px !important;
    }

    .lg-m-r-55 {
        margin-right: 55px;
    }

    .lg-m-r-55i {
        margin-right: 55px !important;
    }

    .lg-m-r-60 {
        margin-right: 60px;
    }

    .lg-m-r-60i {
        margin-right: 60px !important;
    }

    .lg-m-r-65 {
        margin-right: 65px;
    }

    .lg-m-r-65i {
        margin-right: 65px !important;
    }

    .lg-m-r-70 {
        margin-right: 70px;
    }

    .lg-m-r-70i {
        margin-right: 70px !important;
    }

    .lg-m-r-75 {
        margin-right: 75px;
    }

    .lg-m-r-75i {
        margin-right: 75px !important;
    }

    .lg-m-r-80 {
        margin-right: 80px;
    }

    .lg-m-r-80i {
        margin-right: 80px !important;
    }

    .lg-m-r-85 {
        margin-right: 85px;
    }

    .lg-m-r-85i {
        margin-right: 85px !important;
    }

    .lg-m-r-90 {
        margin-right: 90px;
    }

    .lg-m-r-90i {
        margin-right: 90px !important;
    }

    .lg-m-r-95 {
        margin-right: 95px;
    }

    .lg-m-r-95i {
        margin-right: 95px !important;
    }

    .lg-m-r-100 {
        margin-right: 100px;
    }

    .lg-m-r-100i {
        margin-right: 100px !important;
    }

    .lg-m-r-105 {
        margin-right: 105px;
    }

    .lg-m-r-105i {
        margin-right: 105px !important;
    }

    .lg-m-r-110 {
        margin-right: 110px;
    }

    .lg-m-r-110i {
        margin-right: 110px !important;
    }

    .lg-m-r-115 {
        margin-right: 115px;
    }

    .lg-m-r-115i {
        margin-right: 115px !important;
    }

    .lg-m-r-120 {
        margin-right: 120px;
    }

    .lg-m-r-120i {
        margin-right: 120px !important;
    }

    .lg-m-r-125 {
        margin-right: 125px;
    }

    .lg-m-r-125i {
        margin-right: 125px !important;
    }

    .lg-m-r-130 {
        margin-right: 130px;
    }

    .lg-m-r-130i {
        margin-right: 130px !important;
    }

    .lg-m-r-135 {
        margin-right: 135px;
    }

    .lg-m-r-135i {
        margin-right: 135px !important;
    }

    .lg-m-r-140 {
        margin-right: 140px;
    }

    .lg-m-r-140i {
        margin-right: 140px !important;
    }

    .lg-m-r-145 {
        margin-right: 145px;
    }

    .lg-m-r-145i {
        margin-right: 145px !important;
    }

    .lg-m-r-150 {
        margin-right: 150px;
    }

    .lg-m-r-150i {
        margin-right: 150px !important;
    }

    .lg-p-t-0 {
        padding-top: 0px;
    }

    .lg-p-t-0i {
        padding-top: 0px !important;
    }

    .lg-p-t-5 {
        padding-top: 5px;
    }

    .lg-p-t-5i {
        padding-top: 5px !important;
    }

    .lg-p-t-10 {
        padding-top: 10px;
    }

    .lg-p-t-10i {
        padding-top: 10px !important;
    }

    .lg-p-t-15 {
        padding-top: 15px;
    }

    .lg-p-t-15i {
        padding-top: 15px !important;
    }

    .lg-p-t-20 {
        padding-top: 20px;
    }

    .lg-p-t-20i {
        padding-top: 20px !important;
    }

    .lg-p-t-25 {
        padding-top: 25px;
    }

    .lg-p-t-25i {
        padding-top: 25px !important;
    }

    .lg-p-t-30 {
        padding-top: 30px;
    }

    .lg-p-t-30i {
        padding-top: 30px !important;
    }

    .lg-p-t-35 {
        padding-top: 35px;
    }

    .lg-p-t-35i {
        padding-top: 35px !important;
    }

    .lg-p-t-40 {
        padding-top: 40px;
    }

    .lg-p-t-40i {
        padding-top: 40px !important;
    }

    .lg-p-t-45 {
        padding-top: 45px;
    }

    .lg-p-t-45i {
        padding-top: 45px !important;
    }

    .lg-p-t-50 {
        padding-top: 50px;
    }

    .lg-p-t-50i {
        padding-top: 50px !important;
    }

    .lg-p-t-55 {
        padding-top: 55px;
    }

    .lg-p-t-55i {
        padding-top: 55px !important;
    }

    .lg-p-t-60 {
        padding-top: 60px;
    }

    .lg-p-t-60i {
        padding-top: 60px !important;
    }

    .lg-p-t-65 {
        padding-top: 65px;
    }

    .lg-p-t-65i {
        padding-top: 65px !important;
    }

    .lg-p-t-70 {
        padding-top: 70px;
    }

    .lg-p-t-70i {
        padding-top: 70px !important;
    }

    .lg-p-t-75 {
        padding-top: 75px;
    }

    .lg-p-t-75i {
        padding-top: 75px !important;
    }

    .lg-p-t-80 {
        padding-top: 80px;
    }

    .lg-p-t-80i {
        padding-top: 80px !important;
    }

    .lg-p-t-85 {
        padding-top: 85px;
    }

    .lg-p-t-85i {
        padding-top: 85px !important;
    }

    .lg-p-t-90 {
        padding-top: 90px;
    }

    .lg-p-t-90i {
        padding-top: 90px !important;
    }

    .lg-p-t-95 {
        padding-top: 95px;
    }

    .lg-p-t-95i {
        padding-top: 95px !important;
    }

    .lg-p-t-100 {
        padding-top: 100px;
    }

    .lg-p-t-100i {
        padding-top: 100px !important;
    }

    .lg-p-t-105 {
        padding-top: 105px;
    }

    .lg-p-t-105i {
        padding-top: 105px !important;
    }

    .lg-p-t-110 {
        padding-top: 110px;
    }

    .lg-p-t-110i {
        padding-top: 110px !important;
    }

    .lg-p-t-115 {
        padding-top: 115px;
    }

    .lg-p-t-115i {
        padding-top: 115px !important;
    }

    .lg-p-t-120 {
        padding-top: 120px;
    }

    .lg-p-t-120i {
        padding-top: 120px !important;
    }

    .lg-p-t-125 {
        padding-top: 125px;
    }

    .lg-p-t-125i {
        padding-top: 125px !important;
    }

    .lg-p-t-130 {
        padding-top: 130px;
    }

    .lg-p-t-130i {
        padding-top: 130px !important;
    }

    .lg-p-t-135 {
        padding-top: 135px;
    }

    .lg-p-t-135i {
        padding-top: 135px !important;
    }

    .lg-p-t-140 {
        padding-top: 140px;
    }

    .lg-p-t-140i {
        padding-top: 140px !important;
    }

    .lg-p-t-145 {
        padding-top: 145px;
    }

    .lg-p-t-145i {
        padding-top: 145px !important;
    }

    .lg-p-t-150 {
        padding-top: 150px;
    }

    .lg-p-t-150i {
        padding-top: 150px !important;
    }

    .lg-p-b-0 {
        padding-bottom: 0px;
    }

    .lg-p-b-0i {
        padding-bottom: 0px !important;
    }

    .lg-p-b-5 {
        padding-bottom: 5px;
    }

    .lg-p-b-5i {
        padding-bottom: 5px !important;
    }

    .lg-p-b-10 {
        padding-bottom: 10px;
    }

    .lg-p-b-10i {
        padding-bottom: 10px !important;
    }

    .lg-p-b-15 {
        padding-bottom: 15px;
    }

    .lg-p-b-15i {
        padding-bottom: 15px !important;
    }

    .lg-p-b-20 {
        padding-bottom: 20px;
    }

    .lg-p-b-20i {
        padding-bottom: 20px !important;
    }

    .lg-p-b-25 {
        padding-bottom: 25px;
    }

    .lg-p-b-25i {
        padding-bottom: 25px !important;
    }

    .lg-p-b-30 {
        padding-bottom: 30px;
    }

    .lg-p-b-30i {
        padding-bottom: 30px !important;
    }

    .lg-p-b-35 {
        padding-bottom: 35px;
    }

    .lg-p-b-35i {
        padding-bottom: 35px !important;
    }

    .lg-p-b-40 {
        padding-bottom: 40px;
    }

    .lg-p-b-40i {
        padding-bottom: 40px !important;
    }

    .lg-p-b-45 {
        padding-bottom: 45px;
    }

    .lg-p-b-45i {
        padding-bottom: 45px !important;
    }

    .lg-p-b-50 {
        padding-bottom: 50px;
    }

    .lg-p-b-50i {
        padding-bottom: 50px !important;
    }

    .lg-p-b-55 {
        padding-bottom: 55px;
    }

    .lg-p-b-55i {
        padding-bottom: 55px !important;
    }

    .lg-p-b-60 {
        padding-bottom: 60px;
    }

    .lg-p-b-60i {
        padding-bottom: 60px !important;
    }

    .lg-p-b-65 {
        padding-bottom: 65px;
    }

    .lg-p-b-65i {
        padding-bottom: 65px !important;
    }

    .lg-p-b-70 {
        padding-bottom: 70px;
    }

    .lg-p-b-70i {
        padding-bottom: 70px !important;
    }

    .lg-p-b-75 {
        padding-bottom: 75px;
    }

    .lg-p-b-75i {
        padding-bottom: 75px !important;
    }

    .lg-p-b-80 {
        padding-bottom: 80px;
    }

    .lg-p-b-80i {
        padding-bottom: 80px !important;
    }

    .lg-p-b-85 {
        padding-bottom: 85px;
    }

    .lg-p-b-85i {
        padding-bottom: 85px !important;
    }

    .lg-p-b-90 {
        padding-bottom: 90px;
    }

    .lg-p-b-90i {
        padding-bottom: 90px !important;
    }

    .lg-p-b-95 {
        padding-bottom: 95px;
    }

    .lg-p-b-95i {
        padding-bottom: 95px !important;
    }

    .lg-p-b-100 {
        padding-bottom: 100px;
    }

    .lg-p-b-100i {
        padding-bottom: 100px !important;
    }

    .lg-p-b-105 {
        padding-bottom: 105px;
    }

    .lg-p-b-105i {
        padding-bottom: 105px !important;
    }

    .lg-p-b-110 {
        padding-bottom: 110px;
    }

    .lg-p-b-110i {
        padding-bottom: 110px !important;
    }

    .lg-p-b-115 {
        padding-bottom: 115px;
    }

    .lg-p-b-115i {
        padding-bottom: 115px !important;
    }

    .lg-p-b-120 {
        padding-bottom: 120px;
    }

    .lg-p-b-120i {
        padding-bottom: 120px !important;
    }

    .lg-p-b-125 {
        padding-bottom: 125px;
    }

    .lg-p-b-125i {
        padding-bottom: 125px !important;
    }

    .lg-p-b-130 {
        padding-bottom: 130px;
    }

    .lg-p-b-130i {
        padding-bottom: 130px !important;
    }

    .lg-p-b-135 {
        padding-bottom: 135px;
    }

    .lg-p-b-135i {
        padding-bottom: 135px !important;
    }

    .lg-p-b-140 {
        padding-bottom: 140px;
    }

    .lg-p-b-140i {
        padding-bottom: 140px !important;
    }

    .lg-p-b-145 {
        padding-bottom: 145px;
    }

    .lg-p-b-145i {
        padding-bottom: 145px !important;
    }

    .lg-p-b-150 {
        padding-bottom: 150px;
    }

    .lg-p-b-150i {
        padding-bottom: 150px !important;
    }

    .lg-p-l-0 {
        padding-left: 0px;
    }

    .lg-p-l-0i {
        padding-left: 0px !important;
    }

    .lg-p-l-5 {
        padding-left: 5px;
    }

    .lg-p-l-5i {
        padding-left: 5px !important;
    }

    .lg-p-l-10 {
        padding-left: 10px;
    }

    .lg-p-l-10i {
        padding-left: 10px !important;
    }

    .lg-p-l-15 {
        padding-left: 15px;
    }

    .lg-p-l-15i {
        padding-left: 15px !important;
    }

    .lg-p-l-20 {
        padding-left: 20px;
    }

    .lg-p-l-20i {
        padding-left: 20px !important;
    }

    .lg-p-l-25 {
        padding-left: 25px;
    }

    .lg-p-l-25i {
        padding-left: 25px !important;
    }

    .lg-p-l-30 {
        padding-left: 30px;
    }

    .lg-p-l-30i {
        padding-left: 30px !important;
    }

    .lg-p-l-35 {
        padding-left: 35px;
    }

    .lg-p-l-35i {
        padding-left: 35px !important;
    }

    .lg-p-l-40 {
        padding-left: 40px;
    }

    .lg-p-l-40i {
        padding-left: 40px !important;
    }

    .lg-p-l-45 {
        padding-left: 45px;
    }

    .lg-p-l-45i {
        padding-left: 45px !important;
    }

    .lg-p-l-50 {
        padding-left: 50px;
    }

    .lg-p-l-50i {
        padding-left: 50px !important;
    }

    .lg-p-l-55 {
        padding-left: 55px;
    }

    .lg-p-l-55i {
        padding-left: 55px !important;
    }

    .lg-p-l-60 {
        padding-left: 60px;
    }

    .lg-p-l-60i {
        padding-left: 60px !important;
    }

    .lg-p-l-65 {
        padding-left: 65px;
    }

    .lg-p-l-65i {
        padding-left: 65px !important;
    }

    .lg-p-l-70 {
        padding-left: 70px;
    }

    .lg-p-l-70i {
        padding-left: 70px !important;
    }

    .lg-p-l-75 {
        padding-left: 75px;
    }

    .lg-p-l-75i {
        padding-left: 75px !important;
    }

    .lg-p-l-80 {
        padding-left: 80px;
    }

    .lg-p-l-80i {
        padding-left: 80px !important;
    }

    .lg-p-l-85 {
        padding-left: 85px;
    }

    .lg-p-l-85i {
        padding-left: 85px !important;
    }

    .lg-p-l-90 {
        padding-left: 90px;
    }

    .lg-p-l-90i {
        padding-left: 90px !important;
    }

    .lg-p-l-95 {
        padding-left: 95px;
    }

    .lg-p-l-95i {
        padding-left: 95px !important;
    }

    .lg-p-l-100 {
        padding-left: 100px;
    }

    .lg-p-l-100i {
        padding-left: 100px !important;
    }

    .lg-p-l-105 {
        padding-left: 105px;
    }

    .lg-p-l-105i {
        padding-left: 105px !important;
    }

    .lg-p-l-110 {
        padding-left: 110px;
    }

    .lg-p-l-110i {
        padding-left: 110px !important;
    }

    .lg-p-l-115 {
        padding-left: 115px;
    }

    .lg-p-l-115i {
        padding-left: 115px !important;
    }

    .lg-p-l-120 {
        padding-left: 120px;
    }

    .lg-p-l-120i {
        padding-left: 120px !important;
    }

    .lg-p-l-125 {
        padding-left: 125px;
    }

    .lg-p-l-125i {
        padding-left: 125px !important;
    }

    .lg-p-l-130 {
        padding-left: 130px;
    }

    .lg-p-l-130i {
        padding-left: 130px !important;
    }

    .lg-p-l-135 {
        padding-left: 135px;
    }

    .lg-p-l-135i {
        padding-left: 135px !important;
    }

    .lg-p-l-140 {
        padding-left: 140px;
    }

    .lg-p-l-140i {
        padding-left: 140px !important;
    }

    .lg-p-l-145 {
        padding-left: 145px;
    }

    .lg-p-l-145i {
        padding-left: 145px !important;
    }

    .lg-p-l-150 {
        padding-left: 150px;
    }

    .lg-p-l-150i {
        padding-left: 150px !important;
    }

    .lg-p-r-0 {
        padding-right: 0px;
    }

    .lg-p-r-0i {
        padding-right: 0px !important;
    }

    .lg-p-r-5 {
        padding-right: 5px;
    }

    .lg-p-r-5i {
        padding-right: 5px !important;
    }

    .lg-p-r-10 {
        padding-right: 10px;
    }

    .lg-p-r-10i {
        padding-right: 10px !important;
    }

    .lg-p-r-15 {
        padding-right: 15px;
    }

    .lg-p-r-15i {
        padding-right: 15px !important;
    }

    .lg-p-r-20 {
        padding-right: 20px;
    }

    .lg-p-r-20i {
        padding-right: 20px !important;
    }

    .lg-p-r-25 {
        padding-right: 25px;
    }

    .lg-p-r-25i {
        padding-right: 25px !important;
    }

    .lg-p-r-30 {
        padding-right: 30px;
    }

    .lg-p-r-30i {
        padding-right: 30px !important;
    }

    .lg-p-r-35 {
        padding-right: 35px;
    }

    .lg-p-r-35i {
        padding-right: 35px !important;
    }

    .lg-p-r-40 {
        padding-right: 40px;
    }

    .lg-p-r-40i {
        padding-right: 40px !important;
    }

    .lg-p-r-45 {
        padding-right: 45px;
    }

    .lg-p-r-45i {
        padding-right: 45px !important;
    }

    .lg-p-r-50 {
        padding-right: 50px;
    }

    .lg-p-r-50i {
        padding-right: 50px !important;
    }

    .lg-p-r-55 {
        padding-right: 55px;
    }

    .lg-p-r-55i {
        padding-right: 55px !important;
    }

    .lg-p-r-60 {
        padding-right: 60px;
    }

    .lg-p-r-60i {
        padding-right: 60px !important;
    }

    .lg-p-r-65 {
        padding-right: 65px;
    }

    .lg-p-r-65i {
        padding-right: 65px !important;
    }

    .lg-p-r-70 {
        padding-right: 70px;
    }

    .lg-p-r-70i {
        padding-right: 70px !important;
    }

    .lg-p-r-75 {
        padding-right: 75px;
    }

    .lg-p-r-75i {
        padding-right: 75px !important;
    }

    .lg-p-r-80 {
        padding-right: 80px;
    }

    .lg-p-r-80i {
        padding-right: 80px !important;
    }

    .lg-p-r-85 {
        padding-right: 85px;
    }

    .lg-p-r-85i {
        padding-right: 85px !important;
    }

    .lg-p-r-90 {
        padding-right: 90px;
    }

    .lg-p-r-90i {
        padding-right: 90px !important;
    }

    .lg-p-r-95 {
        padding-right: 95px;
    }

    .lg-p-r-95i {
        padding-right: 95px !important;
    }

    .lg-p-r-100 {
        padding-right: 100px;
    }

    .lg-p-r-100i {
        padding-right: 100px !important;
    }

    .lg-p-r-105 {
        padding-right: 105px;
    }

    .lg-p-r-105i {
        padding-right: 105px !important;
    }

    .lg-p-r-110 {
        padding-right: 110px;
    }

    .lg-p-r-110i {
        padding-right: 110px !important;
    }

    .lg-p-r-115 {
        padding-right: 115px;
    }

    .lg-p-r-115i {
        padding-right: 115px !important;
    }

    .lg-p-r-120 {
        padding-right: 120px;
    }

    .lg-p-r-120i {
        padding-right: 120px !important;
    }

    .lg-p-r-125 {
        padding-right: 125px;
    }

    .lg-p-r-125i {
        padding-right: 125px !important;
    }

    .lg-p-r-130 {
        padding-right: 130px;
    }

    .lg-p-r-130i {
        padding-right: 130px !important;
    }

    .lg-p-r-135 {
        padding-right: 135px;
    }

    .lg-p-r-135i {
        padding-right: 135px !important;
    }

    .lg-p-r-140 {
        padding-right: 140px;
    }

    .lg-p-r-140i {
        padding-right: 140px !important;
    }

    .lg-p-r-145 {
        padding-right: 145px;
    }

    .lg-p-r-145i {
        padding-right: 145px !important;
    }

    .lg-p-r-150 {
        padding-right: 150px;
    }

    .lg-p-r-150i {
        padding-right: 150px !important;
    }

    .lg-f-s-0 {
        font-size: 0px;
    }

    .lg-f-s-0i {
        font-size: 0px !important;
    }

    .lg-f-s-2 {
        font-size: 2px;
    }

    .lg-f-s-2i {
        font-size: 2px !important;
    }

    .lg-f-s-4 {
        font-size: 4px;
    }

    .lg-f-s-4i {
        font-size: 4px !important;
    }

    .lg-f-s-6 {
        font-size: 6px;
    }

    .lg-f-s-6i {
        font-size: 6px !important;
    }

    .lg-f-s-8 {
        font-size: 8px;
    }

    .lg-f-s-8i {
        font-size: 8px !important;
    }

    .lg-f-s-10 {
        font-size: 10px;
    }

    .lg-f-s-10i {
        font-size: 10px !important;
    }

    .lg-f-s-12 {
        font-size: 12px;
    }

    .lg-f-s-12i {
        font-size: 12px !important;
    }

    .lg-f-s-14 {
        font-size: 14px;
    }

    .lg-f-s-14i {
        font-size: 14px !important;
    }

    .lg-f-s-16 {
        font-size: 16px;
    }

    .lg-f-s-16i {
        font-size: 16px !important;
    }

    .lg-f-s-18 {
        font-size: 18px;
    }

    .lg-f-s-18i {
        font-size: 18px !important;
    }

    .lg-f-s-20 {
        font-size: 20px;
    }

    .lg-f-s-20i {
        font-size: 20px !important;
    }

    .lg-f-s-22 {
        font-size: 22px;
    }

    .lg-f-s-22i {
        font-size: 22px !important;
    }

    .lg-f-s-24 {
        font-size: 24px;
    }

    .lg-f-s-24i {
        font-size: 24px !important;
    }

    .lg-f-s-26 {
        font-size: 26px;
    }

    .lg-f-s-26i {
        font-size: 26px !important;
    }

    .lg-f-s-28 {
        font-size: 28px;
    }

    .lg-f-s-28i {
        font-size: 28px !important;
    }

    .lg-f-s-30 {
        font-size: 30px;
    }

    .lg-f-s-30i {
        font-size: 30px !important;
    }

    .lg-f-s-32 {
        font-size: 32px;
    }

    .lg-f-s-32i {
        font-size: 32px !important;
    }

    .lg-f-s-34 {
        font-size: 34px;
    }

    .lg-f-s-34i {
        font-size: 34px !important;
    }

    .lg-f-s-36 {
        font-size: 36px;
    }

    .lg-f-s-36i {
        font-size: 36px !important;
    }

    .lg-f-s-38 {
        font-size: 38px;
    }

    .lg-f-s-38i {
        font-size: 38px !important;
    }

    .lg-f-s-40 {
        font-size: 40px;
    }

    .lg-f-s-40i {
        font-size: 40px !important;
    }

    .lg-f-s-42 {
        font-size: 42px;
    }

    .lg-f-s-42i {
        font-size: 42px !important;
    }

    .lg-f-s-44 {
        font-size: 44px;
    }

    .lg-f-s-44i {
        font-size: 44px !important;
    }

    .lg-f-s-46 {
        font-size: 46px;
    }

    .lg-f-s-46i {
        font-size: 46px !important;
    }

    .lg-f-s-48 {
        font-size: 48px;
    }

    .lg-f-s-48i {
        font-size: 48px !important;
    }

    .lg-f-s-50 {
        font-size: 50px;
    }

    .lg-f-s-50i {
        font-size: 50px !important;
    }

    .lg-f-s-52 {
        font-size: 52px;
    }

    .lg-f-s-52i {
        font-size: 52px !important;
    }

    .lg-f-s-54 {
        font-size: 54px;
    }

    .lg-f-s-54i {
        font-size: 54px !important;
    }

    .lg-f-s-56 {
        font-size: 56px;
    }

    .lg-f-s-56i {
        font-size: 56px !important;
    }

    .lg-f-s-58 {
        font-size: 58px;
    }

    .lg-f-s-58i {
        font-size: 58px !important;
    }

    .lg-f-s-60 {
        font-size: 60px;
    }

    .lg-f-s-60i {
        font-size: 60px !important;
    }

    .lg-f-s-62 {
        font-size: 62px;
    }

    .lg-f-s-62i {
        font-size: 62px !important;
    }

    .lg-f-s-64 {
        font-size: 64px;
    }

    .lg-f-s-64i {
        font-size: 64px !important;
    }

    .lg-f-s-66 {
        font-size: 66px;
    }

    .lg-f-s-66i {
        font-size: 66px !important;
    }

    .lg-f-s-68 {
        font-size: 68px;
    }

    .lg-f-s-68i {
        font-size: 68px !important;
    }

    .lg-f-s-70 {
        font-size: 70px;
    }

    .lg-f-s-70i {
        font-size: 70px !important;
    }

    .lg-f-s-72 {
        font-size: 72px;
    }

    .lg-f-s-72i {
        font-size: 72px !important;
    }

    .lg-f-s-74 {
        font-size: 74px;
    }

    .lg-f-s-74i {
        font-size: 74px !important;
    }

    .lg-f-s-76 {
        font-size: 76px;
    }

    .lg-f-s-76i {
        font-size: 76px !important;
    }

    .lg-f-s-78 {
        font-size: 78px;
    }

    .lg-f-s-78i {
        font-size: 78px !important;
    }

    .lg-f-s-80 {
        font-size: 80px;
    }

    .lg-f-s-80i {
        font-size: 80px !important;
    }

    .lg-f-s-82 {
        font-size: 82px;
    }

    .lg-f-s-82i {
        font-size: 82px !important;
    }

    .lg-f-s-84 {
        font-size: 84px;
    }

    .lg-f-s-84i {
        font-size: 84px !important;
    }

    .lg-f-s-86 {
        font-size: 86px;
    }

    .lg-f-s-86i {
        font-size: 86px !important;
    }

    .lg-f-s-88 {
        font-size: 88px;
    }

    .lg-f-s-88i {
        font-size: 88px !important;
    }

    .lg-f-s-90 {
        font-size: 90px;
    }

    .lg-f-s-90i {
        font-size: 90px !important;
    }

    .lg-f-s-92 {
        font-size: 92px;
    }

    .lg-f-s-92i {
        font-size: 92px !important;
    }

    .lg-f-s-94 {
        font-size: 94px;
    }

    .lg-f-s-94i {
        font-size: 94px !important;
    }

    .lg-f-s-96 {
        font-size: 96px;
    }

    .lg-f-s-96i {
        font-size: 96px !important;
    }

    .lg-f-s-98 {
        font-size: 98px;
    }

    .lg-f-s-98i {
        font-size: 98px !important;
    }

    .lg-f-s-100 {
        font-size: 100px;
    }

    .lg-f-s-100i {
        font-size: 100px !important;
    }
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-0i {
    margin-top: 0px !important;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-5i {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-10i {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-15i {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-20i {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-25i {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-30i {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-35i {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-40i {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-45i {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-50i {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-55i {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-60i {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px;
}

.m-t-65i {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-70i {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-75i {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-80i {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px;
}

.m-t-85i {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px;
}

.m-t-90i {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px;
}

.m-t-95i {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px;
}

.m-t-100i {
    margin-top: 100px !important;
}

.m-t-105 {
    margin-top: 105px;
}

.m-t-105i {
    margin-top: 105px !important;
}

.m-t-110 {
    margin-top: 110px;
}

.m-t-110i {
    margin-top: 110px !important;
}

.m-t-115 {
    margin-top: 115px;
}

.m-t-115i {
    margin-top: 115px !important;
}

.m-t-120 {
    margin-top: 120px;
}

.m-t-120i {
    margin-top: 120px !important;
}

.m-t-125 {
    margin-top: 125px;
}

.m-t-125i {
    margin-top: 125px !important;
}

.m-t-130 {
    margin-top: 130px;
}

.m-t-130i {
    margin-top: 130px !important;
}

.m-t-135 {
    margin-top: 135px;
}

.m-t-135i {
    margin-top: 135px !important;
}

.m-t-140 {
    margin-top: 140px;
}

.m-t-140i {
    margin-top: 140px !important;
}

.m-t-145 {
    margin-top: 145px;
}

.m-t-145i {
    margin-top: 145px !important;
}

.m-t-150 {
    margin-top: 150px;
}

.m-t-150i {
    margin-top: 150px !important;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-0i {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-5i {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-10i {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-15i {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-20i {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-25i {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-30i {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-35i {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-40i {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-45i {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-50i {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px;
}

.m-b-55i {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-60i {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px;
}

.m-b-65i {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px;
}

.m-b-70i {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-75i {
    margin-bottom: 75px !important;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-80i {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-b-85i {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px;
}

.m-b-90i {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px;
}

.m-b-95i {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-100i {
    margin-bottom: 100px !important;
}

.m-b-105 {
    margin-bottom: 105px;
}

.m-b-105i {
    margin-bottom: 105px !important;
}

.m-b-110 {
    margin-bottom: 110px;
}

.m-b-110i {
    margin-bottom: 110px !important;
}

.m-b-115 {
    margin-bottom: 115px;
}

.m-b-115i {
    margin-bottom: 115px !important;
}

.m-b-120 {
    margin-bottom: 120px;
}

.m-b-120i {
    margin-bottom: 120px !important;
}

.m-b-125 {
    margin-bottom: 125px;
}

.m-b-125i {
    margin-bottom: 125px !important;
}

.m-b-130 {
    margin-bottom: 130px;
}

.m-b-130i {
    margin-bottom: 130px !important;
}

.m-b-135 {
    margin-bottom: 135px;
}

.m-b-135i {
    margin-bottom: 135px !important;
}

.m-b-140 {
    margin-bottom: 140px;
}

.m-b-140i {
    margin-bottom: 140px !important;
}

.m-b-145 {
    margin-bottom: 145px;
}

.m-b-145i {
    margin-bottom: 145px !important;
}

.m-b-150 {
    margin-bottom: 150px;
}

.m-b-150i {
    margin-bottom: 150px !important;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-0i {
    margin-left: 0px !important;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-5i {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-10i {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-15i {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-20i {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-25i {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-30i {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-35i {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-40i {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-45i {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px;
}

.m-l-50i {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px;
}

.m-l-55i {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px;
}

.m-l-60i {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px;
}

.m-l-65i {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px;
}

.m-l-70i {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px;
}

.m-l-75i {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px;
}

.m-l-80i {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px;
}

.m-l-85i {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px;
}

.m-l-90i {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px;
}

.m-l-95i {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px;
}

.m-l-100i {
    margin-left: 100px !important;
}

.m-l-105 {
    margin-left: 105px;
}

.m-l-105i {
    margin-left: 105px !important;
}

.m-l-110 {
    margin-left: 110px;
}

.m-l-110i {
    margin-left: 110px !important;
}

.m-l-115 {
    margin-left: 115px;
}

.m-l-115i {
    margin-left: 115px !important;
}

.m-l-120 {
    margin-left: 120px;
}

.m-l-120i {
    margin-left: 120px !important;
}

.m-l-125 {
    margin-left: 125px;
}

.m-l-125i {
    margin-left: 125px !important;
}

.m-l-130 {
    margin-left: 130px;
}

.m-l-130i {
    margin-left: 130px !important;
}

.m-l-135 {
    margin-left: 135px;
}

.m-l-135i {
    margin-left: 135px !important;
}

.m-l-140 {
    margin-left: 140px;
}

.m-l-140i {
    margin-left: 140px !important;
}

.m-l-145 {
    margin-left: 145px;
}

.m-l-145i {
    margin-left: 145px !important;
}

.m-l-150 {
    margin-left: 150px;
}

.m-l-150i {
    margin-left: 150px !important;
}

.m-r-0 {
    margin-right: 0px;
}

.m-r-0i {
    margin-right: 0px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-5i {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-10i {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-15i {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-20i {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-25i {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-30i {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-35i {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-40i {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-45i {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-50i {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px;
}

.m-r-55i {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px;
}

.m-r-60i {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px;
}

.m-r-65i {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px;
}

.m-r-70i {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px;
}

.m-r-75i {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px;
}

.m-r-80i {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px;
}

.m-r-85i {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px;
}

.m-r-90i {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px;
}

.m-r-95i {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px;
}

.m-r-100i {
    margin-right: 100px !important;
}

.m-r-105 {
    margin-right: 105px;
}

.m-r-105i {
    margin-right: 105px !important;
}

.m-r-110 {
    margin-right: 110px;
}

.m-r-110i {
    margin-right: 110px !important;
}

.m-r-115 {
    margin-right: 115px;
}

.m-r-115i {
    margin-right: 115px !important;
}

.m-r-120 {
    margin-right: 120px;
}

.m-r-120i {
    margin-right: 120px !important;
}

.m-r-125 {
    margin-right: 125px;
}

.m-r-125i {
    margin-right: 125px !important;
}

.m-r-130 {
    margin-right: 130px;
}

.m-r-130i {
    margin-right: 130px !important;
}

.m-r-135 {
    margin-right: 135px;
}

.m-r-135i {
    margin-right: 135px !important;
}

.m-r-140 {
    margin-right: 140px;
}

.m-r-140i {
    margin-right: 140px !important;
}

.m-r-145 {
    margin-right: 145px;
}

.m-r-145i {
    margin-right: 145px !important;
}

.m-r-150 {
    margin-right: 150px;
}

.m-r-150i {
    margin-right: 150px !important;
}

.p-t-0 {
    padding-top: 0px;
}

.p-t-0i {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-5i {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-10i {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-15i {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-20i {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-25i {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-30i {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-35i {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-40i {
    padding-top: 40px !important;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-45i {
    padding-top: 45px !important;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-50i {
    padding-top: 50px !important;
}

.p-t-55 {
    padding-top: 55px;
}

.p-t-55i {
    padding-top: 55px !important;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-60i {
    padding-top: 60px !important;
}

.p-t-65 {
    padding-top: 65px;
}

.p-t-65i {
    padding-top: 65px !important;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-70i {
    padding-top: 70px !important;
}

.p-t-75 {
    padding-top: 75px;
}

.p-t-75i {
    padding-top: 75px !important;
}

.p-t-80 {
    padding-top: 80px;
}

.p-t-80i {
    padding-top: 80px !important;
}

.p-t-85 {
    padding-top: 85px;
}

.p-t-85i {
    padding-top: 85px !important;
}

.p-t-90 {
    padding-top: 90px;
}

.p-t-90i {
    padding-top: 90px !important;
}

.p-t-95 {
    padding-top: 95px;
}

.p-t-95i {
    padding-top: 95px !important;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-100i {
    padding-top: 100px !important;
}

.p-t-105 {
    padding-top: 105px;
}

.p-t-105i {
    padding-top: 105px !important;
}

.p-t-110 {
    padding-top: 110px;
}

.p-t-110i {
    padding-top: 110px !important;
}

.p-t-115 {
    padding-top: 115px;
}

.p-t-115i {
    padding-top: 115px !important;
}

.p-t-120 {
    padding-top: 120px;
}

.p-t-120i {
    padding-top: 120px !important;
}

.p-t-125 {
    padding-top: 125px;
}

.p-t-125i {
    padding-top: 125px !important;
}

.p-t-130 {
    padding-top: 130px;
}

.p-t-130i {
    padding-top: 130px !important;
}

.p-t-135 {
    padding-top: 135px;
}

.p-t-135i {
    padding-top: 135px !important;
}

.p-t-140 {
    padding-top: 140px;
}

.p-t-140i {
    padding-top: 140px !important;
}

.p-t-145 {
    padding-top: 145px;
}

.p-t-145i {
    padding-top: 145px !important;
}

.p-t-150 {
    padding-top: 150px;
}

.p-t-150i {
    padding-top: 150px !important;
}

.p-b-0 {
    padding-bottom: 0px;
}

.p-b-0i {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-5i {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-10i {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-15i {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-20i {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-25i {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-30i {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-35i {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-40i {
    padding-bottom: 40px !important;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-45i {
    padding-bottom: 45px !important;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-50i {
    padding-bottom: 50px !important;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-b-55i {
    padding-bottom: 55px !important;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-60i {
    padding-bottom: 60px !important;
}

.p-b-65 {
    padding-bottom: 65px;
}

.p-b-65i {
    padding-bottom: 65px !important;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-b-70i {
    padding-bottom: 70px !important;
}

.p-b-75 {
    padding-bottom: 75px;
}

.p-b-75i {
    padding-bottom: 75px !important;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-b-80i {
    padding-bottom: 80px !important;
}

.p-b-85 {
    padding-bottom: 85px;
}

.p-b-85i {
    padding-bottom: 85px !important;
}

.p-b-90 {
    padding-bottom: 90px;
}

.p-b-90i {
    padding-bottom: 90px !important;
}

.p-b-95 {
    padding-bottom: 95px;
}

.p-b-95i {
    padding-bottom: 95px !important;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-b-100i {
    padding-bottom: 100px !important;
}

.p-b-105 {
    padding-bottom: 105px;
}

.p-b-105i {
    padding-bottom: 105px !important;
}

.p-b-110 {
    padding-bottom: 110px;
}

.p-b-110i {
    padding-bottom: 110px !important;
}

.p-b-115 {
    padding-bottom: 115px;
}

.p-b-115i {
    padding-bottom: 115px !important;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-b-120i {
    padding-bottom: 120px !important;
}

.p-b-125 {
    padding-bottom: 125px;
}

.p-b-125i {
    padding-bottom: 125px !important;
}

.p-b-130 {
    padding-bottom: 130px;
}

.p-b-130i {
    padding-bottom: 130px !important;
}

.p-b-135 {
    padding-bottom: 135px;
}

.p-b-135i {
    padding-bottom: 135px !important;
}

.p-b-140 {
    padding-bottom: 140px;
}

.p-b-140i {
    padding-bottom: 140px !important;
}

.p-b-145 {
    padding-bottom: 145px;
}

.p-b-145i {
    padding-bottom: 145px !important;
}

.p-b-150 {
    padding-bottom: 150px;
}

.p-b-150i {
    padding-bottom: 150px !important;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-0i {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-5i {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-10i {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-15i {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-20i {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-25i {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-30i {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-35i {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-40i {
    padding-left: 40px !important;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-45i {
    padding-left: 45px !important;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-50i {
    padding-left: 50px !important;
}

.p-l-55 {
    padding-left: 55px;
}

.p-l-55i {
    padding-left: 55px !important;
}

.p-l-60 {
    padding-left: 60px;
}

.p-l-60i {
    padding-left: 60px !important;
}

.p-l-65 {
    padding-left: 65px;
}

.p-l-65i {
    padding-left: 65px !important;
}

.p-l-70 {
    padding-left: 70px;
}

.p-l-70i {
    padding-left: 70px !important;
}

.p-l-75 {
    padding-left: 75px;
}

.p-l-75i {
    padding-left: 75px !important;
}

.p-l-80 {
    padding-left: 80px;
}

.p-l-80i {
    padding-left: 80px !important;
}

.p-l-85 {
    padding-left: 85px;
}

.p-l-85i {
    padding-left: 85px !important;
}

.p-l-90 {
    padding-left: 90px;
}

.p-l-90i {
    padding-left: 90px !important;
}

.p-l-95 {
    padding-left: 95px;
}

.p-l-95i {
    padding-left: 95px !important;
}

.p-l-100 {
    padding-left: 100px;
}

.p-l-100i {
    padding-left: 100px !important;
}

.p-l-105 {
    padding-left: 105px;
}

.p-l-105i {
    padding-left: 105px !important;
}

.p-l-110 {
    padding-left: 110px;
}

.p-l-110i {
    padding-left: 110px !important;
}

.p-l-115 {
    padding-left: 115px;
}

.p-l-115i {
    padding-left: 115px !important;
}

.p-l-120 {
    padding-left: 120px;
}

.p-l-120i {
    padding-left: 120px !important;
}

.p-l-125 {
    padding-left: 125px;
}

.p-l-125i {
    padding-left: 125px !important;
}

.p-l-130 {
    padding-left: 130px;
}

.p-l-130i {
    padding-left: 130px !important;
}

.p-l-135 {
    padding-left: 135px;
}

.p-l-135i {
    padding-left: 135px !important;
}

.p-l-140 {
    padding-left: 140px;
}

.p-l-140i {
    padding-left: 140px !important;
}

.p-l-145 {
    padding-left: 145px;
}

.p-l-145i {
    padding-left: 145px !important;
}

.p-l-150 {
    padding-left: 150px;
}

.p-l-150i {
    padding-left: 150px !important;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-0i {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-5i {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-10i {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-15i {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-20i {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-25i {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-30i {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-35i {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-40i {
    padding-right: 40px !important;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-45i {
    padding-right: 45px !important;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-50i {
    padding-right: 50px !important;
}

.p-r-55 {
    padding-right: 55px;
}

.p-r-55i {
    padding-right: 55px !important;
}

.p-r-60 {
    padding-right: 60px;
}

.p-r-60i {
    padding-right: 60px !important;
}

.p-r-65 {
    padding-right: 65px;
}

.p-r-65i {
    padding-right: 65px !important;
}

.p-r-70 {
    padding-right: 70px;
}

.p-r-70i {
    padding-right: 70px !important;
}

.p-r-75 {
    padding-right: 75px;
}

.p-r-75i {
    padding-right: 75px !important;
}

.p-r-80 {
    padding-right: 80px;
}

.p-r-80i {
    padding-right: 80px !important;
}

.p-r-85 {
    padding-right: 85px;
}

.p-r-85i {
    padding-right: 85px !important;
}

.p-r-90 {
    padding-right: 90px;
}

.p-r-90i {
    padding-right: 90px !important;
}

.p-r-95 {
    padding-right: 95px;
}

.p-r-95i {
    padding-right: 95px !important;
}

.p-r-100 {
    padding-right: 100px;
}

.p-r-100i {
    padding-right: 100px !important;
}

.p-r-105 {
    padding-right: 105px;
}

.p-r-105i {
    padding-right: 105px !important;
}

.p-r-110 {
    padding-right: 110px;
}

.p-r-110i {
    padding-right: 110px !important;
}

.p-r-115 {
    padding-right: 115px;
}

.p-r-115i {
    padding-right: 115px !important;
}

.p-r-120 {
    padding-right: 120px;
}

.p-r-120i {
    padding-right: 120px !important;
}

.p-r-125 {
    padding-right: 125px;
}

.p-r-125i {
    padding-right: 125px !important;
}

.p-r-130 {
    padding-right: 130px;
}

.p-r-130i {
    padding-right: 130px !important;
}

.p-r-135 {
    padding-right: 135px;
}

.p-r-135i {
    padding-right: 135px !important;
}

.p-r-140 {
    padding-right: 140px;
}

.p-r-140i {
    padding-right: 140px !important;
}

.p-r-145 {
    padding-right: 145px;
}

.p-r-145i {
    padding-right: 145px !important;
}

.p-r-150 {
    padding-right: 150px;
}

.p-r-150i {
    padding-right: 150px !important;
}

.f-s-0 {
    font-size: 0px;
}

.f-s-0i {
    font-size: 0px !important;
}

.f-s-2 {
    font-size: 2px;
}

.f-s-2i {
    font-size: 2px !important;
}

.f-s-4 {
    font-size: 4px;
}

.f-s-4i {
    font-size: 4px !important;
}

.f-s-6 {
    font-size: 6px;
}

.f-s-6i {
    font-size: 6px !important;
}

.f-s-8 {
    font-size: 8px;
}

.f-s-8i {
    font-size: 8px !important;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-10i {
    font-size: 10px !important;
}

.f-s-12 {
    font-size: 12px;
}

.f-s-12i {
    font-size: 12px !important;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-14i {
    font-size: 14px !important;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-16i {
    font-size: 16px !important;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-18i {
    font-size: 18px !important;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-20i {
    font-size: 20px !important;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-22i {
    font-size: 22px !important;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-24i {
    font-size: 24px !important;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-26i {
    font-size: 26px !important;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-28i {
    font-size: 28px !important;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-30i {
    font-size: 30px !important;
}

.f-s-32 {
    font-size: 32px;
}

.f-s-32i {
    font-size: 32px !important;
}

.f-s-34 {
    font-size: 34px;
}

.f-s-34i {
    font-size: 34px !important;
}

.f-s-36 {
    font-size: 36px;
}

.f-s-36i {
    font-size: 36px !important;
}

.f-s-38 {
    font-size: 38px;
}

.f-s-38i {
    font-size: 38px !important;
}

.f-s-40 {
    font-size: 40px;
}

.f-s-40i {
    font-size: 40px !important;
}

.f-s-42 {
    font-size: 42px;
}

.f-s-42i {
    font-size: 42px !important;
}

.f-s-44 {
    font-size: 44px;
}

.f-s-44i {
    font-size: 44px !important;
}

.f-s-46 {
    font-size: 46px;
}

.f-s-46i {
    font-size: 46px !important;
}

.f-s-48 {
    font-size: 48px;
}

.f-s-48i {
    font-size: 48px !important;
}

.f-s-50 {
    font-size: 50px;
}

.f-s-50i {
    font-size: 50px !important;
}

.f-s-52 {
    font-size: 52px;
}

.f-s-52i {
    font-size: 52px !important;
}

.f-s-54 {
    font-size: 54px;
}

.f-s-54i {
    font-size: 54px !important;
}

.f-s-56 {
    font-size: 56px;
}

.f-s-56i {
    font-size: 56px !important;
}

.f-s-58 {
    font-size: 58px;
}

.f-s-58i {
    font-size: 58px !important;
}

.f-s-60 {
    font-size: 60px;
}

.f-s-60i {
    font-size: 60px !important;
}

.f-s-62 {
    font-size: 62px;
}

.f-s-62i {
    font-size: 62px !important;
}

.f-s-64 {
    font-size: 64px;
}

.f-s-64i {
    font-size: 64px !important;
}

.f-s-66 {
    font-size: 66px;
}

.f-s-66i {
    font-size: 66px !important;
}

.f-s-68 {
    font-size: 68px;
}

.f-s-68i {
    font-size: 68px !important;
}

.f-s-70 {
    font-size: 70px;
}

.f-s-70i {
    font-size: 70px !important;
}

.f-s-72 {
    font-size: 72px;
}

.f-s-72i {
    font-size: 72px !important;
}

.f-s-74 {
    font-size: 74px;
}

.f-s-74i {
    font-size: 74px !important;
}

.f-s-76 {
    font-size: 76px;
}

.f-s-76i {
    font-size: 76px !important;
}

.f-s-78 {
    font-size: 78px;
}

.f-s-78i {
    font-size: 78px !important;
}

.f-s-80 {
    font-size: 80px;
}

.f-s-80i {
    font-size: 80px !important;
}

.f-s-82 {
    font-size: 82px;
}

.f-s-82i {
    font-size: 82px !important;
}

.f-s-84 {
    font-size: 84px;
}

.f-s-84i {
    font-size: 84px !important;
}

.f-s-86 {
    font-size: 86px;
}

.f-s-86i {
    font-size: 86px !important;
}

.f-s-88 {
    font-size: 88px;
}

.f-s-88i {
    font-size: 88px !important;
}

.f-s-90 {
    font-size: 90px;
}

.f-s-90i {
    font-size: 90px !important;
}

.f-s-92 {
    font-size: 92px;
}

.f-s-92i {
    font-size: 92px !important;
}

.f-s-94 {
    font-size: 94px;
}

.f-s-94i {
    font-size: 94px !important;
}

.f-s-96 {
    font-size: 96px;
}

.f-s-96i {
    font-size: 96px !important;
}

.f-s-98 {
    font-size: 98px;
}

.f-s-98i {
    font-size: 98px !important;
}

.f-s-100 {
    font-size: 100px;
}

.f-s-100i {
    font-size: 100px !important;
}

.xl-m-t-0 {
    margin-top: 0px;
}

.xl-m-t-0i {
    margin-top: 0px !important;
}

.xl-m-t-5 {
    margin-top: 5px;
}

.xl-m-t-5i {
    margin-top: 5px !important;
}

.xl-m-t-10 {
    margin-top: 10px;
}

.xl-m-t-10i {
    margin-top: 10px !important;
}

.xl-m-t-15 {
    margin-top: 15px;
}

.xl-m-t-15i {
    margin-top: 15px !important;
}

.xl-m-t-20 {
    margin-top: 20px;
}

.xl-m-t-20i {
    margin-top: 20px !important;
}

.xl-m-t-25 {
    margin-top: 25px;
}

.xl-m-t-25i {
    margin-top: 25px !important;
}

.xl-m-t-30 {
    margin-top: 30px;
}

.xl-m-t-30i {
    margin-top: 30px !important;
}

.xl-m-t-35 {
    margin-top: 35px;
}

.xl-m-t-35i {
    margin-top: 35px !important;
}

.xl-m-t-40 {
    margin-top: 40px;
}

.xl-m-t-40i {
    margin-top: 40px !important;
}

.xl-m-t-45 {
    margin-top: 45px;
}

.xl-m-t-45i {
    margin-top: 45px !important;
}

.xl-m-t-50 {
    margin-top: 50px;
}

.xl-m-t-50i {
    margin-top: 50px !important;
}

.xl-m-t-55 {
    margin-top: 55px;
}

.xl-m-t-55i {
    margin-top: 55px !important;
}

.xl-m-t-60 {
    margin-top: 60px;
}

.xl-m-t-60i {
    margin-top: 60px !important;
}

.xl-m-t-65 {
    margin-top: 65px;
}

.xl-m-t-65i {
    margin-top: 65px !important;
}

.xl-m-t-70 {
    margin-top: 70px;
}

.xl-m-t-70i {
    margin-top: 70px !important;
}

.xl-m-t-75 {
    margin-top: 75px;
}

.xl-m-t-75i {
    margin-top: 75px !important;
}

.xl-m-t-80 {
    margin-top: 80px;
}

.xl-m-t-80i {
    margin-top: 80px !important;
}

.xl-m-t-85 {
    margin-top: 85px;
}

.xl-m-t-85i {
    margin-top: 85px !important;
}

.xl-m-t-90 {
    margin-top: 90px;
}

.xl-m-t-90i {
    margin-top: 90px !important;
}

.xl-m-t-95 {
    margin-top: 95px;
}

.xl-m-t-95i {
    margin-top: 95px !important;
}

.xl-m-t-100 {
    margin-top: 100px;
}

.xl-m-t-100i {
    margin-top: 100px !important;
}

.xl-m-t-105 {
    margin-top: 105px;
}

.xl-m-t-105i {
    margin-top: 105px !important;
}

.xl-m-t-110 {
    margin-top: 110px;
}

.xl-m-t-110i {
    margin-top: 110px !important;
}

.xl-m-t-115 {
    margin-top: 115px;
}

.xl-m-t-115i {
    margin-top: 115px !important;
}

.xl-m-t-120 {
    margin-top: 120px;
}

.xl-m-t-120i {
    margin-top: 120px !important;
}

.xl-m-t-125 {
    margin-top: 125px;
}

.xl-m-t-125i {
    margin-top: 125px !important;
}

.xl-m-t-130 {
    margin-top: 130px;
}

.xl-m-t-130i {
    margin-top: 130px !important;
}

.xl-m-t-135 {
    margin-top: 135px;
}

.xl-m-t-135i {
    margin-top: 135px !important;
}

.xl-m-t-140 {
    margin-top: 140px;
}

.xl-m-t-140i {
    margin-top: 140px !important;
}

.xl-m-t-145 {
    margin-top: 145px;
}

.xl-m-t-145i {
    margin-top: 145px !important;
}

.xl-m-t-150 {
    margin-top: 150px;
}

.xl-m-t-150i {
    margin-top: 150px !important;
}

.xl-m-b-0 {
    margin-bottom: 0px;
}

.xl-m-b-0i {
    margin-bottom: 0px !important;
}

.xl-m-b-5 {
    margin-bottom: 5px;
}

.xl-m-b-5i {
    margin-bottom: 5px !important;
}

.xl-m-b-10 {
    margin-bottom: 10px;
}

.xl-m-b-10i {
    margin-bottom: 10px !important;
}

.xl-m-b-15 {
    margin-bottom: 15px;
}

.xl-m-b-15i {
    margin-bottom: 15px !important;
}

.xl-m-b-20 {
    margin-bottom: 20px;
}

.xl-m-b-20i {
    margin-bottom: 20px !important;
}

.xl-m-b-25 {
    margin-bottom: 25px;
}

.xl-m-b-25i {
    margin-bottom: 25px !important;
}

.xl-m-b-30 {
    margin-bottom: 30px;
}

.xl-m-b-30i {
    margin-bottom: 30px !important;
}

.xl-m-b-35 {
    margin-bottom: 35px;
}

.xl-m-b-35i {
    margin-bottom: 35px !important;
}

.xl-m-b-40 {
    margin-bottom: 40px;
}

.xl-m-b-40i {
    margin-bottom: 40px !important;
}

.xl-m-b-45 {
    margin-bottom: 45px;
}

.xl-m-b-45i {
    margin-bottom: 45px !important;
}

.xl-m-b-50 {
    margin-bottom: 50px;
}

.xl-m-b-50i {
    margin-bottom: 50px !important;
}

.xl-m-b-55 {
    margin-bottom: 55px;
}

.xl-m-b-55i {
    margin-bottom: 55px !important;
}

.xl-m-b-60 {
    margin-bottom: 60px;
}

.xl-m-b-60i {
    margin-bottom: 60px !important;
}

.xl-m-b-65 {
    margin-bottom: 65px;
}

.xl-m-b-65i {
    margin-bottom: 65px !important;
}

.xl-m-b-70 {
    margin-bottom: 70px;
}

.xl-m-b-70i {
    margin-bottom: 70px !important;
}

.xl-m-b-75 {
    margin-bottom: 75px;
}

.xl-m-b-75i {
    margin-bottom: 75px !important;
}

.xl-m-b-80 {
    margin-bottom: 80px;
}

.xl-m-b-80i {
    margin-bottom: 80px !important;
}

.xl-m-b-85 {
    margin-bottom: 85px;
}

.xl-m-b-85i {
    margin-bottom: 85px !important;
}

.xl-m-b-90 {
    margin-bottom: 90px;
}

.xl-m-b-90i {
    margin-bottom: 90px !important;
}

.xl-m-b-95 {
    margin-bottom: 95px;
}

.xl-m-b-95i {
    margin-bottom: 95px !important;
}

.xl-m-b-100 {
    margin-bottom: 100px;
}

.xl-m-b-100i {
    margin-bottom: 100px !important;
}

.xl-m-b-105 {
    margin-bottom: 105px;
}

.xl-m-b-105i {
    margin-bottom: 105px !important;
}

.xl-m-b-110 {
    margin-bottom: 110px;
}

.xl-m-b-110i {
    margin-bottom: 110px !important;
}

.xl-m-b-115 {
    margin-bottom: 115px;
}

.xl-m-b-115i {
    margin-bottom: 115px !important;
}

.xl-m-b-120 {
    margin-bottom: 120px;
}

.xl-m-b-120i {
    margin-bottom: 120px !important;
}

.xl-m-b-125 {
    margin-bottom: 125px;
}

.xl-m-b-125i {
    margin-bottom: 125px !important;
}

.xl-m-b-130 {
    margin-bottom: 130px;
}

.xl-m-b-130i {
    margin-bottom: 130px !important;
}

.xl-m-b-135 {
    margin-bottom: 135px;
}

.xl-m-b-135i {
    margin-bottom: 135px !important;
}

.xl-m-b-140 {
    margin-bottom: 140px;
}

.xl-m-b-140i {
    margin-bottom: 140px !important;
}

.xl-m-b-145 {
    margin-bottom: 145px;
}

.xl-m-b-145i {
    margin-bottom: 145px !important;
}

.xl-m-b-150 {
    margin-bottom: 150px;
}

.xl-m-b-150i {
    margin-bottom: 150px !important;
}

.xl-m-l-0 {
    margin-left: 0px;
}

.xl-m-l-0i {
    margin-left: 0px !important;
}

.xl-m-l-5 {
    margin-left: 5px;
}

.xl-m-l-5i {
    margin-left: 5px !important;
}

.xl-m-l-10 {
    margin-left: 10px;
}

.xl-m-l-10i {
    margin-left: 10px !important;
}

.xl-m-l-15 {
    margin-left: 15px;
}

.xl-m-l-15i {
    margin-left: 15px !important;
}

.xl-m-l-20 {
    margin-left: 20px;
}

.xl-m-l-20i {
    margin-left: 20px !important;
}

.xl-m-l-25 {
    margin-left: 25px;
}

.xl-m-l-25i {
    margin-left: 25px !important;
}

.xl-m-l-30 {
    margin-left: 30px;
}

.xl-m-l-30i {
    margin-left: 30px !important;
}

.xl-m-l-35 {
    margin-left: 35px;
}

.xl-m-l-35i {
    margin-left: 35px !important;
}

.xl-m-l-40 {
    margin-left: 40px;
}

.xl-m-l-40i {
    margin-left: 40px !important;
}

.xl-m-l-45 {
    margin-left: 45px;
}

.xl-m-l-45i {
    margin-left: 45px !important;
}

.xl-m-l-50 {
    margin-left: 50px;
}

.xl-m-l-50i {
    margin-left: 50px !important;
}

.xl-m-l-55 {
    margin-left: 55px;
}

.xl-m-l-55i {
    margin-left: 55px !important;
}

.xl-m-l-60 {
    margin-left: 60px;
}

.xl-m-l-60i {
    margin-left: 60px !important;
}

.xl-m-l-65 {
    margin-left: 65px;
}

.xl-m-l-65i {
    margin-left: 65px !important;
}

.xl-m-l-70 {
    margin-left: 70px;
}

.xl-m-l-70i {
    margin-left: 70px !important;
}

.xl-m-l-75 {
    margin-left: 75px;
}

.xl-m-l-75i {
    margin-left: 75px !important;
}

.xl-m-l-80 {
    margin-left: 80px;
}

.xl-m-l-80i {
    margin-left: 80px !important;
}

.xl-m-l-85 {
    margin-left: 85px;
}

.xl-m-l-85i {
    margin-left: 85px !important;
}

.xl-m-l-90 {
    margin-left: 90px;
}

.xl-m-l-90i {
    margin-left: 90px !important;
}

.xl-m-l-95 {
    margin-left: 95px;
}

.xl-m-l-95i {
    margin-left: 95px !important;
}

.xl-m-l-100 {
    margin-left: 100px;
}

.xl-m-l-100i {
    margin-left: 100px !important;
}

.xl-m-l-105 {
    margin-left: 105px;
}

.xl-m-l-105i {
    margin-left: 105px !important;
}

.xl-m-l-110 {
    margin-left: 110px;
}

.xl-m-l-110i {
    margin-left: 110px !important;
}

.xl-m-l-115 {
    margin-left: 115px;
}

.xl-m-l-115i {
    margin-left: 115px !important;
}

.xl-m-l-120 {
    margin-left: 120px;
}

.xl-m-l-120i {
    margin-left: 120px !important;
}

.xl-m-l-125 {
    margin-left: 125px;
}

.xl-m-l-125i {
    margin-left: 125px !important;
}

.xl-m-l-130 {
    margin-left: 130px;
}

.xl-m-l-130i {
    margin-left: 130px !important;
}

.xl-m-l-135 {
    margin-left: 135px;
}

.xl-m-l-135i {
    margin-left: 135px !important;
}

.xl-m-l-140 {
    margin-left: 140px;
}

.xl-m-l-140i {
    margin-left: 140px !important;
}

.xl-m-l-145 {
    margin-left: 145px;
}

.xl-m-l-145i {
    margin-left: 145px !important;
}

.xl-m-l-150 {
    margin-left: 150px;
}

.xl-m-l-150i {
    margin-left: 150px !important;
}

.xl-m-r-0 {
    margin-right: 0px;
}

.xl-m-r-0i {
    margin-right: 0px !important;
}

.xl-m-r-5 {
    margin-right: 5px;
}

.xl-m-r-5i {
    margin-right: 5px !important;
}

.xl-m-r-10 {
    margin-right: 10px;
}

.xl-m-r-10i {
    margin-right: 10px !important;
}

.xl-m-r-15 {
    margin-right: 15px;
}

.xl-m-r-15i {
    margin-right: 15px !important;
}

.xl-m-r-20 {
    margin-right: 20px;
}

.xl-m-r-20i {
    margin-right: 20px !important;
}

.xl-m-r-25 {
    margin-right: 25px;
}

.xl-m-r-25i {
    margin-right: 25px !important;
}

.xl-m-r-30 {
    margin-right: 30px;
}

.xl-m-r-30i {
    margin-right: 30px !important;
}

.xl-m-r-35 {
    margin-right: 35px;
}

.xl-m-r-35i {
    margin-right: 35px !important;
}

.xl-m-r-40 {
    margin-right: 40px;
}

.xl-m-r-40i {
    margin-right: 40px !important;
}

.xl-m-r-45 {
    margin-right: 45px;
}

.xl-m-r-45i {
    margin-right: 45px !important;
}

.xl-m-r-50 {
    margin-right: 50px;
}

.xl-m-r-50i {
    margin-right: 50px !important;
}

.xl-m-r-55 {
    margin-right: 55px;
}

.xl-m-r-55i {
    margin-right: 55px !important;
}

.xl-m-r-60 {
    margin-right: 60px;
}

.xl-m-r-60i {
    margin-right: 60px !important;
}

.xl-m-r-65 {
    margin-right: 65px;
}

.xl-m-r-65i {
    margin-right: 65px !important;
}

.xl-m-r-70 {
    margin-right: 70px;
}

.xl-m-r-70i {
    margin-right: 70px !important;
}

.xl-m-r-75 {
    margin-right: 75px;
}

.xl-m-r-75i {
    margin-right: 75px !important;
}

.xl-m-r-80 {
    margin-right: 80px;
}

.xl-m-r-80i {
    margin-right: 80px !important;
}

.xl-m-r-85 {
    margin-right: 85px;
}

.xl-m-r-85i {
    margin-right: 85px !important;
}

.xl-m-r-90 {
    margin-right: 90px;
}

.xl-m-r-90i {
    margin-right: 90px !important;
}

.xl-m-r-95 {
    margin-right: 95px;
}

.xl-m-r-95i {
    margin-right: 95px !important;
}

.xl-m-r-100 {
    margin-right: 100px;
}

.xl-m-r-100i {
    margin-right: 100px !important;
}

.xl-m-r-105 {
    margin-right: 105px;
}

.xl-m-r-105i {
    margin-right: 105px !important;
}

.xl-m-r-110 {
    margin-right: 110px;
}

.xl-m-r-110i {
    margin-right: 110px !important;
}

.xl-m-r-115 {
    margin-right: 115px;
}

.xl-m-r-115i {
    margin-right: 115px !important;
}

.xl-m-r-120 {
    margin-right: 120px;
}

.xl-m-r-120i {
    margin-right: 120px !important;
}

.xl-m-r-125 {
    margin-right: 125px;
}

.xl-m-r-125i {
    margin-right: 125px !important;
}

.xl-m-r-130 {
    margin-right: 130px;
}

.xl-m-r-130i {
    margin-right: 130px !important;
}

.xl-m-r-135 {
    margin-right: 135px;
}

.xl-m-r-135i {
    margin-right: 135px !important;
}

.xl-m-r-140 {
    margin-right: 140px;
}

.xl-m-r-140i {
    margin-right: 140px !important;
}

.xl-m-r-145 {
    margin-right: 145px;
}

.xl-m-r-145i {
    margin-right: 145px !important;
}

.xl-m-r-150 {
    margin-right: 150px;
}

.xl-m-r-150i {
    margin-right: 150px !important;
}

.xl-p-t-0 {
    padding-top: 0px;
}

.xl-p-t-0i {
    padding-top: 0px !important;
}

.xl-p-t-5 {
    padding-top: 5px;
}

.xl-p-t-5i {
    padding-top: 5px !important;
}

.xl-p-t-10 {
    padding-top: 10px;
}

.xl-p-t-10i {
    padding-top: 10px !important;
}

.xl-p-t-15 {
    padding-top: 15px;
}

.xl-p-t-15i {
    padding-top: 15px !important;
}

.xl-p-t-20 {
    padding-top: 20px;
}

.xl-p-t-20i {
    padding-top: 20px !important;
}

.xl-p-t-25 {
    padding-top: 25px;
}

.xl-p-t-25i {
    padding-top: 25px !important;
}

.xl-p-t-30 {
    padding-top: 30px;
}

.xl-p-t-30i {
    padding-top: 30px !important;
}

.xl-p-t-35 {
    padding-top: 35px;
}

.xl-p-t-35i {
    padding-top: 35px !important;
}

.xl-p-t-40 {
    padding-top: 40px;
}

.xl-p-t-40i {
    padding-top: 40px !important;
}

.xl-p-t-45 {
    padding-top: 45px;
}

.xl-p-t-45i {
    padding-top: 45px !important;
}

.xl-p-t-50 {
    padding-top: 50px;
}

.xl-p-t-50i {
    padding-top: 50px !important;
}

.xl-p-t-55 {
    padding-top: 55px;
}

.xl-p-t-55i {
    padding-top: 55px !important;
}

.xl-p-t-60 {
    padding-top: 60px;
}

.xl-p-t-60i {
    padding-top: 60px !important;
}

.xl-p-t-65 {
    padding-top: 65px;
}

.xl-p-t-65i {
    padding-top: 65px !important;
}

.xl-p-t-70 {
    padding-top: 70px;
}

.xl-p-t-70i {
    padding-top: 70px !important;
}

.xl-p-t-75 {
    padding-top: 75px;
}

.xl-p-t-75i {
    padding-top: 75px !important;
}

.xl-p-t-80 {
    padding-top: 80px;
}

.xl-p-t-80i {
    padding-top: 80px !important;
}

.xl-p-t-85 {
    padding-top: 85px;
}

.xl-p-t-85i {
    padding-top: 85px !important;
}

.xl-p-t-90 {
    padding-top: 90px;
}

.xl-p-t-90i {
    padding-top: 90px !important;
}

.xl-p-t-95 {
    padding-top: 95px;
}

.xl-p-t-95i {
    padding-top: 95px !important;
}

.xl-p-t-100 {
    padding-top: 100px;
}

.xl-p-t-100i {
    padding-top: 100px !important;
}

.xl-p-t-105 {
    padding-top: 105px;
}

.xl-p-t-105i {
    padding-top: 105px !important;
}

.xl-p-t-110 {
    padding-top: 110px;
}

.xl-p-t-110i {
    padding-top: 110px !important;
}

.xl-p-t-115 {
    padding-top: 115px;
}

.xl-p-t-115i {
    padding-top: 115px !important;
}

.xl-p-t-120 {
    padding-top: 120px;
}

.xl-p-t-120i {
    padding-top: 120px !important;
}

.xl-p-t-125 {
    padding-top: 125px;
}

.xl-p-t-125i {
    padding-top: 125px !important;
}

.xl-p-t-130 {
    padding-top: 130px;
}

.xl-p-t-130i {
    padding-top: 130px !important;
}

.xl-p-t-135 {
    padding-top: 135px;
}

.xl-p-t-135i {
    padding-top: 135px !important;
}

.xl-p-t-140 {
    padding-top: 140px;
}

.xl-p-t-140i {
    padding-top: 140px !important;
}

.xl-p-t-145 {
    padding-top: 145px;
}

.xl-p-t-145i {
    padding-top: 145px !important;
}

.xl-p-t-150 {
    padding-top: 150px;
}

.xl-p-t-150i {
    padding-top: 150px !important;
}

.xl-p-b-0 {
    padding-bottom: 0px;
}

.xl-p-b-0i {
    padding-bottom: 0px !important;
}

.xl-p-b-5 {
    padding-bottom: 5px;
}

.xl-p-b-5i {
    padding-bottom: 5px !important;
}

.xl-p-b-10 {
    padding-bottom: 10px;
}

.xl-p-b-10i {
    padding-bottom: 10px !important;
}

.xl-p-b-15 {
    padding-bottom: 15px;
}

.xl-p-b-15i {
    padding-bottom: 15px !important;
}

.xl-p-b-20 {
    padding-bottom: 20px;
}

.xl-p-b-20i {
    padding-bottom: 20px !important;
}

.xl-p-b-25 {
    padding-bottom: 25px;
}

.xl-p-b-25i {
    padding-bottom: 25px !important;
}

.xl-p-b-30 {
    padding-bottom: 30px;
}

.xl-p-b-30i {
    padding-bottom: 30px !important;
}

.xl-p-b-35 {
    padding-bottom: 35px;
}

.xl-p-b-35i {
    padding-bottom: 35px !important;
}

.xl-p-b-40 {
    padding-bottom: 40px;
}

.xl-p-b-40i {
    padding-bottom: 40px !important;
}

.xl-p-b-45 {
    padding-bottom: 45px;
}

.xl-p-b-45i {
    padding-bottom: 45px !important;
}

.xl-p-b-50 {
    padding-bottom: 50px;
}

.xl-p-b-50i {
    padding-bottom: 50px !important;
}

.xl-p-b-55 {
    padding-bottom: 55px;
}

.xl-p-b-55i {
    padding-bottom: 55px !important;
}

.xl-p-b-60 {
    padding-bottom: 60px;
}

.xl-p-b-60i {
    padding-bottom: 60px !important;
}

.xl-p-b-65 {
    padding-bottom: 65px;
}

.xl-p-b-65i {
    padding-bottom: 65px !important;
}

.xl-p-b-70 {
    padding-bottom: 70px;
}

.xl-p-b-70i {
    padding-bottom: 70px !important;
}

.xl-p-b-75 {
    padding-bottom: 75px;
}

.xl-p-b-75i {
    padding-bottom: 75px !important;
}

.xl-p-b-80 {
    padding-bottom: 80px;
}

.xl-p-b-80i {
    padding-bottom: 80px !important;
}

.xl-p-b-85 {
    padding-bottom: 85px;
}

.xl-p-b-85i {
    padding-bottom: 85px !important;
}

.xl-p-b-90 {
    padding-bottom: 90px;
}

.xl-p-b-90i {
    padding-bottom: 90px !important;
}

.xl-p-b-95 {
    padding-bottom: 95px;
}

.xl-p-b-95i {
    padding-bottom: 95px !important;
}

.xl-p-b-100 {
    padding-bottom: 100px;
}

.xl-p-b-100i {
    padding-bottom: 100px !important;
}

.xl-p-b-105 {
    padding-bottom: 105px;
}

.xl-p-b-105i {
    padding-bottom: 105px !important;
}

.xl-p-b-110 {
    padding-bottom: 110px;
}

.xl-p-b-110i {
    padding-bottom: 110px !important;
}

.xl-p-b-115 {
    padding-bottom: 115px;
}

.xl-p-b-115i {
    padding-bottom: 115px !important;
}

.xl-p-b-120 {
    padding-bottom: 120px;
}

.xl-p-b-120i {
    padding-bottom: 120px !important;
}

.xl-p-b-125 {
    padding-bottom: 125px;
}

.xl-p-b-125i {
    padding-bottom: 125px !important;
}

.xl-p-b-130 {
    padding-bottom: 130px;
}

.xl-p-b-130i {
    padding-bottom: 130px !important;
}

.xl-p-b-135 {
    padding-bottom: 135px;
}

.xl-p-b-135i {
    padding-bottom: 135px !important;
}

.xl-p-b-140 {
    padding-bottom: 140px;
}

.xl-p-b-140i {
    padding-bottom: 140px !important;
}

.xl-p-b-145 {
    padding-bottom: 145px;
}

.xl-p-b-145i {
    padding-bottom: 145px !important;
}

.xl-p-b-150 {
    padding-bottom: 150px;
}

.xl-p-b-150i {
    padding-bottom: 150px !important;
}

.xl-p-l-0 {
    padding-left: 0px;
}

.xl-p-l-0i {
    padding-left: 0px !important;
}

.xl-p-l-5 {
    padding-left: 5px;
}

.xl-p-l-5i {
    padding-left: 5px !important;
}

.xl-p-l-10 {
    padding-left: 10px;
}

.xl-p-l-10i {
    padding-left: 10px !important;
}

.xl-p-l-15 {
    padding-left: 15px;
}

.xl-p-l-15i {
    padding-left: 15px !important;
}

.xl-p-l-20 {
    padding-left: 20px;
}

.xl-p-l-20i {
    padding-left: 20px !important;
}

.xl-p-l-25 {
    padding-left: 25px;
}

.xl-p-l-25i {
    padding-left: 25px !important;
}

.xl-p-l-30 {
    padding-left: 30px;
}

.xl-p-l-30i {
    padding-left: 30px !important;
}

.xl-p-l-35 {
    padding-left: 35px;
}

.xl-p-l-35i {
    padding-left: 35px !important;
}

.xl-p-l-40 {
    padding-left: 40px;
}

.xl-p-l-40i {
    padding-left: 40px !important;
}

.xl-p-l-45 {
    padding-left: 45px;
}

.xl-p-l-45i {
    padding-left: 45px !important;
}

.xl-p-l-50 {
    padding-left: 50px;
}

.xl-p-l-50i {
    padding-left: 50px !important;
}

.xl-p-l-55 {
    padding-left: 55px;
}

.xl-p-l-55i {
    padding-left: 55px !important;
}

.xl-p-l-60 {
    padding-left: 60px;
}

.xl-p-l-60i {
    padding-left: 60px !important;
}

.xl-p-l-65 {
    padding-left: 65px;
}

.xl-p-l-65i {
    padding-left: 65px !important;
}

.xl-p-l-70 {
    padding-left: 70px;
}

.xl-p-l-70i {
    padding-left: 70px !important;
}

.xl-p-l-75 {
    padding-left: 75px;
}

.xl-p-l-75i {
    padding-left: 75px !important;
}

.xl-p-l-80 {
    padding-left: 80px;
}

.xl-p-l-80i {
    padding-left: 80px !important;
}

.xl-p-l-85 {
    padding-left: 85px;
}

.xl-p-l-85i {
    padding-left: 85px !important;
}

.xl-p-l-90 {
    padding-left: 90px;
}

.xl-p-l-90i {
    padding-left: 90px !important;
}

.xl-p-l-95 {
    padding-left: 95px;
}

.xl-p-l-95i {
    padding-left: 95px !important;
}

.xl-p-l-100 {
    padding-left: 100px;
}

.xl-p-l-100i {
    padding-left: 100px !important;
}

.xl-p-l-105 {
    padding-left: 105px;
}

.xl-p-l-105i {
    padding-left: 105px !important;
}

.xl-p-l-110 {
    padding-left: 110px;
}

.xl-p-l-110i {
    padding-left: 110px !important;
}

.xl-p-l-115 {
    padding-left: 115px;
}

.xl-p-l-115i {
    padding-left: 115px !important;
}

.xl-p-l-120 {
    padding-left: 120px;
}

.xl-p-l-120i {
    padding-left: 120px !important;
}

.xl-p-l-125 {
    padding-left: 125px;
}

.xl-p-l-125i {
    padding-left: 125px !important;
}

.xl-p-l-130 {
    padding-left: 130px;
}

.xl-p-l-130i {
    padding-left: 130px !important;
}

.xl-p-l-135 {
    padding-left: 135px;
}

.xl-p-l-135i {
    padding-left: 135px !important;
}

.xl-p-l-140 {
    padding-left: 140px;
}

.xl-p-l-140i {
    padding-left: 140px !important;
}

.xl-p-l-145 {
    padding-left: 145px;
}

.xl-p-l-145i {
    padding-left: 145px !important;
}

.xl-p-l-150 {
    padding-left: 150px;
}

.xl-p-l-150i {
    padding-left: 150px !important;
}

.xl-p-r-0 {
    padding-right: 0px;
}

.xl-p-r-0i {
    padding-right: 0px !important;
}

.xl-p-r-5 {
    padding-right: 5px;
}

.xl-p-r-5i {
    padding-right: 5px !important;
}

.xl-p-r-10 {
    padding-right: 10px;
}

.xl-p-r-10i {
    padding-right: 10px !important;
}

.xl-p-r-15 {
    padding-right: 15px;
}

.xl-p-r-15i {
    padding-right: 15px !important;
}

.xl-p-r-20 {
    padding-right: 20px;
}

.xl-p-r-20i {
    padding-right: 20px !important;
}

.xl-p-r-25 {
    padding-right: 25px;
}

.xl-p-r-25i {
    padding-right: 25px !important;
}

.xl-p-r-30 {
    padding-right: 30px;
}

.xl-p-r-30i {
    padding-right: 30px !important;
}

.xl-p-r-35 {
    padding-right: 35px;
}

.xl-p-r-35i {
    padding-right: 35px !important;
}

.xl-p-r-40 {
    padding-right: 40px;
}

.xl-p-r-40i {
    padding-right: 40px !important;
}

.xl-p-r-45 {
    padding-right: 45px;
}

.xl-p-r-45i {
    padding-right: 45px !important;
}

.xl-p-r-50 {
    padding-right: 50px;
}

.xl-p-r-50i {
    padding-right: 50px !important;
}

.xl-p-r-55 {
    padding-right: 55px;
}

.xl-p-r-55i {
    padding-right: 55px !important;
}

.xl-p-r-60 {
    padding-right: 60px;
}

.xl-p-r-60i {
    padding-right: 60px !important;
}

.xl-p-r-65 {
    padding-right: 65px;
}

.xl-p-r-65i {
    padding-right: 65px !important;
}

.xl-p-r-70 {
    padding-right: 70px;
}

.xl-p-r-70i {
    padding-right: 70px !important;
}

.xl-p-r-75 {
    padding-right: 75px;
}

.xl-p-r-75i {
    padding-right: 75px !important;
}

.xl-p-r-80 {
    padding-right: 80px;
}

.xl-p-r-80i {
    padding-right: 80px !important;
}

.xl-p-r-85 {
    padding-right: 85px;
}

.xl-p-r-85i {
    padding-right: 85px !important;
}

.xl-p-r-90 {
    padding-right: 90px;
}

.xl-p-r-90i {
    padding-right: 90px !important;
}

.xl-p-r-95 {
    padding-right: 95px;
}

.xl-p-r-95i {
    padding-right: 95px !important;
}

.xl-p-r-100 {
    padding-right: 100px;
}

.xl-p-r-100i {
    padding-right: 100px !important;
}

.xl-p-r-105 {
    padding-right: 105px;
}

.xl-p-r-105i {
    padding-right: 105px !important;
}

.xl-p-r-110 {
    padding-right: 110px;
}

.xl-p-r-110i {
    padding-right: 110px !important;
}

.xl-p-r-115 {
    padding-right: 115px;
}

.xl-p-r-115i {
    padding-right: 115px !important;
}

.xl-p-r-120 {
    padding-right: 120px;
}

.xl-p-r-120i {
    padding-right: 120px !important;
}

.xl-p-r-125 {
    padding-right: 125px;
}

.xl-p-r-125i {
    padding-right: 125px !important;
}

.xl-p-r-130 {
    padding-right: 130px;
}

.xl-p-r-130i {
    padding-right: 130px !important;
}

.xl-p-r-135 {
    padding-right: 135px;
}

.xl-p-r-135i {
    padding-right: 135px !important;
}

.xl-p-r-140 {
    padding-right: 140px;
}

.xl-p-r-140i {
    padding-right: 140px !important;
}

.xl-p-r-145 {
    padding-right: 145px;
}

.xl-p-r-145i {
    padding-right: 145px !important;
}

.xl-p-r-150 {
    padding-right: 150px;
}

.xl-p-r-150i {
    padding-right: 150px !important;
}

.xl-f-s-0 {
    font-size: 0px;
}

.xl-f-s-0i {
    font-size: 0px !important;
}

.xl-f-s-2 {
    font-size: 2px;
}

.xl-f-s-2i {
    font-size: 2px !important;
}

.xl-f-s-4 {
    font-size: 4px;
}

.xl-f-s-4i {
    font-size: 4px !important;
}

.xl-f-s-6 {
    font-size: 6px;
}

.xl-f-s-6i {
    font-size: 6px !important;
}

.xl-f-s-8 {
    font-size: 8px;
}

.xl-f-s-8i {
    font-size: 8px !important;
}

.xl-f-s-10 {
    font-size: 10px;
}

.xl-f-s-10i {
    font-size: 10px !important;
}

.xl-f-s-12 {
    font-size: 12px;
}

.xl-f-s-12i {
    font-size: 12px !important;
}

.xl-f-s-14 {
    font-size: 14px;
}

.xl-f-s-14i {
    font-size: 14px !important;
}

.xl-f-s-16 {
    font-size: 16px;
}

.xl-f-s-16i {
    font-size: 16px !important;
}

.xl-f-s-18 {
    font-size: 18px;
}

.xl-f-s-18i {
    font-size: 18px !important;
}

.xl-f-s-20 {
    font-size: 20px;
}

.xl-f-s-20i {
    font-size: 20px !important;
}

.xl-f-s-22 {
    font-size: 22px;
}

.xl-f-s-22i {
    font-size: 22px !important;
}

.xl-f-s-24 {
    font-size: 24px;
}

.xl-f-s-24i {
    font-size: 24px !important;
}

.xl-f-s-26 {
    font-size: 26px;
}

.xl-f-s-26i {
    font-size: 26px !important;
}

.xl-f-s-28 {
    font-size: 28px;
}

.xl-f-s-28i {
    font-size: 28px !important;
}

.xl-f-s-30 {
    font-size: 30px;
}

.xl-f-s-30i {
    font-size: 30px !important;
}

.xl-f-s-32 {
    font-size: 32px;
}

.xl-f-s-32i {
    font-size: 32px !important;
}

.xl-f-s-34 {
    font-size: 34px;
}

.xl-f-s-34i {
    font-size: 34px !important;
}

.xl-f-s-36 {
    font-size: 36px;
}

.xl-f-s-36i {
    font-size: 36px !important;
}

.xl-f-s-38 {
    font-size: 38px;
}

.xl-f-s-38i {
    font-size: 38px !important;
}

.xl-f-s-40 {
    font-size: 40px;
}

.xl-f-s-40i {
    font-size: 40px !important;
}

.xl-f-s-42 {
    font-size: 42px;
}

.xl-f-s-42i {
    font-size: 42px !important;
}

.xl-f-s-44 {
    font-size: 44px;
}

.xl-f-s-44i {
    font-size: 44px !important;
}

.xl-f-s-46 {
    font-size: 46px;
}

.xl-f-s-46i {
    font-size: 46px !important;
}

.xl-f-s-48 {
    font-size: 48px;
}

.xl-f-s-48i {
    font-size: 48px !important;
}

.xl-f-s-50 {
    font-size: 50px;
}

.xl-f-s-50i {
    font-size: 50px !important;
}

.xl-f-s-52 {
    font-size: 52px;
}

.xl-f-s-52i {
    font-size: 52px !important;
}

.xl-f-s-54 {
    font-size: 54px;
}

.xl-f-s-54i {
    font-size: 54px !important;
}

.xl-f-s-56 {
    font-size: 56px;
}

.xl-f-s-56i {
    font-size: 56px !important;
}

.xl-f-s-58 {
    font-size: 58px;
}

.xl-f-s-58i {
    font-size: 58px !important;
}

.xl-f-s-60 {
    font-size: 60px;
}

.xl-f-s-60i {
    font-size: 60px !important;
}

.xl-f-s-62 {
    font-size: 62px;
}

.xl-f-s-62i {
    font-size: 62px !important;
}

.xl-f-s-64 {
    font-size: 64px;
}

.xl-f-s-64i {
    font-size: 64px !important;
}

.xl-f-s-66 {
    font-size: 66px;
}

.xl-f-s-66i {
    font-size: 66px !important;
}

.xl-f-s-68 {
    font-size: 68px;
}

.xl-f-s-68i {
    font-size: 68px !important;
}

.xl-f-s-70 {
    font-size: 70px;
}

.xl-f-s-70i {
    font-size: 70px !important;
}

.xl-f-s-72 {
    font-size: 72px;
}

.xl-f-s-72i {
    font-size: 72px !important;
}

.xl-f-s-74 {
    font-size: 74px;
}

.xl-f-s-74i {
    font-size: 74px !important;
}

.xl-f-s-76 {
    font-size: 76px;
}

.xl-f-s-76i {
    font-size: 76px !important;
}

.xl-f-s-78 {
    font-size: 78px;
}

.xl-f-s-78i {
    font-size: 78px !important;
}

.xl-f-s-80 {
    font-size: 80px;
}

.xl-f-s-80i {
    font-size: 80px !important;
}

.xl-f-s-82 {
    font-size: 82px;
}

.xl-f-s-82i {
    font-size: 82px !important;
}

.xl-f-s-84 {
    font-size: 84px;
}

.xl-f-s-84i {
    font-size: 84px !important;
}

.xl-f-s-86 {
    font-size: 86px;
}

.xl-f-s-86i {
    font-size: 86px !important;
}

.xl-f-s-88 {
    font-size: 88px;
}

.xl-f-s-88i {
    font-size: 88px !important;
}

.xl-f-s-90 {
    font-size: 90px;
}

.xl-f-s-90i {
    font-size: 90px !important;
}

.xl-f-s-92 {
    font-size: 92px;
}

.xl-f-s-92i {
    font-size: 92px !important;
}

.xl-f-s-94 {
    font-size: 94px;
}

.xl-f-s-94i {
    font-size: 94px !important;
}

.xl-f-s-96 {
    font-size: 96px;
}

.xl-f-s-96i {
    font-size: 96px !important;
}

.xl-f-s-98 {
    font-size: 98px;
}

.xl-f-s-98i {
    font-size: 98px !important;
}

.xl-f-s-100 {
    font-size: 100px;
}

.xl-f-s-100i {
    font-size: 100px !important;
}

.swiper-container .swiper-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}

.background-blue {
    background-color: #004587;
}

.background-black {
    background-color: #131313;
}

.background-red {
    background-color: #d9312d;
}

.background-white {
    background-color: #ffffff;
}

.background-lBlue {
    background-color: #1b68b0;
}

.background-dBlue {
    background-color: #01427d;
}

.background-textBlue {
    background-color: #014b8e;
}

.color-blue {
    color: #004587;
}

.color-black {
    color: #131313;
}

.color-red {
    color: #d9312d;
}

.color-dRed {
    color: #750000;
}

.color-white {
    color: #ffffff;
}

.color-lBlue {
    color: #1b68b0;
}

.color-dBlue {
    color: #01427d;
}

.color-textBlue {
    color: #014b8e;
}

.color-grey {
    color: #f2f2f2;
}

.color-dGrey {
    color: #4a4a4a;
}

.f-bold {
    font-weight: 700;
}

.f-medium {
    font-weight: 500;
}

.f-medium-italic {
    font-weight: 500;
    font-style: italic;
}

.f-regular {
    font-weight: 400;
}

.f-regular-italic {
    font-weight: 400;
    font-style: italic;
}

.f-thin {
    font-weight: 300;
}

.f-thin-italic {
    font-weight: 300;
    font-style: italic;
}

.border {
    border: 1px solid #131313;
}

.border-top {
    border-top: 1px solid #131313;
}

.border-bottom {
    border-bottom: 1px solid #131313;
}

.border-left {
    border-left: 1px solid #131313;
}

.border-right {
    border-right: 1px solid #131313;
}

.border-blue {
    border: 1px solid #004587;
}

.border-blue-top {
    border-top: 1px solid #004587;
}

.border-blue-bottom {
    border-bottom: 1px solid #004587;
}

.border-blue-left {
    border-left: 1px solid #004587;
}

.border-blue-right {
    border-right: 1px solid #004587;
}

.border-red {
    border: 1px solid #d9312d;
}

.border-red-top {
    border-top: 1px solid #d9312d;
}

.border-red-bottom {
    border-bottom: 1px solid #d9312d;
}

.border-red-left {
    border-left: 1px solid #d9312d;
}

.border-red-right {
    border-right: 1px solid #d9312d;
}

.border-dRed {
    border: 1px solid #750000;
}

.border-dRed-top {
    border-top: 1px solid #750000;
}

.border-dRed-bottom {
    border-bottom: 1px solid #750000;
}

.border-dRed-left {
    border-left: 1px solid #750000;
}

.border-dRed-right {
    border-right: 1px solid #750000;
}

.border-lBlue {
    border: 1px solid #1b68b0;
}

.border-lBlue-top {
    border-top: 1px solid #1b68b0;
}

.border-lBlue-bottom {
    border-bottom: 1px solid #1b68b0;
}

.border-lBlue-left {
    border-left: 1px solid #1b68b0;
}

.border-lBlue-right {
    border-right: 1px solid #1b68b0;
}

.border-dBlue {
    border: 1px solid #01427d;
}

.border-dBlue-top {
    border-top: 1px solid #01427d;
}

.border-dBlue-bottom {
    border-bottom: 1px solid #01427d;
}

.border-dBlue-left {
    border-left: 1px solid #01427d;
}

.border-dBlue-right {
    border-right: 1px solid #01427d;
}

.border-textBlue {
    border: 1px solid #014b8e;
}

.border-textBlue-top {
    border-top: 1px solid #014b8e;
}

.border-textBlue-bottom {
    border-bottom: 1px solid #014b8e;
}

.border-textBlue-left {
    border-left: 1px solid #014b8e;
}

.border-textBlue-right {
    border-right: 1px solid #014b8e;
}

.border-grey {
    border: 1px solid #f2f2f2;
}

.border-grey-top {
    border-top: 1px solid #f2f2f2;
}

.border-grey-bottom {
    border-bottom: 1px solid #f2f2f2;
}

.border-grey-left {
    border-left: 1px solid #f2f2f2;
}

.border-grey-right {
    border-right: 1px solid #f2f2f2;
}

.border-dGrey {
    border: 1px solid #4a4a4a;
}

.border-dGrey-top {
    border-top: 1px solid #4a4a4a;
}

.border-dGrey-bottom {
    border-bottom: 1px solid #4a4a4a;
}

.border-dGrey-left {
    border-left: 1px solid #4a4a4a;
}

.border-dGrey-right {
    border-right: 1px solid #4a4a4a;
}

button {
    background: none;
    cursor: pointer;
}

* {
    box-sizing: border-box;
    outline: none !important;
}

    *:focus {
        box-shadow: none !important;
        outline: none !important;
    }

.speedMenuError,
.noScroll:not(html) {
    overflow: hidden;
    max-height: calc(100vh - 50px);
}

    .speedMenuError .swiper-container,
    .noScroll:not(html) .swiper-container {
        pointer-events: none;
    }

@media (min-width: 768px) {
    .speedMenuError,
    .noScroll:not(html) {
        pointer-events: none;
    }

        .speedMenuError > div,
        .noScroll:not(html) > div {
            pointer-events: all;
        }

        .speedMenuError .main_header,
        .noScroll:not(html) .main_header {
            opacity: 0.3;
        }
}

@media (max-width: 767.98px) {
    .speedMenuError .mobile_header,
    .noScroll:not(html) .mobile_header {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 767.98px) {
    html.noScroll {
        overflow: hidden;
        max-height: calc(100vh - 50px);
    }
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #131313;
}

@media (min-width: 768px) {
    body {
        padding-bottom: 66px;
    }
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    border-radius: 50%;
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0.5;
    }

.swiper-button-next {
    margin-right: 55px;
}

.swiper-button-prev {
    margin-left: 55px;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #004587;
    transition: all 0.2s ease-in-out;
    background: #004587;
    margin-right: 7px;
}

.swiper-pagination-bullet-active {
    background: transparent;
}

.swiper-pagination-white .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border: none;
    background: #ffffff;
    margin-right: 11px;
    opacity: 0.3;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    opacity: 1;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #004587;
    opacity: 0.7;
    display: none;
}

@font-face {
    font-family: "nxmIconSet";
    src: url("../fonts//nxmIconSet/nxmIconSet.eot?vo5p7p");
    src: url("../fonts//nxmIconSet/nxmIconSet.eot?vo5p7p#iefix") format("embedded-opentype"), url("../fonts//nxmIconSet/nxmIconSet.ttf?vo5p7p") format("truetype"), url("../fonts//nxmIconSet/nxmIconSet.woff?vo5p7p") format("woff"), url("../fonts//nxmIconSet/nxmIconSet.svg?vo5p7p#nxmIconSet") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nxmIconSet';
    src: url('../fonts/nxmIconSet2/nxmIconSet.eot?ywivt5');
    src: url('../fonts/nxmIconSet2/nxmIconSet.eot?ywivt5') format('embedded-opentype'), url('../fonts/nxmIconSet2/nxmIconSet.ttf?ywivt5') format('truetype'), url('../fonts/nxmIconSet2/nxmIconSet.woff?ywivt5') format('woff'), url('../fonts/nxmIconSet2/nxmIconSet.svg?ywivt5p#nxmIconSet') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^=icon-], [class*=" icon-"], .iconBase, .sidebar-inner > ul > li > ul > li.active > a:before, .sidebar-inner > ul > li.active > a:before, .module_breadcrump-list > li:before {
    font-family: "nxmIconSet";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-circle {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    font-size: 18px;
}

    .icon-circle:before {
        line-height: 34px;
    }

.icon-circle-white {
    border-color: #ffffff;
    color: #ffffff;
}

.icon-circle-blue {
    border-color: #004587;
    color: #004587;
}

.icon-circle-dBlue {
    border-color: #01427d;
    color: #01427d;
}

.icon-circle-textBlue {
    border-color: #014b8e;
    color: #014b8e;
}

.icon-circle-red {
    border-color: #d9312d;
    color: #d9312d;
}

.icon-circle-dRed {
    border-color: #750000;
    color: #750000;
}

.icon-circle-black {
    border-color: #131313;
    color: #131313;
}

.icon-circle-grey {
    border-color: #f2f2f2;
    color: #f2f2f2;
}

.icon-circle-dGrey {
    border-color: #4a4a4a;
    color: #4a4a4a;
}

.menu_icon {
    position: relative;
    transition: all 0.2s ease-in-out;
}

    .menu_icon .line {
        position: absolute;
        width: 18px;
        height: 3px;
        background: #004587;
        border-radius: 1.5px;
        transition: all 0.2s ease-in-out;
    }

    .menu_icon .line-1 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: -6px;
    }

    .menu_icon .line-2 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu_icon .line-3 {
        margin-top: 6px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.icon-minus:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-vade:before {
    content: "";
}

.icon-file:before {
    content: "";
}

.icon-oran:before {
    content: "";
}

.icon-signature:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-yurtici .path1:before {
    content: "";
    color: white;
}

.icon-yurtici .path2:before {
    content: "";
    margin-left: -1.0888671875em;
    color: #014b8e;
}

.icon-yurtici .path3:before {
    content: "";
    margin-left: -1.0888671875em;
    color: #256eb5;
}

.icon-comments:before {
    content: "";
}

.icon-ihracat .path1:before {
    content: "";
    color: white;
}

.icon-ihracat .path2:before {
    content: "";
    margin-left: -1.8095703125em;
    color: #014b8e;
}

.icon-ihracat .path3:before {
    content: "";
    margin-left: -1.8095703125em;
    color: white;
}

.icon-ihracat .path4:before {
    content: "";
    margin-left: -1.8095703125em;
    color: #256eb5;
}

.icon-ithalat .path1:before {
    content: "";
    color: white;
}

.icon-ithalat .path2:before {
    content: "";
    margin-left: -1.8330078125em;
    color: #014b8e;
}

.icon-ithalat .path3:before {
    content: "";
    margin-left: -1.8330078125em;
    color: white;
}

.icon-ithalat .path4:before {
    content: "";
    margin-left: -1.8330078125em;
    color: #256eb5;
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-caret-down:before {
    content: "";
}

.icon-caret-up:before {
    content: "";
}

.icon-caret-left:before {
    content: "";
}

.icon-caret-right:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-fax:before {
    content: "";
}

.icon-koc:before {
    content: "";
}

.icon-lock:before {
    content: "";
}

.icon-marker-color .path1:before {
    content: "";
    color: #004587;
}

.icon-marker-color .path2:before {
    content: "";
    margin-left: -0.7744140625em;
    color: #d9312d;
}

.icon-mobile:before {
    content: "";
}

.icon-money:before {
    content: "";
}

.icon-pdf:before {
    content: "";
}

.icon-pencil:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-verify:before {
    content: "";
}

.icon-wallet:before {
    content: "";
}

.icon-arrow2-circle:before {
    content: "";
}

.main_slider {
    width: 100%;
    height: calc(100vh - 66px);
    position: relative;
}

    .main_slider .swiper-container {
        height: calc(100vh - 66px);
    }

        .main_slider .swiper-container .swiper-wrapper {
            height: calc(100vh - 66px);
        }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide {
                height: calc(100vh - 66px);
                background-position: 100% 100%;
                background-size: cover;
                background-repeat: no-repeat;
                padding-top: 180px;
            }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide-inner {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: calc(100vh - 66px);
                background-position: 100% 100%;
                background-size: cover;
                background-repeat: no-repeat;
                z-index: 3;
            }

#truckVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide .container {
    position: relative;
    height: 60%;
    z-index: 5;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide .text-wrap {
    color: #004587;
    max-width: 549px;
}

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .text-wrap .text {
        margin-top: 22px;
        max-width: 376px;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }

.main_slider .swiper-container .swiper-wrapper .swiper-slide figure {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

    .main_slider .swiper-container .swiper-wrapper .swiper-slide figure img {
        max-width: 100%;
        height: auto;
    }

.main_slider .swiper-container .swiper-wrapper .swiper-slide .truck {
    position: absolute;
    left: 100%;
    top: 5%;
    z-index: 6;
    transform: translateY(-50%);
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide .truck-2 {
    position: absolute;
    left: 100%;
    top: 48%;
    z-index: 6;
    transform: translateY(-50%);
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox {
    position: absolute;
    right: 7vw;
    top: -7vh;
    width: auto;
    margin-top: 3%;
    height: 60vh;
}

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox img.mainPhone {
        height: 100%;
        width: auto;
        z-index: 3;
        position: relative;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox .phoneBox_mask {
        position: absolute;
        z-index: 2;
        background: #000;
        display: block;
        transition: all 0.2s ease-in-out;
        left: 15.4%;
        top: 6.2%;
        right: 11.4%;
        bottom: 9%;
        border-radius: 25px;
        overflow: hidden;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox .phoneBox_mask img.phoneScreen {
            width: 100%;
            height: auto;
            transition: all 0.4s ease-in-out;
            transition-delay: 0.8s;
            transform: scale(0.7) translateY(50%);
            opacity: 0;
            position: relative;
        }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox .bullets {
        height: 0;
        width: 0;
        transition: all 0.3s ease-in-out;
        transition-delay: 1s;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox .bullets img {
            position: absolute;
            bottom: 0;
            z-index: 0;
            transition: all 0.3s ease-in-out;
            opacity: 0;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox .bullets .bullet-1 {
            transition-delay: 1.3s;
            left: 0;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox .bullets .bullet-2 {
            transition-delay: 1.5s;
            right: 0;
        }

@media screen and (max-width: 1260px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox {
        right: 11vw;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox .bullets .bullet-1 {
            left: -48%;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .phoneBox .bullets .bullet-2 {
            right: -52%;
            bottom: -4%;
        }
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide .shine_line {
    position: absolute;
    width: 0;
    opacity: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    transition: all 1s ease-in-out;
}

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .shine_line:after {
        content: "";
        width: 10px;
        height: 6px;
        background: #ffffff;
        display: block;
        position: absolute;
        right: 0;
        top: -2px;
    }

.main_slider .swiper-container .swiper-wrapper .swiper-slide .shine_line-1 {
    bottom: 14vh;
    left: 0;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide .shine_line-2 {
    top: 14vh;
    left: 0;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide .shine_line-3 {
    bottom: 30vh;
    right: 0;
}

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .shine_line-3:after {
        left: 0;
        right: inherit;
    }

.main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds > div {
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto;
        min-width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds > div img {
            height: 100%;
            width: auto;
            opacity: 0;
        }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds .other_backgrounds-4 .line {
        width: 28px;
        height: 100%;
        background: url("../img/home/slider/slider-2/shine.png");
        background-repeat: no-repeat;
        background-position: top center;
        display: block;
        position: absolute;
        top: 0;
        z-index: 2;
        transition: all 2s ease-in-out;
        transform: translateY(100%);
        opacity: 0;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds .other_backgrounds-4 .line-1 {
        right: 18.5%;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds .other_backgrounds-4 .line-2 {
        right: 22%;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds .other_backgrounds-4 .line-3 {
        right: 23%;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds .other_backgrounds-4 .line-4 {
        right: 26%;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .other_backgrounds .other_backgrounds-4 .line-5 {
        right: 28%;
    }

.main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .container {
    height: 90%;
}

@media screen and (max-width: 768px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .container {
        height: auto;
    }
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image {
    position: absolute;
    right: -10%;
    bottom: 0;
    max-width: 57rem;
}

    .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image img {
        max-width: 100%;
        height: auto;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine {
        position: absolute;
        z-index: 2;
        opacity: 0.8;
        animation-name: shine;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_1 {
            top: 39%;
            left: -1%;
            animation-delay: 0.1s;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_2 {
            top: 42%;
            left: 51%;
            animation-delay: 0.4s;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_3 {
            top: 9%;
            left: 7%;
            animation-delay: 0.7s;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_4 {
            top: 17%;
            left: 58%;
            animation-delay: 0.9s;
        }

@media screen and (max-width: 1450px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image {
        max-width: 45rem;
    }
}

@media screen and (max-width: 1380px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image {
        right: 0;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine {
            transform: scale(0.5);
        }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_1 {
                top: 35%;
                left: -5%;
            }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_2 {
                top: 38%;
                left: 48%;
            }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_3 {
                top: 4%;
                left: 2%;
            }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_4 {
                top: 10%;
                left: 52%;
            }
}

@media screen and (max-width: 1200px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image {
        right: 0;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine {
            transform: scale(0.46);
        }
}

@media screen and (max-width: 991px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        top: 40%;
        max-width: none;
        width: 58vw;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine {
            transform: scale(0.4);
        }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_1 {
                top: 26%;
                left: -15%;
            }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_2 {
                top: 38%;
                left: 48%;
            }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_3 {
                top: -4%;
                left: -8%;
            }

            .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine.shine_4 {
                top: 9%;
                left: 52%;
            }

    .branches-item .contact > * span {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 768px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image {
        transform: translate(-50%, -50%);
        top: 50%;
        max-width: none;
        width: 95vw;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.unlimitSlider .unlimited-image .shine {
            transform: scale(0.35);
        }
}

@keyframes shine {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.7;
    }
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .swiper-slide-inner {
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .truck {
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .phoneBox .phoneBox_mask img.phoneScreen {
    opacity: 1;
    transform: scale(1) translateY(0%);
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .phoneBox .bullets img {
    opacity: 1;
    width: 8vw;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .phoneBox .bullets .bullet-1 {
    left: -7vw;
    bottom: 14vh;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .phoneBox .bullets .bullet-2 {
    right: -8vw;
    bottom: 5vh;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-1 {
    transition-delay: 0.4s;
    opacity: 1;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-2 {
    transition-delay: 0.8s;
    opacity: 1;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-3 {
    transition-delay: 1.2s;
    opacity: 1;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-4 {
    transition-delay: 1.6s;
    opacity: 1;
}

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-4 .line {
        animation-name: lineAnimate;
        animation-delay: 1.8s;
        animation-fill-mode: forwards;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-duration: 0.8s;
        opacity: 1;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-4 .line-1 {
        animation-delay: 1.8s;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-4 .line-2 {
        animation-delay: 2.2s;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-4 .line-3 {
        animation-delay: 2.3s;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-4 .line-4 {
        animation-delay: 2.6s;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .other_backgrounds .other_backgrounds-4 .line-5 {
        animation-delay: 2.5s;
    }

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .shine_line {
    transition-delay: 0.4s;
    opacity: 1;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .shine_line-1 {
    width: 30%;
    transition-delay: 1.2s;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .shine_line-2 {
    width: 55%;
    transition-delay: 0.8s;
}

.main_slider .swiper-container .swiper-wrapper .swiper-slide-active .shine_line-3 {
    width: 70%;
    transition-delay: 1.7s;
}

@media screen and (max-width: 1200px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .phoneBox .bullets img {
        width: 13vw;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .phoneBox .bullets img.bullet-1 {
            left: -11vw;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .phoneBox .bullets img.bullet-2 {
            right: -13vw;
        }
}

@keyframes lineAnimate {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    98% {
        transform: translateY(-100%);
        opacity: 1;
    }

    99% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes bgAnimate {
    0% {
        opacity: 0;
    }

    39% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide {
        padding-top: 100px;
        padding-bottom: 120px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-size: cover;
        background-position: center center;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-inner {
        height: calc(100vh - 50px);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .truck {
        transform: translateY(-50%) scale(0.8);
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .swiper-slide-inner {
        te;
        animation-duration: 5s;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide-active .truck {
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide > .container {
        height: auto;
        position: static;
    }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide figure {
        top: 100px;
        transform: none;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide figure img {
            max-width: 70%;
        }

    .main_slider .swiper-container .swiper-wrapper .swiper-slide .text-wrap {
        text-align: center;
        position: relative;
        z-index: 3;
        margin-top: -6rem;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .text-wrap .title_big {
            font-size: 24px;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide .text-wrap .text {
            font-size: 12px;
        }
}

@media screen and (min-width: 1450px) {
    @keyframes truckAnimate {
        0% {
            top: -6%;
            left: 100%;
            opacity: 1;
        }

        37% {
            top: 40%;
            left: 60%;
            opacity: 1;
        }

        40% {
            top: 40%;
            left: 60%;
            opacity: 1;
        }

        98% {
            top: 117%;
            left: -25%;
            opacity: 1;
        }

        99% {
            top: 117%;
            left: -25%;
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }
}

@media screen and (min-width: 1380px) {
    @keyframes truckAnimate {
        0% {
            top: 2%;
            left: 100%;
            opacity: 1;
        }

        37% {
            top: 40%;
            left: 60%;
            opacity: 1;
        }

        40% {
            top: 40%;
            left: 60%;
            opacity: 1;
        }

        98% {
            top: 114%;
            left: -25%;
            opacity: 1;
        }

        99% {
            top: 114%;
            left: -25%;
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }
}

@media screen and (min-width: 1290px) {
    @keyframes truckAnimate {
        0% {
            top: 0;
            left: 100%;
            opacity: 1;
        }

        37% {
            top: 37%;
            left: 60%;
            opacity: 1;
        }

        40% {
            top: 37%;
            left: 60%;
            opacity: 1;
        }

        98% {
            top: 117%;
            left: -25%;
            opacity: 1;
        }

        99% {
            top: 117%;
            left: -25%;
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }
}

@media screen and (max-width: 1349.9px) and (max-height: 680px) and (min-height: 640px) and (min-width: 1290px) {
    @keyframes truckAnimate {
        0% {
            top: -8%;
            left: 96%;
            opacity: 1;
        }

        37% {
            top: 38.5%;
            left: 53.5%;
            opacity: 1;
        }

        40% {
            top: 38.5%;
            left: 53.5%;
            opacity: 1;
        }

        98% {
            top: 120%;
            left: -25%;
            opacity: 1;
        }

        99% {
            top: 120%;
            left: -25%;
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }
}

@media screen and (max-width: 1289.9px) and (min-width: 1270.9px) {
    @keyframes truckAnimate {
        0% {
            top: 6%;
            left: 100%;
            opacity: 1;
        }

        37% {
            top: 40%;
            left: 60%;
            opacity: 1;
        }

        40% {
            top: 40%;
            left: 60%;
            opacity: 1;
        }

        98% {
            top: 100%;
            left: -25%;
            opacity: 1;
        }

        99% {
            top: 100%;
            left: -25%;
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }
}

@media screen and (max-width: 1000px), (min-width:2200px), (max-height:760px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide.truckSlider {
        /*background-image: url("../img/home/slider/slider-1.jpg") !important;*/
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.truckSlider .truck {
            display: none !important;
        }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide.truckSlider {
        background-image: url("../img/home/slider/slider-1.jpg") !important;
    }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.truckSlider .truck {
            display: none !important;
        }

        .main_slider .swiper-container .swiper-wrapper .swiper-slide.truckSlider .swiper-slide-inner {
            display: none !important;
        }
}

.main_slider .swiper-container > .container {
    z-index: 40;
    position: relative;
    height: 0;
}

    .main_slider .swiper-container > .container .discover-btn {
        display: inline-block;
        vertical-align: middle;
        background: #ffffff;
        color: #004587;
        border-radius: 8px;
        line-height: 1;
        margin-top: -136px;
        padding: 8px 13px 9px 13px;
        font-size: 12px;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    }

        .main_slider .swiper-container > .container .discover-btn i {
            line-height: 1;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
        }

        .main_slider .swiper-container > .container .discover-btn span {
            display: inline-block;
            vertical-align: middle;
        }

        .main_slider .swiper-container > .container .discover-btn:hover {
            background: #004587;
            color: #ffffff;
        }

    .main_slider .swiper-container > .container .speed_menu {
        position: relative;
        margin-top: -103px;
        float: right;
    }

    .main_slider .swiper-container > .container .speed_menu-item {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        position: relative;
    }

        .main_slider .swiper-container > .container .speed_menu-item > a {
            margin: 0;
        }

    .main_slider .swiper-container > .container .swiper-pagination {
        z-index: 4;
        position: absolute;
        top: -40vh;
        text-align: left;
        width: 100%;
    }

@media (max-width: 767.98px) {
    .main_slider .swiper-container > .container .discover-btn {
        display: none;
    }

    .main_slider .swiper-container > .container .speed_menu {
        float: none;
        position: absolute;
        width: 100%;
        bottom: 20px;
        margin-top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    .main_slider .swiper-container > .container .speed_menu-item {
        flex: 1;
        margin: 0;
        text-align: center;
        padding: 0 5px;
    }

    .speed_menu-item-carousel {
        text-align:left;
    }

    .main_slider .swiper-container > .container .speed_menu-item > a {
        width: 100%;
        text-align: left;
    }

            .main_slider .swiper-container > .container .speed_menu-item > a span {
                font-size: 12px;
                font-weight: 400;
                margin-left: 10px;
            }

            .main_slider .swiper-container > .container .speed_menu-item > a i {
                width: 30px;
                height: 30px;
                font-size: 12px;
            }

                .main_slider .swiper-container > .container .speed_menu-item > a i:before {
                    line-height: 25px;
                }

    .main_slider .swiper-container > .container .swiper-pagination {
        top: -174px;
        text-align: center;
        padding-right: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .main_slider {
        height: calc(100vh - 50px);
    }

        .main_slider .swiper-container {
            height: calc(100vh - 50px);
        }

            .main_slider .swiper-container .swiper-wrapper {
                height: calc(100vh - 50px);
            }

                .main_slider .swiper-container .swiper-wrapper .swiper-slide {
                    height: calc(100vh - 50px);
                }

                    .main_slider .swiper-container .swiper-wrapper .swiper-slide .mobile_image {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background-position: center;
                        background-size: cover;
                    }

        .main_slider .swiper-button-next,
        .main_slider .swiper-button-prev {
            display: none;
        }

    .module_speed_menu {
        position: relative !important;
        bottom: 0 !important;
    }

        .module_speed_menu .speed_menu .speed_menu-item {
            position: relative;
            width: 100%;
            display: flex;
        }
}

.module_speed_menu .speed_menu-item > a {
    margin: 0 8px;
}

@media screen and (max-width: 1366px) {
    .main_slider .swiper-container > .container .swiper-pagination {
        top: -110px;
    }
}

@media screen and (max-width: 1340px) {
    .main_slider .swiper-button-prev {
        margin-left: 0;
    }

    .main_slider .swiper-button-next {
        margin-right: 0;
    }
}

@media screen and (max-width: 1230px) {
    .main_slider .swiper-button-prev,
    .main_slider .swiper-button-next {
        display: none;
    }
}

.nxm_home-tab {
    width: 100%;
    background: #1b68b0;
    padding: 88px 0 85px 0;
    overflow: hidden;
}

.item_solution {
    width: 100%;
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0 14px 38px 0 rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.77, 0.12, 0, 0.88);
    transform: translateY(0);
}

    .item_solution figure {
        margin: 0;
        padding: 0;
        font-size: 0;
    }

        .item_solution figure img {
            width: 100%;
            height: auto;
        }

    .item_solution .text-wrap {
        width: 100%;
        padding: 28px;
        min-height: 256px;
    }

        .item_solution .text-wrap .iconWrap {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            color: #01427d;
            margin-bottom: 13px;
        }

            .item_solution .text-wrap .iconWrap i {
                font-size: 30px;
            }

        .item_solution .text-wrap .title {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            font-size: 32px;
            font-weight: 300;
            color: #014b8e;
        }

        .item_solution .text-wrap .text {
            display: inline-block;
            vertical-align: top;
            margin-top: 20px;
            font-size: 14px;
            font-weight: 300;
            color: #014b8e;
            line-height: 20px;
        }

    .item_solution:hover {
        transform: translateY(-2%);
    }

.solution_slider {
    overflow: visible;
}

    .solution_slider .swiper-wrapper {
        overflow: visible;
    }

.item_advantage {
    width: 100%;
    height: auto;
    max-width: 892px;
    margin: 0 auto;
    text-align: center;
}

    .item_advantage .image-wrap {
        width: 100%;
    }

        .item_advantage .image-wrap figure {
            width: 123px;
            height: auto;
            margin-top: 50px;
            margin-bottom: 18px;
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }

            .item_advantage .image-wrap figure i {
                position: absolute;
                width: 163px;
                height: 163px;
                right: -85px;
                top: -50px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .item_advantage .image-wrap figure img {
                width: 100%;
                height: auto;
                position: relative;
                z-index: 2;
                box-shadow: 0 14px 38px 0 rgba(0, 0, 0, 0.35);
            }

    .item_advantage .text-wrap {
        width: 100%;
        font-size: 40px;
        font-weight: 300;
        font-style: italic;
        color: #ffffff;
    }

@media (max-width: 767.98px) {
    .item_advantage .text-wrap {
        font-size: 20px;
    }
}

.advantage_slider {
    width: 100%;
}

    .advantage_slider .swiper-container {
        overflow: visible;
    }

        .advantage_slider .swiper-container .swiper-wrapper {
            overflow: visible;
        }

            .advantage_slider .swiper-container .swiper-wrapper .swiper-slide {
                padding-bottom: 150px;
                position: relative;
            }

                .advantage_slider .swiper-container .swiper-wrapper .swiper-slide .item_advantage {
                    opacity: 0;
                    transition: all 0.2s ease-in-out;
                    pointer-events: none;
                }

                    .advantage_slider .swiper-container .swiper-wrapper .swiper-slide .item_advantage .btn {
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        transform: translateX(-50%);
                    }

            .advantage_slider .swiper-container .swiper-wrapper .swiper-slide-active .item_advantage {
                opacity: 1;
                pointer-events: all;
            }

@media (max-width: 767.98px) {
    .advantage_slider .swiper-container .swiper-wrapper .swiper-slide {
        padding-bottom: 90px;
    }
}

.advantage_slider .swiper-container .swiper-pagination {
    bottom: 100px;
}

@media (max-width: 767.98px) {
    .advantage_slider .swiper-container .swiper-pagination {
        bottom: 60px;
    }
}

.pdf_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

    .pdf_list > li {
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        display: inline-block;
        vertical-align: top;
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
    }

        .pdf_list > li a {
            float: right;
            display: block;
            width: 28px;
            height: 28px;
            line-height: 28px;
            color: #131313;
            text-decoration: none;
        }

            .pdf_list > li a i {
                font-size: 26px;
            }

            .pdf_list > li a:hover {
                color: #004587;
            }

.table {
    width: 100%;
    height: auto;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        background: #004587;
        border: none !important;
        color: #ffffff;
        font-size: 14px;
    }

        .table > thead > tr > th:first-child,
        .table > thead > tr > td:first-child,
        .table > tfoot > tr > th:first-child,
        .table > tfoot > tr > td:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .table > thead > tr > th:last-child,
        .table > thead > tr > td:last-child,
        .table > tfoot > tr > th:last-child,
        .table > tfoot > tr > td:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .table > tbody > tr > td {
        font-size: 16px;
        font-weight: 300;
    }

#branches {
    width: 100%;
    height: 258px;
}

    #branches + .module_speed_menu {
        margin-top: 0;
    }

        #branches + .module_speed_menu .module_speed_menu-inner {
            height: 0;
            margin-top: -30px;
        }

.branches-item {
    width: 100%;
    position: relative;
    padding: 40px 0;
    display: none;
}

    .branches-item.active {
        display: block;
    }

    .branches-item .title {
        font-size: 24px;
        font-weight: 300;
        color: #131313;
        line-height: 32px;
    }

    .branches-item .address {
        font-size: 16px;
        line-height: 24px;
        color: #131313;
    }

    .branches-item .contact {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        margin-top: 20px;
    }

        .branches-item .contact > * {
            color: #004587;
            margin-right: 20px;
        }

            .branches-item .contact > * span {
                font-size: 16px;
                line-height: 24px;
                display: inline-block;
                vertical-align: middle;
            }

            .branches-item .contact > * i {
                font-size: 29px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 15px;
            }

.video_player {
    width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 10px;
}

.form-group_checkbox {
    width: 100%;
    padding-left: 30px;
    position: relative;
}

    .form-group_checkbox + .parsley-errors-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .form-group_checkbox + .parsley-errors-list > li {
            color: #fff;
            opacity: 0.6;
            font-size: 14px;
            margin-top: -12px;
            font-weight: 400;
        }

.background-white .form-group_checkbox + .parsley-errors-list > li {
    color: #d9312d;
}

.form-group_checkbox .form-control {
    display: none;
}

    .form-group_checkbox .form-control + label {
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        line-height: 24px;
        cursor: pointer;
    }

        .form-group_checkbox .form-control + label:before {
            content: "";
            width: 14px;
            height: 14px;
            border: 2px solid #ffffff;
            display: block;
            position: absolute;
            left: 0;
            top: 6px;
            transition: all 0.2s ease-in-out;
        }

    .form-group_checkbox .form-control:checked + label:before {
        background: #ffffff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23d9312d' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        background-size: 150%;
        background-position: center;
    }

.form-group_checkbox-dark .form-control + label {
    color: #4a4a4a;
}

    .form-group_checkbox-dark .form-control + label:before {
        border-color: #4a4a4a;
    }

.form-group_checkbox-dark .form-control:checked + label:before {
    background: #014b8e;
}

.form-group .parsley-errors-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .form-group .parsley-errors-list > li {
        color: #fff;
        opacity: 0.6;
        font-size: 14px;
        margin-top: 4px;
        font-weight: 400;
    }

#contactForm .form-group .parsley-errors-list > li {
    color: #d9312d;
}

.background-white .form-group .parsley-errors-list > li {
    color: #d9312d;
}

/*.form-group .customFile-new + .parsley-errors-list {
    position: absolute;
    bottom: -14px;
}*/

.form-group.error .sfi-wrapper .sfi-filename {
    color: #d9312d;
}

.form-group.error .form-control::placeholder {
    color: #d9312d;
}

.sfi-wrapper,
.form-control {
    width: 100%;
    background: #f2f2f2 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 300;
    padding: 11px 20px;
    min-height: 46px;
}

    .sfi-wrapper.nice-select > span,
    .form-control.nice-select > span {
        font-family: "Ubuntu";
        font-size: 16px;
        font-weight: 300;
        color: #4a4a4a;
        overflow: hidden;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 5px;
    }

    .sfi-wrapper.nice-select > ul > li,
    .form-control.nice-select > ul > li {
        font-family: "Ubuntu";
        font-size: 16px;
        font-weight: 300;
        color: #4a4a4a;
        white-space: initial !important;
        line-height: 1;
    }

    .sfi-wrapper.nice-select.disabled,
    .form-control.nice-select.disabled {
        opacity: 0.9;
    }

    .sfi-wrapper.parsley-error,
    .form-control.parsley-error {
        color: #d9312d;
    }

        .sfi-wrapper.parsley-error ~ .nice-select .current,
        .form-control.parsley-error ~ .nice-select .current {
            color: #d9312d;
        }

        .sfi-wrapper.parsley-error::placeholder,
        .form-control.parsley-error::placeholder {
            color: #d9312d;
        }

        .sfi-wrapper.parsley-error ~ .sfi-wrapper .sfi-filename,
        .form-control.parsley-error ~ .sfi-wrapper .sfi-filename {
            color: #d9312d;
        }
        .custom-validate-error .current, .custom-validate-error .sfi-filename {
            color: #d9312d !important;
        }

@media (max-width: 767.98px) {
    .sfi-wrapper, .form-control {
        padding: 9px 10px;
        min-height: 42px;
    }
}

.sfi-wrapper {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;
    height: 46px;
}

    .sfi-wrapper .sfi-filename {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 35px);
        display: inline-block;
        vertical-align: top;
    }

    .sfi-wrapper a {
        display: block;
        width: 28px;
        height: 28px;
    }

        .sfi-wrapper a i {
            width: 28px;
            height: 28px;
            font-size: 14px;
        }

            .sfi-wrapper a i:before {
                line-height: 26px;
            }

.input-group-text {
    background: #f2f2f2 !important;
    border: none;
}

.datepickers-container {
    pointer-events: all !important;
}

.btn {
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 14px 38px 0 rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

    .btn i + span {
        margin-left: 10px;
    }

    .btn i {
        display: inline-block;
        vertical-align: middle;
        transition: all 0.2s ease-in-out;
    }

    .btn span {
        display: inline-block;
        vertical-align: middle;
    }

.btn-big {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    padding: 11px 17px;
}

    .btn-big i + span {
        margin-left: 15px;
    }

    .btn-big span {
        font-size: 18px;
    }

.btn-white {
    background: #ffffff;
    color: #004587;
}

    .btn-white:hover {
        background: #004587;
        color: #ffffff;
    }

        .btn-white:hover i {
            border-color: #ffffff;
            color: #ffffff;
        }

.btn-red {
    background: #d9312d;
    color: #ffffff;
}

    .btn-red:hover {
        background: #750000;
        color: #ffffff;
    }

        .btn-red:hover i {
            border-color: #ffffff;
            color: #ffffff;
        }

.btn-dRed {
    background: #750000;
    color: #ffffff;
}

    .btn-dRed:hover {
        background: #d9312d;
        color: #ffffff;
    }

        .btn-dRed:hover i {
            border-color: #ffffff;
            color: #ffffff;
        }

.btn-blue {
    background: #004587;
    color: #ffffff;
}

    .btn-blue:hover {
        background: #01427d;
        color: #ffffff;
    }

        .btn-blue:hover i {
            border-color: #ffffff;
            color: #ffffff;
        }

.btn.btn-full {
    width: 100%;
}

.btn.noShadow {
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .btn.btn-full-md {
        width: 100%;
    }

    .btn.md-noShadow {
        box-shadow: none;
    }

    .btn-white:focus, .btn-white:active, .btn-white.nice-select.open {
        background: #ffffff;
        color: #004587;
    }

    .btn-red:focus, .btn-red:active, .btn-red.nice-select.open {
        background: #d9312d;
        color: #ffffff;
    }

    .btn-dRed:focus, .btn-dRed:active, .btn-dRed.nice-select.open {
        background: #750000;
        color: #ffffff;
    }

    .btn-blue:focus, .btn-blue:active, .btn-blue.nice-select.open {
        background: #004587;
        color: #ffffff;
    }
}

.text-link {
    text-decoration: underline;
}

    .text-link:hover {
        color: inherit;
        text-decoration: none;
    }

.nxm_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1989;
    display: none;
    overflow: auto;
    max-height: 100vh;
}

.nxm_modal-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    overflow: hidden;
}

.nxm_modal-content {
    pointer-events: all;
    background: #ffffff;
    width: 100%;
    max-width: 540px;
    max-height: 100vh;
    overflow: auto;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 390px;
    padding: 40px;
    color: #004587;
    border-radius: 4px;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.35);
}

    .nxm_modal-content > i {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .nxm_modal-content .title {
        font-size: 36px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .nxm_modal-content .text {
        font-size: 14px;
        font-weight: thin;
        line-height: 18px;
        max-width: 350px;
        min-height: 80px;
    }

.nxm_modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004587;
    opacity: 0;
    z-index: 1;
}

.nxm_modal .swiper-button-next,
.nxm_modal .swiper-button-prev {
    background: #ffffff;
    color: #131313;
    font-size: 12px;
}

.nxm_modal .swiper-button-next {
    right: 15px;
}

.nxm_modal .swiper-button-prev {
    left: 15px;
}

.nxm_modal.in {
    display: block;
}

.nxm_modal.show .nxm_modal-content {
    transform: translateY(0%);
    opacity: 1;
}

.nxm_modal.show .nxm_modal-overlay {
    opacity: 0.7;
}

.nxm_modal[data-id=gizlilikSozlesmesi] .nxm_modal-content {
    max-width: 600px;
    max-height: calc(100vh - 30px);
    z-index: 2;
}

    .nxm_modal[data-id=gizlilikSozlesmesi] .nxm_modal-content .text {
        max-width: 100%;
        max-height: 400px;
        overflow: auto;
        margin-bottom: 30px;
    }

@media (max-width: 767.98px) {
    .nxm_modal-inner {
        padding: 0;
    }

    .nxm_modal-content {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateY(50%);
        overflow: auto;
    }

    .nxm_modal.show .nxm_modal-content {
        transform: translateY(0%);
    }
}

.widget_popup {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.widget_popup-picture {
    width: 100%;
    max-width: 54%;
    height: auto;
    position: relative;
}

    .widget_popup-picture img {
        width: 100%;
        height: auto;
    }

    .widget_popup-picture .text {
        display: inline-block;
        vertical-align: top;
        width: 90%;
        font-size: 36px;
        font-weight: 400;
        line-height: 36px;
        text-align: center;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .widget_popup-picture .year {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #292929;
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        padding: 2px 5px;
        min-width: 80px;
        text-align: center;
    }

.widget_popup-content {
    width: 46%;
    padding: 0px 45px;
}

.widget_popup-content-header {
    width: 46%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 45px 60px 0 60px;
}

    .widget_popup-content-header a.nxm_modal-close_btn {
        position: absolute;
        right: 45px;
        top: 45px;
        font-size: 16px;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        color: #131313;
        z-index: 4;
    }

.widget_popup-content-body {
    padding: 80px 0;
}

    .widget_popup-content-body .popup-title {
        font-size: 36px;
        color: #131313;
        line-height: 1.1;
    }

    .widget_popup-content-body .popup-desc {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.2;
    }

@media (max-width: 767.98px) {
    .widget_popup {
        flex-direction: column;
        justify-content: flex-start;
    }

    .widget_popup-picture {
        max-width: none;
        padding: 20px;
    }

    .widget_popup-content {
        max-width: none;
        width: 100%;
        padding: 20px;
    }

    .widget_popup-content-header {
        position: static;
        top: inherit;
        right: inherit;
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

        .widget_popup-content-header a.nxm_modal-close_btn {
            background: #ffffff;
            right: 0;
            top: 0;
            font-size: 10px;
            padding: 5px;
        }

    .widget_popup-content-body {
        padding: 0;
    }

        .widget_popup-content-body .popup-title {
            font-size: 18px;
        }

        .widget_popup-content-body .popup-desc {
            font-size: 14px;
        }
}

@media (min-width: 768px) {
    .module_search {
        position: relative;
    }

    .module_search-btn {
        background: #004587;
        color: #ffffff;
    }

    .module_search-content {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #004587;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.2s ease-in-out;
    }

        .module_search-content form {
            padding: 0 54px 0 16px;
            position: relative;
            width: auto;
            display: flex;
            flex-direction: row;
            align-items: center;
            height: 100%;
            transition: all 0.2s ease-in-out;
        }

            .module_search-content form .search-input {
                display: inline-block;
                vertical-align: top;
                padding-right: 24px;
                width: 244px;
            }

                .module_search-content form .search-input input {
                    width: 100%;
                    background: none;
                    border: none;
                    border-bottom: 1px solid #ffffff;
                    height: 33px;
                    line-height: 32px;
                    color: #ffffff;
                    font-size: 16px;
                    font-weight: 300;
                }

                    .module_search-content form .search-input input::placeholder {
                        color: #ffffff;
                    }

            .module_search-content form button {
                position: absolute;
                right: 16px;
                top: 14px;
            }

    .module_search:hover .module_search-btn {
        background: #1b68b0;
        color: #ffffff;
    }

    .module_search.active .module_search-content {
        width: 320px;
        pointer-events: all;
    }
}

@media (max-width: 767.98px) {
    .module_search {
        position: fixed;
        z-index: 101;
        width: 100%;
        height: 60px;
        left: 0;
        bottom: 60px;
        border-top: 1px solid #d9d9d9;
    }

        .module_search > a {
            display: none;
        }

    .module_search-content {
        width: 100%;
        height: 60px;
        overflow: hidden;
        border-radius: 0;
        padding: 10px 20px;
        position: relative;
    }

        .module_search-content .search-input {
            width: 100%;
            display: block;
            height: 40px;
            padding-right: 38px;
        }

            .module_search-content .search-input input {
                width: 100%;
                border: none;
                height: 40px;
                line-height: 40px;
                box-shadow: none;
                border-radius: 0;
                color: #004587;
            }

                .module_search-content .search-input input::placeholder {
                    color: #004587;
                }

        .module_search-content button {
            position: absolute;
            right: 20px;
            top: 11px;
            font-size: 18px;
            border: none;
            color: #004587;
        }
}

@media (min-width: 768px) {
    .module_menu {
        position: relative;
    }

    .module_menu-btn {
        position: relative;
        z-index: 3;
        background: transparent;
        color: #004587;
        border-left: 2px solid #004587;
        border-right: 2px solid #004587;
        border-bottom: 2px solid #004587;
    }

    .module_menu-content {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        width: 320px;
        background: #ffffff;
        padding-top: 100px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        transform: translateY(-50%);
        opacity: 0;
        transition: all 0.2s ease-in-out;
        display: none;
    }

    .module_menu:hover span {
        color: #004587;
    }

    .module_menu .overlay {
        z-index: 1;
    }

    .module_menu.active .module_menu-btn {
        border-color: transparent;
    }

        .module_menu.active .module_menu-btn .menu_icon .line-1 {
            margin-top: 0;
            transform: translate(-50%, -50%) rotate(-45deg);
        }

        .module_menu.active .module_menu-btn .menu_icon .line-2 {
            opacity: 0;
            left: 0;
        }

        .module_menu.active .module_menu-btn .menu_icon .line-3 {
            margin-top: 0;
            transform: translate(-50%, -50%) rotate(45deg);
        }

    .module_menu.active .module_menu-content {
        display: block;
    }

    .module_menu.animate .module_menu-content {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .module_menu > a {
        display: none;
    }

    .module_menu-content {
        position: fixed;
        top: 76px;
        bottom: 120px;
        width: 100%;
        left: 0;
        z-index: 2;
        background: #ffffff;
        overflow: auto;
    }
}

.module_login-btn {
    background: #d9312d;
    color: #ffffff;
}

.module_login:hover .module_login-btn {
    background: #750000;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .module_login {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
    }

        .module_login > a {
            padding: 0 20px;
            width: 100%;
            height: 60px;
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            justify-content: space-between;
        }

            .module_login > a span {
                font-size: 18px;
            }
}

.module_form {
    position: absolute;
    pointer-events: all;
    bottom: 0;
    right: 0;
    width: 545px;
    z-index: 99;
    border-radius: 8px;
    box-shadow: 7px 12.1px 38px 0 rgba(0, 0, 0, 0.35);
    display: none;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(15%);
}

.module_form-header {
    width: 100%;
    border-bottom: 1px solid rgba(0, 69, 135, 0.1);
    padding: 38px 40px 26px 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .module_form-header .title {
        font-size: 40px;
        font-weight: 300;
        color: #004587;
    }

.module_form-body {
    position: relative;
    width: 100%;
    padding: 27px 40px;
}

    .module_form-body.step {
        display: none;
    }

    .module_form-body.active {
        display: block;
    }

    .module_form-body .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .module_form-body .row > div {
            padding-left: 5px;
            padding-right: 5px;
        }

.module_form-footer {
    position: relative;
    width: 100%;
    padding: 18px 40px 24px 40px;
    border-top: 1px solid rgba(0, 69, 135, 0.1);
}

.module_form.background-red .module_form-header {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

    .module_form.background-red .module_form-header span {
        color: #ffffff;
    }

.module_form.background-red .module_form-footer {
    border-top-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-height: 860px) and (min-width: 991px) {
    .module_form {
        bottom: -30px;
    }

    .module_form-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .module_form-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .module_form-body > div:last-child {
            margin-bottom: 0;
        }

    .module_form-footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .module_form {
        position: fixed;
        z-index: 110;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .module_form-header {
        padding: 23px 15px;
    }

        .module_form-header .title {
            font-size: 28px;
            text-align: left;
        }

    .module_form-body {
        padding: 15px;
        height: calc(100% - 220px);
        overflow: auto;
    }

    .module_form-footer {
        padding: 15px 15px 70px 15px;
        position: static;
    }

        .module_form-footer * {
            position: static;
        }

        .module_form-footer button,
        .module_form-footer a:not(.text-link) {
            position: absolute;
            bottom: 15px;
            left: 15px;
            right: 15px;
            width: calc(100% - 30px);
            padding-top: 12px;
            padding-bottom: 12px;
        }

        .module_form-footer .form-group_checkbox {
            position: relative !important;
            text-align: left;
        }

            .module_form-footer .form-group_checkbox a {
                position: static !important;
            }
}

.module_form.active {
    display: block;
}

.module_form.animate {
    transform: translateY(0);
    opacity: 1;
}

.module_tab {
    width: 100%;
}

.module_tab-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 45px;
}

.module_tab-header-item {
    margin-right: 10px;
}

    .module_tab-header-item > a {
        display: inline-block;
        vertical-align: top;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        border-radius: 4px;
        padding: 9px 15px;
        text-align: center;
        min-width: 155px;
        transition: all 0.2s ease-in-out;
        text-decoration: none;
        position: relative;
    }

        .module_tab-header-item > a span {
            position: relative;
            z-index: 4;
        }

        .module_tab-header-item > a:before, .module_tab-header-item > a:after {
            content: "";
            width: 17px;
            height: 16px;
            background: #fff;
            display: block;
            position: absolute;
            bottom: -10px;
            left: 50%;
            opacity: 0;
            margin-left: -8px;
            transition: all 0.2s ease-in-out;
        }

        .module_tab-header-item > a:after {
            transform: skewX(-45deg) skewY(40deg) translateY(-50%);
        }

        .module_tab-header-item > a:before {
            transform: skewX(45deg) skewY(-40deg) translateY(-50%);
            margin-left: -5px;
        }

        .module_tab-header-item > a:hover {
            border-color: rgba(255, 255, 255, 0.8);
        }

        .module_tab-header-item > a.active {
            background: #ffffff;
            color: #014b8e;
        }

            .module_tab-header-item > a.active:after, .module_tab-header-item > a.active:before {
                opacity: 1;
            }

@media (max-width: 767.98px) {
    .module_tab-header-wrap {
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% + 30px);
        overflow: auto;
    }

    .module_tab-header-item {
        margin-right: 4px;
    }
}

.module_breadcrump {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #004587;
}

.module_breadcrump-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .module_breadcrump-list > li:before {
        content: "";
        font-size: 8px;
        color: #5480a9;
        margin: 0 10px;
    }

    .module_breadcrump-list > li a {
        color: #5480a9;
        font-size: 12px;
    }

    .module_breadcrump-list > li:first-child:before {
        display: none;
    }

    .module_breadcrump-list > li:last-child a {
        color: #ffffff;
    }

    .module_breadcrump-list > li:last-child:before {
        color: #ffffff;
    }

@media (max-width: 767.98px) {
    .module_breadcrump {
        display: none;
    }
}

.module_speed_menu {
    width: 100%;
    height: 85px;
    margin-top: -85px;
    background: #005896;
}

.module_speed_menu-inner {
    width: 100%;
    height: 50px;
}

.module_speed_menu .container {
    position: static;
}

.module_speed_menu .speed_menu {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.module_speed_menu .speed_menu-item {
    position: relative;
    margin-right: 10px;
    margin-top: -30px;
}

    .module_speed_menu .speed_menu-item .module_form {
        right: 0;
    }

@media (max-width: 767.98px) {
    .module_speed_menu .speed_menu-item {
        margin-right: 5px;
    }

        .module_speed_menu .speed_menu-item:last-child {
            margin-right: 0;
        }

        .module_speed_menu .speed_menu-item > a {
            width: 100%;
            text-align: left;
            padding-left: 12px;
        }

            .module_speed_menu .speed_menu-item > a span {
                font-size: 12px;
                font-weight: 400;
                margin-left: 5px;
            }

            .module_speed_menu .speed_menu-item > a i {
                width: 30px;
                height: 30px;
                font-size: 12px;
            }

                .module_speed_menu .speed_menu-item > a i:before {
                    line-height: 25px;
                }
}

.module_accordion {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

    .module_accordion > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 24px 0 10px;
    }

        .module_accordion > li > a {
            display: block;
            position: relative;
            font-size: 18px;
            font-weight: 300;
            color: #d9312d;
            text-decoration: none;
            margin-bottom: 20px;
            padding-right: 20px;
        }

            .module_accordion > li > a:after {
                content: "-";
                font-size: 57px;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

            .module_accordion > li > a.collapsed {
                color: #004587;
            }

                .module_accordion > li > a.collapsed:after {
                    content: "+";
                    font-size: 32px;
                }

        .module_accordion > li > div {
            font-size: 14px;
            line-height: 24px;
        }

.module_search_result {
    margin: 40px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

    .module_search_result > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 24px 0 14px 0;
    }

        .module_search_result > li > a {
            display: block;
            position: relative;
            font-size: 24px;
            font-weight: 300;
            color: #131313;
            line-height: 32px;
            text-decoration: none;
            margin-bottom: 7px;
        }

        .module_search_result > li > div {
            font-size: 16px;
            font-weight: 300;
            line-height: 24px;
            color: #131313;
        }

.module_sitemap .row {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding-top: 30px;
}

    .module_sitemap .row .colm > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .module_sitemap .row .colm > ul > li > a {
            color: #d9312d;
            font-size: 24px;
            font-weight: 300;
            line-height: 32px;
        }

        .module_sitemap .row .colm > ul > li > ul {
            margin: 14px 0 0 0;
            padding: 0 0 0 18px;
            list-style: disc;
        }

            .module_sitemap .row .colm > ul > li > ul > li > a {
                font-size: 16px;
                font-weight: 300;
                line-height: 30px;
                color: #131313;
            }

            .module_sitemap .row .colm > ul > li > ul > li > ul {
                margin: 10px 0;
                padding: 0 0 0 18px;
                list-style: disc;
            }

                .module_sitemap .row .colm > ul > li > ul > li > ul > li > a {
                    color: #131313;
                    font-size: 14px;
                    font-weight: 300;
                }

@media (max-width: 767.98px) {
    .module_sitemap .row {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }

        .module_sitemap .row .colm {
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            padding-top: 30px;
            margin-top: 30px;
        }
}

.main_menu {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .main_menu ul {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        transition: all 0.3s ease-in-out;
    }

    .main_menu li {
        width: 100%;
        height: auto;
        transition: all 0.3s ease-in-out;
    }

        .main_menu li > a {
            width: 100%;
            display: block;
            padding: 11px 88px 11px 5px;
            text-align: right;
            text-decoration: none;
        }

.main_menu-lvl1 > li {
    border-bottom: 1px solid #d9d9d9;
}

    .main_menu-lvl1 > li:last-child {
        border-bottom: none;
    }

    .main_menu-lvl1 > li > a {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1;
        color: #004587;
        font-weight: 300;
        transition: all 0.2s ease-in-out;
    }

    .main_menu-lvl1 > li.has_sub > a {
        position: relative;
    }

        .main_menu-lvl1 > li.has_sub > a:after {
            content: "";
            font-family: "nxmIconSet" !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            transition: all 0.1s ease-in-out;
        }

    .main_menu-lvl1 > li.has_sub.active > a {
        background: #01427d;
        color: #ffffff;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .main_menu-lvl1 > li.has_sub.active > a:after {
            transform: translateY(-50%) rotate(-180deg);
        }

    .main_menu-lvl1 > li.has_sub.active > ul {
        max-height: 600px;
    }

.main_menu-lvl2 {
    background: #1b68b0;
    max-height: 0;
    overflow: hidden;
}

    .main_menu-lvl2 > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .main_menu-lvl2 > li > a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
        }

        .main_menu-lvl2 > li.has_sub > a {
            position: relative;
        }

            .main_menu-lvl2 > li.has_sub > a:after {
                content: "";
                font-family: "nxmIconSet" !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                right: 32px;
                top: 50%;
                transform: translateY(-50%);
                display: inline-block;
                vertical-align: top;
                font-size: 10px;
            }

        .main_menu-lvl2 > li.has_sub.active > a:after {
            content: "-";
            font-size: 21px;
            top: 40%;
        }

        .main_menu-lvl2 > li.has_sub.active > ul {
            max-height: 300px;
        }

.main_menu-lvl3 {
    max-height: 0;
    overflow: hidden;
}

    .main_menu-lvl3 > li > a {
        font-size: 12px;
        font-weight: 500;
        color: #ffffff;
        padding: 8px 88px 8px 5px;
    }

@media (max-width: 767.98px) {
    .main_menu {
        border-top: 1px solid #d9d9d9;
    }

    .main_menu-lvl1 > li:last-child {
        border-bottom: 1px solid #d9d9d9;
    }

    .main_menu-lvl1 > li > a {
        padding: 15px 20px;
        text-align: left;
    }

    .main_menu-lvl1 > li.has_sub > a:after {
        right: 20px;
    }

    .main_menu-lvl1 > li.has_sub.active > a {
        padding: 17px 20px;
    }

    .main_menu-lvl2 {
        padding: 0 20px !important;
    }

        .main_menu-lvl2 > li:first-child {
            margin-top: 5px;
        }

        .main_menu-lvl2 > li:last-child {
            margin-bottom: 5px;
            border-bottom: none;
        }

        .main_menu-lvl2 > li > a {
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            text-align: left;
            padding: 17px 0;
        }

        .main_menu-lvl2 > li.has_sub > a:after {
            right: 0;
        }

    .main_menu-lvl3 {
        padding: 0 0 0 20px !important;
    }

        .main_menu-lvl3 > li:first-child {
            margin-top: 5px;
        }

        .main_menu-lvl3 > li:last-child {
            margin-bottom: 5px;
        }

        .main_menu-lvl3 > li > a {
            font-size: 14px;
            font-weight: 400;
            text-align: left;
            padding: 5px 0;
        }
}

@media (min-width: 768px) {
    .main_header {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 105;
        transition: all 0.2s ease-in-out;
    }

    .main_header-inner {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .main_header-left {
        width: 192px;
    }

    .main_header-logo {
        margin-top: 50px;
        display: block;
        width: 100%;
        height: auto;
    }

        .main_header-logo img {
            width: 100%;
            height: auto;
        }

    .main_header-menu {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-direction: row;
    }

        .main_header-menu > li {
            margin-left: 12px;
        }

            .main_header-menu > li > a {
                display: flex;
                flex-direction: row;
                align-items: center;
                width: auto;
                padding: 0 16px;
                height: 67px;
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
                text-decoration: none;
                font-size: 18px;
                transition: all 0.2s ease-in-out;
            }

                .main_header-menu > li > a:hover {
                    text-decoration: none;
                }

                .main_header-menu > li > a i + span {
                    margin-left: 20px;
                }

                .main_header-menu > li > a span + i {
                    margin-left: 20px;
                }

    .main_header .module_menu-close {
        display: none;
    }

    .mobile_header {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .main_header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 100;
        background: #ffffff;
        opacity: 0;
        display: none;
        transition: all 0.2s ease-in-out;
    }

        .main_header .module_menu-close {
            position: absolute;
            right: 15px;
            top: 20px;
        }

        .main_header .container {
            width: 100%;
            padding: 0;
            margin: 0;
            min-height: 100%;
            max-width: 100%;
        }

    .main_header-inner {
        position: relative;
        min-height: 100%;
    }

    .main_header-left {
        display: none;
    }

    .main_header-right {
        width: 100%;
        height: 100%;
    }

    .main_header-menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .main_header.active {
        display: block;
    }

    .main_header.animate {
        opacity: 1;
    }

        .main_header.animate .module_menu-close .menu_icon .line-1 {
            margin-top: 0;
            transform: translate(-50%, -50%) rotate(-45deg);
        }

        .main_header.animate .module_menu-close .menu_icon .line-2 {
            opacity: 0;
            left: 0;
        }

        .main_header.animate .module_menu-close .menu_icon .line-3 {
            margin-top: 0;
            transform: translate(-50%, -50%) rotate(45deg);
        }

    .mobile_header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        padding-top: 20px;
    }

    .mobile_header-inner {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

        .mobile_header-inner i {
            background: none;
        }

    .mobile_header-logo {
        height: 50px;
    }

        .mobile_header-logo img {
            width: auto;
            height: 50px;
        }

    .mobile_header .module_menu-btn {
        border: none;
        height: auto;
    }
}

.sidebar {
    width: 100%;
}

    .sidebar .sidebar-mobile_btn {
        display: none;
    }

.sidebar-inner {
    width: 100%;
    background: #1b68b0;
    padding: 20px;
    border-radius: 4px;
}

    .sidebar-inner > ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .sidebar-inner > ul > li {
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            .sidebar-inner > ul > li:last-child {
                border-bottom: 0;
            }

            .sidebar-inner > ul > li > a {
                display: block;
                width: 100%;
                height: auto;
                padding: 15px 20px;
                position: relative;
                font-size: 16px;
                color: #ffffff;
                line-height: 1.3;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
            }

                .sidebar-inner > ul > li > a:hover {
                    padding-left: 25px;
                }

            .sidebar-inner > ul > li.active > a {
                padding-left: 20px;
            }

                .sidebar-inner > ul > li.active > a:before {
                    content: "";
                    font-size: 12px;
                    position: absolute;
                    left: 0;
                    top: 18px;
                }

            .sidebar-inner > ul > li > ul {
                margin: 0;
                padding: 0 0 0 40px;
                list-style: none;
                display: none;
            }

                .sidebar-inner > ul > li > ul > li:last-child {
                    margin-bottom: 17px;
                }

                .sidebar-inner > ul > li > ul > li > a {
                    position: relative;
                    font-size: 14px;
                    color: #ffffff;
                    line-height: 1.2;
                }

                .sidebar-inner > ul > li > ul > li.active > a:before {
                    content: "";
                    font-size: 10px;
                    position: absolute;
                    left: -15px;
                    top: 3px;
                }

            .sidebar-inner > ul > li.has_sub > a:before {
                content: "+";
                position: absolute;
                left: 0px;
                top: 8px;
                font-size: 24px;
            }

            .sidebar-inner > ul > li.has_sub.active > a:before {
                content: "-";
                top: 0;
                font-size: 36px;
            }

            .sidebar-inner > ul > li.has_sub.active > ul {
                display: block;
            }

@media (max-width: 767.98px) {
    .sidebar {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        background: #1b68b0;
        z-index: 9;
    }

        .sidebar .sidebar-mobile_btn {
            display: block;
            width: 100%;
            height: 60px;
            background: #1b68b0;
            position: relative;
            z-index: 3;
            line-height: 60px;
            font-size: 16px;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
        }

            .sidebar .sidebar-mobile_btn span {
                width: 100%;
                display: block;
                position: relative;
            }

                .sidebar .sidebar-mobile_btn span:after {
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    content: "";
                    font-family: "nxmIconSet" !important;
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

    .sidebar-inner {
        border-radius: 0;
        padding: 3px 0;
        display: none;
        opacity: 0;
        transform: translateY(20%);
        transition: all 0.2s ease-in-out;
    }

        .sidebar-inner ul {
            width: 100%;
            max-width: 540px;
            margin: 0 auto;
        }

            .sidebar-inner ul > li {
                width: 100%;
                padding: 0 15px;
                border-bottom: none;
            }

                .sidebar-inner ul > li > a {
                    padding: 16px 0;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                }

                    .sidebar-inner ul > li > a:hover {
                        padding-left: 0;
                    }

                .sidebar-inner ul > li:last-child > a {
                    border-bottom: 0;
                }

                .sidebar-inner ul > li.has_sub > a:before {
                    right: 0;
                    left: inherit;
                }

                .sidebar-inner ul > li > ul {
                    width: 100%;
                    margin: 0;
                    padding: 0;
                }

                    .sidebar-inner ul > li > ul > li:first-child {
                        padding-top: 10px;
                    }

                    .sidebar-inner ul > li > ul > li:last-child {
                        padding-bottom: 10px;
                    }

                    .sidebar-inner ul > li > ul > li a {
                        display: block;
                        padding: 5px 0;
                        border-bottom: none;
                    }

                .sidebar-inner ul > li.active {
                    background: #4886bf;
                }

                    .sidebar-inner ul > li.active > a {
                        padding-left: 0;
                        border-bottom-color: #4886bf;
                    }

                        .sidebar-inner ul > li.active > a:before {
                            display: none;
                        }

                    .sidebar-inner ul > li.active.has_sub > a:before {
                        display: block;
                    }

    .sidebar.active .sidebar-mobile_btn {
        background: #d9312d;
    }

    .sidebar.active .sidebar-inner {
        display: block;
    }

    .sidebar.animate .sidebar-inner {
        opacity: 1;
        transform: translateY(0);
    }
}

.main_footer {
    width: 100%;
    background: #004587;
    padding: 13px 0;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.main_footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main_footer-left {
    width: 185px;
}

    .main_footer-left img {
        margin-right: 15px;
    }

        .main_footer-left img:last-child {
            margin-right: 0;
        }

.main_footer-center {
    flex: auto;
}

.main_footer-right {
    width: 300px;
    text-align: right;
}

    .main_footer-right .contact_box {
        width: auto;
        color: #ffffff;
        font-weight: 300;
    }

        .main_footer-right .contact_box i {
            margin: 0 18px;
        }

        .main_footer-right .contact_box a {
            color: #ffffff;
            font-size: 16px;
            font-weight: 300;
            text-decoration: none;
        }

            .main_footer-right .contact_box a:hover {
                opacity: 0.7;
            }

.main_footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    flex-direction: row;
}

    .main_footer-menu > li {
        margin-right: 15px;
    }

        .main_footer-menu > li > a {
            font-size: 12px;
            font-weight: 300;
            color: #ffffff;
            text-decoration: none;
        }

            .main_footer-menu > li > a img {
                display: inline-block;
                vertical-align: middle;
                margin: 0 10px;
            }

            .main_footer-menu > li > a:hover {
                opacity: 0.7;
            }

.main_footer-copyright {
    opacity: 0.5;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    margin-top: 5px;
    color: #ffffff;
}

.noScroll .main_footer > * {
    /*opacity: 0.2;
  pointer-events: none;
  transition: all 0.2s ease-in-out;*/
}

.noScroll .main_footer ykf-cookiebar > * {
    opacity: 0.2;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.noScroll .main_footer > container > * {
    opacity: 0.2;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}


@media (max-width: 767.98px) {
    .main_footer {
        padding: 27px 0;
        position: relative;
    }

    .main_footer-inner {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .main_footer-left {
        width: 100%;
        margin-bottom: 25px;
        order: 1;
    }

    .main_footer-center {
        order: 3;
    }

        .main_footer-center .main_footer-menu > li:last-child {
            position: absolute;
            top: 27px;
            right: 5px;
        }

    .main_footer-right {
        order: 2;
        text-align: left;
        margin-bottom: 20px;
    }

        .main_footer-right .contact_box span {
            font-size: 14px;
        }

        .main_footer-right .contact_box i {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px;
        }

        .main_footer-right .contact_box a {
            font-size: 14px;
        }
}

.main_footer .ykf-cookiebar {
    z-index: 9;
    position: fixed;
    right: 10px;
    bottom: 15px;
    background: #fff;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    width: 20%;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    border-radius: 20px;
    display: none;
}

    .main_footer .ykf-cookiebar p {
        color: #0a3459;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
    }

    .main_footer .ykf-cookiebar .cookieBarRow {
        align-items: center;
        justify-content: end;
        margin-top: 15px;
    }

        .main_footer .ykf-cookiebar .cookieBarRow .cookie-btn-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: flex-end !important;
        }

            .main_footer .ykf-cookiebar .cookieBarRow .cookie-btn-wrapper .ykf-cookie-accept {
                background-color: #004587;
                color: #ffffff;
                font-size: 16px;
                padding: 10px 40px;
                border-radius: 10px;
                text-decoration: none;
            }

                .main_footer .ykf-cookiebar .cookieBarRow .cookie-btn-wrapper .ykf-cookie-accept:hover {
                    text-decoration: none;
                    color: #ffffff;
                }

        .main_footer .ykf-cookiebar .cookieBarRow .ykf-cookie-deny {
            background-image: url(/Assets/Build/assets/img/close-white.svg);
            position: absolute;
            background-repeat: no-repeat;
            background-color: #000;
            color: #ffffff;
            font-size: 7px;
            padding: 10px;
            border-radius: 5px;
            text-decoration: none;
            right: -5px;
            top: -8px;
            background-position: center;
        }

            .main_footer .ykf-cookiebar .cookieBarRow .ykf-cookie-deny:hover {
                text-decoration: none;
                color: #ffffff;
            }

@media (max-width: 992px) {
    .main_footer .ykf-cookiebar {
        bottom: 86px;
    }
}

@media (max-width: 768px) {
    .main_footer .ykf-cookiebar {
        bottom: 3px;
        padding-bottom: 20px;
        width: 97%;
        right: 0px;
        left: 0px;
        margin: 0 auto;
        bottom: 0;
    }
}

.title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
}

.title_big {
    font-size: 42px;
}

.page {
    background: url("../img/background.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 66px);
    padding-bottom: 85px;
}

    .page.limit-map {
        background: none;
    }

        .page.limit-map #map {
            height: 300px;
        }

.page-404 .page-content {
    min-height: 350px;
}

.page-cover {
    width: 100%;
    max-height: 280px;
    overflow: hidden;
}

    .page-cover img {
        width: auto;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        height: 280px;
    }

@media (max-width: 767.98px) {
    .page-cover {
        height: 140px;
    }

        .page-cover img {
            height: 140px;
            width: auto;
        }
}

.page-title {
    font-size: 42px;
    font-weight: 300;
    color: #004587;
}

.page-title_sub {
    font-size: 18px;
    font-weight: 300;
}

    .page-title_sub [class*=icon] {
        display: inline-block;
        vertical-align: middle;
        font-size: 28px;
        margin-right: 10px;
    }

@media (max-width: 767.98px) {
    .page-title {
        font-size: 24px;
    }

    .page-title_sub {
        font-size: 16px;
    }

        .page-title_sub [class*=icon] {
            font-size: 24px;
        }
}

.page-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-content-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.page-content-left {
    width: calc(100% - 390px);
    margin-right: 30px;
    order: 2;
}

    .page-content-left img {
        max-width: 100%;
        height: auto;
    }

.page-content-right {
    order: 3;
    width: 360px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-content-left {
        width: calc(100% - 300px);
        margin-right: 15px;
    }

    .page-content-right {
        width: 275px;
    }
}

@media (max-width: 767.98px) {
    .page-content {
        position: relative;
    }

    .page-content-inner {
        padding-top: 50px;
        flex-direction: column;
    }

    .page-content-left {
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .page-content-right {
        width: 100%;
        order: 1;
    }
}

.page-content .page-title {
    margin-bottom: 40px;
}

.page-content .page-title_sub {
    margin-bottom: 20px;
}

.page-services {
    height: calc(100vh - 122px);
    padding-bottom: 50px;
}

    .page-services .sidebar {
        width: 360px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        opacity: 0.2;
        transition: all 0.2s ease-in-out;
    }

    .page-services .sidebar-inner {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .page-services .sidebar-outer {
        width: 360px;
    }

    .page-services .sidebar .page-title {
        background: #d9312d;
        width: 100%;
        height: 77px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #ffffff;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 0;
        padding: 24px 0 24px 40px;
    }

    .page-services .sidebar:hover {
        opacity: 1;
    }

    .page-services .container {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .page-services #map {
        width: 100%;
        height: 100%;
        position: relative;
    }

@media (max-width: 767.98px) {
    .page-services {
        height: calc(100vh - 94px);
        min-height: 0;
    }

        .page-services ~ .module_speed_menu, .page-services ~ footer {
            display: none;
        }

        .page-services .sidebar {
            width: 100%;
            top: inherit;
            bottom: 0;
            transform: none;
            height: 95px;
            opacity: 1;
        }
}

.module_speed_menu {
    position: fixed;
    bottom: 66px;
}

    .module_speed_menu .speed_menu {
        position: relative
    }

        .module_speed_menu .speed_menu .speed_menu-item {
            position: absolute;
            right: 0;
            margin-right: 0;
        }

.page-pagination {
    width: 100%;
    margin: 30px 0;
}

.page-pagination-list {
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: center;
}

    .page-pagination-list > li {
        display: inline-block;
        vertical-align: top;
    }

        .page-pagination-list > li.next {
            float: right;
        }

        .page-pagination-list > li.prev {
            float: left;
        }

            .page-pagination-list > li.next a, .page-pagination-list > li.prev a {
                font-size: 14px;
                color: #131313;
            }

        .page-pagination-list > li.item {
            margin: 0 5px;
        }

            .page-pagination-list > li.item a {
                font-size: 16px;
                font-weight: 300;
                padding: 0 5px;
                color: #131313;
                opacity: 0.4;
                display: inline-block;
                vertical-align: top;
            }

                .page-pagination-list > li.item a.active {
                    opacity: 1;
                }

.page-404 {
    padding-top: 160px;
}

    .page-404 .page-content {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        min-height: 500px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

.order-list ul {
    margin-left: 0;
    padding-left: 30px;
}

    .order-list ul li {
        margin-bottom: 5px;
    }

.animate_wrap-item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

    .animate_wrap-item.vcenter {
        align-items: center;
    }

    .animate_wrap-item .line {
        position: absolute;
        top: 0;
    }

        .animate_wrap-item .line .circle-1 {
            display: block;
            width: 18px;
            height: 18px;
            background: #004587;
            border-radius: 50%;
            position: absolute;
        }

        .animate_wrap-item .line .circle-2 {
            display: block;
            width: 18px;
            height: 18px;
            background: #004587;
            border-radius: 50%;
            position: absolute;
        }

    .animate_wrap-item .line-wrap {
        margin-left: 30px;
        width: 260px;
        position: relative;
        height: 130px;
    }

    .animate_wrap-item .line.line-right {
        left: 0;
        margin-top: 30px;
        height: 100px;
        display: block;
        width: 100%;
        animation-iteration-count: 1;
        position: relative;
    }

        .animate_wrap-item .line.line-right .circle-1 {
            top: -6px;
            left: -10px;
        }

        .animate_wrap-item .line.line-right .circle-2 {
            bottom: -6px;
            right: -10px;
        }

    .animate_wrap-item .line.line-left {
        right: 0;
        height: 130px;
        display: block;
        width: 100%;
    }

        .animate_wrap-item .line.line-left:after {
            content: "";
            width: 0%;
            height: 100%;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background: #ffffff;
        }

        .animate_wrap-item .line.line-left .circle-1 {
            bottom: 1px;
            left: -10px;
        }

        .animate_wrap-item .line.line-left .circle-2 {
            top: -11px;
            right: -4px;
        }

.animate_wrap .alici,
.animate_wrap .satici {
    color: #004587;
    width: 72px;
    text-align: center;
}

    .animate_wrap .alici i,
    .animate_wrap .satici i {
        font-size: 60px;
    }

    .animate_wrap .alici em,
    .animate_wrap .satici em {
        font-size: 18px;
        width: 100%;
        display: block;
        text-align: center;
        font-style: normal;
    }

.animate_wrap .text-wrap {
    width: 100%;
    position: relative;
    padding-left: 60px;
    max-width: 360px;
}

    .animate_wrap .text-wrap b {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 50px;
        height: auto;
        color: #d9312d;
        font-size: 30px;
        font-weight: 500;
        line-height: 24px;
    }

    .animate_wrap .text-wrap span {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: #131313;
    }

.animate_wrap figure {
    margin-left: 30px;
}

.animate_wrap .icon-signature {
    font-size: 234px;
    color: #004587;
}

.animate_wrap .box-1 {
    position: relative;
    width: 345px;
    height: 260px;
}

    .animate_wrap .box-1 .logo {
        width: 134px;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    .animate_wrap .box-1 .colm-wrap {
        width: 165px;
        height: 165px;
        border-radius: 50%;
        background: #004587;
        position: absolute;
        top: 60px;
        left: 114px;
    }

        .animate_wrap .box-1 .colm-wrap .satici {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #ffffff;
            width: 52px;
        }

            .animate_wrap .box-1 .colm-wrap .satici i {
                font-size: 60px;
            }

            .animate_wrap .box-1 .colm-wrap .satici em {
                font-size: 18px;
            }

        .animate_wrap .box-1 .colm-wrap .colm-1,
        .animate_wrap .box-1 .colm-wrap .colm-2 {
            position: absolute;
            width: 50px;
            height: 50px;
            background: #d9312d;
            border-radius: 50%;
            color: #ffffff;
        }

            .animate_wrap .box-1 .colm-wrap .colm-1:before,
            .animate_wrap .box-1 .colm-wrap .colm-2:before {
                position: absolute;
            }

            .animate_wrap .box-1 .colm-wrap .colm-1 i,
            .animate_wrap .box-1 .colm-wrap .colm-2 i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 22px;
            }

        .animate_wrap .box-1 .colm-wrap .colm-1 {
            left: -15px;
            top: 9px;
        }

            .animate_wrap .box-1 .colm-wrap .colm-1:before {
                content: url("../img/sp-arrow-up.svg");
                left: -28px;
                top: -12px;
            }

        .animate_wrap .box-1 .colm-wrap .colm-2 {
            right: -25px;
            top: 50%;
            transform: translateY(-50%);
        }

            .animate_wrap .box-1 .colm-wrap .colm-2:before {
                content: url("../img/sp-arrow-down.svg");
                right: -33px;
                top: 19px;
            }

    .animate_wrap .box-1 .alici {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 33px;
    }

        .animate_wrap .box-1 .alici i {
            font-size: 38px;
        }

        .animate_wrap .box-1 .alici em {
            font-size: 14px;
        }

.animate_wrap .oranWrap {
    position: relative;
}

    .animate_wrap .oranWrap i.icon-oran {
        font-size: 232px;
        color: #004587;
    }

    .animate_wrap .oranWrap .satici {
        position: absolute;
        color: #d9312d;
        right: 0;
        top: -40px;
    }

        .animate_wrap .oranWrap .satici i {
            font-size: 38px;
        }

        .animate_wrap .oranWrap .satici em {
            font-size: 14px;
        }

        .animate_wrap .oranWrap .satici:after {
            position: absolute;
            content: url("../img/sp-mini-arrow-right.svg");
            left: -65px;
            bottom: 0;
        }

.animate_wrap .vadeWrap {
    position: relative;
}

    .animate_wrap .vadeWrap i.icon-vade {
        font-size: 232px;
        color: #004587;
    }

    .animate_wrap .vadeWrap .satici {
        position: absolute;
        color: #d9312d;
        left: 45px;
        top: -40px;
    }

        .animate_wrap .vadeWrap .satici i {
            font-size: 38px;
        }

        .animate_wrap .vadeWrap .satici em {
            font-size: 14px;
        }

        .animate_wrap .vadeWrap .satici:after {
            position: absolute;
            content: url("../img/sp-mini-arrow-left.svg");
            right: -65px;
            bottom: 0;
        }

.stroke-1 {
    stroke-width: 3px;
    stroke-dasharray: 1048;
    animation: 4s write;
    stroke: #004587;
}

.stroke-2 {
    stroke-width: 3px;
    stroke-dasharray: 1048;
    animation: 4s write;
    stroke: #004587;
}

@keyframes write {
    0% {
        stroke-dashoffset: 1045;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
/* #################### */
.ico_x2 {
    animation-fill-mode: forwards;
    opacity: 0;
}

.completed .ico_x2 {
    opacity: 1;
}

.signature_icon {
    display: block;
    width: 240px;
    height: 292px;
    background: url("../img/animate/signature.png") right center;
    background-repeat: no-repeat;
    animation-iteration-count: 1;
    animation: 1.6s steps(17) normal;
}

.completed .signature_icon {
    animation-name: signaturePlay;
}

@keyframes signaturePlay {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -4080px;
    }
}

.mainLogo_icon {
    display: block;
    width: 223px;
    height: 75px;
    background: url("../img/animate/mainLogo.png") right center;
    background-repeat: no-repeat;
    animation-iteration-count: 1;
    animation: 1.6s steps(19) normal;
    transform-origin: top left;
}

.completed .mainLogo_icon {
    animation-name: mainLogoPlay;
}

@keyframes mainLogoPlay {
    from {
        background-position: 0;
    }

    to {
        background-position: -4237px;
    }
}

.madeni_icon {
    display: block;
    width: 202px;
    height: 283px;
    background: url("../img/animate/madeni.png") right center;
    background-repeat: no-repeat;
    animation-iteration-count: 1;
    animation: 1.6s steps(22) normal;
    transform-origin: top left;
}

.completed .madeni_icon {
    animation-name: madeniPlay;
}

@keyframes madeniPlay {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -4444px;
    }
}

.line_icon {
    display: block;
    width: 247px;
    height: 100px;
    background: url("../img/animate/line.png") right center;
    background-repeat: no-repeat;
    animation-iteration-count: 1;
    animation: 1.6s steps(13) normal;
    transform-origin: top left;
    margin: 30px 0 0 80px;
}

.completed .line_icon {
    animation-name: linePlay;
}

@keyframes linePlay {
    from {
        background-position: 0;
    }

    to {
        background-position: -3211px;
    }
}

.line2_icon {
    display: block;
    width: 253px;
    height: 120px;
    background: url("../img/animate/line2.png") right center;
    background-repeat: no-repeat;
    animation-iteration-count: 1;
    animation: 1.6s steps(13) normal;
    transform-origin: top left;
    margin: 1px 0 0 110px;
}

.completed .line2_icon {
    animation-name: linePlay2;
}

@keyframes linePlay2 {
    from {
        background-position: 0;
    }

    to {
        background-position: -3289px;
    }
}

.satici2_icon {
    display: block;
    width: 262px;
    height: 262px;
    background: url("../img/animate/satici2.png") right center;
    background-repeat: no-repeat;
    animation-iteration-count: 1;
    animation: 1.6s steps(16) normal;
    transform-origin: top left;
}

.completed .satici2_icon {
    animation-name: satici2Play;
}

@keyframes satici2Play {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -4192px;
    }
}

.money_icon {
    display: block;
    width: 242px;
    height: 260px;
    background: url("../img/animate/para.png") right center;
    background-repeat: no-repeat;
    animation-iteration-count: 1;
    animation: 1.6s steps(21) normal;
    transform-origin: top left;
}

.completed .money_icon {
    animation-name: moneyPlay;
}

@keyframes moneyPlay {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -5082px;
    }
}

@keyframes play3 {
    from {
        background-position: 0;
    }

    to {
        background-position: -8192px;
    }
}

@keyframes play4 {
    from {
        background-position: 0;
    }

    to {
        background-position: -8786px;
    }
}

.animate_line-3 {
    margin: -60px 0 0 0;
    width: calc(100% - 360px);
}

.animate_line-5 {
    margin: -60px auto 0 auto;
}

.animate_line-6 {
    margin: -50px auto 0 auto;
}

.mud-main-wrapper {
    padding: 0px;
}

    .mud-main-wrapper .container {
        display: flex;
    }

    .mud-main-wrapper .mud-upper-banner-wrapper {
        position: relative;
        display: flex;
        justify-content: flex-start;
        background: url(/Assets/Build/assets/img/mobileusagedetail/rectangle@3x.png);
        flex-direction: row;
        padding: 40px 0px;
        background-repeat: no-repeat;
        background-size: cover;
        height: 115vh;
        width: 100%;
    }

        .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container {
            width: 50%;
            position: relative;
        }

            .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container.upper-phone-image-wrapper {
                display: flex;
                justify-content: center;
            }

            .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .phone-image {
                position: absolute;
                width: 333px;
            }

            .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container.left {
                width: 60%;
            }

            .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container.right {
                width: 40%;
            }

            .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area {
                display: flex;
                flex-direction: column;
                color: #ffffff;
                top: 0px;
            }

                .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area h1 {
                    font-size: 46px;
                    padding: 30px 0px;
                }

                .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area h3 {
                    font-size: 26px;
                }

                .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area .social-media-wrapper {
                    margin-top: 20px;
                    display: flex;
                    flex-direction: row;
                }

                    .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area .social-media-wrapper a {
                        padding: 0px 10px;
                    }

                .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area .scroll-down-for-download-wrapper {
                    display: flex;
                    flex-direction: column;
                    margin-top: 50px;
                    justify-content: center;
                    text-align: center;
                    width: 160px;
                }

                    .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area .scroll-down-for-download-wrapper a {
                        color: #ffffff;
                        text-decoration: none;
                    }

                    .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area .scroll-down-for-download-wrapper .scroll-down-wrapper {
                        border-radius: 50px;
                        position: relative;
                        margin: 10px 0px;
                    }

                        .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .upper-banner-text-area .scroll-down-for-download-wrapper .scroll-down-wrapper .scroll-down-icon {
                            position: absolute;
                            left: 73px;
                            top: 18px;
                        }

    .mud-main-wrapper .mud-lower-banner-wrapper {
        display: flex;
        background-image: url(/Assets/Build/assets/img/mobileusagedetail/mask-copy-3@3x.png);
        padding: 100px 0px;
        background-repeat: no-repeat;
        background-size: cover;
        top: -100px;
        height: 125vh;
        padding-top: 350px;
    }

        .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-left-container {
            width: 40%;
            position: relative;
            display: flex;
            justify-content: center;
        }

            .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-left-container .phone-image-down {
                position: absolute;
                bottom: -250px;
            }

        .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container {
            width: 60%;
            display: flex;
        }

            .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container .swiper-pagination {
                display: flex;
                padding: 0px 40px;
            }

                .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container .swiper-pagination .swiper-pagination-bullet {
                    border: 1px solid #ffffff !important;
                    background: #ffffff !important;
                }

                .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container .swiper-pagination .swiper-pagination-bullet-active {
                    background: #ffffff !important;
                    width: 24px !important;
                    border-radius: 5px !important;
                }

            .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container .swiper-navigation-wrapper {
                position: relative;
                left: -80px;
                width: 410px;
            }

                .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container .swiper-navigation-wrapper .swiper-button-next, .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container .swiper-navigation-wrapper .swiper-button-prev {
                    line-height: unset !important;
                    width: 50px;
                    height: 24px !important;
                }

                .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container .swiper-navigation-wrapper .swiper-button-next {
                    transform: rotateY(180deg);
                }

            .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container .swiper-container {
                width: 100%;
            }

            .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container h1 {
                padding-bottom: 50px;
            }

            .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container h3 {
                color: #ffffff;
                padding-bottom: 20px;
            }

            .mud-main-wrapper .mud-lower-banner-wrapper .lower-banner-right-container p {
                color: #ffffff;
            }

.branches_form .nice-select.open .list {
    transform: scale(1) translateY(53px) !important;
}

@media only screen and (max-width: 1024px) {
    .mud-main-wrapper .mud-upper-banner-wrapper {
        padding-top: 0px;
    }

    .mud-main-wrapper .upper-banner {
        flex-direction: column;
    }

        .mud-main-wrapper .upper-banner .upper-banner-container {
            width: 100%;
        }

            .mud-main-wrapper .upper-banner .upper-banner-container.upper-phone-image-wrapper {
                text-align: center;
            }

                .mud-main-wrapper .upper-banner .upper-banner-container.upper-phone-image-wrapper .phone-image {
                    position: relative;
                    left: 0px;
                }

            .mud-main-wrapper .upper-banner .upper-banner-container .upper-banner-text-area {
                position: relative;
                left: 0px;
                /*  h1 {
        font-size: 36px;
    }

    h3 {
        font-size: 16px;
    }*/
            }

                .mud-main-wrapper .upper-banner .upper-banner-container .upper-banner-text-area .scroll-down-for-download-wrapper {
                    display: flex;
                    flex-direction: row;
                    margin-top: 50px;
                    justify-content: start;
                    text-align: center;
                    width: 100%;
                    align-items: center;
                }

                    .mud-main-wrapper .upper-banner .upper-banner-container .upper-banner-text-area .scroll-down-for-download-wrapper .scroll-down-icon {
                        left: 23px !important;
                    }

                    .mud-main-wrapper .upper-banner .upper-banner-container .upper-banner-text-area .scroll-down-for-download-wrapper a {
                        padding: 0px 20px;
                    }

    .mud-main-wrapper .mud-lower-banner-wrapper {
        height: 100%;
        padding: 0px;
        background-position: right;
        padding-top: 200px;
    }

        .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner {
            flex-direction: column-reverse;
        }

            .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-left-container {
                width: 100%;
                position: relative;
                display: flex;
                height: 400px;
                overflow: hidden;
                justify-content: center;
            }

                .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-left-container .phone-image-down {
                    position: absolute;
                    top: 0px;
                }

            .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-right-container {
                width: 100%;
                padding-bottom: 50px;
            }

                .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-right-container .swiper-wrapper {
                    /*padding-bottom: 30px;*/
                }

                    .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-right-container .swiper-wrapper .swiper-slide p {
                        padding-bottom: 30px;
                    }

                .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-right-container .swiper-pagination {
                    justify-content: center !important;
                }

                .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-right-container .swiper-navigation-wrapper {
                    width: 100%;
                    left: 0px;
                    display: flex;
                    align-content: center;
                }

                    .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-right-container .swiper-navigation-wrapper .swiper-button-next {
                        right: 0px;
                    }

                    .mud-main-wrapper .mud-lower-banner-wrapper .mud-lower-banner .lower-banner-right-container .swiper-navigation-wrapper .swiper-button-prev {
                        left: 0px;
                    }
}

@media only screen and (max-width: 768px) {

    .mud-main-wrapper .upper-banner .upper-banner-container .upper-banner-text-area h1 {
        font-size: 36px;
    }

    .mud-main-wrapper .upper-banner .upper-banner-container .upper-banner-text-area h3 {
        font-size: 16px;
    }

    .branches-item .contact {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .branches-item .contact a {
            width: calc((100% / 2) - 20px);
            margin-right: 0;
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 550px) {
    .branches-item .contact a {
        text-align: center;
    }

    .branches-item .contact i {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mud-main-wrapper .upper-banner .upper-banner-container.upper-phone-image-wrapper .phone-image {
        width: 70% !important;
    }
}

.mud-main-wrapper .mud-lower-banner-wrapper {
    background-position: center;
    padding-top: 400px;
}

.how-to-download-wrapper {
    padding-top: 0px;
}

    .how-to-download-wrapper h1 {
        font-size: 36px;
        width: 400px;
        padding-bottom: 20px;
    }

    .how-to-download-wrapper p {
        padding-bottom: 20px;
    }

        .how-to-download-wrapper p a {
            color: #131313;
            text-decoration: none;
        }

@media only screen and (max-width: 768px) {
    .how-to-download-wrapper {
        padding-top: 50px;
    }

        .how-to-download-wrapper h1 {
            width: 100%;
        }
}

.sms-qr-code-wrapper {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
}

    .sms-qr-code-wrapper .sms-qr-item {
        width: 50%;
        display: flex;
        flex-direction: row;
        background-color: #ffffff;
        flex: 1 1 auto;
    }

        .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper {
            padding: 20px;
            border-radius: 10px;
            display: flex;
            width: 50%;
            flex-direction: column;
            margin: 20px 30px;
            position: relative;
            -webkit-box-shadow: 0px 0px 42px -14px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 0px 0px 42px -14px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 42px -14px rgba(0, 0, 0, 0.75);
        }

            .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper .bitmap-recaptcha-box {
                position: relative;
                display: flex;
                height: 50px;
                justify-content: space-between;
                border: 1px solid #ddd;
                border-radius: 5px;
                padding: 5px 5px;
            }

                .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper .bitmap-recaptcha-box a {
                    display: flex;
                    align-items: center;
                }

            .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper.right {
                flex-direction: row;
                justify-content: space-between;
            }

                .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper.right .sms-qr-text {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    width: 100%;
                    padding: 0px 10px;
                }

                .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper.right .sms-qr-code {
                    display: flex;
                    align-items: center;
                    padding: 0px 10px;
                }

            .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper .info-sms {
                padding-top: 20px;
            }

        .sms-qr-code-wrapper .sms-qr-item label {
            font-size: 12px;
            position: absolute;
            z-index: 2;
            left: 25px;
            top: 14px;
            padding: 0 15px;
            pointer-events: none;
            background: #fff;
            -webkit-transition: -webkit-transform 100ms ease;
            -moz-transition: -moz-transform 100ms ease;
            -o-transition: -o-transform 100ms ease;
            -ms-transition: -ms-transform 100ms ease;
            transition: transform 100ms ease;
            -webkit-transform: translateY(-20px);
            -moz-transform: translateY(-20px);
            -o-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        .sms-qr-code-wrapper .sms-qr-item input {
            width: 100%;
            height: 50px;
            border: 1px solid #dddddd;
            border-radius: 5px;
            -webkit-appearance: none !important;
            padding: 0px 20px;
            margin: 0;
        }

            .sms-qr-code-wrapper .sms-qr-item input:focus {
                border-color: #000;
            }

            .sms-qr-code-wrapper .sms-qr-item input::-webkit-outer-spin-button, .sms-qr-code-wrapper .sms-qr-item input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

            .sms-qr-code-wrapper .sms-qr-item input[type=number] {
                -moz-appearance: textfield !important;
            }

            .sms-qr-code-wrapper .sms-qr-item input:-internal-autofill-selected {
                background-color: #fff;
            }

        .sms-qr-code-wrapper .sms-qr-item .phone-number {
            padding-bottom: 20px;
        }

        .sms-qr-code-wrapper .sms-qr-item .send-submit-wrapper {
            position: absolute;
            bottom: 20px;
            width: 100%;
            padding-right: 10px;
        }

            .sms-qr-code-wrapper .sms-qr-item .send-submit-wrapper .send-submit {
                display: flex;
                justify-content: center;
                width: 100%;
                padding: 20px;
                background-color: #004587;
                color: #ffffff;
                text-align: center;
                border-radius: 10px;
                cursor: pointer;
            }

                .sms-qr-code-wrapper .sms-qr-item .send-submit-wrapper .send-submit:hover {
                    color: #ffffff;
                }

@media only screen and (max-width: 1024px) {
    .sms-qr-code-wrapper {
        flex-direction: column;
    }

        .sms-qr-code-wrapper .sms-qr-item {
            width: 100%;
            flex-direction: column;
        }

            .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper {
                position: relative;
                padding-right: 0px;
                bottom: 0px;
                width: 100%;
                margin: 20px 0px;
                padding-right: 20px;
            }

                .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper .send-submit-wrapper {
                    position: relative;
                    padding-right: 0px;
                    bottom: 0px;
                    width: unset;
                }
}

@media only screen and (max-width: 768px) {
    .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper {
        margin: 20px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .sms-qr-code-wrapper .sms-qr-item .sms-qr-item-wrapper .bitmap-recaptcha-box {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .module_breadcrump {
        display: flex;
    }
}

span.error {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
    display: none;
}

.err-file span.error {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
    display: block;
}

.pdf__list__wrapper .page-title:not(:first-child) {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    .noScroll .main_header .main_header-right {
        opacity: 0;
    }
}

/*.newFormGroup .parsley-errors-list {
    position: absolute;
    bottom: -23px;
}*/

.newFormGroup {
    position: relative;
}

    .newFormGroup input.parsley-error ~ div {
        margin-bottom: 25px;
    }

    .newFormGroup input.parsley-error ~ ul {
        bottom: -20px !important;
    }

.noScroll .ykf-cookiebar {
    display: none !important;
}


@media only screen and (max-width: 767px) {

    .datepicker {
        z-index: 500 !important;
    }
    .newFormGroup .parsley-errors-list {
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        /*position: absolute;*/
        bottom: -23px;
    }

    .newFormGroup select.parsley-error ~ div {
        margin-bottom: 29px;
    }

    .main_slider .swiper-container > .container .speed_menu {
        position: fixed;
        z-index: 9;
        bottom: 25px !important;
    }

    .nxm_home-tab {
        position: relative;
        z-index: 1;
    }

    .main_footer {
        z-index: 1;
    }

    .main_slider .swiper-container {
        z-index: 2;
    }
}

@media only screen and (max-width: 350px) {
    .main_slider .swiper-container > .container .speed_menu-item {
        padding: 0 0px;
    }

        .main_slider .swiper-container > .container .speed_menu-item > a {
            width: 95%;
        }
}

.nxm_home-tab {
    position: relative;
    z-index: 1;
}

.main_slider .swiper-container {
    z-index: 2;
}

@media only screen and (max-width: 1920px) and (min-width: 1200px) {
    .main_slider .swiper-container > .container .speed_menu {
        position: fixed;
        margin-left: 684px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
    .main_slider .swiper-container > .container .speed_menu {
        position: fixed;
        margin-left: 504px;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .main_slider .swiper-container > .container .speed_menu {
        position: fixed;
        margin-left: 264px;
        margin-top: -130px;
    }
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px
}

    .nice-select.has-multiple span.current {
        border: 1px solid #CCC;
        background: #EEE;
        padding: 0 10px;
        border-radius: 3px;
        display: inline-block;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 3px;
        margin-right: 3px
    }

    .nice-select.has-multiple .multiple-options {
        display: block;
        line-height: 24px;
        padding: 0
    }

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100% !important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}




/*Degisiklik Yükseklik Alanı 
*/
@media only screen and (min-width: 990px) and (max-height:760px ) {

    .upper-banner-container * {
        font-size: 1.7vh !important;
    }

    .upper-banner-container h1 {
        font-size: 2.8em !important;
    }

    .upper-banner-container h3 {
        font-size: 1.7em !important;
    }

    .page-cover {
        max-height: 25vh;
    }

    .mud-main-wrapper .mud-upper-banner-wrapper .upper-banner-container .phone-image {
        width: 34vh;
    }
}

/*Degisiklik Yükseklik Alanı 
*/

/*Padding Ayarı
*/
/*.page-content{
    padding-top:0 !important
}*/

@media only screen and (max-width: 768px) {

    .mobileHowTo {
        padding-top: 200px;
    }
}
/*Padding Ayarı
*/

.over-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #004587;
    opacity: 0.7;
    display: none;
}

    .over-loading img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

@media only screen and (max-width: 767px) {
    #truckVideo {
        /*object-fit: contain;*/
    }
}

@media screen and (max-width: 767px) {
    .main_slider .swiper-container > .container .swiper-pagination {
        top: -65px;
    }
}

@media(min-width:520px) and (max-width:767px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide .text-wrap {
        top: 3.5rem;
    }
}

#truckVideo {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 768px) {

    .truckSlider .swiper-slide-inner {
        height: 94vh;
    }

    #truckVideo {
        transform: scale(3);
        left: 13%;
        object-fit: contain;
        height: 126%;
    }
}

@media(min-width:500px) and (max-width: 768px) {
    #truckVideo {
        transform: scale(1.8);
        left: 9.9%;
        object-fit: contain;
        height: 126%;
    }

    .truckSlider .swiper-slide-inner {
        height: 94vh;
    }
}

@media(min-width:500px) and (max-width: 650px) {
    #truckVideo {
        height: 102%;
        transform: scale(2.2);
        left: 12.8%;
    }

    .truckSlider .swiper-slide-inner {
        height: 104vh !important;
    }
}


@media(min-width:768px) and (max-width: 1000px) {
    #truckVideo {
        transform: scale(1.6);
        left: 6.8%;
        object-fit: contain;
        height: 115%;
    }
}

@media(min-width:768px) and (max-width: 820px) {
    #truckVideo {
        height: 121%;
    }
}

@media(min-width:1000px) and (max-width: 1500px) {
    #truckVideo {
        transform: scale(1.2) translate(7.7%, 0);
    }
}

@media only screen and (width:768px) and (resolution: 163dpi) {
    #truckVideo {
        transform: scale(2.4);
        left: 11.7%;
        object-fit: contain;
    }
}

@media only screen and (width:1024px) and (resolution: 163dpi) {
    #truckVideo {
        transform: scale(2.4);
        left: 11.7%;
        object-fit: contain;
    }
}


@media (min-height: 1180px) and (max-width: 820px) {
    #truckVideo {
        height: 139%;
        left: 10.1%;
    }
}
@media (min-height: 1024px) and (max-width: 768px) {
    #truckVideo {
        height: 135%;
        left: 10.1%;
    }
}

.main-swiper-mobile-icons {
    position: absolute;
    bottom: -63px;
    display: flex;
    gap: 18px;
}
.main-swiper-mobile-icons img {
    width: 100px;
    height: 100px;
}


/*@media (min-height: 1024px) and (max-width: 1024px) {
    .main-swiper-mobile-icons {
        display: none;
    }
}*/

@media screen and (max-width: 650px) {
    .main-swiper-mobile-icons {
        bottom: 76px !important;
        width: 91% !important;
        justify-content: center !important;
    }

        .main-swiper-mobile-icons img {
            width: 70px !important;
            height: 70px !important;
        }

    .quick-download {
        height: 70px !important;
    }

        .quick-download img {
            width: 50px !important;
            height: 50px !important;
        }

        .quick-download h3 {
            width: 125px !important;
        }
            .quick-download h3 span {
                font-size: 20px !important;
                position: relative;
            }

                .quick-download h3 span:first-child {
                    top: 2px;
                }

                .quick-download h3 span:last-child {
                    top: -6px;
                    letter-spacing:0 !important;
                }

        .quick-download img {
            top: -6px;
        }
}

#infoServiceModal .modal-header .modal-title {
    font-size: 19px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -.4px;
    color: #003584 !important;
}
#infoServiceModal .modal-header,
#infoServiceModal .modal-footer {
    border-top: none;
}

#infoServiceModal .modal-footer {
    border: 1px solid #ebebeb;
    background-color: rgba(235,235,235,.3);
    padding: 23px 30px 23px 30px;
}
#infoServiceModal .modal-footer button {
    background-color: #004990 !important;
    border: none;
    color: #fff;
    min-width: 55px;
    box-shadow: none;
}

#infoServiceModal .modal-body p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -.2px;
    color: #282828;
}

@media (min-width: 520px) and (max-width: 650px) {
    .main_slider .swiper-container .swiper-wrapper .swiper-slide .text-wrap {
        top: 1.3rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-swiper-mobile-icons{
        bottom: -168px;
    }
}