/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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, Liberation Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[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 {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    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;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 { 
        flex: 0 0 33.33333%;    
        max-width: 50%  
    }   
    .col-md-4-country { 
        flex: 0 0 50%;  
        max-width: 50%  
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.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 {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.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:1280px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.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%
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        order: -1
    }
    .order-xxl-last {
        order: 13
    }
    .order-xxl-0 {
        order: 0
    }
    .order-xxl-1 {
        order: 1
    }
    .order-xxl-2 {
        order: 2
    }
    .order-xxl-3 {
        order: 3
    }
    .order-xxl-4 {
        order: 4
    }
    .order-xxl-5 {
        order: 5
    }
    .order-xxl-6 {
        order: 6
    }
    .order-xxl-7 {
        order: 7
    }
    .order-xxl-8 {
        order: 8
    }
    .order-xxl-9 {
        order: 9
    }
    .order-xxl-10 {
        order: 10
    }
    .order-xxl-11 {
        order: 11
    }
    .order-xxl-12 {
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1280px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1400px) {
    .d-xxl-none {
        display: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

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

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

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

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1280px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1400px) {
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .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: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .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: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

.ml-n2,
.mx-n2 {
    margin-left: -.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: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .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: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .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: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.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: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .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: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .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: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.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: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .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: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .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: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.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:1280px) {
    .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: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .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: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .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: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.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
    }
}

@media (min-width:1400px) {
    .m-xxl-0 {
        margin: 0 !important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }
    .m-xxl-n1 {
        margin: -.25rem !important
    }
    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }
    .m-xxl-n2 {
        margin: -.5rem !important
    }
    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }
    .m-xxl-n3 {
        margin: -1rem !important
    }
    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }
    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }
    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }
    .m-xxl-n4 {
        margin: -1.5rem !important
    }
    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xxl-n5 {
        margin: -3rem !important
    }
    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }
    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }
    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !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
}

.all_pages {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 9
}

.all_pages:hover ul {
    right: 0
}

.all_pages .page_point {
    padding: 10px 15px;
    background: #00d2ff;
    cursor: pointer
}

.all_pages ul {
    background: #00d2ff;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    width: 200px;
    right: -200px;
    transition: .4s;
    max-height: 500px;
    overflow-y: auto
}

.all_pages ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px
}

.all_pages ul li a {
    color: #fff
}

*,
:after,
:before {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

li,
p,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    vertical-align: top;
    max-width: 100%
}

button:focus-visible,
input,
select,
textarea {
    outline: 0
}

@font-face {
    font-family: Poppins-f;
    src: url(../fonts/Poppins-Regular.woff2);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Poppins-f;
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Poppins-f;
    src: url(../fonts/Poppins-ExtraBold.woff2);
    font-weight: 800;
    font-display: swap
}

@font-face {
    font-family: Inter-f;
    src: url(../fonts/Inter-Regular.woff2);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Inter-f;
    src: url(../fonts/Inter-Bold.woff2);
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Inter-f;
    src: url(../fonts/Inter-ExtraBold.woff2);
    font-weight: 800;
    font-display: swap
}

@font-face {
    font-family: Commissioner-f;
    src: url(../fonts/Commissioner-Medium.woff2);
    font-weight: 500;
    font-display: swap
}

:root {
    --white: #fff;
    --black: #282828;
    --blue: #174192;
    --purple: #783a95;
    --blue-light: #4a77ea;
    --bg: #f5faff;
    --index: calc(1vh + 1vw)
}

body,
html {
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black);
    box-sizing: border-box;
    font-family: Inter-f, sans-serif;
    background-color: var(--bg)
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0
}

@media (min-width:1280px) and (max-width:1400px) {
    section {
        padding-left: 50px;
        padding-right: 50px
    }
}

p {
    font-family: Poppins-f, sans-serif;
    font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
    font-weight: 400;
    line-height: 2;
    color: var(--black)
}

@media (min-width:1921px) {
    p {
        font-size: 15px
    }
}

h1 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(30px + 40 * ((100vw - 320px) / 1600));
    font-weight: 800;
    color: var(--blue);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .2em
}

@media (min-width:1921px) {
    h1 {
        font-size: 70px
    }
}

h2 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(25px + 14 * ((100vw - 320px) / 1600));
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-shadow: 0 8px 0 rgba(0, 0, 0, .25)
}

@media (min-width:1921px) {
    h2 {
        font-size: 39px
    }
}

h4 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(20px + 1 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.2;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0
}

@media (min-width:1921px) {
    h4 {
        font-size: 21px
    }
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column
}

.header {
    transition: all .1s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    padding: 22px 0;
    border-bottom: 1px solid #d8e7f9
}

@media (max-width:1400px) {
    .header {
        padding: 15px 0
    }
}

@media (max-width:575px) {
    .header {
        padding: 10px 0
    }
}

.header__wrapper {
    display: flex;
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 2.4%
}

@media (max-width:1800px) {
    .header__wrapper {
        padding: 0
    }
}

.header_scroll {
    background: #fff;
    border-bottom: 1px solid #d8e7f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:575px) {
    .header_scroll {
        padding: 10px 0
    }
}

@media (min-width:992px) {
    .header_scroll .header-left__logo img {
        width: 200px;
        height: auto
    }
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 5s ease
}

@media (max-width:991px) {
    .header_right .header-right__menu {
        transform: translateX(100%);
        transition: all .35s ease
    }
}

.header__burger {
    display: none
}

@media (max-width:991px) {
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 23px;
        z-index: 7
    }
}

.header__burger:after,
.header__burger:before {
    transition: all .1s ease
}

@media (max-width:991px) {
    .header__burger:after,
    .header__burger:before {
        background-color: var(--blue)
    }
}

.header__burger span {
    transition: all .1s ease
}

@media (max-width:991px) {
    .header__burger span {
        background-color: var(--blue)
    }
}

@media (max-width:991px) {
    .header__burger:after,
    .header__burger:before {
        content: "";
        position: absolute;
        height: 3px;
        right: 0;
        border-radius: 5px
    }
    .header__burger:before {
        top: 0;
        width: 80%
    }
    .header__burger:after {
        bottom: 0;
        width: 60%
    }
    .header__burger span {
        position: absolute;
        width: 100%;
        height: 3px;
        right: 0;
        top: 10px;
        border-radius: 5px
    }
    .header__burger.active {
        margin-right: 0
    }
    .header__burger.active:before {
        transform: rotate(45deg);
        top: 9px;
        width: 80%
    }
    .header__burger.active:after {
        transform: rotate(-45deg);
        top: 9px;
        width: 80%
    }
    .header__burger.active span {
        transform: scale(0)
    }
}

.container__header-right {
    width: 84%
}

@media (max-width:1279px) {
    .container__header-right {
        width: 80%
    }
}

@media (max-width:991px) {
    .container__header-right {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        padding: 0
    }
}

@media (max-width:1279px) and (min-width:992px) {
    .mission .container__header-right {
        display: block;
        width: 100%
    }
}

@media (max-width:991px) {
    .mission .container__header-right {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        padding: 0
    }
}

@media (max-width:991px) {
    .header-right__menu {
        position: fixed;
        transition: all 100ms ease;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        z-index: 4;
        padding-top: 100px;
        padding-left: 40px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
        background: #fff;
        padding-right: 20px;
        overflow: auto
    }
}

@media (max-width:767px) {
    .header-right__menu {
        width: 50%;
        padding-left: 30px
    }
}

@media (max-width:575px) {
    .header-right__menu {
        width: 70%
    }
}

@media (max-width:350px) {
    .header-right__menu {
        width: 80%;
        padding-left: 25px
    }
}

.header-right__menu {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width:991px) {
    .header-right__menu {
        display: block
    }
}

.header__item {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .header__item {
        display: block;
        text-align: left;
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .header__item {
        margin-top: 0
    }
}

.header__search-block {
    display: flex;
    margin-left: 34px
}

@media (max-width:991px) {
    .header__search-block {
        text-align: left;
        margin: 10px 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd
    }
}

@media (max-width:767px) {
    .header__search-block {
        margin-top: 0
    }
}

.header__item li {
    margin-left: 24px
}

@media (max-width:1400px) and (min-width:992px) {
    .header__item li {
        margin-left: 15px
    }
}

@media (max-width:991px) {
    .header__item li {
        margin-bottom: 25px;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .header__item li {
        margin-bottom: 20px
    }
}

.header-right__menu ul li a {
    color: var(--blue);
    font-family: Poppins-f, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
    transition: all 100ms ease;
    position: relative
}

.header-right__menu ul li a:hover {
    text-decoration: none
}

@media (max-width:1850px) {
    .header-right__menu ul li a {
        font-size: 13px
    }
}

@media (max-width:1650px) {
    .header-right__menu ul li a {
        font-size: 12px
    }
}

@media (max-width:1500px) {
    .header-right__menu ul li a {
        font-size: 11px
    }
}

@media (max-width:991px) {
    .header-right__menu ul li a {
        font-size: 14px;
        display: inline-table
    }
}

.header-left__logo {
    margin-right: 6.4%
}

.header-left__logo img {
    width: 271px;
    height: 49px;
    max-width: 100%
}

@media (max-width:1885px) {
    .header-left__logo img {
        width: 200px;
        height: auto
    }
}

@media (max-width:575px) {
    .header-left__logo img {
        height: 30px;
        width: 30px
    }
}

@media (max-width:991px) {
    .header__search-block {
        display: flex
    }
}

.header__left-menu {
    display: flex;
    align-items: center;
    margin-right: auto;
    width: 16%
}

@media (max-width:1279px) {
    .header__left-menu {
        width: 20%
    }
}

@media (max-width:991px) {
    .header__left-menu {
        width: 70%
    }
}

@media (max-width:1279px) and (min-width:992px) {
    .header__left-menu {
        z-index: 5
    }
}

.drop-down {
    position: relative;
    cursor: pointer
}

@media (max-width:575px) {
    .drop-down {
        margin-top: 0
    }
}

.drop-down:after {
    position: absolute;
    right: 0;
    content: url(/img/lang.svg);
    display: inline-block;
    margin-left: 0;
    border: 0;
    top: 0
}

@media (max-width:1279px) {
    .drop-down:after {
        top: -1px
    }
}

@media (max-width:575px) {
    .drop-down:after {
        top: -2px
    }
}

.drop-down span {
    padding: 0 20px 0 10px;
    font-family: Poppins-f, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: var(--black);
    text-transform: uppercase
}

@media (max-width:991px) {
    .drop-down span {
        padding: 0 15px 0 10px
    }
}

@media (max-width:575px) {
    .drop-down span {
        font-size: 12px
    }
}

.drop-down .list-drop-down {
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 12px 26px rgba(17, 20, 24, .15), 0 0 0 rgba(17, 20, 24, .15);
    border-radius: 4px;
    position: absolute;
    bottom: -4px;
    transform: translateY(101%);
    left: 0;
    padding: 0;
    z-index: 6;
    width: 180px;
    padding: 10px 47px 10px 32px
}

.drop-down .list-drop-down a {
    color: #979797;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Inter-f, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.5;
    transition: all 100ms ease
}

.drop-down .list-drop-down a:hover {
    color: var(--purple);
    text-decoration: none
}

@media (max-width:575px) {
    .drop-down .list-drop-down a {
        font-size: 12px
    }
}

.drop-down .list-drop-down .current__lang a {
    color: #783a95;
    padding-left: 6px
}

.drop-down .list-drop-down .current__lang:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #783a95;
    border-radius: 50%;
    display: inline-block;
    margin-left: -14px
}

.drop-down-embassies-list {
    position: relative;
    cursor: pointer;
    display: inherit;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    border-radius: 8px;
    padding: 24px
}

@media (max-width:991px) {
    .drop-down-embassies-list {
        padding: 24px 0
    }
}

.header__embassy-mission .header-item-embassy-mission,
.header__search-block {
    margin-left: auto
}

@media (max-width:1279px) and (min-width:992px) {
    .header-item-embassy-mission {
        width: 600px;
        margin-right: auto;
        margin-left: 0
    }
}

.header__embassy-mission .drop-down {
    margin-top: 0
}

.header__embassy-mission .header__item {
    padding-right: 20px
}

@media (max-width:1279px) and (min-width:992px) {
    .header__embassy-mission .header__item {
        padding-right: 0;
        margin-left: inherit
    }
}

@media (max-width:991px) {
    .header__embassy-mission .header__item {
        padding-right: 0
    }
}

.header__item-menu {
    margin-left: 35px
}

@media (max-width:1740px) {
    .header__item-menu {
        margin-left: 20px;
        margin-right: 25px
    }
}

@media (max-width:1320px) {
    .header__item-menu {
        margin-left: 13px;
        margin-right: 21px
    }
}

@media (max-width:991px) {
    .header__item-menu {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:1279px) and (min-width:992px) {
    .header__embassy-mission .header__item-menu {
        width: 290px;
        margin-left: auto;
        justify-content: center
    }
}

@media (max-width:991px) {
    .header__embassy-mission .header__item-menu {
        margin-left: 0;
        margin-right: 0
    }
}

.header__item .menu-item__link:hover {
    color: var(--purple)
}

.header__item .menu-item__link:hover:after {
    opacity: 1
}

.header__item .menu-item__link:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0bcd4d;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%)
}

