@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 {
    -webkit-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

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;
}

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;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-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;
}

.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: 1260px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1260px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.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-sm {
    border-radius: 0.2rem !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-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1260px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1260px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        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: 1260px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.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-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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: 1260px) {
    .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-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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 !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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: 1260px) {
    .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-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !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: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !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;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.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;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("../libs/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("../libs/fonts/slick.eot");
    src: url("../libs/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../libs/fonts/slick.woff") format("woff"), url("../libs/fonts/slick.ttf") format("truetype"), url("../libs/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

html {
    font-size: 10px;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", "Arial", sans-serif;
    color: #333333;
    min-width: 320px;
    overflow-x: hidden;
    background-color: #ffffff;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

section, footer {
    padding-top: 175px;
    padding-bottom: 175px;
}

@media only screen and (max-width: 1649px) {
    section, footer {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 991px) {
    section, footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    section, footer {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather", "Times New Roman", serif;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
}

h1 {
    font-size: 6rem;
    letter-spacing: 2px;
    text-transform: capitalize;
}

h2 {
    font-size: 5rem;
    text-transform: capitalize;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

p {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 4.6rem;
        letter-spacing: 2px;
    }

    h2 {
        font-size: 3.8rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 2rem;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 4rem;
        letter-spacing: 2px;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 2rem;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 2.4rem;
        line-height: 1.29;
        letter-spacing: 2px;
    }

    h2 {
        font-size: 2rem;
        line-height: 1.55;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 1.55;
    }

    h4 {
        font-size: 1.8rem;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 374px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.9rem;
    }
}

.header {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 10;
}

.custom-logo-link {
    position: absolute;
    top: 25px;
    left: 240px;
    z-index: 1;
}

.header__navbar {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.header__respBtn {
    display: none;
    width: 20px;
    height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    cursor: pointer;
}

.header__respBtn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background-color: #000;
    margin-bottom: 4px;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.header__respBtn span:nth-of-type(2) {
    width: 13px;
}

.header__respBtn span:last-of-type {
    margin-bottom: 0;
}

.header.responsive .header__respBtn span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translateY(8px);
    -ms-transform: rotate(45deg) translateY(8px);
    transform: rotate(45deg) translateY(8px);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.header.responsive .header__respBtn span:nth-of-type(2) {
    width: 0;
    -webkit-transition: width .24s;
    -o-transition: width .24s;
    transition: width .24s;
}

.header.responsive .header__respBtn span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translateY(-8px);
    -ms-transform: rotate(-45deg) translateY(-8px);
    transform: rotate(-45deg) translateY(-8px);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.header__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.header__menu .menu-item a {
    font-family: "Merriweather", "Times New Roman", serif;
    color: #333333;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header__menu .menu-item.menu-item-28 a{
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 9px 27px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 1.8rem;
    background: #08749C;
    border-radius: 50px;
    color: #ffffff;
}

.header__menu .menu-item a:active, .header__menu .menu-item a:focus, .header__menu .menu-item a:hover {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.header__menu .menu-item.menu-item-28 a:hover{
    -webkit-box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__menu .menu-item.menu-item-28 a:active, .header__menu .menu-item.menu-item-28 a:focus, .header__menu .menu-item.menu-item-28.current-menu-item a{
    outline: none;
    background: #1FBAC0;
    -webkit-box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__search {
    position: absolute;
    right: 20px;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
}
.header__search .searchIcon{
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.header__search .searchIcon path{
    fill: #333333;
    transition: 0.2s;
}
.header__search .searchIcon:hover path{
    fill: #08749C;
    transition: 0.2s;
}
.header__search .searchForm{
    overflow: hidden;
}
.header__search .searchForm .searchSubmit{
    display: none;
}
.header__search .searchForm .searchField{
    border: none;
    border-bottom: 1px solid #08749C;
    transition: 0.2s;
    line-height: 20px;
    font-size: 16px;
    position: relative;
    right: -100%;
    background: transparent;
}
.header__search .searchForm .searchField:hover, .header__search .searchForm .searchField:focus, .header__search .searchForm .searchField:active{
    outline: none;
}
.header__search .searchForm.open .searchField{
    right: 0;
    transition: 0.2s;
}
.header.sticky {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (max-width: 1649px) {
    .custom-logo-link {
        left: 100px;
    }
}

@media only screen and (max-width: 1359px) {
    .custom-logo-link {
        left: 40px;
    }
}

@media only screen and (max-width: 1259px) {
    .custom-logo-link {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 20px;
    }

    .header__navbar {
        display: none;
    }

    .header__respBtn {
        display: block;
    }

    .header.sticky {
        background-color: white;
    }
}

@media only screen and (max-width: 767px) {
    .custom-logo-link {
        width: 127px;
    }
}

@media only screen and (max-width: 575px) {
    .header.responsive {
        background-color: #08749C;
    }

    .header.responsive .header__respBtn span {
        background-color: #ffffff;
    }
}

.respMenu {
    position: fixed;
    top: 80px;
    left: -100%;
    height: calc(100vh - 80px);
    width: 100px;
    background: rgba(8, 116, 156, 0.95);
    z-index: 10;
    min-width: 300px;
    max-width: 500px;
    width: 33%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 30px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.respMenu__nav {
    padding-top: 80px;
}

.respMenu__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.respMenu__menu .menu-item {
    margin-bottom: 40px;
}

.respMenu__menu .menu-item:last-of-type {
    margin-bottom: 0;
}

.respMenu__menu .menu-item a {
    font-family: "Merriweather", "Times New Roman", serif;
    color: #F5F5F5;
    font-size: 2.4rem;
    line-height: 1.3;
    text-transform: capitalize;
    text-decoration: none;
}

.respMenu__menu .menu-item a:focus, .respMenu__menu .menu-item a:hover {
    outline: none;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
}

.respMenu__social {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.respMenu__social .social__item {
    margin-left: 40px;
}

.respMenu__social .social__item:first-of-type {
    margin-left: 0;
}

.respMenu__social .social__link {
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.respMenu__social .social__link:hover, .respMenu__social .social__link:focus {
    outline: none;
}
.respMenu__social .social__link svg{
    height: 20px;
}
.respMenu__social .social__link svg path{
    fill: #ffffff;
    transition: 0.2s;
}
.respMenu__social .social__link:hover svg path, .thankYou__social .social__link:focus svg path{
    transition: 0.2s;
}

.respMenu__social .social__link:before {
    content: "";
    width: 10px;
    height: 10px;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #1FBAC0;
}

.respMenu__social .social__link:hover:before, .respMenu__social .social__link:focus:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(4);
    -ms-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.respMenu.open {
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 575px) {
    .respMenu {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        background: #08749c;
    }

    .respMenu__nav {
        padding-top: 0px;
    }

    .respMenu__menu .menu__link {
        font-size: 2rem;
        line-height: 1.55;
    }
}

@media only screen and (orientation: landscape) and (max-height: 500px) {
    .header.responsive {
        background-color: #08749C;
    }

    .header.responsive .header__respBtn span {
        background-color: #ffffff;
    }

    .respMenu {
        width: 100%;
        max-width: 100%;
        background: #08749c;
        padding-top: 0;
    }

    .respMenu__nav {
        padding-top: 0;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .respMenu__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .respMenu__menu .menu-item {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
}

.welcome {
    padding-top: 350px;
}

.welcome__heading {
    padding-bottom: 30px;
}

.welcome__subheading {
    font-size: 2.5rem;
    line-height: 1.25;
    padding-bottom: 50px;
    max-width: 500px;
}

@media only screen and (max-width: 991px) {
    .welcome__subheading {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .welcome__subheading {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.welcome__button {
    border-radius: 50px;
    padding: 20px 30px;
    border: none;
    text-transform: uppercase;
    background-color: #08749C;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 600;
    width: 250px;
    max-width: 100%;
}

.welcome__button:hover {
    -webkit-box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.welcome__button:focus {
    outline: none;
    background: #1FBAC0;
    -webkit-box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .welcome__button {
        text-transform: capitalize;
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .welcome__button {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .welcome__button {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1649px) {
    .welcome {
        padding-top: 175px;
    }
}

@media only screen and (max-width: 1259px) {
    .welcome {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .welcome {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .welcome {
        padding-top: 100px;
    }

    .welcome__heading {
        padding-bottom: 15px;
    }

    .welcome__subheading {
        padding-bottom: 20px;
    }
}

.ourGoal__heading {
    text-align: center;
    padding-bottom: 20px;
}

.ourGoal__subheading {
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .ourGoal__subheading {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .ourGoal__subheading {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.ourGoal__card .card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}

.ourGoal__card .card__img img {
    max-height: 100%;
}

.ourGoal__card .card__description {
    font-size: 2rem;
    line-height: 1.55;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .ourGoal__card .card__description {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .ourGoal__card .card__description {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

@media only screen and (max-width: 1649px) {
    .ourGoal__subheading {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .ourGoal__card {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .ourGoal__card .card__img {
        width: 80px;
        height: 80px;
    }
}

.technology {
    position: relative;
}

.technology__heading {
    padding-bottom: 60px;
}

.technology__description{
    font-size: 2rem;
    line-height: 1.55;
}

.technology__card {
    padding-bottom: 30px;
}

.technology__card .card__title {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 600;
    padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .technology__card .card__title {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .technology__card .card__title {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.technology__card .card__description {
    font-size: 2rem;
    line-height: 1.55;
}

@media only screen and (max-width: 991px) {
    .technology__card .card__description {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .technology__card .card__description {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.technology__card:last-of-type {
    padding-bottom: 0;
}

.technology__button {
    border-radius: 50px;
    padding: 20px 30px;
    border: none;
    text-transform: uppercase;
    background-color: #08749C;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    width: 180px;
    margin-top: 50px;
}

.technology__button:hover {
    -webkit-box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.technology__button:focus {
    outline: none;
    background: #1FBAC0;
    -webkit-box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .technology__button {
        text-transform: capitalize;
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .technology__heading {
        padding-bottom: 40px;
    }

    .technology__button {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .technology {
        text-align: center;
    }
}

.diagram {
    padding-bottom: 100px;
}

.diagram__heading {
    text-align: center;
    padding-bottom: 190px;
}
.diagram__imgs{
    margin-left: 100px;
    margin-right: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diagram__img{
    position: relative;
}

.diagram__img--bottom{
    margin-bottom: -170px;
}

@media only screen and (max-width: 1649px) {
    .diagram {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .diagram__heading {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .diagram {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px){
    .diagram__imgs{
        flex-wrap: wrap;
    }
    .diagram__img{
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .diagram {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.latestPosts {
    padding-top: 120px;
    padding-bottom: 120px;
}

.latestPosts__heading {
    text-align: center;
    padding-bottom: 60px;
}

.latestPosts__posts .slick-arrow {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.latestPosts__posts .slick-arrow:before {
    display: none;
}

.latestPosts__posts .slick-arrow:hover {
    -webkit-transform: translateY(-50%) scale(1.3);
    -ms-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.latestPosts__posts .slick-arrow:hover svg path {
    stroke: #08749C;
}

.latestPosts__post {
    margin: 0 25px;
    text-decoration: none;
    color: #333333;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.latestPosts__post .post__img {
    margin-bottom: 40px;
}
.latestPosts__post .post__img img{
    height: auto;
}
.latestPosts__post .post__title {
    padding-bottom: 25px;
}

.latestPosts__post .post__meta {
    font-size: 2rem;
    line-height: 1.55;
}

@media only screen and (max-width: 991px) {
    .latestPosts__post .post__meta {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .latestPosts__post .post__meta {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.latestPosts__post:hover {
    text-decoration: none;
    color: #08749C;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.latestPosts__post:focus, .latestPosts__post:active, .latestPosts__post:hover {
    outline: none;
}

@media only screen and (max-width: 1649px) {
    .latestPosts {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 991px) {
    .latestPosts {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .latestPosts__post {
        margin: 0 15px;
    }

    .latestPosts__post .post__img {
        margin-bottom: 30px;
    }

    .latestPosts__post .post__title {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .latestPosts__post {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .latestPosts {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .latestPosts__heading {
        text-align: center;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 450px) {
    .latestPosts .container {
        padding: 0;
    }

    .latestPosts .row {
        margin: 0;
    }

    .latestPosts__post {
        margin: 0;
    }

    .latestPosts__post .post__title, .latestPosts__post .post__meta {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.offer {
    padding-top: 350px;
}

.offer__heading {
    padding: 0 50px 40px;
}

.offer__subheading {
    font-size: 2rem;
    line-height: 1.55;
    padding: 0 50px;
}

@media only screen and (max-width: 991px) {
    .offer__subheading {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .offer__subheading {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

@media only screen and (max-width: 1649px) {
    .offer {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 1259px) {
    .offer {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .offer {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .offer__heading {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    .offer__subheading {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .offer {
        padding-top: 115px;
        padding-bottom: 25px;
    }

    .offer__heading {
        padding-bottom: 15px;
    }

    .offer__subheading {
        padding-bottom: 20px;
    }
}

.ourTeam__heading {
    text-align: center;
    padding-bottom: 20px;
}

.ourTeam__subheading {
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .ourTeam__subheading {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .ourTeam__subheading {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.ourTeam__card {
    text-align: center;
    margin-bottom: 30px;
}

.ourTeam__card .card__img {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ourTeam__card .card__title {
    font-size: 2rem;
    line-height: 1.55;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .ourTeam__card .card__title {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .ourTeam__card .card__title {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.ourTeam__card .card__description {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #08749C;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .ourTeam__card .card__description {
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 575px) {
    .ourTeam__card .card__description {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 991px) {
    .ourTeam__card {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .ourTeam {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ourTeam__heading {
        padding-bottom: 15px;
    }

    .ourTeam__subheading {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .ourTeam {
        padding-bottom: 0;
    }

    .ourTeam__card {
        margin-bottom: 40px;
    }

    .ourTeam__card .card__title {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 375px) {
    .ourTeam .container {
        padding: 0;
    }

    .ourTeam__heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ourTeam__subheading {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.advisor{
    padding-bottom: 160px;
}
.timeline{
    padding-top: 160px;
}
.advisor__heading {
    text-align: center;
    padding-bottom: 80px;
}

.advisor__img {
    /*padding: 0 25px;*/
}

.advisor__subheading {
    padding-bottom: 40px;
    padding-right: 130px;
    padding-left: 60px;
}

.advisor__description {
    padding-right: 130px;
    padding-left: 60px;
}

.advisor__description p {
    font-size: 2rem;
    line-height: 1.55;
    padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .advisor__description p {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .advisor__description p {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.advisor__description p:last-of-type {
    padding-bottom: 0;
}
@media only screen and (max-width: 1649px){
    .advisor{
        padding-bottom: 75px;
    }
    .timeline{
        padding-top: 75px;
    }
}
@media only screen and (max-width: 1259px) {
    .advisor__subheading {
        padding-right: 100px;
    }

    .advisor__description {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .advisor__subheading {
        padding-right: 0;
    }

    .advisor__description {
        padding-right: 0;
    }
    .advisor{
        padding-bottom: 50px;
    }
    .timeline{
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .advisor__heading {
        padding-bottom: 50px;
    }

    .advisor__img {
        text-align: center;
        margin-bottom: 30px;
        padding: 0;
    }

    .advisor__subheading {
        padding-bottom: 25px;
        text-align: center;
    }

    .advisor__description {
        text-align: center;
    }

    .advisor__description p {
        padding-bottom: 20px;
    }

    .advisor__description p:last-of-type {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .advisor {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .advisor .container {
        padding: 0;
    }

    .advisor__heading, .advisor__subheading, .advisor__description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .advisor__heading {
        padding-bottom: 20px;
    }
}

.timeline {
    position: relative;
}

.timeline__heading {
    text-align: center;
    padding-bottom: 150px;
}

.timeline__item {
    position: relative;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timeline__item:after {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid #08749C;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
}

.timeline__item:before {
    content: "";
    height: 100%;
    border: 1px solid #08749C;
    position: absolute;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}


.timeline__item.timeline__item--main {
    padding-right: 60px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.timeline__item.timeline__item--main:after {
    right: -18px;
    width: 36px;
    height: 36px;
    border-width: 3px;
}

.timeline__item.timeline__item--main:before {
    right: -1px;
}

.timeline__item.timeline__item--secondary {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 50%;
    padding-left: 60px;
}

.timeline__item.timeline__item--secondary:after {
    left: -11px;
}

.timeline__item.timeline__item--secondary:before {
    left: -1px;
}

.timeline__item:last-child:before {
    content: "";
    display: none;
}
.timeline__item.timeline__item--last:before{
    border-style: dashed;
}
.timeline__item.timeline__item--future:before{
    border-style: dashed;
}
.timeline__item.timeline__item--fish{
    height: 230px;
}
.timeline__item:hover:after{
    background-color: #08749C;
    transition: background-color 0.3s;
}
.timeline__item.timeline__item--fish:after{
    content: '';
    background-image: url('/wp-content/themes/monitorfish/assets/i/timeline-fish.svg');
    background-size: contain;
    background-color: #ffffff;
    background-position: center center;
    width: 135px;
    height: 130px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    left: -67px;
}

.timeline__item .item__title {
    color: #08749C;
    padding-bottom: 10px;
    width: 200px;
}

.timeline__item .item__desc {
    color: #08749C;
    font-weight: 600;
}
.timeline__item.timeline__item--secondary .item__desc{
    font-size: 2rem;
    line-height: 1.55;
}
.timeline__item.timeline__item--main .item__desc{
    font-size: 2.5rem;
    line-height: 1.25;
    width: 200px;
}
@media only screen and (max-width: 991px) {
    .timeline__item .item__desc {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .timeline__item .item__desc {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

@media only screen and (max-width: 1649px) {
    .timeline__heading {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .timeline__heading {
        padding-bottom: 50px;
    }

    .timeline__item .item__title {
        padding-bottom: 10px;
    }

    .timeline__item.timeline__item--main {
        padding-right: 60px;
    }

    .timeline__item.timeline__item--fish:after{
        width: 100px;
        left: -50px;
    }
    .timeline__item.timeline__item--main .item__desc{
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 767px) {
    .timeline__item.timeline__item--main {
        padding-right: 50px;
    }

    .timeline__item.timeline__item--secondary {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 50px;
    }

    .timeline__item.timeline__item--secondary:after {
        right: -11px;
        left: auto;
    }

    .timeline__item.timeline__item--secondary:before {
        right: -1px;
        left: auto;
    }

    .timeline__item.timeline__item--fish:after{
        right: -50px;
    }

    .timeline__item.timeline__item--main .item__desc{
        width: auto;
    }

    .timeline__item.timeline__item--main {
        text-align: right;
    }
    .timeline__item.timeline__item--secondary {
        text-align: right;
    }
}

@media only screen and (max-width: 575px) {
    .timeline {
        padding-top: 30px;
    }

    .timeline__item {
        width: 290px;
    }

    .timeline__item .item__title, .timeline__item .item__desc {
        width: 200px;
    }

    .timeline__item.timeline__item--main, .timeline__item.timeline__item--secondary {
        padding-right: 40px;
        margin: 0 auto;
    }

    .timeline__heading {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 375px) {
    .timeline__item {
        width: 250px;
    }
    .timeline__item.timeline__item--fish:after{
        width: 60px;
        right: -30px;
        height: 90px;
    }
}

.ourInvestors__heading {
    text-align: center;
    padding-bottom: 70px;
}

.ourInvestors__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.ourInvestors__description p {
    font-size: 2rem;
    line-height: 1.55;
    padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .ourInvestors__description p {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .ourInvestors__description p {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.ourInvestors__description p:last-of-type {
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .ourInvestors__heading {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ourInvestors__img {
        margin-bottom: 30px;
    }

    .ourInvestors__description {
        text-align: center;
    }

    .ourInvestors__description p {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .ourInvestors {
        padding-bottom: 25px;
    }

    .ourInvestors__heading {
        padding-bottom: 30px;
    }
}

.ourPartners {
    padding-top: 125px;
    padding-bottom: 150px;
}

.ourPartners__heading {
    padding-bottom: 60px;
    text-align: center;
}

.ourPartners__partners {
    /*padding-bottom: 80px;*/
}

.ourPartners__partners .slick-arrow {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ourPartners__partners .slick-arrow:before {
    display: none;
}

.ourPartners__partners .slick-arrow:hover {
    -webkit-transform: translateY(-50%) scale(1.3);
    -ms-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ourPartners__partners .slick-arrow:hover svg path {
    stroke: #08749C;
}

.ourPartners__partner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*height: 340px;*/
}

.ourPartners__partner .partner__content {
    width: 570px;
    margin-left: 100px;
}

.ourPartners__partner .partner__title {
    text-transform: uppercase;
    padding-bottom: 40px;
}

.ourPartners__partner .partner__subtitle {
    font-size: 2.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .ourPartners__partner .partner__subtitle {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .ourPartners__partner .partner__subtitle {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.ourPartners__partner .partner__description {
    font-size: 2rem;
    line-height: 1.55;
}

@media only screen and (max-width: 991px) {
    .ourPartners__partner .partner__description {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .ourPartners__partner .partner__description {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.ourPartners__partner:focus {
    outline: none;
}

.ourPartners__nav .nav__img {
    max-height: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.ourPartners__nav .nav__img:focus {
    outline: none;
}

.ourPartners__nav .nav__img img {
    width: auto;
    max-height: 100%;
}

@media only screen and (max-width: 1649px) {
    .ourPartners {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 991px) {
    .ourPartners {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ourPartners__partners {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .ourPartners__nav {
        display: none;
    }

    .ourPartners__partners {
        padding-bottom: 0;
    }

    .ourPartners__partners .slick-next, .ourPartners__partners .slick-prev {
        top: 50px;
    }

    .ourPartners__partner {
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .ourPartners__partner .partner__title {
        padding-bottom: 25px;
    }

    .ourPartners__partner .partner__content {
        width: 100%;
        margin-left: 0;
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }

    .ourPartners__partner .partner__img {
        margin-bottom: 50px;
        max-height: 115px;
        height: 115px;
        text-align: center;
    }

    .ourPartners__partner .partner__img img {
        max-height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575px) {
    .ourPartners {
        padding-bottom: 25px;
    }

    .ourPartners__heading {
        padding-bottom: 30px;
    }

    .ourPartners__partners .slick-prev {
        left: -10px;
    }

    .ourPartners__partners .slick-next {
        right: -10px;
    }

    .awards__imgs .slick-prev {
        left: -10px;
    }

    .awards__imgs .slick-next {
        right: -10px;
    }

    .ourPartners__partner .partner__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.awards {
    padding-top: 150px;
    padding-bottom: 150px;
}

.awards__heading {
    padding-bottom: 100px;
    text-align: center;
}
.awards__img{
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.slick-prev:before, .slick-next:before{
    display: none;
}


/*.awards__imgs {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    padding: 0 35px;*/
/*}*/

@media only screen and (max-width: 1649px) {
    .awards {
        padding-top: 75px;
        padding-bottom: 25px;
    }

    /*.awards__imgs {*/
    /*    -webkit-box-pack: center;*/
    /*    -ms-flex-pack: center;*/
    /*    justify-content: center;*/
    /*}*/

    .awards__img {
        margin: 0 50px 50px;
    }
}

@media only screen and (max-width: 991px) {
    .awards {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .awards__heading {
        padding-bottom: 70px;
        text-align: center;
    }

    .awards__img {
        margin: 0 30px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .awards__heading {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .awards__img {
        margin: 0 0 30px;
    }
}

.supportedBy {
    padding-top: 150px;
}

.supportedBy__heading {
    text-align: center;
    padding-bottom: 100px;
}

.supportedBy__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.supportedBy__img {
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
}

@media only screen and (max-width: 1649px) {
    .supportedBy {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 1259px){
    .supportedBy__img{
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .supportedBy {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .supportedBy__imgs{
        justify-content: center;
    }
    .supportedBy__img {
        margin-bottom: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .supportedBy__heading {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .supportedBy__imgs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px;
    }

    .supportedBy__img {
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.meaning {
    padding-top: 350px;
    padding-bottom: 80px;
}

.meaning__heading {
    padding-bottom: 30px;
}

.meaning__subheading {
    font-size: 2rem;
    line-height: 1.55;
}

@media only screen and (max-width: 991px) {
    .meaning__subheading {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .meaning__subheading {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.meaning__button {
    border-radius: 50px;
    padding: 20px 30px;
    border: none;
    text-transform: uppercase;
    background-color: #08749C;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 600;
}

.meaning__button:hover {
    -webkit-box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.meaning__button:focus {
    outline: none;
    background: #1FBAC0;
    -webkit-box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .meaning__button {
        text-transform: capitalize;
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .meaning__button {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .meaning__button {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1649px) {
    .meaning {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .meaning {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .meaning__heading {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .meaning {
        padding-top: 115px;
    }

    .meaning__heading {
        padding-bottom: 10px;
    }

    .meaning__subheading {
        padding-bottom: 20px;
    }
}

.ourTechnology__heading {
    text-align: center;
    padding-bottom: 20px;
}

.ourTechnology__subheading {
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .ourTechnology__subheading {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .ourTechnology__subheading {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.ourTechnology__card {
    text-align: center;
}

.ourTechnology__card .card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.ourTechnology__card .card__title {
    padding-bottom: 20px;
}

.ourTechnology__card .card__description {
    font-size: 2rem;
    line-height: 1.55;
}

@media only screen and (max-width: 991px) {
    .ourTechnology__card .card__description {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .ourTechnology__card .card__description {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

@media only screen and (max-width: 1649px) {
    .ourTechnology__subheading {
        padding-bottom: 60px;
    }

    .ourTechnology__card .card__img {
        margin-bottom: 30px;
    }

    .ourTechnology__card .card__title {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .ourTechnology__heading {
        padding-bottom: 15px;
    }

    .ourTechnology__subheading {
        padding-bottom: 45px;
    }

    .ourTechnology__card {
        margin-bottom: 60px;
    }
}
.technologyGuide{
    padding-top: 60px;
    padding-bottom: 0;
}
.technologyGuide__slider{
    /*height: 100vh;*/
}
.technologyGuide__slider.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.technologyGuide__slider .slick-dots{
    width: auto;
    right: 200px;
    top: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.technologyGuide__slider .slick-dots li button:before{
    color: #C4C4C4;
    opacity: 1;
}
.technologyGuide__slider .slick-dots li.slick-active button:before{
    color: #1FBAC0;
    opacity: 1;
}
.technologyGuide__slider .technologyGuide__slide{
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    float: none;
    margin: 0 auto;
    outline: none;
}
.technologyGuide__slider .technologyGuide__slide:focus{
    outline: none;
}
.technologyGuide__slider .technologyGuide__slide .slide__imgWrapper{
    margin-left: -100px;
    margin-right: 140px;
}
.technologyGuide__slider .technologyGuide__slide .slide__contentWrapper{
    padding-top: 270px;
    width: 504px;
    max-width: 100%;
}
.technologyGuide__slider .technologyGuide__slide .slide__title{
    padding-bottom: 30px;
}
.technologyGuide__slider .technologyGuide__slide .slide__description{
    padding-bottom: 50px;
    font-size: 2rem;
    line-height: 1.55;
    width: 360px;
    max-width: 100%;
}




.tracking {
    padding-top: 125px;
    padding-bottom: 140px;
}

.tracking__heading {
    text-align: center;
    padding-bottom: 20px;
}
.tracking__subheading {
    text-align: center;
    font-size: 25px;
    line-height: 31px;
    padding-bottom: 90px;
}

.tracking__card .card__img {
    margin-bottom: 30px;
}

.tracking__card .card__description {
    font-size: 2rem;
    line-height: 1.55;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .tracking__card .card__description {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .tracking__card .card__description {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

@media only screen and (max-width: 1649px) {
    .tracking {
        padding-top: 75px;
    }

    .tracking__heading {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1259px) {
    .tracking {
        padding-top: 100px;
    }

    .tracking__heading {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .tracking {
        padding-top: 50px;
    }

    .tracking__heading {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .tracking__card {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .tracking .container {
        padding: 0;
    }

    .tracking__heading {
        padding-bottom: 30px;
    }

    .tracking__card {
        margin-bottom: 30px;
    }

    .tracking__card .card__img {
        margin-bottom: 15px;
    }
}
.technologyBenefits{
    padding-top: 100px;
    padding-bottom: 100px;
}
.technologyBenefits--second{
    padding-bottom: 0;
}
.technologyBenefits__heading{
    text-align: center;
    padding-bottom: 40px;
}
.technologyBenefits__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.technologyBenefits__list{
    list-style: none;
}
.technologyBenefits__list .list__item{
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 20px;
}
.technologyBenefits__list .list__item:before{
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #08749C;
    box-sizing: border-box;
    margin-right: 15px;
}
.technologyBenefits__list .list__item:hover:before{
    background-color: #08749C;
    transition: background-color 0.3s;
}
.technologyBenefits .technologyBenefits__img{
    margin-right: -115px;
}
.technologyBenefits--second .technologyBenefits__content{
    justify-content: flex-start;
}
.technologyBenefits--second .technologyBenefits__heading{
    padding-bottom: 120px;
}
.technologyBenefits--second .technologyBenefits__img{
    margin-right: 130px;
    margin-left: -120px;
}
.working {
    padding-top: 100px;
    padding-bottom: 50px;
}

.working__heading {
    text-align: center;
    padding-bottom: 120px;
}

.working__card .card__img {
    margin-bottom: 30px;
    text-align: center;
}

.working__card .card__description {
    font-size: 2rem;
    line-height: 1.55;
    text-align: center;
}

@media only screen and (max-width: 1649px){
    .technologyGuide__slider .technologyGuide__slide .slide__imgWrapper{
        margin-left: -50px;
        margin-right: 100px;
        width: 400px;
    }
    .technologyGuide__slider .slick-dots{
        right: 100px;
        top: 190px;
    }
    .technologyGuide__slider .technologyGuide__slide .slide__contentWrapper{
        padding-top: 100px;
    }
    .tracking{
        padding-bottom: 75px;
    }
    .tracking__subheading{
        padding-bottom: 50px;
    }
    .tracking__heading {
        padding-bottom: 30px;
    }
    .technologyBenefits {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .technologyBenefits .technologyBenefits__img{
        margin-right: 0;
        width: 500px;
    }
    .technologyBenefits--second .technologyBenefits__img{
        margin-left: 0;
        margin-right: 50px;
        width: 400px;
    }
    .technologyBenefits--second .technologyBenefits__content{
        justify-content: center;
    }
    .technologyBenefits{
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1259px){
    .technologyGuide__slider .technologyGuide__slide .slide__imgWrapper{
        margin-right: 60px;
    }
    .tracking {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .technologyBenefits--second .technologyBenefits__heading{
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .working__card .card__description {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .technologyGuide__slider .technologyGuide__slide .slide__imgWrapper{
        width: 300px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .working__card .card__description {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

@media only screen and (max-width: 1649px) {
    .working {
        padding-top: 75px;
    }

    .working__heading {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .working {
        padding-top: 50px;
    }

    .working__heading {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .working__card {
        margin-bottom: 45px;
    }

    .working__card .card__img {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .working {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .working__heading {
        padding-bottom: 30px;
    }
}

.benefits {
    padding-bottom: 250px;
}

.benefits__heading {
    text-align: center;
    padding-bottom: 100px;
}

.benefits__card .card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}

.benefits__card .card__img img {
    max-height: 100%;
}

.benefits__card .card__description {
    font-size: 2rem;
    line-height: 1.55;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .benefits__card .card__description {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .benefits__card .card__description {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

@media only screen and (max-width: 1649px) {
    .benefits {
        padding-bottom: 75px;
    }

    .benefits__heading {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .benefits {
        padding-bottom: 50px;
    }

    .benefits__heading {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .benefits__card {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .benefits {
        padding-bottom: 35px;
    }

    .benefits__card .card__img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
}

.blogPosts {
    padding-top: 300px;
}

.blogPosts__heading {
    text-align: center;
    padding-bottom: 180px;
}

.blogPosts__posts {
    padding-bottom: 100px;
}

.blogPosts__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 200px;
}

.blogPosts__post .post__img img{
    height: auto;
}

.blogPosts__post:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.blogPosts__post:last-of-type {
    margin-bottom: 0;
}

.blogPosts__post .post__content {
    max-width: 580px;
}

.blogPosts__post .post__content .post__img {
    max-width: 470px;
}

.blogPosts__post .post__content .post__title {
    padding-bottom: 40px;
}

.blogPosts__post .post__content .post__description {
    font-size: 2rem;
    line-height: 1.55;
    padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .blogPosts__post .post__content .post__description {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .blogPosts__post .post__content .post__description {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.blogPosts__post .post__content .post__link {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #08749C;
    text-transform: uppercase;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .blogPosts__post .post__content .post__link {
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 575px) {
    .blogPosts__post .post__content .post__link {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}

.blogPosts__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blogPosts__pagination .wp-pagenavi *{
    margin-left: 30px;
    color: #838383;
    font-size: 3rem;
    text-decoration: none;
    border: none;
    padding: 0;
}
@media only screen and (max-width: 1259px){
    .blogPosts__pagination .wp-pagenavi *{
        font-size: 2.6rem;
    }
}
@media only screen and (max-width: 767px){
    .blogPosts__pagination .wp-pagenavi *{
        font-size: 2.4rem;
    }
}
.blogPosts__pagination .wp-pagenavi .pages{
    display: none;
}
.blogPosts__pagination .wp-pagenavi a:hover{
    color: #08749C;
    transition: 0.2s;
}
.blogPosts__pagination .wp-pagenavi span.current {
    font-weight: normal;
    color: #333333;
}


@media only screen and (max-width: 1649px) {
    .blogPosts {
        padding-top: 250px;
    }

    .blogPosts__heading {
        padding-bottom: 80px;
    }

    .blogPosts__post {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 1259px) {
    .blogPosts {
        padding-top: 200px;
    }

    .blogPosts__posts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px;
    }

    .blogPosts__post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 40px 60px;
        text-align: center;
        margin-bottom: 0px;
    }

    .blogPosts__post:nth-of-type(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blogPosts__post .post__img {
        margin-bottom: 35px;
    }

    .blogPosts__post .post__content .post__title {
        padding-bottom: 30px;
    }

    .blogPosts__pagination .pagination__link {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .blogPosts {
        padding-top: 150px;
    }

    .blogPosts__heading {
        padding-bottom: 75px;
    }

    .blogPosts__pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blogPosts__pagination .pagination__link {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .blogPosts__posts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blogPosts__post {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .blogPosts {
        padding-top: 115px;
    }

    .blogPosts .container {
        padding: 0;
    }

    .blogPosts__heading {
        padding-bottom: 30px;
    }

    .blogPosts__post .post__img {
        margin-bottom: 20px;
    }

    .blogPosts__post .post__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blogPosts__post .post__content .post__title {
        padding-bottom: 15px;
    }

    .blogPosts__post .post__content .post__description {
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 374px) {
    .blogPosts__post .post__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contacts {
    padding-top: 300px;
}

.contacts__heading {
    text-align: center;
    padding-bottom: 90px;
}

.contacts__subheading {
    padding-bottom: 40px;
}

.contacts__address .address__title {
    font-size: 2.5rem;
    line-height: 1.25;
    padding-bottom: 20px;
    font-weight: 600;
}
.contacts__map *{
    max-width: 100%;
    width: 100%;
    min-width: 100%;
}

@media only screen and (max-width: 991px) {
    .contacts__address .address__title {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .contacts__address .address__title {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.contacts__address .address__content {
    font-size: 2rem;
    line-height: 1.55;
    color: #000;
    margin: 0;
    padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .contacts__address .address__content {
        font-size: 1.8rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .contacts__address .address__content {
        font-size: 1.6rem;
        line-height: 1.37;
    }
}

.contacts__form {
    margin-bottom: 250px;
    width: 100%;
    text-align: center;
}
.contacts__form .inputWrapper input, .contacts__form .inputWrapper textarea, .contacts__form .inputWrapper select{
    width: 100%;
    border: none;
    border-bottom: 7px solid #C4C4C4;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 50px;
    transition: 0.3s;
}
.contacts__form .inputWrapper select{
    font-weight: 400;
    background-color: transparent;
}
.contacts__form .inputWrapper input:focus, .contacts__form .inputWrapper textarea:focus, .contacts__form .inputWrapper select:focus{
    outline: none;
    border-bottom-color: #08749C;
    border-bottom-width: 3px;
}
.contacts__form .inputWrapper input.wpcf7-not-valid, .contacts__form .inputWrapper textarea.wpcf7-not-valid, .contacts__form .inputWrapper select.wpcf7-not-valid{
    border-bottom-color: #D76A6A;
    border-bottom-width: 3px;
}
.contacts__form .inputWrapper textarea{
    height: 70px;
    resize: none;
}
.checkboxes, .radioBtns{
    text-align: left;
    margin-top: 70px;
    font-size: 2rem;
    line-height: 1.55;
}
.radioBtns span.wpcf7-list-item{
    margin-left: 0;
    display: block;
}
.radioBtns .radioBtns-title{
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    padding-bottom: 30px;
    color: #797979;
}
.checkboxes.checkboxes--subscribe {
    text-align: center;
}
@media only screen and (max-width: 575px){
    .checkboxes, .radioBtns{
        margin-top: 30px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
.checkboxes a{
    color: #08749C;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.checkboxes a:hover, .checkboxes a:focus{
    border-bottom-color: #08749C;
    transition: border-bottom-color 0.2s;
}


.checkboxes input, .radioBtns input{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    bottom: 0;
}
.checkboxes label, .radioBtns label{
    position: relative;
}
.checkboxes span.wpcf7-list-item{
    margin: 0 0 20px;
}
.checkboxes .wpcf7-list-item-label, .checkboxes .newCB, .radioBtns .wpcf7-list-item-label{
    padding-left: 40px;
}
.checkboxes .wpcf7-list-item-label:before, .checkboxes .newCB:before, .radioBtns .wpcf7-list-item-label:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 0.05em;
    background-color: #EDEDED;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-sizing: border-box;

}
.radioBtns .wpcf7-list-item-label:before{
    border-radius: 50%;
    border: 2px solid #1FBAC0;
}
.checkboxes input:checked + .wpcf7-list-item-label:before, .checkboxes input:checked + .newCB:before{
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1893 21.5679L0.439322 11.9798C-0.146441 11.4037 -0.146441 10.4697 0.439322 9.89365L2.56059 7.80753C3.14636 7.23144 4.09616 7.23144 4.68192 7.80753L11.25 14.2665L25.3181 0.432029C25.9038 -0.14401 26.8536 -0.14401 27.4394 0.432029L29.5607 2.51814C30.1464 3.09418 30.1464 4.02816 29.5607 4.60426L12.3107 21.568C11.7248 22.144 10.7751 22.144 10.1893 21.5679Z' fill='%231FBAC0'/%3E%3C/svg%3E%0A");
}
.radioBtns input:checked + .wpcf7-list-item-label:before{
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%231FBAC0'/%3E%3C/svg%3E%0A");
}

.checkboxes input:focus + .wpcf7-list-item-label:before, .checkboxes input:focus + .newCB:before{
    border: 1px solid #EBEBEB;
}

.contacts__form .inputWrapper span.wpcf7-not-valid-tip{
    color: #D76A6A;
    padding: 10px 0;
    text-align: left;
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.contacts__form .inputWrapper span.wpcf7-not-valid-tip:before{
    content: '';
    background-image: url('../i/warning.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.contacts__form .inputWrapper textarea::placeholder{
    /*transform: translateY(90px);*/
}
.contacts__form input[type="submit"]{
    border-radius: 50px;
    padding: 20px 30px;
    border: none;
    text-transform: uppercase;
    background-color: #08749C;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 600;
    width: 250px;
    margin-top: 30px;
}
.contacts__form input[type="submit"]:hover{
    -webkit-box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contacts__form input[type="submit"]:focus{
    outline: none;
    background: #1FBAC0;
    -webkit-box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contacts__form .wpcf7-response-output{
    font-size: 1.6rem;
    line-height: 1.5;
}
@media only screen and (max-width: 1259px) {
    .contacts {
        padding-top: 200px;
    }

    .contacts__heading {
        padding-bottom: 100px;
    }

    .contacts__form {
        margin-top: 100px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .contacts {
        padding-top: 150px;
    }

    .contacts__heading {
        padding-bottom: 75px;
    }

    .contacts__subheading {
        padding-bottom: 20px;
    }

    .contacts__address {
        padding-bottom: 40px;
    }

    .contacts__address .address__title {
        padding-bottom: 10px;
    }

    .contacts__address .address__content {
        padding-bottom: 20px;
    }
    .contacts__form input[type="submit"]{
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .contacts {
        padding-top: 115px;
    }

    .contacts__heading {
        padding-bottom: 30px;
    }

    .contacts__address .address__title {
        font-size: 1.6rem;
    }
    .contacts__form input[type="submit"]{
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 10px 30px;
        width: 160px;
        margin-top: 10px;
    }
    .contacts__form .inputWrapper input, .contacts__form .inputWrapper textarea{
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contacts__form .inputWrapper input, .contacts__form .inputWrapper textarea{
        margin-top: 30px;
        border-bottom-width: 5px;
        transition: 0.2s;
    }
    .contacts__form .inputWrapper textarea {
        height: 90px;
    }
    .contacts__form .inputWrapper textarea::placeholder{
        transform: translateY(40px);
    }
    .contacts__form .inputWrapper span.wpcf7-not-valid-tip{
        font-size: 1.4rem;
        line-height: 21px;
    }
    .contacts__form .inputWrapper span.wpcf7-not-valid-tip:before{
        width: 21px;
        height: 21px;
    }
    .contacts__form .wpcf7-response-output{
        font-size: 1.4rem;
    }
}

.page404 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.page404__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 320px;
    z-index: 1;
    width: 290px;
}

.page404__title {
    padding-bottom: 30px;
}

.page404__description {
    font-size: 2.5rem;
    line-height: 1.25;
    padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
    .page404__description {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .page404__description {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.page404__button {
    border-radius: 50px;
    padding: 20px 30px;
    border: none;
    text-transform: uppercase;
    background-color: #08749C;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 600;
    background-color: #ffffff;
    color: #08749C;
    border: 1px solid #08749C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page404__button:hover {
    -webkit-box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page404__button:focus {
    outline: none;
    background: #1FBAC0;
    -webkit-box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 575px) {
    .page404__button {
        text-transform: capitalize;
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .page404__button {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 575px) {
    .page404__button {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

.page404__button img {
    margin-left: 34px;
}

.page404 #page404__animation {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    left: 150px;
    width: 1770px;
    height: 1001px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@media only screen and (max-width: 1649px) {
    .page404__content {
        right: 170px;
    }

    .page404 #page404__animation {
        top: 45%;
        width: 1110px;
        height: 630px;
    }
}

@media only screen and (max-width: 1259px) {
    .page404 #page404__animation {
        left: 0;
        width: 992px;
        height: 561px;
    }

    .page404__content {
        top: 55%;
        right: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .page404__content {
        right: 60px;
    }
    .page404 #page404__animation {
        width: 768px;
        height: 434px;
    }
}

@media only screen and (max-width: 767px) {
    .page404__content {
        top: 50%;
        right: 15px;
    }
    .page404 #page404__animation {
        width: 576px;
        height: 326px;
    }
    .page404__description {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .page404 {
        height: auto;
    }

    .page404 #page404__animation {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        max-width: none;
        width: 630px;
        height: 356px;
    }

    .page404__content {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        margin: 0 auto;
        text-align: center;
    }

    .page404__title {
        padding-bottom: 20px;
    }

    .page404__description {
        padding-bottom: 35px;
    }

    .page404__button {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 374px) {
    .page404 #page404__animation {
        width: 550px;
        height: 312px;
    }
}

.thankYou {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.thankYou__content {
    width: 770px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.thankYou__heading {
    padding-bottom: 40px;
    letter-spacing: 0.3em;
}

.thankYou__subheading {
    font-size: 2.5rem;
    line-height: 1.25;
}

@media only screen and (max-width: 991px) {
    .thankYou__subheading {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .thankYou__subheading {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.thankYou__socialTitle {
    padding-bottom: 60px;
    letter-spacing: 0.1em;
}

.thankYou__social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thankYou__social .social__item {
    margin: 0 40px;
}

.thankYou__social .social__link {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.thankYou__social .social__link:hover, .thankYou__social .social__link:focus {
    outline: none;
}

.thankYou__social .social__link svg path{
    fill: #333333;
    transition: 0.2s;
}
.thankYou__social .social__link:hover svg path, .thankYou__social .social__link:focus svg path{
    fill: #ffffff;
    transition: 0.2s;
}

.thankYou__social .social__link:before {
    content: "";
    width: 10px;
    height: 10px;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #1FBAC0;
}

.thankYou__social .social__link:hover:before, .thankYou__social .social__link:focus:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(6);
    -ms-transform: translate(-50%, -50%) scale(6);
    transform: translate(-50%, -50%) scale(6);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (max-width: 1649px) {
    .thankYou__heading {
        padding-bottom: 20px;
    }

    .thankYou__socialTitle {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1259px) {
    .thankYou {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .thankYou__content {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575px) {
    .thankYou__socialTitle {
        padding-bottom: 20px;
    }

    .thankYou__social .social__item {
        margin: 0 15px;
    }
}

@media only screen and (orientation: landscape) and (max-height: 500px) {
    .thankYou {
        height: auto;
    }

    .thankYou__subheading {
        padding-bottom: 100px;
    }

    .thankYou__socialTitle {
        padding-bottom: 20px;
    }
}

.singlePage {
    padding-top: 320px;
}

.singlePage__heading {
    padding-bottom: 120px;
    text-align: left;
    text-transform: capitalize;
}

.singlePage__content {
    text-align: left;
    margin-bottom: 50px;
    width: 910px;
    max-width: 100%;
}

.singlePage__content p {
    font-size: 2.5rem;
    line-height: 1.25;
    padding-bottom: 30px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    .singlePage__content p {
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .singlePage__content p {
        font-size: 1.8rem;
        line-height: 1.33;
    }
}

.singlePage__content img {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1649px) {
    .singlePage {
        padding-top: 200px;
    }

    .singlePage__heading {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .singlePage {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .singlePage__heading {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .singlePage {
        padding-top: 100px;
    }

    .singlePage__heading {
        padding-bottom: 30px;
    }

    .singlePage p {
        padding-bottom: 20px;
    }

    .singlePage img {
        margin-bottom: 20px;
    }
}

.footer {
    padding-top: 120px;
    padding-bottom: 115px;
    position: relative;
}

.footer .madeBy{
    position: absolute;
    bottom: 40px;
    right: 64px;
}
.footer__heading {
    text-align: center;
    padding-bottom: 50px;
}

.footer__form {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 100px;
}

.footer__form .mc4wp-form-fields .fields-group{
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    border-radius: 50px;
    padding: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.footer__form .mc4wp-form-fields input[type="email"]{
    flex-basis: 70%;
    box-sizing: border-box;
    border-radius: 50px;
    border: none;
    height: 50px;
    padding-left: 20px;
    font-size: 1.4rem;
    color: #646464;
    line-height: 1.4;
}
.footer__form .mc4wp-form-fields input[type="submit"]{
    flex-basis: 30%;
    box-sizing: border-box;
    border-radius: 50px;
    border: none;
    height: 50px;
    transition: 0.2s;
    background-color: #08749C;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5;
}
.footer__form .mc4wp-form-fields input[type="email"]:focus{
    outline: none;
}
.footer__form .mc4wp-form-fields input[type="submit"]:hover{
    -webkit-box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__form .mc4wp-form-fields input[type="submit"]:focus{
    outline: none;
    background-color: #1FBAC0;
    transition: 0.2s;
}
@media only screen and (max-width: 991px){
    .footer .madeBy{
        width: 80px;
    }
}
@media only screen and (max-width: 575px){
    .footer__form .mc4wp-form-fields input[type="submit"], .footer__form .mc4wp-form-fields input[type="email"]{
        height: 40px;
    }
    .footer .madeBy{
        bottom: 20px;
        right: 20px;
        width: 60px;
    }
}
.footer__social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer__social .social__link {
    position: relative;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.footer__social .social__link:hover, .footer__social .social__link:focus {
    outline: none;
}
.footer__social .social__link svg path{
    fill: #333333;
    transition: 0.2s;
}
.footer__social .social__link:hover svg path, .footer__social .social__link:focus svg path{
    fill: #ffffff;
    transition: 0.2s;
}

.footer__social .social__link:before {
    content: "";
    width: 10px;
    height: 10px;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #1FBAC0;
}

.footer__social .social__link:hover:before, .footer__social .social__link:focus:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(6);
    -ms-transform: translate(-50%, -50%) scale(6);
    transform: translate(-50%, -50%) scale(6);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (max-width: 1259px) {
    .footer {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .footer__form {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .footer {
        padding-top: 35px;
        padding-bottom: 70px;
    }

    .footer__heading {
        text-align: center;
        padding-bottom: 30px;
    }

    .footer__form {
        margin-bottom: 30px;
    }
}

.fish {
    position: absolute;
    z-index: -1;
}

.home__fish1 {
    top: -150px;
    right: 0;
    width: 1109px;
    height: 1773px;
}

.home__fish2 {
    top: 250px;
    left: 0;
    width: 1000px;
    height: 1472px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home__fish3 {
    bottom: 0;
    left: 0;
    width: 932px;
    height: 533px;
}

.aboutUs__fish1 {
    top: 80px;
    left: 0;
    width: 976px;
    height: 1219px;
}

.aboutUs__fish2 {
    top: 1570px;
    right: 0;
    width: 575px;
    height: 776px;
}

.aboutUs__fish3 {
    top: 500px;
    left: 0;
    width: 445px;
    height: 1883px;
}

.aboutUs__fish4 {
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 987px;
    height: 565px;
}

.technology__fish1 {
    top: 0px;
    right: 0;
    width: 776px;
    height: 804px;
}

.technology__fish2 {
    top: 790px;
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 382px;
    height: 515px;
}

.technology__fish3 {
    top: 2300px;
    right: 0;
    width: 490px;
    height: 661px;
}

.technology__fish4 {
    right: 0;
    bottom: 0;
    width: 100%;
}

.blog__fish1 {
    top: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 560px;
    height: 1118px;
}

.blog__fish2 {
    top: 50%;
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    width: 441px;
    height: 880px;
}

.blog__fish3 {
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 610px;
    height: 553px;
}

.contacts__fish1 {
    top: 0;
    right: 0;
    width: 575px;
    height: 542px;
}

.contacts__fish2 {
    top: 680px;
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 575px;
    height: 776px;
}

.contacts__fish3 {
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 987px;
    height: 565px;
}

.thankYou__fish1 {
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1649px) {
    .home__fish1 {
        top: -90px;
        width: 600px;
        height: 960px;
    }

    .home__fish2 {
        width: 700px;
        height: 1030px;
    }

    .home__fish3 {
        width: 750px;
        height: 430px;
    }

    .aboutUs__fish1 {
        width: 650px;
        height: 812px;
    }

    .aboutUs__fish2 {
        top: 1260px;
        width: 400px;
        height: 540px;
    }

    .aboutUs__fish3 {
        width: 380px;
        height: 1608px;
    }

    .aboutUs__fish4 {
        width: 750px;
        height: 430px;
    }

    .technology__fish1 {
        width: 675px;
        height: 700px;
    }

    .technology__fish2 {
        top: 1110px;
        width: 280px;
        height: 378px;
    }

    .technology__fish3 {
        display: none;
        height: 620px;
    }

    .blog__fish1 {
        width: 400px;
        height: 799px
    }

    .blog__fish2 {
        width: 130px;
        height: 260px;
    }

    .blog__fish3 {
        width: 500px;
        height: 453px;
    }

    .single__fish1 {
        width: 290px;
        height: 800px;
    }

    .contacts__fish1 {
        width: 500px;
        height: 470px;
    }

    .contacts__fish2 {
        top: 950px;
        width: 300px;
        height: 405px;
    }

    .contacts__fish3 {
        width: 750px;
        height: 430px;
    }
}

@media only screen and (max-width: 1259px) {
    .home__fish1 {
        top: -10px;
        width: 500px;
        height: 800px;
    }

    .home__fish2 {
        width: 550px;
        height: 810px;
    }

    .home__fish3 {
        width: 550px;
        height: 315px;
    }

    .aboutUs__fish1 {
        width: 340px;
        height: 672px;
    }

    .aboutUs__fish2 {
        width: 300px;
        height: 405px;
    }

    .aboutUs__fish3 {
        width: 270px;
        top: 950px;
        height: 1142px;
    }

    .aboutUs__fish4 {
        width: 550px;
        height: 315px;
    }

    .blog__fish1 {
        top: -70px;
        width: 230px;
        height: 459px;
    }

    .blog__fish3 {
        width: 360px;
        height: 326px;
    }

    .technology__fish1 {
        width: 450px;
        height: 467px;
    }

    .technology__fish2 {
        top: 520px;
        width: 250px;
        height: 337px;
    }

    .contacts__fish1 {
        width: 280px;
        height: 264px;
    }

    .contacts__fish2 {
        top: 630px;
        width: 200px;
        height: 270px;
    }

    .contacts__fish3 {
        width: 550px;
        height: 315px;
    }
}

@media only screen and (max-width: 991px) {
    .home__fish1 {
        top: 0;
        width: 330px;
        height: 528px;
    }

    .home__fish2 {
        width: 400px;
        height: 589px;
    }

    .home__fish3 {
        width: 450px;
        height: 258px;
    }

    .aboutUs__fish1 {
        width: 290px;
        height: 362px;
    }

    .aboutUs__fish2 {
        top: 1720px;
        width: 300px;
        height: 405px;
    }

    .aboutUs__fish3 {
        top: 630px;
        width: 230px;
        height: 973px;
    }

    .aboutUs__fish4 {
        width: 450px;
        height: 258px;
    }

    .blog__fish1 {
        width: 170px;
        height: 339px;
    }

    .blog__fish3 {
        width: 280px;
        height: 254px;
    }

    .technology__fish1 {
        width: 350px;
        height: 363px;
    }

    .technology__fish2 {
        top: 380px;
        width: 200px;
        height: 270px;
    }

    .contacts__fish1 {
        display: none;
    }

    .contacts__fish2 {
        top: 880px;
        width: 150px;
        height: 202px;
    }

    .contacts__fish3 {
        width: 400px;
        height: 229px;
    }
}

@media only screen and (max-width: 767px) {
    .home__fish1 {
        right: -20px;
        width: 250px;
        height: 400px;
    }

    .home__fish2 {
        top: -40px;
        width: 250px;
        height: 368px;
    }

    .home__fish3 {
        width: 350px;
        height: 200px;
    }

    .aboutUs__fish1 {
        display: none;
    }

    .aboutUs__fish2 {
        top: -20px;
        width: 160px;
        height: 216px;
    }

    .aboutUs__fish3 {
        top: 250px;
        width: 150px;
        height: 635px;
    }

    .aboutUs__fish4 {
        width: 300px;
        height: 172px;
    }

    .technology__fish1 {
        width: 250px;
        height: 259px;
    }

    .technology__fish2 {
        top: 430px;
        width: 160px;
        height: 216px;
    }

    .blog__fish2 {
        display: none;
    }

    .blog__fish3 {
        width: 210px;
        height: 190px;
    }

    .contacts__fish2 {
        top: 830px;
        width: 130px;
        height: 175px;
    }
}

@media only screen and (max-width: 575px) {
    .home__fish1 {
        top: 0px;
        width: 190px;
        right: 0;
        height: 304px;
    }

    .home__fish2 {
        top: -10px;
        width: 160px;
        height: 235px;
    }

    .home__fish3 {
        width: 165px;
        height: 95px;
    }

    .aboutUs__fish2 {
        top: -20px;
        width: 90px;
        height: 121px;
    }

    .aboutUs__fish3 {
        width: 110px;
        height: 465px;
    }

    .aboutUs__fish4 {
        width: 218px;
        height: 125px;
    }

    .blog__fish1 {
        width: 95px;
        top: -20px;
        height: 190px;
    }

    .blog__fish3 {
        width: 125px;
        height: 113px;
    }

    .technology__fish1 {
        width: 200px;
        right: -70px;
        top: 0px;
        height: 207px;
    }

    .technology__fish2 {
        top: 2150px;
        width: 100px;
        height: 135px;
    }

    .contacts__fish2 {
        top: 660px;
        width: 100px;
        height: 135px;
    }

    .contacts__fish3 {
        width: 218px;
        height: 125px;
    }
}

@media only screen and (max-width: 374px) {
    .home__fish1 {
        width: 130px;
        top: 0;
        height: 208px;
    }

    .home__fish2 {
        width: 130px;
        height: 191px;
    }

    .aboutUs__fish3 {
        top: 220px;
        width: 80px;
        height: 400px;
    }

    .technology__fish2 {
        width: 80px;
        height: 108px;
    }

    .contacts__fish2 {
        top: 620px;
    }
}
.posts-navigation .screen-reader-text, .post-navigation .screen-reader-text{
    display: none;
}
.posts-navigation .nav-links, .post-navigation .nav-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.posts-navigation .nav-links a, .post-navigation .nav-links div{
    margin-bottom: 10px;
}
.posts-navigation .nav-links a, .post-navigation .nav-links a{
    color: #838383;
    transition: 0.2s;
    text-decoration: none;
    font-size: 2rem;
}
.posts-navigation .nav-links a:hover, .post-navigation .nav-links a:hover{
    color: #333333;
    transition: 0.2s;
}
@media only screen and (max-width: 565px){
    .posts-navigation{
        padding: 0 15px;
    }
    .posts-navigation .nav-links a, .post-navigation .nav-links a{
        font-size: 1.8rem;
    }
}
@media all and (-ms-high-contrast:none){
 .ourTeam__card .card__img img{
    width: 100%; 
  } /* IE10 */
 *::-ms-backdrop, .ourTeam__card .card__img img { 
    width: 100%; 
  } /* IE11 */
 .technology__fish4{
    display: none;
 }
 *::-ms-backdrop, .technology__fish4{
    display: none;
 }
 .thankYou__fish1{
    display: none;
 }
}

.career{
    padding-top: 275px;
}
.career__heading{
    text-align: center;
    padding-bottom: 20px;
}
.career__subheading{
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.25;
    padding-bottom: 150px;
}
.career__listHeading{
    font-size: 2.3rem;
    padding-bottom: 30px;
    text-align: left;
}
.career__list{
    margin: 0;
    list-style: none;
    padding-bottom: 20px;
    padding-left: 0;
}

.career__list li{
    font-size: 2rem;
    line-height: 1.55;
    position: relative;
    padding-left: 60px;
    margin-bottom: 25px;
}
.career__list.career__list--twoColumns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;
    align-content: flex-end;
}
.career__list.career__list--twoColumns li{
    flex-basis: 38%;
}

.career__list li:before{
    content: "";
    width: 13px;
    height: 13px;
    border: 2px solid #08749C;
    background-color: #08749C;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
}

.career__tasks .career__list{
    width: 470px;
    max-width: 100%;
}

.career__tasks .career__listHeading{
    text-align: center;
}

.career__tasks .career__tasksLists{
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.vacancies__list{
    list-style: none;
    padding: 0 0 50px;
    margin: 0;
}

.vacancy__name{
    width: 100%;
    line-height: 63px;
}

.vacancies__list .vacancy__tab{
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
    position: relative;
    transition: 0.2s;
}

.vacancies__list .vacancy__tab:hover{
    color: #08749C;
}
.vacancies__list .vacancy__tab:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #1FBAC0;
    opacity: 0.3;
    bottom: 0;
    left: 70px;
    transition: 0.2s;
}
.vacancies__list .vacancy__tab:hover:after{
    background-color: #08749C;
    height: 2px;
}

.vacancies__list .vacancy__tab.active{
     color: #08749C;
 }
.vacancies__list .vacancy__tab.active:after{
    background-color: #08749C;
    height: 2px;
}
.vacancy__content{
    transition: 0.5s ease-out;
}
.vacancy__content.hidden{
    overflow: hidden;
    max-height: 0 !important;
    /*transition: 0.5s ease-out;*/
}
.btn {
    border-radius: 50px;
    padding: 20px 30px;
    border: none;
    text-transform: uppercase;
    background-color: #08749C;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 400;
    width: 250px;
    min-width: 250px;
    max-width: 100%;
}

.btn:hover {
    -webkit-box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    box-shadow: 0 2px 8px rgba(8, 116, 156, 0.4);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn:focus {
    outline: none;
    background: #1FBAC0;
    -webkit-box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contacts__form.contacts__form--career{
    text-align: left;
    margin-bottom: 0;
    margin-top: 150px;
}
.contacts__form.contacts__form--career h4{
    margin-top: 80px;
    padding-bottom: 40px;
}
.contacts__form.contacts__form--career .inputWrapper textarea{
    height: 60px;
}
.contacts__form.contacts__form--career .inputWrapper textarea::placeholder{
    transform: none;
}
@media only screen and (max-width: 991px){
    .career__list li {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .btn {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 575px){
    .career__list li {
        font-size: 1.6rem;
        line-height: 1.37;
    }
    .btn {
        font-size: 1.4rem;
        line-height: 1.5;
        text-transform: capitalize;
        padding: 10px 30px;
    }
}
.fl_upld{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
#fl_inp{
    display:none;
}
.fl_upld label{
    margin: 0;
    margin-right: 20px;
    cursor:pointer;
    color:#000000;
    background-color: transparent;
    border: 3px solid #1FBAC0;
    border-radius: 60px;
    width: 280px;
    text-align: center;
    padding: 12px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 400;
}
.fl_upld label:hover{
    color:#ffffff;
    background-color: #1FBAC0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#fl_nm{
    font-size: 2.5rem;
    color:#000000;
}
.fadeup-img{
    opacity: 0;
    position: absolute;
    transition: 0.5s;
    max-width: none;
}


.fadeup-img-1{
    bottom: -90px;
    right: 170px;
}
.fadeup-img-2{
    top: -70px;
    left: 20px;
}
.fadeup-img-3{
    top: -40px;
    right: 10px;
}
.fadeup-img-4{
    top: -120px;
    left: -60px;
}

@media only screen and (max-width: 1600px){
    .fadeup-img-3{
        right: -20px;
    }
}
@media only screen and (max-width: 1500px){
    .fadeup-img{
        transform: scale(0.8);
    }
    .fadeup-img-1{
        right: 100px;
    }
    .fadeup-img-2{
        left: -70px;
    }
    .fadeup-img-3 {
        right: -50px;
    }
    .fadeup-img-4 {
        top: -110px;
        left: -10px;
    }
}
@media only screen and (max-width: 1259px){
    .fadeup-img {
        transform: scale(0.6);
    }
}

@media only screen and (max-width: 1100px){
    .fadeup-img-1{
        right: 20px;
    }
    .fadeup-img-2{
        left: -100px;
    }
    .fadeup-img-3 {
        right: -100px;
    }
    .fadeup-img-4 {
        left: -60px;
    }
}

@media only screen and (max-width: 991px){
    .diagram__imgs{
        flex-direction: column;
    }
    .diagram__img{
        width: 600px;
        max-width: 100%;
    }
    .diagram__img--bottom {
        margin-bottom: -170px;
        margin-top: 160px;
        width: 350px;
    }
}
@media only screen and (max-width: 767px){
    .diagram__img{
        width: 400px;
    }
    .diagram__img--bottom {
        width: 250px;
        margin-bottom: -80px;
    }
    .fadeup-img {
        transform: scale(1);
    }
    .fadeup-img-4 {
        top: -80px;
        left: -10px;
    }
    .diagram__heading{
        padding-bottom: 120px;
    }
    .fadeup-img-2 {
        left: 20px;
        top: -90px;
    }
    .fadeup-img-3 {
        right: 30px;
        top: -110px;
    }
    .fadeup-img-1 {
        right: 40px;
        bottom: -75px;
    }
}
@media only screen and (max-width: 575px){
    .diagram__imgs{
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 425px){
    .fadeup-img-2 {
        left: -10px;
        top: -100px;
    }
    .fadeup-img-3 {
        right: -10px;
        top: -110px;
    }
    .fadeup-img-1 {
        right: 10px;
        bottom: -75px;
    }
}
@media only screen and (max-width: 1649px){
    .contacts, .career{
        padding-top: 250px;
    }
    .contacts__heading{
        padding-bottom: 30px;
    }
    .contacts__form {
        margin-bottom: 150px;
        margin-top: 0;
    }
    .career__subheading{
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1259px){
    .career_fish2{
        display: none;
    }
    .contacts__form--career h2{
        text-align: center;
    }
    .technologyBenefits{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px){
    .contacts, .career{
        padding-top: 150px;
    }
    .contacts__fish2{
        display: none;
    }
    .career .career__list br{
        display: none;
    }
    .career__tasks .career__tasksLists{
        padding: 0;
        flex-direction: column;
        flex-basis: 100%;
    }
    .career__tasks .career__list{
        width: 100%;
    }
    .career__listHeading{
        text-align: center;
        font-size: 1.8rem;
    }
    .contacts__form.contacts__form--career{
        margin-top: 50px;
    }
    .career__subheading{
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .contacts__form .inputWrapper select{
        font-size: 1.8rem;
    }
    .fl_upld label, #fl_nm{
        font-size: 1.8rem;
    }
    .technologyGuide__slider .slick-dots{
        right: 20px;
    }
    .technologyGuide__slider .technologyGuide__slide .slide__imgWrapper{
        width: 330px;
    }
    .technologyGuide__slider .technologyGuide__slide .slide__contentWrapper{
        padding-top: 40px;
    }
    .technologyBenefits__content{
        flex-direction: column-reverse;
    }
    .technologyBenefits__img{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px){
    .vacancy__name {
        width: 100%;
        line-height: 40px;
    }
    .technologyGuide__slider .technologyGuide__slide{
        flex-direction: column;
        align-items: center;
    }
    .technologyGuide__slider .technologyGuide__slide .slide__contentWrapper{
        padding-top: 0;
        margin-top: -50px;
        margin-bottom: 100px;
        text-align: center;
    }
    .technologyGuide__slider .technologyGuide__slide .slide__description{
        width: 300px;
        margin: 0 auto;
        min-height: 174px;
    }
    .technologyBenefits .technologyBenefits__img{
        width: 100%;
    }
    .technology__fish2{
        display: none;
    }
    .technologyGuide{
        padding-top: 0;
    }
    .tracking, .technologyBenefits{
        padding-bottom: 25px;
    }
    .tracking{
        padding-top: 0;
    }
    .technologyBenefits{
        padding-top: 25px;
    }
}
@media only screen and (max-width: 575px){
    .contacts, .career {
        padding-top: 115px;
    }
    .contacts__heading{
        padding-bottom: 0;
    }
    .career .vacancy__btn{
        display: none;
    }
    .vacancies__list li{
        margin-bottom: 25px;
    }
    .career__subheading {
        padding-bottom: 50px;
        font-size: 1.6rem;
        line-height: 1.37;
    }
    .fl_upld label, #fl_nm{
        font-size: 1.5rem;
    }
    .fl_upld label{
        width: 150px;
    }
    .vacancies__list{
        padding-bottom: 30px;
    }
    .vacancy__name{
        font-size: 1.6rem;
    }
    .technologyBenefits__list{
        padding: 0;
        margin: 0;
    }
    .technologyBenefits__list .list__item{
        font-weight: 400;
    }
}
.footer__menu{
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 30px;
}

.footer__menu a{
    font-family: "Merriweather", "Times New Roman", serif;
    color: #333333;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer__menu a:hover, .footer__menu a:focus{
    text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.footer .checkboxes{
    margin-top: 60px;
}
@media only screen and (max-width: 991px){
    .footer__menu{
        padding: 50px 0 30px;
    }
    .footer__menu a{
        font-size: 1.6rem;
    }
}