.header__item .menu-item__link.active {
    color: var(--purple)
}

.header__item .menu-item__link.active:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0bcd4d;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1
}

.menu-item__link.active {
    color: var(--purple)
}

.menu-item__link.active:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0bcd4d;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1
}

@media (max-width:991px) {
    .header-item-embassy-mission .menu-item__li {
        display: table
    }
}

@media (max-width:1533px) {
    .header__embassy-mission .header__item {
        z-index: 2
    }
}

@media (max-width:1438px) and (min-width:992px) {
    .header__embassy-mission .drop-down .list-drop-down a,
    .header__embassy-mission .drop-down span {
        font-size: 14px
    }
}

@media (max-width:1279px) and (min-width:992px) {
    .header__embassy-mission .header__search-block {
        display: flex;
        margin-left: 34px;
        margin-top: -100px;
        width: 100%;
        justify-content: flex-end;
        z-index: 1
    }
}

@media (max-width:1279px) and (min-width:992px) {
    .header__embassy-mission .header-right__menu,
    .header__embassy-mission .header__wrapper {
        flex-wrap: wrap
    }
}

@media (max-width:1279px) and (min-width:992px) {
    .header__embassy-mission .header-right__menu {
        justify-content: center;
        margin-top: 10px
    }
}

@media (max-width:1279px) and (min-width:992px) {
    .header__embassy-mission {
        padding: 13px 0 15px
    }
}

.header__search-input-wrapper {
    position: relative;
    display: flex
}

.header__search-input-wrapper input {
    padding: 2px 10px;
    margin-right: 10px;
    width: 200px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    font-family: Inter-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    font-size: 14px
}

@media (max-width:1410px) {
    .header__search-input-wrapper input {
        width: 185px
    }
}

@media (max-width:991px) {
    .header__search-input-wrapper input {
        width: 100%
    }
}

@media (max-width:767px) {
    .header__search-input-wrapper input {
        font-size: 13px
    }
}

@media (max-width:575px) {
    .header__search-input-wrapper input {
        font-size: 12px
    }
}

@media (max-width:420px) {
    .header__search-input-wrapper input {
        margin-right: 5px;
        padding: 5px
    }
}

@media (max-width:1410px) {
    .mission .header__search-input-wrapper input {
        width: 185px
    }
}

@media (max-width:991px) {
    .mission .header__search-input-wrapper input {
        width: 100%
    }
}

.header__search-input-wrapper input:-ms-input-placeholder {
    color: var(--black)
}

.header__search-input-wrapper input::placeholder {
    color: var(--black)
}

.header__search-input-wrapper button {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:991px) {
    .header__search-input-wrapper button {
        width: 70px
    }
}

@media (max-width:1410px) {
    .mission .header__search-input-wrapper button {
        width: 35px
    }
}

@media (max-width:1279px) {
    .mission .header__search-input-wrapper button {
        width: 50px
    }
}

@media (max-width:991px) {
    .mission .header__search-input-wrapper button {
        width: 70px
    }
}

.header__search-input-wrapper button img {
    width: 28px;
    height: 29px
}

.home__ellipse-top {
    position: absolute;
    top: 0;
    right: 0
}

.home__ellipse-top img {
    margin-top: -50%;
    width: 1163px;
    height: 1163px
}

.title-block__body {
    padding-top: calc(120px + 86 * ((100vw - 320px) / 1600));
    padding-bottom: 46px
}

@media (min-width:1921px) {
    .title-block__body {
        padding-top: 206px
    }
}

@media (max-width:575px) {
    .title-block__body {
        padding-top: 80px
    }
}

@media (max-width:767px) {
    .title-block__body-row {
        margin: 0
    }
}

@media (max-width:650px) {
    .title-block__body h1 {
        max-width: 400px
    }
}

.title__small-text {
    line-height: 1.5;
    font-family: Poppins-f, sans-serif;
    font-size: calc(17px + 10 * ((100vw - 320px) / 1600));
    display: inline-block;
    font-weight: 800;
    color: var(--blue);
    letter-spacing: .2em;
    text-transform: none;
    padding-top: 10px
}

@media (min-width:1921px) {
    .title__small-text {
        font-size: 27px
    }
}

.title-block__body p {
    padding: 0 20px 0 70px
}

@media (max-width:1700px) {
    .title-block__body p {
        padding: 0
    }
}

.letter-navigation__wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px
}

@media (max-width:991px) {
    .letter-navigation__wrapper {
        padding-bottom: 15px
    }
}

.letter-navigation-wrapper__home {
    padding-bottom: 16px;
    padding-top: calc(30px + 87 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .letter-navigation-wrapper__home {
        padding-top: 117px
    }
}

@media (max-width:1279px) {
    .letter-navigation-wrapper__home {
        flex-wrap: wrap;
        justify-content: start
    }
}

@media (max-width:991px) {
    .letter-navigation-wrapper__home {
        justify-content: center
    }
}

@media (max-width:1700px) {
    .letter-navigation-wrapper__ec {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width:1350px) {
    .letter-navigation-wrapper__ec {
        justify-content: flex-start
    }
}

@media (max-width:991px) {
    .letter-navigation-wrapper__ec {
        justify-content: center
    }
}

.letter {
    padding: 8px 0;
    font-family: Inter-f, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    color: var(--blue);
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    transition: all 533ms ease;
    cursor: pointer
}

@media (max-width:1279px) {
    .letter {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 20px;
        font-size: 20px
    }
}

@media (max-width:575px) {
    .letter {
        margin-bottom: 10px;
        font-size: 16px
    }
}

.letter__home {
    width: 38px
}

@media (max-width:1279px) {
    .letter__home {
        width: 6%
    }
}

@media (max-width:991px) {
    .letter__home {
        width: 8%
    }
}

@media (max-width:575px) {
    .letter__home {
        width: 10%
    }
}

@media (max-width:370px) {
    .letter__home {
        width: 12%
    }
}

.letter__ec {
    width: 25px;
    font-size: 18px
}

@media (max-width:1700px) {
    .letter__ec {
        width: 5%;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 20px
    }
}

@media (max-width:1279px) {
    .letter__ec {
        width: 5.3%
    }
}

@media (max-width:991px) {
    .letter__ec {
        width: 8%
    }
}

@media (max-width:575px) {
    .letter__ec {
        width: 10%
    }
}

@media (max-width:370px) {
    .letter__ec {
        width: 12%
    }
}

.letter__all-container {
    width: 100%
}

.letter__all {
    padding: 8px 21.5px;
    width: 89px;
    height: 36px;
    display: flex;
    justify-content: center
}

.current__letter,
.letter:hover {
    color: var(--white);
    background: var(--blue-light);
    border: 1px solid var(--blue-light)
}

.home__input-search button,
.search-section__input-search button {
    background: 0 0
}

.header__input-search button {
    background: var(--blue)
}

.home__input-search {
    width: 100%;
    padding: 14px 32px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 12px 26px rgba(17, 20, 24, .15), 0 0 0 rgba(17, 20, 24, .15)
}

@media (max-width:350px) {
    .home__input-search {
        padding: 14px
    }
}

.home__input-search input {
    color: var(--black);
    font-family: Inter-f, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    opacity: 1
}

.home__input-search input:-ms-input-placeholder {
    color: #979797;
    font-family: Inter-f, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    opacity: 1
}

.home__input-search input::placeholder {
    color: #979797;
    font-family: Inter-f, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    opacity: 1
}

.input-search__wrapper {
    display: flex
}

.input-search__mb {
    margin-bottom: calc(40px + 32 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .input-search__mb {
        margin-bottom: 72px
    }
}

.input-search__wrapper button {
    padding-right: 24px
}

@media (max-width:350px) {
    .input-search__wrapper button {
        padding-right: 10px
    }
}

.letter-block__wrapper {
    display: flex;
    min-height: 500px;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0
}

.letter-block__wrapper-home {
    margin-bottom: calc(46px + 71 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .letter-block__wrapper-home {
        margin-bottom: 117px
    }
}

.letter-block {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 32px
}

@media (max-width:991px) {
    .letter-block {
        padding: 15px
    }
}

@media (max-width:1279px) {
    .letter-block__ec {
        padding: 15px
    }
}

.home .letter-block h2 {
    font-family: Inter-f, sans-serif;
    font-size: 47px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--purple);
    margin-bottom: 7px;
    text-transform: uppercase;
    text-shadow: none
}

@media (max-width:991px) {
    .home .letter-block h2 {
        font-size: 35px
    }
}

.letter-block h3 {
    font-family: Inter-f, sans-serif;
    font-size: 47px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--purple);
    margin-bottom: 7px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .letter-block h3 {
        font-size: 35px
    }
}

@media (max-width:1279px) {
    .letter-block__ec h3 {
        font-size: 35px
    }
}

.letter-block__list li {
    background: url(/img/list-style-img.svg) no-repeat;
    background-size: 12px;
    background-position: left top 6px;
    padding-left: 28px
}

@media (max-width:991px) {
    .letter-block__list li {
        background-size: 12px;
        padding-left: 20px
    }
}

@media (max-width:1279px) {
    .letter-block__list-ec li {
        background-size: 12px;
        padding-left: 19px
    }
}

@media (max-width:767px) {
    .letter-block__list-ec li {
        padding-left: 24px
    }
}

.letter-block__list li a {
    font-family: Inter-f, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: var(--black);
    transition: all 355ms ease
}

.letter-block__list li a:hover {
    text-decoration: none;
    color: var(--purple)
}

@media (max-width:1279px) {
    .letter-block__list li a {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .letter-block__list li a {
        font-size: 15px
    }
}

.swiper-logo {
    position: relative
}

@media (max-width:1720px) {
    .swiper-logo {
        margin-left: 50px;
        margin-right: 50px
    }
}

.swiper-logo .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.swiper-logo .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .swiper-logo .swiper-slide img {
        height: 70%
    }
}

.swiper-logo-next {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 32px;
    height: 32px
}

@media (max-width:1720px) {
    .swiper-logo-next {
        right: 10px
    }
}

.swiper-button-next:after {
    content: "";
    background-image: url(/img/slider_arrow.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 32px 32px;
    top: 50%
}

.swiper-logo-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 32px;
    height: 32px
}

@media (max-width:1720px) {
    .swiper-logo-prev {
        left: 10px
    }
}

.swiper-button-prev:after {
    content: "";
    background-image: url(/img/slider_arrow.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 32px 32px;
    top: 50%
}

.slider__title h3 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(19px + 3 * ((100vw - 320px) / 1600));
    font-weight: 600;
    line-height: 1.2;
    color: var(--blue);
    letter-spacing: .2em;
    margin-bottom: 40px;
    text-shadow: none
}

@media (min-width:1921px) {
    .slider__title h3 {
        font-size: 21px
    }
}

@media (max-width:1279px) {
    .slider__title h3 {
        margin-bottom: 20px
    }
}

.embassy-country__wrapper {
    display: flex;
    padding-top: 136px;
    padding-bottom: 32px
}

@media (max-width:991px) {
    .embassy-country__wrapper {
        flex-wrap: wrap;
        padding-top: 105px
    }
}

@media (max-width:575px) {
    .embassy-country__wrapper {
        padding-top: 67px
    }
}

.embassy-country__left-column {
    width: 33.41%;
    background: linear-gradient(to bottom right, #4056AB, #9C9CD2);
    border-radius: 8px;
    padding: 37px 37px 65px 40px;
    margin-right: 32px
}

@media (max-width:1600px) {
    .embassy-country__left-column {
        padding-left: 37px
    }
}

@media (max-width:1279px) {
    .embassy-country__left-column {
        padding: 25px 20px
    }
}

@media (max-width:991px) {
    .embassy-country__left-column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 37px
    }
}

@media (max-width:575px) {
    .embassy-country__left-column {
        padding: 25px 20px
    }
}

.embassy-country__left-column p {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
    color: var(--white)
}

@media (max-width:1500px) {
    .embassy-country__left-column p {
        font-size: calc(12px + 3 * ((100vw - 320px) / 1600))
    }
}

@media (max-width:991px) {
    .embassy-country__left-column p {
        font-size: 15px
    }
}

@media (min-width:1921px) {
    .embassy-country__left-column p {
        font-size: 14px
    }
}

.embassy-country__update {
    font-family: Inter-f, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .5);
    padding-top: calc(15px + 9 * ((100vw - 320px) / 1600));
    padding-bottom: calc(20px + 20 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .embassy-country__update {
        padding-top: 24px;
        padding-bottom: 40px
    }
}

.embassy-country__update span {
    font-weight: 700
}

.embassy-country__paragraph a {
    color: #d2d4e8
}

.embassy-country__paragraph a:hover {
    color: var(--blue-light);
    text-decoration: none
}

.embassy-country__paragraph {
    padding-bottom: calc(20px + 20 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .embassy-country__paragraph {
        padding-bottom: 40px
    }
}

.embassy-state .embassy-country__paragraph {
    padding-top: calc(20px + 14 * ((100vw - 320px) / 1600))
}

.embassy-state .embassy-country__paragraph a {
        color: var(--blue-light)
}

@media (min-width:1921px) {
    .embassy-state .embassy-country__paragraph {
        padding-top: 34px
    }
}

.embassy__mission .embassy-country__paragraph {
    padding-bottom: calc(20px + 62 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .embassy__mission .embassy-country__paragraph {
        padding-bottom: 82px
    }
}

.block__design__ads {
    width: 100% !important;
    overflow: hidden;
    min-height: 303px
}

.embassy-left-col__quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-top: calc(20px + 52 * ((100vw - 320px) / 1600));
    padding-bottom: calc(20px + 52 * ((100vw - 320px) / 1600))
}

@media (max-width:575px) {
    .embassy-left-col__quantity {
        flex-wrap: wrap
    }
}

@media (min-width:1921px) {
    .embassy-left-col__quantity {
        padding-top: 72px;
        padding-bottom: 72px
    }
}

.embassy-left-col__quantity p {
    font-size: 12px
}

@media (min-width:1921px) {
    .embassy-left-col__quantity p {
        font-size: 12px
    }
}

@media (max-width:1279px) {
    .embassy-left-col__quantity p {
        font-size: calc(12px + 3 * ((100vw - 320px) / 1600))
    }
}

@media (max-width:991px) {
    .embassy-left-col__quantity p {
        font-size: 14px
    }
}

@media (max-width:575px) {
    .embassy-left-col__quantity p {
        font-size: 13px
    }
}

.left-col-quantity__block {
    text-align: center;
    width: 33.3%;
    padding-bottom: 10px;
    padding-top: 12px
}

@media (max-width:1279px) {
    .left-col-quantity__block {
        width: 50%
    }
}

@media (max-width:991px) {
    .left-col-quantity__block {
        width: 25%
    }
}

@media (max-width:385px) {
    .left-col-quantity__block {
        width: 50%
    }
}

.left-col-quantity__block-content {
    width: -moz-fit-content;
    width: fit-content
}

.city .embassy-left-col__quantity {
    justify-content: left
}

@media (max-width:991px) {
    .city .embassy-left-col__quantity {
        justify-content: center
    }
}

.left-col-quantity__block-city {
    text-align: center;
    width: 33.3%;
    padding-bottom: 20px;
    padding-right: 5px
}

@media (max-width:991px) {
    .left-col-quantity__block-city {
        padding-right: 10%;
        width: auto
    }
}

.left-col-quantity__block-city-content {
    width: -moz-fit-content;
    width: fit-content
}

.left-column__h1 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(25px + 14 * ((100vw - 320px) / 1600));
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-shadow: 0 8px 0 rgba(0, 0, 0, .25);
    font-size: calc(23px + 5 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
.left-column__h1 {
        font-size: 39px
    }
}

@media (max-width:1400px) and (min-width:992px) {
.left-column__h1 {
        font-size: calc(12px + 18 * ((100vw - 320px) / 1600))
    }
}

@media (min-width:1921px) {
.left-column__h1 {
        font-size: 28px
    }
}

.left-column__h1 .heading__h1 {
    font-size: calc(20px + 5 * ((100vw - 320px) / 1600));
    padding: 30px 0 10px;
    display: block
}

.left-col-quantity__block-city p,
.left-col-quantity__block p {
    line-height: 1
}

.left-col-quantity__block-city span,
.left-col-quantity__block span {
    font-family: Poppins-f, sans-serif;
    font-size: calc(20px + 4 * ((100vw - 320px) / 1600));
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-shadow: 0 8px 0 rgba(0, 0, 0, .25);
    display: block;
    padding-bottom: 15px
}

@media (min-width:1921px) {
    .left-col-quantity__block-city span,
    .left-col-quantity__block span {
        font-size: 24px
    }
}

.left-col-quantity__block-city p {
    font-size: 13px
}

@media (max-width:1279px) {
    .left-col-quantity__block-city p {
        font-size: 11px
    }
}

@media (max-width:1100px) {
    .left-col-quantity__block-city p {
        font-size: 11px
    }
}

@media (max-width:991px) {
    .left-col-quantity__block-city p {
        font-size: 13px
    }
}

@media (max-width:575px) {
    .left-col-quantity__block-city p {
        font-size: 12px
    }
}

@media (max-width:991px) {
    .embassy-left-col-list-wrapper {
        display: block;
        padding-top: 30px;
        padding-bottom: 40px;
        border-top: 1px solid #ddd
    }
}

@media (max-width:991px) {
    .mission .embassy-left-col-list-wrapper {
        padding-top: 40px
    }
}

.embassy-left-col__list:first-child {
    padding-bottom: calc(20px + 25 * ((100vw - 320px) / 1600))
}

@media (max-width:991px) {
    .embassy-left-col__list:first-child {
        padding-bottom: 30px
    }
}

@media (min-width:1921px) {
    .embassy-left-col__list:first-child {
        padding-bottom: 45px
    }
}

@media (max-width:991px) {
    .mission .embassy-left-col__list:nth-child(2) {
        padding-bottom: 30px
    }
}

@media (max-width:991px) {
    .embassy-left-col__list {
        width: 90%
    }
}

@media (max-width:575px) {
    .embassy-left-col__list {
        width: 100%
    }
}

.left-col-list__title {
    font-family: Poppins-f, sans-serif;
    font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-shadow: 0 8px 0 rgba(0, 0, 0, .25);
    padding-bottom: calc(10px + 14 * ((100vw - 320px) / 1600));
    margin-bottom: 0;
    display: block
}

@media (min-width:1921px) {
    .left-col-list__title {
        font-size: 22px;
        padding-bottom: 24px
    }
}

@media (max-width:991px) {
    .left-col-list__title {
        text-shadow: none;
        color: var(--blue);
        text-align: left;
        font-size: 16px
    }
}

@media (max-width:991px) {
    .embassy-left-col__list ul {
        display: table
    }
}

.embassy-left-col__list ul li {
    background: url(/img/list-style-img.svg) no-repeat;
    background-size: 12px;
    background-position: left top 6px;
    padding-left: 28px
}

@media (max-width:991px) {
    .embassy-left-col__list ul li {
        background-size: 12px;
        padding-left: 20px;
        display: flex
    }
}

.embassy-left-col__list ul li a {
    font-family: Inter-f, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: var(--white);
    transition: all 355ms ease
}

.embassy-left-col__list ul li a:hover {
    opacity: .8;
    text-decoration: none
}

@media (max-width:991px) {
    .embassy-left-col__list ul li a:hover {
        color: var(--blue-light)
    }
}

@media (max-width:991px) {
    .embassy-left-col__list ul li a {
        color: var(--blue);
        text-align: left;
        text-transform: inherit
    }
}

.embassy-mission__list-text {
    font-family: Inter-f, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: var(--white);
    display: flex
}

@media (max-width:991px) {
    .embassy-mission__list-text {
        color: var(--blue);
        text-align: left
    }
}

.embassy-country__right-column {
    width: 69%
}

@media (max-width:991px) {
    .embassy-country__right-column {
        width: 100%
    }
}

.breadcrumbs {
    display: flex;
    align-items: center
}

.section__styles .breadcrumbs {
    justify-content: center
}

.breadcrumbs span {
    font-size: 14px
}

.breadcrumbs_pb {
    padding-bottom: 39px
}

.breadcrumbs__pb-mission {
    padding-bottom: 18px
}

@media (max-width:1279px) {
    .breadcrumbs__pb-mission {
        padding-bottom: 10px
    }
}

.breadcrumbs__current,
.breadcrumbs__link {
    font-family: Poppins-f, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--black)
}

.breadcrumbs__current {
    color: rgba(40, 40, 40, .4)
}

.breadcrumbs__link {
    transition: all 355ms ease
}

.breadcrumbs__link:hover {
    text-decoration: none;
    color: var(--purple)
}

.breadcrumbs__separator {
    padding: 0 17px;
    display: flex;
    align-items: center
}

.breadcrumbs__separator img {
    height: 8.75px;
    width: 5.25;
    min-width: 5.25px
}

.breadcrumbs-lc {
    display: flex;
    align-items: center;
    margin-bottom: calc(25px + 28 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .breadcrumbs-lc {
        margin-bottom: 53px
    }
}

.section__styles .breadcrumbs-lc {
    justify-content: center
}

.breadcrumbs-lc span {
    font-size: 13px
}

.breadcrumbs__mission {
    margin-bottom: 0
}

@media (max-width:1279px) {
    .breadcrumbs__mission {
        margin-bottom: 0
    }
}

.breadcrumbs-lc .breadcrumbs__current,
.breadcrumbs-lc .breadcrumbs__link {
    font-family: Poppins-f, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

@media (max-width:575px) {
    .breadcrumbs-lc .breadcrumbs__current,
    .breadcrumbs-lc .breadcrumbs__link {
        font-size: 11px
    }
}

.breadcrumbs-lc .breadcrumbs__current {
    color: hsla(0, 0%, 100%, .4)
}

.breadcrumbs-lc .breadcrumbs__link {
    color: var(--white);
    transition: all 355ms ease
}

.breadcrumbs-lc .breadcrumbs__link:hover {
    color: var(--white);
    opacity: .8;
    text-decoration: none
}

.breadcrumbs-lc .breadcrumbs__separator {
    padding: 0 17px;
    display: flex;
    align-items: center
}

@media (max-width:1279px) {
    .breadcrumbs-lc .breadcrumbs__separator {
        padding: 0 10px
    }
}

@media (max-width:991px) {
    .breadcrumbs-lc .breadcrumbs__separator {
        padding: 0 17px
    }
}

@media (max-width:575px) {
    .breadcrumbs-lc .breadcrumbs__separator {
        padding: 0 10px
    }
}

.embassies-country__title-block {
    padding: 25px 0;
    background: var(--white);
    text-align: center;
    margin: 0 0 25px;
    border-radius: 8px;
    border: 1px solid #ddd
}

@media (max-width:575px) {
    .embassies-country__title-block {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:450px) {
    .office-hours__block:not(:first-child) p:last-child {
        padding-left: 20px
    }
}

@media (max-width:450px) {
    .closed__red-dot,
    .open__green-dot {
        margin-left: 20px
    }
}

.embassy-left-col__list h2,
.embassy-left-col__list h3 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-shadow: 0 8px 0 rgba(0, 0, 0, .25);
    padding-bottom: calc(10px + 14 * ((100vw - 320px) / 1600));
    margin-bottom: 0
}

@media (min-width:1921px) {
    .embassy-left-col__list h2,
    .embassy-left-col__list h3 {
        font-size: 22px;
        padding-bottom: 24px
    }
}

@media (max-width:991px) {
    .embassy-left-col__list h2,
    .embassy-left-col__list h3 {
        text-shadow: none;
        color: var(--blue);
        text-align: left;
        font-size: 16px
    }
}

.letter-all__country {
    border-radius: 0
}

@media (max-width:991px) {
    .embassy-left-col__list-emb-city {
        display: flex
    }
}

@media (max-width:575px) {
    .embassy-left-col__list-emb-city {
        flex-direction: column
    }
}

@media (max-width:991px) {
    .embassy-left-col__list-emb-city ul {
        margin-right: 100px
    }
}

@media (max-width:575px) {
    .embassy-left-col__list-emb-city ul {
        margin-right: 50px
    }
}

@media (max-width:991px) {
    .embassy-left-col__list-width {
        width: 100%
    }
}

@media (max-width:1100px) and (min-width:992px) {
    .embassy-city__left-column p {
        font-size: 12px
    }
}

@media (max-width:408px) {
    .embassy-city .left-col-quantity__block-city p,
    .embassy-state .left-col-quantity__block-city p {
        font-size: 12px
    }
}

@media (max-width:350px) {
    .embassy-city .left-col-quantity__block-city p,
    .embassy-state .left-col-quantity__block-city p {
        font-size: 10px
    }
}

.embassy-city__left-column .embassy-left-col__quantity {
    padding-top: 0;
    padding-bottom: calc(25px + 27 * ((100vw - 320px) / 1600))
}

@media (max-width:991px) {
    .embassy-city__left-column .embassy-left-col__quantity {
        justify-content: flex-start
    }
}

@media (min-width:1921px) {
    .embassy-city__left-column .embassy-left-col__quantity {
        padding-bottom: 52px
    }
}

.block__design {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px
}

.embassy-mission__contacts {
    position: relative;
    display: block;
    padding: 40px 24px 56px 40px
}

@media (max-width:991px) {
    .embassy-mission__contacts {
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .embassy-mission__contacts {
        padding-right: 24px
    }
}

@media (max-width:575px) {
    .embassy-mission__contacts {
        padding: 24px 14px 74px
    }
}

.embassy-mission__contacts-title {
    display: flex
}

@media (max-width:1516px) {
    .embassy-mission__contacts-title {
        display: block
    }
}

.breadcrumbs__line {
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .4);
    opacity: .5;
    margin-bottom: 9px;
    margin-top: 9px
}

@media (max-width:1279px) {
    .breadcrumbs__line {
        margin-top: 7px;
        margin-bottom: 7px
    }
}

@media (max-width:1516px) {
    .embassy-mission__contacts-title h2 {
        padding-bottom: 20px
    }
}

@media (max-width:575px) {
    .embassy-mission__contacts-title h2 {
        padding-bottom: 10px
    }
}

.embassy-country__right-column h4 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(19px + 2 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.2;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0;
    text-shadow: none
}

@media (min-width:1921px) {
    .embassy-country__right-column h4 {
        font-size: 21px
    }
}

.embassy-country__right-column h2 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(19px + 3 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.2;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0;
    text-shadow: none
}

@media (min-width:1921px) {
    .embassy-country__right-column h2 {
        font-size: 21px
    }
}

.embassy-country__right-column p {
    font-family: Poppins-f, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    font-size: calc(16px + 2 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .embassy-country__right-column p {
        font-size: 18px
    }
}

.social-media__link {
    display: flex;
    align-items: center
}

@media (max-width:400px) {
    .social-media__link {
        align-items: flex-start
    }
}

.btn-update {
    width: 65px;
    padding: 8px 0;
    text-align: center;
    max-width: 100%;
    display: inline-block;
    color: var(--white);
    background-color: #375ab4;
    border: 1px solid #4a77ea;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: Poppins-f, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 100ms ease;
    position: absolute;
    right: 24px;
    top: 24px
}

.btn-update:hover {
    background: 0 0;
    color: var(--blue);
    text-decoration: none
}

@media (max-width:575px) {
    .btn-update {
        top: auto;
        bottom: 24px
    }
}

.update__check {
    position: absolute;
    right: 47.5px;
    top: 70px;
    width: 18px;
    height: 19px
}

@media (max-width:575px) {
    .update__check {
        top: 24px;
        right: 24px
    }
}

.check__block {
    position: relative;
    display: inline-block
}

.check__text {
    visibility: hidden;
    width: 300px;
    background-color: #fff;
    color: var(--black);
    text-align: left;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 95px;
    right: 24px;
    opacity: 0;
    transition: opacity .3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

@media (max-width:575px) {
    .check__text {
        top: 50px
    }
}

@media (max-width:375px) {
    .check__text {
        right: 10px
    }
}

@media (max-width:350px) {
    .check__text {
        width: 250px
    }
}

.update__check:hover+.check__text {
    visibility: visible;
    opacity: 1
}

.embassy-mission__pb {
    margin-bottom: calc(25px + 31 * ((100vw - 320px) / 1600));
    padding-right: 75px
}

@media (min-width:1921px) {
    .embassy-mission__pb {
        margin-bottom: 56px
    }
}

@media (max-width:1516px) {
    .embassy-mission__pb {
        margin-bottom: calc(15px + 21 * ((100vw - 320px) / 1600))
    }
}

@media (max-width:575px) {
    .embassy-mission__pb {
        padding-right: 23px
    }
}

.verified__bg {
    background: url(/img/Check.svg) no-repeat;
    background-size: 17px
}

@media (max-width:1279px) {
    .verified__bg {
        background-size: 16px
    }
}

@media (max-width:767px) {
    .verified__bg {
        background-size: 15px
    }
}

@media (max-width:575px) {
    .verified__bg {
        background-size: 15px
    }
}

.information__verified-x {
    background: url(/img/red-x.svg) no-repeat;
    background-size: 14px
}

@media (max-width:1279px) {
    .information__verified-x {
        background-size: 13px
    }
}

@media (max-width:767px) {
    .information__verified-x {
        background-size: 12px
    }
}

@media (max-width:575px) {
    .information__verified-x {
        background-size: 12px
    }
}

.information__verified {
    padding-left: 29px;
    background-position: left top 3px;
    display: inline-block;
    font-family: Poppins-f, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: calc(17px + 2 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .information__verified {
        font-size: 19px
    }
}

@media (max-width:767px) {
    .information__verified {
        top: 0
    }
}

@media (max-width:575px) {
    .information__verified {
        font-size: 16px
    }
}

.about-section .information__verified {
    font-size: calc(15px + 3 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .about-section .information__verified {
        font-size: 18px
    }
}

.information__verified-mb {
    margin-top: 20px;
    margin-bottom: calc(25px + 31 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .information__verified-mb {
        margin-bottom: 56px
    }
}

.information-verified__wrapper {
    display: flex;
    margin-top: 24px
}

@media (max-width:1400px) {
    .information-verified__wrapper {
        display: block
    }
}

.information__verified-cs {
    padding-right: 40px
}

@media (max-width:1400px) {
    .information__verified-cs {
        display: block;
        padding-bottom: 10px
    }
}

@media (max-width:575px) {
    .information__verified-cs {
        padding-right: 0
    }
}

.embassy-mission__consular-section>div,
.embassy-mission__contact-info>div {
    background-position: left top 5px;
    background-size: 22px;
    background-repeat: no-repeat;
    padding-left: 40px
}

.address,
.address__about h3 {
    background: url(/img/em_img1.svg)
}

.telephone,
.telephone__about h3 {
    background: url(/img/em_img2.svg)
}

.fax {
    background: url(/img/em_img3.svg)
}

.whatsapp {
    background: url(/img/whatsapp.svg)
}

.emergency {
    background: url(/img/emergency.svg)
}

.email,
.email__about-advertising h3,
.email__about-general h3,
.email__about-research-inquiry h3,
.email__about-updates h3 {
    background: url(/img/em_img4.svg)
}

.website {
    background: url(/img/em_img5.svg)
}

.social__media {
    background: url(/img/megaphone.svg)
}

.office-hours {
    background: url(/img/em_img6.svg)
}

.head-mission {
    background: url(/img/em_img7.svg);
    background-repeat: no-repeat
}

.telephone__consular-section {
    background: url(/img/em_img2.svg)
}

.address__consular-section {
    background: url(/img/em_img1.svg)
}

.office-hours p:not(:last-child) {
    margin-bottom: 0
}

.office-hours__block {
    display: flex
}

.office-hours__block p {
    margin-bottom: 0
}

.office-hours__block h3,
.office-hours__block p:first-child {
    width: 180px
}

@media (max-width:1279px) {
    .office-hours__block h3,
    .office-hours__block p:first-child {
        width: 160px
    }
}

@media (max-width:575px) {
    .office-hours__block h3,
    .office-hours__block p:first-child {
        width: 80px
    }
}

@media (max-width:375px) {
    .office-hours__block h3,
    .office-hours__block p:first-child {
        width: 37%
    }
}

.open__green-dot.active:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0bcd4d;
    display: inline-block;
    margin-left: 10px;
    animation: a 1.3s infinite;
    animation-delay: .2s
}

.closed__red-dot.active {
    display: none
}

.closed__red-dot.active:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    display: inline-block;
    margin-left: 10px;
    animation-delay: 0s;
    animation: pulse 2s infinite ease-in-out;
    transition: all 555ms ease;
    animation-iteration-count: infinite;
    animation: b 1.3s infinite;
    animation-delay: .2s
}

@keyframes a {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805
    }
    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819
    }
    to {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805
    }
}

@keyframes b {
    0% {
        background-color: #b82c2c;
        box-shadow: 0 0 5px #b82c2c
    }
    50% {
        background-color: #e64141;
        box-shadow: 0 0 20px #e64141
    }
    to {
        background-color: #b82c2c;
        box-shadow: 0 0 5px #b82c2c
    }
}

.consular-section__style h3,
.embassy-mission__contact-info h3,
.form__save .form__input label {
    font-family: Poppins-f, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 0;
    font-size: calc(17px + 2 * ((100vw - 320px) / 1600));
    letter-spacing: 0
}

@media (min-width:1921px) {
    .consular-section__style h3,
    .embassy-mission__contact-info h3,
    .form__save .form__input label {
        font-size: 19px
    }
}

@media (max-width:1279px) {
    .consular-section__style h3,
    .embassy-mission__contact-info h3,
    .form__save .form__input label {
        background-size: 21px
    }
}

@media (max-width:991px) {
    .consular-section__style h3,
    .embassy-mission__contact-info h3,
    .form__save .form__input label {
        background-size: 20px
    }
}

@media (max-width:767px) {
    .consular-section__style h3,
    .embassy-mission__contact-info h3,
    .form__save .form__input label {
        background-size: 19px
    }
}

.map-block__pb {
    padding-bottom: 20px
}

.about__list-wrapper h3 {
    font-family: Poppins-f, sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: var(--black);
    background-position: left top 5px;
    background-size: 22px;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-bottom: 0;
    font-size: calc(17px + 2 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .about__list-wrapper h3 {
        font-size: 19px
    }
}

@media (max-width:1279px) {
    .about__list-wrapper h3 {
        background-size: 21px
    }
}

@media (max-width:991px) {
    .about__list-wrapper h3 {
        background-size: 20px
    }
}

@media (max-width:767px) {
    .about__list-wrapper h3 {
        background-size: 19px;
        padding-left: 40px
    }
}

.about__list-wrapper h3 {
    font-size: calc(15px + 3 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .about__list-wrapper h3 {
        font-size: 18px
    }
}

.about__list-wrapper a {
    margin-bottom: calc(20px + 12 * ((100vw - 320px) / 1600));
    padding-left: 40px
}

@media (min-width:1921px) {
    .about__list-wrapper a {
        margin-bottom: 32px
    }
}

.about__list-wrapper a,
.embassy-mission__consular-services a,
.embassy-mission__contact-info p,
.embassy-mission__link a,
.embassy-mission__text a,
.embassy-mission__text p,
.form__save .form__input input,
.form__save .form__input textarea {
    font-family: Poppins-f, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black);
    display: inline-block;
    transition: all .3s ease;
    font-size: calc(17px + 2 * ((100vw - 320px) / 1600))
}

.embassy-mission__consular-services a,
.embassy-mission__link a,
.embassy-mission__text a {
    color: var(--blue-light)
}
.embassy-mission__consular-services a:hover,
.embassy-mission__link a:hover,
.embassy-mission__text a:hover {
    text-decoration: none;
    color: var(--purple)
}

@media (min-width:1921px) {
    .about__list-wrapper a,
    .embassy-mission__consular-services a,
    .embassy-mission__contact-info p,
    .embassy-mission__link a,
    .embassy-mission__text a,
    .embassy-mission__text p,
    .form__save .form__input input,
    .form__save .form__input textarea {
        font-size: 19px
    }
}

.embassy-mission__text li:last-child {
    margin-bottom: calc(20px + 12 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .embassy-mission__text li:last-child {
        margin-bottom: 32px
    }
}

.embassy-mission__contact-info>div a:not(:last-child),
.embassy-mission__text li:not(:last-child),
.fax a:not(:last-child) {
    margin-bottom: 5px
}

@media (max-width:575px) {
    .embassy-mission__contact-info a {
        word-break: break-word
    }
}

@media (max-width:991px) {
    .embassy-mission__text a,
    .embassy__mission h5,
    .embassy__mission p {
        font-size: calc(15px + 4 * ((100vw - 320px) / 1600))
    }
}

.check__text p {
    font-size: 12px
}

.office-hours__block p {
    margin-bottom: 2px
}

.office-hours div:first-child {
    margin-bottom: 4px
}

.office-hours div:last-child {
    margin-bottom: calc(20px + 12 * ((100vw - 320px) / 1600))
}

.about__list-wrapper a {
    font-size: calc(15px + 3 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .about__list-wrapper a {
        font-size: 18px
    }
}

.about__list-wrapper a:hover,
.consular-section__style a:hover,
.embassy-mission__contact-info a:hover {
    text-decoration: none;
    color: var(--purple)
}

.email a,
.website a {
    color: var(--blue-light);
    padding-left: 0;
    word-break: break-all;
    transition: all .3s ease
}

.email a:hover,
.website a:hover {
    color: var(--purple);
    text-decoration: none
}

.social-media__link a {
    margin-left: 0;
    display: flex;
    align-items: center
}

.soc-med__twitter {
    background: url(/img/twitter-mission.svg)
}

.soc-med__instagam {
    background: url(/img/insta.svg)
}

.soc-med__facebook {
    background: url(/img/facebook-mission.svg);
    background-repeat: no-repeat
}

.soc-med__linkedin {
    background: url(/img/in.svg)
}

.soc-med__yotube {
    background: url(/img/youtube.svg)
}

.soc-med__flickr {
    background: url(/img/flickr.svg)
}

.soc-med__telegram {
    background: url(/img/telegram.svg)
}

.soc-med__weibo {
    background: url(/img/weibo.svg)
}

.soc-med__all {
    display: block;
    padding-left: 40px;
    background-size: 32px 32px;
    min-height: 32px;
    background-repeat: no-repeat;
    align-items: center;
    background-position: 0 0;
    word-break: break-all
}

@media (max-width:575px) {
    .soc-med__all {
        background-size: 25px 25px;
        min-height: 25px;
        padding-left: 32px
    }
}

.soc-med__all a:hover {
    color: var(purple)
}

.embassy-mission__map {
    padding: 40px 24px 40px 40px;
    margin-top: 32px
}

@media (max-width:575px) {
    .embassy-mission__map {
        padding: 24px
    }
}

.embassy-mission__map h3 {
    padding-bottom: 29px
}

.embassy-mission__contact-details {
    padding: 40px;
    margin-top: 32px
}

@media (max-width:575px) {
    .embassy-mission__contact-details {
        padding: 24px
    }
}

@media (max-width:575px) {  
    .embassy-mission__consular-services p,  
    .embassy-mission__contact-details p,    
    .embassy-mission__info-block p {    
        font-size: 16px;    
        line-height: 1.8    
    }   
}

.embassy-mission__contact-details h2 {
    margin-bottom: 24px
}

.embassy-mission__contact-details h3 {
    font-family: Poppins-f, sans-serif;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: .2em;
    color: var(--blue);
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 17px;
    margin-bottom: 0;
    font-size: calc(18px + 2 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .embassy-mission__contact-details h3 {
        font-size: 20px
    }
}

.embassy-mission__consular-section {
    position: relative;
    padding: 40px 95px 40px 40px;
    margin: 32px 0 0
}

@media (max-width:575px) {
    .embassy-mission__consular-section {
        padding: 24px 14px 74px
    }
}

@media (max-width:575px) {
    .embassy-mission__consular-section h2 {
        padding-right: 0
    }
}

.consular-section__style a {
    margin-bottom: 0
}

.embassy-mission__consular-services {
    padding: 40px;
    margin: 32px 0 0
}

@media (max-width:575px) {
    .embassy-mission__consular-services {
        padding: 24px
    }
}

.visa-rules__title {
    padding-top: 40px
}

.em-style__h3 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(19px + 3 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.6;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0;
    text-shadow: none
}

@media (min-width:1921px) {
    .em-style__h3 {
        font-size: 21px
    }
}

.embassy-mission__consular-services p {
    padding-top: 24px;
    padding-bottom: 22px
}

@media (max-width:1400px) {
    .embassy-mission__consular-services p {
        padding-bottom: 0
    }
}

.embassy-mission__info-block {
    padding: 40px;
    margin-top: 32px
}

@media (max-width:575px) {
    .embassy-mission__info-block {
        padding: 24px
    }
}

.embassy-mission__info-block a {
    color: var(--blue-light)
}

.embassy-mission__info-block a:hover {
    color: var(--purple);
    text-decoration: none
}

.embassy-mission__info-block h3,
.map-block__pb h2 {
    padding-bottom: 24px
}

.embassy-mission__info-block h3:not(:first-child) {
    padding-top: 40px
}

.embassy__mission .embassy-left-col__list {
    padding-bottom: calc(20px + 62 * ((100vw - 320px) / 1600))
}

@media (max-width:991px) {
    .embassy__mission .embassy-left-col__list {
        width: 45%
    }
}

@media (max-width:575px) {
    .embassy__mission .embassy-left-col__list {
        width: 100%
    }
}

@media (min-width:1921px) {
    .embassy__mission .embassy-left-col__list {
        padding-bottom: 82px
    }
}

@media (max-width:991px) {
    .embassy__mission .embassy-left-col-list-wrapper {
        flex-wrap: wrap;
        justify-content: space-between
    }
}

#map,
#mapConsularSection,
.map_screenCS img,
.map_screen img {
    width: 100%;
    height: 484px;
    max-width: 100%
}

@media (max-width:1279px) {
    #map,
    #mapConsularSection {
        height: 350px
    }
}

@media (max-width:767px) {
    #map,
    #mapConsularSection {
        height: 250px
    }
}

.embassy-mission__tweets {
    padding: 40px;
    margin-top: 32px
}

@media (max-width:575px) {
    .embassy-mission__tweets {
        padding: 24px
    }
}

.embassy-mission__consular-section h2 {
    padding-bottom: 32px
}

@media (max-width:1279px) {
    .embassy-mission__consular-section h2 {
        padding-bottom: 24px
    }
}

.embassy-mission__tweets h3 {
    padding-bottom: 32px
}

@media (max-width:1279px) {
    .embassy-mission__tweets h3 {
        padding-bottom: 24px
    }
}

.tweets__block {
    display: flex;
    justify-content: space-between
}

@media (max-width:575px) {
    .tweets__block {
        flex-wrap: wrap
    }
}

.tweet-post {
    width: 31%
}

@media (max-width:575px) {
    .tweet-post {
        width: 100%;
        margin-bottom: 40px
    }
}

.tweet-post img {
    width: 345px;
    height: auto;
    max-width: 100%
}

#consularInfo,
#consularSection,
#contactInformation,
#otherRepresentation {
    scroll-margin-top: 70px
}

.embassy__closed {
    align-items: flex-start;
    margin-top: 10px
}

.embassy__closed img {
    width: 22px;
    height: 22px;
    margin-top: 5px
}

.embassy__closed p {
    font-size: calc(15px + 3 * ((100vw - 320px) / 1600));
    padding-left: 0;
    padding-top: 10px
}

.head-mission p {
    margin-bottom: 0
}

@media (max-width:1400px) {
    .visa-rules__list {
        margin-top: 24px
    }
}

.visa-rules__list a {
    position: relative;
    padding-left: 20px;
    color: var(--blue-light);
    transition: all .3s ease;
    margin-bottom: 5px;
    word-break: break-all;
    font-size: calc(17px + 2 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .visa-rules__list a {
        font-size: 19px
    }
}

@media (max-width:991px) {
    .visa-rules__list a {
        font-size: calc(15px + 4 * ((100vw - 320px) / 1600))
    }
}

.visa-rules__list a:hover {
    color: var(--purple);
    text-decoration: none
}

.visa-rules__list a:before {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--blue-light);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px
}

.text__bold {
    font-weight: 600
}

.contact-details__tel {
    color: var(--black)
}

.contact-details__tel:hover {
    color: var(--purple);
    text-decoration: none
}

.contact-details__email {
    color: var(--blue-light);
    transition: all .3s ease
}

.contact-details__email:hover {
    color: var(--purple);
    text-decoration: none
}

.office-hours__cons-sect {
    margin-top: 0
}

.head-mission p {
    padding-right: 10px;
    display: inline
}

.head-mission img {
    margin-top: -5px;
    display: inline-block
}

.section__styles {
    padding-top: 136px;
    padding-bottom: 72px
}

@media (max-width:767px) {
    .section__styles {
        padding-bottom: 60px
    }
}

@media (max-width:575px) {
    .section__styles {
        padding-top: 100px;
        padding-bottom: 40px
    }
}

.section__styles h1 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(25px + 14 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--black);
    padding-top: calc(30px + 11 * ((100vw - 320px) / 1600));
    text-shadow: none;
    padding-bottom: calc(25px + 11 * ((100vw - 320px) / 1600));
    margin-bottom: 0
}

@media (min-width:1921px) {
    .section__styles h1 {
        padding-bottom: 36px;
        padding-top: 41px;
        font-size: 39px
    }
}

.about__content,
.privacy-policy__content,
.terms-of-use__content {
    padding: 56px 127px 40px
}

@media (max-width:1279px) {
    .about__content,
    .privacy-policy__content,
    .terms-of-use__content {
        padding: 56px 56px 40px
    }
}

@media (max-width:767px) {
    .about__content,
    .privacy-policy__content,
    .terms-of-use__content {
        padding: 50px 30px
    }
}

@media (max-width:575px) {
    .about__content,
    .privacy-policy__content,
    .terms-of-use__content {
        padding: 30px
    }
}

@media (max-width:400px) {
    .about__content,
    .privacy-policy__content,
    .terms-of-use__content {
        padding: 30px 20px
    }
}

.about-content__block {
    padding-bottom: calc(20px + 28 * ((100vw - 320px) / 1600));
    border-bottom: 1px solid #ddd;
    margin-bottom: calc(20px + 28 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .about-content__block {
        margin-bottom: 48px;
        padding-bottom: 48px
    }
}

.about-section h2 {
    padding-bottom: calc(15px + 9 * ((100vw - 320px) / 1600));
    font-family: Poppins-f, sans-serif;
    font-size: calc(20px + 1 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.2;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0;
    text-shadow: none
}

@media (min-width:1921px) {
    .about-section h2 {
        padding-bottom: 24px;
        font-size: 21px
    }
}

.about-section p,
.privacy-policy__content p,
.terms-of-use__content p {
    font-family: Poppins-f, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: var(--black);
    font-size: calc(15px + 3 * ((100vw - 320px) / 1600))
}

@media (max-width:575px) {
    .about-section p,
    .privacy-policy__content p,
    .terms-of-use__content p {
        text-align: justify
    }
}

@media (min-width:1921px) {
    .about-section p,
    .privacy-policy__content p,
    .terms-of-use__content p {
        font-size: 18px
    }
}

.about__information-list {
    display: flex;
    padding-bottom: calc(25px + 23 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .about__information-list {
        padding-bottom: 48px
    }
}

@media (max-width:767px) {
    .about__information-list {
        justify-content: space-between
    }
}

@media (max-width:575px) {
    .about__information-list {
        display: block
    }
}

.about__information-list ul li {
    padding-top: calc(15px + 9 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .about__information-list ul li {
        padding-top: 24px
    }
}

.about-information-list__left-col {
    padding-right: 12%
}

@media (max-width:1279px) {
    .about-information-list__left-col {
        padding-right: 6%
    }
}

@media (max-width:767px) {
    .about-information-list__left-col {
        padding-right: 50px
    }
}

.about__list-wrapper {
    padding-top: calc(20px + 20 * ((100vw - 320px) / 1600));
    display: flex
}

@media (max-width:991px) {
    .about__list-wrapper {
        display: block
    }
}

@media (min-width:1921px) {
    .about__list-wrapper {
        padding-top: 40px
    }
}

.about__list-wrapper div:first-child {
    padding-right: 12%
}

@media (max-width:1279px) {
    .about__list-wrapper div:first-child {
        padding-right: 6%
    }
}

@media (max-width:460px) {
    .about__list-wrapper a {
        word-break: break-word;
        font-size: 15px
    }
}

@media (max-width:392px) {
    .about__list-wrapper a {
        font-size: 14px;
        padding-left: 26px
    }
}

@media (max-width:392px) {
    .about__list-wrapper h3 {
        background-size: 18px;
        padding-left: 26px
    }
}

.terms-of-use__copyright h2 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(18px + 3 * ((100vw - 320px) / 1600));
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 0;
    text-shadow: none;
    text-transform: inherit;
    letter-spacing: inherit;
    color: var(--black);
    padding-bottom: 15px
}

@media (min-width:1921px) {
    .terms-of-use__copyright h2 {
        font-size: 21px
    }
}

.terms-of-use__content-block h2 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(20px + 1 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.2;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0;
    text-shadow: none
}

@media (min-width:1921px) {
    .terms-of-use__content-block h2 {
        font-size: 21px
    }
}

.privacy-policy__content h2,
.terms-of-use__content-block h2 {
    padding-top: calc(25px + 31 * ((100vw - 320px) / 1600));
    padding-bottom: calc(15px + 9 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .privacy-policy__content h2,
    .terms-of-use__content-block h2 {
        padding-top: 56px;
        padding-bottom: 24px
    }
}

.privacy-policy__content a,
.terms-of-use__content a {
    color: var(--blue-light)
}

@media (max-width:400px) {
    .privacy-policy__content a,
    .terms-of-use__content a {
        word-wrap: break-word
    }
}

.privacy-policy__copyright p,
.terms-of-use__copyright p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .privacy-policy__copyright p,
    .terms-of-use__copyright p {
        font-size: 17px
    }
}

.terms-of-use__content {
    padding-bottom: 51px
}

@media (max-width:767px) {
    .terms-of-use__content {
        padding-bottom: 60px
    }
}

@media (max-width:575px) {
    .terms-of-use__content {
        padding-bottom: 40px
    }
}

@media (max-width:400px) {
    .terms-of-use__content {
        padding-bottom: 30px
    }
}

.third-block__paragraph-pb p {
    padding-bottom: calc(10px + 10 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .third-block__paragraph-pb p {
        padding-bottom: 20px
    }
}

.privacy-policy__copyright p {
    padding-bottom: 20px
}

.privacy-policy__content {
    padding-bottom: 64px
}

@media (max-width:767px) {
    .privacy-policy__content {
        padding-bottom: 60px
    }
}

@media (max-width:575px) {
    .privacy-policy__content {
        padding-bottom: 40px
    }
}

@media (max-width:400px) {
    .privacy-policy__content {
        padding-bottom: 30px
    }
}

.privacy-policy__content h2 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(20px + 1 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.2;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0;
    text-shadow: none
}

@media (min-width:1921px) {
    .privacy-policy__content h2 {
        font-size: 21px
    }
}

.privacy-policy__content h3,
.privacy-policy__copyright h2 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(18px + 3 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.2;
    color: var(--blue);
    padding-bottom: 24px;
    padding-top: 24px;
    margin-bottom: 0;
    letter-spacing: .2em;
    text-transform: uppercase
}

@media (min-width:1921px) {
    .privacy-policy__content h3,
    .privacy-policy__copyright h2 {
        font-size: 21px
    }
}

.privacy-policy__copyright h2 {
    color: var(--black);
    text-transform: none;
    letter-spacing: 0
}

.privacy-policy__content .privacy-policy__content-subtitle-pt,
.privacy-policy__copyright h2:first-child {
    padding-top: 0
}

.update__info {
    padding: 29px 127px 32px
}

@media (max-width:1279px) {
    .update__info {
        padding: 29px 56px 32px
    }
}

@media (max-width:767px) {
    .update__info {
        padding: 50px 30px
    }
}

@media (max-width:575px) {
    .update__info {
        padding: 30px
    }
}

@media (max-width:400px) {
    .update__info {
        padding: 30px 20px
    }
}

.language__list {
    display: flex;
    padding-bottom: 20px
}

.language__list li {
    margin-right: 24px
}

.update__current-language {
    font-family: Poppins-f, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    color: var(--blue);
    text-transform: uppercase
}

.update__current-language:hover {
    text-decoration: none;
    color: var(--purple)
}

@media (max-width:370px) {
    .update__current-language {
        font-size: 13px
    }
}

.update__current-language.active:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0bcd4d;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1
}

.update__info p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 1600))
}

@media (min-width:1921px) {
    .update__info p {
        font-size: 17px
    }
}

.update__info p a {
    color: var(--black);
    text-decoration: underline
}

.update__info p a:hover {
    color: var(--purple)
}

.update__form {
    padding: 40px 136px 53px;
    margin-top: 32px
}

@media (max-width:1279px) {
    .update__form {
        padding: 40px 56px
    }
}

@media (max-width:767px) {
    .update__form {
        padding: 40px 30px
    }
}

@media (max-width:575px) {
    .update__form {
        padding: 30px
    }
}

@media (max-width:400px) {
    .update__form {
        padding: 30px 20px
    }
}

.update__form h2 {
    font-family: Poppins-f, sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .2em;
    color: var(--black);
    text-transform: uppercase;
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: 0;
    text-shadow: none
}

@media (max-width:575px) {
    .update__form h2 {
        padding-bottom: 30px
    }
}

.form-update__button {
    border: 1px solid #4a77ea;
    border-radius: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 147px;
    font-family: Poppins-f, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width:430px) {
    .form-update__button {
        font-size: 14px;
        width: 100px
    }
}

.form__update input[type=submit] {
    background: #375ab4;
    color: var(--white);
    transition: all 100ms ease
}

.form__update input[type=reset],
.form__update input[type=submit]:hover {
    background: 0 0;
    color: var(--black)
}

.form__update input[type=reset] {
    margin-left: 20px;
    transition: all 100ms ease
}

.form__update input[type=reset]:hover {
    background: #375ab4;
    color: var(--white)
}

.form-contacts__input-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form__input {
    width: 48%
}

@media (max-width:767px) {
    .form__input {
        width: 100%
    }
}

.form__input-full-width {
    width: 100%
}

.form__input input,
.form__textarea textarea {
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-family: Poppins-f, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: var(--black);
    width: 100%;
    background: 0 0;
    padding-left: 24px
}

@media (max-width:767px) {
    .form__input input,
    .form__textarea textarea {
        font-size: 16px
    }
}

@media (max-width:575px) {
    .form__input input,
    .form__textarea textarea {
        padding-left: 10px;
        font-size: 14px
    }
}

.form__input input {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .form__input input {
        margin-bottom: 20px
    }
}

.form__input label,
.form__rb-padding p,
.form__textarea label {
    font-family: Poppins-f, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .2em;
    color: var(--black);
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 0
}

.form__input input:-ms-input-placeholder,
.form__textarea textarea:-ms-input-placeholder {
    color: var(--black);
    opacity: 1
}

.form__input input::placeholder,
.form__textarea textarea::placeholder {
    color: var(--black);
    opacity: 1
}

.add__button {
    background: url(/img/add_social-media.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 29px;
    background-position: 0;
    width: 100%;
    margin-bottom: 43px
}

@media (max-width:575px) {
    .add__button {
        margin-bottom: 30px
    }
}

.add__button p {
    color: var(--blue-light)
}

.form-check {
    width: 30%
}

@media (max-width:767px) {
    .form-check {
        margin-bottom: 5px;
        width: 100%
    }
}

.form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #c0b8c9
}

@media (max-width:575px) {
    .form-check-input {
        width: 16px;
        height: 16px
    }
}

.form-check-input:checked[type=radio] {
    background-image: url(/img/circle.svg);
    background-size: 20px
}

@media (max-width:575px) {
    .form-check-input:checked[type=radio] {
        background-size: 16px
    }
}

.form-check .form-check-input {
    background-color: transparent
}

.form-check-input:focus {
    box-shadow: none
}

.form-check-input:checked {
    border: 2px solid var(--purple)
}

.form-rb__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (max-width:767px) {
    .form-rb__wrapper {
        flex-direction: column
    }
}

.form-check label {
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 10px;
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black)
}

@media (max-width:991px) {
    .form-check label {
        padding-left: 5px
    }
}

@media (max-width:575px) {
    .form-check label {
        font-size: 14px
    }
}

.form__rb-padding {
    padding-bottom: 40px;
    width: 100%
}

@media (max-width:575px) {
    .form__rb-padding {
        padding-bottom: 20px
    }
}

.form-input-date__wrapper {
    padding-bottom: 40px;
    padding-top: 40px
}

@media (max-width:575px) {
    .form-input-date__wrapper {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.input-date__icon {
    background: url(/img/date.svg);
    background-repeat: no-repeat;
    background-position: right 5px bottom 15px
}

input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
    padding-right: 7px
}

.form__bottom-line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 40px
}

@media (max-width:575px) {
    .form__bottom-line {
        margin-bottom: 30px
    }
}

.form__contact-info {
    width: 100%
}

.form__contact-info label span {
    color: var(--purple)
}

.form-rb__contact-info-wrapper {
    display: flex;
    justify-content: start
}

.form-rb__contact-info-wrapper .form-check {
    width: auto;
    margin-right: 34px
}

.obligatory {
    color: #282828;
    opacity: .5;
    font-family: Poppins-f, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 31px;
    display: block
}

.form__contact-info .form__input label,
.form__contact-info p {
    padding-bottom: 17px
}

.address__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .address__wrapper {
        flex-direction: column
    }
}

.address__wrapper input {
    width: 48%
}

@media (max-width:767px) {
    .address__wrapper input {
        width: 100%
    }
}

.search-block {
    padding: 31px 25px 31px 39px;
    display: flex;
    margin-bottom: 24px
}

@media (max-width:991px) {
    .search-block {
        padding: 30px 20px
    }
}

@media (max-width:575px) {
    .search-block {
        display: block
    }
}

.search__subtitle {
    width: 20%;
    display: flex;
    align-items: center;
    font-family: Poppins-f, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-right: 20px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .search__subtitle {
        width: 25%
    }
}

@media (max-width:575px) {
    .search__subtitle {
        width: 100%;
        padding-bottom: 10px;
        padding-left: 10px
    }
}

.search-section__input-wrapper {
    position: relative
}

.search-section__input-search {
    width: 80%;
    padding: 15px 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px
}

@media (max-width:767px) {
    .search-section__input-search {
        width: 75%
    }
}

@media (max-width:575px) {
    .search-section__input-search {
        width: 100%
    }
}

@media (max-width:350px) {
    .search-section__input-search {
        padding: 14px
    }
}

.search-section__input-search input:-ms-input-placeholder {
    color: var(--black);
    font-family: Poppins-f, sans-serif;
    font-size: calc(16px + 1 * ((100vw - 320px) / 1600));
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    width: 100%;
    padding-right: 30px
}

.search-section__input-search input,
.search-section__input-search input::placeholder {
    color: var(--black);
    font-family: Poppins-f, sans-serif;
    font-size: calc(16px + 1 * ((100vw - 320px) / 1600));
    font-weight: 400;
    line-height: 1;
    opacity: 1;
    width: 100%;
    padding-right: 30px
}

@media (min-width:1921px) {
    .search-section__input-search input:-ms-input-placeholder {
        font-size: 17px
    }
    .search-section__input-search input,
    .search-section__input-search input::placeholder {
        font-size: 17px
    }
}

.search-section__input-search input:-ms-input-placeholder {
    color: #979797
}

.search-section__input-search input::placeholder {
    color: #979797
}

.search-section__input-search button {
    position: absolute;
    right: 0;
    top: 0
}

.search-section__search-info {
    padding: 40px 48px 54px
}

@media (max-width:1279px) {
    .search-section__search-info {
        padding: 29px 46px 32px
    }
}

@media (max-width:991px) {
    .search-section__search-info {
        padding: 30px 20px
    }
}

.search-info-block__wrapper .search-info__block:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px
}

.search-info__block {
    display: block
}

.search-info__block:hover {
    text-decoration: none
}

.searh__post-title {
    font-family: Poppins-f, sans-serif;
    font-size: calc(16px + 1 * ((100vw - 320px) / 1600));
    font-weight: 600;
    line-height: 1.5;
    color: var(--blue-light);
    padding-bottom: 7px;
    transition: all 100ms ease;
    margin-bottom: 0
}

.searh__post-title:hover {
    color: var(--purple)
}

@media (min-width:1921px) {
    .searh__post-title {
        font-size: 17px
    }
}

.search__content {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 32px
}

@media (max-width:450px) {
    .search__content {
        flex-direction: column;
        padding-top: 10px
    }
}

.search__content span {
    font-family: Poppins-f, sans-serif;
    font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
    font-weight: 400;
    line-height: 1.5;
    color: var(--black)
}

@media (min-width:1921px) {
    .search__content span {
        font-size: 17px
    }
}

.search__content img {
    width: 80px;
    height: auto;
    max-width: 100%;
    margin-right: 22px;
    max-height: 44.59px
}

@media (max-width:450px) {
    .search__content img {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.search__post-text {
    font-family: Poppins-f, sans-serif;
    font-size: calc(12px + 1 * ((100vw - 320px) / 1600));
    font-weight: 400;
    line-height: 1.1;
    color: var(--black)
}

@media (min-width:1921px) {
    .search__post-text {
        font-size: 13px
    }
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 23px;
    margin-left: auto;
    margin-right: auto
}

.nav-links li {
    margin-left: 4px;
    margin-right: 4px
}

.page-numbers {
    color: #6a6a6a;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: Commissioner-f, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    transition: all 100ms ease
}

.page-numbers__hover:hover {
    text-decoration: none
}

.page-numbers__hover:hover,
.pagination .current {
    color: var(--white);
    border-color: var(--blue-light);
    background: var(--blue-light)
}

.nav__arrow-opacity {
    opacity: .5
}

.nav__left-arrow {
    transform: rotate(180deg)
}

.news__articles {
    padding: 51px 56px 53px
}

@media (max-width:1279px) {
    .news__articles {
        padding: 29px 46px 32px
    }
}

@media (max-width:575px) {
    .news__articles {
        padding: 30px
    }
}

@media (max-width:400px) {
    .news__articles {
        padding: 30px 20px
    }
}

.news__articles-block {
    display: flex;
    margin-bottom: 22px
}

@media (max-width:767px) {
    .news__articles-block {
        flex-wrap: wrap;
        margin-bottom: 40px
    }
}

.articles-block__img-wrapper {
    width: 35%
}

@media (max-width:767px) {
    .articles-block__img-wrapper {
        width: 100%
    }
}

.articles-block__img-wrapper img {
    border-radius: 8px;
    width: 412px;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.article-block__content {
    width: 65%;
    padding-left: calc(20px + 40 * ((100vw - 320px) / 1600));
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width:1921px) {
    .article-block__content {
        padding-left: 60px
    }
}

@media (max-width:767px) {
    .article-block__content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
}

.article-block__content a {
    font-family: Poppins-f, sans-serif;
    font-size: calc(20px + 3 * ((100vw - 320px) / 1600));
    font-weight: 600;
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 3px;
    transition: all 100ms ease
}

.article-block__content a:hover {
    text-decoration: none;
    color: var(--purple)
}

@media (min-width:1921px) {
    .article-block__content a {
        font-size: 23px
    }
}

.article-block__content time {
    font-family: Poppins-f, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    color: rgba(40, 40, 40, .5)
}

.article-block__content p {
    font-family: Poppins-f, sans-serif;
    font-size: calc(16px + 1 * ((100vw - 320px) / 1600));
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    padding-top: 22px
}

@media (max-width:991px) {
    .article-block__content p {
        padding-top: 15px
    }
}

@media (min-width:1921px) {
    .article-block__content p {
        font-size: 17px
    }
}

.news__section .pagination {
    margin-top: 44px
}

.visa-info__accordion {
    padding: 64px 91px 72px 71px
}

@media (max-width:1279px) {
    .visa-info__accordion {
        padding: 29px 46px 32px
    }
}

@media (max-width:575px) {
    .visa-info__accordion {
        padding: 30px
    }
}

@media (max-width:400px) {
    .visa-info__accordion {
        padding: 30px 20px
    }
}

.visa-info__accordion .accordion-body {
    background: var(--white);
    padding: 0 60px 34px 40px;
    z-index: 3;
    position: relative;
    border-radius: 10px
}

@media (max-width:991px) {
    .visa-info__accordion .accordion-body {
        padding: 0 60px 34px 30px
    }
}

@media (max-width:575px) {
    .visa-info__accordion .accordion-body {
        padding: 0 50px 30px 20px
    }
}

.visa-info__accordion .accordion-item {
    border-bottom: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px
}

.visa-info__accordion h3 {
    font-family: Poppins-f, sans-serif;
    font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
    font-weight: 600;
    line-height: 1.5;
    color: var(--black);
    padding-bottom: 22px;
    margin-bottom: 0
}

@media (min-width:1921px) {
    .visa-info__accordion h3 {
        font-size: 17px
    }
}

@media (max-width:575px) {
    .visa-info__accordion h3 {
        padding-bottom: 15px
    }
}

.visa-info__accordion li {
    font-family: Poppins-f, sans-serif;
    font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
    font-weight: 400;
    line-height: 1.5;
    color: var(--black)
}

@media (min-width:1921px) {
    .visa-info__accordion li {
        font-size: 17px
    }
}

.accordion__list li {
    background: url(/img/list-style-img.svg) no-repeat;
    background-size: 12px;
    background-position: left top 6px;
    padding-left: 28px
}

@media (max-width:991px) {
    .accordion__list li {
        background-size: 12px;
        padding-left: 20px
    }
}

.accordion__list li:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width:575px) {
    .accordion__list li:not(:last-child) {
        margin-bottom: 15px
    }
}

.accordion__list li span {
    font-weight: 600
}

.visa-info__accordion .accordion-button {
    background: var(--white);
    font-family: Poppins-f, sans-serif;
    font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .2em;
    color: var(--black);
    border: 0;
    padding: 29px 20px 29px 40px;
    border-radius: 8px;
    text-transform: uppercase
}

@media (min-width:1921px) {
    .visa-info__accordion .accordion-button {
        font-size: 17px
    }
}

@media (max-width:991px) {
    .visa-info__accordion .accordion-button {
        padding: 29px 20px 29px 30px
    }
}

@media (max-width:575px) {
    .visa-info__accordion .accordion-button {
        padding: 20px
    }
}

.visa-info__accordion .accordion-button:focus {
    border: 0;
    box-shadow: none
}

.visa-info__accordion .accordion-button:not(.collapsed) {
    font-family: Poppins-f, sans-serif;
    font-size: calc(14px + 3 * ((100vw - 320px) / 1600));
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .2em;
    color: var(--blue-light);
    box-shadow: none;
    border: 0;
    background: var(--white);
    padding: 0;
    padding: 29px 20px 30px 40px;
    border-radius: 10px;
    text-transform: uppercase
}

@media (min-width:1921px) {
    .visa-info__accordion .accordion-button:not(.collapsed) {
        font-size: 17px
    }
}

@media (max-width:991px) {
    .visa-info__accordion .accordion-button:not(.collapsed) {
        padding: 29px 20px 30px 30px
    }
}

@media (max-width:575px) {
    .visa-info__accordion .accordion-button:not(.collapsed) {
        padding: 20px
    }
}

.visa-info__accordion .accordion-button:not(.collapsed):after {
    transition: all 100ms ease;
    display: flex;
    align-items: center;
    background-image: url(/img/arrow__accordion.svg);
    transform: rotate(180deg)
}

.embassy__edit-info {
    position: relative;
    display: block;
    padding: 40px 120px 56px 40px
}

@media (max-width:991px) {
    .embassy__edit-info {
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .embassy__edit-info {
        padding-right: 24px
    }
}

@media (max-width:575px) {
    .embassy__edit-info {
        padding: 24px 14px 74px
    }
}

.btn-reset {
    right: 100px;
    background: transparent;
    color: var(--blue)
}

.btn-reset:hover,
.btn-save:hover {
    background: var(--blue);
    color: var(--white)
}

.form__save .form__input {
    padding-left: 37px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: left top 2px;
    margin-top: 40px
}

.form__save .form__textarea textarea {
    line-height: 1.5
}

.form__save .form__input label {
    text-transform: none
}

.form__save .form__input input,
.form__save .form__input textarea {
    padding-left: 15px;
    margin-bottom: 10px
}

.form__save .form__input input:last-child {
    margin-bottom: 10px
}

.form__save .form__input textarea:last-child {
    margin-bottom: 0
}

.edit-information .add__button {
    margin-left: 37px;
    margin-bottom: 0
}

.edit-information .embassy-mission__pb {
    margin-bottom: 0
}

.footer__body {
    background-color: #375ab4;
    background: linear-gradient(85deg, #375ab4 8%, #3b65b8 33%, #3b66b9 35%, #3d74c4 59%, #40cdde);
    padding: 32px 5.3% 23px
}

@media (max-width:1800px) {
    .footer__body {
        padding-left: 0;
        padding-right: 0
    }
}

.footer__row1 {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .footer__row1 {
        display: block
    }
}

.footer__row1 a,
.footer__row1 p {
    color: hsla(0, 0%, 100%, .5);
    font-family: Poppins-f, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2
}

@media (max-width:1098px) {
    .footer__row1 a,
    .footer__row1 p {
        font-size: 12px
    }
}

.footer__row1 a {
    transition: all 100ms ease
}

.footer__row1 a:hover {
    color: #fff;
    text-decoration: none
}

.footer__terms {
    display: flex;
    width: 33.3%;
    justify-content: center
}

@media (max-width:991px) {
    .footer__terms {
        width: 100%
    }
}

.footer__terms li {
    padding-left: 15px;
    padding-right: 15px
}

.footer__copyright {
    width: 33.3%
}

@media (max-width:991px) {
    .footer__copyright {
        width: 100%;
        text-align: center
    }
}

.footer__developed {
    width: 33.3%;
    text-align: right
}

@media (max-width:991px) {
    .footer__developed {
        width: 100%;
        text-align: center
    }
}

.footer__row2 {
    padding-top: 10px
}

.footer-row2__soc-icon {
    display: flex;
    margin-left: 33.3%;
    margin-right: 33.3%;
    width: 33.3%;
    justify-content: center
}

.footer-row2__soc-icon li {
    padding-left: 5px;
    padding-right: 5px
}

.footer-row2__soc-icon li img {
    filter: brightness(1.2);
    width: 32px;
    height: 33px
}

.footer-row2__soc-icon li img:hover {
    filter: brightness(1.4)
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
    display: none
}

.gmnoprint div {
    background: none !important
}

.list-group-item {
    padding: 0;
    background-color: transparent;
    border: none
}

.list-group-item.active {
    background: transparent;
    border: none
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background: 0 0
}

.filterDiv {
    display: none
}

.show {
    display: block
}

.letter.active {
    color: var(--white);
    background: var(--blue-light);
    border: 1px solid var(--blue-light)
}

.embassies__link-wrapper {
    width: calc(50% - 12px)
}

@media (max-width:575px) {
    .embassies__link-wrapper {
        width: calc(50% - 8px)
    }
}

@media (max-width:575px) {
    .embassies__link-wrapper:not(:last-child) {
        margin-bottom: 20px
    }
}

.embassy__select-link {
    padding: 12px 24px;
    background: var(--white);
    display: block;
    border: 1px solid #ddd;
    transition: all 255ms ease;
    text-align: left
}

.embassy__select-link:hover {
    background: var(--blue-light);
    border: 1px solid var(--blue-light)
}

.embassy__select-link:hover span {
    color: var(--white)
}

@media (max-width:1279px) {
    .embassy__select-link {
        padding: 10px
    }
}

@media (max-width:575px) {
    .embassy__select-link {
        margin-left: 0;
        padding: 12px 14px
    }
}

.embassy__select-link:not(:last-child) {
    margin-bottom: 8px
}

.embassy__select-link.active {
    background: var(--blue-light);
    border: 1px solid var(--blue-light)
}

.embassy__select-link.active span {
    color: var(--white)
}

.embassy__select-link span {
    font-family: Inter-f, sans-serif;
    font-size: calc(10px + 6 * ((100vw - 320px) / 1600));
    font-weight: 800;
    line-height: 1.5;
    color: var(--blue-light);
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 0;
    transition: all 255ms ease
}

@media (max-width:575px) {
    .embassy__select-link span {
        font-size: 12px
    }
}

@media (min-width:1921px) {
    .embassy__select-link span {
        font-size: 16px
    }
}

.letter__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 20px
}

.country .letter__all {
    width: 80px;
    margin-bottom: 16px
}

@media (max-width:575px) {
    .country .letter__all {
        width: 95px
    }
}

.embassy-country__letters-block {
    margin-bottom: 40px
}

.embassy-country__letters-block .row {
    margin-left: -30px;
    margin-right: -30px
}

.mission {
    position: relative
}

/*# sourceMappingURL=main.min.css.map */