@charset "UTF-8";
/**
* @tableofcontents
*
* 1. Device landing pages common CSS
* 2. Two column layout style
* 3. Input tyle
*/
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,

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

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

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn.dropdown.open:not(:disabled):not(.disabled), .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.dropdown.open:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.dropdown.open:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.dropdown.open:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.dropdown.open:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success.dropdown.open:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.dropdown.open:not(:disabled):not(.disabled):focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info.dropdown.open:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.dropdown.open:not(:disabled):not(.disabled):focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning.dropdown.open:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.dropdown.open:not(:disabled):not(.disabled):focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger.dropdown.open:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.dropdown.open:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light.dropdown.open:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.dropdown.open:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark.dropdown.open:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.dropdown.open:not(:disabled):not(.disabled):focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.dropdown.open:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.dropdown.open:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.dropdown.open:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.dropdown.open:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.dropdown.open:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.dropdown.open:not(:disabled):not(.disabled):focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.dropdown.open:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.dropdown.open:not(:disabled):not(.disabled):focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.dropdown.open:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.dropdown.open:not(:disabled):not(.disabled):focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.dropdown.open:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.dropdown.open:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.dropdown.open:not(:disabled):not(.disabled), .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.dropdown.open:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.dropdown.open:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.dropdown.open:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active, .dropdown-item.dropdown.open {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.dropdown.open, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.dropdown.open,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before, .custom-control-input.dropdown.open ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active, .list-group-item-action.dropdown.open {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

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

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important; }

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

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

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

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

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

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

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

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

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

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

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

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

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

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

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

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

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

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

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

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

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

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

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

.p-2 {
  padding: 0.5rem !important; }

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

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

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

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

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

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

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

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

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

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

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

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

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

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

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-SemiBoldItalic.eot");
  src: url("../../fonts/Mont/Mont-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-SemiBoldItalic.woff") format("woff"), url("../../fonts/Mont/Mont-SemiBoldItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-SemiBoldItalic.svg#Mont-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-ExtraLight.eot");
  src: url("../../fonts/Mont/Mont-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-ExtraLight.woff2") format("woff2"), url("../../fonts/Mont/Mont-ExtraLight.woff") format("woff"), url("../../fonts/Mont/Mont-ExtraLight.ttf") format("truetype"), url("../../fonts/Mont/Mont-ExtraLight.svg#Mont-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-RegularItalic.eot");
  src: url("../../fonts/Mont/Mont-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-RegularItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-RegularItalic.woff") format("woff"), url("../../fonts/Mont/Mont-RegularItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-RegularItalic.svg#Mont-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-BlackItalic.eot");
  src: url("../../fonts/Mont/Mont-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-BlackItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-BlackItalic.woff") format("woff"), url("../../fonts/Mont/Mont-BlackItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-BlackItalic.svg#Mont-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-ThinItalic.eot");
  src: url("../../fonts/Mont/Mont-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-ThinItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-ThinItalic.woff") format("woff"), url("../../fonts/Mont/Mont-ThinItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-ThinItalic.svg#Mont-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-Heavy.eot");
  src: url("../../fonts/Mont/Mont-Heavy.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-Heavy.woff2") format("woff2"), url("../../fonts/Mont/Mont-Heavy.woff") format("woff"), url("../../fonts/Mont/Mont-Heavy.ttf") format("truetype"), url("../../fonts/Mont/Mont-Heavy.svg#Mont-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-Regular.eot");
  src: url("../../fonts/Mont/Mont-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-Regular.woff2") format("woff2"), url("../../fonts/Mont/Mont-Regular.woff") format("woff"), url("../../fonts/Mont/Mont-Regular.ttf") format("truetype"), url("../../fonts/Mont/Mont-Regular.svg#Mont-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-Light.eot");
  src: url("../../fonts/Mont/Mont-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-Light.woff2") format("woff2"), url("../../fonts/Mont/Mont-Light.woff") format("woff"), url("../../fonts/Mont/Mont-Light.ttf") format("truetype"), url("../../fonts/Mont/Mont-Light.svg#Mont-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-SemiBold.eot");
  src: url("../../fonts/Mont/Mont-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-SemiBold.woff2") format("woff2"), url("../../fonts/Mont/Mont-SemiBold.woff") format("woff"), url("../../fonts/Mont/Mont-SemiBold.ttf") format("truetype"), url("../../fonts/Mont/Mont-SemiBold.svg#Mont-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-BoldItalic.eot");
  src: url("../../fonts/Mont/Mont-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-BoldItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-BoldItalic.woff") format("woff"), url("../../fonts/Mont/Mont-BoldItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-BoldItalic.svg#Mont-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-Bold.eot");
  src: url("../../fonts/Mont/Mont-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-Bold.woff2") format("woff2"), url("../../fonts/Mont/Mont-Bold.woff") format("woff"), url("../../fonts/Mont/Mont-Bold.ttf") format("truetype"), url("../../fonts/Mont/Mont-Bold.svg#Mont-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-LightItalic.eot");
  src: url("../../fonts/Mont/Mont-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-LightItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-LightItalic.woff") format("woff"), url("../../fonts/Mont/Mont-LightItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-LightItalic.svg#Mont-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-ExtraLightItalic.eot");
  src: url("../../fonts/Mont/Mont-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-ExtraLightItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-ExtraLightItalic.woff") format("woff"), url("../../fonts/Mont/Mont-ExtraLightItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-ExtraLightItalic.svg#Mont-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-HeavyItalic.eot");
  src: url("../../fonts/Mont/Mont-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-HeavyItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-HeavyItalic.woff") format("woff"), url("../../fonts/Mont/Mont-HeavyItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-HeavyItalic.svg#Mont-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-Thin.eot");
  src: url("../../fonts/Mont/Mont-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-Thin.woff2") format("woff2"), url("../../fonts/Mont/Mont-Thin.woff") format("woff"), url("../../fonts/Mont/Mont-Thin.ttf") format("truetype"), url("../../fonts/Mont/Mont-Thin.svg#Mont-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mont';
  src: url("../../fonts/Mont/Mont-Black.eot");
  src: url("../../fonts/Mont/Mont-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-Black.woff2") format("woff2"), url("../../fonts/Mont/Mont-Black.woff") format("woff"), url("../../fonts/Mont/Mont-Black.ttf") format("truetype"), url("../../fonts/Mont/Mont-Black.svg#Mont-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Mont Book';
  src: url("../../fonts/Mont/Mont-BookItalic.eot");
  src: url("../../fonts/Mont/Mont-BookItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-BookItalic.woff2") format("woff2"), url("../../fonts/Mont/Mont-BookItalic.woff") format("woff"), url("../../fonts/Mont/Mont-BookItalic.ttf") format("truetype"), url("../../fonts/Mont/Mont-BookItalic.svg#Mont-BookItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Mont Book';
  src: url("../../fonts/Mont/Mont-Book.eot");
  src: url("../../fonts/Mont/Mont-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mont/Mont-Book.woff2") format("woff2"), url("../../fonts/Mont/Mont-Book.woff") format("woff"), url("../../fonts/Mont/Mont-Book.ttf") format("truetype"), url("../../fonts/Mont/Mont-Book.svg#Mont-Book") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-BlackItalic.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-BlackItalic.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-BlackItalic.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-BlackItalic.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-BlackItalic.svg#SofiaPro-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-SemiBold.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-SemiBold.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-SemiBold.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-SemiBold.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-SemiBold.svg#SofiaPro-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaProExtraLight-Italic.eot");
  src: url("../../fonts/SofiaPro/SofiaProExtraLight-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaProExtraLight-Italic.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaProExtraLight-Italic.woff") format("woff"), url("../../fonts/SofiaPro/SofiaProExtraLight-Italic.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaProExtraLight-Italic.svg#SofiaProExtraLight-Italic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-UltraLight.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-UltraLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-UltraLight.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-UltraLight.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-UltraLight.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-UltraLight.svg#SofiaPro-UltraLight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-BoldItalic.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-BoldItalic.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-BoldItalic.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-BoldItalic.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-BoldItalic.svg#SofiaPro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-UltraLightItalic.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-UltraLightItalic.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-UltraLightItalic.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-UltraLightItalic.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-UltraLightItalic.svg#SofiaPro-UltraLightItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro Semi';
  src: url("../../fonts/SofiaPro/SofiaPro-SemiBoldItalic.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-SemiBoldItalic.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-SemiBoldItalic.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-SemiBoldItalic.svg#SofiaPro-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-Black.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-Black.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-Black.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-Black.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-Black.svg#SofiaPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-Medium.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-Medium.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-Medium.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-Medium.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-Medium.svg#SofiaPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-Bold.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-Bold.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-Bold.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-Bold.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-Bold.svg#SofiaPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro Extra';
  src: url("../../fonts/SofiaPro/SofiaPro-ExtraLight.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-ExtraLight.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-ExtraLight.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-ExtraLight.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-ExtraLight.svg#SofiaPro-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-Light.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-Light.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-Light.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-Light.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-Light.svg#SofiaPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-LightItalic.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-LightItalic.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-LightItalic.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-LightItalic.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-LightItalic.svg#SofiaPro-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaProRegular.eot");
  src: url("../../fonts/SofiaPro/SofiaProRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaProRegular.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaProRegular.woff") format("woff"), url("../../fonts/SofiaPro/SofiaProRegular.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaProRegular.svg#SofiaProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-Italic.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-Italic.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-Italic.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-Italic.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-Italic.svg#SofiaPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Sofia Pro';
  src: url("../../fonts/SofiaPro/SofiaPro-MediumItalic.eot");
  src: url("../../fonts/SofiaPro/SofiaPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/SofiaPro/SofiaPro-MediumItalic.woff2") format("woff2"), url("../../fonts/SofiaPro/SofiaPro-MediumItalic.woff") format("woff"), url("../../fonts/SofiaPro/SofiaPro-MediumItalic.ttf") format("truetype"), url("../../fonts/SofiaPro/SofiaPro-MediumItalic.svg#SofiaPro-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'hussar_previewbold';
  src: url("../../fonts/hussar/hussarbdrc2-webfont.woff2") format("woff2"), url("../../fonts/hussar/hussarbdrc2-webfont.woff") format("woff"), url("../../fonts/hussar/hussarbdrc2-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'LIBRARY 3 AM soft Regular';
  font-style: normal;
  font-weight: normal;
  src: local("LIBRARY 3 AM soft Regular"), url("../../fonts/library/Library 3 am soft.woff") format("woff"); }
@font-face {
  font-family: 'LIBRARY 3 AM Regular';
  font-style: normal;
  font-weight: normal;
  src: local("LIBRARY 3 AM Regular"), url("../../fonts/library/Library 3 am.woff") format("woff"); }
@font-face {
  font-family: 'Doctor Glitch Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Doctor Glitch Regular"), url("../../fonts/doctor-glitch/Doctor Glitch.woff") format("woff"); }
@font-face {
  font-family: 'Tall-Dark-And-Handsome-Condensed';
  src: url("../../fonts/TallDarkAndHandsome/Tall-Dark-And-Handsome-Condensed.ttf.woff") format("woff"), url("../../fonts/TallDarkAndHandsome/Tall-Dark-And-Handsome-Condensed.ttf.svg#Tall-Dark-And-Handsome-Condensed") format("svg"), url("../../fonts/TallDarkAndHandsome/Tall-Dark-And-Handsome-Condensed.ttf.eot"), url("../../fonts/TallDarkAndHandsome/Tall-Dark-And-Handsome-Condensed.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Vanadine-Bold';
  src: url("../../fonts/Vanadine/Vanadine-Bold.ttf.woff") format("woff"), url("../../fonts/Vanadine/Vanadine-Bold.ttf.svg#Vanadine-Bold") format("svg"), url("../../fonts/Vanadine/Vanadine-Bold.ttf.eot"), url("../../fonts/Vanadine/Vanadine-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'quantifybold';
  src: url("../../fonts/quantify/quantify-bold-webfont.woff2") format("woff2"), url("../../fonts/quantify/quantify-bold-webfont.woff") format("woff"), url("../../fonts/quantify/quantify-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'DK Spiced Pumpkin Regular';
  src: url("../../fonts/dkspiced/DkSpicedPumpkinRegular-rKD9.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'al kisah Regular';
  src: url("../../fonts/alkisah/al kisah.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Regular"), url("../../fonts/poppins/Poppins-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Italic"), url("../../fonts/poppins/Poppins-Italic.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Thin';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Thin"), url("../../fonts/poppins/Poppins-Thin.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Thin Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Thin Italic"), url("../../fonts/poppins/Poppins-ThinItalic.woff") format("woff"); }
@font-face {
  font-family: 'Poppins ExtraLight';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins ExtraLight"), url("../../fonts/poppins/Poppins-ExtraLight.woff") format("woff"); }
@font-face {
  font-family: 'Poppins ExtraLight Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins ExtraLight Italic"), url("../../fonts/poppins/Poppins-ExtraLightItalic.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Light';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Light"), url("../../fonts/poppins/Poppins-Light.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Light Italic"), url("../../fonts/poppins/Poppins-LightItalic.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Medium"), url("../../fonts/poppins/Poppins-Medium.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Medium Italic"), url("../../fonts/poppins/Poppins-MediumItalic.woff") format("woff"); }
@font-face {
  font-family: 'Poppins SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins SemiBold"), url("../../fonts/poppins/Poppins-SemiBold.woff") format("woff"); }
@font-face {
  font-family: 'Poppins SemiBold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins SemiBold Italic"), url("../../fonts/poppins/Poppins-SemiBoldItalic.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Bold"), url("../../fonts/poppins/Poppins-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Bold Italic"), url("../../fonts/poppins/Poppins-BoldItalic.woff") format("woff"); }
@font-face {
  font-family: 'Poppins ExtraBold';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins ExtraBold"), url("../../fonts/poppins/Poppins-ExtraBold.woff") format("woff"); }
@font-face {
  font-family: 'Poppins ExtraBold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins ExtraBold Italic"), url("../../fonts/poppins/Poppins-ExtraBoldItalic.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Black';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Black"), url("../../fonts/poppins/Poppins-Black.woff") format("woff"); }
@font-face {
  font-family: 'Poppins Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Poppins Black Italic"), url("../../fonts/poppins/Poppins-BlackItalic.woff") format("woff"); }
@font-face {
  font-family: 'Neon Planet';
  src: url("../../fonts/neon/neonplanetdisplay-eagmr.woff2") format("woff2"), url("../../fonts/neon/neonplanetdisplay-eagmr.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../../fonts/Neue/HelveticaNeue.ttf") format("woff2"), url("../../fonts/Neue/HelveticaNeue.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../../fonts/Neue/HelveticaNeueBd.ttf") format("woff2"), url("../../fonts/Neue/HelveticaNeueBd.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  display: swap; }
    
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../../fonts/Neue/HelveticaNeue-Condensed.otf") format("woff2"), url("../../fonts/Neue/HelveticaNeue-Condensed.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../../fonts/Neue/HelveticaNeueHv.ttf") format("woff2"), url("../../fonts/Neue/HelveticaNeueHv.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../../fonts/Neue/HelveticaNeue-Light.otf") format("woff2"), url("../../fonts/Neue/HelveticaNeue-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  display: swap; }
@font-face {
 font-family: 'Helvetica Neue';
 src: url("../../fonts/Neue/HelveticaNeueMed.ttf") format("woff2"), url("../../fonts/Neue/HelveticaNeueMed.ttf") format("ttf");
 font-weight: 500;
 font-style: normal;
 display: swap; }

/* cta bor spacing */
/*opacity*/
/*=========================== media query mixin=================*/
/*=========================== media query mixin=================*/
/*opacity*/
/*=========================== media query mixin=================*/
/*=========================== media query mixin=================*/
/* cta bor spacing */
.mar-t-0 {
  margin-top: 0px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-0 {
    margin-top: 0px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-0 {
    margin-top: 0px !important; } }

@media (min-width: 768px) {
  .md-mar-t-0 {
    margin-top: 0px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-0 {
    margin-top: 0px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-0 {
    margin-top: 0px !important; } }

.mar-b-0 {
  margin-bottom: 0px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-0 {
    margin-bottom: 0px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 768px) {
  .md-mar-b-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-0 {
    margin-bottom: 0px !important; } }

.mar-l-0 {
  margin-left: 0px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-0 {
    margin-left: 0px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-0 {
    margin-left: 0px !important; } }

@media (min-width: 768px) {
  .md-mar-l-0 {
    margin-left: 0px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-0 {
    margin-left: 0px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-0 {
    margin-left: 0px !important; } }

.mar-r-0 {
  margin-right: 0px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-0 {
    margin-right: 0px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-0 {
    margin-right: 0px !important; } }

@media (min-width: 768px) {
  .md-mar-r-0 {
    margin-right: 0px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-0 {
    margin-right: 0px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-0 {
    margin-right: 0px !important; } }

.mar-t-5 {
  margin-top: 5px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-5 {
    margin-top: 5px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-5 {
    margin-top: 5px !important; } }

@media (min-width: 768px) {
  .md-mar-t-5 {
    margin-top: 5px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-5 {
    margin-top: 5px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-5 {
    margin-top: 5px !important; } }

.mar-b-5 {
  margin-bottom: 5px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-5 {
    margin-bottom: 5px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-5 {
    margin-bottom: 5px !important; } }

@media (min-width: 768px) {
  .md-mar-b-5 {
    margin-bottom: 5px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-5 {
    margin-bottom: 5px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-5 {
    margin-bottom: 5px !important; } }

.mar-l-5 {
  margin-left: 5px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-5 {
    margin-left: 5px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-5 {
    margin-left: 5px !important; } }

@media (min-width: 768px) {
  .md-mar-l-5 {
    margin-left: 5px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-5 {
    margin-left: 5px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-5 {
    margin-left: 5px !important; } }

.mar-r-5 {
  margin-right: 5px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-5 {
    margin-right: 5px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-5 {
    margin-right: 5px !important; } }

@media (min-width: 768px) {
  .md-mar-r-5 {
    margin-right: 5px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-5 {
    margin-right: 5px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-5 {
    margin-right: 5px !important; } }

.mar-t-10 {
  margin-top: 10px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-10 {
    margin-top: 10px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-10 {
    margin-top: 10px !important; } }

@media (min-width: 768px) {
  .md-mar-t-10 {
    margin-top: 10px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-10 {
    margin-top: 10px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-10 {
    margin-top: 10px !important; } }

.mar-b-10 {
  margin-bottom: 10px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-10 {
    margin-bottom: 10px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 768px) {
  .md-mar-b-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-10 {
    margin-bottom: 10px !important; } }

.mar-l-10 {
  margin-left: 10px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-10 {
    margin-left: 10px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-10 {
    margin-left: 10px !important; } }

@media (min-width: 768px) {
  .md-mar-l-10 {
    margin-left: 10px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-10 {
    margin-left: 10px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-10 {
    margin-left: 10px !important; } }

.mar-r-10 {
  margin-right: 10px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-10 {
    margin-right: 10px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-10 {
    margin-right: 10px !important; } }

@media (min-width: 768px) {
  .md-mar-r-10 {
    margin-right: 10px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-10 {
    margin-right: 10px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-10 {
    margin-right: 10px !important; } }

.mar-t-15 {
  margin-top: 15px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-15 {
    margin-top: 15px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-15 {
    margin-top: 15px !important; } }

@media (min-width: 768px) {
  .md-mar-t-15 {
    margin-top: 15px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-15 {
    margin-top: 15px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-15 {
    margin-top: 15px !important; } }

.mar-b-15 {
  margin-bottom: 15px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-15 {
    margin-bottom: 15px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-15 {
    margin-bottom: 15px !important; } }

@media (min-width: 768px) {
  .md-mar-b-15 {
    margin-bottom: 15px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-15 {
    margin-bottom: 15px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-15 {
    margin-bottom: 15px !important; } }

.mar-l-15 {
  margin-left: 15px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-15 {
    margin-left: 15px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-15 {
    margin-left: 15px !important; } }

@media (min-width: 768px) {
  .md-mar-l-15 {
    margin-left: 15px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-15 {
    margin-left: 15px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-15 {
    margin-left: 15px !important; } }

.mar-r-15 {
  margin-right: 15px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-15 {
    margin-right: 15px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-15 {
    margin-right: 15px !important; } }

@media (min-width: 768px) {
  .md-mar-r-15 {
    margin-right: 15px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-15 {
    margin-right: 15px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-15 {
    margin-right: 15px !important; } }

.mar-t-20 {
  margin-top: 20px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-20 {
    margin-top: 20px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-20 {
    margin-top: 20px !important; } }

@media (min-width: 768px) {
  .md-mar-t-20 {
    margin-top: 20px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-20 {
    margin-top: 20px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-20 {
    margin-top: 20px !important; } }

.mar-b-20 {
  margin-bottom: 20px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-20 {
    margin-bottom: 20px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 768px) {
  .md-mar-b-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-20 {
    margin-bottom: 20px !important; } }

.mar-l-20 {
  margin-left: 20px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-20 {
    margin-left: 20px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-20 {
    margin-left: 20px !important; } }

@media (min-width: 768px) {
  .md-mar-l-20 {
    margin-left: 20px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-20 {
    margin-left: 20px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-20 {
    margin-left: 20px !important; } }

.mar-r-20 {
  margin-right: 20px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-20 {
    margin-right: 20px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-20 {
    margin-right: 20px !important; } }

@media (min-width: 768px) {
  .md-mar-r-20 {
    margin-right: 20px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-20 {
    margin-right: 20px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-20 {
    margin-right: 20px !important; } }

.mar-t-25 {
  margin-top: 25px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-25 {
    margin-top: 25px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-25 {
    margin-top: 25px !important; } }

@media (min-width: 768px) {
  .md-mar-t-25 {
    margin-top: 25px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-25 {
    margin-top: 25px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-25 {
    margin-top: 25px !important; } }

.mar-b-25 {
  margin-bottom: 25px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-25 {
    margin-bottom: 25px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-25 {
    margin-bottom: 25px !important; } }

@media (min-width: 768px) {
  .md-mar-b-25 {
    margin-bottom: 25px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-25 {
    margin-bottom: 25px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-25 {
    margin-bottom: 25px !important; } }

.mar-l-25 {
  margin-left: 25px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-25 {
    margin-left: 25px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-25 {
    margin-left: 25px !important; } }

@media (min-width: 768px) {
  .md-mar-l-25 {
    margin-left: 25px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-25 {
    margin-left: 25px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-25 {
    margin-left: 25px !important; } }

.mar-r-25 {
  margin-right: 25px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-25 {
    margin-right: 25px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-25 {
    margin-right: 25px !important; } }

@media (min-width: 768px) {
  .md-mar-r-25 {
    margin-right: 25px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-25 {
    margin-right: 25px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-25 {
    margin-right: 25px !important; } }

.mar-t-30 {
  margin-top: 30px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-30 {
    margin-top: 30px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-30 {
    margin-top: 30px !important; } }

@media (min-width: 768px) {
  .md-mar-t-30 {
    margin-top: 30px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-30 {
    margin-top: 30px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-30 {
    margin-top: 30px !important; } }

.mar-b-30 {
  margin-bottom: 30px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-30 {
    margin-bottom: 30px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .md-mar-b-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-30 {
    margin-bottom: 30px !important; } }

.mar-l-30 {
  margin-left: 30px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-30 {
    margin-left: 30px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-30 {
    margin-left: 30px !important; } }

@media (min-width: 768px) {
  .md-mar-l-30 {
    margin-left: 30px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-30 {
    margin-left: 30px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-30 {
    margin-left: 30px !important; } }

.mar-r-30 {
  margin-right: 30px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-30 {
    margin-right: 30px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-30 {
    margin-right: 30px !important; } }

@media (min-width: 768px) {
  .md-mar-r-30 {
    margin-right: 30px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-30 {
    margin-right: 30px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-30 {
    margin-right: 30px !important; } }

.mar-t-35 {
  margin-top: 35px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-35 {
    margin-top: 35px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-35 {
    margin-top: 35px !important; } }

@media (min-width: 768px) {
  .md-mar-t-35 {
    margin-top: 35px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-35 {
    margin-top: 35px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-35 {
    margin-top: 35px !important; } }

.mar-b-35 {
  margin-bottom: 35px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-35 {
    margin-bottom: 35px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-35 {
    margin-bottom: 35px !important; } }

@media (min-width: 768px) {
  .md-mar-b-35 {
    margin-bottom: 35px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-35 {
    margin-bottom: 35px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-35 {
    margin-bottom: 35px !important; } }

.mar-l-35 {
  margin-left: 35px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-35 {
    margin-left: 35px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-35 {
    margin-left: 35px !important; } }

@media (min-width: 768px) {
  .md-mar-l-35 {
    margin-left: 35px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-35 {
    margin-left: 35px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-35 {
    margin-left: 35px !important; } }

.mar-r-35 {
  margin-right: 35px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-35 {
    margin-right: 35px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-35 {
    margin-right: 35px !important; } }

@media (min-width: 768px) {
  .md-mar-r-35 {
    margin-right: 35px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-35 {
    margin-right: 35px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-35 {
    margin-right: 35px !important; } }

.mar-t-40 {
  margin-top: 40px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-40 {
    margin-top: 40px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-40 {
    margin-top: 40px !important; } }

@media (min-width: 768px) {
  .md-mar-t-40 {
    margin-top: 40px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-40 {
    margin-top: 40px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-40 {
    margin-top: 40px !important; } }

.mar-b-40 {
  margin-bottom: 40px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-40 {
    margin-bottom: 40px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 768px) {
  .md-mar-b-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-40 {
    margin-bottom: 40px !important; } }

.mar-l-40 {
  margin-left: 40px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-40 {
    margin-left: 40px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-40 {
    margin-left: 40px !important; } }

@media (min-width: 768px) {
  .md-mar-l-40 {
    margin-left: 40px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-40 {
    margin-left: 40px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-40 {
    margin-left: 40px !important; } }

.mar-r-40 {
  margin-right: 40px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-40 {
    margin-right: 40px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-40 {
    margin-right: 40px !important; } }

@media (min-width: 768px) {
  .md-mar-r-40 {
    margin-right: 40px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-40 {
    margin-right: 40px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-40 {
    margin-right: 40px !important; } }

.mar-t-45 {
  margin-top: 45px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-45 {
    margin-top: 45px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-45 {
    margin-top: 45px !important; } }

@media (min-width: 768px) {
  .md-mar-t-45 {
    margin-top: 45px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-45 {
    margin-top: 45px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-45 {
    margin-top: 45px !important; } }

.mar-b-45 {
  margin-bottom: 45px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-45 {
    margin-bottom: 45px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-45 {
    margin-bottom: 45px !important; } }

@media (min-width: 768px) {
  .md-mar-b-45 {
    margin-bottom: 45px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-45 {
    margin-bottom: 45px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-45 {
    margin-bottom: 45px !important; } }

.mar-l-45 {
  margin-left: 45px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-45 {
    margin-left: 45px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-45 {
    margin-left: 45px !important; } }

@media (min-width: 768px) {
  .md-mar-l-45 {
    margin-left: 45px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-45 {
    margin-left: 45px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-45 {
    margin-left: 45px !important; } }

.mar-r-45 {
  margin-right: 45px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-45 {
    margin-right: 45px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-45 {
    margin-right: 45px !important; } }

@media (min-width: 768px) {
  .md-mar-r-45 {
    margin-right: 45px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-45 {
    margin-right: 45px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-45 {
    margin-right: 45px !important; } }

.mar-t-50 {
  margin-top: 50px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-50 {
    margin-top: 50px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-50 {
    margin-top: 50px !important; } }

@media (min-width: 768px) {
  .md-mar-t-50 {
    margin-top: 50px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-50 {
    margin-top: 50px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-50 {
    margin-top: 50px !important; } }

.mar-b-50 {
  margin-bottom: 50px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-50 {
    margin-bottom: 50px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 768px) {
  .md-mar-b-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-50 {
    margin-bottom: 50px !important; } }

.mar-l-50 {
  margin-left: 50px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-50 {
    margin-left: 50px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-50 {
    margin-left: 50px !important; } }

@media (min-width: 768px) {
  .md-mar-l-50 {
    margin-left: 50px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-50 {
    margin-left: 50px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-50 {
    margin-left: 50px !important; } }

.mar-r-50 {
  margin-right: 50px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-50 {
    margin-right: 50px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-50 {
    margin-right: 50px !important; } }

@media (min-width: 768px) {
  .md-mar-r-50 {
    margin-right: 50px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-50 {
    margin-right: 50px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-50 {
    margin-right: 50px !important; } }

.mar-t-60 {
  margin-top: 60px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-60 {
    margin-top: 60px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-60 {
    margin-top: 60px !important; } }

@media (min-width: 768px) {
  .md-mar-t-60 {
    margin-top: 60px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-60 {
    margin-top: 60px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-60 {
    margin-top: 60px !important; } }

.mar-b-60 {
  margin-bottom: 60px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-60 {
    margin-bottom: 60px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 768px) {
  .md-mar-b-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-60 {
    margin-bottom: 60px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-60 {
    margin-bottom: 60px !important; } }

.mar-l-60 {
  margin-left: 60px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-60 {
    margin-left: 60px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-60 {
    margin-left: 60px !important; } }

@media (min-width: 768px) {
  .md-mar-l-60 {
    margin-left: 60px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-60 {
    margin-left: 60px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-60 {
    margin-left: 60px !important; } }

.mar-r-60 {
  margin-right: 60px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-60 {
    margin-right: 60px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-60 {
    margin-right: 60px !important; } }

@media (min-width: 768px) {
  .md-mar-r-60 {
    margin-right: 60px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-60 {
    margin-right: 60px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-60 {
    margin-right: 60px !important; } }

.mar-t-75 {
  margin-top: 75px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-75 {
    margin-top: 75px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-75 {
    margin-top: 75px !important; } }

@media (min-width: 768px) {
  .md-mar-t-75 {
    margin-top: 75px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-75 {
    margin-top: 75px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-75 {
    margin-top: 75px !important; } }

.mar-b-75 {
  margin-bottom: 75px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-75 {
    margin-bottom: 75px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-75 {
    margin-bottom: 75px !important; } }

@media (min-width: 768px) {
  .md-mar-b-75 {
    margin-bottom: 75px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-75 {
    margin-bottom: 75px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-75 {
    margin-bottom: 75px !important; } }

.mar-l-75 {
  margin-left: 75px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-75 {
    margin-left: 75px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-75 {
    margin-left: 75px !important; } }

@media (min-width: 768px) {
  .md-mar-l-75 {
    margin-left: 75px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-75 {
    margin-left: 75px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-75 {
    margin-left: 75px !important; } }

.mar-r-75 {
  margin-right: 75px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-75 {
    margin-right: 75px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-75 {
    margin-right: 75px !important; } }

@media (min-width: 768px) {
  .md-mar-r-75 {
    margin-right: 75px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-75 {
    margin-right: 75px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-75 {
    margin-right: 75px !important; } }

.mar-t-90 {
  margin-top: 90px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-90 {
    margin-top: 90px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-90 {
    margin-top: 90px !important; } }

@media (min-width: 768px) {
  .md-mar-t-90 {
    margin-top: 90px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-90 {
    margin-top: 90px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-90 {
    margin-top: 90px !important; } }

.mar-b-90 {
  margin-bottom: 90px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-90 {
    margin-bottom: 90px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-90 {
    margin-bottom: 90px !important; } }

@media (min-width: 768px) {
  .md-mar-b-90 {
    margin-bottom: 90px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-90 {
    margin-bottom: 90px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-90 {
    margin-bottom: 90px !important; } }

.mar-l-90 {
  margin-left: 90px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-90 {
    margin-left: 90px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-90 {
    margin-left: 90px !important; } }

@media (min-width: 768px) {
  .md-mar-l-90 {
    margin-left: 90px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-90 {
    margin-left: 90px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-90 {
    margin-left: 90px !important; } }

.mar-r-90 {
  margin-right: 90px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-90 {
    margin-right: 90px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-90 {
    margin-right: 90px !important; } }

@media (min-width: 768px) {
  .md-mar-r-90 {
    margin-right: 90px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-90 {
    margin-right: 90px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-90 {
    margin-right: 90px !important; } }

.mar-t-100 {
  margin-top: 100px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-100 {
    margin-top: 100px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-100 {
    margin-top: 100px !important; } }

@media (min-width: 768px) {
  .md-mar-t-100 {
    margin-top: 100px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-100 {
    margin-top: 100px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-100 {
    margin-top: 100px !important; } }

.mar-b-100 {
  margin-bottom: 100px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 768px) {
  .md-mar-b-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-100 {
    margin-bottom: 100px !important; } }

.mar-l-100 {
  margin-left: 100px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-100 {
    margin-left: 100px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-100 {
    margin-left: 100px !important; } }

@media (min-width: 768px) {
  .md-mar-l-100 {
    margin-left: 100px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-100 {
    margin-left: 100px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-100 {
    margin-left: 100px !important; } }

.mar-r-100 {
  margin-right: 100px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-100 {
    margin-right: 100px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-100 {
    margin-right: 100px !important; } }

@media (min-width: 768px) {
  .md-mar-r-100 {
    margin-right: 100px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-100 {
    margin-right: 100px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-100 {
    margin-right: 100px !important; } }

.mar-t-105 {
  margin-top: 105px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-105 {
    margin-top: 105px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-105 {
    margin-top: 105px !important; } }

@media (min-width: 768px) {
  .md-mar-t-105 {
    margin-top: 105px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-105 {
    margin-top: 105px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-105 {
    margin-top: 105px !important; } }

.mar-b-105 {
  margin-bottom: 105px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-105 {
    margin-bottom: 105px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-105 {
    margin-bottom: 105px !important; } }

@media (min-width: 768px) {
  .md-mar-b-105 {
    margin-bottom: 105px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-105 {
    margin-bottom: 105px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-105 {
    margin-bottom: 105px !important; } }

.mar-l-105 {
  margin-left: 105px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-105 {
    margin-left: 105px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-105 {
    margin-left: 105px !important; } }

@media (min-width: 768px) {
  .md-mar-l-105 {
    margin-left: 105px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-105 {
    margin-left: 105px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-105 {
    margin-left: 105px !important; } }

.mar-r-105 {
  margin-right: 105px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-105 {
    margin-right: 105px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-105 {
    margin-right: 105px !important; } }

@media (min-width: 768px) {
  .md-mar-r-105 {
    margin-right: 105px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-105 {
    margin-right: 105px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-105 {
    margin-right: 105px !important; } }

.mar-t-115 {
  margin-top: 115px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-115 {
    margin-top: 115px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-115 {
    margin-top: 115px !important; } }

@media (min-width: 768px) {
  .md-mar-t-115 {
    margin-top: 115px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-115 {
    margin-top: 115px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-115 {
    margin-top: 115px !important; } }

.mar-b-115 {
  margin-bottom: 115px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-115 {
    margin-bottom: 115px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-115 {
    margin-bottom: 115px !important; } }

@media (min-width: 768px) {
  .md-mar-b-115 {
    margin-bottom: 115px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-115 {
    margin-bottom: 115px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-115 {
    margin-bottom: 115px !important; } }

.mar-l-115 {
  margin-left: 115px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-115 {
    margin-left: 115px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-115 {
    margin-left: 115px !important; } }

@media (min-width: 768px) {
  .md-mar-l-115 {
    margin-left: 115px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-115 {
    margin-left: 115px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-115 {
    margin-left: 115px !important; } }

.mar-r-115 {
  margin-right: 115px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-115 {
    margin-right: 115px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-115 {
    margin-right: 115px !important; } }

@media (min-width: 768px) {
  .md-mar-r-115 {
    margin-right: 115px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-115 {
    margin-right: 115px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-115 {
    margin-right: 115px !important; } }

.mar-t-120 {
  margin-top: 120px !important; }

@media (max-width: 575.98px) {
  .xs-mar-t-120 {
    margin-top: 120px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-t-120 {
    margin-top: 120px !important; } }

@media (min-width: 768px) {
  .md-mar-t-120 {
    margin-top: 120px !important; } }

@media (min-width: 992px) {
  .lg-mar-t-120 {
    margin-top: 120px !important; } }

@media (min-width: 992px) {
  .xl-mar-t-120 {
    margin-top: 120px !important; } }

.mar-b-120 {
  margin-bottom: 120px !important; }

@media (max-width: 575.98px) {
  .xs-mar-b-120 {
    margin-bottom: 120px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-b-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 768px) {
  .md-mar-b-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 992px) {
  .lg-mar-b-120 {
    margin-bottom: 120px !important; } }

@media (min-width: 992px) {
  .xl-mar-b-120 {
    margin-bottom: 120px !important; } }

.mar-l-120 {
  margin-left: 120px !important; }

@media (max-width: 575.98px) {
  .xs-mar-l-120 {
    margin-left: 120px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-l-120 {
    margin-left: 120px !important; } }

@media (min-width: 768px) {
  .md-mar-l-120 {
    margin-left: 120px !important; } }

@media (min-width: 992px) {
  .lg-mar-l-120 {
    margin-left: 120px !important; } }

@media (min-width: 992px) {
  .xl-mar-l-120 {
    margin-left: 120px !important; } }

.mar-r-120 {
  margin-right: 120px !important; }

@media (max-width: 575.98px) {
  .xs-mar-r-120 {
    margin-right: 120px !important; } }

@media (max-width: 767.98px) {
  .sm-mar-r-120 {
    margin-right: 120px !important; } }

@media (min-width: 768px) {
  .md-mar-r-120 {
    margin-right: 120px !important; } }

@media (min-width: 992px) {
  .lg-mar-r-120 {
    margin-right: 120px !important; } }

@media (min-width: 992px) {
  .xl-mar-r-120 {
    margin-right: 120px !important; } }

.pad-t-0 {
  padding-top: 0px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-0 {
    padding-top: 0px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-0 {
    padding-top: 0px !important; } }

@media (min-width: 768px) {
  .md-pad-t-0 {
    padding-top: 0px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-0 {
    padding-top: 0px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-0 {
    padding-top: 0px !important; } }

.pad-b-0 {
  padding-bottom: 0px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-0 {
    padding-bottom: 0px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 768px) {
  .md-pad-b-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-0 {
    padding-bottom: 0px !important; } }

.pad-l-0 {
  padding-left: 0px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-0 {
    padding-left: 0px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-0 {
    padding-left: 0px !important; } }

@media (min-width: 768px) {
  .md-pad-l-0 {
    padding-left: 0px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-0 {
    padding-left: 0px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-0 {
    padding-left: 0px !important; } }

.pad-r-0 {
  padding-right: 0px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-0 {
    padding-right: 0px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-0 {
    padding-right: 0px !important; } }

@media (min-width: 768px) {
  .md-pad-r-0 {
    padding-right: 0px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-0 {
    padding-right: 0px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-0 {
    padding-right: 0px !important; } }

.pad-t-5 {
  padding-top: 5px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-5 {
    padding-top: 5px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-5 {
    padding-top: 5px !important; } }

@media (min-width: 768px) {
  .md-pad-t-5 {
    padding-top: 5px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-5 {
    padding-top: 5px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-5 {
    padding-top: 5px !important; } }

.pad-b-5 {
  padding-bottom: 5px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-5 {
    padding-bottom: 5px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-5 {
    padding-bottom: 5px !important; } }

@media (min-width: 768px) {
  .md-pad-b-5 {
    padding-bottom: 5px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-5 {
    padding-bottom: 5px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-5 {
    padding-bottom: 5px !important; } }

.pad-l-5 {
  padding-left: 5px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-5 {
    padding-left: 5px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-5 {
    padding-left: 5px !important; } }

@media (min-width: 768px) {
  .md-pad-l-5 {
    padding-left: 5px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-5 {
    padding-left: 5px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-5 {
    padding-left: 5px !important; } }

.pad-r-5 {
  padding-right: 5px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-5 {
    padding-right: 5px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-5 {
    padding-right: 5px !important; } }

@media (min-width: 768px) {
  .md-pad-r-5 {
    padding-right: 5px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-5 {
    padding-right: 5px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-5 {
    padding-right: 5px !important; } }

.pad-t-10 {
  padding-top: 10px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-10 {
    padding-top: 10px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-10 {
    padding-top: 10px !important; } }

@media (min-width: 768px) {
  .md-pad-t-10 {
    padding-top: 10px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-10 {
    padding-top: 10px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-10 {
    padding-top: 10px !important; } }

.pad-b-10 {
  padding-bottom: 10px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-10 {
    padding-bottom: 10px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 768px) {
  .md-pad-b-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-10 {
    padding-bottom: 10px !important; } }

.pad-l-10 {
  padding-left: 10px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-10 {
    padding-left: 10px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-10 {
    padding-left: 10px !important; } }

@media (min-width: 768px) {
  .md-pad-l-10 {
    padding-left: 10px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-10 {
    padding-left: 10px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-10 {
    padding-left: 10px !important; } }

.pad-r-10 {
  padding-right: 10px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-10 {
    padding-right: 10px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-10 {
    padding-right: 10px !important; } }

@media (min-width: 768px) {
  .md-pad-r-10 {
    padding-right: 10px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-10 {
    padding-right: 10px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-10 {
    padding-right: 10px !important; } }

.pad-t-15 {
  padding-top: 15px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-15 {
    padding-top: 15px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-15 {
    padding-top: 15px !important; } }

@media (min-width: 768px) {
  .md-pad-t-15 {
    padding-top: 15px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-15 {
    padding-top: 15px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-15 {
    padding-top: 15px !important; } }

.pad-b-15 {
  padding-bottom: 15px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-15 {
    padding-bottom: 15px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-15 {
    padding-bottom: 15px !important; } }

@media (min-width: 768px) {
  .md-pad-b-15 {
    padding-bottom: 15px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-15 {
    padding-bottom: 15px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-15 {
    padding-bottom: 15px !important; } }

.pad-l-15 {
  padding-left: 15px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-15 {
    padding-left: 15px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-15 {
    padding-left: 15px !important; } }

@media (min-width: 768px) {
  .md-pad-l-15 {
    padding-left: 15px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-15 {
    padding-left: 15px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-15 {
    padding-left: 15px !important; } }

.pad-r-15 {
  padding-right: 15px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-15 {
    padding-right: 15px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-15 {
    padding-right: 15px !important; } }

@media (min-width: 768px) {
  .md-pad-r-15 {
    padding-right: 15px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-15 {
    padding-right: 15px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-15 {
    padding-right: 15px !important; } }

.pad-t-20 {
  padding-top: 20px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-20 {
    padding-top: 20px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-20 {
    padding-top: 20px !important; } }

@media (min-width: 768px) {
  .md-pad-t-20 {
    padding-top: 20px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-20 {
    padding-top: 20px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-20 {
    padding-top: 20px !important; } }

.pad-b-20 {
  padding-bottom: 20px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-20 {
    padding-bottom: 20px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 768px) {
  .md-pad-b-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-20 {
    padding-bottom: 20px !important; } }

.pad-l-20 {
  padding-left: 20px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-20 {
    padding-left: 20px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-20 {
    padding-left: 20px !important; } }

@media (min-width: 768px) {
  .md-pad-l-20 {
    padding-left: 20px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-20 {
    padding-left: 20px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-20 {
    padding-left: 20px !important; } }

.pad-r-20 {
  padding-right: 20px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-20 {
    padding-right: 20px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-20 {
    padding-right: 20px !important; } }

@media (min-width: 768px) {
  .md-pad-r-20 {
    padding-right: 20px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-20 {
    padding-right: 20px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-20 {
    padding-right: 20px !important; } }

.pad-t-25 {
  padding-top: 25px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-25 {
    padding-top: 25px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-25 {
    padding-top: 25px !important; } }

@media (min-width: 768px) {
  .md-pad-t-25 {
    padding-top: 25px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-25 {
    padding-top: 25px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-25 {
    padding-top: 25px !important; } }

.pad-b-25 {
  padding-bottom: 25px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-25 {
    padding-bottom: 25px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-25 {
    padding-bottom: 25px !important; } }

@media (min-width: 768px) {
  .md-pad-b-25 {
    padding-bottom: 25px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-25 {
    padding-bottom: 25px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-25 {
    padding-bottom: 25px !important; } }

.pad-l-25 {
  padding-left: 25px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-25 {
    padding-left: 25px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-25 {
    padding-left: 25px !important; } }

@media (min-width: 768px) {
  .md-pad-l-25 {
    padding-left: 25px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-25 {
    padding-left: 25px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-25 {
    padding-left: 25px !important; } }

.pad-r-25 {
  padding-right: 25px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-25 {
    padding-right: 25px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-25 {
    padding-right: 25px !important; } }

@media (min-width: 768px) {
  .md-pad-r-25 {
    padding-right: 25px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-25 {
    padding-right: 25px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-25 {
    padding-right: 25px !important; } }

.pad-t-30 {
  padding-top: 30px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-30 {
    padding-top: 30px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-30 {
    padding-top: 30px !important; } }

@media (min-width: 768px) {
  .md-pad-t-30 {
    padding-top: 30px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-30 {
    padding-top: 30px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-30 {
    padding-top: 30px !important; } }

.pad-b-30 {
  padding-bottom: 30px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-30 {
    padding-bottom: 30px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .md-pad-b-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-30 {
    padding-bottom: 30px !important; } }

.pad-l-30 {
  padding-left: 30px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-30 {
    padding-left: 30px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-30 {
    padding-left: 30px !important; } }

@media (min-width: 768px) {
  .md-pad-l-30 {
    padding-left: 30px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-30 {
    padding-left: 30px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-30 {
    padding-left: 30px !important; } }

.pad-r-30 {
  padding-right: 30px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-30 {
    padding-right: 30px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-30 {
    padding-right: 30px !important; } }

@media (min-width: 768px) {
  .md-pad-r-30 {
    padding-right: 30px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-30 {
    padding-right: 30px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-30 {
    padding-right: 30px !important; } }

.pad-t-35 {
  padding-top: 35px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-35 {
    padding-top: 35px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-35 {
    padding-top: 35px !important; } }

@media (min-width: 768px) {
  .md-pad-t-35 {
    padding-top: 35px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-35 {
    padding-top: 35px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-35 {
    padding-top: 35px !important; } }

.pad-b-35 {
  padding-bottom: 35px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-35 {
    padding-bottom: 35px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-35 {
    padding-bottom: 35px !important; } }

@media (min-width: 768px) {
  .md-pad-b-35 {
    padding-bottom: 35px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-35 {
    padding-bottom: 35px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-35 {
    padding-bottom: 35px !important; } }

.pad-l-35 {
  padding-left: 35px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-35 {
    padding-left: 35px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-35 {
    padding-left: 35px !important; } }

@media (min-width: 768px) {
  .md-pad-l-35 {
    padding-left: 35px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-35 {
    padding-left: 35px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-35 {
    padding-left: 35px !important; } }

.pad-r-35 {
  padding-right: 35px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-35 {
    padding-right: 35px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-35 {
    padding-right: 35px !important; } }

@media (min-width: 768px) {
  .md-pad-r-35 {
    padding-right: 35px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-35 {
    padding-right: 35px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-35 {
    padding-right: 35px !important; } }

.pad-t-40 {
  padding-top: 40px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-40 {
    padding-top: 40px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-40 {
    padding-top: 40px !important; } }

@media (min-width: 768px) {
  .md-pad-t-40 {
    padding-top: 40px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-40 {
    padding-top: 40px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-40 {
    padding-top: 40px !important; } }

.pad-b-40 {
  padding-bottom: 40px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-40 {
    padding-bottom: 40px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 768px) {
  .md-pad-b-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-40 {
    padding-bottom: 40px !important; } }

.pad-l-40 {
  padding-left: 40px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-40 {
    padding-left: 40px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-40 {
    padding-left: 40px !important; } }

@media (min-width: 768px) {
  .md-pad-l-40 {
    padding-left: 40px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-40 {
    padding-left: 40px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-40 {
    padding-left: 40px !important; } }

.pad-r-40 {
  padding-right: 40px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-40 {
    padding-right: 40px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-40 {
    padding-right: 40px !important; } }

@media (min-width: 768px) {
  .md-pad-r-40 {
    padding-right: 40px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-40 {
    padding-right: 40px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-40 {
    padding-right: 40px !important; } }

.pad-t-45 {
  padding-top: 45px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-45 {
    padding-top: 45px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-45 {
    padding-top: 45px !important; } }

@media (min-width: 768px) {
  .md-pad-t-45 {
    padding-top: 45px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-45 {
    padding-top: 45px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-45 {
    padding-top: 45px !important; } }

.pad-b-45 {
  padding-bottom: 45px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-45 {
    padding-bottom: 45px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-45 {
    padding-bottom: 45px !important; } }

@media (min-width: 768px) {
  .md-pad-b-45 {
    padding-bottom: 45px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-45 {
    padding-bottom: 45px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-45 {
    padding-bottom: 45px !important; } }

.pad-l-45 {
  padding-left: 45px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-45 {
    padding-left: 45px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-45 {
    padding-left: 45px !important; } }

@media (min-width: 768px) {
  .md-pad-l-45 {
    padding-left: 45px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-45 {
    padding-left: 45px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-45 {
    padding-left: 45px !important; } }

.pad-r-45 {
  padding-right: 45px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-45 {
    padding-right: 45px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-45 {
    padding-right: 45px !important; } }

@media (min-width: 768px) {
  .md-pad-r-45 {
    padding-right: 45px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-45 {
    padding-right: 45px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-45 {
    padding-right: 45px !important; } }

.pad-t-50 {
  padding-top: 50px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-50 {
    padding-top: 50px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-50 {
    padding-top: 50px !important; } }

@media (min-width: 768px) {
  .md-pad-t-50 {
    padding-top: 50px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-50 {
    padding-top: 50px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-50 {
    padding-top: 50px !important; } }

.pad-b-50 {
  padding-bottom: 50px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-50 {
    padding-bottom: 50px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 768px) {
  .md-pad-b-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-50 {
    padding-bottom: 50px !important; } }

.pad-l-50 {
  padding-left: 50px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-50 {
    padding-left: 50px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-50 {
    padding-left: 50px !important; } }

@media (min-width: 768px) {
  .md-pad-l-50 {
    padding-left: 50px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-50 {
    padding-left: 50px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-50 {
    padding-left: 50px !important; } }

.pad-r-50 {
  padding-right: 50px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-50 {
    padding-right: 50px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-50 {
    padding-right: 50px !important; } }

@media (min-width: 768px) {
  .md-pad-r-50 {
    padding-right: 50px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-50 {
    padding-right: 50px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-50 {
    padding-right: 50px !important; } }

.pad-t-60 {
  padding-top: 60px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-60 {
    padding-top: 60px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-60 {
    padding-top: 60px !important; } }

@media (min-width: 768px) {
  .md-pad-t-60 {
    padding-top: 60px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-60 {
    padding-top: 60px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-60 {
    padding-top: 60px !important; } }

.pad-b-60 {
  padding-bottom: 60px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-60 {
    padding-bottom: 60px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 768px) {
  .md-pad-b-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-60 {
    padding-bottom: 60px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-60 {
    padding-bottom: 60px !important; } }

.pad-l-60 {
  padding-left: 60px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-60 {
    padding-left: 60px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-60 {
    padding-left: 60px !important; } }

@media (min-width: 768px) {
  .md-pad-l-60 {
    padding-left: 60px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-60 {
    padding-left: 60px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-60 {
    padding-left: 60px !important; } }

.pad-r-60 {
  padding-right: 60px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-60 {
    padding-right: 60px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-60 {
    padding-right: 60px !important; } }

@media (min-width: 768px) {
  .md-pad-r-60 {
    padding-right: 60px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-60 {
    padding-right: 60px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-60 {
    padding-right: 60px !important; } }

.pad-t-75 {
  padding-top: 75px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-75 {
    padding-top: 75px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-75 {
    padding-top: 75px !important; } }

@media (min-width: 768px) {
  .md-pad-t-75 {
    padding-top: 75px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-75 {
    padding-top: 75px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-75 {
    padding-top: 75px !important; } }

.pad-b-75 {
  padding-bottom: 75px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-75 {
    padding-bottom: 75px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-75 {
    padding-bottom: 75px !important; } }

@media (min-width: 768px) {
  .md-pad-b-75 {
    padding-bottom: 75px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-75 {
    padding-bottom: 75px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-75 {
    padding-bottom: 75px !important; } }

.pad-l-75 {
  padding-left: 75px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-75 {
    padding-left: 75px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-75 {
    padding-left: 75px !important; } }

@media (min-width: 768px) {
  .md-pad-l-75 {
    padding-left: 75px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-75 {
    padding-left: 75px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-75 {
    padding-left: 75px !important; } }

.pad-r-75 {
  padding-right: 75px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-75 {
    padding-right: 75px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-75 {
    padding-right: 75px !important; } }

@media (min-width: 768px) {
  .md-pad-r-75 {
    padding-right: 75px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-75 {
    padding-right: 75px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-75 {
    padding-right: 75px !important; } }

.pad-t-90 {
  padding-top: 90px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-90 {
    padding-top: 90px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-90 {
    padding-top: 90px !important; } }

@media (min-width: 768px) {
  .md-pad-t-90 {
    padding-top: 90px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-90 {
    padding-top: 90px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-90 {
    padding-top: 90px !important; } }

.pad-b-90 {
  padding-bottom: 90px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-90 {
    padding-bottom: 90px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-90 {
    padding-bottom: 90px !important; } }

@media (min-width: 768px) {
  .md-pad-b-90 {
    padding-bottom: 90px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-90 {
    padding-bottom: 90px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-90 {
    padding-bottom: 90px !important; } }

.pad-l-90 {
  padding-left: 90px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-90 {
    padding-left: 90px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-90 {
    padding-left: 90px !important; } }

@media (min-width: 768px) {
  .md-pad-l-90 {
    padding-left: 90px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-90 {
    padding-left: 90px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-90 {
    padding-left: 90px !important; } }

.pad-r-90 {
  padding-right: 90px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-90 {
    padding-right: 90px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-90 {
    padding-right: 90px !important; } }

@media (min-width: 768px) {
  .md-pad-r-90 {
    padding-right: 90px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-90 {
    padding-right: 90px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-90 {
    padding-right: 90px !important; } }

.pad-t-100 {
  padding-top: 100px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-100 {
    padding-top: 100px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-100 {
    padding-top: 100px !important; } }

@media (min-width: 768px) {
  .md-pad-t-100 {
    padding-top: 100px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-100 {
    padding-top: 100px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-100 {
    padding-top: 100px !important; } }

.pad-b-100 {
  padding-bottom: 100px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-100 {
    padding-bottom: 100px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 768px) {
  .md-pad-b-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-100 {
    padding-bottom: 100px !important; } }

.pad-l-100 {
  padding-left: 100px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-100 {
    padding-left: 100px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-100 {
    padding-left: 100px !important; } }

@media (min-width: 768px) {
  .md-pad-l-100 {
    padding-left: 100px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-100 {
    padding-left: 100px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-100 {
    padding-left: 100px !important; } }

.pad-r-100 {
  padding-right: 100px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-100 {
    padding-right: 100px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-100 {
    padding-right: 100px !important; } }

@media (min-width: 768px) {
  .md-pad-r-100 {
    padding-right: 100px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-100 {
    padding-right: 100px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-100 {
    padding-right: 100px !important; } }

.pad-t-105 {
  padding-top: 105px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-105 {
    padding-top: 105px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-105 {
    padding-top: 105px !important; } }

@media (min-width: 768px) {
  .md-pad-t-105 {
    padding-top: 105px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-105 {
    padding-top: 105px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-105 {
    padding-top: 105px !important; } }

.pad-b-105 {
  padding-bottom: 105px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-105 {
    padding-bottom: 105px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-105 {
    padding-bottom: 105px !important; } }

@media (min-width: 768px) {
  .md-pad-b-105 {
    padding-bottom: 105px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-105 {
    padding-bottom: 105px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-105 {
    padding-bottom: 105px !important; } }

.pad-l-105 {
  padding-left: 105px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-105 {
    padding-left: 105px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-105 {
    padding-left: 105px !important; } }

@media (min-width: 768px) {
  .md-pad-l-105 {
    padding-left: 105px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-105 {
    padding-left: 105px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-105 {
    padding-left: 105px !important; } }

.pad-r-105 {
  padding-right: 105px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-105 {
    padding-right: 105px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-105 {
    padding-right: 105px !important; } }

@media (min-width: 768px) {
  .md-pad-r-105 {
    padding-right: 105px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-105 {
    padding-right: 105px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-105 {
    padding-right: 105px !important; } }

.pad-t-115 {
  padding-top: 115px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-115 {
    padding-top: 115px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-115 {
    padding-top: 115px !important; } }

@media (min-width: 768px) {
  .md-pad-t-115 {
    padding-top: 115px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-115 {
    padding-top: 115px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-115 {
    padding-top: 115px !important; } }

.pad-b-115 {
  padding-bottom: 115px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-115 {
    padding-bottom: 115px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-115 {
    padding-bottom: 115px !important; } }

@media (min-width: 768px) {
  .md-pad-b-115 {
    padding-bottom: 115px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-115 {
    padding-bottom: 115px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-115 {
    padding-bottom: 115px !important; } }

.pad-l-115 {
  padding-left: 115px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-115 {
    padding-left: 115px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-115 {
    padding-left: 115px !important; } }

@media (min-width: 768px) {
  .md-pad-l-115 {
    padding-left: 115px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-115 {
    padding-left: 115px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-115 {
    padding-left: 115px !important; } }

.pad-r-115 {
  padding-right: 115px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-115 {
    padding-right: 115px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-115 {
    padding-right: 115px !important; } }

@media (min-width: 768px) {
  .md-pad-r-115 {
    padding-right: 115px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-115 {
    padding-right: 115px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-115 {
    padding-right: 115px !important; } }

.pad-t-120 {
  padding-top: 120px !important; }

@media (max-width: 575.98px) {
  .xs-pad-t-120 {
    padding-top: 120px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-t-120 {
    padding-top: 120px !important; } }

@media (min-width: 768px) {
  .md-pad-t-120 {
    padding-top: 120px !important; } }

@media (min-width: 992px) {
  .lg-pad-t-120 {
    padding-top: 120px !important; } }

@media (min-width: 992px) {
  .xl-pad-t-120 {
    padding-top: 120px !important; } }

.pad-b-120 {
  padding-bottom: 120px !important; }

@media (max-width: 575.98px) {
  .xs-pad-b-120 {
    padding-bottom: 120px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-b-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 768px) {
  .md-pad-b-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 992px) {
  .lg-pad-b-120 {
    padding-bottom: 120px !important; } }

@media (min-width: 992px) {
  .xl-pad-b-120 {
    padding-bottom: 120px !important; } }

.pad-l-120 {
  padding-left: 120px !important; }

@media (max-width: 575.98px) {
  .xs-pad-l-120 {
    padding-left: 120px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-l-120 {
    padding-left: 120px !important; } }

@media (min-width: 768px) {
  .md-pad-l-120 {
    padding-left: 120px !important; } }

@media (min-width: 992px) {
  .lg-pad-l-120 {
    padding-left: 120px !important; } }

@media (min-width: 992px) {
  .xl-pad-l-120 {
    padding-left: 120px !important; } }

.pad-r-120 {
  padding-right: 120px !important; }

@media (max-width: 575.98px) {
  .xs-pad-r-120 {
    padding-right: 120px !important; } }

@media (max-width: 767.98px) {
  .sm-pad-r-120 {
    padding-right: 120px !important; } }

@media (min-width: 768px) {
  .md-pad-r-120 {
    padding-right: 120px !important; } }

@media (min-width: 992px) {
  .lg-pad-r-120 {
    padding-right: 120px !important; } }

@media (min-width: 992px) {
  .xl-pad-r-120 {
    padding-right: 120px !important; } }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

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

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

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

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.max-none {
  max-width: none; }

@media (max-width: 575.98px) {
  .xs-max-none {
    max-width: none; } }

@media (max-width: 767.98px) {
  .sm-max-none {
    max-width: none; } }

@media (min-width: 768px) {
  .md-max-none {
    max-width: none; } }

@media (min-width: 992px) {
  .lg-max-none {
    max-width: none; } }

@media (min-width: 1200px) {
  .xl-max-none {
    max-width: none; } }

.max-100 {
  max-width: 100%; }

@media (max-width: 575.98px) {
  .xs-max-100 {
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .sm-max-100 {
    max-width: 100%; } }

@media (min-width: 768px) {
  .md-max-100 {
    max-width: 100%; } }

@media (min-width: 992px) {
  .lg-max-100 {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .xl-max-100 {
    max-width: 100%; } }

.max-100vw {
  max-width: 100vw; }

@media (max-width: 575.98px) {
  .xs-max-100vw {
    max-width: 100vw; } }

@media (max-width: 767.98px) {
  .sm-max-100vw {
    max-width: 100vw; } }

@media (min-width: 768px) {
  .md-max-100vw {
    max-width: 100vw; } }

@media (min-width: 992px) {
  .lg-max-100vw {
    max-width: 100vw; } }

@media (min-width: 1200px) {
  .xl-max-100vw {
    max-width: 100vw; } }

.max-95 {
  max-width: 95%; }

@media (max-width: 575.98px) {
  .xs-max-95 {
    max-width: 95%; } }

@media (max-width: 767.98px) {
  .sm-max-95 {
    max-width: 95%; } }

@media (min-width: 768px) {
  .md-max-95 {
    max-width: 95%; } }

@media (min-width: 992px) {
  .lg-max-95 {
    max-width: 95%; } }

@media (min-width: 1200px) {
  .xl-max-95 {
    max-width: 95%; } }

.max-95vw {
  max-width: 95vw; }

@media (max-width: 575.98px) {
  .xs-max-95vw {
    max-width: 95vw; } }

@media (max-width: 767.98px) {
  .sm-max-95vw {
    max-width: 95vw; } }

@media (min-width: 768px) {
  .md-max-95vw {
    max-width: 95vw; } }

@media (min-width: 992px) {
  .lg-max-95vw {
    max-width: 95vw; } }

@media (min-width: 1200px) {
  .xl-max-95vw {
    max-width: 95vw; } }

.max-90 {
  max-width: 90%; }

@media (max-width: 575.98px) {
  .xs-max-90 {
    max-width: 90%; } }

@media (max-width: 767.98px) {
  .sm-max-90 {
    max-width: 90%; } }

@media (min-width: 768px) {
  .md-max-90 {
    max-width: 90%; } }

@media (min-width: 992px) {
  .lg-max-90 {
    max-width: 90%; } }

@media (min-width: 1200px) {
  .xl-max-90 {
    max-width: 90%; } }

.max-90vw {
  max-width: 90vw; }

@media (max-width: 575.98px) {
  .xs-max-90vw {
    max-width: 90vw; } }

@media (max-width: 767.98px) {
  .sm-max-90vw {
    max-width: 90vw; } }

@media (min-width: 768px) {
  .md-max-90vw {
    max-width: 90vw; } }

@media (min-width: 992px) {
  .lg-max-90vw {
    max-width: 90vw; } }

@media (min-width: 1200px) {
  .xl-max-90vw {
    max-width: 90vw; } }

.max-85 {
  max-width: 85%; }

@media (max-width: 575.98px) {
  .xs-max-85 {
    max-width: 85%; } }

@media (max-width: 767.98px) {
  .sm-max-85 {
    max-width: 85%; } }

@media (min-width: 768px) {
  .md-max-85 {
    max-width: 85%; } }

@media (min-width: 992px) {
  .lg-max-85 {
    max-width: 85%; } }

@media (min-width: 1200px) {
  .xl-max-85 {
    max-width: 85%; } }

.max-85vw {
  max-width: 85vw; }

@media (max-width: 575.98px) {
  .xs-max-85vw {
    max-width: 85vw; } }

@media (max-width: 767.98px) {
  .sm-max-85vw {
    max-width: 85vw; } }

@media (min-width: 768px) {
  .md-max-85vw {
    max-width: 85vw; } }

@media (min-width: 992px) {
  .lg-max-85vw {
    max-width: 85vw; } }

@media (min-width: 1200px) {
  .xl-max-85vw {
    max-width: 85vw; } }

.max-80 {
  max-width: 80%; }

@media (max-width: 575.98px) {
  .xs-max-80 {
    max-width: 80%; } }

@media (max-width: 767.98px) {
  .sm-max-80 {
    max-width: 80%; } }

@media (min-width: 768px) {
  .md-max-80 {
    max-width: 80%; } }

@media (min-width: 992px) {
  .lg-max-80 {
    max-width: 80%; } }

@media (min-width: 1200px) {
  .xl-max-80 {
    max-width: 80%; } }

.max-80vw {
  max-width: 80vw; }

@media (max-width: 575.98px) {
  .xs-max-80vw {
    max-width: 80vw; } }

@media (max-width: 767.98px) {
  .sm-max-80vw {
    max-width: 80vw; } }

@media (min-width: 768px) {
  .md-max-80vw {
    max-width: 80vw; } }

@media (min-width: 992px) {
  .lg-max-80vw {
    max-width: 80vw; } }

@media (min-width: 1200px) {
  .xl-max-80vw {
    max-width: 80vw; } }

.max-75 {
  max-width: 75%; }

@media (max-width: 575.98px) {
  .xs-max-75 {
    max-width: 75%; } }

@media (max-width: 767.98px) {
  .sm-max-75 {
    max-width: 75%; } }

@media (min-width: 768px) {
  .md-max-75 {
    max-width: 75%; } }

@media (min-width: 992px) {
  .lg-max-75 {
    max-width: 75%; } }

@media (min-width: 1200px) {
  .xl-max-75 {
    max-width: 75%; } }

.max-75vw {
  max-width: 75vw; }

@media (max-width: 575.98px) {
  .xs-max-75vw {
    max-width: 75vw; } }

@media (max-width: 767.98px) {
  .sm-max-75vw {
    max-width: 75vw; } }

@media (min-width: 768px) {
  .md-max-75vw {
    max-width: 75vw; } }

@media (min-width: 992px) {
  .lg-max-75vw {
    max-width: 75vw; } }

@media (min-width: 1200px) {
  .xl-max-75vw {
    max-width: 75vw; } }

.max-70 {
  max-width: 70%; }

@media (max-width: 575.98px) {
  .xs-max-70 {
    max-width: 70%; } }

@media (max-width: 767.98px) {
  .sm-max-70 {
    max-width: 70%; } }

@media (min-width: 768px) {
  .md-max-70 {
    max-width: 70%; } }

@media (min-width: 992px) {
  .lg-max-70 {
    max-width: 70%; } }

@media (min-width: 1200px) {
  .xl-max-70 {
    max-width: 70%; } }

.max-70vw {
  max-width: 70vw; }

@media (max-width: 575.98px) {
  .xs-max-70vw {
    max-width: 70vw; } }

@media (max-width: 767.98px) {
  .sm-max-70vw {
    max-width: 70vw; } }

@media (min-width: 768px) {
  .md-max-70vw {
    max-width: 70vw; } }

@media (min-width: 992px) {
  .lg-max-70vw {
    max-width: 70vw; } }

@media (min-width: 1200px) {
  .xl-max-70vw {
    max-width: 70vw; } }

.max-65 {
  max-width: 65%; }

@media (max-width: 575.98px) {
  .xs-max-65 {
    max-width: 65%; } }

@media (max-width: 767.98px) {
  .sm-max-65 {
    max-width: 65%; } }

@media (min-width: 768px) {
  .md-max-65 {
    max-width: 65%; } }

@media (min-width: 992px) {
  .lg-max-65 {
    max-width: 65%; } }

@media (min-width: 1200px) {
  .xl-max-65 {
    max-width: 65%; } }

.max-65vw {
  max-width: 65vw; }

@media (max-width: 575.98px) {
  .xs-max-65vw {
    max-width: 65vw; } }

@media (max-width: 767.98px) {
  .sm-max-65vw {
    max-width: 65vw; } }

@media (min-width: 768px) {
  .md-max-65vw {
    max-width: 65vw; } }

@media (min-width: 992px) {
  .lg-max-65vw {
    max-width: 65vw; } }

@media (min-width: 1200px) {
  .xl-max-65vw {
    max-width: 65vw; } }

.max-60 {
  max-width: 60%; }

@media (max-width: 575.98px) {
  .xs-max-60 {
    max-width: 60%; } }

@media (max-width: 767.98px) {
  .sm-max-60 {
    max-width: 60%; } }

@media (min-width: 768px) {
  .md-max-60 {
    max-width: 60%; } }

@media (min-width: 992px) {
  .lg-max-60 {
    max-width: 60%; } }

@media (min-width: 1200px) {
  .xl-max-60 {
    max-width: 60%; } }

.max-60vw {
  max-width: 60vw; }

@media (max-width: 575.98px) {
  .xs-max-60vw {
    max-width: 60vw; } }

@media (max-width: 767.98px) {
  .sm-max-60vw {
    max-width: 60vw; } }

@media (min-width: 768px) {
  .md-max-60vw {
    max-width: 60vw; } }

@media (min-width: 992px) {
  .lg-max-60vw {
    max-width: 60vw; } }

@media (min-width: 1200px) {
  .xl-max-60vw {
    max-width: 60vw; } }

.max-55 {
  max-width: 55%; }

@media (max-width: 575.98px) {
  .xs-max-55 {
    max-width: 55%; } }

@media (max-width: 767.98px) {
  .sm-max-55 {
    max-width: 55%; } }

@media (min-width: 768px) {
  .md-max-55 {
    max-width: 55%; } }

@media (min-width: 992px) {
  .lg-max-55 {
    max-width: 55%; } }

@media (min-width: 1200px) {
  .xl-max-55 {
    max-width: 55%; } }

.max-55vw {
  max-width: 55vw; }

@media (max-width: 575.98px) {
  .xs-max-55vw {
    max-width: 55vw; } }

@media (max-width: 767.98px) {
  .sm-max-55vw {
    max-width: 55vw; } }

@media (min-width: 768px) {
  .md-max-55vw {
    max-width: 55vw; } }

@media (min-width: 992px) {
  .lg-max-55vw {
    max-width: 55vw; } }

@media (min-width: 1200px) {
  .xl-max-55vw {
    max-width: 55vw; } }

.max-50 {
  max-width: 50%; }

@media (max-width: 575.98px) {
  .xs-max-50 {
    max-width: 50%; } }

@media (max-width: 767.98px) {
  .sm-max-50 {
    max-width: 50%; } }

@media (min-width: 768px) {
  .md-max-50 {
    max-width: 50%; } }

@media (min-width: 992px) {
  .lg-max-50 {
    max-width: 50%; } }

@media (min-width: 1200px) {
  .xl-max-50 {
    max-width: 50%; } }

.max-50vw {
  max-width: 50vw; }

@media (max-width: 575.98px) {
  .xs-max-50vw {
    max-width: 50vw; } }

@media (max-width: 767.98px) {
  .sm-max-50vw {
    max-width: 50vw; } }

@media (min-width: 768px) {
  .md-max-50vw {
    max-width: 50vw; } }

@media (min-width: 992px) {
  .lg-max-50vw {
    max-width: 50vw; } }

@media (min-width: 1200px) {
  .xl-max-50vw {
    max-width: 50vw; } }

.max-45 {
  max-width: 45%; }

@media (max-width: 575.98px) {
  .xs-max-45 {
    max-width: 45%; } }

@media (max-width: 767.98px) {
  .sm-max-45 {
    max-width: 45%; } }

@media (min-width: 768px) {
  .md-max-45 {
    max-width: 45%; } }

@media (min-width: 992px) {
  .lg-max-45 {
    max-width: 45%; } }

@media (min-width: 1200px) {
  .xl-max-45 {
    max-width: 45%; } }

.max-45vw {
  max-width: 45vw; }

@media (max-width: 575.98px) {
  .xs-max-45vw {
    max-width: 45vw; } }

@media (max-width: 767.98px) {
  .sm-max-45vw {
    max-width: 45vw; } }

@media (min-width: 768px) {
  .md-max-45vw {
    max-width: 45vw; } }

@media (min-width: 992px) {
  .lg-max-45vw {
    max-width: 45vw; } }

@media (min-width: 1200px) {
  .xl-max-45vw {
    max-width: 45vw; } }

.max-40 {
  max-width: 40%; }

@media (max-width: 575.98px) {
  .xs-max-40 {
    max-width: 40%; } }

@media (max-width: 767.98px) {
  .sm-max-40 {
    max-width: 40%; } }

@media (min-width: 768px) {
  .md-max-40 {
    max-width: 40%; } }

@media (min-width: 992px) {
  .lg-max-40 {
    max-width: 40%; } }

@media (min-width: 1200px) {
  .xl-max-40 {
    max-width: 40%; } }

.max-40vw {
  max-width: 40vw; }

@media (max-width: 575.98px) {
  .xs-max-40vw {
    max-width: 40vw; } }

@media (max-width: 767.98px) {
  .sm-max-40vw {
    max-width: 40vw; } }

@media (min-width: 768px) {
  .md-max-40vw {
    max-width: 40vw; } }

@media (min-width: 992px) {
  .lg-max-40vw {
    max-width: 40vw; } }

@media (min-width: 1200px) {
  .xl-max-40vw {
    max-width: 40vw; } }

.max-35 {
  max-width: 35%; }

@media (max-width: 575.98px) {
  .xs-max-35 {
    max-width: 35%; } }

@media (max-width: 767.98px) {
  .sm-max-35 {
    max-width: 35%; } }

@media (min-width: 768px) {
  .md-max-35 {
    max-width: 35%; } }

@media (min-width: 992px) {
  .lg-max-35 {
    max-width: 35%; } }

@media (min-width: 1200px) {
  .xl-max-35 {
    max-width: 35%; } }

.max-35vw {
  max-width: 35vw; }

@media (max-width: 575.98px) {
  .xs-max-35vw {
    max-width: 35vw; } }

@media (max-width: 767.98px) {
  .sm-max-35vw {
    max-width: 35vw; } }

@media (min-width: 768px) {
  .md-max-35vw {
    max-width: 35vw; } }

@media (min-width: 992px) {
  .lg-max-35vw {
    max-width: 35vw; } }

@media (min-width: 1200px) {
  .xl-max-35vw {
    max-width: 35vw; } }

.max-30 {
  max-width: 30%; }

@media (max-width: 575.98px) {
  .xs-max-30 {
    max-width: 30%; } }

@media (max-width: 767.98px) {
  .sm-max-30 {
    max-width: 30%; } }

@media (min-width: 768px) {
  .md-max-30 {
    max-width: 30%; } }

@media (min-width: 992px) {
  .lg-max-30 {
    max-width: 30%; } }

@media (min-width: 1200px) {
  .xl-max-30 {
    max-width: 30%; } }

.max-30vw {
  max-width: 30vw; }

@media (max-width: 575.98px) {
  .xs-max-30vw {
    max-width: 30vw; } }

@media (max-width: 767.98px) {
  .sm-max-30vw {
    max-width: 30vw; } }

@media (min-width: 768px) {
  .md-max-30vw {
    max-width: 30vw; } }

@media (min-width: 992px) {
  .lg-max-30vw {
    max-width: 30vw; } }

@media (min-width: 1200px) {
  .xl-max-30vw {
    max-width: 30vw; } }

.max-25 {
  max-width: 25%; }

@media (max-width: 575.98px) {
  .xs-max-25 {
    max-width: 25%; } }

@media (max-width: 767.98px) {
  .sm-max-25 {
    max-width: 25%; } }

@media (min-width: 768px) {
  .md-max-25 {
    max-width: 25%; } }

@media (min-width: 992px) {
  .lg-max-25 {
    max-width: 25%; } }

@media (min-width: 1200px) {
  .xl-max-25 {
    max-width: 25%; } }

.max-25vw {
  max-width: 25vw; }

@media (max-width: 575.98px) {
  .xs-max-25vw {
    max-width: 25vw; } }

@media (max-width: 767.98px) {
  .sm-max-25vw {
    max-width: 25vw; } }

@media (min-width: 768px) {
  .md-max-25vw {
    max-width: 25vw; } }

@media (min-width: 992px) {
  .lg-max-25vw {
    max-width: 25vw; } }

@media (min-width: 1200px) {
  .xl-max-25vw {
    max-width: 25vw; } }

.max-20 {
  max-width: 20%; }

@media (max-width: 575.98px) {
  .xs-max-20 {
    max-width: 20%; } }

@media (max-width: 767.98px) {
  .sm-max-20 {
    max-width: 20%; } }

@media (min-width: 768px) {
  .md-max-20 {
    max-width: 20%; } }

@media (min-width: 992px) {
  .lg-max-20 {
    max-width: 20%; } }

@media (min-width: 1200px) {
  .xl-max-20 {
    max-width: 20%; } }

.max-20vw {
  max-width: 20vw; }

@media (max-width: 575.98px) {
  .xs-max-20vw {
    max-width: 20vw; } }

@media (max-width: 767.98px) {
  .sm-max-20vw {
    max-width: 20vw; } }

@media (min-width: 768px) {
  .md-max-20vw {
    max-width: 20vw; } }

@media (min-width: 992px) {
  .lg-max-20vw {
    max-width: 20vw; } }

@media (min-width: 1200px) {
  .xl-max-20vw {
    max-width: 20vw; } }

.max-15 {
  max-width: 15%; }

@media (max-width: 575.98px) {
  .xs-max-15 {
    max-width: 15%; } }

@media (max-width: 767.98px) {
  .sm-max-15 {
    max-width: 15%; } }

@media (min-width: 768px) {
  .md-max-15 {
    max-width: 15%; } }

@media (min-width: 992px) {
  .lg-max-15 {
    max-width: 15%; } }

@media (min-width: 1200px) {
  .xl-max-15 {
    max-width: 15%; } }

.max-15vw {
  max-width: 15vw; }

@media (max-width: 575.98px) {
  .xs-max-15vw {
    max-width: 15vw; } }

@media (max-width: 767.98px) {
  .sm-max-15vw {
    max-width: 15vw; } }

@media (min-width: 768px) {
  .md-max-15vw {
    max-width: 15vw; } }

@media (min-width: 992px) {
  .lg-max-15vw {
    max-width: 15vw; } }

@media (min-width: 1200px) {
  .xl-max-15vw {
    max-width: 15vw; } }

.max-10 {
  max-width: 10%; }

@media (max-width: 575.98px) {
  .xs-max-10 {
    max-width: 10%; } }

@media (max-width: 767.98px) {
  .sm-max-10 {
    max-width: 10%; } }

@media (min-width: 768px) {
  .md-max-10 {
    max-width: 10%; } }

@media (min-width: 992px) {
  .lg-max-10 {
    max-width: 10%; } }

@media (min-width: 1200px) {
  .xl-max-10 {
    max-width: 10%; } }

.max-10vw {
  max-width: 10vw; }

@media (max-width: 575.98px) {
  .xs-max-10vw {
    max-width: 10vw; } }

@media (max-width: 767.98px) {
  .sm-max-10vw {
    max-width: 10vw; } }

@media (min-width: 768px) {
  .md-max-10vw {
    max-width: 10vw; } }

@media (min-width: 992px) {
  .lg-max-10vw {
    max-width: 10vw; } }

@media (min-width: 1200px) {
  .xl-max-10vw {
    max-width: 10vw; } }

.max-5 {
  max-width: 5%; }

@media (max-width: 575.98px) {
  .xs-max-5 {
    max-width: 5%; } }

@media (max-width: 767.98px) {
  .sm-max-5 {
    max-width: 5%; } }

@media (min-width: 768px) {
  .md-max-5 {
    max-width: 5%; } }

@media (min-width: 992px) {
  .lg-max-5 {
    max-width: 5%; } }

@media (min-width: 1200px) {
  .xl-max-5 {
    max-width: 5%; } }

.max-5vw {
  max-width: 5vw; }

@media (max-width: 575.98px) {
  .xs-max-5vw {
    max-width: 5vw; } }

@media (max-width: 767.98px) {
  .sm-max-5vw {
    max-width: 5vw; } }

@media (min-width: 768px) {
  .md-max-5vw {
    max-width: 5vw; } }

@media (min-width: 992px) {
  .lg-max-5vw {
    max-width: 5vw; } }

@media (min-width: 1200px) {
  .xl-max-5vw {
    max-width: 5vw; } }

.bg-grey {
  background-color: #f5fbfc; }

.nopadding {
  padding: 0; }

section .sub-heading {
  font-size: 18px;
  max-width: 80%;
  margin: 20px auto; }
  @media (max-width: 767.98px) {
    section .sub-heading {
      max-width: 100%; } }

h1, h2 {
  font-family: 'Mont', sans-serif;
  font-weight: 600; }

h3, h4, h5, h6 {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 400; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 34px; }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 20px; }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 18px; } }

p {
  font-family: 'Sofia Pro';
  font-weight: 300;
  color: #535353;
  font-size: 18px;
  margin-bottom: 15px; }

.cta-box {
  text-align: center;
  display: inline-block;
  margin-top: 30px; }
  .cta-box span {
    font-size: 14px;
    font-weight: 300;
    color: #828282; }
  @media (max-width: 575.98px) {
    .cta-box {
      margin-top: 10px; } }

.btn {
  font-size: 22px;
  padding: 25px 60px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 60px;
  background-color: #878787;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  font-weight: 600;
  outline: none; }
  .btn.btn-global {
    background-color: #f27624; }
  .btn.btn-outline {
    background-color: transparent;
    border: 2px solid #1196e2;
    color: #1196e2; }
    .btn.btn-outline:hover {
      background: #1196e2;
      color: #FFF; }
  .btn.btn-outline.btn-arrow-right {
    padding: 23px 60px; }
    .btn.btn-outline.btn-arrow-right:after {
      background-image: url("../../images/cta-arrow-right-blue1.svg"); }
  .btn.btn-arrow-right:after {
    display: inline-block;
    content: ' ';
    background-image: url("../../images/cta-arrow-right-white.svg");
    height: 14px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 7px;
    transition: all .5s ease; }
  .btn:hover {
    background-color: #e26614;
    transition: all .5s ease; }
    .btn:hover::after {
      transform: translateX(5px);
      transition: all .5s ease; }
  .btn.btn-outline.btn-arrow-right:hover {
    padding: 25px 60px; }
    .btn.btn-outline.btn-arrow-right:hover:after {
      background-image: url("../../images/cta-arrow-right-white.svg"); }
  @media (max-width: 575.98px) {
    .btn {
      font-size: 18px;
      padding: 15px 40px;
      color: #fff;
      text-transform: uppercase;
      border-radius: 40px; } }

a:hover {
  text-decoration: none; }

.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

@-webkit-keyframes pulse {
  0% {
    stroke-width: 0; }
  70% {
    stroke-width: 5px; }
  100% {
    stroke-width: 0; } }
@keyframes pulse {
  0% {
    stroke-width: 0; }
  70% {
    stroke-width: 5px; }
  100% {
    stroke-width: 0; } }
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/*opacity*/
/*=========================== media query mixin=================*/
/*=========================== media query mixin=================*/
/* cta bor spacing */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/fontawesome/fa-regular-400.eot");
  src: url("../../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
  font-display: swap; }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/fontawesome/fa-solid-900.eot");
  src: url("../../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap; }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: ""; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: ""; }

.fa.fa-remove:before {
  content: ""; }

.fa.fa-close:before {
  content: ""; }

.fa.fa-gear:before {
  content: ""; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: ""; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: ""; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: ""; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: ""; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: ""; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: ""; }

.fa.fa-repeat:before {
  content: ""; }

.fa.fa-rotate-right:before {
  content: ""; }

.fa.fa-refresh:before {
  content: ""; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: ""; }

.fa.fa-video-camera:before {
  content: ""; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: ""; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-photo:before {
  content: ""; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-image:before {
  content: ""; }

.fa.fa-pencil:before {
  content: ""; }

.fa.fa-map-marker:before {
  content: ""; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: ""; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: ""; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: ""; }

.fa.fa-arrows:before {
  content: ""; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: ""; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: ""; }

.fa.fa-mail-forward:before {
  content: ""; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-warning:before {
  content: ""; }

.fa.fa-calendar:before {
  content: ""; }

.fa.fa-arrows-v:before {
  content: ""; }

.fa.fa-arrows-h:before {
  content: ""; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: ""; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: ""; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: ""; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: ""; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: ""; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: ""; }

.fa.fa-sign-out:before {
  content: ""; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: ""; }

.fa.fa-thumb-tack:before {
  content: ""; }

.fa.fa-external-link:before {
  content: ""; }

.fa.fa-sign-in:before {
  content: ""; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: ""; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: ""; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: ""; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: ""; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: ""; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-feed:before {
  content: ""; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: ""; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: ""; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: ""; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: ""; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: ""; }

.fa.fa-arrows-alt:before {
  content: ""; }

.fa.fa-group:before {
  content: ""; }

.fa.fa-chain:before {
  content: ""; }

.fa.fa-scissors:before {
  content: ""; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: ""; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: ""; }

.fa.fa-navicon:before {
  content: ""; }

.fa.fa-reorder:before {
  content: ""; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: ""; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-money:before {
  content: ""; }

.fa.fa-unsorted:before {
  content: ""; }

.fa.fa-sort-desc:before {
  content: ""; }

.fa.fa-sort-asc:before {
  content: ""; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: ""; }

.fa.fa-rotate-left:before {
  content: ""; }

.fa.fa-legal:before {
  content: ""; }

.fa.fa-tachometer:before {
  content: ""; }

.fa.fa-dashboard:before {
  content: ""; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: ""; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: ""; }

.fa.fa-flash:before {
  content: ""; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste:before {
  content: ""; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: ""; }

.fa.fa-exchange:before {
  content: ""; }

.fa.fa-cloud-download:before {
  content: ""; }

.fa.fa-cloud-upload:before {
  content: ""; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: ""; }

.fa.fa-cutlery:before {
  content: ""; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: ""; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: ""; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: ""; }

.fa.fa-tablet:before {
  content: ""; }

.fa.fa-mobile:before {
  content: ""; }

.fa.fa-mobile-phone:before {
  content: ""; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: ""; }

.fa.fa-mail-reply:before {
  content: ""; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: ""; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: ""; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: ""; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: ""; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: ""; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: ""; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: ""; }

.fa.fa-mail-reply-all:before {
  content: ""; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: ""; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: ""; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: ""; }

.fa.fa-code-fork:before {
  content: ""; }

.fa.fa-chain-broken:before {
  content: ""; }

.fa.fa-shield:before {
  content: ""; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: ""; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: ""; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: ""; }

.fa.fa-level-up:before {
  content: ""; }

.fa.fa-level-down:before {
  content: ""; }

.fa.fa-pencil-square:before {
  content: ""; }

.fa.fa-external-link-square:before {
  content: ""; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: ""; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: ""; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: ""; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: ""; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: ""; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: ""; }

.fa.fa-eur:before {
  content: ""; }

.fa.fa-euro:before {
  content: ""; }

.fa.fa-gbp:before {
  content: ""; }

.fa.fa-usd:before {
  content: ""; }

.fa.fa-dollar:before {
  content: ""; }

.fa.fa-inr:before {
  content: ""; }

.fa.fa-rupee:before {
  content: ""; }

.fa.fa-jpy:before {
  content: ""; }

.fa.fa-cny:before {
  content: ""; }

.fa.fa-rmb:before {
  content: ""; }

.fa.fa-yen:before {
  content: ""; }

.fa.fa-rub:before {
  content: ""; }

.fa.fa-ruble:before {
  content: ""; }

.fa.fa-rouble:before {
  content: ""; }

.fa.fa-krw:before {
  content: ""; }

.fa.fa-won:before {
  content: ""; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: ""; }

.fa.fa-file-text:before {
  content: ""; }

.fa.fa-sort-alpha-asc:before {
  content: ""; }

.fa.fa-sort-alpha-desc:before {
  content: ""; }

.fa.fa-sort-amount-asc:before {
  content: ""; }

.fa.fa-sort-amount-desc:before {
  content: ""; }

.fa.fa-sort-numeric-asc:before {
  content: ""; }

.fa.fa-sort-numeric-desc:before {
  content: ""; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: ""; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: ""; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: ""; }

.fa.fa-long-arrow-up:before {
  content: ""; }

.fa.fa-long-arrow-left:before {
  content: ""; }

.fa.fa-long-arrow-right:before {
  content: ""; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: ""; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: ""; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: ""; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: ""; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: ""; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: ""; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: ""; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: ""; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: ""; }

.fa.fa-turkish-lira:before {
  content: ""; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: ""; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: ""; }

.fa.fa-bank:before {
  content: ""; }

.fa.fa-mortar-board:before {
  content: ""; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: ""; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: ""; }

.fa.fa-cab:before {
  content: ""; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: ""; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: ""; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: ""; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: ""; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: ""; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: ""; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: ""; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: ""; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: ""; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: ""; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: ""; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: ""; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: ""; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: ""; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: ""; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: ""; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: ""; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: ""; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-support:before {
  content: ""; }

.fa.fa-circle-o-notch:before {
  content: ""; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: ""; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: ""; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: ""; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: ""; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: ""; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: ""; }

.fa.fa-send:before {
  content: ""; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: ""; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: ""; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: ""; }

.fa.fa-header:before {
  content: ""; }

.fa.fa-sliders:before {
  content: ""; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: ""; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: ""; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: ""; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: ""; }

.fa.fa-trash:before {
  content: ""; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: ""; }

.fa.fa-area-chart:before {
  content: ""; }

.fa.fa-pie-chart:before {
  content: ""; }

.fa.fa-line-chart:before {
  content: ""; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-cc:before {
  content: ""; }

.fa.fa-ils:before {
  content: ""; }

.fa.fa-shekel:before {
  content: ""; }

.fa.fa-sheqel:before {
  content: ""; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: ""; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: ""; }

.fa.fa-intersex:before {
  content: ""; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: ""; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: ""; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: ""; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: ""; }

.fa.fa-battery:before {
  content: ""; }

.fa.fa-battery-3:before {
  content: ""; }

.fa.fa-battery-2:before {
  content: ""; }

.fa.fa-battery-1:before {
  content: ""; }

.fa.fa-battery-0:before {
  content: ""; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: ""; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: ""; }

.fa.fa-hourglass-1:before {
  content: ""; }

.fa.fa-hourglass-2:before {
  content: ""; }

.fa.fa-hourglass-3:before {
  content: ""; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: ""; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: ""; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: ""; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: ""; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: ""; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: ""; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: ""; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: ""; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: ""; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: ""; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: ""; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: ""; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: ""; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: ""; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: ""; }

.fa.fa-commenting:before {
  content: ""; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: ""; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: ""; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: ""; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: ""; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: ""; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: ""; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: ""; }

.fa.fa-volume-control-phone:before {
  content: ""; }

.fa.fa-asl-interpreting:before {
  content: ""; }

.fa.fa-deafness:before {
  content: ""; }

.fa.fa-hard-of-hearing:before {
  content: ""; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: ""; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: ""; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: ""; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: ""; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: ""; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: ""; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: ""; }

.fa.fa-vcard:before {
  content: ""; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: ""; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: ""; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: ""; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: ""; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: ""; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: ""; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: ""; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: ""; }

.fa.fa-thermometer:before {
  content: ""; }

.fa.fa-thermometer-3:before {
  content: ""; }

.fa.fa-thermometer-2:before {
  content: ""; }

.fa.fa-thermometer-1:before {
  content: ""; }

.fa.fa-thermometer-0:before {
  content: ""; }

.fa.fa-bathtub:before {
  content: ""; }

.fa.fa-s15:before {
  content: ""; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: ""; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: ""; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: ""; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: ""; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: ""; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../fonts/fontawesome/fa-brands-400.eot");
  src: url("../../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: ""; }

.fa-accessible-icon:before {
  content: ""; }

.fa-accusoft:before {
  content: ""; }

.fa-acquisitions-incorporated:before {
  content: ""; }

.fa-ad:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-card:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-adobe:before {
  content: ""; }

.fa-adversal:before {
  content: ""; }

.fa-affiliatetheme:before {
  content: ""; }

.fa-air-freshener:before {
  content: ""; }

.fa-airbnb:before {
  content: ""; }

.fa-algolia:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-alipay:before {
  content: ""; }

.fa-allergies:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-amazon-pay:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-amilia:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angry:before {
  content: ""; }

.fa-angrycreative:before {
  content: ""; }

.fa-angular:before {
  content: ""; }

.fa-ankh:before {
  content: ""; }

.fa-app-store:before {
  content: ""; }

.fa-app-store-ios:before {
  content: ""; }

.fa-apper:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-apple-alt:before {
  content: ""; }

.fa-apple-pay:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-archway:before {
  content: ""; }

.fa-arrow-alt-circle-down:before {
  content: ""; }

.fa-arrow-alt-circle-left:before {
  content: ""; }

.fa-arrow-alt-circle-right:before {
  content: ""; }

.fa-arrow-alt-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-arrows-alt-h:before {
  content: ""; }

.fa-arrows-alt-v:before {
  content: ""; }

.fa-artstation:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-asymmetrik:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-atlas:before {
  content: ""; }

.fa-atlassian:before {
  content: ""; }

.fa-atom:before {
  content: ""; }

.fa-audible:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-autoprefixer:before {
  content: ""; }

.fa-avianex:before {
  content: ""; }

.fa-aviato:before {
  content: ""; }

.fa-award:before {
  content: ""; }

.fa-aws:before {
  content: ""; }

.fa-baby:before {
  content: ""; }

.fa-baby-carriage:before {
  content: ""; }

.fa-backspace:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-bacon:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-band-aid:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-baseball-ball:before {
  content: ""; }

.fa-basketball-ball:before {
  content: ""; }

.fa-bath:before {
  content: ""; }

.fa-battery-empty:before {
  content: ""; }

.fa-battery-full:before {
  content: ""; }

.fa-battery-half:before {
  content: ""; }

.fa-battery-quarter:before {
  content: ""; }

.fa-battery-three-quarters:before {
  content: ""; }

.fa-battle-net:before {
  content: ""; }

.fa-bed:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bezier-curve:before {
  content: ""; }

.fa-bible:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bimobject:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-biohazard:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitcoin:before {
  content: ""; }

.fa-bity:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-blackberry:before {
  content: ""; }

.fa-blender:before {
  content: ""; }

.fa-blender-phone:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-blog:before {
  content: ""; }

.fa-blogger:before {
  content: ""; }

.fa-blogger-b:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-bolt:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-bone:before {
  content: ""; }

.fa-bong:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-book-dead:before {
  content: ""; }

.fa-book-medical:before {
  content: ""; }

.fa-book-open:before {
  content: ""; }

.fa-book-reader:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-bootstrap:before {
  content: ""; }

.fa-bowling-ball:before {
  content: ""; }

.fa-box:before {
  content: ""; }

.fa-box-open:before {
  content: ""; }

.fa-boxes:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-brain:before {
  content: ""; }

.fa-bread-slice:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-briefcase-medical:before {
  content: ""; }

.fa-broadcast-tower:before {
  content: ""; }

.fa-broom:before {
  content: ""; }

.fa-brush:before {
  content: ""; }

.fa-btc:before {
  content: ""; }

.fa-buffer:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-burn:before {
  content: ""; }

.fa-buromobelexperte:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-bus-alt:before {
  content: ""; }

.fa-business-time:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-calendar-alt:before {
  content: ""; }

.fa-calendar-check:before {
  content: ""; }

.fa-calendar-day:before {
  content: ""; }

.fa-calendar-minus:before {
  content: ""; }

.fa-calendar-plus:before {
  content: ""; }

.fa-calendar-times:before {
  content: ""; }

.fa-calendar-week:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-campground:before {
  content: ""; }

.fa-canadian-maple-leaf:before {
  content: ""; }

.fa-candy-cane:before {
  content: ""; }

.fa-cannabis:before {
  content: ""; }

.fa-capsules:before {
  content: ""; }

.fa-car:before {
  content: ""; }

.fa-car-alt:before {
  content: ""; }

.fa-car-battery:before {
  content: ""; }

.fa-car-crash:before {
  content: ""; }

.fa-car-side:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-caret-square-down:before {
  content: ""; }

.fa-caret-square-left:before {
  content: ""; }

.fa-caret-square-right:before {
  content: ""; }

.fa-caret-square-up:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-carrot:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cash-register:before {
  content: ""; }

.fa-cat:before {
  content: ""; }

.fa-cc-amazon-pay:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-apple-pay:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-centercode:before {
  content: ""; }

.fa-centos:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-chair:before {
  content: ""; }

.fa-chalkboard:before {
  content: ""; }

.fa-chalkboard-teacher:before {
  content: ""; }

.fa-charging-station:before {
  content: ""; }

.fa-chart-area:before {
  content: ""; }

.fa-chart-bar:before {
  content: ""; }

.fa-chart-line:before {
  content: ""; }

.fa-chart-pie:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-check-double:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-cheese:before {
  content: ""; }

.fa-chess:before {
  content: ""; }

.fa-chess-bishop:before {
  content: ""; }

.fa-chess-board:before {
  content: ""; }

.fa-chess-king:before {
  content: ""; }

.fa-chess-knight:before {
  content: ""; }

.fa-chess-pawn:before {
  content: ""; }

.fa-chess-queen:before {
  content: ""; }

.fa-chess-rook:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-chromecast:before {
  content: ""; }

.fa-church:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-circle-notch:before {
  content: ""; }

.fa-city:before {
  content: ""; }

.fa-clinic-medical:before {
  content: ""; }

.fa-clipboard:before {
  content: ""; }

.fa-clipboard-check:before {
  content: ""; }

.fa-clipboard-list:before {
  content: ""; }

.fa-clock:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-closed-captioning:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-cloud-download-alt:before {
  content: ""; }

.fa-cloud-meatball:before {
  content: ""; }

.fa-cloud-moon:before {
  content: ""; }

.fa-cloud-moon-rain:before {
  content: ""; }

.fa-cloud-rain:before {
  content: ""; }

.fa-cloud-showers-heavy:before {
  content: ""; }

.fa-cloud-sun:before {
  content: ""; }

.fa-cloud-sun-rain:before {
  content: ""; }

.fa-cloud-upload-alt:before {
  content: ""; }

.fa-cloudscale:before {
  content: ""; }

.fa-cloudsmith:before {
  content: ""; }

.fa-cloudversify:before {
  content: ""; }

.fa-cocktail:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-code-branch:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cog:before {
  content: ""; }

.fa-cogs:before {
  content: ""; }

.fa-coins:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-comment-alt:before {
  content: ""; }

.fa-comment-dollar:before {
  content: ""; }

.fa-comment-dots:before {
  content: ""; }

.fa-comment-medical:before {
  content: ""; }

.fa-comment-slash:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-comments-dollar:before {
  content: ""; }

.fa-compact-disc:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-compress-arrows-alt:before {
  content: ""; }

.fa-concierge-bell:before {
  content: ""; }

.fa-confluence:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-cookie:before {
  content: ""; }

.fa-cookie-bite:before {
  content: ""; }

.fa-copy:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-couch:before {
  content: ""; }

.fa-cpanel:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-creative-commons-by:before {
  content: ""; }

.fa-creative-commons-nc:before {
  content: ""; }

.fa-creative-commons-nc-eu:before {
  content: ""; }

.fa-creative-commons-nc-jp:before {
  content: ""; }

.fa-creative-commons-nd:before {
  content: ""; }

.fa-creative-commons-pd:before {
  content: ""; }

.fa-creative-commons-pd-alt:before {
  content: ""; }

.fa-creative-commons-remix:before {
  content: ""; }

.fa-creative-commons-sa:before {
  content: ""; }

.fa-creative-commons-sampling:before {
  content: ""; }

.fa-creative-commons-sampling-plus:before {
  content: ""; }

.fa-creative-commons-share:before {
  content: ""; }

.fa-creative-commons-zero:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-critical-role:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-crop-alt:before {
  content: ""; }

.fa-cross:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-crow:before {
  content: ""; }

.fa-crown:before {
  content: ""; }

.fa-crutch:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-css3-alt:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-cut:before {
  content: ""; }

.fa-cuttlefish:before {
  content: ""; }

.fa-d-and-d:before {
  content: ""; }

.fa-d-and-d-beyond:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-deaf:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-democrat:before {
  content: ""; }

.fa-deploydog:before {
  content: ""; }

.fa-deskpro:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-dev:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-dharmachakra:before {
  content: ""; }

.fa-dhl:before {
  content: ""; }

.fa-diagnoses:before {
  content: ""; }

.fa-diaspora:before {
  content: ""; }

.fa-dice:before {
  content: ""; }

.fa-dice-d20:before {
  content: ""; }

.fa-dice-d6:before {
  content: ""; }

.fa-dice-five:before {
  content: ""; }

.fa-dice-four:before {
  content: ""; }

.fa-dice-one:before {
  content: ""; }

.fa-dice-six:before {
  content: ""; }

.fa-dice-three:before {
  content: ""; }

.fa-dice-two:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-digital-ocean:before {
  content: ""; }

.fa-digital-tachograph:before {
  content: ""; }

.fa-directions:before {
  content: ""; }

.fa-discord:before {
  content: ""; }

.fa-discourse:before {
  content: ""; }

.fa-divide:before {
  content: ""; }

.fa-dizzy:before {
  content: ""; }

.fa-dna:before {
  content: ""; }

.fa-dochub:before {
  content: ""; }

.fa-docker:before {
  content: ""; }

.fa-dog:before {
  content: ""; }

.fa-dollar-sign:before {
  content: ""; }

.fa-dolly:before {
  content: ""; }

.fa-dolly-flatbed:before {
  content: ""; }

.fa-donate:before {
  content: ""; }

.fa-door-closed:before {
  content: ""; }

.fa-door-open:before {
  content: ""; }

.fa-dot-circle:before {
  content: ""; }

.fa-dove:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-draft2digital:before {
  content: ""; }

.fa-drafting-compass:before {
  content: ""; }

.fa-dragon:before {
  content: ""; }

.fa-draw-polygon:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-dribbble-square:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-drum:before {
  content: ""; }

.fa-drum-steelpan:before {
  content: ""; }

.fa-drumstick-bite:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-dumbbell:before {
  content: ""; }

.fa-dumpster:before {
  content: ""; }

.fa-dumpster-fire:before {
  content: ""; }

.fa-dungeon:before {
  content: ""; }

.fa-dyalog:before {
  content: ""; }

.fa-earlybirds:before {
  content: ""; }

.fa-ebay:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-egg:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-elementor:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-ello:before {
  content: ""; }

.fa-ember:before {
  content: ""; }

.fa-empire:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-text:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-equals:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-erlang:before {
  content: ""; }

.fa-ethereum:before {
  content: ""; }

.fa-ethernet:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-euro-sign:before {
  content: ""; }

.fa-evernote:before {
  content: ""; }

.fa-exchange-alt:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-expand-arrows-alt:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-external-link-alt:before {
  content: ""; }

.fa-external-link-square-alt:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-dropper:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-facebook-f:before {
  content: ""; }

.fa-facebook-messenger:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-fantasy-flight-games:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-feather:before {
  content: ""; }

.fa-feather-alt:before {
  content: ""; }

.fa-fedex:before {
  content: ""; }

.fa-fedora:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-figma:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-alt:before {
  content: ""; }

.fa-file-archive:before {
  content: ""; }

.fa-file-audio:before {
  content: ""; }

.fa-file-code:before {
  content: ""; }

.fa-file-contract:before {
  content: ""; }

.fa-file-csv:before {
  content: ""; }

.fa-file-download:before {
  content: ""; }

.fa-file-excel:before {
  content: ""; }

.fa-file-export:before {
  content: ""; }

.fa-file-image:before {
  content: ""; }

.fa-file-import:before {
  content: ""; }

.fa-file-invoice:before {
  content: ""; }

.fa-file-invoice-dollar:before {
  content: ""; }

.fa-file-medical:before {
  content: ""; }

.fa-file-medical-alt:before {
  content: ""; }

.fa-file-pdf:before {
  content: ""; }

.fa-file-powerpoint:before {
  content: ""; }

.fa-file-prescription:before {
  content: ""; }

.fa-file-signature:before {
  content: ""; }

.fa-file-upload:before {
  content: ""; }

.fa-file-video:before {
  content: ""; }

.fa-file-word:before {
  content: ""; }

.fa-fill:before {
  content: ""; }

.fa-fill-drip:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-fingerprint:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-fire-alt:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-first-aid:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-first-order-alt:before {
  content: ""; }

.fa-firstdraft:before {
  content: ""; }

.fa-fish:before {
  content: ""; }

.fa-fist-raised:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-flag-usa:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-flipboard:before {
  content: ""; }

.fa-flushed:before {
  content: ""; }

.fa-fly:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-minus:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-folder-plus:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-font-awesome:before {
  content: ""; }

.fa-font-awesome-alt:before {
  content: ""; }

.fa-font-awesome-flag:before {
  content: ""; }

.fa-font-awesome-logo-full:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-fonticons-fi:before {
  content: ""; }

.fa-football-ball:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-fort-awesome-alt:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-freebsd:before {
  content: ""; }

.fa-frog:before {
  content: ""; }

.fa-frown:before {
  content: ""; }

.fa-frown-open:before {
  content: ""; }

.fa-fulcrum:before {
  content: ""; }

.fa-funnel-dollar:before {
  content: ""; }

.fa-futbol:before {
  content: ""; }

.fa-galactic-republic:before {
  content: ""; }

.fa-galactic-senate:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-gas-pump:before {
  content: ""; }

.fa-gavel:before {
  content: ""; }

.fa-gem:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-ghost:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-gifts:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-gitkraken:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-gitter:before {
  content: ""; }

.fa-glass-cheers:before {
  content: ""; }

.fa-glass-martini:before {
  content: ""; }

.fa-glass-martini-alt:before {
  content: ""; }

.fa-glass-whiskey:before {
  content: ""; }

.fa-glasses:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-globe-africa:before {
  content: ""; }

.fa-globe-americas:before {
  content: ""; }

.fa-globe-asia:before {
  content: ""; }

.fa-globe-europe:before {
  content: ""; }

.fa-gofore:before {
  content: ""; }

.fa-golf-ball:before {
  content: ""; }

.fa-goodreads:before {
  content: ""; }

.fa-goodreads-g:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-google-drive:before {
  content: ""; }

.fa-google-play:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-google-plus-g:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-gopuram:before {
  content: ""; }

.fa-graduation-cap:before {
  content: ""; }

.fa-gratipay:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-greater-than:before {
  content: ""; }

.fa-greater-than-equal:before {
  content: ""; }

.fa-grimace:before {
  content: ""; }

.fa-grin:before {
  content: ""; }

.fa-grin-alt:before {
  content: ""; }

.fa-grin-beam:before {
  content: ""; }

.fa-grin-beam-sweat:before {
  content: ""; }

.fa-grin-hearts:before {
  content: ""; }

.fa-grin-squint:before {
  content: ""; }

.fa-grin-squint-tears:before {
  content: ""; }

.fa-grin-stars:before {
  content: ""; }

.fa-grin-tears:before {
  content: ""; }

.fa-grin-tongue:before {
  content: ""; }

.fa-grin-tongue-squint:before {
  content: ""; }

.fa-grin-tongue-wink:before {
  content: ""; }

.fa-grin-wink:before {
  content: ""; }

.fa-grip-horizontal:before {
  content: ""; }

.fa-grip-lines:before {
  content: ""; }

.fa-grip-lines-vertical:before {
  content: ""; }

.fa-grip-vertical:before {
  content: ""; }

.fa-gripfire:before {
  content: ""; }

.fa-grunt:before {
  content: ""; }

.fa-guitar:before {
  content: ""; }

.fa-gulp:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-hacker-news-square:before {
  content: ""; }

.fa-hackerrank:before {
  content: ""; }

.fa-hamburger:before {
  content: ""; }

.fa-hammer:before {
  content: ""; }

.fa-hamsa:before {
  content: ""; }

.fa-hand-holding:before {
  content: ""; }

.fa-hand-holding-heart:before {
  content: ""; }

.fa-hand-holding-usd:before {
  content: ""; }

.fa-hand-lizard:before {
  content: ""; }

.fa-hand-middle-finger:before {
  content: ""; }

.fa-hand-paper:before {
  content: ""; }

.fa-hand-peace:before {
  content: ""; }

.fa-hand-point-down:before {
  content: ""; }

.fa-hand-point-left:before {
  content: ""; }

.fa-hand-point-right:before {
  content: ""; }

.fa-hand-point-up:before {
  content: ""; }

.fa-hand-pointer:before {
  content: ""; }

.fa-hand-rock:before {
  content: ""; }

.fa-hand-scissors:before {
  content: ""; }

.fa-hand-spock:before {
  content: ""; }

.fa-hands:before {
  content: ""; }

.fa-hands-helping:before {
  content: ""; }

.fa-handshake:before {
  content: ""; }

.fa-hanukiah:before {
  content: ""; }

.fa-hard-hat:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-hat-wizard:before {
  content: ""; }

.fa-haykal:before {
  content: ""; }

.fa-hdd:before {
  content: ""; }

.fa-heading:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-headphones-alt:before {
  content: ""; }

.fa-headset:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-heart-broken:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-helicopter:before {
  content: ""; }

.fa-highlighter:before {
  content: ""; }

.fa-hiking:before {
  content: ""; }

.fa-hippo:before {
  content: ""; }

.fa-hips:before {
  content: ""; }

.fa-hire-a-helper:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-hockey-puck:before {
  content: ""; }

.fa-holly-berry:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-hooli:before {
  content: ""; }

.fa-hornbill:before {
  content: ""; }

.fa-horse:before {
  content: ""; }

.fa-horse-head:before {
  content: ""; }

.fa-hospital:before {
  content: ""; }

.fa-hospital-alt:before {
  content: ""; }

.fa-hospital-symbol:before {
  content: ""; }

.fa-hot-tub:before {
  content: ""; }

.fa-hotdog:before {
  content: ""; }

.fa-hotel:before {
  content: ""; }

.fa-hotjar:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-start:before {
  content: ""; }

.fa-house-damage:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-hryvnia:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-hubspot:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-ice-cream:before {
  content: ""; }

.fa-icicles:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-id-card:before {
  content: ""; }

.fa-id-card-alt:before {
  content: ""; }

.fa-igloo:before {
  content: ""; }

.fa-image:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-infinity:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-intercom:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-invision:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-itch-io:before {
  content: ""; }

.fa-itunes:before {
  content: ""; }

.fa-itunes-note:before {
  content: ""; }

.fa-java:before {
  content: ""; }

.fa-jedi:before {
  content: ""; }

.fa-jedi-order:before {
  content: ""; }

.fa-jenkins:before {
  content: ""; }

.fa-jira:before {
  content: ""; }

.fa-joget:before {
  content: ""; }

.fa-joint:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-journal-whills:before {
  content: ""; }

.fa-js:before {
  content: ""; }

.fa-js-square:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-kaaba:before {
  content: ""; }

.fa-kaggle:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-keybase:before {
  content: ""; }

.fa-keyboard:before {
  content: ""; }

.fa-keycdn:before {
  content: ""; }

.fa-khanda:before {
  content: ""; }

.fa-kickstarter:before {
  content: ""; }

.fa-kickstarter-k:before {
  content: ""; }

.fa-kiss:before {
  content: ""; }

.fa-kiss-beam:before {
  content: ""; }

.fa-kiss-wink-heart:before {
  content: ""; }

.fa-kiwi-bird:before {
  content: ""; }

.fa-korvue:before {
  content: ""; }

.fa-landmark:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-laptop-code:before {
  content: ""; }

.fa-laptop-medical:before {
  content: ""; }

.fa-laravel:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-laugh:before {
  content: ""; }

.fa-laugh-beam:before {
  content: ""; }

.fa-laugh-squint:before {
  content: ""; }

.fa-laugh-wink:before {
  content: ""; }

.fa-layer-group:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-lemon:before {
  content: ""; }

.fa-less:before {
  content: ""; }

.fa-less-than:before {
  content: ""; }

.fa-less-than-equal:before {
  content: ""; }

.fa-level-down-alt:before {
  content: ""; }

.fa-level-up-alt:before {
  content: ""; }

.fa-life-ring:before {
  content: ""; }

.fa-lightbulb:before {
  content: ""; }

.fa-line:before {
  content: ""; }

.fa-link:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-linkedin-in:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-lira-sign:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-lock-open:before {
  content: ""; }

.fa-long-arrow-alt-down:before {
  content: ""; }

.fa-long-arrow-alt-left:before {
  content: ""; }

.fa-long-arrow-alt-right:before {
  content: ""; }

.fa-long-arrow-alt-up:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-luggage-cart:before {
  content: ""; }

.fa-lyft:before {
  content: ""; }

.fa-magento:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-mail-bulk:before {
  content: ""; }

.fa-mailchimp:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-mandalorian:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-map-marked:before {
  content: ""; }

.fa-map-marked-alt:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-map-marker-alt:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-markdown:before {
  content: ""; }

.fa-marker:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mask:before {
  content: ""; }

.fa-mastodon:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-medal:before {
  content: ""; }

.fa-medapps:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-medium-m:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-medrt:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.fa-megaport:before {
  content: ""; }

.fa-meh:before {
  content: ""; }

.fa-meh-blank:before {
  content: ""; }

.fa-meh-rolling-eyes:before {
  content: ""; }

.fa-memory:before {
  content: ""; }

.fa-mendeley:before {
  content: ""; }

.fa-menorah:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-meteor:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-alt:before {
  content: ""; }

.fa-microphone-alt-slash:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-microscope:before {
  content: ""; }

.fa-microsoft:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-mitten:before {
  content: ""; }

.fa-mix:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-mizuni:before {
  content: ""; }

.fa-mobile:before {
  content: ""; }

.fa-mobile-alt:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-monero:before {
  content: ""; }

.fa-money-bill:before {
  content: ""; }

.fa-money-bill-alt:before {
  content: ""; }

.fa-money-bill-wave:before {
  content: ""; }

.fa-money-bill-wave-alt:before {
  content: ""; }

.fa-money-check:before {
  content: ""; }

.fa-money-check-alt:before {
  content: ""; }

.fa-monument:before {
  content: ""; }

.fa-moon:before {
  content: ""; }

.fa-mortar-pestle:before {
  content: ""; }

.fa-mosque:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-mountain:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-mug-hot:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-napster:before {
  content: ""; }

.fa-neos:before {
  content: ""; }

.fa-network-wired:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-newspaper:before {
  content: ""; }

.fa-nimblr:before {
  content: ""; }

.fa-nintendo-switch:before {
  content: ""; }

.fa-node:before {
  content: ""; }

.fa-node-js:before {
  content: ""; }

.fa-not-equal:before {
  content: ""; }

.fa-notes-medical:before {
  content: ""; }

.fa-npm:before {
  content: ""; }

.fa-ns8:before {
  content: ""; }

.fa-nutritionix:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-oil-can:before {
  content: ""; }

.fa-old-republic:before {
  content: ""; }

.fa-om:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-osi:before {
  content: ""; }

.fa-otter:before {
  content: ""; }

.fa-outdent:before {
  content: ""; }

.fa-page4:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-pager:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-paint-roller:before {
  content: ""; }

.fa-palette:before {
  content: ""; }

.fa-palfed:before {
  content: ""; }

.fa-pallet:before {
  content: ""; }

.fa-paper-plane:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-parachute-box:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-parking:before {
  content: ""; }

.fa-passport:before {
  content: ""; }

.fa-pastafarianism:before {
  content: ""; }

.fa-paste:before {
  content: ""; }

.fa-patreon:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-peace:before {
  content: ""; }

.fa-pen:before {
  content: ""; }

.fa-pen-alt:before {
  content: ""; }

.fa-pen-fancy:before {
  content: ""; }

.fa-pen-nib:before {
  content: ""; }

.fa-pen-square:before {
  content: ""; }

.fa-pencil-alt:before {
  content: ""; }

.fa-pencil-ruler:before {
  content: ""; }

.fa-penny-arcade:before {
  content: ""; }

.fa-people-carry:before {
  content: ""; }

.fa-pepper-hot:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-percentage:before {
  content: ""; }

.fa-periscope:before {
  content: ""; }

.fa-person-booth:before {
  content: ""; }

.fa-phabricator:before {
  content: ""; }

.fa-phoenix-framework:before {
  content: ""; }

.fa-phoenix-squadron:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-phone-slash:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-phone-volume:before {
  content: ""; }

.fa-php:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-pied-piper-hat:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-piggy-bank:before {
  content: ""; }

.fa-pills:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-pizza-slice:before {
  content: ""; }

.fa-place-of-worship:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-plane-arrival:before {
  content: ""; }

.fa-plane-departure:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-playstation:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-poll:before {
  content: ""; }

.fa-poll-h:before {
  content: ""; }

.fa-poo:before {
  content: ""; }

.fa-poo-storm:before {
  content: ""; }

.fa-poop:before {
  content: ""; }

.fa-portrait:before {
  content: ""; }

.fa-pound-sign:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-pray:before {
  content: ""; }

.fa-praying-hands:before {
  content: ""; }

.fa-prescription:before {
  content: ""; }

.fa-prescription-bottle:before {
  content: ""; }

.fa-prescription-bottle-alt:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-procedures:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-project-diagram:before {
  content: ""; }

.fa-pushed:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-python:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-quidditch:before {
  content: ""; }

.fa-quinscape:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-quran:before {
  content: ""; }

.fa-r-project:before {
  content: ""; }

.fa-radiation:before {
  content: ""; }

.fa-radiation-alt:before {
  content: ""; }

.fa-rainbow:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-raspberry-pi:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-react:before {
  content: ""; }

.fa-reacteurope:before {
  content: ""; }

.fa-readme:before {
  content: ""; }

.fa-rebel:before {
  content: ""; }

.fa-receipt:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-red-river:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-redhat:before {
  content: ""; }

.fa-redo:before {
  content: ""; }

.fa-redo-alt:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-replyd:before {
  content: ""; }

.fa-republican:before {
  content: ""; }

.fa-researchgate:before {
  content: ""; }

.fa-resolving:before {
  content: ""; }

.fa-restroom:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-rev:before {
  content: ""; }

.fa-ribbon:before {
  content: ""; }

.fa-ring:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-robot:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-rocketchat:before {
  content: ""; }

.fa-rockrms:before {
  content: ""; }

.fa-route:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-ruble-sign:before {
  content: ""; }

.fa-ruler:before {
  content: ""; }

.fa-ruler-combined:before {
  content: ""; }

.fa-ruler-horizontal:before {
  content: ""; }

.fa-ruler-vertical:before {
  content: ""; }

.fa-running:before {
  content: ""; }

.fa-rupee-sign:before {
  content: ""; }

.fa-sad-cry:before {
  content: ""; }

.fa-sad-tear:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-salesforce:before {
  content: ""; }

.fa-sass:before {
  content: ""; }

.fa-satellite:before {
  content: ""; }

.fa-satellite-dish:before {
  content: ""; }

.fa-save:before {
  content: ""; }

.fa-schlix:before {
  content: ""; }

.fa-school:before {
  content: ""; }

.fa-screwdriver:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-scroll:before {
  content: ""; }

.fa-sd-card:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-search-dollar:before {
  content: ""; }

.fa-search-location:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-searchengin:before {
  content: ""; }

.fa-seedling:before {
  content: ""; }

.fa-sellcast:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-servicestack:before {
  content: ""; }

.fa-shapes:before {
  content: ""; }

.fa-share:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-shekel-sign:before {
  content: ""; }

.fa-shield-alt:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-shipping-fast:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-shoe-prints:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-shopware:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-shuttle-van:before {
  content: ""; }

.fa-sign:before {
  content: ""; }

.fa-sign-in-alt:before {
  content: ""; }

.fa-sign-language:before {
  content: ""; }

.fa-sign-out-alt:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-signature:before {
  content: ""; }

.fa-sim-card:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-sistrix:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-sith:before {
  content: ""; }

.fa-skating:before {
  content: ""; }

.fa-sketch:before {
  content: ""; }

.fa-skiing:before {
  content: ""; }

.fa-skiing-nordic:before {
  content: ""; }

.fa-skull:before {
  content: ""; }

.fa-skull-crossbones:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-slack-hash:before {
  content: ""; }

.fa-slash:before {
  content: ""; }

.fa-sleigh:before {
  content: ""; }

.fa-sliders-h:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-smile:before {
  content: ""; }

.fa-smile-beam:before {
  content: ""; }

.fa-smile-wink:before {
  content: ""; }

.fa-smog:before {
  content: ""; }

.fa-smoking:before {
  content: ""; }

.fa-smoking-ban:before {
  content: ""; }

.fa-sms:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-snowboarding:before {
  content: ""; }

.fa-snowflake:before {
  content: ""; }

.fa-snowman:before {
  content: ""; }

.fa-snowplow:before {
  content: ""; }

.fa-socks:before {
  content: ""; }

.fa-solar-panel:before {
  content: ""; }

.fa-sort:before {
  content: ""; }

.fa-sort-alpha-down:before {
  content: ""; }

.fa-sort-alpha-up:before {
  content: ""; }

.fa-sort-amount-down:before {
  content: ""; }

.fa-sort-amount-up:before {
  content: ""; }

.fa-sort-down:before {
  content: ""; }

.fa-sort-numeric-down:before {
  content: ""; }

.fa-sort-numeric-up:before {
  content: ""; }

.fa-sort-up:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-sourcetree:before {
  content: ""; }

.fa-spa:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-speakap:before {
  content: ""; }

.fa-speaker-deck:before {
  content: ""; }

.fa-spider:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-splotch:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-spray-can:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-square-full:before {
  content: ""; }

.fa-square-root-alt:before {
  content: ""; }

.fa-squarespace:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-stamp:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-and-crescent:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-star-half-alt:before {
  content: ""; }

.fa-star-of-david:before {
  content: ""; }

.fa-star-of-life:before {
  content: ""; }

.fa-staylinked:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-steam-symbol:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-sticker-mule:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stopwatch:before {
  content: ""; }

.fa-store:before {
  content: ""; }

.fa-store-alt:before {
  content: ""; }

.fa-strava:before {
  content: ""; }

.fa-stream:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-stripe:before {
  content: ""; }

.fa-stripe-s:before {
  content: ""; }

.fa-stroopwafel:before {
  content: ""; }

.fa-studiovinari:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-suitcase-rolling:before {
  content: ""; }

.fa-sun:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-supple:before {
  content: ""; }

.fa-surprise:before {
  content: ""; }

.fa-suse:before {
  content: ""; }

.fa-swatchbook:before {
  content: ""; }

.fa-swimmer:before {
  content: ""; }

.fa-swimming-pool:before {
  content: ""; }

.fa-symfony:before {
  content: ""; }

.fa-synagogue:before {
  content: ""; }

.fa-sync:before {
  content: ""; }

.fa-sync-alt:before {
  content: ""; }

.fa-syringe:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-table-tennis:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-tablet-alt:before {
  content: ""; }

.fa-tablets:before {
  content: ""; }

.fa-tachometer-alt:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-tape:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-taxi:before {
  content: ""; }

.fa-teamspeak:before {
  content: ""; }

.fa-teeth:before {
  content: ""; }

.fa-teeth-open:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-telegram-plane:before {
  content: ""; }

.fa-temperature-high:before {
  content: ""; }

.fa-temperature-low:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-tenge:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-the-red-yeti:before {
  content: ""; }

.fa-theater-masks:before {
  content: ""; }

.fa-themeco:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-thermometer:before {
  content: ""; }

.fa-thermometer-empty:before {
  content: ""; }

.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-think-peaks:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbtack:before {
  content: ""; }

.fa-ticket-alt:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-tint-slash:before {
  content: ""; }

.fa-tired:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-toilet:before {
  content: ""; }

.fa-toilet-paper:before {
  content: ""; }

.fa-toolbox:before {
  content: ""; }

.fa-tools:before {
  content: ""; }

.fa-tooth:before {
  content: ""; }

.fa-torah:before {
  content: ""; }

.fa-torii-gate:before {
  content: ""; }

.fa-tractor:before {
  content: ""; }

.fa-trade-federation:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-traffic-light:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-tram:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-trash-alt:before {
  content: ""; }

.fa-trash-restore:before {
  content: ""; }

.fa-trash-restore-alt:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-truck-loading:before {
  content: ""; }

.fa-truck-monster:before {
  content: ""; }

.fa-truck-moving:before {
  content: ""; }

.fa-truck-pickup:before {
  content: ""; }

.fa-tshirt:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-tv:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-typo3:before {
  content: ""; }

.fa-uber:before {
  content: ""; }

.fa-ubuntu:before {
  content: ""; }

.fa-uikit:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-umbrella-beach:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-undo:before {
  content: ""; }

.fa-undo-alt:before {
  content: ""; }

.fa-uniregistry:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-university:before {
  content: ""; }

.fa-unlink:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-untappd:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-ups:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-user-alt:before {
  content: ""; }

.fa-user-alt-slash:before {
  content: ""; }

.fa-user-astronaut:before {
  content: ""; }

.fa-user-check:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-clock:before {
  content: ""; }

.fa-user-cog:before {
  content: ""; }

.fa-user-edit:before {
  content: ""; }

.fa-user-friends:before {
  content: ""; }

.fa-user-graduate:before {
  content: ""; }

.fa-user-injured:before {
  content: ""; }

.fa-user-lock:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-user-minus:before {
  content: ""; }

.fa-user-ninja:before {
  content: ""; }

.fa-user-nurse:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-user-shield:before {
  content: ""; }

.fa-user-slash:before {
  content: ""; }

.fa-user-tag:before {
  content: ""; }

.fa-user-tie:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-users:before {
  content: ""; }

.fa-users-cog:before {
  content: ""; }

.fa-usps:before {
  content: ""; }

.fa-ussunnah:before {
  content: ""; }

.fa-utensil-spoon:before {
  content: ""; }

.fa-utensils:before {
  content: ""; }

.fa-vaadin:before {
  content: ""; }

.fa-vector-square:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-vial:before {
  content: ""; }

.fa-vials:before {
  content: ""; }

.fa-viber:before {
  content: ""; }

.fa-video:before {
  content: ""; }

.fa-video-slash:before {
  content: ""; }

.fa-vihara:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-vimeo-v:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-vnv:before {
  content: ""; }

.fa-volleyball-ball:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-mute:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-vote-yea:before {
  content: ""; }

.fa-vr-cardboard:before {
  content: ""; }

.fa-vuejs:before {
  content: ""; }

.fa-walking:before {
  content: ""; }

.fa-wallet:before {
  content: ""; }

.fa-warehouse:before {
  content: ""; }

.fa-water:before {
  content: ""; }

.fa-wave-square:before {
  content: ""; }

.fa-waze:before {
  content: ""; }

.fa-weebly:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-weight:before {
  content: ""; }

.fa-weight-hanging:before {
  content: ""; }

.fa-weixin:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-whatsapp-square:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-whmcs:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-wind:before {
  content: ""; }

.fa-window-close:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-wine-bottle:before {
  content: ""; }

.fa-wine-glass:before {
  content: ""; }

.fa-wine-glass-alt:before {
  content: ""; }

.fa-wix:before {
  content: ""; }

.fa-wizards-of-the-coast:before {
  content: ""; }

.fa-wolf-pack-battalion:before {
  content: ""; }

.fa-won-sign:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-wordpress-simple:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-wpressr:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-x-ray:before {
  content: ""; }

.fa-xbox:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-y-combinator:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-yammer:before {
  content: ""; }

.fa-yandex:before {
  content: ""; }

.fa-yandex-international:before {
  content: ""; }

.fa-yarn:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-yen-sign:before {
  content: ""; }

.fa-yin-yang:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-zhihu:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable.dropdown.open, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.affiliate_header .navbar-brand {
  padding: 7px 0 0; }
  .affiliate_header .navbar-brand svg {
    height: 41px;
    width: 100px; }
  .affiliate_header .navbar-brand .logo {
    margin-bottom: 10px; }

header {
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  background: #fff; }
  header .navbar-brand {
    padding: 0px 0 0; }
    header .navbar-brand svg {
      height: 41px;
      width: 100px; }
    header .navbar-brand .logo {
      margin-bottom: 10px; }
  header nav.navbar {
    padding: 5px 10px; }
  header .navbar-expand-lg .navbar-nav li > a {
    font-size: 16px;
    font-weight: 300;
    color: #2b2828;
    padding: 0 11px; }
    header .navbar-expand-lg .navbar-nav li > a:hover {
      color: #f27624; }
  header .languagepicker.dropdown.selectpicker {
    background: transparent;
    font-weight: 300;
    font-size: 16px;
    color: #2b2828;
    margin: 0;
    outline: none;
    box-shadow: 0 0 0 transparent;
    border: 0;
    padding-right: 20px;
    line-height: 44px; }
    @media (min-width: 1200px) {
      header .languagepicker.dropdown.selectpicker {
        padding-right: 30px;
        line-height: 40px; } }
    header .languagepicker.dropdown.selectpicker .current {
      font-size: 0; }
      @media (min-width: 1200px) {
        header .languagepicker.dropdown.selectpicker .current {
          font-size: 16px; } }
    header .languagepicker.dropdown.selectpicker:active, header .languagepicker.dropdown.selectpicker.open, header .languagepicker.dropdown.selectpicker.open {
      background: transparent !important; }
    header .languagepicker.dropdown.selectpicker .multilingual-flag {
      /*-webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: relative;
      font-size: 24px;
      top: 3px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
      margin-right: 7px;*/
      position: relative;
      font-size: 24px;
      top: 5px;
      margin-right: 7px; }
    header .languagepicker.dropdown.selectpicker .flagiconcss {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: relative;
      font-size: 24px;
      top: 3px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
      margin-right: 7px; }
  header .language-dropdown-list ul {
    padding: 0;
    margin: 0; }
    header .language-dropdown-list ul li {
      list-style: none;
      padding: 0; }
  header .btn.btn-global {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px; }
    header .btn.btn-global::after {
      width: 16px;
      vertical-align: sub; }
  header .header-trus-div {
    border-left: 1px solid #e5e5e5;
    padding: 3px 0 7px 15px; }
  header .container {
    max-width: 1220px; }
  header.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 999; }

.hellobar-corona.hellobar-fixed + .mobile-layer-nav + header.navbar-fixed-top {
  top: 65px !important; }

.navbar-collapse {
  transition: all 1s; }
  @media (min-width: 768px) {
    .navbar-collapse {
      background-color: #f1f1f1;
      position: absolute;
      top: 55px;
      left: 0;
      right: 0;
      width: 100%;
      margin: auto;
      z-index: 101; }
      .navbar-collapse .btn-arrow-right {
        display: none; } }
  @media (min-width: 992px) {
    .navbar-collapse {
      position: static;
      background: transparent; }
      .navbar-collapse .btn-arrow-right {
        display: block; } }
  .navbar-collapse ul li {
    padding: 10px 5px;
    border-bottom: 1px solid #fff; }
    .navbar-collapse ul li a {
      width: 100%;
      display: block; }

/*Deep linking for App Download bar*/
html.mobile.iphone .ios-download {
  display: block; }

html.mobile.iphone .play-download {
  display: none; }

.app_linking {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9991;
  min-height: 60px; }
  .app_linking .ios-download {
    display: none; }
  .app_linking .install {
    float: right;
    color: #fff;
    padding: 0;
    font-size: 15px;
    text-decoration: none; }
  .app_linking .close_bar {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 15px; }
  @media (max-width: 767.98px) {
    .app_linking {
      display: block; } }
  @media (max-width: 575.98px) {
    .app_linking {
      display: block; }
      .app_linking .close_bar {
        margin-right: 10px; } }
  .app_linking .link-wrapper {
    position: fixed;
    width: 100%;
    background-color: #272727;
    padding: 10px 15px; }
    .app_linking .link-wrapper img {
      max-height: 48px; }

.mega_menu {
  padding: 20px 0;
  box-sizing: border-box;
  width: 530px;
  background-color: #fff;
  position: absolute;
  border-radius: 10px;
  margin-top: 15px;
  display: none;
  margin-left: -220px;
  z-index: 9;
  box-shadow: 0px 0px 20px #313131; }
  .mega_menu ul {
    display: inline-block;
    min-width: 30.5%;
    list-style: none;
    box-sizing: border-box;
    padding-left: 0px;
    vertical-align: top;
    /* &:last-child
     {
       li
       {
         border-left: 0px solid #3f91bd;
       }
     }*/ }
    .mega_menu ul li {
      line-height: 28px;
      font-size: 13px;
      padding: 0 0 0 20px !important;
      text-align: left;
      font-weight: bold; }
      .mega_menu ul li a {
        color: #535353 !important;
        font-size: 15px !important;
        line-height: 30px;
        font-weight: normal; }
      .mega_menu ul li:first-child {
        border-left: 3px solid #3f91bd;
        line-height: 35px; }
      .mega_menu ul li i {
        color: #3f91bd;
        padding-right: 5px; }
      .mega_menu ul li .blink {
        /*background-color: red;*/
        color: red;
        border-radius: 4px;
        padding: 1px 4px;
        display: inline-block;
        line-height: 13px; }
        .mega_menu ul li .blink span {
          animation: blink 1s infinite;
          font-size: 10px;
          line-height: 13px; }
@keyframes blink {
  0% {
    color: transparent; }
  50% {
    color: red; }
  100% {
    color: transparent; } }
  .mega_menu .menu-row {
    display: inline-block;
    width: 100%;
    text-align: left; }
  .mega_menu:before {
    content: '';
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: #fff;
    display: inline-block;
    top: -6px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto; }
  .mega_menu .btn-wrapper {
    text-align: center;
    margin-top: 10px; }
    .mega_menu .btn-wrapper .btn {
      max-width: 80%;
      margin: auto; }
  @media (max-width: 767.98px) {
    .mega_menu {
      display: none !important; } }
  @media (max-width: 575.98px) {
    .mega_menu {
      display: none !important; } }

.user-menu {
  border: 2px solid #ffffff00;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 24px;
  background-color: #bdbcbc;
  color: #fff;
  margin-left: 13px; }
  @media (max-width: 575.98px) {
    .user-menu {
      display: none; } }
  .user-menu:hover {
    color: #fff;
    background-color: #f27624; }

body.fixed-header header {
  position: absolute;
  width: 100%;
  z-index: 1; }
  body.fixed-header header.navbar-fixed-top {
    position: fixed; }

.holiday-season-hellobar {
  position: relative;
  z-index: 0; }
  .holiday-season-hellobar:before {
    background: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/09231647/left-hellobar-before1.png");
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 98px;
    height: 58px;
    z-index: -1; }
    @media (max-width: 767.98px) {
      .holiday-season-hellobar:before {
        display: none; } }
  .holiday-season-hellobar:after {
    background: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/09172428/right-hellobar-after.png");
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 103px;
    height: 58px;
    z-index: -1; }
    @media (max-width: 767.98px) {
      .holiday-season-hellobar:after {
        display: none; } }

.hellobar-new-theme {
  position: relative;
  background: #3be99a;
  background: -moz-linear-gradient(90deg, #3be99a 0%, #0fbed8 100%);
  background: -webkit-linear-gradient(90deg, #3be99a 0%, #0fbed8 100%);
  background: linear-gradient(90deg, #3be99a 0%, #0fbed8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be99a",endColorstr="#0fbed8",GradientType=1);
  /*@include responsive(boot-sm) {
    .container {
      display:none;
    }
  }*/ }
  @media (max-width: 767.98px) {
    .hellobar-new-theme {
      background-size: auto; }
      .hellobar-new-theme .container {
        display: none; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .hellobar-new-theme .container {
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .hellobar-new-theme .container {
      padding: 0;
      max-width: 100%; } }
  .hellobar-new-theme .first-half {
    position: relative; }
    .hellobar-new-theme .first-half > img {
      position: relative;
      padding: 12px 0; }
    @media (min-width: 992px) {
      .hellobar-new-theme .first-half {
        width: 30%;
        float: left; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .hellobar-new-theme .first-half {
        width: 35%;
        float: left; } }
    @media (max-width: 767.98px) {
      .hellobar-new-theme .first-half {
        width: 50%;
        padding: 0 0 0;
        float: left; }
        .hellobar-new-theme .first-half img {
          display: inherit;
          margin: 0 auto;
          top: 0px;
          padding: 19px 10px 0; } }
  .hellobar-new-theme .second-half {
    width: 70%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    height: 58px;
    background: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/09172612/counter-bg.png") no-repeat; }
    @media (max-width: 767.98px) {
      .hellobar-new-theme .second-half {
        background: transparent; } }
    .hellobar-new-theme .second-half h3 {
      font-family: "Mont", sans-serif;
      margin: 0 0;
      min-width: 35.2vw;
      max-width: 480px;
      margin-left: 32px;
      text-align: center;
      font-size: 18px;
      color: #646464;
      font-weight: 600; }
      .hellobar-new-theme .second-half h3 strong {
        font-size: 26px;
        color: #12c5d0;
        font-weight: 700;
        margin: 0 3px;
        display: inline-block;
        vertical-align: unset; }
      .hellobar-new-theme .second-half h3 span {
        color: #1c529c; }
      @media (min-width: 768px) and (max-width: 992px) {
        .hellobar-new-theme .second-half h3 {
          width: 65%;
          float: left; } }
    .hellobar-new-theme .second-half .mn-btn {
      background: #f27624;
      display: inline-block;
      min-width: 168px;
      padding: 7px 18px;
      font-size: 16px;
      color: #FFF !important;
      border-radius: 20px;
      font-weight: 500;
      position: relative;
      box-shadow: 0 0 10px 1px #00000014; }
      .hellobar-new-theme .second-half .mn-btn:after {
        content: "";
        background: url(https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/11/glow-arrow.png) no-repeat;
        width: 38px;
        height: 32px;
        display: inline-block;
        position: absolute;
        top: 1px;
        right: 5px;
        transform: scale(0.6); }
    @media (min-width: 768px) and (max-width: 992px) {
      .hellobar-new-theme .second-half {
        width: 65%;
        float: left; } }
    @media (max-width: 767.98px) {
      .hellobar-new-theme .second-half {
        width: 50%;
        float: left;
        height: 60px; } }
    .hellobar-new-theme .second-half .offer-text {
      font-size: 19px;
      font-family: 'Mont', sans-serif;
      font-weight: 600;
      color: #686868; }
      @media (min-width: 992px) {
        .hellobar-new-theme .second-half .offer-text {
          margin-left: 50px; } }
    .hellobar-new-theme .second-half .countdown-timer > span {
      font-size: 21px;
      color: #12c4d1;
      font-family: 'Mont', sans-serif;
      font-weight: 700;
      min-width: 70px;
      margin: 0 4px; }
      .hellobar-new-theme .second-half .countdown-timer > span small {
        font-size: 17px;
        font-weight: 400;
        color: #686868;
        margin-left: 6px;
        text-transform: lowercase; }
    .hellobar-new-theme .second-half .price-paln {
      font-family: 'Mont', sans-serif;
      position: relative; }
      .hellobar-new-theme .second-half .price-paln.no-arrow:after {
        display: none !important; }
      .hellobar-new-theme .second-half .price-paln span.price {
        color: #fdf53f;
        font-size: 30px;
        font-weight: 700;
        text-shadow: 0px 0px 20px #41f8f4;
        text-align: right;
        display: block; }
      .hellobar-new-theme .second-half .price-paln span.text {
        color: #FFF;
        font-size: 15px;
        font-weight: 600;
        display: block; }
      .hellobar-new-theme .second-half .price-paln:after {
        content: '';
        display: block;
        background: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/11/glow-arrow.png") no-repeat;
        width: 48px;
        height: 41px;
        position: absolute;
        top: 13px;
        right: -40px;
        animation-name: move-left-to-right;
        animation-duration: 1s;
        animation-delay: 0.6s;
        animation-iteration-count: infinite;
        animation-direction: alternative; }
    .hellobar-new-theme .second-half p {
      padding: 13px 0 0 5px;
      margin: 0 auto;
      color: #00fffb;
      text-shadow: 0px 0px 20px #41f8f4;
      font-size: 28px;
      font-family: 'Mont', sans-serif;
      font-weight: 500;
      line-height: normal; }
      .hellobar-new-theme .second-half p span {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        text-shadow: none; }
      @media (min-width: 1200px) {
        .hellobar-new-theme .second-half p {
          font-weight: 700;
          font-size: 30px;
          padding: 14px 0 12px 0; } }
      @media (max-width: 767.98px) {
        .hellobar-new-theme .second-half p {
          font-size: 25px;
          font-weight: 700;
          line-height: 12px;
          padding: 0 !important;
          margin: 0;
          padding-right: 23px; } }
    .hellobar-new-theme .second-half .cta-box {
      margin-top: 0;
      display: inline-block; }
      .hellobar-new-theme .second-half .cta-box a.btn.btn-primary.btn-global.btn-arrow-right {
        padding: 0 0;
        font-size: 16px; }
  .hellobar-new-theme .third-last {
    width: 21%;
    float: left;
    text-align: right; }
  .hellobar-new-theme .btn.btn-global {
    padding: 7px 24px !important;
    font-size: 16px !important;
    border: 0px solid #f27624 !important;
    margin: 0 15px !important;
    border-radius: 30px !important;
    color: #fff !important;
    display: inline-block !important;
    background: #f27624 !important;
    position: relative;
    top: 9px; }
    .hellobar-new-theme .btn.btn-global:after {
      top: 4px !important;
      position: relative !important;
      width: 14px !important; }
    .hellobar-new-theme .btn.btn-global:hover {
      color: #fff !important; }
  @media (max-width: 767.98px) {
    .hellobar-new-theme.with-cta .first-half {
      width: 45%; } }
  @media (max-width: 767.98px) {
    .hellobar-new-theme.with-cta .second-half {
      width: 55%; } }
  @media (max-width: 767.98px) {
    .hellobar-new-theme.with-cta .second-half p {
      font-size: 22px;
      line-height: 23px;
      padding-top: 7px;
      padding-right: 0; } }
  .hellobar-new-theme.with-cta .second-half .m-btn {
    margin-left: auto; }

@keyframes move-left-to-right {
  0% {
    transform: translateX(5%); }
  50% {
    transform: translateX(15%); }
  100% {
    transform: translateX(5%); } }
.exit-intent-resp {
  position: fixed;
  bottom: 5px;
  z-index: 1000000000000000100;
  display: none;
  width: 93%;
  left: 0;
  right: 0;
  margin: auto;
  background: #a7fdd7;
  background: -moz-linear-gradient(90deg, #a7fdd7 0%, #d7f4f0 100%);
  background: -webkit-linear-gradient(90deg, #a7fdd7 0%, #d7f4f0 100%);
  background: linear-gradient(90deg, #a7fdd7 0%, #d7f4f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7fdd7",endColorstr="#d7f4f0",GradientType=1);
  border-radius: 6px; }
  .exit-intent-resp .exit-intent-img {
    width: 100%;
    display: block;
    background: #a7fdd7;
    background: -moz-linear-gradient(90deg, #a7fdd7 0%, #d7f4f0 100%);
    background: -webkit-linear-gradient(90deg, #a7fdd7 0%, #d7f4f0 100%);
    background: linear-gradient(90deg, #a7fdd7 0%, #d7f4f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7fdd7",endColorstr="#d7f4f0",GradientType=1);
    background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/10053941/star.png) no-repeat center left;
    padding: 20px 0 20px 0;
    text-align: center; }
    .exit-intent-resp .exit-intent-img h6 {
      font-size: 17px;
      color: #40525c;
      font-weight: 700;
      line-height: 1.5; }
      .exit-intent-resp .exit-intent-img h6 span {
        display: block;
        font-size: 16px;
        font-weight: 500; }
    .exit-intent-resp .exit-intent-img .sm-mn-btn {
      display: inline-block;
      color: #FFF;
      background: #f27624;
      padding: 7px 20px;
      text-transform: uppercase;
      border-radius: 22px;
      font-size: 14px;
      letter-spacing: 0.5px; }
  .exit-intent-resp .exit-intent-resp-close {
    color: #FFF;
    position: relative;
    left: -7px;
    top: 17px;
    font-size: 20px;
    text-shadow: 0 2px 4px #0000008a;
    display: inline-block;
    position: absolute;
    top: -12px; }

.remove-exp-permanent {
  display: none !important; }

@media (max-device-width: 800px) {
  .modal.showdiscount-modal.netflix-exit-intent {
    display: none !important; }

  .modal-backdrop {
    display: none !IMPORTANT; }

  .modal-open {
    overflow-y: initial !important; } }
.mbl-hellobar-res {
  padding: 10px 6px;
  display: block;
  position: relative;
  background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/10065613/mb-star.png) no-repeat 105% top; }
  .mbl-hellobar-res:after {
    content: "";
    width: 100%;
    display: block;
    clear: both; }
  .mbl-hellobar-res .logo {
    float: left; }
  .mbl-hellobar-res .sm-mn-btn {
    float: right;
    background: #f27624;
    display: inline-block;
    color: #FFF;
    padding: 9px 15px;
    line-height: 0.9;
    border-radius: 26px;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    top: 2px; }
  .mbl-hellobar-res h6 {
    text-shadow: 1px 3px 2px #0000003d;
    font-size: 19px;
    color: #fdf53f;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -14px;
    right: 0;
    top: 5px;
    margin: 0px; }
    .mbl-hellobar-res h6 span {
      font-size: 15px;
      color: #FFF;
      display: block;
      line-height: 1; }

.mbl-hellobar-res-innr {
  background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/10071127/mbl-lft-respn.png) no-repeat top left;
  padding: 10px 6px 5px 36px;
  max-height: 54px; }
  .mbl-hellobar-res-innr:before {
    content: "";
    background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/10071625/stars.png);
    width: 68px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.9); }
  .mbl-hellobar-res-innr h6 {
    position: relative;
    float: right;
    left: initial;
    right: 10px;
    top: -6px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3; }
    .mbl-hellobar-res-innr h6 span {
      font-size: 13px; }

.christmas {
  background: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/12/bg2.png") no-repeat;
  min-height: 60px;
  background-size: cover; }
  .christmas .logo-text {
    padding: 15px 0 10px;
    position: relative; }
    .christmas .logo-text:after {
      content: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/12/gift.png");
      position: absolute;
      right: 15px;
      top: 0; }
  .christmas .details-bar {
    font-family: "Mont", san-serif;
    font-size: 18px;
    font-weight: 600;
    color: #414141;
    line-height: normal;
    padding: 13px 0 10px; }
    .christmas .details-bar span {
      display: inline-block;
      vertical-align: bottom;
      padding: 0 5px;
      font-size: 32px;
      text-shadow: 1px 1px 0px white, 2px 2px 0px #00884b;
      color: #00884b;
      font-weight: bold; }
  .christmas.fr .details-bar {
    font-size: 16px;
    padding: 19px 0 10px; }
    .christmas.fr .details-bar span {
      font-size: 22px; }
  .christmas.es .logo-text {
    padding: 17px 0 10px; }
    .christmas.es .logo-text img {
      max-width: 70%; }
    .christmas.es .logo-text:after {
      right: -12px; }
  .christmas.es .details-bar {
    font-size: 16px;
    padding: 19px 0 10px; }
    .christmas.es .details-bar span {
      font-size: 22px; }
  .christmas.de .logo-text {
    padding: 19px 0 10px; }
    .christmas.de .logo-text img {
      max-width: 78%; }
    .christmas.de .logo-text:after {
      right: -12px; }
  .christmas.de .details-bar {
    font-size: 16px;
    padding: 19px 0 10px; }
    .christmas.de .details-bar span {
      font-size: 22px; }

@media (min-width: 1200px) {
  .christmas .container {
    max-width: 1220px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .christmas .logo-text {
    padding: 19px 0 10px; }
    .christmas .logo-text img {
      width: 190px; }
  .christmas .logo-text:after {
    right: 0; }
  .christmas .details-bar {
    font-size: 13px; } }
.buy-vpn-member-btn {
  display: inline-block;
  font-weight: 500;
  color: #9e9e9e;
  border-right: 1px solid #d6d6d6; }
  .buy-vpn-member-btn span {
    display: none; }
  .buy-vpn-member-btn a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    padding: 0 14px; }

.already-member-btn-header-page .buy-vpn-member-btn {
  min-width: 260px; }
  .already-member-btn-header-page .buy-vpn-member-btn span {
    display: inline-block; }

.newyear20-hellobar {
  background: #a7f0fc;
  background: -moz-linear-gradient(180deg, #a7f0fc 0%, #f5eccc 100%);
  background: -webkit-linear-gradient(180deg, #a7f0fc 0%, #f5eccc 100%);
  background: linear-gradient(180deg, #a7f0fc 0%, #f5eccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7f0fc",endColorstr="#f5eccc",GradientType=1);
  background-size: cover;
  padding: 14px 0;
  position: relative;
  z-index: 0; }
  .newyear20-hellobar:before {
    content: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/17164104/hellobar-before.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .newyear20-hellobar:after {
    content: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/17165340/hellobar-afterpng.png");
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: -1; }
  .newyear20-hellobar .logo-text {
    padding: 0 0;
    position: relative; }
    .newyear20-hellobar .logo-text:after {
      content: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/17161645/girl-newyear-hellobar.png);
      position: absolute;
      right: 15px;
      bottom: 0;
      top: 0;
      width: 47px;
      height: 54px;
      transform: scale(0.9);
      margin: auto;
      z-index: -1; }
  .newyear20-hellobar .details-bar {
    font-family: "Mont", san-serif;
    font-size: 15px;
    font-weight: 600;
    color: #414141 !important;
    line-height: normal;
    padding: 0 0;
    text-align: right; }
    .newyear20-hellobar .details-bar span {
      display: inline-block;
      font-size: 24px;
      color: #ff5c5c;
      font-weight: bold;
      vertical-align: sub;
      padding: 0 2px; }
  @media (max-device-width: 1199px) {
    .newyear20-hellobar .details-bar {
      font-size: 12px; }
      .newyear20-hellobar .details-bar span {
        font-size: 26px; } }

html[lang="es-ES"] .newyear20-hellobar .details-bar {
  text-align: center; }

html[lang="es-ES"] .newyear20-hellobar .details-bar span {
  padding: 0 0;
  vertical-align: inherit;
  font-size: 18px; }

.mobile-get-sec {
  background: #1d253e;
  padding: 60px 0; }
  @media (max-width: 575.98px) {
    .mobile-get-sec {
      padding: 0; } }
  .mobile-get-sec h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600; }
  .mobile-get-sec p {
    color: #d2d9ee;
    font-size: 18px;
    font-weight: 300; }
  .mobile-get-sec .app-download-wid {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
    min-height: 75px;
    padding: 10px 0;
    margin: 0; }
    .mobile-get-sec .app-download-wid:hover {
      background: #e8e9eb; }
    .mobile-get-sec .app-download-wid .app-download-wid-icon {
      min-width: 70px;
      text-align: center;
      float: left; }
      .mobile-get-sec .app-download-wid .app-download-wid-icon svg {
        max-width: 50px;
        max-height: 55px; }
    .mobile-get-sec .app-download-wid .app-download-wid-text p {
      font-size: 14px;
      color: #1a1a1a;
      margin-bottom: 0;
      line-height: 1;
      padding: 5px 0 0; }
      .mobile-get-sec .app-download-wid .app-download-wid-text p.lead-text {
        font-size: 30px;
        font-weight: 600;
        padding: 0; }
    @media (max-width: 575.98px) {
      .mobile-get-sec .app-download-wid {
        margin: 10px; } }

footer {
  background: #1f2741;
  padding: 60px 0; }
  @media (max-width: 575.98px) {
    footer {
      padding: 20px 0; } }
  footer .footer-menu-container h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 15px 0; }
  footer .footer-menu-container .footer-menu {
    padding: 0; }
    footer .footer-menu-container .footer-menu li {
      list-style: none;
      padding: 5px 0; }
      footer .footer-menu-container .footer-menu li a {
        color: #d2d9ee;
        font-size: 16px;
        font-weight: 300; }
  footer .address-copyright-sec hr {
    border-color: #2e364e;
    margin-bottom: 30px; }
  footer .address-copyright-sec .footer-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    float: left; }
  footer .address-copyright-sec .copyright {
    color: #48557e;
    font-size: 18px;
    font-weight: 300; }
  footer .address-copyright-sec .social-list {
    padding: 0;
    margin: 0; }
    footer .address-copyright-sec .social-list li {
      list-style: none;
      display: inline-block;
      background: #d2d9ee;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 0 10px 0 0; }
      footer .address-copyright-sec .social-list li a {
        color: #1f2741;
        font-size: 21px;
        line-height: 1.6;
        display: block;
        padding: 3px 0; }

body .new-promotion-slide {
  display: none;
  background: #03002a url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/10/offer-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 350px;
  position: fixed;
  z-index: 9;
  left: 90px;
  padding: 30px 30px 45px;
  bottom: 0;
  right: auto;
  margin: auto; }
  body .new-promotion-slide .close-new-promotion-slide {
    position: absolute;
    color: #fff;
    right: 15px;
    top: 15px; }
  body .new-promotion-slide h3.promo-h3 {
    font-size: 30px;
    color: #fff;
    margin: auto; }
  body .new-promotion-slide h2.promo-h2 {
    font-size: 60px;
    color: #ffd200;
    margin: 15px auto 5px;
    font-weight: 900;
    line-height: 1; }
  body .new-promotion-slide h4.promo-h4 {
    color: #fff;
    font-size: 16px;
    margin: auto; }
  body .new-promotion-slide p.promo-p {
    padding: 0;
    line-height: 1.3;
    color: #fff;
    font-size: 16px;
    margin: 25px auto 10px; }
  body .new-promotion-slide .countdown-timer span {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    min-width: 75px;
    margin: 5px 5px 30px;
    border-radius: 5px 5px 5px 5px !important; }
    body .new-promotion-slide .countdown-timer span small {
      display: block;
      color: #000;
      font-weight: 300;
      font-size: 12px; }
    body .new-promotion-slide .countdown-timer span.timer-days {
      display: none; }
  body .new-promotion-slide .btn-primary {
    background: #f47b08;
    background: -moz-linear-gradient(top, #f47b08 0%, #f45708 100%);
    background: -webkit-linear-gradient(top, #f47b08 0%, #f45708 100%);
    background: linear-gradient(to bottom, #f47b08 0%, #f45708 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f47b08", endColorstr="#f45708",GradientType=0 );
    color: #fff;
    width: 100%;
    font-size: 22px;
    padding: 15px;
    font-weight: 400;
    text-transform: none; }

/* Award Ribbon*/
.award-wrapper {
  display: none; }

body.ribbon-page .award-wrapper {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  z-index: 999;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
  display: block; }
  @media (max-width: 767.98px) {
    body.ribbon-page .award-wrapper {
      display: none; } }
  body.ribbon-page .award-wrapper .ribbon-wrapper {
    width: 116px;
    position: absolute;
    height: 261px;
    transform: translate(0, -50%);
    top: 50%;
    margin-left: -115px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/01/11140518/best-vpn-ribbon1.png); }
  body.ribbon-page .award-wrapper .award-content {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 20px 25px;
    vertical-align: top;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px #999;
    margin-right: -345px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  body.ribbon-page .award-wrapper:hover .award-content {
    margin-right: 0; }

/*opacity*/
/*=========================== media query mixin=================*/
/*=========================== media query mixin=================*/
/* cta bor spacing */
@font-face {
  font-family: 'Open24DisplaySt';
  src: url("../../fonts/Open24/Open24DisplaySt.woff") format("woff"), url("../../fonts/Open24/Open24DisplaySt.ttf") format("truetype"), url("../../fonts/Open24/Open24DisplaySt.svg#Open24DisplaySt") format("svg");
  font-weight: normal;
  font-style: normal; }
.showdiscount-modal {
  /*halloween start*/ }
  .showdiscount-modal .modal-dialog {
    width: 700px;
    max-width: 95%;
    margin: 0 auto; }
    .showdiscount-modal .modal-dialog .modal-content .modal-body {
      /* color: #000;
      background-color: #050219; */
      /* background-image: url("https://www.ivacy.com/wp-content/uploads/2018/08/Exit-Intent-Bg.jpg"); */
      background-image: url(https://ivacy-website-images.s3.amazonaws.com/wp-content/uploads/2024/02/26164447/exit-intent-3.jpg);
      background-size: cover;
      text-align: center;
      padding: 30px 25px;
      border-radius: 10px;
      border: 0; }
      @media (max-width: 520px) {
        .showdiscount-modal .modal-dialog .modal-content .modal-body {
          padding: 30px 15px; } }
      .showdiscount-modal .modal-dialog .modal-content .modal-body .deal {
        color: #fff; }
      .showdiscount-modal .modal-dialog .modal-content .modal-body .just-for {
        text-align: center;
        display: inline-block;
        margin: 15px auto; }
      .showdiscount-modal .modal-dialog .modal-content .modal-body .get-offer {
        color: #fff;
        font-size: 22px; }
        .showdiscount-modal .modal-dialog .modal-content .modal-body .get-offer strong {
          color: #f47e1f; }
        @media (max-width: 767px) {
          .showdiscount-modal .modal-dialog .modal-content .modal-body .get-offer {
            font-size: 18px; } }
      .showdiscount-modal .modal-dialog .modal-content .modal-body .btn-container {
        margin-top: 25px; }
        .showdiscount-modal .modal-dialog .modal-content .modal-body .btn-container span {
          display: block;
          color: #fff;
          font-size: 16px;
          margin: 5px auto 0;
          font-weight: 700; }
        @media (max-width: 575.98px) {
          .showdiscount-modal .modal-dialog .modal-content .modal-body .btn-container {
            text-align: center; } }
      .showdiscount-modal .modal-dialog .modal-content .modal-body .natfirewall-free {
        color: #ff6803;
        font-size: 20px;
        text-transform: capitalize;
        margin: 20px auto;
        font-weight: 700; }
        .showdiscount-modal .modal-dialog .modal-content .modal-body .natfirewall-free span {
          color: #fff;
          font-weight: 400;
          text-transform: lowercase; }
      .showdiscount-modal .modal-dialog .modal-content .modal-body .pricees {
        color: #e7bc31;
        margin-top: -5px;
        font-size: 45px;
        font-weight: 700;
        padding: 0; }
        @media (max-width: 520px) {
          .showdiscount-modal .modal-dialog .modal-content .modal-body .pricees {
            font-size: 25px;
            padding: 10px;
            margin-bottom: 5px; } }
        .showdiscount-modal .modal-dialog .modal-content .modal-body .pricees .one {
          font-size: 117px; }
          @media (max-width: 520px) {
            .showdiscount-modal .modal-dialog .modal-content .modal-body .pricees .one {
              font-size: 80px; } }
      .showdiscount-modal .modal-dialog .modal-content .modal-body h4, .showdiscount-modal .modal-dialog .modal-content .modal-body .new-h4 {
        font-size: 16px;
        color: #fa5c5d;
        text-transform: uppercase;
        font-weight: 600; }
        @media (max-width: 575.98px) {
          .showdiscount-modal .modal-dialog .modal-content .modal-body h4, .showdiscount-modal .modal-dialog .modal-content .modal-body .new-h4 {
            margin: 0 auto 10px; } }
      .showdiscount-modal .modal-dialog .modal-content .modal-body .btn.btn-primary {
        font-size: 28px;
        font-weight: 700;
        background-color: #ff6803;
        padding: 20px 50px;
        -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.35);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.35); }
      .showdiscount-modal .modal-dialog .modal-content .modal-body .btn.btn-secondary {
        vertical-align: top;
        font-size: 18px;
        color: #f27624;
        background: transparent;
        border: 2px solid #f27624; }
      @media (max-width: 620px) {
        .showdiscount-modal .modal-dialog .modal-content .modal-body .btn.btn-primary {
          padding: 10px 15px;
          font-size: 18px; }
        .showdiscount-modal .modal-dialog .modal-content .modal-body .btn.btn-secondary {
          padding: 5px 10px;
          font-size: 14px; } }
    .showdiscount-modal .modal-dialog .modal-content .close {
      position: absolute;
      right: 15px;
      top: 10px;
      color: #fff;
      text-shadow: 0 0 0;
      z-index: 1;
      opacity: 1;
      font-size: 24px; }
    .showdiscount-modal .modal-dialog .modal-content {
      border: 0;
      border-radius: 10px; }
  .showdiscount-modal.whufc-modal .modal-dialog {
    width: 900px;
    max-width: 95%; }
    .showdiscount-modal.whufc-modal .modal-dialog .modal-content .close {
      z-index: 2;
      color: #000;
      font-weight: 300; }
    .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body {
      padding: 0;
      background: #fcfff1; }
      .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .btn-container {
        margin-top: 10px; }
      .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .btn.btn-primary {
        padding: 15px 30px;
        font-size: 20px; }
      .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .img-div {
        float: left;
        width: 540px;
        padding: 0; }
        .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .img-div img {
          min-height: 100%; }
      .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .popup-content-div {
        padding: 30px 15px 30px 0;
        position: relative;
        z-index: 1; }
        @media (max-width: 575.98px) {
          .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .popup-content-div {
            padding: 45px 15px;
            background: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/07/westham-popup2-Mobile-Version.jpg") no-repeat;
            background-position-x: 0%;
            background-position-y: 0%;
            background-size: auto;
            background-size: contain;
            background-position: bottom center; } }
        @media (max-width: 767.98px) {
          .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .popup-content-div {
            padding: 45px 15px;
            background: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/07/westham-popup2-Mobile-Version.jpg") no-repeat;
            background-position-x: 0%;
            background-position-y: 0%;
            background-size: auto;
            background-size: contain;
            background-position: bottom center; } }
        .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .popup-content-div .logo-img {
          max-width: 120px;
          margin: 15px auto; }
        .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .popup-content-div h3 {
          font-size: 30px;
          font-weight: 700;
          color: #373737;
          padding: 0;
          margin: 0; }
        .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .popup-content-div h4 {
          font-size: 26px;
          font-weight: 300;
          font-family: 'Sofia Pro', sans-serif;
          color: #373737;
          margin: 0 auto;
          padding: 15px 0;
          text-transform: none; }
        .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .popup-content-div h2 {
          font-size: 55px;
          font-weight: 700;
          color: #ca2632;
          margin: 0;
          padding: 0; }
        .showdiscount-modal.whufc-modal .modal-dialog .modal-content .modal-body .popup-content-div p {
          font-size: 14px;
          margin: 0 auto; }
  @media (max-width: 991px) {
    .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .close {
      color: #686868; }
    /* .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body {
      background: #FFF url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/08/29111644/show-indent-bg.jpg") repeat; } */
      .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body h2.deal {
        font-family: "Sofia Pro", sans-serif;
        font-size: 32px;
        color: #000000;
        font-weight: 600;
        text-transform: uppercase; }
      .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body h3.get-offer {
        font-family: "Sofia Pro", sans-serif;
        font-size: 21px;
        color: #535353;
        font-weight: 400;
        text-transform: capitalize;
        padding-top: 5px; }
        .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body h3.get-offer strong {
          color: #535353;
          font-weight: 400; }
      .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body .just-for {
        background: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/08/29111212/img-for.png") no-repeat;
        width: 97px;
        height: 18px;
        margin: 16px auto 2px auto; }
        .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body .just-for img {
          display: none; }
      .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body h3.pricees {
        font-family: "Mont", sans-serif;
        color: #f27624;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 0; }
      .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body h4.natfirewall-free {
        font-family: "Sofia Pro", sans-serif;
        font-size: 24px;
        color: #f27624;
        text-transform: none;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 17px; }
        .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body h4.natfirewall-free span {
          font-size: 24px;
          color: #535353;
          font-weight: 600; }
      .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body .btn-container .btn.btn-primary {
        padding: 19px 35px;
        font-weight: 600;
        box-shadow: none; }
        .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body .btn-container .btn.btn-primary:after {
          display: inline-block;
          content: ' ';
          background-image: url(../../images/cta-arrow-right-white.svg);
          height: 14px;
          width: 20px;
          background-size: 70%, 70%;
          background-repeat: no-repeat;
          margin: 0 0 0 7px;
          transition: all .5s ease;
          position: relative;
          top: 3px; }
      .showdiscount-modal.showdiscount-modal-for-mobile .modal-dialog .modal-content .modal-body .no-intrest {
        display: none; } }
  @media (min-width: 768px) {
    .showdiscount-modal.blackfrday-exitintent .modal-dialog {
      width: 639px; } }
  @media (min-width: 320px) and (max-width: 450px) {
    .showdiscount-modal.blackfrday-exitintent .modal-dialog {
      width: 100%; } }
  @media (min-width: 451px) and (max-width: 677px) {
    .showdiscount-modal.blackfrday-exitintent .modal-dialog {
      width: 344px; } }
  .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content {
    width: 100%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
    @media (min-width: 768px) {
      .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content {
        background: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/11/blackfriday-exitintent-bg1.jpg") no-repeat;
        padding-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content {
        background: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/11/blackfriday-exitintent-bg-mob.jpg") no-repeat;
        background-size: cover;
        text-align: center;
        padding-bottom: 13px; } }
    .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body {
      background: transparent;
      border: 0;
      border-radius: 0;
      padding: 0; }
      .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body {
        position: relative; }
        @media (min-width: 768px) {
          .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body:before {
            content: '';
            display: block;
            width: 150px;
            height: 86px;
            background: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/11/deal-label.png");
            position: absolute;
            right: -96px;
            top: 45px; } }
        .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body p.deal {
          font-size: 23px;
          font-family: 'Mont';
          font-weight: 500;
          text-transform: uppercase;
          margin-top: 52px;
          letter-spacing: 5px; }
          @media (max-width: 767.98px) {
            .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body p.deal {
              margin-top: 39px;
              font-size: 16px;
              font-weight: 400;
              letter-spacing: 0px; } }
        @media (min-width: 768px) {
          .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .blackfriday-text-img {
            margin: -40px auto 0; } }
        @media (max-width: 767.98px) {
          .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .blackfriday-text-img {
            max-width: 100%;
            margin: -30px auto 0; } }
        .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .get-offer {
          font-size: 31px;
          color: #e42024;
          font-family: 'Mont';
          font-weight: 700;
          text-transform: capitalize;
          margin-top: 10px;
          margin-bottom: 0; }
        .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .pricees {
          font-family: 'Mont';
          color: #e42024;
          font-weight: 700;
          -webkit-text-stroke: 1px #7c0000;
          text-shadow: 0px 0px 21px rgba(255, 0, 0, 0.58); }
          @media (min-width: 768px) {
            .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .pricees {
              font-size: 59px;
              text-transform: uppercase;
              margin-top: -6px; } }
          @media (max-width: 767.98px) {
            .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .pricees {
              margin-top: -2px;
              font-size: 40px; } }
        .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .vpn-plan {
          color: #FFF;
          font-size: 26px;
          font-weight: 500;
          font-family: 'Mont';
          text-transform: inherit;
          margin-top: -12px; }
          @media (max-width: 767.98px) {
            .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .vpn-plan {
              font-size: 17px;
              margin-top: -17px; } }
        .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .btn-container {
          margin-top: 16px; }
          @media (max-width: 767.98px) {
            .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .btn-container {
              margin-top: 12px; } }
          .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .btn-container a.btn.btn-primary {
            width: 270px;
            font-size: 23px;
            font-weight: 500;
            background-color: #f27624; }
            @media (max-width: 767.98px) {
              .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .btn-container a.btn.btn-primary {
                padding: 14px 41px;
                font-size: 14px;
                width: auto;
                display: inline-block;
                font-weight: 500;
                line-height: normal; } }
          .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .btn-container p {
            color: #FFF;
            font-size: 13px;
            margin-top: 6px;
            padding-bottom: 13px; }
            @media (max-width: 767.98px) {
              .showdiscount-modal.blackfrday-exitintent .modal-dialog .modal-content .modal-body .blackfriday-body .btn-container p {
                font-size: 9px; } }
  @media (min-width: 768px) {
    .showdiscount-modal.halloween-exit-intent .modal-dialog {
      width: 588px;
      height: 90%; } }
  .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content {
    background-color: transparent; }
    @media (max-width: 767.98px) {
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .close {
        top: -20px; } }
    @media (min-width: 768px) {
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body {
        min-height: 486px;
        padding: 0;
        background: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/10/21144012/exit-indent-halloween-new.png") no-repeat;
        background-position: center;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        padding: 0 0 0 38px; } }
    @media (max-width: 767.98px) {
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body {
        background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/10/23122125/halloween-exitintent-mobile-bg.png) no-repeat;
        min-height: 340px;
        -webkit-background-size: cover;
        background-size: 100% 100%;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        padding: 0; } }
    .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body h2 {
      font-weight: 400;
      font-size: 21px;
      margin-top: 110px;
      color: #383838; }
      @media (max-width: 767.98px) {
        .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body h2 {
          margin-top: 72px;
          font-size: 16.77px; } }
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body h2 span {
        font-weight: 600;
        font-size: 34px;
        display: block;
        letter-spacing: -1px;
        margin-top: 2px; }
        @media (max-width: 767.98px) {
          .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body h2 span {
            font-size: 27px; }
            .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body h2 span > img {
              width: 68px;
              height: 29px; } }
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body h2 .sale-tag {
        vertical-align: text-bottom; }
    .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .pricees {
      margin: 0px auto;
      color: #1a1a6a;
      font-size: 46px;
      font-weight: 700;
      font-family: 'Mont', sans-serif;
      margin: 10px auto 8px auto; }
      @media (max-width: 767.98px) {
        .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .pricees {
          font-size: 35px;
          margin-top: -8px;
          margin-bottom: 0; } }
    .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .natfirewall-free {
      color: #383838;
      font-size: 24px;
      text-transform: none;
      margin: -9px auto 0;
      font-weight: 400;
      padding-left: 13px; }
      @media (max-width: 767.98px) {
        .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .natfirewall-free {
          font-size: 18px; } }
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .natfirewall-free span {
        font-weight: 700;
        color: #f27624;
        font-size: 28px;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .natfirewall-free span {
            font-size: 22px; } }
    @media (min-width: 768px) {
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .btn-container {
        margin: 30px auto 0; } }
    @media (max-width: 767.98px) {
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .btn-container {
        margin: 24px auto 0; } }
    .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .btn-container p {
      color: #5b5a5a;
      font-size: 11.5px;
      margin: 7px auto 0; }
      @media (max-width: 767.98px) {
        .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .btn-container p {
          font-size: 8.69px;
          margin-top: 4px; } }
    .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .btn-container a {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      font-size: 18px;
      font-weight: 600;
      padding: 18px 42px; }
      @media (max-width: 767.98px) {
        .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .btn-container a {
          font-size: 14px;
          padding: 13px 23px; } }
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .btn-container a:after {
        display: inline-block;
        content: ' ';
        background-image: url("../../images/cta-arrow-right-white.svg");
        height: 10px;
        width: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 0 0 7px;
        transition: all .5s ease; }
      .showdiscount-modal.halloween-exit-intent .modal-dialog .modal-content .modal-body .btn-container a:hover::after {
        transform: translateX(5px);
        transition: all .5s ease; }
  .showdiscount-modal.netflix-exit-intent .modal-dialog {
    width: 900px;
    min-height: 100vh; }
    .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content {
      background: transparent; }
      @media (max-width: 992px) {
        .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content {
          max-width: 660px;
          margin: 0 auto; }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .close {
            color: #000; } }
      @media (max-width: 768px) {
        .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content {
          max-width: 420px; } }
      @media (max-width: 414px) {
        .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content {
          max-width: 320px; } }
      .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body {
        background: #fff url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/10/exit-intent-bg.jpg") no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        margin: 0 auto;
        width: 100%; }
        @media (max-width: 992px) {
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body {
            background: #FFF url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/08/29111644/show-indent-bg.jpg") repeat; } }
        .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body {
          width: 50%;
          padding: 40px 30px;
          height: 100%; }
          @media (max-width: 992px) {
            .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body {
              width: 100%;
              padding: 30px 15px; } }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .deal {
            color: #221f1f;
            font-size: 30px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 auto;
            line-height: 1.2; }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .get-offer {
            font-size: 16px;
            color: #535353;
            margin: 15px auto;
            line-height: 1.2; }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .just-for {
            margin: 0 auto 5px; }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .pricees {
            font-size: 44px;
            color: #f27624;
            font-family: 'Mont', sans-serif;
            margin: 0 auto; }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .timer-label {
            font-size: 14px;
            color: #535353;
            font-weight: 400;
            margin: 0 auto; }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer {
            margin: 0; }
            .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer span {
              letter-spacing: 3px;
              font-family: "Open24DisplaySt", sans-serif;
              font-size: 32px;
              color: #000000;
              display: inline-block;
              min-width: 60px;
              font-weight: 700;
              position: relative; }
              .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer span:after {
                content: ':';
                position: absolute;
                top: 0;
                right: -3px; }
              .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer span:last-child:after {
                display: none; }
              .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer span > small {
                display: block;
                font-size: 10px;
                letter-spacing: 0;
                font-family: 'Mont', sans-serif;
                text-transform: uppercase; }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .btn.btn-primary {
            -webkit-box-shadow: 0 0 0 0 #000;
            -moz-box-shadow: 0 0 0 0 #000;
            box-shadow: 0 0 0 0 #000; }
          .showdiscount-modal.netflix-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .netflix-last-line {
            font-size: 16px;
            color: #535353;
            line-height: 1.2;
            margin: 15px auto 0; }
  .showdiscount-modal.holiday-exit-intent.fade.show {
    height: auto;
    width: auto;
    position: fixed;
    top: auto;
    right: auto;
    overflow: visible;
    bottom: 15px;
    left: 15px; }
    @media (max-width: 767.98px) {
      .showdiscount-modal.holiday-exit-intent.fade.show {
        width: 100%;
        left: 0;
        right: 0; } }
  .showdiscount-modal.holiday-exit-intent .modal-dialog {
    width: 369px; }
    @media (max-width: 767.98px) {
      .showdiscount-modal.holiday-exit-intent .modal-dialog {
        width: 327px; } }
    .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .close {
      left: -15px;
      border-radius: 50%;
      top: -19px;
      height: 25px;
      width: 25px;
      background: #000;
      color: #fff; }
    .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body {
      background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/11003547/exitintent-inner-bg.jpg");
      border: 0;
      padding: 0 0 15px; }
      @media (max-width: 767.98px) {
        .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body {
          background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/11011311/exitintent-inner-bg-mobile.jpg"); } }
      .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .get-offer {
        color: #40525c;
        font-size: 21px;
        font-weight: 600;
        margin-top: 46px; }
        @media (max-width: 767.98px) {
          .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .get-offer {
            margin-top: 62px; } }
      .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .pricees {
        color: #ef5454;
        font-size: 23px;
        font-weight: 700;
        margin-top: 0px; }
      .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .timer-label {
        font-size: 19px;
        color: #40525c; }
      .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .btn-container {
        margin-top: -8px; }
        .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .btn-container a.btn.btn-primary {
          text-transform: uppercase !important;
          font-size: 16.78px;
          padding: 8px 18px;
          box-shadow: none;
          font-weight: 600; }
          .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .btn-container a.btn.btn-primary:after {
            display: inline-block;
            content: ' ';
            background-image: url(../../images/cta-arrow-right-white.svg);
            height: 12px;
            width: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            margin: 0 0 0 7px;
            transition: all .5s ease; }
          .showdiscount-modal.holiday-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .btn-container a.btn.btn-primary:hover:after {
            transform: translateX(5px);
            transition: all .5s ease; }
  .showdiscount-modal.holiday-exit-intent-home.fade.show {
    height: auto;
    width: auto;
    position: fixed;
    top: auto;
    right: auto;
    overflow: visible;
    bottom: 15px;
    left: 15px; }
    @media (max-width: 767.98px) {
      .showdiscount-modal.holiday-exit-intent-home.fade.show {
        width: 100%;
        left: 0;
        right: 0; } }
  .showdiscount-modal.holiday-exit-intent-home .modal-dialog {
    width: 506px; }
    .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content {
      background: transparent;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }
      .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .close {
        left: -15px;
        top: -19px;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        background: #000;
        color: #fff; }
        @media (max-width: 767.98px) {
          .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .close {
            left: -5px;
            top: -15px; } }
      .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body {
        background: #a7fdd7;
        background: -moz-linear-gradient(90deg, #c7efc4 0%, #e4f8b2 100%);
        background: -webkit-linear-gradient(90deg, #c7efc4 0%, #e4f8b2 100%);
        background: linear-gradient(90deg, #c7efc4 0%, #e4f8b2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a7fdd7", endColorstr="#d7f4f0", GradientType=1);
        padding: 0 0 0 89px;
        border: 0; }
        .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body:before {
          content: '';
          display: block;
          background-repeat: no-repeat;
          background-position: center left;
          position: absolute;
          left: 0;
          top: 0; }
          @media (min-width: 768px) {
            .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body:before {
              background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/13010544/chiristmas-exitintent-left-icon.png);
              width: 47px;
              height: 100%;
              margin-left: 23px; } }
          @media (max-width: 767.98px) {
            .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body:before {
              background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/13011529/chiristmas-exitintent-left-icon-mobile.png) no-repeat center left;
              width: 69px;
              height: 100%;
              margin-left: 19px; } }
        .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body:after {
          background: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/12/10234707/exitintent-right-icon.png") no-repeat;
          width: 58px;
          height: 50px;
          bottom: 0;
          right: 0; }
        @media (max-width: 767.98px) {
          .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body {
            padding: 8px 0 15px 110px; } }
        .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img {
          width: 100%;
          display: block;
          text-align: left; }
          @media (min-width: 768px) {
            .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img {
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 11px 0; } }
          @media (max-width: 767.98px) {
            .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img {
              padding: 0 0; } }
          .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img h6 {
            font-size: 16px;
            color: #40525c;
            font-weight: 700;
            line-height: 1.5;
            margin: 2px 0 0; }
            .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img h6 span {
              display: block;
              font-size: 15px;
              font-weight: 500; }
          .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img .sm-mn-btn {
            display: inline-block;
            color: #FFF;
            background: #f27624;
            padding: 8px 8px 9px 15px;
            text-transform: uppercase;
            border-radius: 22px;
            font-size: 15px;
            margin-right: 8px;
            font-weight: 600;
            line-height: 22px; }
            @media (max-width: 767.98px) {
              .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img .sm-mn-btn {
                margin-top: 7px; } }
            .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img .sm-mn-btn:after {
              display: inline-block;
              content: ' ';
              background-image: url(../../images/cta-arrow-right-white.svg);
              height: 9px;
              width: 20px;
              background-size: contain;
              background-repeat: no-repeat;
              margin: 0 0 0 5px;
              transition: all .5s ease; }
            .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-img .sm-mn-btn:hover:after {
              transform: translateX(5px);
              transition: all .5s ease; }
        .showdiscount-modal.holiday-exit-intent-home .modal-dialog .modal-content .modal-body .exit-intent-body .exit-intent-resp-close {
          color: #FFF;
          position: relative;
          left: -7px;
          top: 17px;
          font-size: 20px;
          text-shadow: 0 2px 4px #0000008a;
          display: inline-block;
          position: absolute;
          top: -12px; }
  .showdiscount-modal.affilate-exit-intent {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4); }
    .showdiscount-modal.affilate-exit-intent .modal-dialog {
      width: 650px; }
      .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body {
        background-color: #050219;
        background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/02/18012801/affilate-exitintent-bg.jpg);
        background-size: cover;
        text-align: center;
        padding: 30px 25px;
        border-radius: 10px;
        border: 0; }
        .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body h2 {
          font-size: 42px;
          color: #FFF;
          font-weight: 700;
          text-transform: uppercase;
          margin: 20px 0 0; }
          @media (max-width: 767.98px) {
            .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body h2 {
              font-size: 30px; } }
          .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body h2 span {
            display: block;
            font-size: 25px;
            font-weight: 400;
            text-transform: capitalize; }
        .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body h3 {
          color: #f27624;
          font-size: 60px;
          text-transform: uppercase;
          font-family: 'Mont', sans-serif;
          font-weight: 700; }
          @media (max-width: 767.98px) {
            .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body h3 {
              font-size: 40px; } }
          .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body h3 span {
            color: #FFF;
            font-size: 22px;
            font-weight: 400;
            position: relative;
            top: -11px; }
            @media (max-width: 767.98px) {
              .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body h3 span {
                top: -6px; } }
        .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer {
          color: #fff;
          text-shadow: none; }
          .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer > span {
            font-size: 34px;
            font-family: 'Mont', sans-serif;
            min-width: 80px;
            font-weight: 700;
            display: inline-block;
            position: relative; }
            @media (max-width: 767.98px) {
              .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer > span {
                min-width: 70px; } }
            .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer > span small {
              font-size: 12px;
              color: #FFF;
              font-weight: 400;
              display: block; }
            .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer > span.timer-minutes:after, .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer > span.timer-seconds:after, .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .countdown-timer > span.timer-days:after {
              content: ":";
              position: absolute;
              top: 0;
              bottom: 0;
              left: calc(100% - 0px);
              margin: auto;
              font-weight: 300;
              font-size: 30px; }
        .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .cta-box .btn.btn-primary {
          font-size: 22px;
          font-weight: 600; }
          @media (max-width: 767.98px) {
            .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .cta-box .btn.btn-primary {
              padding: 15px 30px;
              font-size: 18px;
              line-height: normal; } }
        .showdiscount-modal.affilate-exit-intent .modal-dialog .modal-content .modal-body .exit-intent-body .cta-box span {
          color: #FFF; }

.showdiscount-modal.holiday-exit-intent-home.fr .modal-dialog {
  width: 700px; }

.showdiscount-modal.holiday-exit-intent-home.de .modal-dialog {
  width: 640px; }

.showdiscount-modal.holiday-exit-intent-home.es .modal-dialog {
  width: 640px; }

.modal.showdiscount-modal.holiday-exit-intent.fade.show {
  height: auto;
  width: auto;
  position: fixed;
  top: auto;
  right: auto;
  overflow: visible;
  bottom: 15px;
  left: 15px; }
  @media (max-width: 767.98px) {
    .modal.showdiscount-modal.holiday-exit-intent.fade.show {
      width: 100% !important;
      left: 0 !important; } }

.modal-backdrop.show {
  opacity: 0.8; }

html[lang="en-EN"] .modal-backdrop.fade.show {
  display: none; }

html[lang="fr-FR"] .new-homepage .modal-backdrop.fade.show, html[lang="de-DE"] .new-homepage .modal-backdrop.fade.show, html[lang="es-ES"] .new-homepage .modal-backdrop.fade.show {
  display: none; }

html[lang="en-EN"] .modal-open, html[lang="fr-FR"] .modal-open, html[lang="de-DE"] .modal-open, html[lang="es-ES"] .modal-open {
  overflow-y: auto !important;
  padding: 0 !important; }

.showdiscount-modal.dealUnlocked_exitintent {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }
  .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body {
    background: #fff url(https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/12/Group-2.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin: 0 auto;
    width: 100%; }
    .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h3 {
      font-weight: 600;
      font-size: 28px;
      text-transform: uppercase; }
    .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h2 {
      font-weight: 700;
      font-size: 48px;
      margin: 10px 0 15px; }
    .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body .discription {
      font-weight: 500;
      font-size: 22px;
      color: #000;
      line-height: normal; }
      .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body .discription span {
        font-size: 25px;
        font-weight: 400; }
    .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body .timer-label {
      color: #000; }
    .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body .btn.btn-primary {
      background: #df0000;
      font-weight: 600;
      font-size: 21px;
      text-transform: uppercase !important;
      padding: 15px 50px; }
    .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body .netflix-last-line {
      color: #000; }

.modal.showdiscount-modal.newyear2020-extintent {
  background: transparent;
  top: initial;
  bottom: -230px;
  z-index: 99999999999; }
  .modal.showdiscount-modal.newyear2020-extintent .modal-content {
    max-width: 365px;
    margin: auto; }
    .modal.showdiscount-modal.newyear2020-extintent .modal-content .close {
      top: 0;
      background: #000000bf;
      color: #FFF;
      border-radius: 50%;
      padding: 0;
      left: 0;
      right: initial; }
    .modal.showdiscount-modal.newyear2020-extintent .modal-content .modal-body {
      padding: 0px;
      background: transparent;
      border: 0px; }
      .modal.showdiscount-modal.newyear2020-extintent .modal-content .modal-body .exit-intent-body {
        background: #c4ebef;
        background: -moz-linear-gradient(180deg, #c4ebef 0%, #bbd2ff 100%);
        background: -webkit-linear-gradient(180deg, #c4ebef 0%, #bbd2ff 100%);
        background: linear-gradient(180deg, #c4ebef 0%, #bbd2ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4ebef",endColorstr="#bbd2ff",GradientType=1);
        border-radius: 6px; }
        .modal.showdiscount-modal.newyear2020-extintent .modal-content .modal-body .exit-intent-body a {
          padding: 13px 3px 13px 100px;
          display: block;
          text-align: left; }
          .modal.showdiscount-modal.newyear2020-extintent .modal-content .modal-body .exit-intent-body a img {
            position: absolute;
            left: 13px;
            transform: scale(0.9); }
          .modal.showdiscount-modal.newyear2020-extintent .modal-content .modal-body .exit-intent-body a h6 {
            font-size: 16px;
            color: #3a3a3a;
            font-weight: 600; }
            .modal.showdiscount-modal.newyear2020-extintent .modal-content .modal-body .exit-intent-body a h6 span {
              font-size: 15px;
              display: block; }
          .modal.showdiscount-modal.newyear2020-extintent .modal-content .modal-body .exit-intent-body a .sm-mn-btn {
            display: inline-block;
            font-size: 15px;
            color: #FFF;
            background: #f27624;
            text-transform: uppercase;
            padding: 8px 12px 8px 20px;
            border-radius: 22px;
            line-height: normal; }
            .modal.showdiscount-modal.newyear2020-extintent .modal-content .modal-body .exit-intent-body a .sm-mn-btn:after {
              content: "";
              display: inline-block;
              background-image: url(https://www.ivacy.com/wp-content/themes/ivacy_v2/template/assets/images/cta-arrow-right-white.svg);
              height: 10px;
              width: 20px;
              background-size: contain;
              background-repeat: no-repeat;
              transition: all .5s ease;
              margin-left: 11px;
              position: relative;
              top: 0; }

html[lang="fr-FR"] .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h2 {
  font-size: 20px; }

html[lang="de-DE"] .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h2 {
  font-size: 30px; }

html[lang="es-ES"] .showdiscount-modal.dealUnlocked_exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h2 {
  font-size: 30px; }

.modal.showdiscount-modal {
  background: rgba(0, 0, 0, 0.57); }

.showdiscount-modal.trial-exitintent .modal-dialog {
  width: 800px; }
  .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body {
    background: url(https://www.ivacy.com/wp-content/uploads/2020/04/trial-exitintent-bg1.jpg) center;
    padding: 70px;
    border: 0px;
    border-radius: 3px; }
    .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h5 {
      font-family: Mont;
      font-size: 26px;
      color: #FFF;
      font-weight: 500;
      margin: 0 0 0px; }
    .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h3 {
      font-size: 32px;
      color: #FFF;
      font-weight: 700;
      line-height: 1.4;
      font-family: Mont;
      letter-spacing: 0.3px;
      margin: 40px 0; }
    .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body p {
      font-size: 14px;
      color: #FFF;
      font-style: italic;
      font-weight: 200;
      margin: 15px 0 0;
      font-family: Mont; }
    .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body .btn.btn-primary {
      font-size: 20px;
      font-weight: 600;
      margin: 0px 0 0; }
    @media (max-width: 990px) {
      .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body {
        padding: 37px 11px; }
        .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body {
          text-align: center; }
          .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h5 {
            font-size: 19px; }
          .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body h3 {
            font-size: 22px;
            margin: 14px 0; }
          .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body p {
            margin: 11px 0 0;
            font-size: 12px; }
          .showdiscount-modal.trial-exitintent .modal-dialog .modal-content .modal-body .exit-intent-body .btn.btn-primary {
            font-size: 18px; } }

.showdiscount-modal.trial-exitintent2 .modal-dialog {
  width: 800px; }
  .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content {
    background: transparent; }
    .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .close {
      top: 5px; }
    .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .modal-body {
      background: transparent;
      padding: 40px 0;
      border: 0px;
      border-radius: 3px; }
      .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .modal-body:before {
        content: "";
        width: 90%;
        height: 100%;
        position: absolute;
        background: #feb229;
        background: -moz-linear-gradient(90deg, #feb229 0%, #ffc762 100%);
        background: -webkit-linear-gradient(90deg, #feb229 0%, #ffc762 100%);
        background: linear-gradient(90deg, #feb229 0%, #ffc762 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb229",endColorstr="#ffc762",GradientType=1);
        right: 0px;
        border-radius: 10px;
        z-index: -1; }
      .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .modal-body:after {
        content: url("https://www.ivacy.com/wp-content/uploads/2020/05/girl-large.png");
        position: absolute;
        right: 30px;
        bottom: -6px; }
      .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .modal-body .exit-intent-body {
        width: 460px;
        background: #ffffff;
        border-radius: 7px;
        padding: 30px;
        box-shadow: 0 0 14px 3px #e2d7d769 inset; }
        .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .modal-body .exit-intent-body h5 {
          font-size: 26px;
          color: #434343;
          font-weight: 600;
          margin: 0; }
        .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .modal-body .exit-intent-body h3 {
          font-size: 21px;
          color: #767676;
          font-weight: 500;
          line-height: 1.4;
          letter-spacing: .3px;
          margin: 20px 0; }
        .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .modal-body .exit-intent-body p {
          font-size: 14px;
          color: #999999;
          margin: 8px 0 0; }
        .showdiscount-modal.trial-exitintent2 .modal-dialog .modal-content .modal-body .exit-intent-body .btn.btn-primary {
          font-size: 20px;
          font-weight: 600;
          margin: 0;
          padding: 18px 30px;
          box-shadow: 0 0 0 0 transparent; }

.modal.showdiscount-modal.freetrial-mblexitintent {
  background: transparent;
  top: initial;
  bottom: 10px;
  z-index: 99999999999; }
  .modal.showdiscount-modal.freetrial-mblexitintent .modal-content {
    max-width: 365px;
    margin: auto; }
    .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .close {
      top: 0;
      background: #000000bf;
      color: #FFF;
      border-radius: 50%;
      padding: 0;
      left: 0;
      right: initial; }
    .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body {
      padding: 0px;
      background: transparent;
      border: 0px; }
      .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body .exit-intent-body {
        background: #feb229;
        background: -moz-linear-gradient(90deg, #feb229 0%, #ffc762 100%);
        background: -webkit-linear-gradient(90deg, #feb229 0%, #ffc762 100%);
        background: linear-gradient(90deg, #feb229 0%, #ffc762 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb229",endColorstr="#ffc762",GradientType=1);
        border-radius: 6px; }
        .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body .exit-intent-body a {
          padding: 13px 3px 13px 115px;
          display: block;
          text-align: left;
          z-index: 0;
          position: relative; }
          .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body .exit-intent-body a img {
            position: absolute;
            left: -9px;
            transform: scale(0.9);
            bottom: -5px;
            z-index: -1; }
          .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body .exit-intent-body a h6 {
            font-size: 16px;
            color: #3a3a3a;
            font-weight: 600; }
            .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body .exit-intent-body a h6 span {
              font-size: 15px;
              display: block; }
            .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body .exit-intent-body a h6 b {
              font-weight: 800;
              text-transform: uppercase;
              color: #1d5b94; }
          .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body .exit-intent-body a .sm-mn-btn {
            display: inline-block;
            font-size: 15px;
            color: #FFF;
            background: #f27624;
            text-transform: uppercase;
            padding: 8px 12px 8px 20px;
            border-radius: 22px;
            line-height: normal; }
            .modal.showdiscount-modal.freetrial-mblexitintent .modal-content .modal-body .exit-intent-body a .sm-mn-btn:after {
              content: "";
              display: inline-block;
              background-image: url(https://www.ivacy.com/wp-content/themes/ivacy_v2/template/assets/images/cta-arrow-right-white.svg);
              height: 10px;
              width: 20px;
              background-size: contain;
              background-repeat: no-repeat;
              transition: all .5s ease;
              margin-left: 11px;
              position: relative;
              top: 0; }

.trial-exitintent3 .modal-dialog .modal-content {
  background: transparent; }
  .trial-exitintent3 .modal-dialog .modal-content .modal-body {
    padding: 45px 25px;
    min-height: 393.47px;
    background: url(https://www.ivacy.com/wp-content/uploads/2020/06/exit-newbg.png) no-repeat;
    border: 0px;
    text-align: center;
    background-size: 100%; }
    .trial-exitintent3 .modal-dialog .modal-content .modal-body h6 {
      font-size: 23px;
      color: #FFF;
      text-transform: uppercase;
      font-weight: 600; }
    .trial-exitintent3 .modal-dialog .modal-content .modal-body h4 {
      font-size: 34px;
      color: #FFF;
      display: inline-block;
      position: relative;
      margin: 0 0 26px; }
      .trial-exitintent3 .modal-dialog .modal-content .modal-body h4 span {
        display: block;
        font-size: 21px;
        font-weight: 300; }
      .trial-exitintent3 .modal-dialog .modal-content .modal-body h4:before {
        content: "";
        width: 60px;
        height: 4px;
        background: linear-gradient(to right, #ffffff00, white);
        position: absolute;
        left: -80px;
        bottom: 0;
        top: 0;
        margin: auto; }
      .trial-exitintent3 .modal-dialog .modal-content .modal-body h4:after {
        content: "";
        width: 60px;
        height: 4px;
        background: linear-gradient(to right, white, #ffffff00);
        position: absolute;
        right: -80px;
        bottom: 0;
        top: 0;
        margin: auto; }
    .trial-exitintent3 .modal-dialog .modal-content .modal-body ul {
      max-width: 470px;
      padding: 0 0 10px;
      width: 100%;
      margin: 16px auto 15px; }
      .trial-exitintent3 .modal-dialog .modal-content .modal-body ul li {
        display: inline-block;
        color: #FFF;
        font-weight: 300;
        font-size: 14px;
        margin: 0 7px 10px; }
        .trial-exitintent3 .modal-dialog .modal-content .modal-body ul li img {
          margin: 0 10px 0 0;
          display: inline-block;
          vertical-align: middle; }
    .trial-exitintent3 .modal-dialog .modal-content .modal-body .exit-freetrial-signup-form {
      border: 1px solid #d8d8d8;
      display: inline-block;
      border-radius: 70px;
      position: relative;
      max-width: 508px;
      width: 100%;
      background: #FFF; }
      .trial-exitintent3 .modal-dialog .modal-content .modal-body .exit-freetrial-signup-form input {
        padding: 17px 43px;
        font-size: 20px;
        border: 0;
        border-radius: 50px;
        width: 100%;
        max-width: 250px;
        outline: 0; }
      .trial-exitintent3 .modal-dialog .modal-content .modal-body .exit-freetrial-signup-form a.exit-freetrial-signup-form-btn {
        display: inline-block;
        padding: 17px 33px;
        background: #f27624;
        color: #FFF;
        border-radius: 42px;
        border: 0;
        font-weight: 500;
        font-size: 20px;
        text-transform: uppercase; }
        .trial-exitintent3 .modal-dialog .modal-content .modal-body .exit-freetrial-signup-form a.exit-freetrial-signup-form-btn:after {
          display: inline-block;
          content: " ";
          background-image: url(https://www.ivacy.com/wp-content/themes/ivacy_v2/template/assets/images/cta-arrow-right-white.svg);
          height: 14px;
          width: 20px;
          background-size: contain;
          background-repeat: no-repeat;
          margin: 0 0 0 15px;
          transition: all .5s ease; }

.trial-exitintent-mbl {
  max-height: 110px;
  bottom: 0;
  top: initial;
  background: transparent !important;
  z-index: 99999999999999999999999999999999999999999999999999999; }
  .trial-exitintent-mbl .modal-dialog .modal-content .modal-body {
    padding: 0px;
    background-color: transparent !important;
    border: 0px !important;
    background-image: initial; }
    .trial-exitintent-mbl .modal-dialog .modal-content .modal-body img {
      max-width: 100%; }

@font-face {
  font-family: "countryflag";
  src: url("../../fonts/countryflag/countryflag.eot?o4bx0s");
  src: url("../../fonts/countryflag/countryflag.eot?o4bx0s#iefix") format("embedded-opentype"), url("../../fonts/countryflag/countryflag.ttf?o4bx0s") format("truetype"), url("../../fonts/countryflag/countryflag.woff?o4bx0s") format("woff"), url("../../fonts/countryflag/countryflag.svg?o4bx0s#countryflag") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
[class^="countryflag-"], [class*=" countryflag-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "countryflag" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.countryflag-mauritius .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-mauritius .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-mauritius .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mauritius .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-austria .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-austria .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-austria .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-oman .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-oman .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-oman .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-oman .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path29:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path30:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-oman .path32:before {
  content: "";
  margin-left: -1em;
  color: #d23741; }

.countryflag-ethiopia .path1:before {
  content: "";
  color: #73af00; }

.countryflag-ethiopia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ethiopia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ethiopia .path4:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-ethiopia .path5:before {
  content: "";
  margin-left: -1em;
  color: #f2dd30; }

.countryflag-ethiopia .path6:before {
  content: "";
  margin-left: -1em;
  color: #f2dd30; }

.countryflag-tanzania .path1:before {
  content: "";
  color: #73af00; }

.countryflag-tanzania .path2:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-tanzania .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tanzania .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-nicaragua .path1:before {
  content: "";
  color: #41479b; }

.countryflag-nicaragua .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-nicaragua .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nicaragua .path4:before {
  content: "";
  margin-left: -1em;
  color: #afebff; }

.countryflag-nicaragua .path5:before {
  content: "";
  margin-left: -1em;
  color: #557de6; }

.countryflag-nicaragua .path6:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path7:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path8:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path9:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path11:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path12:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path13:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path14:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path15:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path16:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path17:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path18:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path19:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path20:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path21:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path22:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-nicaragua .path24:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path25:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path26:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path27:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-nicaragua .path29:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path30:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path31:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nicaragua .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-nicaragua .path33:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-nicaragua .path34:before {
  content: "";
  margin-left: -1em;
  color: #5aa0e6; }

.countryflag-nicaragua .path35:before {
  content: "";
  margin-left: -1em;
  color: #9bc800; }

.countryflag-nicaragua .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffe14e; }

.countryflag-nicaragua .path37:before {
  content: "";
  margin-left: -1em;
  color: #ffb14e; }

.countryflag-nicaragua .path38:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-nicaragua .path39:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-nicaragua .path40:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-estonia .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-estonia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-estonia .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-uganda .path1:before {
  content: "";
  color: #464655; }

.countryflag-uganda .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uganda .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-uganda .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-uganda .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uganda .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-uganda .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uganda .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-uganda .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uganda .path10:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-uganda .path11:before {
  content: "";
  margin-left: -1em;
  color: #696e7d; }

.countryflag-uganda .path12:before {
  content: "";
  margin-left: -1em;
  color: #fffcff; }

.countryflag-uganda .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-uganda .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uganda .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-slovenia .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-slovenia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-slovenia .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-slovenia .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-slovenia .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-slovenia .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-slovenia .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-slovenia .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-slovenia .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-slovenia .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-slovenia .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff1722; }

.countryflag-zimbabwe .path1:before {
  content: "";
  color: #73af00; }

.countryflag-zimbabwe .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-zimbabwe .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-zimbabwe .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-zimbabwe .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-zimbabwe .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-zimbabwe .path7:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-zimbabwe .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-zimbabwe .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-zimbabwe .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-zimbabwe .path11:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-zimbabwe .path12:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-zimbabwe .path13:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-zimbabwe .path14:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sao-tome-and-prince .path1:before {
  content: "";
  color: #73af00; }

.countryflag-sao-tome-and-prince .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sao-tome-and-prince .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-sao-tome-and-prince .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sao-tome-and-prince .path5:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-italy .path1:before {
  content: "";
  color: #73af00; }

.countryflag-italy .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-italy .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-wales .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-wales .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-wales .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-wales .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-wales .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-wales .path6:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-wales .path7:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-el-salvador .path1:before {
  content: "";
  color: #41479b; }

.countryflag-el-salvador .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-el-salvador .path4:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path5:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path6:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path7:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path8:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path9:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path10:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path11:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path12:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path13:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path14:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path15:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path16:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path17:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path18:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path19:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path20:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path21:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path22:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path23:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path24:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path25:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path26:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path27:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path28:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path29:before {
  content: "";
  margin-left: -1em;
  color: #50af69; }

.countryflag-el-salvador .path30:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-el-salvador .path32:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path33:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-el-salvador .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path36:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path37:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-el-salvador .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path39:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path40:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-el-salvador .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path42:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path43:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-el-salvador .path44:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path45:before {
  content: "";
  margin-left: -1em;
  color: #ffe6e6; }

.countryflag-el-salvador .path46:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-el-salvador .path47:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path48:before {
  content: "";
  margin-left: -1em;
  color: #5aa0e6; }

.countryflag-el-salvador .path49:before {
  content: "";
  margin-left: -1em;
  color: #ffb750; }

.countryflag-el-salvador .path50:before {
  content: "";
  margin-left: -1em;
  color: #ffc455; }

.countryflag-el-salvador .path51:before {
  content: "";
  margin-left: -1em;
  color: #ffcd55; }

.countryflag-el-salvador .path52:before {
  content: "";
  margin-left: -1em;
  color: #ffd25a; }

.countryflag-el-salvador .path53:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path54:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-el-salvador .path55:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-el-salvador .path56:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-el-salvador .path57:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path58:before {
  content: "";
  margin-left: -1em;
  color: #5aa0e6; }

.countryflag-el-salvador .path59:before {
  content: "";
  margin-left: -1em;
  color: #9bc800; }

.countryflag-el-salvador .path60:before {
  content: "";
  margin-left: -1em;
  color: #ffe14e; }

.countryflag-el-salvador .path61:before {
  content: "";
  margin-left: -1em;
  color: #ffb14e; }

.countryflag-el-salvador .path62:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-el-salvador .path63:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path64:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path65:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-el-salvador .path66:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path67:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path68:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-el-salvador .path69:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-nepal .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-nepal .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-nepal .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-nepal .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nepal .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-christmas-island .path1:before {
  content: "";
  color: #41479b; }

.countryflag-christmas-island .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-christmas-island .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-christmas-island .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-christmas-island .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-christmas-island .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-christmas-island .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-christmas-island .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-christmas-island .path9:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-christmas-island .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-lebanon .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-lebanon .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-lebanon .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-lebanon .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-ceuta .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-ceuta .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-ceuta .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-ceuta .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-ceuta .path5:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-ceuta .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ceuta .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ceuta .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path16:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ceuta .path17:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ceuta .path18:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ceuta .path19:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ceuta .path20:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ceuta .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path22:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ceuta .path23:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-ceuta .path24:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-ceuta .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ceuta .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ceuta .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ceuta .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ceuta .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ceuta .path30:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ceuta .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ceuta .path32:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ceuta .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ceuta .path34:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-ceuta .path35:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-ceuta .path36:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-iraq .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-iraq .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-iraq .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iraq .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-iraq .path5:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-iraq .path6:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-iraq .path7:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-iraq .path8:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-iraq .path9:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-iraq .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cook-islands .path1:before {
  content: "";
  color: #41479b; }

.countryflag-cook-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cook-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cook-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cook-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cook-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cook-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cook-islands .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-syria .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-syria .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-syria .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-syria .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-syria .path5:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cocos-island .path1:before {
  content: "";
  color: #73af00; }

.countryflag-cocos-island .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cocos-island .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cocos-island .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cocos-island .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cocos-island .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cocos-island .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cocos-island .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cocos-island .path9:before {
  content: "";
  margin-left: -1em;
  color: #964b50; }

.countryflag-cocos-island .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-honduras .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-honduras .path2:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-honduras .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-honduras .path4:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-honduras .path5:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-honduras .path6:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-honduras .path7:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-honduras .path8:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-anguilla .path1:before {
  content: "";
  color: #41479b; }

.countryflag-anguilla .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-anguilla .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-anguilla .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-anguilla .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-anguilla .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-anguilla .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-anguilla .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-anguilla .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffa028; }

.countryflag-anguilla .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffa028; }

.countryflag-anguilla .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffa028; }

.countryflag-anguilla .path12:before {
  content: "";
  margin-left: -1em;
  color: #cdce0c; }

.countryflag-anguilla .path13:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-qatar .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-qatar .path2:before {
  content: "";
  margin-left: -1em;
  color: #873250; }

.countryflag-american-samoa .path1:before {
  content: "";
  color: #41479b; }

.countryflag-american-samoa .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-american-samoa .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-american-samoa .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-american-samoa .path5:before {
  content: "";
  margin-left: -1em;
  color: #d27d69; }

.countryflag-american-samoa .path6:before {
  content: "";
  margin-left: -1em;
  color: #d27d69; }

.countryflag-american-samoa .path7:before {
  content: "";
  margin-left: -1em;
  color: #d27d69; }

.countryflag-american-samoa .path8:before {
  content: "";
  margin-left: -1em;
  color: #d27d69; }

.countryflag-american-samoa .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-american-samoa .path10:before {
  content: "";
  margin-left: -1em;
  color: #b95546; }

.countryflag-american-samoa .path11:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-american-samoa .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-american-samoa .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-american-samoa .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-american-samoa .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-puerto-rico .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-puerto-rico .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-puerto-rico .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-puerto-rico .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-puerto-rico .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-puerto-rico .path6:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-puerto-rico .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-comoros .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-comoros .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-comoros .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-comoros .path4:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-comoros .path5:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-comoros .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-comoros .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-comoros .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-comoros .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-comoros .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-north-korea .path1:before {
  content: "";
  color: #41479b; }

.countryflag-north-korea .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-north-korea .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-north-korea .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-north-korea .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-north-korea .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-north-korea .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-corsica .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-corsica .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-zambia .path1:before {
  content: "";
  color: #73af00; }

.countryflag-zambia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-zambia .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-zambia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-zambia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-zambia .path6:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-saint-kitts-and-nevis .path1:before {
  content: "";
  color: #73af00; }

.countryflag-saint-kitts-and-nevis .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-saint-kitts-and-nevis .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-saint-kitts-and-nevis .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-saint-kitts-and-nevis .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saint-kitts-and-nevis .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saint-kitts-and-nevis .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-china .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-china .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-china .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-china .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-china .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-china .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-luxembourg .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-luxembourg .path2:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-luxembourg .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-central-african-republic .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-central-african-republic .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-central-african-republic .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-central-african-republic .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-central-african-republic .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-central-african-republic .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-jamaica .path1:before {
  content: "";
  color: #73af00; }

.countryflag-jamaica .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-jamaica .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-jamaica .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-cape-verde .path1:before {
  content: "";
  color: #41479b; }

.countryflag-cape-verde .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cape-verde .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cape-verde .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cape-verde .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cape-verde .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-monaco .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-monaco .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bhutan .path1:before {
  content: "";
  color: #ff6e55; }

.countryflag-bhutan .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bhutan .path3:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path4:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path5:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path6:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path7:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path8:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path9:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bhutan .path11:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path12:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path13:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path14:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path15:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path16:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path17:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff6e55; }

.countryflag-bhutan .path19:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bhutan .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bhutan .path22:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path23:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path24:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path25:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path26:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-bhutan .path27:before {
  content: "";
  margin-left: -1em;
  color: #fff5dc; }

.countryflag-paraguay .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-paraguay .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-paraguay .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-paraguay .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-paraguay .path5:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-paraguay .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-paraguay .path7:before {
  content: "";
  margin-left: -1em;
  color: #64c86e; }

.countryflag-aruba .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-aruba .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-aruba .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-aruba .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-aruba .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montserrat .path1:before {
  content: "";
  color: #41479b; }

.countryflag-montserrat .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montserrat .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-montserrat .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-montserrat .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-montserrat .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-montserrat .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-montserrat .path8:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-montserrat .path9:before {
  content: "";
  margin-left: -1em;
  color: #c86464; }

.countryflag-montserrat .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-montserrat .path11:before {
  content: "";
  margin-left: -1em;
  color: #fff5e1; }

.countryflag-montserrat .path12:before {
  content: "";
  margin-left: -1em;
  color: #fff5e1; }

.countryflag-montserrat .path13:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-montserrat .path14:before {
  content: "";
  margin-left: -1em;
  color: #963c3c; }

.countryflag-montserrat .path15:before {
  content: "";
  margin-left: -1em;
  color: #fff5e1; }

.countryflag-montserrat .path16:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-montserrat .path17:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-montserrat .path18:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-montserrat .path19:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-montserrat .path20:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-montserrat .path21:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-montserrat .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-montserrat .path23:before {
  content: "";
  margin-left: -1em;
  color: #fff5e1; }

.countryflag-montserrat .path24:before {
  content: "";
  margin-left: -1em;
  color: #fff5e1; }

.countryflag-montserrat .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-latvia .path1:before {
  content: "";
  color: #c8414b; }

.countryflag-latvia .path2:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-latvia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-andorra .path1:before {
  content: "";
  color: #41479b; }

.countryflag-andorra .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path4:before {
  content: "";
  margin-left: -1em;
  color: #dcbe82; }

.countryflag-andorra .path5:before {
  content: "";
  margin-left: -1em;
  color: #d2aa73; }

.countryflag-andorra .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path16:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path19:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path23:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-andorra .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-andorra .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-andorra .path29:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-andorra .path30:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path31:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path32:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path33:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path34:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path35:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path36:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path37:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path38:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path39:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-andorra .path40:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path41:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path42:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path43:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path44:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path45:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path46:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-andorra .path47:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-micronesia .path1:before {
  content: "";
  color: #82afff; }

.countryflag-micronesia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-micronesia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-micronesia .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-micronesia .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-dominican-republic .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominican-republic .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominican-republic .path6:before {
  content: "";
  margin-left: -1em;
  color: #64b496; }

.countryflag-dominican-republic .path7:before {
  content: "";
  margin-left: -1em;
  color: #64b496; }

.countryflag-dominican-republic .path8:before {
  content: "";
  margin-left: -1em;
  color: #64b496; }

.countryflag-dominican-republic .path9:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff6b71; }

.countryflag-dominican-republic .path11:before {
  content: "";
  margin-left: -1em;
  color: #5f64b9; }

.countryflag-dominican-republic .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff6b71; }

.countryflag-dominican-republic .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path15:before {
  content: "";
  margin-left: -1em;
  color: #5f64b9; }

.countryflag-dominican-republic .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path17:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path19:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominican-republic .path22:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path23:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path24:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path25:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominican-republic .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominican-republic .path29:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-dominican-republic .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominican-republic .path31:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-dominican-republic .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominican-republic .path33:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-dominican-republic .path34:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominican-republic .path35:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-dominican-republic .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominican-republic .path37:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-dominican-republic .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominican-republic .path39:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-dominican-republic .path40:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominican-republic .path41:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path42:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path43:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominican-republic .path44:before {
  content: "";
  margin-left: -1em;
  color: #f5f0f0; }

.countryflag-dominican-republic .path45:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominican-republic .path46:before {
  content: "";
  margin-left: -1em;
  color: #5f64b9; }

.countryflag-dominican-republic .path47:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path48:before {
  content: "";
  margin-left: -1em;
  color: #5f64b9; }

.countryflag-dominican-republic .path49:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-dominican-republic .path50:before {
  content: "";
  margin-left: -1em;
  color: #ff6b71; }

.countryflag-dominican-republic .path51:before {
  content: "";
  margin-left: -1em;
  color: #ff6b71; }

.countryflag-dominican-republic .path52:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominican-republic .path53:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominican-republic .path54:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominican-republic .path55:before {
  content: "";
  margin-left: -1em;
  color: #ff6b71; }

.countryflag-abkhazia .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-abkhazia .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-abkhazia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-abkhazia .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path6:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-abkhazia .path7:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-abkhazia .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-abkhazia .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-abkhazia .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tunisia .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-tunisia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tunisia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tunisia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-mauritania .path1:before {
  content: "";
  color: #73af00; }

.countryflag-mauritania .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mauritania .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path1:before {
  content: "";
  color: #41479b; }

.countryflag-cayman-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cayman-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cayman-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cayman-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cayman-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cayman-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffd255; }

.countryflag-cayman-islands .path24:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cayman-islands .path25:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cayman-islands .path26:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cayman-islands .path27:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cayman-islands .path28:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cayman-islands .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cayman-islands .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffd25a; }

.countryflag-cayman-islands .path31:before {
  content: "";
  margin-left: -1em;
  color: #ffd25a; }

.countryflag-cayman-islands .path32:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cayman-islands .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path34:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path36:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path37:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path38:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path39:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path40:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path41:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path42:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path43:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path44:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path45:before {
  content: "";
  margin-left: -1em;
  color: #ffd255; }

.countryflag-cayman-islands .path46:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path47:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path48:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path49:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path50:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path51:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path52:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path53:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path54:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path55:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path56:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path57:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path58:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path59:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path60:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path61:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cayman-islands .path62:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path63:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cayman-islands .path64:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path65:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-cayman-islands .path66:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path67:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cayman-islands .path68:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path69:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path70:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cayman-islands .path71:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path72:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cayman-islands .path73:before {
  content: "";
  margin-left: -1em;
  color: #509664; }

.countryflag-kosovo .path1:before {
  content: "";
  color: #41479b; }

.countryflag-kosovo .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-kosovo .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kosovo .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kosovo .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kosovo .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kosovo .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kosovo .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ghana .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-ghana .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-ghana .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ghana .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-canary-islands .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-canary-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-canary-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-canary-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #c17400; }

.countryflag-canary-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #c17400; }

.countryflag-canary-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-canary-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-canary-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-canary-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-canary-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-canary-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-canary-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-canary-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path22:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-canary-islands .path23:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-scotland .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-scotland .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-guinea-bissau .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-guinea-bissau .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guinea-bissau .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-guinea-bissau .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-burundi .path1:before {
  content: "";
  color: #73af00; }

.countryflag-burundi .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-burundi .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-burundi .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-burundi .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-burundi .path6:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-burundi .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-burundi .path8:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-burundi .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-burundi .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-myanmar .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-myanmar .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-myanmar .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-myanmar .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-gabon .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-gabon .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-gabon .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-benin .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-benin .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-benin .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-saba-island .path1:before {
  content: "";
  color: #41479b; }

.countryflag-saba-island .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-saba-island .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saba-island .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-namibia .path1:before {
  content: "";
  color: #41479b; }

.countryflag-namibia .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-namibia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-namibia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-namibia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-namibia .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-namibia .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-namibia .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-namibia .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-japan .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-japan .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-lithuania .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-lithuania .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-lithuania .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-eritrea .path1:before {
  content: "";
  color: #73af00; }

.countryflag-eritrea .path2:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-eritrea .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-eritrea .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-chad .path1:before {
  content: "";
  color: #41479b; }

.countryflag-chad .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-chad .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-kenya .path1:before {
  content: "";
  color: #73af00; }

.countryflag-kenya .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-kenya .path3:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-kenya .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kenya .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kenya .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kenya .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kenya .path8:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-kenya .path9:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-kenya .path10:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-kenya .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kenya .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kenya .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kenya .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kenya .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-djibouti .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-djibouti .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-djibouti .path3:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-djibouti .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-indian-ocean-territory .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-british-indian-ocean-territory .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-indian-ocean-territory .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-indian-ocean-territory .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-indian-ocean-territory .path5:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-indian-ocean-territory .path6:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-indian-ocean-territory .path7:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-indian-ocean-territory .path8:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-indian-ocean-territory .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-indian-ocean-territory .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-indian-ocean-territory .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-indian-ocean-territory .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-indian-ocean-territory .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-indian-ocean-territory .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-indian-ocean-territory .path15:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-british-indian-ocean-territory .path16:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-british-indian-ocean-territory .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu-1 .path1:before {
  content: "";
  color: #82afff; }

.countryflag-tuvalu-1 .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tuvalu-1 .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tuvalu-1 .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu-1 .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu-1 .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu-1 .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu-1 .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu-1 .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu-1 .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu-1 .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu-1 .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu-1 .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu-1 .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu-1 .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu-1 .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-serbia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-serbia .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-serbia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffd350; }

.countryflag-serbia .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffd350; }

.countryflag-serbia .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-serbia .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-serbia .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-serbia .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-serbia .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-serbia .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-serbia .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffbe50; }

.countryflag-serbia .path22:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-serbia .path23:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-serbia .path24:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-serbia .path25:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-serbia .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-serbia .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffbe50; }

.countryflag-serbia .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffbe50; }

.countryflag-serbia .path29:before {
  content: "";
  margin-left: -1em;
  color: #ffbe50; }

.countryflag-serbia .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffbe50; }

.countryflag-serbia .path31:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-serbia .path32:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-serbia .path33:before {
  content: "";
  margin-left: -1em;
  color: #a54b50; }

.countryflag-serbia .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-serbia .path35:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bonaire .path1:before {
  content: "";
  color: #41479b; }

.countryflag-bonaire .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bonaire .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bonaire .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-bonaire .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-togo .path1:before {
  content: "";
  color: #73af00; }

.countryflag-togo .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-togo .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-togo .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-togo .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-togo .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-togo .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kazakhstan .path1:before {
  content: "";
  color: #82c3d2; }

.countryflag-kazakhstan .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path25:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path29:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path31:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path34:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kazakhstan .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-antigua-and-barbuda .path1:before {
  content: "";
  color: #464655; }

.countryflag-antigua-and-barbuda .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-antigua-and-barbuda .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-antigua-and-barbuda .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-antigua-and-barbuda .path5:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-antigua-and-barbuda .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-suriname .path1:before {
  content: "";
  color: #73af00; }

.countryflag-suriname .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-suriname .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-suriname .path4:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-suriname .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-jordan .path1:before {
  content: "";
  color: #464655; }

.countryflag-jordan .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-jordan .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-jordan .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-jordan .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-belize .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-belize .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path4:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-belize .path5:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-belize .path6:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path7:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path8:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path9:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path10:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path11:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path12:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path13:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path14:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path15:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path16:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path17:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path18:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path19:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path20:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path21:before {
  content: "";
  margin-left: -1em;
  color: #be7855; }

.countryflag-belize .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffbe3c; }

.countryflag-belize .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffbe3c; }

.countryflag-belize .path24:before {
  content: "";
  margin-left: -1em;
  color: #eaf3f5; }

.countryflag-belize .path25:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path26:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffbe3c; }

.countryflag-belize .path28:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-belize .path29:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path30:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path31:before {
  content: "";
  margin-left: -1em;
  color: #eaf3f5; }

.countryflag-belize .path32:before {
  content: "";
  margin-left: -1em;
  color: #be7855; }

.countryflag-belize .path33:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path34:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-belize .path35:before {
  content: "";
  margin-left: -1em;
  color: #eaf3f5; }

.countryflag-belize .path36:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-belize .path37:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-belize .path38:before {
  content: "";
  margin-left: -1em;
  color: #eaf3f5; }

.countryflag-belize .path39:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-belize .path40:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path41:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-belize .path42:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-belize .path43:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-belize .path44:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path45:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path46:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path47:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path48:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path49:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path50:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path51:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path52:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path53:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belize .path54:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belize .path55:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belize .path56:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-belize .path57:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path58:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-belize .path59:before {
  content: "";
  margin-left: -1em;
  color: #be7855; }

.countryflag-belize .path60:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path61:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belize .path62:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path63:before {
  content: "";
  margin-left: -1em;
  color: #eaf3f5; }

.countryflag-belize .path64:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path65:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path66:before {
  content: "";
  margin-left: -1em;
  color: #eaf3f5; }

.countryflag-belize .path67:before {
  content: "";
  margin-left: -1em;
  color: #ffbe3c; }

.countryflag-belize .path68:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path69:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-belize .path70:before {
  content: "";
  margin-left: -1em;
  color: #eaf3f5; }

.countryflag-belize .path71:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-belize .path72:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path73:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path74:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path75:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path76:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path77:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path78:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path79:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path80:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path81:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path82:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path83:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path84:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path85:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path86:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path87:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path88:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path89:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path90:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path91:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path92:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path93:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path94:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path95:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path96:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path97:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path98:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path99:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path100:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path101:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path102:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path103:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path104:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path105:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path106:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path107:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path108:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path109:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path110:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path111:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path112:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path113:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path114:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path115:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path116:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path117:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path118:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path119:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path120:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path121:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path122:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path123:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path124:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path125:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path126:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path127:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path128:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path129:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path130:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path131:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path132:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path133:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path134:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-belize .path135:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-st-barts .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-st-barts .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffecd7; }

.countryflag-st-barts .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffecd7; }

.countryflag-st-barts .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffecd7; }

.countryflag-st-barts .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path8:before {
  content: "";
  margin-left: -1em;
  color: #fff5e1; }

.countryflag-st-barts .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffecd7; }

.countryflag-st-barts .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path13:before {
  content: "";
  margin-left: -1em;
  color: #fff5e1; }

.countryflag-st-barts .path14:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-st-barts .path15:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-st-barts .path16:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-st-barts .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-st-barts .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-st-barts .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-st-barts .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-st-barts .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path25:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-st-barts .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe1cd; }

.countryflag-iceland .path1:before {
  content: "";
  color: #41479b; }

.countryflag-iceland .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iceland .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-bermuda .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-bermuda .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bermuda .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bermuda .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bermuda .path11:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bermuda .path13:before {
  content: "";
  margin-left: -1em;
  color: #f0c850; }

.countryflag-bermuda .path14:before {
  content: "";
  margin-left: -1em;
  color: #965032; }

.countryflag-bermuda .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bermuda .path17:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path18:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path19:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path20:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path22:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path23:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path24:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path25:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bermuda .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bermuda .path28:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path29:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path30:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path31:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path32:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bermuda .path33:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path34:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path35:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path36:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bermuda .path37:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-bermuda .path38:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-bermuda .path39:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-bermuda .path40:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bermuda .path41:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bermuda .path42:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bermuda .path43:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-united-nations .path1:before {
  content: "";
  color: #82afff; }

.countryflag-united-nations .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-nations .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somalia .path1:before {
  content: "";
  color: #82afff; }

.countryflag-somalia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-barbados .path1:before {
  content: "";
  color: #41479b; }

.countryflag-barbados .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-barbados .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-barbados .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-solomon-islands .path1:before {
  content: "";
  color: #41479b; }

.countryflag-solomon-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-solomon-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-solomon-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-solomon-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-solomon-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-solomon-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-solomon-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nigeria .path1:before {
  content: "";
  color: #73af00; }

.countryflag-nigeria .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nigeria .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-aland-islands .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-aland-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-aland-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-uruguay .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-uruguay .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uruguay .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uruguay .path4:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-uruguay .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uruguay .path6:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-uruguay .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uruguay .path8:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-uruguay .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uruguay .path10:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-uruguay .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path25:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path29:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path31:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path34:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path37:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path39:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path40:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uruguay .path42:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-uruguay .path43:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-maarten .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-sint-maarten .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-sint-maarten .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sint-maarten .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-maarten .path5:before {
  content: "";
  margin-left: -1em;
  color: #8cd7ff; }

.countryflag-sint-maarten .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-sint-maarten .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sint-maarten .path8:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-sint-maarten .path9:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-sint-maarten .path10:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-sint-maarten .path11:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-sint-maarten .path12:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-sint-maarten .path13:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-sint-maarten .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-maarten .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sint-maarten .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-maarten .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sint-maarten .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-maarten .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sint-maarten .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-maarten .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sint-maarten .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sint-maarten .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-maarten .path24:before {
  content: "";
  margin-left: -1em;
  color: #c87878; }

.countryflag-burkina-faso .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-burkina-faso .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-burkina-faso .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-slovakia .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-slovakia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-slovakia .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-slovakia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-slovakia .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-slovakia .path6:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-slovakia .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sierra-leone .path1:before {
  content: "";
  color: #41479b; }

.countryflag-sierra-leone .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-sierra-leone .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-basque-country .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-basque-country .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-basque-country .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-south-korea .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-south-korea .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-south-korea .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-south-korea .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path5:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path6:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path7:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path8:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path9:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path10:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path11:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path12:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path13:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path14:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path15:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path16:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path17:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path18:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path19:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path20:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-south-korea .path21:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-pitcairn-islands .path1:before {
  content: "";
  color: #41479b; }

.countryflag-pitcairn-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-pitcairn-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-pitcairn-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-pitcairn-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-pitcairn-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-pitcairn-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-pitcairn-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-pitcairn-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: #b49b91; }

.countryflag-pitcairn-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: #9b8278; }

.countryflag-pitcairn-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path22:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path23:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path24:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path25:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path26:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path27:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path29:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path30:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path31:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path32:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path33:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path34:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path35:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path37:before {
  content: "";
  margin-left: -1em;
  color: #ffce5a; }

.countryflag-pitcairn-islands .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path39:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path40:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffce5a; }

.countryflag-pitcairn-islands .path42:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-pitcairn-islands .path43:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path44:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path45:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path46:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-pitcairn-islands .path47:before {
  content: "";
  margin-left: -1em;
  color: #b49b91; }

.countryflag-pitcairn-islands .path48:before {
  content: "";
  margin-left: -1em;
  color: #9b8278; }

.countryflag-pitcairn-islands .path49:before {
  content: "";
  margin-left: -1em;
  color: #9b8278; }

.countryflag-pitcairn-islands .path50:before {
  content: "";
  margin-left: -1em;
  color: #9b8278; }

.countryflag-pitcairn-islands .path51:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path52:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path53:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path54:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path55:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-pitcairn-islands .path56:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-pitcairn-islands .path57:before {
  content: "";
  margin-left: -1em;
  color: #9b8278; }

.countryflag-mozambique .path1:before {
  content: "";
  color: #5aa587; }

.countryflag-mozambique .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mozambique .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-mozambique .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mozambique .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mozambique .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-mozambique .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mozambique .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mozambique .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mozambique .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mozambique .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mozambique .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mozambique .path13:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-mozambique .path14:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-mozambique .path15:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-san-marino .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-san-marino .path2:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-san-marino .path3:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-san-marino .path4:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path5:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path6:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path7:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path8:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path9:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path16:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-san-marino .path17:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path18:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path19:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path20:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path21:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path22:before {
  content: "";
  margin-left: -1em;
  color: #41aa5a; }

.countryflag-san-marino .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path25:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path29:before {
  content: "";
  margin-left: -1em;
  color: #8cd7ff; }

.countryflag-san-marino .path30:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-san-marino .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-san-marino .path32:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-san-marino .path33:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-san-marino .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-san-marino .path35:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-san-marino .path36:before {
  content: "";
  margin-left: -1em;
  color: #6ec86e; }

.countryflag-san-marino .path37:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path39:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path40:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path41:before {
  content: "";
  margin-left: -1em;
  color: #fff0e1; }

.countryflag-san-marino .path42:before {
  content: "";
  margin-left: -1em;
  color: #ffc75a; }

.countryflag-san-marino .path43:before {
  content: "";
  margin-left: -1em;
  color: #ffc75a; }

.countryflag-san-marino .path44:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path45:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path46:before {
  content: "";
  margin-left: -1em;
  color: #ffc75a; }

.countryflag-san-marino .path47:before {
  content: "";
  margin-left: -1em;
  color: #ffc75a; }

.countryflag-san-marino .path48:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path49:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path50:before {
  content: "";
  margin-left: -1em;
  color: #ffc75a; }

.countryflag-san-marino .path51:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-san-marino .path52:before {
  content: "";
  margin-left: -1em;
  color: #ffc75a; }

.countryflag-san-marino .path53:before {
  content: "";
  margin-left: -1em;
  color: #ffc75a; }

.countryflag-san-marino .path54:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-san-marino .path55:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-san-marino .path56:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-san-marino .path57:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-san-marino .path58:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-guatemala .path1:before {
  content: "";
  color: #82afff; }

.countryflag-guatemala .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-guatemala .path3:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-guatemala .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffc855; }

.countryflag-guatemala .path5:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path6:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path7:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path8:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path9:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path11:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path12:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path13:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path14:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path15:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path16:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path17:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path18:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path19:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path20:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path21:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path22:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path23:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path24:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path25:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path26:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path27:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path28:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path29:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path30:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path31:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path32:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path33:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path34:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path35:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path36:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path37:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path38:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path39:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path40:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path41:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path42:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path43:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path44:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path45:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path46:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path47:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path48:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guatemala .path49:before {
  content: "";
  margin-left: -1em;
  color: #966446; }

.countryflag-guatemala .path50:before {
  content: "";
  margin-left: -1em;
  color: #b9b9b9; }

.countryflag-guatemala .path51:before {
  content: "";
  margin-left: -1em;
  color: #966446; }

.countryflag-guatemala .path52:before {
  content: "";
  margin-left: -1em;
  color: #a0a0a0; }

.countryflag-guatemala .path53:before {
  content: "";
  margin-left: -1em;
  color: #966446; }

.countryflag-guatemala .path54:before {
  content: "";
  margin-left: -1em;
  color: #b9b9b9; }

.countryflag-guatemala .path55:before {
  content: "";
  margin-left: -1em;
  color: #966446; }

.countryflag-guatemala .path56:before {
  content: "";
  margin-left: -1em;
  color: #a0a0a0; }

.countryflag-guatemala .path57:before {
  content: "";
  margin-left: -1em;
  color: #b9b9b9; }

.countryflag-guatemala .path58:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-guatemala .path59:before {
  content: "";
  margin-left: -1em;
  color: #ffc855; }

.countryflag-guatemala .path60:before {
  content: "";
  margin-left: -1em;
  color: #b9b9b9; }

.countryflag-guatemala .path61:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-guatemala .path62:before {
  content: "";
  margin-left: -1em;
  color: #ffc855; }

.countryflag-guatemala .path63:before {
  content: "";
  margin-left: -1em;
  color: #69b469; }

.countryflag-guatemala .path64:before {
  content: "";
  margin-left: -1em;
  color: #f4e08f; }

.countryflag-guatemala .path65:before {
  content: "";
  margin-left: -1em;
  color: #ecd077; }

.countryflag-guatemala .path66:before {
  content: "";
  margin-left: -1em;
  color: #ecd077; }

.countryflag-guatemala .path67:before {
  content: "";
  margin-left: -1em;
  color: #fcf0a8; }

.countryflag-guatemala .path68:before {
  content: "";
  margin-left: -1em;
  color: #f4e08f; }

.countryflag-guatemala .path69:before {
  content: "";
  margin-left: -1em;
  color: #f4e08f; }

.countryflag-albania .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-albania .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-pakistan .path1:before {
  content: "";
  color: #73af00; }

.countryflag-pakistan .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-pakistan .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-pakistan .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-northern-cyprus .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-northern-cyprus .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-northern-cyprus .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-northern-cyprus .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-northern-cyprus .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-balearic-islands .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-balearic-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-balearic-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-balearic-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-balearic-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-balearic-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-balearic-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-balearic-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-balearic-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-balearic-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: #64466e; }

.countryflag-balearic-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-marshall-island .path1:before {
  content: "";
  color: #41479b; }

.countryflag-marshall-island .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-marshall-island .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-marshall-island .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ecuador .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-ecuador .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ecuador .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ecuador .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ecuador .path6:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ecuador .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ecuador .path9:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path10:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path11:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path12:before {
  content: "";
  margin-left: -1em;
  color: #5a4646; }

.countryflag-ecuador .path13:before {
  content: "";
  margin-left: -1em;
  color: #5a4646; }

.countryflag-ecuador .path14:before {
  content: "";
  margin-left: -1em;
  color: #5a4646; }

.countryflag-ecuador .path15:before {
  content: "";
  margin-left: -1em;
  color: #e6e1cd; }

.countryflag-ecuador .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffd0af; }

.countryflag-ecuador .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffaf94; }

.countryflag-ecuador .path18:before {
  content: "";
  margin-left: -1em;
  color: #8cb400; }

.countryflag-ecuador .path19:before {
  content: "";
  margin-left: -1em;
  color: #8cb400; }

.countryflag-ecuador .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ecuador .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ecuador .path22:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ecuador .path24:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ecuador .path25:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path26:before {
  content: "";
  margin-left: -1em;
  color: #69c3ff; }

.countryflag-ecuador .path27:before {
  content: "";
  margin-left: -1em;
  color: #009b64; }

.countryflag-ecuador .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ecuador .path29:before {
  content: "";
  margin-left: -1em;
  color: #5aa0e6; }

.countryflag-ecuador .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffc88c; }

.countryflag-ecuador .path31:before {
  content: "";
  margin-left: -1em;
  color: #e1e1e1; }

.countryflag-ecuador .path32:before {
  content: "";
  margin-left: -1em;
  color: #e1e1e1; }

.countryflag-ecuador .path33:before {
  content: "";
  margin-left: -1em;
  color: #966446; }

.countryflag-ecuador .path34:before {
  content: "";
  margin-left: -1em;
  color: #be915a; }

.countryflag-ecuador .path35:before {
  content: "";
  margin-left: -1em;
  color: #b9b9b9; }

.countryflag-ecuador .path36:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ecuador .path37:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ecuador .path39:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ecuador .path40:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ecuador .path42:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-ecuador .path43:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cameroon .path1:before {
  content: "";
  color: #73af00; }

.countryflag-cameroon .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cameroon .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cameroon .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-panama .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-panama .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-panama .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-panama .path4:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-panama .path5:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-panama .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-kwait .path1:before {
  content: "";
  color: #73af00; }

.countryflag-kwait .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-kwait .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kwait .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-armenia .path1:before {
  content: "";
  color: #ffb400; }

.countryflag-armenia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-armenia .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-romania .path1:before {
  content: "";
  color: #41479b; }

.countryflag-romania .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-romania .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-guinea .path1:before {
  content: "";
  color: #73af00; }

.countryflag-guinea .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-guinea .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-afghanistan .path1:before {
  content: "";
  color: #464655; }

.countryflag-afghanistan .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-afghanistan .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-afghanistan .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path29:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path30:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-afghanistan .path32:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-laos .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-laos .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-laos .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-laos .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-greenland .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-greenland .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-greenland .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-greenland .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-virgin-islands .path1:before {
  content: "";
  color: #41479b; }

.countryflag-british-virgin-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-virgin-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-british-virgin-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffc8b9; }

.countryflag-british-virgin-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-virgin-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-virgin-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffc8b9; }

.countryflag-british-virgin-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-british-virgin-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffc8b9; }

.countryflag-british-virgin-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path23:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path25:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path27:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path31:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path33:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path34:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path35:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path37:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-virgin-islands .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-virgin-islands .path39:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-virgin-islands .path40:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-virgin-islands .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-hungary .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-hungary .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-hungary .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-curacao .path1:before {
  content: "";
  color: #41479b; }

.countryflag-curacao .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-curacao .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-curacao .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-angola .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-angola .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-angola .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-angola .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-angola .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-angola .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-angola .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-malasya .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-malasya .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-malasya .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malasya .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-malasya .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malasya .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-malasya .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malasya .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-malasya .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malasya .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-malasya .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malasya .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-malasya .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malasya .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-malasya .path15:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-malasya .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-malasya .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-brunei .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-brunei .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brunei .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-brunei .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-brunei .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-brunei .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-brunei .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-brunei .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-brunei .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bahamas .path1:before {
  content: "";
  color: #82afff; }

.countryflag-bahamas .path2:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-bahamas .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bahamas .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-new-zealand .path1:before {
  content: "";
  color: #41479b; }

.countryflag-new-zealand .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-new-zealand .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-new-zealand .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-new-zealand .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-new-zealand .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-new-zealand .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path1:before {
  content: "";
  color: #41479b; }

.countryflag-british-columbia .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path5:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path6:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path7:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path8:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-british-columbia .path17:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-columbia .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-columbia .path19:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-columbia .path20:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-columbia .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-columbia .path22:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path23:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path24:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-british-columbia .path25:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-columbia .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-british-columbia .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-columbia .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-columbia .path29:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-british-columbia .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-vatican-city .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-vatican-city .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-vatican-city .path3:before {
  content: "";
  margin-left: -1em;
  color: #ebebeb; }

.countryflag-vatican-city .path4:before {
  content: "";
  margin-left: -1em;
  color: #ebebeb; }

.countryflag-vatican-city .path5:before {
  content: "";
  margin-left: -1em;
  color: #ebebeb; }

.countryflag-vatican-city .path6:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path7:before {
  content: "";
  margin-left: -1em;
  color: #ebebeb; }

.countryflag-vatican-city .path8:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path9:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff4b57; }

.countryflag-vatican-city .path11:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path12:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path13:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path14:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path15:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path16:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path17:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path18:before {
  content: "";
  margin-left: -1em;
  color: #f0c814; }

.countryflag-vatican-city .path19:before {
  content: "";
  margin-left: -1em;
  color: #f0c814; }

.countryflag-vatican-city .path20:before {
  content: "";
  margin-left: -1em;
  color: #f0c814; }

.countryflag-vatican-city .path21:before {
  content: "";
  margin-left: -1em;
  color: #f0c814; }

.countryflag-vatican-city .path22:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path23:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path24:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path25:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path26:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path27:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path28:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path29:before {
  content: "";
  margin-left: -1em;
  color: #d2d2d2; }

.countryflag-vatican-city .path30:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path31:before {
  content: "";
  margin-left: -1em;
  color: #f0c814; }

.countryflag-vatican-city .path32:before {
  content: "";
  margin-left: -1em;
  color: #f0c814; }

.countryflag-vatican-city .path33:before {
  content: "";
  margin-left: -1em;
  color: #f0c814; }

.countryflag-vatican-city .path34:before {
  content: "";
  margin-left: -1em;
  color: #f0c814; }

.countryflag-vatican-city .path35:before {
  content: "";
  margin-left: -1em;
  color: #f7b518; }

.countryflag-vatican-city .path36:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-vatican-city .path37:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path38:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path39:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path40:before {
  content: "";
  margin-left: -1em;
  color: #ebebeb; }

.countryflag-vatican-city .path41:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path42:before {
  content: "";
  margin-left: -1em;
  color: #ebebeb; }

.countryflag-vatican-city .path43:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-vatican-city .path44:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-finland .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-finland .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-botswana .path1:before {
  content: "";
  color: #82afff; }

.countryflag-botswana .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-botswana .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-botswana .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sri-lanka .path1:before {
  content: "";
  color: #ffd250; }

.countryflag-sri-lanka .path2:before {
  content: "";
  margin-left: -1em;
  color: #963c3c; }

.countryflag-sri-lanka .path3:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-sri-lanka .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff7350; }

.countryflag-sri-lanka .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path15:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sri-lanka .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path17:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sri-lanka .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path19:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sri-lanka .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path21:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sri-lanka .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-sri-lanka .path23:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-spain .path1:before {
  content: "";
  color: #c8414b; }

.countryflag-spain .path2:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-spain .path4:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-spain .path6:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path7:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path8:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path9:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-spain .path11:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path12:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path13:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path14:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path15:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffb441; }

.countryflag-spain .path17:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path18:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-spain .path20:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path21:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path22:before {
  content: "";
  margin-left: -1em;
  color: #5064aa; }

.countryflag-spain .path23:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path24:before {
  content: "";
  margin-left: -1em;
  color: #5064aa; }

.countryflag-spain .path25:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffb441; }

.countryflag-spain .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-spain .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-spain .path29:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-spain .path30:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-spain .path31:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffa0d2; }

.countryflag-spain .path33:before {
  content: "";
  margin-left: -1em;
  color: #5064aa; }

.countryflag-spain .path34:before {
  content: "";
  margin-left: -1em;
  color: #fab446; }

.countryflag-spain .path35:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-spain .path37:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-spain .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-spain .path39:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-spain .path40:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-ossetia .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-ossetia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ossetia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-sicily .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-sicily .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-sicily .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path25:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path29:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path31:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path34:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path37:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path39:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path40:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path42:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path43:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path44:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path45:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path46:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path47:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path48:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path49:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path50:before {
  content: "";
  margin-left: -1em;
  color: #ffbe55; }

.countryflag-sicily .path51:before {
  content: "";
  margin-left: -1em;
  color: #ffd7aa; }

.countryflag-sicily .path52:before {
  content: "";
  margin-left: -1em;
  color: #ffd7aa; }

.countryflag-sicily .path53:before {
  content: "";
  margin-left: -1em;
  color: #ffd7aa; }

.countryflag-sicily .path54:before {
  content: "";
  margin-left: -1em;
  color: #ffd7aa; }

.countryflag-sicily .path55:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-chile .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-chile .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-chile .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-chile .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path1:before {
  content: "";
  color: #41479b; }

.countryflag-bosnia-and-herzegovina .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bosnia-and-herzegovina .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bosnia-and-herzegovina .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path1:before {
  content: "";
  color: #73af00; }

.countryflag-saudi-arabia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-saudi-arabia .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-liechtenstein .path1:before {
  content: "";
  color: #41479b; }

.countryflag-liechtenstein .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-liechtenstein .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-liechtenstein .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-liechtenstein .path5:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-liechtenstein .path6:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-liechtenstein .path7:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-liechtenstein .path8:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-liechtenstein .path9:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-belarus .path1:before {
  content: "";
  color: #73af00; }

.countryflag-belarus .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-belarus .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path16:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path17:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path19:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path20:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path22:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path23:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path24:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path25:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path27:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path28:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path30:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path31:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path32:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path33:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path34:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path35:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path36:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path37:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path38:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path39:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path40:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path41:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path42:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path43:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path44:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-belarus .path45:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-iran .path1:before {
  content: "";
  color: #73af00; }

.countryflag-iran .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-iran .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path29:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path30:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path32:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path33:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path35:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path36:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path37:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path38:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path39:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-iran .path40:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-iran .path41:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-iran .path42:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-iran .path43:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-fiji .path1:before {
  content: "";
  color: #82afff; }

.countryflag-fiji .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-fiji .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-fiji .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-fiji .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-fiji .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-fiji .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-fiji .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-fiji .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-fiji .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-fiji .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-fiji .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-fiji .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-fiji .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-fiji .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffd25a; }

.countryflag-fiji .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-fiji .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-fiji .path18:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path19:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-fiji .path20:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path21:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path22:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path23:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path24:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-fiji .path25:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path26:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path27:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path28:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-fiji .path29:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path30:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-fiji .path31:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path32:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffecde; }

.countryflag-fiji .path34:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-fiji .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-fiji .path36:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path37:before {
  content: "";
  margin-left: -1em;
  color: #5abea0; }

.countryflag-fiji .path38:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-fiji .path39:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-bahrain .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-bahrain .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-venezuela .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-venezuela .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-venezuela .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-venezuela .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-venezuela .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-east-timor .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-east-timor .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-east-timor .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-east-timor .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-azerbaijan .path1:before {
  content: "";
  color: #73af00; }

.countryflag-azerbaijan .path2:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-azerbaijan .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-azerbaijan .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-azerbaijan .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tibet .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-tibet .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tibet .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tibet .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path16:before {
  content: "";
  margin-left: -1em;
  color: #ff82aa; }

.countryflag-tibet .path17:before {
  content: "";
  margin-left: -1em;
  color: #ff82aa; }

.countryflag-tibet .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff82aa; }

.countryflag-tibet .path19:before {
  content: "";
  margin-left: -1em;
  color: #ff82aa; }

.countryflag-tibet .path20:before {
  content: "";
  margin-left: -1em;
  color: #ff82aa; }

.countryflag-tibet .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff82aa; }

.countryflag-tibet .path22:before {
  content: "";
  margin-left: -1em;
  color: #ff82aa; }

.countryflag-tibet .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path24:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path25:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tibet .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-tibet .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path28:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-tibet .path30:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tibet .path31:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path32:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path33:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path34:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path35:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path36:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path37:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-tibet .path38:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tibet .path39:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tibet .path40:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path42:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path43:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path44:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path45:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path46:before {
  content: "";
  margin-left: -1em;
  color: #fff5e6; }

.countryflag-tibet .path47:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path48:before {
  content: "";
  margin-left: -1em;
  color: #fff5e6; }

.countryflag-tibet .path49:before {
  content: "";
  margin-left: -1em;
  color: #ffe6d7; }

.countryflag-tibet .path50:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path51:before {
  content: "";
  margin-left: -1em;
  color: #f5dcd2; }

.countryflag-tibet .path52:before {
  content: "";
  margin-left: -1em;
  color: #fff5e6; }

.countryflag-tibet .path53:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path54:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path55:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path56:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path57:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path58:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path59:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path60:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path61:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path62:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path63:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path64:before {
  content: "";
  margin-left: -1em;
  color: #ffe6d7; }

.countryflag-tibet .path65:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path66:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path67:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path68:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path69:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path70:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path71:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path72:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path73:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path74:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path75:before {
  content: "";
  margin-left: -1em;
  color: #ffe6d7; }

.countryflag-tibet .path76:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path77:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path78:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path79:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path80:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path81:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path82:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path83:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path84:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tibet .path85:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tibet .path86:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tibet .path87:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tibet .path88:before {
  content: "";
  margin-left: -1em;
  color: #fff5e6; }

.countryflag-tibet .path89:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path90:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path91:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path92:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path93:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path94:before {
  content: "";
  margin-left: -1em;
  color: #fff5e6; }

.countryflag-tibet .path95:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tibet .path96:before {
  content: "";
  margin-left: -1em;
  color: #fff5e6; }

.countryflag-tibet .path97:before {
  content: "";
  margin-left: -1em;
  color: #ffe6d7; }

.countryflag-tibet .path98:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path99:before {
  content: "";
  margin-left: -1em;
  color: #f5dcd2; }

.countryflag-tibet .path100:before {
  content: "";
  margin-left: -1em;
  color: #fff5e6; }

.countryflag-tibet .path101:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path102:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path103:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path104:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path105:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path106:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path107:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path108:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path109:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path110:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path111:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path112:before {
  content: "";
  margin-left: -1em;
  color: #ffe6d7; }

.countryflag-tibet .path113:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path114:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path115:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path116:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path117:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path118:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path119:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path120:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path121:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path122:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path123:before {
  content: "";
  margin-left: -1em;
  color: #ffe6d7; }

.countryflag-tibet .path124:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path125:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path126:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path127:before {
  content: "";
  margin-left: -1em;
  color: #5aa587; }

.countryflag-tibet .path128:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path129:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path130:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path131:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tibet .path132:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tibet .path133:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tibet .path134:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tibet .path135:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tibet .path136:before {
  content: "";
  margin-left: -1em;
  color: #fff5e6; }

.countryflag-norway .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-norway .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-norway .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-algeria .path1:before {
  content: "";
  color: #73af00; }

.countryflag-algeria .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-algeria .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-algeria .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-ukraine .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-ukraine .path2:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-gambia .path1:before {
  content: "";
  color: #73af00; }

.countryflag-gambia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-gambia .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-gambia .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-gambia .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bangladesh .path1:before {
  content: "";
  color: #73af00; }

.countryflag-bangladesh .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-madeira .path1:before {
  content: "";
  color: #41479b; }

.countryflag-madeira .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-madeira .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-madeira .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-madeira .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-czech-republic .path1:before {
  content: "";
  color: #41479b; }

.countryflag-czech-republic .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-czech-republic .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path1:before {
  content: "";
  color: #73af00; }

.countryflag-bolivia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bolivia .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bolivia .path7:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bolivia .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bolivia .path13:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path16:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bolivia .path20:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path22:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bolivia .path24:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path27:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bolivia .path31:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path37:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path39:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-bolivia .path40:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-bolivia .path41:before {
  content: "";
  margin-left: -1em;
  color: #3cc8ff; }

.countryflag-bolivia .path42:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path43:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path44:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path45:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path46:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path47:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path48:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path49:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path50:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path51:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path52:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path53:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-bolivia .path54:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path55:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path56:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path57:before {
  content: "";
  margin-left: -1em;
  color: #825546; }

.countryflag-bolivia .path58:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bolivia .path59:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-united-arab-emirates .path1:before {
  content: "";
  color: #73af00; }

.countryflag-united-arab-emirates .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-united-arab-emirates .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-arab-emirates .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-kyrgyzstan .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-kyrgyzstan .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kyrgyzstan .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-cuba .path1:before {
  content: "";
  color: #41479b; }

.countryflag-cuba .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cuba .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cuba .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-cuba .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-cuba .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cuba .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-swaziland .path2:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-swaziland .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-swaziland .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-swaziland .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-swaziland .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-swaziland .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-swaziland .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path12:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-swaziland .path25:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path26:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path27:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path28:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path29:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path30:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path31:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path32:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path33:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path34:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path35:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path36:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-swaziland .path37:before {
  content: "";
  margin-left: -1em;
  color: #245dbd; }

.countryflag-swaziland .path38:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path39:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path40:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path41:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path42:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path43:before {
  content: "";
  margin-left: -1em;
  color: #245dbd; }

.countryflag-swaziland .path44:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path45:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path46:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path47:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-swaziland .path48:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-israel .path1:before {
  content: "";
  color: #41479b; }

.countryflag-israel .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-israel .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-costa-rica .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-costa-rica .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-costa-rica .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-costa-rica .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path7:before {
  content: "";
  margin-left: -1em;
  color: #3cc8ff; }

.countryflag-costa-rica .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-costa-rica .path9:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-costa-rica .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-costa-rica .path11:before {
  content: "";
  margin-left: -1em;
  color: #f0aa00; }

.countryflag-costa-rica .path12:before {
  content: "";
  margin-left: -1em;
  color: #f0aa00; }

.countryflag-costa-rica .path13:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-costa-rica .path14:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-costa-rica .path15:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-costa-rica .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path17:before {
  content: "";
  margin-left: -1em;
  color: #3cc8ff; }

.countryflag-costa-rica .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path25:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-costa-rica .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path27:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-costa-rica .path28:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-costa-rica .path29:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-costa-rica .path30:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path32:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path33:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path35:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path36:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path37:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path38:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path39:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path40:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path41:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path42:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-costa-rica .path43:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path44:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-costa-rica .path45:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-costa-rica .path46:before {
  content: "";
  margin-left: -1em;
  color: #8c5a28; }

.countryflag-costa-rica .path47:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path48:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path49:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path50:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path51:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path52:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path53:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path54:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path55:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path56:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path57:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path58:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path59:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path60:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-costa-rica .path61:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-republic-of-the-congo .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-republic-of-the-congo .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-republic-of-the-congo .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-egypt .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-egypt .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-egypt .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-egypt .path4:before {
  content: "";
  margin-left: -1em;
  color: #f0c727; }

.countryflag-cambodia .path1:before {
  content: "";
  color: #41479b; }

.countryflag-cambodia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-cambodia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-northern-marianas-islands .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-northern-marianas-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-northern-marianas-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffdc00; }

.countryflag-northern-marianas-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffa000; }

.countryflag-northern-marianas-islands .path22:before {
  content: "";
  margin-left: -1em;
  color: #b4b4b4; }

.countryflag-northern-marianas-islands .path23:before {
  content: "";
  margin-left: -1em;
  color: #aaaaaa; }

.countryflag-northern-marianas-islands .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ivory-coast .path1:before {
  content: "";
  color: #73af00; }

.countryflag-ivory-coast .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ivory-coast .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-germany .path1:before {
  content: "";
  color: #464655; }

.countryflag-germany .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-germany .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-papua-new-guinea .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-papua-new-guinea .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-papua-new-guinea .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-papua-new-guinea .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-papua-new-guinea .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-papua-new-guinea .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-papua-new-guinea .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-papua-new-guinea .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-croatia .path1:before {
  content: "";
  color: #41479b; }

.countryflag-croatia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path16:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path20:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path24:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path25:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-croatia .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path30:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-croatia .path31:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-croatia .path32:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-croatia .path33:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-croatia .path34:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-croatia .path35:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path36:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path37:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-croatia .path38:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-croatia .path39:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-croatia .path40:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-croatia .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-croatia .path42:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-croatia .path43:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-belgium .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-belgium .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-belgium .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-morocco .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-morocco .path2:before {
  content: "";
  margin-left: -1em;
  color: #5a8250; }

.countryflag-macao .path1:before {
  content: "";
  color: #5aa587; }

.countryflag-macao .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-macao .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-macao .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-macao .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-macao .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-macao .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-macao .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-macao .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-macao .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-macao .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-macao .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-bulgaria .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-bulgaria .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-bulgaria .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-liberia .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-liberia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-liberia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-liberia .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-liberia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-liberia .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-liberia .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-liberia .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-liberia .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-liberia .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-liberia .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-liberia .path12:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-liberia .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-greece .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-greece .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-galapagos-islands .path1:before {
  content: "";
  color: #41479b; }

.countryflag-galapagos-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-galapagos-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-st-lucia .path1:before {
  content: "";
  color: #3cc8ff; }

.countryflag-st-lucia .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-st-lucia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-st-lucia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mali .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-mali .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mali .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-denmark .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-denmark .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-rapa-nui .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-rapa-nui .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-lesotho .path1:before {
  content: "";
  color: #73af00; }

.countryflag-lesotho .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-lesotho .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-lesotho .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-colombia .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-colombia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-colombia .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-palau .path1:before {
  content: "";
  color: #3cc8ff; }

.countryflag-palau .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-ireland .path1:before {
  content: "";
  color: #73af00; }

.countryflag-ireland .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-ireland .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff9b46; }

.countryflag-french-polynesia .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-french-polynesia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-french-polynesia .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-french-polynesia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffb955; }

.countryflag-french-polynesia .path5:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-french-polynesia .path6:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-french-polynesia .path7:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-french-polynesia .path8:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-french-polynesia .path9:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-french-polynesia .path10:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-french-polynesia .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-french-polynesia .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-french-polynesia .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-french-polynesia .path14:before {
  content: "";
  margin-left: -1em;
  color: #aa4650; }

.countryflag-french-polynesia .path15:before {
  content: "";
  margin-left: -1em;
  color: #aa4650; }

.countryflag-french-polynesia .path16:before {
  content: "";
  margin-left: -1em;
  color: #aa4650; }

.countryflag-french-polynesia .path17:before {
  content: "";
  margin-left: -1em;
  color: #aa4650; }

.countryflag-french-polynesia .path18:before {
  content: "";
  margin-left: -1em;
  color: #aa4650; }

.countryflag-french-polynesia .path19:before {
  content: "";
  margin-left: -1em;
  color: #aa4650; }

.countryflag-french-polynesia .path20:before {
  content: "";
  margin-left: -1em;
  color: #aa4650; }

.countryflag-french-polynesia .path21:before {
  content: "";
  margin-left: -1em;
  color: #aa4650; }

.countryflag-trinidad-and-tobago .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-trinidad-and-tobago .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-trinidad-and-tobago .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-trinidad-and-tobago .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-niue .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-niue .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-niue .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-niue .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-niue .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-niue .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-niue .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-niue .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-niue .path9:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-niue .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-niue .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-niue .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-niue .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-niue .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-hong-kong .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-hong-kong .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-hong-kong .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-hong-kong .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-hong-kong .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-hong-kong .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sweden .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-sweden .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-haiti .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-haiti .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominica .path1:before {
  content: "";
  color: #73af00; }

.countryflag-dominica .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominica .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-dominica .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominica .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominica .path6:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-dominica .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-dominica .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-dominica .path9:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path10:before {
  content: "";
  margin-left: -1em;
  color: #a561cd; }

.countryflag-dominica .path11:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path12:before {
  content: "";
  margin-left: -1em;
  color: #a561cd; }

.countryflag-dominica .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominica .path14:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path15:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path16:before {
  content: "";
  margin-left: -1em;
  color: #b34900; }

.countryflag-dominica .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-dominica .path18:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path19:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path20:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path21:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path22:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path23:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path24:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path25:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path26:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-dominica .path27:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-vanuatu .path1:before {
  content: "";
  color: #464655; }

.countryflag-vanuatu .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-vanuatu .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-vanuatu .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-vanuatu .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-vanuatu .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-peru .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-peru .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-peru .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-equatorial-guinea .path1:before {
  content: "";
  color: #73af00; }

.countryflag-equatorial-guinea .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-equatorial-guinea .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-equatorial-guinea .path4:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-equatorial-guinea .path5:before {
  content: "";
  margin-left: -1em;
  color: #b46446; }

.countryflag-equatorial-guinea .path6:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-equatorial-guinea .path7:before {
  content: "";
  margin-left: -1em;
  color: #5fa000; }

.countryflag-equatorial-guinea .path8:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-equatorial-guinea .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-equatorial-guinea .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-equatorial-guinea .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-equatorial-guinea .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-equatorial-guinea .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-equatorial-guinea .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-uzbekistn .path1:before {
  content: "";
  color: #82afff; }

.countryflag-uzbekistn .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-uzbekistn .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-uzbekistn .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-uzbekistn .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-uzbekistn .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tonga .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-tonga .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tonga .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-philippines .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-philippines .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-philippines .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-philippines .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-philippines .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-norfolk-island .path1:before {
  content: "";
  color: #73af00; }

.countryflag-norfolk-island .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-norfolk-island .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-norfolk-island .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-malta .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-malta .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-malta .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malta .path4:before {
  content: "";
  margin-left: -1em;
  color: #cdcdcd; }

.countryflag-malta .path5:before {
  content: "";
  margin-left: -1em;
  color: #b4a08c; }

.countryflag-malta .path6:before {
  content: "";
  margin-left: -1em;
  color: #b4a08c; }

.countryflag-malta .path7:before {
  content: "";
  margin-left: -1em;
  color: #b4a08c; }

.countryflag-malta .path8:before {
  content: "";
  margin-left: -1em;
  color: #b4a08c; }

.countryflag-malta .path9:before {
  content: "";
  margin-left: -1em;
  color: #b4a08c; }

.countryflag-malta .path10:before {
  content: "";
  margin-left: -1em;
  color: #b4a08c; }

.countryflag-france .path1:before {
  content: "";
  color: #41479b; }

.countryflag-france .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-france .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tajikistan .path1:before {
  content: "";
  color: #73af00; }

.countryflag-tajikistan .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tajikistan .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tajikistan .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-tajikistan .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-melilla .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-melilla .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-melilla .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path16:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path17:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path19:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path25:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path27:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path28:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path30:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path31:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path32:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path33:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path34:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path37:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-melilla .path38:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-melilla .path39:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path40:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path42:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-melilla .path43:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-melilla .path44:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path45:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path46:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path47:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path48:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path49:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path50:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-melilla .path51:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-melilla .path52:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-melilla .path53:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path54:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path55:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path56:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path57:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path58:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path59:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path60:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path61:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path62:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-melilla .path63:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-melilla .path64:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path65:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path66:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path67:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path68:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path69:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path70:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-melilla .path71:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-argentina .path1:before {
  content: "";
  color: #82afff; }

.countryflag-argentina .path2:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-argentina .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-argentina .path4:before {
  content: "";
  margin-left: -1em;
  color: #f09146; }

.countryflag-argentina .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sudan .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-sudan .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sudan .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sudan .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-south-africa .path1:before {
  content: "";
  color: #464655; }

.countryflag-south-africa .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-south-africa .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-south-africa .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-south-africa .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-south-africa .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-south-africa .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-martinique .path1:before {
  content: "";
  color: #41479b; }

.countryflag-martinique .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-martinique .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-martinique .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-martinique .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-martinique .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-taiwan .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-taiwan .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-taiwan .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-taiwan .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-taiwan .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-taiwan .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-taiwan .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sahrawi-arab-democratic-republic .path1:before {
  content: "";
  color: #464655; }

.countryflag-sahrawi-arab-democratic-republic .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-sahrawi-arab-democratic-republic .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sahrawi-arab-democratic-republic .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-sahrawi-arab-democratic-republic .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-sahrawi-arab-democratic-republic .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-guernsey .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-guernsey .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-guernsey .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-guernsey .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-switzerland .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-switzerland .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-rwanda .path1:before {
  content: "";
  color: #4173cd; }

.countryflag-rwanda .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-rwanda .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-rwanda .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-rwanda .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-guam .path1:before {
  content: "";
  color: #41479b; }

.countryflag-guam .path2:before {
  content: "";
  margin-left: -1em;
  color: #3cc8ff; }

.countryflag-guam .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-guam .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-guam .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-guam .path6:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-guam .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-guam .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-guam .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-guam .path10:before {
  content: "";
  margin-left: -1em;
  color: #a54b37; }

.countryflag-guam .path11:before {
  content: "";
  margin-left: -1em;
  color: #a54b37; }

.countryflag-palestine .path1:before {
  content: "";
  color: #464655; }

.countryflag-palestine .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-palestine .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-palestine .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-indonesia .path1:before {
  content: "";
  color: #c8414b; }

.countryflag-indonesia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-grenada .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-grenada .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-grenada .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-grenada .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-grenada .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-grenada .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-poland .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-poland .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-moldova .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-moldova .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-moldova .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-moldova .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-moldova .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-moldova .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-moldova .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-moldova .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-moldova .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-moldova .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-moldova .path14:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-moldova .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path24:before {
  content: "";
  margin-left: -1em;
  color: #ffaa5a; }

.countryflag-moldova .path25:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-moldova .path26:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-moldova .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-moldova .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path29:before {
  content: "";
  margin-left: -1em;
  color: #ffaa5a; }

.countryflag-moldova .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffbe5a; }

.countryflag-moldova .path31:before {
  content: "";
  margin-left: -1em;
  color: #ffaa5a; }

.countryflag-moldova .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffcd5a; }

.countryflag-moldova .path34:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-moldova .path35:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-moldova .path36:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-moldova .path37:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-moldova .path38:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-moldova .path39:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-moldova .path40:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-moldova .path41:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path42:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path43:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-moldova .path44:before {
  content: "";
  margin-left: -1em;
  color: #ff875a; }

.countryflag-moldova .path45:before {
  content: "";
  margin-left: -1em;
  color: #ffaa5a; }

.countryflag-gibraltar .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-gibraltar .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-gibraltar .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-gibraltar .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-gibraltar .path5:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-gibraltar .path6:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-gibraltar .path7:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-gibraltar .path8:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-gibraltar .path9:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-gibraltar .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-malawi .path1:before {
  content: "";
  color: #73af00; }

.countryflag-malawi .path2:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-malawi .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path16:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path17:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path19:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path20:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path22:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path23:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path24:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path25:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-malawi .path27:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path1:before {
  content: "";
  color: #41479b; }

.countryflag-falkland-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-falkland-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #e67346; }

.countryflag-falkland-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #eb7d4b; }

.countryflag-falkland-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: #e67346; }

.countryflag-falkland-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: #eb7d4b; }

.countryflag-falkland-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-falkland-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: #c8c8c8; }

.countryflag-falkland-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-falkland-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-falkland-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-falkland-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-falkland-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-falkland-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-falkland-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path22:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-falkland-islands .path24:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path25:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path27:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path28:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-falkland-islands .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path30:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path31:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path32:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-falkland-islands .path34:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-falkland-islands .path35:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-falkland-islands .path36:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-falkland-islands .path37:before {
  content: "";
  margin-left: -1em;
  color: #ff965a; }

.countryflag-england .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-england .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-virgin-islands .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-virgin-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-virgin-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-virgin-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-virgin-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-virgin-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-virgin-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-virgin-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-virgin-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-virgin-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-virgin-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-virgin-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-virgin-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-virgin-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-virgin-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-virgin-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-virgin-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-virgin-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-virgin-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-virgin-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-virgin-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-turkey .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-turkey .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkey .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-isle-of-man .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path23:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path29:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path30:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path33:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path35:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path36:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path37:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path38:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path39:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path40:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path41:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path42:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path43:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path44:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path45:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path46:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path47:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-isle-of-man .path48:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path49:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path50:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-isle-of-man .path51:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-vietnam .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-vietnam .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path1:before {
  content: "";
  color: #3cc8ff; }

.countryflag-tuvalu .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-tuvalu .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tuvalu .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-tuvalu .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tuvalu .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-niger .path1:before {
  content: "";
  color: #73af00; }

.countryflag-niger .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-niger .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-niger .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff9b55; }

.countryflag-turks-and-caicos .path1:before {
  content: "";
  color: #41479b; }

.countryflag-turks-and-caicos .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turks-and-caicos .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turks-and-caicos .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turks-and-caicos .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turks-and-caicos .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turks-and-caicos .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turks-and-caicos .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-turks-and-caicos .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turks-and-caicos .path10:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-turks-and-caicos .path11:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turks-and-caicos .path12:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turks-and-caicos .path13:before {
  content: "";
  margin-left: -1em;
  color: #d35a10; }

.countryflag-turks-and-caicos .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffa033; }

.countryflag-turks-and-caicos .path15:before {
  content: "";
  margin-left: -1em;
  color: #ff9480; }

.countryflag-turks-and-caicos .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffa0e4; }

.countryflag-portugal .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-portugal .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-portugal .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-portugal .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-portugal .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-portugal .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-portugal .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-portugal .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-portugal .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-portugal .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-portugal .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-portugal .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-portugal .path13:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-portugal .path14:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-portugal .path15:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-portugal .path16:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-portugal .path17:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-maldives .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-maldives .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-maldives .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-united-states .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-states .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-states .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-states .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-states .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-states .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-states .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-states .path9:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-united-states .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path29:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path30:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path31:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path32:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path33:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path35:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path36:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path37:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path38:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path39:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path40:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path41:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path42:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path43:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path44:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path45:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path46:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path47:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path48:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path49:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-states .path50:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-senegal .path1:before {
  content: "";
  color: #73af00; }

.countryflag-senegal .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-senegal .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-senegal .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-nauru .path1:before {
  content: "";
  color: #41479b; }

.countryflag-nauru .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-nauru .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path1:before {
  content: "";
  color: #73af00; }

.countryflag-turkmenistan .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turkmenistan .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-turkmenistan .path5:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-turkmenistan .path6:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-turkmenistan .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turkmenistan .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path22:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path23:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turkmenistan .path24:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-turkmenistan .path25:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-turkmenistan .path26:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turkmenistan .path27:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path29:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turkmenistan .path30:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path31:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path32:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turkmenistan .path33:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path34:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path35:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path36:before {
  content: "";
  margin-left: -1em;
  color: #ffb400; }

.countryflag-turkmenistan .path37:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-turkmenistan .path38:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path39:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path40:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path41:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path42:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-turkmenistan .path43:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-singapore .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-singapore .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-singapore .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-singapore .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-singapore .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-singapore .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-singapore .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-singapore .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-singapore .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-libya .path1:before {
  content: "";
  color: #73af00; }

.countryflag-libya .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-libya .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-libya .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-libya .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-yemen .path1:before {
  content: "";
  color: #464655; }

.countryflag-yemen .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-yemen .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-transnistria .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-transnistria .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-transnistria .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-australia .path1:before {
  content: "";
  color: #41479b; }

.countryflag-australia .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-australia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-australia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-australia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-australia .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-australia .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-australia .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-australia .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-australia .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-australia .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-australia .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-australia .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tokelau .path1:before {
  content: "";
  color: #41479b; }

.countryflag-tokelau .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tokelau .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-tokelau .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tokelau .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tokelau .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-tokelau .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-republic-of-macedonia .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-republic-of-macedonia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-republic-of-macedonia .path14:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-netherlands .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-netherlands .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-netherlands .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-thailand .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-thailand .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-thailand .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-thailand .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-montenegro .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-montenegro .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-montenegro .path12:before {
  content: "";
  margin-left: -1em;
  color: #c8414b; }

.countryflag-montenegro .path13:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-montenegro .path14:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-montenegro .path15:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-montenegro .path16:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-montenegro .path17:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-montenegro .path18:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-montenegro .path19:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-montenegro .path20:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-montenegro .path21:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-montenegro .path22:before {
  content: "";
  margin-left: -1em;
  color: #e6b432; }

.countryflag-azores-islands .path1:before {
  content: "";
  color: #41479b; }

.countryflag-azores-islands .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-azores-islands .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path13:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-azores-islands .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-azores-islands .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-azores-islands .path22:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-azores-islands .path23:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-azores-islands .path24:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-azores-islands .path25:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-azores-islands .path26:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-st-vincent-and-the-grenadines .path1:before {
  content: "";
  color: #ffe15a; }

.countryflag-st-vincent-and-the-grenadines .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-st-vincent-and-the-grenadines .path3:before {
  content: "";
  margin-left: -1em;
  color: #4173cd; }

.countryflag-st-vincent-and-the-grenadines .path4:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-st-vincent-and-the-grenadines .path5:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-st-vincent-and-the-grenadines .path6:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-madagascar .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-madagascar .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-madagascar .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-canada .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-canada .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-canada .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-canada .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-south-sudan .path1:before {
  content: "";
  color: #464655; }

.countryflag-south-sudan .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-south-sudan .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-south-sudan .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-south-sudan .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-south-sudan .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-south-sudan .path7:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-south-sudan .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-jersey .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-jersey .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-jersey .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-jersey .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-jersey .path5:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path6:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path7:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path8:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path9:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path10:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path11:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path12:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path13:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path14:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path15:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path16:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-jersey .path18:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-jersey .path19:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path20:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path21:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path22:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path23:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path24:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path25:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path26:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path27:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path28:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path29:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path30:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path31:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path32:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-jersey .path33:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-jersey .path34:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path35:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path36:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path37:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path38:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path39:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path40:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path41:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path42:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path43:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path44:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path45:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path46:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-jersey .path47:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-jersey .path48:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-jersey .path49:before {
  content: "";
  margin-left: -1em;
  color: #82afff; }

.countryflag-india .path1:before {
  content: "";
  color: #fab446; }

.countryflag-india .path2:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-india .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-india .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path5:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path6:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path7:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path8:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path9:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path10:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path11:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path12:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path13:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path14:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path15:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path16:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path17:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path18:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path19:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path20:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path21:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-india .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-india .path23:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-somaliland .path1:before {
  content: "";
  color: #73af00; }

.countryflag-somaliland .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-somaliland .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-somaliland .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path16:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path17:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path18:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path19:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path20:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path21:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path22:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path23:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path24:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path25:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path26:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path27:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-somaliland .path28:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-russia .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-russia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-russia .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-democratic-republic-of-congo .path1:before {
  content: "";
  color: #82afff; }

.countryflag-democratic-republic-of-congo .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-democratic-republic-of-congo .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-democratic-republic-of-congo .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-democratic-republic-of-congo .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-eustatius .path1:before {
  content: "";
  color: #41479b; }

.countryflag-sint-eustatius .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-sint-eustatius .path3:before {
  content: "";
  margin-left: -1em;
  color: #73af00; }

.countryflag-sint-eustatius .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-sint-eustatius .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-samoa .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-samoa .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-samoa .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-samoa .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-samoa .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-samoa .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-samoa .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mexico .path1:before {
  content: "";
  color: #73af00; }

.countryflag-mexico .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-mexico .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-mexico .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-mexico .path5:before {
  content: "";
  margin-left: -1em;
  color: #00c3a0; }

.countryflag-mexico .path6:before {
  content: "";
  margin-left: -1em;
  color: #00c3a0; }

.countryflag-mexico .path7:before {
  content: "";
  margin-left: -1em;
  color: #00aadc; }

.countryflag-mexico .path8:before {
  content: "";
  margin-left: -1em;
  color: #732d37; }

.countryflag-mexico .path9:before {
  content: "";
  margin-left: -1em;
  color: #aad264; }

.countryflag-mexico .path10:before {
  content: "";
  margin-left: -1em;
  color: #874150; }

.countryflag-mexico .path11:before {
  content: "";
  margin-left: -1em;
  color: #732d37; }

.countryflag-mexico .path12:before {
  content: "";
  margin-left: -1em;
  color: #783c46; }

.countryflag-mexico .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffd250; }

.countryflag-mexico .path14:before {
  content: "";
  margin-left: -1em;
  color: #aad264; }

.countryflag-mexico .path15:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mexico .path16:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mexico .path17:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mexico .path18:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mexico .path19:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mexico .path20:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-mexico .path21:before {
  content: "";
  margin-left: -1em;
  color: #ffb478; }

.countryflag-mexico .path22:before {
  content: "";
  margin-left: -1em;
  color: #9b4b5a; }

.countryflag-seychelles .path1:before {
  content: "";
  color: #73af00; }

.countryflag-seychelles .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-seychelles .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-seychelles .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-seychelles .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nato .path1:before {
  content: "";
  color: #41479b; }

.countryflag-nato .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nato .path3:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nato .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nato .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-nato .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path1:before {
  content: "";
  color: #73af00; }

.countryflag-brazil .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-brazil .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-brazil .path4:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path6:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path10:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path11:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path12:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path13:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path14:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-brazil .path15:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-georgia .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-georgia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-georgia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-georgia .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-georgia .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-georgia .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-sardinia .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-sardinia .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-sardinia .path3:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sardinia .path4:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sardinia .path5:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-sardinia .path6:before {
  content: "";
  margin-left: -1em;
  color: #464655; }

.countryflag-mongolia .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-mongolia .path2:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-mongolia .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-mongolia .path4:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path5:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path6:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path7:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path8:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path9:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path10:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path11:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path12:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path13:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-mongolia .path14:before {
  content: "";
  margin-left: -1em;
  color: #f9cf02; }

.countryflag-european-union .path1:before {
  content: "";
  color: #41479b; }

.countryflag-european-union .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path5:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path6:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path7:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path8:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path9:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path10:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path12:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-european-union .path13:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-united-kingdom .path1:before {
  content: "";
  color: #41479b; }

.countryflag-united-kingdom .path2:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-united-kingdom .path3:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-kingdom .path4:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-kingdom .path5:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-kingdom .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-united-kingdom .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-kiribati .path1:before {
  content: "";
  color: #ff4b55; }

.countryflag-kiribati .path2:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kiribati .path3:before {
  content: "";
  margin-left: -1em;
  color: #ffd25a; }

.countryflag-kiribati .path4:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-kiribati .path5:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-kiribati .path6:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-kiribati .path7:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kiribati .path8:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kiribati .path9:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-kiribati .path10:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-kiribati .path11:before {
  content: "";
  margin-left: -1em;
  color: #ffe15a; }

.countryflag-hawaii .path1:before {
  content: "";
  color: whitesmoke; }

.countryflag-hawaii .path2:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-hawaii .path3:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-hawaii .path4:before {
  content: "";
  margin-left: -1em;
  color: #41479b; }

.countryflag-hawaii .path5:before {
  content: "";
  margin-left: -1em;
  color: whitesmoke; }

.countryflag-hawaii .path6:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-hawaii .path7:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-hawaii .path8:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-hawaii .path9:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.countryflag-hawaii .path10:before {
  content: "";
  margin-left: -1em;
  color: #ff4b55; }

.custom_dropdown {
  display: none; }

.dropdown {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #f6f6f6;
  border-radius: 6px;
  border: solid 1px #eee;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .dropdown:focus {
    background-color: #f1f1f1; }
  .dropdown:hover {
    background-color: #f3f3f3; }
  .dropdown:active, .dropdown.open {
    background-color: #f0f0f0 !important;
    border-color: #e4e4e4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset; }
  .dropdown:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%; }
  .dropdown.open:after {
    transform: rotate(-180deg); }
  .dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto; }
  .dropdown.open .option {
    cursor: pointer; }
  .dropdown.wide {
    width: 100%; }
    .dropdown.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999; }
    .dropdown .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .dropdown .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .dropdown .option:hover, .dropdown .option:focus {
      background-color: #f6f6f6 !important; }
    .dropdown .option.selected {
      font-weight: 600; }
    .dropdown .option.selected:focus {
      background: #f6f6f6; }

@font-face {
  font-family: "aleobold";
  src: url("../../fonts/aleo/aleo-bold-webfont.woff2") format("woff2"), url("../../fonts/aleo/aleo-bold-webfont.woff") format("woff"), url("../../fonts/aleo/aleo-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "aleolight";
  src: url("../../fonts/aleo/aleo-light-webfont.woff2") format("woff2"), url("../../fonts/aleo/aleo-light-webfont.woff") format("woff"), url("../../fonts/aleo/aleo-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "aleoregular";
  src: url("../../fonts/aleo/aleo-regular-webfont.woff2") format("woff2"), url("../../fonts/aleo/aleo-regular-webfont.woff") format("woff"), url("../../fonts/aleo/aleo-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: "Sofia Pro", sans-serif;
  overflow-x: hidden; }

.script-notloading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000000de;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 9999;
  text-align: center;
  padding: 13px 6px;
  line-height: 1.7;
  font-weight: 200;
  letter-spacing: 0.6px;
  animation: script-notloading 0.2s 1; }
  .script-notloading span {
    font-weight: 500; }
  @media (max-device-width: 900px) {
    .script-notloading {
      display: none; } }

@keyframes script-notloading {
  from {
    top: -200px; }
  to {
    top: 0px; } }
.pos-relative {
  position: relative; }

@media (min-width: 1200px) {
  .cont-1170 .container {
    max-width: 1170px; } }
.body-wrapper {
  overflow-y: auto;
  overflow-x: hidden; }

/* New Homepage css Ends*/
.logos-strip {
  text-align: center; }
  .logos-strip h3 {
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
    line-height: 33px;
    color: #999;
    font-weight: 400; }
  .logos-strip .endorse-logos {
    display: inline-block;
    margin: 10px 20px 3px;
    vertical-align: middle;
    width: 149px;
    height: 41px;
    background-repeat: no-repeat;
    background-size: 619% 100%;
    filter: contrast(0);
    opacity: 0.5;
    transition: all 0.4s ease; }
    .logos-strip .endorse-logos:hover {
      filter: contrast(1);
      opacity: 1;
      background-position-y: 1px; }
    .logos-strip .endorse-logos:last-child {
      margin-right: 0; }
  .logos-strip .endorse-logos.techradar {
    background-position: 0px 1px; }
  .logos-strip .endorse-logos.pcworld {
    background-position: -193px 1px;
    width: 149px; }
  .logos-strip .endorse-logos.proprivacy {
    background-position: -528px 1px;
    width: 203px; }
  .logos-strip .endorse-logos.pcmag {
    background-position: -566px 1px;
    width: 145px; }
  .logos-strip .endorse-logos.frandroid {
    background-position: -776px 1px; }
  @media (max-width: 575.98px) {
    .logos-strip {
      display: none; } }

/* Video Testimonails section css */
.video-testimonials {
  padding: 30px 0; }
  .video-testimonials .container {
    max-width: 970px; }
  .video-testimonials .video-slider .content-holder {
    width: 100%;
    min-height: 292px;
    margin: 5px auto;
    position: relative;
    color: #fff; }
    .video-testimonials .video-slider .content-holder a {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      background-color: rgba(17, 17, 17, 0.5); }
      .video-testimonials .video-slider .content-holder a .video-info {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px 15px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0; }
      .video-testimonials .video-slider .content-holder a i {
        width: 80px;
        height: 80px;
        text-align: center;
        font-size: 30px;
        color: #fff;
        z-index: 11;
        margin: auto;
        position: absolute;
        border: 3px solid #fff;
        border-radius: 50%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        line-height: 75px; }
        .video-testimonials .video-slider .content-holder a i::before {
          margin-left: 10px;
          line-height: 80px; }
      .video-testimonials .video-slider .content-holder a:hover {
        background-color: rgba(17, 17, 17, 0.2); }
        .video-testimonials .video-slider .content-holder a:hover .fa {
          border-color: #fff; }
        .video-testimonials .video-slider .content-holder a:hover .video-info {
          opacity: 1; }
    .video-testimonials .video-slider .content-holder .video-para {
      color: #fff; }
  .video-testimonials .video-slider .video1 {
    background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/05/07111951/thumb1.jpg");
    background-size: cover; }
  .video-testimonials .video-slider .video2 {
    background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/05/07112001/thumb2.jpg");
    background-size: cover; }
  .video-testimonials .video-slider .video3 {
    background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/05/21120646/img_thumb.jpg");
    background-size: cover; }
  .video-testimonials .video-slider .video4 {
    background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/04/02130054/video-thumb1.jpg");
    background-size: cover; }
  .video-testimonials .video-slider .slick-dots {
    bottom: -60px; }
  .video-testimonials .video-slider .slick-dots li button::before {
    font-size: 12px;
    color: #97bfd6; }
  @media (max-width: 575.98px) {
    .video-testimonials {
      display: none; } }

#videoModal .modal-content {
  background-color: #111;
  border: none;
  margin-top: 100px; }
  #videoModal .modal-content .close {
    position: absolute;
    right: -35px;
    top: -55px;
    z-index: 11;
    opacity: 1;
    cursor: pointer; }
    #videoModal .modal-content .close span {
      font-size: 70px;
      color: #fff;
      font-weight: 100;
      opacity: 1;
      line-height: 50px; }
  #videoModal .modal-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 5px; }
  #videoModal .modal-content .modal-body {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }

.country-section {
  background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/04/04120526/country-section-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0; }
  .country-section h2 {
    font-size: 34px; }
    @media (max-width: 575.98px) {
      .country-section h2 {
        font-size: 24px; } }
  .country-section .flag-box {
    margin: 7px 0;
    padding: 0 5px; }
    @media (max-device-width: 1024px) {
      .country-section .flag-box {
        text-align: center; } }
    .country-section .flag-box .flagiconcss,
    .country-section .flag-box .countryflag,
    .country-section .flag-box [class^="countryflag"] {
      font-size: 60px;
      border-radius: 5px;
      float: left; }
      @media (max-device-width: 1024px) {
        .country-section .flag-box .flagiconcss,
        .country-section .flag-box .countryflag,
        .country-section .flag-box [class^="countryflag"] {
          float: none; } }
    .country-section .flag-box .country-name {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      padding-left: 7px;
      line-height: 60px; }
      @media (max-device-width: 1024px) {
        .country-section .flag-box .country-name {
          line-height: normal;
          display: block; } }

.section {
  padding: 60px 0; }
  @media (max-width: 575.98px) {
    .section {
      padding: 30px 0;
      text-align: center; } }
  @media (max-width: 767.98px) {
    .section {
      padding: 30px 0;
      text-align: center; } }

.get-blogs-data {
  padding-top: 30px; }
  .get-blogs-data .blog-div {
    text-align: left; }
    .get-blogs-data .blog-div .blog-img {
      overflow: hidden;
      min-height: 190px;
      min-width: 100%;
      position: relative; }
      .get-blogs-data .blog-div .blog-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25%;
        right: -25%;
        margin: auto;
        width: auto;
        height: 220px; }
    .get-blogs-data .blog-div .blog-content h3 {
      font-size: 20px;
      font-weight: 400;
      color: #221f1f;
      margin: 15px auto;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .get-blogs-data .blog-div .blog-content .para-text {
      font-size: 16px;
      font-weight: 300;
      color: #535353;
      min-height: 55px;
      margin-bottom: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .get-blogs-data .blog-div .blog-content .date-text {
      font-size: 12px;
      font-weight: 300;
      color: #bdbdbd;
      text-transform: uppercase;
      margin-bottom: 0; }
    .get-blogs-data .blog-div .blog-content .btn-primary.btn {
      display: none; }

body div.pln-pkg-box-wrpr .msg-container-div .billing_cycle.plan_box[data-cardid="14374"] .pln-pkg-save-percnt,
body div.pln-pkg-box-wrpr .msg-container-div .billing_cycle.plan_box[data-cardid="14376"] .pln-pkg-save-percnt,
body div.pln-pkg-box-wrpr .msg-container-div .billing_cycle.plan_box[data-cardid="14378"] .pln-pkg-save-percnt {
  max-width: 200px; }

.cart-bottom-link {
  margin: 10px auto 10px !important;
  font-size: 15px; }
  @media (max-width: 575.98px) {
    .cart-bottom-link {
      margin: 10px auto 0 !important;
      font-size: 12px !important; }
      .cart-bottom-link hr {
        margin: 0px !important; }
      .cart-bottom-link span {
        display: block; } }
  @media (max-width: 767.98px) {
    .cart-bottom-link {
      margin: 10px auto 0 !important;
      font-size: 12px !important; }
      .cart-bottom-link hr {
        margin: 0px !important; }
      .cart-bottom-link span {
        display: block; } }

.ivacy-cart-new.wd-pln-pkg-sec
.pln-pkg-box-wrpr
.msg-container
.pln-pkg-box.active::after {
  color: #f27624 !important; }

@media (max-width: 575.98px) {
  .ivacy-cart-new.wd-pln-pkg-sec .features-div {
    display: none; } }

.features-widg-sec .feature-wid-div {
  margin: 0 auto 30px;
  padding: 30px 15px; }
  @media (max-width: 575.98px) {
    .features-widg-sec .feature-wid-div {
      margin-bottom: 0; } }
  .features-widg-sec .feature-wid-div .icon-div svg {
    width: 60px;
    height: 60px;
    margin-bottom: 30px; }
  .features-widg-sec .feature-wid-div .content-div h4 {
    font-size: 25px;
    color: #41494f; }
  .features-widg-sec .feature-wid-div .content-div p {
    color: #41494f; }
.features-widg-sec.bordered-wids .feature-wid-div {
  border: 1px solid #ededed; }
  .features-widg-sec.bordered-wids .feature-wid-div.active {
    -webkit-box-shadow: 0 0 10px rgba(169, 165, 165, 0.2);
    -moz-box-shadow: 0 0 10px rgba(169, 165, 165, 0.2);
    box-shadow: 0 0 10px rgba(169, 165, 165, 0.2); }
    .features-widg-sec.bordered-wids .feature-wid-div.active:hover {
      -webkit-box-shadow: 0 0 10px rgba(169, 165, 165, 0.4);
      -moz-box-shadow: 0 0 10px rgba(169, 165, 165, 0.4);
      box-shadow: 0 0 10px rgba(169, 165, 165, 0.4); }
.features-widg-sec.shadow-wids .feature-wid-div {
  -webkit-box-shadow: 0 0 10px rgba(169, 165, 165, 0.2);
  -moz-box-shadow: 0 0 10px rgba(169, 165, 165, 0.2);
  box-shadow: 0 0 10px rgba(169, 165, 165, 0.2); }
  .features-widg-sec.shadow-wids .feature-wid-div.active {
    -webkit-box-shadow: 0 0 10px rgba(169, 165, 165, 0.2);
    -moz-box-shadow: 0 0 10px rgba(169, 165, 165, 0.2);
    box-shadow: 0 0 10px rgba(169, 165, 165, 0.2); }
    .features-widg-sec.shadow-wids .feature-wid-div.active:hover {
      -webkit-box-shadow: 0 0 10px rgba(169, 165, 165, 0.4);
      -moz-box-shadow: 0 0 10px rgba(169, 165, 165, 0.4);
      box-shadow: 0 0 10px rgba(169, 165, 165, 0.4); }
.features-widg-sec.round-border-icon .feature-wid-div .icon-div {
  border: 1px solid #dddddd;
  display: flex;
  border-radius: 50%;
  width: 148px;
  height: 148px;
  align-items: center;
  margin: 0 auto 20px auto; }
  .features-widg-sec.round-border-icon .feature-wid-div .icon-div svg {
    margin: 0 auto; }
.features-widg-sec.round-border-icon .feature-wid-div .content-div p {
  margin-top: 10px; }
.features-widg-sec.left-border-grid .feature-wid-div {
  border: 1px solid rgba(169, 165, 165, 0.2);
  border-radius: 4px; }
  .features-widg-sec.left-border-grid .feature-wid-div:hover {
    -webkit-box-shadow: 0 0 10px rgba(169, 165, 165, 0.2);
    -moz-box-shadow: 0 0 10px rgba(169, 165, 165, 0.2);
    box-shadow: 0 0 10px rgba(169, 165, 165, 0.2); }
  .features-widg-sec.left-border-grid .feature-wid-div .icon-div {
    display: inline-block;
    max-width: 84px;
    vertical-align: top;
    margin-right: 15px; }
  .features-widg-sec.left-border-grid .feature-wid-div .content-div {
    display: inline-block;
    max-width: calc(100% - 100px);
    text-align: left; }

.section-circle {
  background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .section-circle {
      text-align: center; } }
  @media (max-width: 767.98px) {
    .section-circle img {
      max-width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-bottom: 30px; } }
  .section-circle.section-circle-right {
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/03/30121156/oval-right.png);
    background-position: top right -150px;
    -webkit-background-size: auto 100%;
    background-size: auto 100%; }
  .section-circle.section-circle-left {
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/03/29151101/section-rounded-bg.png);
    background-repeat: no-repeat;
    background-position: top left -150px;
    background-size: auto 100%; }

.all-devices-icon-sec .app-icon-div {
  padding: 30px 0; }
  .all-devices-icon-sec .app-icon-div svg {
    max-width: 100%;
    max-height: 35px; }
  .all-devices-icon-sec .app-icon-div a {
    color: #b3b3b4;
    font-size: 14px;
    padding: 15px 0; }
    .all-devices-icon-sec .app-icon-div a.ios svg path {
      fill: #000000; }
    .all-devices-icon-sec .app-icon-div a.android svg path {
      fill: #a3c439; }
    .all-devices-icon-sec .app-icon-div a.windows svg path {
      fill: #1a9bff; }
    .all-devices-icon-sec .app-icon-div a.kodi svg path {
      fill: #12b2e7; }
    .all-devices-icon-sec .app-icon-div a.x-box svg path {
      fill: #107c10; }
    .all-devices-icon-sec .app-icon-div a.ps4 svg path {
      fill: #107c10; }
    .all-devices-icon-sec .app-icon-div a.blackberry svg path {
      fill: #000000; }
    .all-devices-icon-sec .app-icon-div a.roku svg path {
      fill: #6c3c97; }
    .all-devices-icon-sec .app-icon-div a.roku svg path {
      fill: #6c3c97; }
    .all-devices-icon-sec .app-icon-div a.routers svg path {
      fill: #010002; }
  @media (min-width: 768px) {
    .all-devices-icon-sec .app-icon-div:hover a {
      color: #221f1f; } }

@media (max-width: 575.98px) {
  .intrective-map {
    display: none; } }
@media (max-width: 767.98px) {
  .intrective-map {
    display: none; } }
.intrective-map .container {
  max-width: 850px; }
  .intrective-map .container .map-wrapper {
    width: 100%; }
    .intrective-map .container .map-wrapper svg ellipse {
      animation: pulse 2s infinite;
      stroke: #148ae433; }
      .intrective-map .container .map-wrapper svg ellipse:hover {
        fill: #f27624 !important;
        border-radius: 50%;
        stroke: #f27624;
        stroke-dashoffset: 21px;
        stroke-width: 3px;
        cursor: pointer; }
    .intrective-map .container .map-wrapper .region-wrapper {
      background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/05/21130046/map-hover.png");
      background-repeat: no-repeat;
      width: 177px;
      height: 24px;
      background-size: cover;
      color: #fff;
      position: absolute;
      margin-left: -180px;
      margin-top: -18px;
      text-transform: uppercase;
      -webkit-transition: 0.5s transform;
      -moz-transition: 0.5s transform;
      -ms-transition: 0.5s transform;
      -o-transition: 0.5s transform;
      transition: 0.5s transform;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: 100% 100%;
      -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 1000% 100%;
      -o-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      font-size: 10px;
      padding-left: 5px;
      line-height: 23px; }
    .intrective-map .container .map-wrapper .pointer-wrapper {
      background-image: url("https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2019/05/10093139/speed-with-bg.gif");
      height: 129px;
      width: 78px;
      background-position: bottom;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      bottom: 0;
      margin-left: -38px;
      margin-top: -130px;
      top: 3175px;
      left: 450px;
      -webkit-transition: 0.5s transform;
      -moz-transition: 0.5s transform;
      -ms-transition: 0.5s transform;
      -o-transition: 0.5s transform;
      transition: 0.5s transform;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }
      .intrective-map .container .map-wrapper .pointer-wrapper span {
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 90px;
        font-size: 11px; }
      .intrective-map .container .map-wrapper .pointer-wrapper.show {
        height: 129px; }
.intrective-map .counter-wrapper {
  margin-top: -50px; }
  .intrective-map .counter-wrapper .counter {
    font-size: 72px;
    text-align: center;
    font-family: "Sofia Pro";
    font-weight: 800;
    color: #535353; }
    .intrective-map .counter-wrapper .counter:after {
      content: "+";
      position: absolute;
      display: inline-block;
      font-size: 72px;
      text-align: center;
      font-family: "Sofia Pro";
      width: 40px;
      height: 70px; }
  .intrective-map .counter-wrapper h3 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #535353; }
  .intrective-map .counter-wrapper .infinite-img {
    text-align: center; }
    .intrective-map .counter-wrapper .infinite-img img {
      text-align: center;
      margin: 34px 0 24px 0; }

.streaming-blogs-list-sec .blogs-inner-divs .blog-div {
  margin-bottom: 30px;
  text-align: left; }
  .streaming-blogs-list-sec .blogs-inner-divs .blog-div a:hover {
    text-decoration: none; }
    .streaming-blogs-list-sec .blogs-inner-divs .blog-div a:hover * {
      text-decoration: none;
      outline: none; }
  .streaming-blogs-list-sec .blogs-inner-divs .blog-div .blog-content {
    padding: 0 0px 15px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .streaming-blogs-list-sec .blogs-inner-divs .blog-div .blog-img {
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    position: relative; }
    .streaming-blogs-list-sec .blogs-inner-divs .blog-div .blog-img img {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  .streaming-blogs-list-sec .blogs-inner-divs .blog-div h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    padding-top: 20px;
    height: 90px;
    color: #221f1f; }
  .streaming-blogs-list-sec .blogs-inner-divs .blog-div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    height: 59px;
    color: #535353; }
    .streaming-blogs-list-sec .blogs-inner-divs .blog-div p.date-div {
      color: #bdbdbd;
      font-size: 12px;
      font-weight: 300;
      height: auto;
      text-transform: uppercase; }
  .streaming-blogs-list-sec .blogs-inner-divs .blog-div .btn.btn-primary {
    display: none;
    background: transparent;
    color: #f27624;
    padding: 0;
    font-size: 14px;
    font-weight: 600; }
.streaming-blogs-list-sec .blogs-inner-divs.blogs-inner-divs-my-ip .blog-div {
  min-height: 60px;
  height: auto; }
  .streaming-blogs-list-sec .blogs-inner-divs.blogs-inner-divs-my-ip .blog-div .blog-img img {
    width: 100%; }
  .streaming-blogs-list-sec .blogs-inner-divs.blogs-inner-divs-my-ip .blog-div h3 {
    min-height: 60px;
    height: auto; }

span.errText {
  color: red;
  font-size: 14px; }

.features-widg-sec .icon-div svg g {
  fill: #2f8de6; }
.features-widg-sec .icon-div svg rect {
  fill: #2f8de6; }
.features-widg-sec .icon-div svg polygon {
  fill: #2f8de6; }

/* Country page css*/
.city-wrapper .container {
  max-width: 950px; }
  .city-wrapper .container svg {
    max-height: 70px; }
    .city-wrapper .container svg path {
      fill: #41494f; }
    .city-wrapper .container svg g {
      fill: #41494f; }
    .city-wrapper .container svg rect {
      fill: #41494f; }
    .city-wrapper .container svg polygon {
      fill: #41494f; }
  .city-wrapper .container h3 {
    margin-top: 30px;
    font-size: 25px; }

.check-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .check-list li {
    font-family: "Sofia Pro";
    font-weight: 300;
    color: #535353;
    font-size: 18px;
    margin-bottom: 10px; }
  .check-list i {
    margin-right: 15px; }

.ctas-wrapper .btn {
  font-size: 16px;
  padding: 15px 40px !important; }
  .ctas-wrapper .btn.btn-secondary {
    background-color: transparent;
    border: 2px solid #1196e2;
    color: #1196e2; }
    .ctas-wrapper .btn.btn-secondary::after {
      background-image: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/06/blue-arrow.png");
      content: " ";
      margin: 7px 0 0 7px; }

.setup-router-sec .container {
  max-width: 1000px; }
  .setup-router-sec .container .box {
    min-height: 340px;
    text-align: left;
    padding: 20px 30px;
    border: 1px solid #999;
    margin: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative; }
    .setup-router-sec .container .box.blue {
      border-bottom: 4px solid #7f8095; }
      .setup-router-sec .container .box.blue::before {
        content: "";
        border: 14px solid #7f8095;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -15px;
        margin-top: -14px;
        transform: rotate(45deg); }
    .setup-router-sec .container .box.orange {
      border-bottom: 4px solid #f27624; }
      .setup-router-sec .container .box.orange::before {
        content: "";
        border: 14px solid #f27624;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -15px;
        margin-top: -14px;
        transform: rotate(45deg); }
  .setup-router-sec .container img {
    margin-bottom: 10px; }

.banner-with-breadcrumb {
  padding-top: 30px; }
  @media (max-width: 767.98px) {
    .banner-with-breadcrumb {
      margin-top: -120px; } }
  @media (min-width: 768px) {
    .banner-with-breadcrumb {
      margin-top: -120px; } }
  @media (min-width: 992px) {
    .banner-with-breadcrumb {
      margin-top: -120px; } }
  @media (max-width: 575.98px) {
    .banner-with-breadcrumb {
      padding: 30px 0;
      text-align: center; } }
  @media (max-width: 767.98px) {
    .banner-with-breadcrumb {
      padding: 30px 0;
      text-align: center; } }
  @media (max-width: 575.98px) {
    .banner-with-breadcrumb {
      margin-top: 0px;
      padding-top: 45px;
      text-align: center; } }
  .banner-with-breadcrumb .content-area {
    margin-top: 90px; }
    @media (min-width: 992px) {
      .banner-with-breadcrumb .content-area {
        margin-top: 90px; } }
    @media (min-width: 768px) {
      .banner-with-breadcrumb .content-area {
        margin-top: 90px; } }
    @media (max-width: 767.98px) {
      .banner-with-breadcrumb .content-area {
        margin-top: 90px; } }
    @media (max-width: 575.98px) {
      .banner-with-breadcrumb .content-area {
        margin-top: 0; } }
    .banner-with-breadcrumb .content-area h1 {
      color: #221f1f;
      margin: 180px auto 30px;
      padding-top: 20px;
      line-height: 1.2; }
      @media (max-width: 575.98px) {
        .banner-with-breadcrumb .content-area h1 {
          font-size: 28px;
          margin: 0px auto 30px; } }
    .banner-with-breadcrumb .content-area h2 {
      color: #9c9c9c;
      font-size: 30px;
      margin: 0 auto 15px; }
    .banner-with-breadcrumb .content-area p {
      margin: 0 auto; }
  .banner-with-breadcrumb .banner-image-div img {
    position: relative;
    z-index: 1; }
  .banner-with-breadcrumb .breadcrumb {
    position: absolute;
    top: 100px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    border-bottom: 1px solid rgba(3, 50, 76, 0.11);
    border-radius: 0;
    z-index: 1;
    padding: 10px 7px; }
    @media (max-width: 575.98px) {
      .banner-with-breadcrumb .breadcrumb {
        position: relative;
        top: -30px; } }
    .banner-with-breadcrumb .breadcrumb .breadcrumb-item {
      color: #919191;
      font-size: 16px;
      font-weight: 300; }
      .banner-with-breadcrumb .breadcrumb .breadcrumb-item.active {
        font-weight: 500; }

.ipv6-box {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 0 10px #f1f1f1;
  padding: 30px 50px; }
  .ipv6-box .box-left {
    border-right: 1px solid #f1f1f1; }
  .ipv6-box .box-right {
    padding-left: 90px; }
  .ipv6-box h3 {
    margin-bottom: 20px; }
  .ipv6-box ul {
    list-style-image: url("https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/06/bullet-blue.png");
    padding: 0; }
    .ipv6-box ul li {
      font-family: "Sofia Pro", Arial;
      font-weight: 300;
      line-height: 1.5;
      color: #535353;
      font-size: 18px;
      margin-bottom: 15px; }

.supported-devices-icons {
  margin: 30px 0; }
  .supported-devices-icons h5 {
    font-size: 13px;
    color: #adadad;
    font-weight: normal;
    margin-bottom: 13px; }
  .supported-devices-icons ul {
    list-style: none;
    padding-left: 0; }
    .supported-devices-icons ul li {
      display: inline-block;
      margin-left: 6px; }
      .supported-devices-icons ul li:first-child {
        margin-left: 0; }
      .supported-devices-icons ul li svg {
        max-height: 20px;
        fill: #878787 !important; }
        .supported-devices-icons ul li svg g,
        .supported-devices-icons ul li svg path {
          fill: #878787 !important; }

.single-flag {
  font-size: 75px; }

.half-section {
  max-width: 780px;
  margin: 50px auto; }
  .half-section .col-6 h3 {
    margin-bottom: 20px; }
  .half-section .col-6 ul {
    list-style: none; }
  .half-section .col-6 li {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 300; }
    .half-section .col-6 li::before {
      color: #50b9f7;
      margin-right: 10px;
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      margin-left: -29px; }
  .half-section .col-6:first-child {
    border-right: 1px solid #ccc; }

.bg-img-sec {
  background: #3b0576 url(https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2019/06/us-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  color: #fff;
  text-align: center; }
  .bg-img-sec p,
  .bg-img-sec h2 {
    color: #fff;
    text-align: center;
    width: 100%; }

.find-box {
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  text-align: left;
  margin-top: 15px;
  padding: 30px 50px; }
  .find-box h3 {
    font-size: 24px;
    margin-bottom: 30px; }
  .find-box ol {
    margin: 0;
    padding: 15px; }
    .find-box ol li {
      font-size: 18px;
      color: #535353;
      font-weight: 300;
      line-height: 1.8; }

.table-wrapper {
  max-width: 700px; }
  .table-wrapper table {
    border-color: #f2f2f2; }
    .table-wrapper table thead tr th {
      background-color: #f2f2f2 !important;
      padding: 20px 50px;
      font-size: 24px;
      font-weight: 300; }
    .table-wrapper table tr td {
      padding: 20px;
      text-align: center;
      font-size: 18px;
      font-weight: 100; }

.steps-section {
  text-align: center;
  margin-top: 30px; }
  .steps-section .steps-col {
    position: relative; }
    .steps-section .steps-col + .steps-col:before {
      content: "";
      width: 100%;
      height: 1px;
      border: 1px dashed #dddddd;
      position: absolute;
      top: 80px;
      left: -50%;
      z-index: 0; }
      @media (max-width: 575.98px) {
        .steps-section .steps-col + .steps-col:before {
          display: none; } }
      @media (max-width: 767.98px) {
        .steps-section .steps-col + .steps-col:before {
          display: none; } }
    .steps-section .steps-col + .steps-col:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #dddddd;
      border: 7px solid #fff;
      z-index: 1;
      top: 65px;
      display: inline-block;
      left: -15px; }
      @media (max-width: 575.98px) {
        .steps-section .steps-col + .steps-col:after {
          display: none; } }
      @media (max-width: 767.98px) {
        .steps-section .steps-col + .steps-col:after {
          display: none; } }
    .steps-section .steps-col .steps-div {
      text-align: center;
      display: inline-block;
      position: relative;
      z-index: 1; }
      .steps-section .steps-col .steps-div .step-icon-div {
        display: inline-block;
        width: 150px;
        height: 150px;
        background: #fff;
        border-radius: 50%;
        position: relative;
        border: 1px solid #ddd;
        margin-bottom: 15px; }
        .steps-section .steps-col .steps-div .step-icon-div .step-number {
          color: #fff;
          background: #dddddd;
          position: absolute;
          text-align: center;
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 20px;
          border-radius: 50%;
          left: 7px;
          top: 7px; }
        .steps-section .steps-col .steps-div .step-icon-div .step-icon {
          padding: 40px 20px;
          height: 150px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .steps-section .steps-col .steps-div .step-icon-div .step-icon svg,
          .steps-section .steps-col .steps-div .step-icon-div .step-icon img {
            width: 100%;
            height: 100%; }
        .steps-section .steps-col .steps-div .step-icon-div .step-details h5 {
          color: #41494f;
          font-size: 20px; }

ul.tick-list {
  margin: 0 0 15px;
  padding: 0 0 0 20px; }
  ul.tick-list li {
    font-weight: 300;
    color: #535353;
    font-size: 18px;
    margin: 0 auto 30px;
    padding: 0 30px 0 45px;
    list-style: none;
    position: relative; }
    ul.tick-list li:before {
      position: absolute;
      left: 7px;
      top: 5px;
      content: "\f00c";
      font-weight: 700;
      font-family: "Font Awesome 5 Free";
      font-size: 12px;
      color: #fff !important;
      background: #f4614d;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      text-align: center;
      line-height: 24px; }

ul.ulist {
  margin: 0 0 15px;
  padding: 0 0 0 20px; }
  ul.ulist li {
    font-weight: 300;
    color: #535353;
    font-size: 18px;
    margin: 0 auto;
    padding: 0; }

.protocol-table td {
  border-color: #b3dae0 !important; }

.protocol-section .container {
  max-width: 1000px; }

.circle-heading {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background-color: #5197d8;
  text-align: center;
  width: 105px;
  height: 105px;
  line-height: 1;
  border-radius: 50%;
  display: inline-block;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }

ul.banner-list {
  padding: 0;
  list-style: none;
  counter-reset: item;
  margin-top: 30px; }
  ul.banner-list li {
    counter-increment: item;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 50px; }
    ul.banner-list li::before {
      margin-right: 10px;
      content: counter(item);
      background: #4367ff;
      border-radius: 100%;
      color: white;
      line-height: 30px;
      width: 30px;
      height: 30px;
      text-align: center;
      display: inline-block; }

.gaming-vpn-banner .content-area {
  font-family: "Mont", sans-serif;
  color: #fff; }
  .gaming-vpn-banner .content-area h3 {
    font-size: 34px;
    font-weight: 600;
    font-family: "Mont", sans-serif; }
    @media (max-width: 767.98px) {
      .gaming-vpn-banner .content-area h3 {
        font-size: 20px; } }
  .gaming-vpn-banner .content-area h1 {
    font-size: 44px;
    font-weight: 700; }
    @media (max-width: 767.98px) {
      .gaming-vpn-banner .content-area h1 {
        font-size: 26px; } }
    .gaming-vpn-banner .content-area h1 span {
      color: #f27624; }
  .gaming-vpn-banner .content-area .countdown-timer-span > span {
    font-weight: 700;
    color: #fff;
    font-size: 45px;
    display: inline-block;
    margin: 0 22px;
    position: relative;
    min-width: 70px; }
    @media (max-width: 767.98px) {
      .gaming-vpn-banner .content-area .countdown-timer-span > span {
        min-width: 50px;
        margin: 0 15px;
        font-size: 35px; } }
    .gaming-vpn-banner .content-area .countdown-timer-span > span small {
      display: block;
      margin-top: -7px;
      font-size: 16px; }
    .gaming-vpn-banner .content-area .countdown-timer-span > span.timer-hours:before, .gaming-vpn-banner .content-area .countdown-timer-span > span.timer-minutes:before, .gaming-vpn-banner .content-area .countdown-timer-span > span.timer-seconds:before {
      content: ":";
      display: block;
      color: #fff;
      font-size: 40px;
      position: absolute;
      left: -29px;
      font-weight: 400; }
      @media (max-width: 767.98px) {
        .gaming-vpn-banner .content-area .countdown-timer-span > span.timer-hours:before, .gaming-vpn-banner .content-area .countdown-timer-span > span.timer-minutes:before, .gaming-vpn-banner .content-area .countdown-timer-span > span.timer-seconds:before {
          font-size: 30px;
          left: -24px; } }

.timer-for-banner-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  top: 0;
  display: none; }
  @media (max-width: 575.98px) {
    .timer-for-banner-wrapper {
      text-align: center; } }
  @media (max-width: 767.98px) {
    .timer-for-banner-wrapper {
      text-align: center; } }
  .timer-for-banner-wrapper .timer-for-banner {
    background: #05a0da;
    position: absolute;
    width: 100%;
    padding: 15px;
    top: 0;
    z-index: 1; }
    @media (max-width: 575.98px) {
      .timer-for-banner-wrapper .timer-for-banner {
        padding: 7px; } }
    @media (max-width: 767.98px) {
      .timer-for-banner-wrapper .timer-for-banner {
        padding: 7px; } }
    .timer-for-banner-wrapper .timer-for-banner h3 {
      color: #fff;
      font-weight: 400;
      margin: 0;
      font-size: 22px; }
      @media (max-width: 575.98px) {
        .timer-for-banner-wrapper .timer-for-banner h3 {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .timer-for-banner-wrapper .timer-for-banner h3 {
          font-size: 16px; } }
      .timer-for-banner-wrapper .timer-for-banner h3 span {
        color: #fde02b;
        font-weight: 700;
        margin: 0; }
    .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span {
      text-align: right;
      color: #fff; }
      @media (max-width: 575.98px) {
        .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span {
          text-align: center; } }
      @media (max-width: 767.98px) {
        .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span {
          text-align: center; } }
      .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span span {
        font-size: 28.57px;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        font-family: "Mont", sans-serif;
        min-width: 65px;
        position: relative;
        padding: 0; }
        @media (max-width: 575.98px) {
          .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span span {
            font-size: 18px; } }
        @media (max-width: 767.98px) {
          .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span span {
            font-size: 18px; } }
        .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span span + span:before {
          content: ":";
          font-size: 20px;
          font-weight: 400;
          position: absolute;
          top: 5px;
          bottom: 0;
          left: 0;
          right: auto;
          margin: auto; }
          @media (max-width: 575.98px) {
            .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span span + span:before {
              font-size: 10px; } }
          @media (max-width: 767.98px) {
            .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span span + span:before {
              font-size: 10px; } }
        .timer-for-banner-wrapper .timer-for-banner .countdown-timer-span span small {
          font-size: 10px;
          font-weight: 400;
          display: block; }
  .timer-for-banner-wrapper .timer-for-banner-buyvpn {
    background: #05a0da;
    width: 100%;
    padding: 6px 0px;
    top: 0;
    z-index: 1; }
    @media (max-width: 575.98px) {
      .timer-for-banner-wrapper .timer-for-banner-buyvpn {
        padding: 7px; } }
    @media (max-width: 767.98px) {
      .timer-for-banner-wrapper .timer-for-banner-buyvpn {
        padding: 7px; } }
    .timer-for-banner-wrapper .timer-for-banner-buyvpn h3 {
      color: #fff;
      font-weight: 400;
      margin: 0;
      font-size: 20px;
      font-family: "Mont"; }
      .timer-for-banner-wrapper .timer-for-banner-buyvpn h3 a {
        color: #fff;
        position: relative;
        display: inline-block; }
        .timer-for-banner-wrapper .timer-for-banner-buyvpn h3 a:after {
          content: "";
          display: block;
          height: 1px;
          background-color: #fff; }
      @media (max-width: 575.98px) {
        .timer-for-banner-wrapper .timer-for-banner-buyvpn h3 {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .timer-for-banner-wrapper .timer-for-banner-buyvpn h3 {
          font-size: 16px; } }
      .timer-for-banner-wrapper .timer-for-banner-buyvpn h3 span {
        color: #fde02b;
        font-weight: 700;
        margin: 0; }
    .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span {
      text-align: right;
      color: #fff; }
      @media (max-width: 575.98px) {
        .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span {
          text-align: center; } }
      @media (max-width: 767.98px) {
        .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span {
          text-align: center; } }
      .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span span {
        font-size: 28.57px;
        display: inline-block;
        text-align: center;
        font-weight: 700;
        font-family: "Mont", sans-serif;
        min-width: 65px;
        position: relative;
        padding: 0; }
        @media (max-width: 575.98px) {
          .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span span {
            font-size: 18px; } }
        @media (max-width: 767.98px) {
          .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span span {
            font-size: 18px; } }
        .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span span + span:before {
          content: ":";
          font-size: 26px;
          font-weight: 400;
          position: absolute;
          top: -3px;
          bottom: 0;
          left: -2px;
          right: auto;
          margin: auto; }
          @media (max-width: 575.98px) {
            .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span span + span:before {
              font-size: 10px;
              top: 5px; } }
          @media (max-width: 767.98px) {
            .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span span + span:before {
              font-size: 10px;
              top: 5px; } }
        .timer-for-banner-wrapper .timer-for-banner-buyvpn .countdown-timer-span span small {
          font-size: 10px;
          font-weight: 400;
          display: block;
          line-height: 4px; }

@media (max-width: 575.98px) {
  .country-page .main-banner .content-area,
  .page_unblock-websites .main-banner .content-area {
    text-align: center;
    margin-top: 70px !important; }
    .country-page .main-banner .content-area h1,
    .page_unblock-websites .main-banner .content-area h1 {
      font-size: 26px; }
    .country-page .main-banner .content-area p,
    .page_unblock-websites .main-banner .content-area p {
      font-size: 18px; }
    .country-page .main-banner .content-area .cta-box,
    .page_unblock-websites .main-banner .content-area .cta-box {
      margin-bottom: 20px;
      font-size: 18px; }
  .country-page .main-banner .banner-image-div img,
  .page_unblock-websites .main-banner .banner-image-div img {
    margin-top: 0 !important;
    text-align: center; } }
.country-page .resp-slider .slick-arrow,
.page_unblock-websites .resp-slider .slick-arrow {
  width: 100%;
  top: auto;
  bottom: 0; }
  .country-page .resp-slider .slick-arrow.slick-prev,
  .page_unblock-websites .resp-slider .slick-arrow.slick-prev {
    left: -15px; }
    .country-page .resp-slider .slick-arrow.slick-prev:before,
    .page_unblock-websites .resp-slider .slick-arrow.slick-prev:before {
      color: #4384f5; }
  .country-page .resp-slider .slick-arrow.slick-next:before,
  .page_unblock-websites .resp-slider .slick-arrow.slick-next:before {
    color: #4384f5;
    right: -15px; }

@media (max-width: 575.98px) {
  .page_unblock-websites .content-area {
    text-align: center; }
    .page_unblock-websites .content-area h1 {
      font-size: 26px; }
    .page_unblock-websites .content-area p {
      font-size: 18px; }
  .page_unblock-websites .banner-image-div {
    margin-top: 0 !important; } }
@media (max-device-width: 992px) {
  body header {
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    border-bottom: 1px solid #f4f4f4; }
    body header nav.navbar {
      padding: 0; }
      body header nav.navbar .navbar-brand {
        padding: 7px 0 0 15px; }
      body header nav.navbar .navbar-toggler {
        border: 0;
        height: 60px;
        padding: 0 15px;
        border-radius: 0;
        border-left: 1px solid #e5e5e5; }
        body header nav.navbar .navbar-toggler .fa.fa-bars {
          font-size: 30px; }
  body section {
    padding: 30px 0; }
  body .cta-box .btn.btn-global {
    font-weight: 600;
    padding: 20px 40px; }
    body .cta-box .btn.btn-global::after {
      height: 10px; }
  body .cta-box span,
  body .cta-box br {
    display: inherit; }
  body h1,
  body h2 {
    font-size: 27px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px; }
  body p {
    font-size: 20px;
    padding: 0;
    font-weight: 300;
    line-height: 1.5; }
  body.new-homepage .new-home-banner {
    background-position: top right; }
    body.new-homepage .new-home-banner .content-area {
      padding: 20px 0px 0; }
      body.new-homepage .new-home-banner .content-area h1 {
        font-size: 23px;
        font-weight: 700; }
      body.new-homepage .new-home-banner .content-area .cta-box {
        margin: 30px auto; }
      body.new-homepage .new-home-banner .content-area p {
        font-size: 20px;
        padding: 0;
        font-weight: 300;
        margin: 0; }
  body .video-content-div {
    text-align: center; }
    body .video-content-div p {
      font-weight: 300;
      color: #535353; }
      body .video-content-div p.author-name {
        font-size: 20px;
        font-weight: 600;
        margin: 7px auto;
        color: #221f1f; }
  body .mobile-get-sec {
    display: none; }
  body footer .address-copyright-sec {
    padding: 30px 0;
    border-bottom: 1px solid #37415f;
    margin-bottom: 30px; }
    body footer .address-copyright-sec .footer-icon {
      float: none; }
    body footer .address-copyright-sec .copyright {
      color: #c8cbd7;
      font-weight: 300;
      margin: 15px auto 0; }
    body footer .address-copyright-sec.social-links-sec {
      padding: 0;
      margin: 0 auto;
      border-bottom: 0;
      text-align: center;
      padding-top: 30px; }
      body footer .address-copyright-sec.social-links-sec .copyright {
        display: none; }
  body footer .footer-menu-container {
    border-bottom: 1px solid #37415f;
    padding-bottom: 30px; }
    body footer .footer-menu-container h3 {
      color: #c8cbd7;
      font-size: 20px;
      padding: 15px 0;
      font-weight: 400;
      font-family: "Mont", sans-serif;
      position: relative;
      margin: 0 auto; }
      body footer .footer-menu-container h3::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        right: 0;
        top: 15px;
        bottom: 0;
        margin: auto; }
      body footer .footer-menu-container h3.opened-menu::after {
        content: "\f106"; }
    body footer .footer-menu-container .footer-menu {
      display: none; } }
.mobile-layer-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10; }

@media (max-device-width: 768px) {
  .header-trus-div {
    flex: 1; } }

@media (max-device-width: 768px) {
  .extra-nav-container {
    background-color: #fff;
    width: 85%;
    position: fixed;
    right: -100%;
    height: 100%;
    top: 0;
    z-index: 11;
    /*   &:after {
         content: '';
         display: block;
         position: absolute;
         width: 100%;
         height: 100%;
         background-color: rgba(0,0,0,0.5);
       }*/ }
    .extra-nav-container .collapse.navbar-collapse {
      display: block;
      overflow: scroll;
      max-height: 100%; }
      .extra-nav-container .collapse.navbar-collapse .nav.navbar-nav li {
        padding: 0 0;
        border-bottom: 1px solid #dddddd; }
        .extra-nav-container .collapse.navbar-collapse .nav.navbar-nav li a {
          color: #535353;
          display: block;
          padding: 15px 26px;
          font-size: 19px;
          font-family: "Sofia Pro", Arial;
          font-weight: 300; }
        .extra-nav-container .collapse.navbar-collapse .nav.navbar-nav li:nth-child(3) a i {
          display: none; } }
.extra-nav-container .language-dropdown {
  font-family: "Sofia Pro", Arial;
  padding: 8px 26px;
  margin-top: 8px; }
  .extra-nav-container .language-dropdown .language-dropdown-link {
    color: #535353;
    font-weight: 300;
    font-size: 19px;
    display: block; }
    .extra-nav-container .language-dropdown .language-dropdown-link i {
      color: #535353;
      text-align: right;
      float: right;
      font-size: 22px;
      margin-top: 1px; }
  .extra-nav-container .language-dropdown .language-dropdown-menu {
    margin-top: 10px; }
    .extra-nav-container .language-dropdown .language-dropdown-menu a {
      display: block;
      padding: 15px 0; }
      .extra-nav-container .language-dropdown .language-dropdown-menu a .language-name {
        font-weight: 300;
        color: #535353;
        text-align: left;
        display: inline-block; }
      .extra-nav-container .language-dropdown .language-dropdown-menu a .multilingual-flag {
        font-size: 26px;
        text-align: right;
        display: block;
        margin-top: -27px; }
@media (min-width: 767px) and (max-width: 992px) {
  .extra-nav-container .btn-primary.btn {
    padding: 10px 10px;
    font-size: 12px;
    border: 0px;
    margin-top: 9px; } }
@media (min-width: 767px) and (max-width: 992px) {
  .extra-nav-container .btn-primary.btn {
    margin-top: auto; } }

body.no-header-page header .btn.btn-global,
body.no-header-page .navbar-collapse > ul li,
body.no-header-page .user-menu {
  display: none !important; }
body.no-header-page nav.navbar {
  justify-content: flex-start !important; }
  body.no-header-page nav.navbar .navbar-toggler {
    display: none !important; }
  body.no-header-page nav.navbar #navbarText {
    display: none; }

body.no-footer-page .footer-menu-container,
body.no-footer-page .mobile-get-sec {
  display: none !important; }

body.no-mob-header header nav.navbar .navbar-toggler {
  display: none !important; }

.faq-accordion {
  margin-top: 30px; }
  @media (max-width: 767.98px) {
    .faq-accordion {
      padding: 0 15px; } }
  .faq-accordion .card {
    border: 1px solid #f3f2f2;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(169, 165, 165, 0.1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(169, 165, 165, 0.1);
    box-shadow: 0px 0px 14px 0px rgba(169, 165, 165, 0.1);
    background-color: white;
    -webkit-border-radius: px;
    border-radius: px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: 100%;
    margin-bottom: 15px; }
    .faq-accordion .card .card-header {
      background-color: transparent;
      border-bottom: 0;
      padding: 0; }
      .faq-accordion .card .card-header a {
        display: block;
        text-align: left;
        font-size: 18px;
        color: #535353;
        font-weight: 400;
        padding: 16px 30px; }
        .faq-accordion .card .card-header a.collapsed:after {
          content: "";
          display: inline-block;
          border: 6px solid transparent;
          border-top: 7px solid #c3c3c3;
          border-bottom: 0;
          position: absolute;
          right: 24px;
          top: 26px; }
        .faq-accordion .card .card-header a:after {
          content: "";
          display: inline-block;
          border: 6px solid transparent;
          border-bottom: 6px solid #c3c3c3;
          border-top: 0;
          position: absolute;
          right: 24px;
          top: 26px; }
    .faq-accordion .card .card-body {
      padding: 10px 30px; }
      .faq-accordion .card .card-body p {
        font-size: 16px;
        color: #535353;
        text-align: left; }
      .faq-accordion .card .card-body ul {
        padding: 0 0 0 17px; }
        .faq-accordion .card .card-body ul li {
          font-weight: 300;
          padding: 6px 0; }

ul.reviews-tweet-tab {
  font-size: 0;
  padding: 0px; }
  ul.reviews-tweet-tab li {
    display: inline-block;
    vertical-align: middle; }
    ul.reviews-tweet-tab li a {
      font-size: 22px;
      color: #b2b2b2;
      font-weight: 200;
      display: block;
      padding: 10px 35px;
      border-bottom: 2px solid #b2b2b2a1;
      transition: all 0.4s ease; }
      @media (max-device-width: 510px) {
        ul.reviews-tweet-tab li a {
          padding: 6px 15px;
          font-size: 19px; } }
    ul.reviews-tweet-tab li a.active {
      border-bottom-color: #f27624;
      font-weight: 400;
      color: #424242; }

.reviews-tweet-tab-content .review-tab-box {
  min-height: 285px;
  width: 100%;
  border: 1px solid #efefef;
  background: #fff;
  border-radius: 3px; }
  @media (max-device-width: 510px) {
    .reviews-tweet-tab-content .review-tab-box {
      margin-top: 10px; } }
.reviews-tweet-tab-content .trustpilot-sm-sec h4 {
  font-weight: 600;
  margin: 0 0 16px; }
.reviews-tweet-tab-content .trustpilot-sm-sec .counter-review {
  margin: 15px 0 35px;
  font-size: 14px;
  color: #676767;
  font-weight: 500; }
  .reviews-tweet-tab-content .trustpilot-sm-sec .counter-review span {
    text-decoration: underline; }
.reviews-tweet-tab-content .award h6 {
  font-size: 14px;
  color: #676767;
  margin: 30px 0 17px;
  font-weight: 500; }
.reviews-tweet-tab-content ul.appstore-ul {
  padding: 0;
  margin: 0px;
  border-radius: 3px;
  width: 100%; }
  .reviews-tweet-tab-content ul.appstore-ul li {
    list-style: none;
    border-bottom: 1px solid #cccccccc; }
    .reviews-tweet-tab-content ul.appstore-ul li a {
      display: block;
      padding: 20px 0; }
      .reviews-tweet-tab-content ul.appstore-ul li a .store-rating {
        color: #ff9500;
        font-size: 20px;
        margin: 10px 0 4px; }
      .reviews-tweet-tab-content ul.appstore-ul li a h6 {
        font-size: 14px;
        color: #535353;
        margin: 0px; }
  .reviews-tweet-tab-content ul.appstore-ul li:last-child {
    border: 0px; }

.twitter-tab-content .twitter-bx {
  width: 100%;
  border: 1px solid #efefef;
  background: #fff;
  border-radius: 3px;
  padding: 40px 20px;
  position: relative; }
  @media (max-device-width: 510px) {
    .twitter-tab-content .twitter-bx {
      margin-top: 10px; } }
  .twitter-tab-content .twitter-bx figure {
    width: 60px;
    height: 60px;
    background: #e1e1e1;
    border-radius: 100%;
    margin: auto;
    overflow: hidden; }
  .twitter-tab-content .twitter-bx h6 {
    margin: 16px 0 26px; }
  .twitter-tab-content .twitter-bx p {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 400;
    margin: 0px; }
  .twitter-tab-content .twitter-bx:before {
    content: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/02/07185221/twitter-bird.png);
    position: absolute;
    right: 16px;
    top: 20px; }

.all-reviews-tab-sec .rtv-tab-content {
  display: none; }
.all-reviews-tab-sec .rtv-tab-content.active {
  display: block; }

.digital-world_sec {
  min-height: 540px;
  display: flex;
  align-items: center; }
  .digital-world_sec h1 {
    color: #fff; }
  .digital-world_sec p {
    color: #fff; }
  .digital-world_sec span {
    color: #fff; }
  @media (max-device-width: 510px) {
    .digital-world_sec {
      min-height: 350px;
      background-position: center !important;
      text-align: center; }
      .digital-world_sec p {
        font-size: 17px; } }

.netflix-libraries-table table.table.table-custom {
  margin: 30px auto 45px; }
  .netflix-libraries-table table.table.table-custom thead tr th {
    padding: 15px 15px 6px;
    font-size: 20px;
    color: #535353;
    font-weight: 500;
    font-family: sofia pro;
    border: 0;
    text-align: center;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #cccccc;
    border-top: 0; }
  .netflix-libraries-table table.table.table-custom thead tr th:nth-child(3) {
    border-left: 0px; }
  .netflix-libraries-table table.table.table-custom tr td {
    padding: 1px 15px;
    border: 0;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-color: #cccccc;
    padding: 10px 0.75rem 10px 0.75rem; }
    .netflix-libraries-table table.table.table-custom tr td .fa {
      font-size: 18px;
      position: relative;
      top: 3px; }
    .netflix-libraries-table table.table.table-custom tr td .fa.fa-check {
      color: #20ad0e; }
    .netflix-libraries-table table.table.table-custom tr td .fa.fa-times {
      color: red; }
  .netflix-libraries-table table.table.table-custom tr th {
    padding: 10px 0.75rem 10px 0.75rem; }
    .netflix-libraries-table table.table.table-custom tr th .country-name {
      font-weight: 400;
      color: #535353;
      font-size: 16px; }
  .netflix-libraries-table table.table.table-custom tr th:first-child {
    text-align: left;
    border-left: 0;
    border-color: #cccccc; }
  .netflix-libraries-table table.table.table-custom tr th:nth-child(2) {
    background: #1ab1f1;
    color: #fff;
    border-color: #cccccc;
    border-left: 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0; }
  .netflix-libraries-table table.table.table-custom tr td:first-child {
    text-align: left;
    border-left: 0;
    border-color: #cccccc; }
  .netflix-libraries-table table.table.table-custom tr td:nth-child(2) {
    background: #1ab1f1;
    color: #fff;
    border-color: #cccccc;
    border-left: 0; }
    .netflix-libraries-table table.table.table-custom tr td:nth-child(2) .fa.fa-check {
      color: #fff; }
  .netflix-libraries-table table.table.table-custom tr td:nth-child(3) {
    border-left: 0px; }
  .netflix-libraries-table table.table.table-custom tr:first-child th:nth-child(2) {
    color: #fff; }
  .netflix-libraries-table table.table.table-custom tr:last-child td:nth-child(2) {
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background-clip: padding-box; }

@media (max-width: 510px) {
  .digital-world-bodyclass .netflix-libraries-table p {
    font-size: 16px !important;
    line-height: 1.6 !important; }
  .digital-world-bodyclass .netflix-libraries-table table.table.table-custom tr th .country-name {
    font-size: 14px !important; }
  .digital-world-bodyclass .netflix-libraries-table table.table.table-custom tr th:first-child {
    min-width: 210px !important; }
  .digital-world-bodyclass .netflix-libraries-table table.table.table-custom thead tr th {
    font-size: 15px !important;
    min-width: 100px !important; }
  .digital-world-bodyclass .netflix-libraries-table table.table.table-custom tr td .fa {
    font-size: 14px !important;
    line-height: normal !important;
    top: 0px !important; }
  .digital-world-bodyclass .footer-menu-container,
  .digital-world-bodyclass .address-copyright-sec.social-links-sec {
    display: none !important; }
  .digital-world-bodyclass footer .address-copyright-sec {
    margin: 0px !important; }
  .digital-world-bodyclass footer#footer {
    padding: 0px !important; } }
.buy1get1-modal {
  background: #00000078; }
  .buy1get1-modal .modal-dialog {
    width: 790px;
    max-width: 90%; }
    .buy1get1-modal .modal-dialog .modal-content button.close {
      position: absolute;
      top: 5px;
      right: 18px;
      color: #000;
      text-shadow: 0 0 0;
      z-index: 1;
      opacity: 1;
      font-size: 29px; }
    .buy1get1-modal .modal-dialog .modal-content .modal-head h2 {
      display: block;
      background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2018/12/27075052/head-bg.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: bottom center;
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      color: #2b2b2b;
      margin: 0;
      padding: 17px 0;
      position: relative; }
      .buy1get1-modal .modal-dialog .modal-content .modal-head h2 span {
        color: #fc6464; }
    .buy1get1-modal .modal-dialog .modal-content .modal-body {
      overflow-y: auto;
      max-height: 80vh;
      padding: 20px 30px 15px; }
      .buy1get1-modal .modal-dialog .modal-content .modal-body .error-msg {
        font-size: 11px; }
      .buy1get1-modal .modal-dialog .modal-content .modal-body .modal-logo-cont {
        position: relative;
        margin-bottom: 15px; }
        .buy1get1-modal .modal-dialog .modal-content .modal-body .modal-logo-cont .modal-logo {
          width: 130px; }
      .buy1get1-modal .modal-dialog .modal-content .modal-body p {
        margin-bottom: 13px;
        font-size: 16px;
        color: #515151;
        line-height: 1.6; }
      .buy1get1-modal .modal-dialog .modal-content .modal-body .buy1get1submitbtn {
        padding: 10px;
        width: 100%;
        border-radius: 4px; }
        .buy1get1-modal .modal-dialog .modal-content .modal-body .buy1get1submitbtn i {
          background: url(https://d2war7j3gfrrus.cloudfront.net/wp-content/uploads/2018/07/17112811/ps-sprite.png) no-repeat;
          background-position: -34px -154px;
          width: 20px;
          height: 11px;
          display: inline-block;
          margin-left: 8px; }
    .buy1get1-modal .modal-dialog .modal-content .modal-footer {
      background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2018/12/27081340/foot-bg.png) no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: bottom center;
      padding: 16px 0;
      text-align: center;
      border: 0;
      position: relative; }
      .buy1get1-modal .modal-dialog .modal-content .modal-footer p {
        margin: 0px;
        font-size: 12px;
        text-align: center; }

.feedback-sec ul.feedback-frm-ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .feedback-sec ul.feedback-frm-ul .cart-step-icons {
    background: #c2d3d6; }
  .feedback-sec ul.feedback-frm-ul li {
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0; }
    .feedback-sec ul.feedback-frm-ul li ul.checklist-btn {
      padding: 0 0 0 40px;
      margin: 20px 0 0; }
      .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li {
        display: inline-block;
        position: relative;
        margin: 0 15px 0 0;
        padding: 0px;
        border: 0px; }
        .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li input {
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0;
          z-index: 1; }
        .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li img {
          opacity: 0.4;
          transition: all 0.4s ease; }
        .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li input:checked + img {
          opacity: 1; }
        .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li .yes_no {
          border: 1px solid #f27624;
          color: #f27624;
          font-size: 18px;
          padding: 1px 17px;
          border-radius: 20px;
          font-weight: 500;
          transition: all 0.4s ease; }
        .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li .rating {
          font-size: 16px;
          color: #000000;
          border: 1px solid #c8c8c8;
          width: 33px;
          height: 33px;
          border-radius: 100%;
          text-align: center;
          padding: 3px 0;
          transition: all 0.4s ease; }
        .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li input:checked + div.yes_no {
          background: #f27624;
          color: #fff; }
        .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li input:checked + div.rating {
          background: #c5c5c5;
          color: #fff; }
        .feedback-sec ul.feedback-frm-ul li ul.checklist-btn li textarea {
          width: 100%;
          border: 1px solid #e6e6e6;
          padding: 10px; }
    .feedback-sec ul.feedback-frm-ul li:last-child {
      padding-bottom: 0px;
      border: 0px; }
.feedback-sec .response-div {
  max-width: 270px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  margin: 0px auto 0; }
  .feedback-sec .response-div.error {
    border-bottom: 1px solid #fb0b0b6e;
    color: #e22a2a;
    padding: 4px 10px;
    margin: 10px auto 0;
    background: #f8d7da; }
  .feedback-sec .response-div.success {
    border-bottom: 1px solid #fb0b0b6e;
    background: #d4edda;
    color: #e22a2a;
    padding: 4px 10px;
    margin: 10px auto 0; }

/* Affilate Theme*/
@media (max-width: 992px) {
  .affiliate_theme .navbar {
    justify-content: normal; } }

.breadcrumbs-public.container {
  position: absolute !important;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  color: #919191; }
  .breadcrumbs-public.container:before {
    display: none; }
  .breadcrumbs-public.container .breadcrums {
    list-style: none;
    display: block;
    font-family: "Sofia Pro", sans-serif;
    margin: 0;
    padding: 10px 0 6px;
    border-bottom: 1px solid #e3e8eb;
    line-height: normal; }
    .breadcrumbs-public.container .breadcrums li {
      font-weight: 500;
      display: inline-block;
      font-size: 14px; }
      .breadcrumbs-public.container .breadcrums li a {
        color: #919191;
        font-weight: 300;
        position: relative;
        margin-right: 20px;
        padding-right: 20px;
        z-index: 1; }
        .breadcrumbs-public.container .breadcrums li a:after {
          content: "/";
          color: #919191;
          position: absolute;
          left: 100%;
          top: 0;
          bottom: 0;
          display: flex;
          align-items: center; }

.limited-time-exitintent.showdiscount-modal {
  background: rgba(0, 0, 0, 0.4705882353); }
  .limited-time-exitintent.showdiscount-modal .modal-dialog {
    width: 600px; }
    .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body {
      background: url(https://ivacy.com/wp-content/uploads/2020/03/new-exitintent-img1.jpg) !important;
      height: 422px; }
      .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body h3 {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        font-family: "Mont", sans-serif; }
      .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .get-discount {
        font-size: 28px;
        font-weight: 300;
        color: #fff; }
        .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .get-discount span {
          color: #ffde00;
          font-weight: 500; }
      .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .cutprice {
        font-size: 26px;
        color: rgba(255, 255, 255, 0.54);
        font-weight: 400;
        display: inline-block;
        position: relative;
        letter-spacing: -1.6px;
        font-weight: 300;
        font-style: initial; }
        .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .cutprice:before {
          content: "";
          width: 125%;
          height: 3px;
          background: #fb0000;
          position: absolute;
          top: 6px;
          bottom: 0;
          margin: auto;
          left: -10px;
          right: 0;
          transform: rotate(-7deg); }
      .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .price {
        font-size: 48px;
        color: #99d0ff;
        font-weight: 400;
        line-height: 1.4;
        margin: 0 0 10px;
        font-family: "Mont", sans-serif; }
        .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .price img {
          vertical-align: inherit; }
        .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .price span {
          font-size: 73px;
          color: #ffde00;
          font-weight: 700; }
          .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .price span em {
            font-size: 42px;
            font-style: normal; }
      .limited-time-exitintent.showdiscount-modal .modal-dialog .modal-content .modal-body .btn.btn-primary {
        font-size: 21px;
        padding: 16px 50px;
        font-weight: 500; }

.hellobar-corona {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0b1420;
  background-size: cover;
  padding: 9px 0; }
  .hellobar-corona ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    align-items: center;
    justify-content: center; }
    .hellobar-corona ul li {
      min-width: 161px;
      margin: 0 4%; }
      .hellobar-corona ul li h6 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin: 0;
        line-height: 1.5; }
        .hellobar-corona ul li h6 span {
          color: #ffba00;
          font-weight: 500; }
      .hellobar-corona ul li h4 {
        font-size: 19px;
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0px;
        line-height: 1.2;
        text-align: right; }
      .hellobar-corona ul li .promo-hellorbar {
        font-size: 13px;
        color: #ffba00;
        margin-left: 6px; }
        .hellobar-corona ul li .promo-hellorbar span {
          display: block;
          background: #ffba00;
          text-align: center;
          font-size: 18px;
          color: #0b0b0b;
          text-transform: uppercase;
          font-weight: 800;
          line-height: 1;
          margin: 7px 0 0;
          padding: 2px 0; }
      .hellobar-corona ul li:first-child {
        margin: 0px;
        min-width: 546px; }
        .hellobar-corona ul li:first-child h6 {
          font-size: 14px;
          color: #fff;
          margin: 0;
          font-weight: 500;
          line-height: 1.5; }
          .hellobar-corona ul li:first-child h6 span {
            color: #ffba00;
            font-weight: 700; }
      .hellobar-corona ul li:last-child {
        display: flex;
        align-items: center;
        margin: 0px;
        min-width: 238px; }
  .hellobar-corona.hellobar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9999; }

.dev_configure {
  background: url(https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2020/03/VPNKillSwitch_Connector.png) no-repeat;
  background-position: center 230px;
  background-size: 620px; }
  .dev_configure div p {
    font-size: 20px;
    font-family: "Sofia pro", sans-serif;
    font-weight: 400; }
  .dev_configure .configure-image {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 148px;
    height: 148px;
    text-align: center;
    line-height: 146px;
    border: 1px solid #dddddd;
    margin: 25px auto;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .dev_configure .configure-image span {
      position: absolute;
      top: 0;
      left: 0;
      background: #dddddd;
      width: 40px;
      height: 40px;
      line-height: 36px;
      border-radius: 40px;
      color: #fff;
      font-size: 20px;
      font-family: "Sofia pro", sans-serif;
      font-weight: bold; }
    .dev_configure .configure-image:hover {
      box-shadow: 0px 0px 35px 0px rgba(186, 186, 186, 0.5); }
      .dev_configure .configure-image:hover span {
        background: #f27624; }

.killSwitch_benefit ul {
  list-style: none;
  padding-left: 0; }
  .killSwitch_benefit ul li {
    position: relative;
    line-height: 46px;
    font-size: 18px;
    font-family: "Sofia Pro", sans-serif;
    font-weight: 300;
    text-align: left;
    padding-left: 35px; }
    .killSwitch_benefit ul li:before {
      content: url(https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2020/03/VPNKillSwitch_tick.png);
      position: absolute;
      left: 0;
      line-height: normal;
      top: 12px; }

ul.verses_div {
  list-style: none;
  padding-left: 0;
  width: 100%;
  float: left;
  display: block;
  position: relative; }
  ul.verses_div li {
    display: inline-block;
    vertical-align: middle; }
    ul.verses_div li:first-child {
      float: left; }
    ul.verses_div li:last-child {
      float: right; }
    ul.verses_div li h4 {
      color: #2f8de6;
      line-height: normal;
      font-size: 100px;
      font-family: "Mont", sans-serif;
      font-weight: 600;
      position: absolute;
      top: 30%;
      left: 40%;
      margin-right: 50%;
      transform: translate(50%, 50%); }

.whitelistingVsVPN ul.verses_div {
  margin: 0 -15px; }
  .whitelistingVsVPN ul.verses_div li h4 {
    top: 20%; }

.ipWhitelist_Firewall ul {
  list-style: none;
  padding-left: 0; }
  .ipWhitelist_Firewall ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px; }
    .ipWhitelist_Firewall ul li h4 {
      line-height: 35px;
      font-size: 25px;
      font-family: "Sofia Pro", sans-serif;
      font-weight: 600;
      text-align: left; }
    .ipWhitelist_Firewall ul li p {
      line-height: 31px;
      font-size: 18px;
      font-family: "Sofia Pro", sans-serif;
      font-weight: 300;
      text-align: left; }
    .ipWhitelist_Firewall ul li:before {
      content: url(https://d2fy2et424xkoh.cloudfront.net/blog/wp-content/uploads/2020/03/VPNKillSwitch_tick.png);
      position: absolute;
      left: 0;
      line-height: normal;
      top: 9px; }

.RemoteDesktop_useSecurily ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: block;
  position: relative; }
  .RemoteDesktop_useSecurily ul li {
    padding-left: 45px;
    position: relative;
    text-align: left;
    margin-bottom: 40px; }
    .RemoteDesktop_useSecurily ul li h4 {
      font-family: "Sofia Pro", sans-serif;
      font-weight: 400;
      font-size: 25px;
      line-height: 36px;
      color: #41494f; }
    .RemoteDesktop_useSecurily ul li p {
      font-family: "Sofia Pro", sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 30px;
      color: #535353; }
    .RemoteDesktop_useSecurily ul li span {
      position: absolute;
      left: 0;
      top: 5px;
      width: 26px;
      line-height: 27px;
      background: #f7941d;
      font-family: "Sofia Pro", sans-serif;
      font-weight: 600;
      font-size: 14px;
      border-radius: 50%;
      text-align: center;
      color: #fff; }

.fav-devices .fav-devices_details {
  padding: 15px 0 25px; }
  .fav-devices .fav-devices_details ul {
    list-style: none;
    padding-left: 0; }
    .fav-devices .fav-devices_details ul li {
      display: inline-block; }
      .fav-devices .fav-devices_details ul li a {
        width: 190px;
        line-height: 48px;
        border: 1px solid #ebebeb;
        display: block;
        color: #b3b3b4;
        font-family: "Sofia Pro", sans-serif;
        font-weight: 400;
        margin: 0 8px; }
        .fav-devices .fav-devices_details ul li a i {
          font-size: 26px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 8px; }
        .fav-devices .fav-devices_details ul li a span {
          font-size: 14px;
          display: inline-block;
          vertical-align: middle; }
        .fav-devices .fav-devices_details ul li a img {
          vertical-align: middle;
          margin-right: 8px; }
          .fav-devices .fav-devices_details ul li a img.fav-devices_img {
            display: inline-block; }
          .fav-devices .fav-devices_details ul li a img.fav-devices_imgHover {
            display: none; }
        .fav-devices .fav-devices_details ul li a:hover {
          color: #221f1f; }
          .fav-devices .fav-devices_details ul li a:hover img.fav-devices_img {
            display: none; }
          .fav-devices .fav-devices_details ul li a:hover img.fav-devices_imgHover {
            display: inline-block; }

@media (max-width: 767px) {
  .dev_configure {
    background: none; }

  .features-widg-sec .feature-wid-div {
    margin-bottom: 10px; }

  ul.verses_div li h4 {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 20px auto; }

  .whitelistingVsVPN ul.verses_div {
    margin: auto; }

  .whitelistingVsVPN ul.verses_div li h4 {
    top: 0; } }
.main-bann-lg {
  min-height: 520px; }
  @media (max-device-width: 900px) {
    .main-bann-lg {
      min-height: initial;
      background-position: bottom center; } }

.hongkong-bann h1 {
  line-height: 1.4;
  font-size: 72px; }
  .hongkong-bann h1 span {
    font-size: 20px;
    display: block;
    font-weight: 300; }
.hongkong-bann h4 {
  line-height: 1.5; }
@media (max-device-width: 900px) {
  .hongkong-bann h4 {
    font-size: 18px; }
  .hongkong-bann h1 {
    font-size: 35px !important; } }

.clusterbx-slider-js .clustr-bx {
  height: 314px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover; }
  .clusterbx-slider-js .clustr-bx h3 {
    color: #fff; }
  .clusterbx-slider-js .clustr-bx p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin: 0px; }
.clusterbx-slider-js ul.slick-dots {
  bottom: -50px; }
  .clusterbx-slider-js ul.slick-dots li {
    margin: 0px;
    text-align: center; }
    .clusterbx-slider-js ul.slick-dots li button {
      width: 10px;
      height: 10px;
      background: #e6f2f8;
      border-radius: 100%; }
      .clusterbx-slider-js ul.slick-dots li button:before {
        display: none; }
    .clusterbx-slider-js ul.slick-dots li.slick-active button {
      background: #97bfd6; }

.features-widg-sec.left-border-grid.reasn-use-ivacy-sec {
  background: #f5fbfc;
  border-top: 1px solid #dedede; }
  .features-widg-sec.left-border-grid.reasn-use-ivacy-sec .feature-wid-div {
    border: 0px;
    margin: 0px;
    padding: 22px 15px; }
    .features-widg-sec.left-border-grid.reasn-use-ivacy-sec .feature-wid-div:hover {
      box-shadow: 0 0 0 0 #000; }

img:not([src]) {
  visibility: hidden; }

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden; } }
.sideimg-extralarge {
  min-width: 590px; }

#chat-btn {
  border: 0;
  padding: 14px 16px;
  line-height: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0 4px 8px;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  background: #27abf7;
  position: fixed;
  right: 13px;
  bottom: 21px;
  z-index: 100000;
  outline: 0;
  border-radius: 4px;
  cursor: pointer; }

.hellobar-freetrial {
  background: #feb229;
  background: -moz-linear-gradient(90deg, #feb229 0%, #ffc762 100%);
  background: -webkit-linear-gradient(90deg, #feb229 0%, #ffc762 100%);
  background: linear-gradient(90deg, #feb229 0%, #ffc762 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb229",endColorstr="#ffc762",GradientType=1);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0b1420;
  background-size: cover;
  padding: 9px 0;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff; }
  .hellobar-freetrial ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    align-items: center;
    justify-content: center; }
    .hellobar-freetrial ul li {
      min-width: 531px;
      margin: 0 13% 0 1%; }
      .hellobar-freetrial ul li h6 {
        font-size: 18px;
        color: #333333;
        margin: 0;
        font-weight: 700;
        font-family: Mont;
        font-style: italic; }
      .hellobar-freetrial ul li h5 {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        margin: 0px;
        position: relative;
        z-index: 0;
        line-height: normal;
        max-width: 522px;
        text-align: center;
        text-transform: uppercase;
        font-family: Mont; }
        .hellobar-freetrial ul li h5 span {
          color: #21a7f4; }
        .hellobar-freetrial ul li h5 img {
          vertical-align: sub;
          margin: 0 6px; }
        .hellobar-freetrial ul li h5:before {
          content: url(https://www.ivacy.com/wp-content/uploads/2020/04/hellobar-heading-bg.png);
          position: absolute;
          top: -20px;
          bottom: 0;
          left: 0;
          margin: auto;
          z-index: -1; }
        .hellobar-freetrial ul li h5:after {
          content: url(https://www.ivacy.com/wp-content/uploads/2020/04/girl-hellobar.png);
          position: absolute;
          right: -140px;
          top: -20px; }
      .hellobar-freetrial ul li .btn.btn-primary {
        padding: 7px 20px;
        font-weight: 700;
        font-size: 17px;
        font-weight: 500; }
      .hellobar-freetrial ul li:first-child {
        margin: 0px;
        min-width: 296px; }
      .hellobar-freetrial ul li:last-child {
        display: flex;
        align-items: center;
        margin: 0px;
        min-width: 208px; }
  .hellobar-freetrial.hellobar-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9999; }

.hellobar-freetrial-mbl {
  background: #feb229;
  background: -moz-linear-gradient(90deg, #feb229 0%, #ffc762 100%);
  background: -webkit-linear-gradient(90deg, #feb229 0%, #ffc762 100%);
  background: linear-gradient(90deg, #feb229 0%, #ffc762 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#feb229", endColorstr="#ffc762", GradientType=1);
  text-align: center; }

.cart-error-popup {
  background: #00000094; }
  .cart-error-popup .modal-dialog {
    max-width: 591px; }
    .cart-error-popup .modal-dialog button.close {
      right: 13px;
      top: 2px;
      opacity: 0.7; }
    .cart-error-popup .modal-dialog .modal-body {
      padding: 30px; }
      .cart-error-popup .modal-dialog .modal-body h4 {
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 9px; }
      .cart-error-popup .modal-dialog .modal-body p {
        font-size: 16px; }
      .cart-error-popup .modal-dialog .modal-body .btn.btn-primary {
        padding: 9px 44px;
        text-transform: capitalize; }
      .cart-error-popup .modal-dialog .modal-body .fa-exclamation-triangle {
        font-size: 42px;
        margin: 0 0 13px; }
  @media (max-device-width: 900px) {
    .cart-error-popup .modal-dialog .modal-body {
      padding: 20px 16px; }
      .cart-error-popup .modal-dialog .modal-body p {
        font-size: 15px; }
      .cart-error-popup .modal-dialog .modal-body .fa-exclamation-triangle {
        font-size: 32px; } }

section.databreach-sec {
  height: 480px;
  text-align: center;
  background: url(https://www.ivacy.com/wp-content/uploads/2020/06/home-2.png) center; }
  section.databreach-sec h3 {
    font-size: 43px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff; }
    section.databreach-sec h3 span {
      display: block;
      font-size: 30px; }
    @media (max-device-width: 900px) {
      section.databreach-sec h3 {
        font-size: 30px; }
        section.databreach-sec h3 span {
          font-size: 23px;
          line-height: 1.2;
          margin: 6px 0 0; } }
  section.databreach-sec p {
    color: #fff; }
  section.databreach-sec .field {
    background: #fff;
    max-width: 490px;
    margin: 26px auto 24px;
    border-radius: 30px;
    overflow: hidden;
    min-height: 54px; }
    section.databreach-sec .field input[type="text"] {
      width: 100%;
      padding: 13px 21px;
      border: 0px;
      font-size: 15px; }
      section.databreach-sec .field input[type="text"]:hover, section.databreach-sec .field input[type="text"]:focus {
        outline: none; }
    section.databreach-sec .field .submit-btn {
      font-size: 15px;
      min-width: 190px;
      background: #fa5b73;
      border: 0px;
      color: #fff;
      border-radius: 30px; }
      section.databreach-sec .field .submit-btn:after {
        display: inline-block;
        content: " ";
        background-image: url(https://www.ivacy.com/wp-content/themes/ivacy_v2/template/assets/images/cta-arrow-right-white.svg);
        height: 14px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 0 0 12px;
        transition: all 0.5s ease;
        vertical-align: middle;
        transform: scale(0.8); }
      section.databreach-sec .field .submit-btn:hover, section.databreach-sec .field .submit-btn:focus {
        outline: none; }
    @media (max-device-width: 991px) {
      section.databreach-sec .field {
        background: transparent;
        overflow: inherit; }
        section.databreach-sec .field input[type="text"] {
          margin: 0 0 21px;
          border-radius: 7px;
          padding: 16px 21px;
          font-size: 17px; }
        section.databreach-sec .field button {
          padding: 16px;
          min-width: 220px;
          font-size: 18px; } }
  section.databreach-sec #form-messages {
    font-size: 15px;
    color: #fff;
    margin: -16px auto 10px;
    display: none;
    max-width: 200px;
    background: #f72545;
    padding: 3px 0;
    border-radius: 2px;
    position: relative; }
    section.databreach-sec #form-messages:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid red;
      position: absolute;
      top: -7px;
      left: 0;
      right: 0;
      margin: auto; }

span.round-num {
  background: #fa5b73;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: auto; }

body .faq-accordion {
  max-width: 768px;
  margin: auto; }
  body .faq-accordion .card .card-header a {
    font-size: 22px;
    color: #000;
    font-weight: 800;
    opacity: 1;
    transition: all 0.4s ease; }
    body .faq-accordion .card .card-header a.collapsed {
      opacity: 0.6;
      transition: all 0.4s ease; }
  body .faq-accordion .card .card-body p {
    font-size: 18px; }

section.security_tip_bann {
  background: #64299b;
  background: -moz-linear-gradient(90deg, #64299b 0%, #4240b5 100%);
  background: -webkit-linear-gradient(90deg, #64299b 0%, #4240b5 100%);
  background: linear-gradient(90deg, #64299b 0%, #4240b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64299b",endColorstr="#4240b5",GradientType=1);
  padding: 70px 0; }
  section.security_tip_bann h1 {
    color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 50px; }
  section.security_tip_bann ul {
    font-size: 0;
    max-width: 1050px;
    margin: auto;
    position: relative;
    padding: 20px 0; }
    section.security_tip_bann ul li {
      display: inline-block;
      width: 50%;
      position: relative;
      padding: 0 0 0 70px;
      margin: 0 5%;
      max-width: 390px; }
      section.security_tip_bann ul li img {
        max-width: 50px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0; }
      section.security_tip_bann ul li h6 {
        font-size: 18px;
        color: #fff; }
      section.security_tip_bann ul li p {
        color: rgba(255, 255, 255, 0.23);
        font-size: 14px; }
    section.security_tip_bann ul:before {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      background: #fff;
      margin: auto; }
  @media (max-device-width: 991px) {
    section.security_tip_bann {
      padding: 30px 0; }
      section.security_tip_bann h1 {
        font-size: 28px;
        margin: 0 0 20px; }
      section.security_tip_bann ul {
        margin: 0px;
        padding: 0px; }
        section.security_tip_bann ul:before {
          display: none; }
        section.security_tip_bann ul li {
          width: 100%;
          margin: 0 0 10px; } }

.securityTip_sec blockquote {
  border-left: 9px solid #ededf0;
  padding: 14px;
  overflow: hidden;
  background: #fff; }
.securityTip_sec p i {
  font-weight: 500; }
.securityTip_sec ul {
  padding: 0px;
  list-style: none; }
  .securityTip_sec ul li {
    font-family: "Sofia Pro";
    font-weight: 300;
    color: #535353;
    font-size: 17px;
    margin-bottom: 6px;
    position: relative;
    padding: 0 0 0 24px; }
    .securityTip_sec ul li:before {
      content: "";
      width: 6px;
      height: 6px;
      background: #e25920;
      position: absolute;
      left: 0px;
      top: 10px;
      border-radius: 100%;
      margin: auto; }
@media (max-device-width: 991px) {
  .securityTip_sec {
    text-align: left; } }

/* Nouman and Umair CSS start */
@font-face {
  font-family: "cartoon_markerregular";
  src: url("../../fonts/Cartoon/cartoon_marker-webfont.woff2") format("woff2"), url("../../fonts/Cartoon/cartoon_marker-webfont.woff") format("woff"), url("../../fonts/Cartoon/cartoon_marker-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.halloween-bar-2020 {
  height: 58px;
  background-image: url(https://www.ivacy.com/wp-content/uploads/2020/10/hello-bar-bg-left.jpg), url(https://www.ivacy.com/wp-content/uploads/2020/10/hello-bar-bg-right.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-color: #310766;
  font-family: "Mont", sans-serif; }

.halloween-bar-2020 h2 {
  color: white;
  font-size: 25px !important;
  text-align: center;
  margin-top: 14px !important;
  font-family: "Mont", sans-serif; }

.halloween-bar-2020 h2 span {
  color: white; }

.halloween-bar-2020 h2 span:nth-child(2) {
  color: #f27624 !important;
  margin-left: 10px; }

.halloween-bar-2020 h2 span:nth-child(3) {
  color: white;
  font-size: 15px;
  position: relative;
  top: -3px;
  margin-left: 10px; }

.halloween-bar-2020 a {
  padding: 11px 27px;
  font-size: 12px;
  margin-left: 10px;
  margin-top: -8px; }

.halloween-bar-2020 a:after {
  width: 12px !important;
  height: 8px !important; }

@media only screen and (min-device-width: 320px) and (max-device-width: 980px) {
  .halloween-bar-2020 {
    height: 68px;
    background-image: url(https://www.ivacy.com/wp-content/uploads/2020/10/hello-bar-bg-mobile1.jpg) !important;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #310766; }

  .halloween-bar-2020 h2 {
    text-align: left;
    font-size: 18px !important;
    margin-top: 10px !important; }

  .halloween-bar-2020 h2 span {
    display: block;
    font-size: 21px; }

  .halloween-bar-2020 h2 span:nth-child(2) {
    position: absolute;
    top: 9px;
    left: 110px;
    font-size: 24px; }

  .halloween-bar-2020 h2 span:nth-child(3) {
    font-size: 13px !important;
    position: absolute;
    top: 38px;
    left: 110px; }

  .halloween-bar-2020 a {
    position: absolute;
    right: 20px;
    top: 25px;
    padding: 9px 12px; } }
.hallo-bg-color {
  background-color: #f47e2f; }

.hallo-land-pop .modal-dialog {
  max-width: 600px; }

.hallo-land-pop .modal-content {
  width: 600px;
  height: 422px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/10/30031601/exitintent-bg-web1.png) !important;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-align: center; }

.hallo-land-pop-content {
  margin-top: 70px; }

.hallo-land-pop-content h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: white;
  font-family: "cartoon_markerregular", sans-serif; }

.hallo-land-pop-content h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffc000;
  font-family: "cartoon_markerregular", sans-serif; }

.hallo-land-pop-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.hallo-land-pop-content a {
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 40px;
  margin-top: 20px; }

.hallo-land-pop-content a::after {
  height: 14px;
  width: 20px; }

@media only screen and (min-device-width: 320px) and (max-device-width: 671px) {
  .modal.showdiscount-modal {
    background: rgba(0, 0, 0, 0) !important;
    z-index: 99999999; }

  .hallo-land-pop .modal-dialog {
    max-width: 320px;
    align-items: flex-end; }

  .hallo-land-pop .modal-content {
    width: 320px !important;
    height: 104px !important;
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/10/30045549/exitintent-bg-mobile1.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none; }

  .hallo-land-pop-content {
    margin: 0px 0 0 101px;
    text-align: left;
    margin-top: 14px; }

  .hallo-land-pop-content h1 {
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    font-family: "cartoon_markerregular", sans-serif !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important; }

  .hallo-land-pop-content h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffc000;
    float: left;
    font-family: "Sofia Pro", sans-serif; }

  .hallo-land-pop-content h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    float: left;
    margin-left: 5px; }

  .hallo-land-pop-content a {
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 12px;
    position: relative;
    top: -17px; }

  .hallo-land-pop-content a::after {
    height: 9px !important;
    width: 12px !important; } }
/* Nouman and Umair CSS end */
/* black friday start */
section {
  font-family: "Mont", sans-serif; }

.hallo-bg-color {
  background-color: #f47e2f; }

.bf-pop .modal-dialog {
  max-width: 650px;
  background-image: none; }

.bf-pop .modal-body {
  background-image: none !important;
  background-color: transparent !important;
  padding: 1rem !important;
  border-radius: 10px;
  border: none !important; }

.bf-pop .modal-content {
  width: 650px;
  height: 503px;
  background-image: url(https://www.ivacy.com/wp-content/uploads/2020/11/bf-exitintent-bg-desktop1.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-align: center;
  margin-top: 50px; }

.bf-pop-content {
  margin-top: 40px; }

.bf-pop-content h1 {
  font-size: 42px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.bf-pop-content h2 {
  font-size: 42px;
  color: #fff;
  font-family: "Brush Script MT"; }

.bf-pop-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.bf-pop-content h4 {
  font-size: 24px !important;
  color: white !important;
  font-weight: 500;
  font-family: "Mont", sans-serif; }

.bf-pop-content .esh1 {
  font-size: 35px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.bf-pop-content .esh4 {
  font-size: 20px !important;
  color: white !important;
  font-weight: 500;
  font-family: "Mont", sans-serif; }

.bf-pop-content h4 strong {
  color: #f47e2f; }

.bf-pop-content a {
  font-weight: 600;
  font-size: 20px !important;
  padding: 20px 40px;
  border-radius: 40px;
  margin-top: 20px; }

.bf-pop-content a::after {
  height: 22px;
  width: 30px; }

.bf-pop-content .esa {
  font-weight: 600;
  font-size: 13px !important;
  padding: 20px 26px !important;
  border-radius: 40px;
  margin-top: 8px; }

.bf-pop-content .esa::after {
  height: 9px;
  width: 12px; }

.timer-tmp {
  margin: 15px 0 15px 0; }

.btn-primary-custom {
  font-size: 20px;
  border: none; }

@media only screen and (min-device-width: 280px) and (max-device-width: 671px) {
  .bf-pop .modal-dialog {
    max-width: 320px;
    margin: 10px auto; }

  .bf-pop .modal-content {
    width: 320px !important;
    height: 104px !important;
    background-image: url(https://www.ivacy.com/wp-content/uploads/2020/11/bf-exitintent-bg-mobile.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 45px; }

  .bf-pop-content {
    text-align: center;
    margin-top: 0px; }

  .bf-pop-content h1 {
    font-size: 16px;
    margin: 14px 0 0 0; }

  .bf-pop-content .de-h1 {
    font-size: 15px;
    margin: 14px 0 0 0; }

  .bf-pop-content h4 {
    margin: 0 0 12px 0;
    font-size: 20px; }

  .bf-pop-content a {
    font-weight: 400 !important;
    padding: 5px 10px !important;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 12px !important;
    position: relative;
    top: -9px; }

  .bf-pop-content a::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0 !important; }

  .fr-h1 {
    font-size: 14px !important; } }
/* black friday hello bar start */
section {
  font-family: "Mont", sans-serif; }

.bf-hello {
  height: 58px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16223801/bf-hellobar-sp-left.jpg), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16223807/bf-hellobar-sp-right.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-color: #0f0f0f;
  font-family: "Mont", sans-serif; }

.bf-deal-1 {
  text-align: right;
  color: #fff;
  margin-top: 18px;
  left: 66px; }

.bf-deal-2 {
  background: url(https://www.ivacy.com/wp-content/uploads/2020/11/bf-hellobar-sp-center1.jpg) no-repeat center top;
  text-align: center;
  color: #fff;
  padding: 15px 20px 0 0;
  font-size: 20px;
  font-weight: bold; }

.bf-deal-3 {
  padding: 8px 0 0 0;
  right: 35px; }

.bf-deal-1-fr {
  font-size: 14px; }

.bf-deal-2-fr {
  font-size: 18px; }

.bf-deal-1-de {
  font-size: 14px; }

.bf-deal-2-de {
  font-size: 16px; }

.bf-deal-1-es {
  font-size: 12px;
  margin-top: 21px; }

.bf-deal-2-es {
  font-size: 14px;
  padding: 20px 20px 0 0; }

.bf-hello a {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 40px;
  border: none; }

.bf-hello a:after {
  width: 14px !important;
  height: 10px !important; }

.bf-hello-de a {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 40px;
  border: none; }

.bf-hello-de a:after {
  width: 14px !important;
  height: 9px !important; }

.bf-hello-de a {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 40px;
  border: none; }

.bf-hello-de a:after {
  width: 14px !important;
  height: 9px !important; }

.bf-hello-mobile {
  display: none; }

@media only screen and (min-device-width: 280px) and (max-device-width: 1024px) {
  .bf-hello-mobile {
    display: block; }

  .bf-hello {
    display: none; }

  .bf-hello-mobile {
    height: 80px;
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234613/bf-hellobar-sp-mb-left.jpg), url(https://www.ivacy.com/wp-content/uploads/2020/11/bf-hellobar-sp-mb-right.jpg), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234607/bf-hellobar-sp-mb-center.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, top center;
    background-color: #0f0f0f;
    font-family: "Mont", sans-serif;
    text-align: center;
    padding-top: 8px;
    color: white; }

  .bf-hello-mobile h1 {
    font-size: 18px;
    margin: 0; }

  .bf-hello-mobile h2 {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #f47e2f; }

  .bf-hello-mobile a {
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 12px;
    border: none; }

  .bf-hello-mobile a::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0; } }
/*Countdown Timer*/
.bf-pop .countdown-timer {
  color: #fff;
  text-shadow: none; }

.bf-pop .countdown-timer > span {
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 36px;
  min-width: 80px; }

@media (max-width: 767.98px) {
  .bf-pop .countdown-timer > span {
    font-size: 32px;
    min-width: 70px; } }
.bf-pop .countdown-timer > span small {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  opacity: 1;
  margin-left: 6px; }

.bf-pop .countdown-timer > span:after {
  top: 6px;
  left: calc(100% - 27px);
  font-size: 26px; }

@media (max-width: 767.98px) {
  .bf-pop .countdown-timer > span:after {
    left: calc(100% - 5px); } }
@media (min-width: 768px) {
  .bf-pop .countdown-timer {
    margin-left: 0px; } }
.bf-pop .countdown-timer > span {
  font-weight: 400;
  color: #4cc9e5;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7);
  font-family: "Open24DisplaySt", san-serif;
  text-align: center;
  font-size: 55px;
  min-width: 100px; }

@media (max-width: 767.98px) {
  .bf-pop .countdown-timer > span {
    min-width: 70px;
    font-size: 30px; } }
.bf-pop .countdown-timer > span small {
  font-weight: 400;
  color: #4cc9e5;
  margin-left: 0;
  display: block; }

.bf-pop .countdown-timer > span:after {
  left: calc(100% - 1%);
  font-size: 48px; }

@media (max-width: 767.98px) {
  .bf-pop .countdown-timer > span:after {
    font-size: 25px; } }
.bf-pop .countdown-timer {
  color: #4cc9e5;
  line-height: 1.3;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7); }

.bf-pop .countdown-timer .timer-days,
.bf-pop .countdown-timer .timer-hours,
.bf-pop .countdown-timer .timer-minutes,
.bf-pop .countdown-timer .timer-seconds {
  display: inline-block;
  position: relative;
  font-size: 30px;
  min-width: 70px;
  font-family: "Open24DisplaySt", san-serif; }

@media (min-width: 768px) {
  .bf-pop .countdown-timer .timer-days,
  .bf-pop .countdown-timer .timer-hours,
  .bf-pop .countdown-timer .timer-minutes,
  .bf-pop .countdown-timer .timer-seconds {
    font-size: 55px;
    min-width: 100px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bf-pop .countdown-timer .timer-days,
  .bf-pop .countdown-timer .timer-hours,
  .bf-pop .countdown-timer .timer-minutes,
  .bf-pop .countdown-timer .timer-seconds {
    font-size: 40px;
    min-width: 80px; } }
.bf-pop .countdown-timer .timer-days:after,
.bf-pop .countdown-timer .timer-hours:after,
.bf-pop .countdown-timer .timer-minutes:after,
.bf-pop .countdown-timer .timer-seconds:after {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 3px);
  margin: auto; }

@media (max-width: 767.98px) {
  .bf-pop .countdown-timer .timer-days:after,
  .bf-pop .countdown-timer .timer-hours:after,
  .bf-pop .countdown-timer .timer-minutes:after,
  .bf-pop .countdown-timer .timer-seconds:after {
    left: calc(100% - 6px); } }
.bf-pop .countdown-timer .timer-days small,
.bf-pop .countdown-timer .timer-hours small,
.bf-pop .countdown-timer .timer-minutes small,
.bf-pop .countdown-timer .timer-seconds small {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: "Mont", sans-serif;
  opacity: 0.6; }

.bf-pop .countdown-timer .timer-seconds:after {
  display: none; }

.bf-pop .countdown-timer .timer-days small,
.bf-pop .countdown-timer .timer-hours small,
.bf-pop .countdown-timer .timer-minutes small,
.bf-pop .countdown-timer .timer-seconds small {
  font-size: 12px; }

/* cyber monday start */
.cm-pop .modal-dialog {
  max-width: 650px;
  background-image: none; }

.cm-pop .modal-body {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0rem !important;
  border-radius: 10px;
  border: none !important; }

.cm-pop .modal-content {
  width: 650px;
  height: 503px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/29035823/cm-exitintent-deal-bg.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-align: center;
  margin-top: 50px; }

.cm-pop-content {
  margin-top: 50px; }

.cm-pop-content h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  margin-top: 5px; }

.cm-pop-content h2 {
  font-size: 42px;
  color: #fff;
  font-family: "Brush Script MT"; }

.cm-pop-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.cm-pop-content h4 {
  font-size: 18px !important;
  color: white !important;
  font-weight: 400 !important;
  font-family: "Mont", sans-serif;
  line-height: inherit;
  margin: 32px 0 0 0 !important; }

.cm-pop-content .esh1 {
  font-size: 35px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.cm-pop-content .esh4 {
  font-size: 20px !important;
  color: white !important;
  font-weight: 500;
  font-family: "Mont", sans-serif; }

.cm-pop-content h4 strong {
  color: #f47e2f; }

.cm-pop-content a {
  font-weight: 400 !important;
  font-size: 18px !important;
  padding: 20px 40px;
  border-radius: 40px;
  margin-top: 20px; }

.cm-pop-content a::after {
  height: 22px;
  width: 30px; }

.cm-pop-content .esa {
  font-weight: 600;
  font-size: 13px !important;
  padding: 20px 26px !important;
  border-radius: 40px;
  margin-top: 8px; }

.cm-pop-content .esa::after {
  height: 9px;
  width: 12px; }

.timer-tmp {
  margin: 15px 0 15px 0; }

.btn-primary-custom {
  font-size: 20px;
  border: none; }

.cm-pop-content .img-hand {
  position: absolute;
  bottom: 112px;
  left: 123px; }

@media only screen and (min-device-width: 280px) and (max-device-width: 671px) {
  .cm-pop .modal-dialog {
    max-width: 272px;
    margin: 10px auto; }

  .cm-pop .modal-content {
    width: 272px !important;
    height: 80px !important;
    background-image: url(https://www.ivacy.com/wp-content/uploads/2020/11/cm-exitintent-deal-bg-mob.jpg) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 60px; }

  .cm-pop-content {
    text-align: center;
    margin-top: 0px; }

  .cm-pop-content h1 {
    font-size: 13px;
    margin: 8px 0 0 0; }

  .cm-pop-content .de-h1 {
    font-size: 15px;
    margin: 7px 0 0 0; }

  .cm-pop-content h4 {
    margin: 3px 0 3px 0 !important;
    font-size: 18px !important;
    line-height: initial; }

  .cm-pop-content a {
    font-weight: 400 !important;
    padding: 3px 7px !important;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 11px !important; }

  .cm-pop-content a::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0 !important; }

  .fr-h1 {
    font-size: 14px !important; }

  .cm-pop-content .close {
    right: 7px !important;
    top: 0px !important; }

  .modal-open .modal {
    overflow-x: unset;
    overflow-y: unset; } }
/* cyber monday hello bar start */
.cm-hello {
  height: 58px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/29151903/cm-hell-bar-bg-left.jpg), url(https://www.ivacy.com/wp-content/uploads/2020/11/cm-hell-bar-bg-right.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-color: #002366;
  font-family: "Mont", sans-serif; }

.cm-deal-1 {
  text-align: right;
  color: #fff;
  margin-top: 18px; }

.cm-deal-2 {
  background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/29151856/cm-hell-bar-bg-center.jpg) no-repeat center top;
  text-align: center;
  color: #fff;
  padding: 15px 20px 0 0;
  font-size: 20px;
  font-weight: bold; }

.cm-deal-3 {
  padding: 8px 0 0 0;
  right: 35px; }

.cm-deal-1-fr {
  font-size: 13px; }

.cm-deal-2-fr {
  font-size: 18px; }

.cm-deal-1-de {
  font-size: 14px; }

.cm-deal-2-de {
  font-size: 16px; }

.cm-deal-1-es {
  font-size: 12px;
  margin-top: 21px; }

.cm-deal-2-es {
  font-size: 14px;
  padding: 20px 20px 0 0; }

.cm-hello a {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 40px;
  border: none; }

.cm-hello a:after {
  height: 0 !important;
  width: 0 !important;
  background-image: none;
  margin: 0 !important; }

.cm-hello-de a {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 40px;
  border: none; }

.cm-hello-de a:after {
  height: 0 !important;
  width: 0 !important;
  background-image: none;
  margin: 0 !important; }

.cm-hello-de a {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 40px;
  border: none; }

.cm-hello-de a:after {
  width: 14px !important;
  height: 9px !important; }

.cm-hello-mobile {
  display: none; }

@media only screen and (min-device-width: 280px) and (max-device-width: 1024px) {
  .cm-hello-mobile {
    display: none; }

  .cm-hello {
    display: none; }

  .cm-hello-mobile {
    height: 80px;
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234613/bf-hellobar-sp-mb-left.jpg), url(https://www.ivacy.com/wp-content/uploads/2020/11/bf-hellobar-sp-mb-right.jpg), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234607/bf-hellobar-sp-mb-center.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, top center;
    background-color: #0f0f0f;
    font-family: "Mont", sans-serif;
    text-align: center;
    padding-top: 8px;
    color: white; }

  .cm-hello-mobile h1 {
    font-size: 18px;
    margin: 0; }

  .cm-hello-mobile h2 {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #f47e2f; }

  .cm-hello-mobile a {
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 12px;
    border: none; }

  .cm-hello-mobile a::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0; } }
/*Countdown Timer*/
.cm-pop .countdown-timer {
  color: #fff;
  text-shadow: none; }

.cm-pop .countdown-timer > span {
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 36px;
  min-width: 80px; }

@media (max-width: 767.98px) {
  .cm-pop .countdown-timer > span {
    font-size: 32px;
    min-width: 70px; } }
.cm-pop .countdown-timer > span small {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  opacity: 1;
  margin-left: 6px; }

.cm-pop .countdown-timer > span:after {
  top: 6px;
  left: calc(100% - 27px);
  font-size: 26px; }

@media (max-width: 767.98px) {
  .cm-pop .countdown-timer > span:after {
    left: calc(100% - 5px); } }
@media (min-width: 768px) {
  .cm-pop .countdown-timer {
    margin-left: 0px; } }
.cm-pop .countdown-timer > span {
  font-weight: 400;
  color: #4cc9e5;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7);
  font-family: "Open24DisplaySt", san-serif;
  text-align: center;
  font-size: 55px;
  min-width: 100px; }

@media (max-width: 767.98px) {
  .cm-pop .countdown-timer > span {
    min-width: 70px;
    font-size: 30px; } }
.cm-pop .countdown-timer > span small {
  font-weight: 400;
  color: #4cc9e5;
  margin-left: 0;
  display: block; }

.cm-pop .countdown-timer > span:after {
  left: calc(100% - 1%);
  font-size: 40px; }

@media (max-width: 767.98px) {
  .cm-pop .countdown-timer > span:after {
    font-size: 25px; } }
.cm-pop .countdown-timer {
  color: #4cc9e5;
  line-height: 1.3;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7); }

.cm-pop .countdown-timer .timer-days,
.cm-pop .countdown-timer .timer-hours,
.cm-pop .countdown-timer .timer-minutes,
.cm-pop .countdown-timer .timer-seconds {
  display: inline-block;
  position: relative;
  font-size: 30px;
  min-width: 70px;
  font-family: "Open24DisplaySt", san-serif; }

@media (min-width: 768px) {
  .cm-pop .countdown-timer .timer-days,
  .cm-pop .countdown-timer .timer-hours,
  .cm-pop .countdown-timer .timer-minutes,
  .cm-pop .countdown-timer .timer-seconds {
    font-size: 40px;
    min-width: 70px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cm-pop .countdown-timer .timer-days,
  .cm-pop .countdown-timer .timer-hours,
  .cm-pop .countdown-timer .timer-minutes,
  .cm-pop .countdown-timer .timer-seconds {
    font-size: 40px;
    min-width: 80px; } }
.cm-pop .countdown-timer .timer-days:after,
.cm-pop .countdown-timer .timer-hours:after,
.cm-pop .countdown-timer .timer-minutes:after,
.cm-pop .countdown-timer .timer-seconds:after {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 3px);
  margin: auto; }

@media (max-width: 767.98px) {
  .cm-pop .countdown-timer .timer-days:after,
  .cm-pop .countdown-timer .timer-hours:after,
  .cm-pop .countdown-timer .timer-minutes:after,
  .cm-pop .countdown-timer .timer-seconds:after {
    left: calc(100% - 6px); } }
.cm-pop .countdown-timer .timer-days small,
.cm-pop .countdown-timer .timer-hours small,
.cm-pop .countdown-timer .timer-minutes small,
.cm-pop .countdown-timer .timer-seconds small {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: "Mont", sans-serif;
  opacity: 0.6; }

.cm-pop .countdown-timer .timer-seconds:after {
  display: none; }

.cm-pop .countdown-timer .timer-days small,
.cm-pop .countdown-timer .timer-hours small,
.cm-pop .countdown-timer .timer-minutes small,
.cm-pop .countdown-timer .timer-seconds small {
  font-size: 12px; }

/* Christmas start */
.crst-pop .modal-dialog {
  max-width: 650px;
  background-image: none; }

.crst-pop .modal-body {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0rem !important;
  border-radius: 10px;
  border: none !important; }

.crst-pop .modal-content {
  width: 650px;
  height: 503px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/16221211/christmas-exitintent-bg-desk.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-align: center;
  margin-top: 50px; }

.crst-pop-content {
  margin-top: 50px; }

.crst-pop-content h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  margin-top: 5px; }

.crst-pop-content h2 {
  font-size: 42px;
  color: #fff;
  font-family: "Brush Script MT"; }

.crst-pop-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.crst-pop-content h4 {
  font-size: 18px !important;
  color: white !important;
  font-weight: 400 !important;
  font-family: "Mont", sans-serif;
  line-height: inherit;
  margin: 0 0 32px 0 !important; }

.crst-pop-content .esh1 {
  font-size: 35px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.crst-pop-content .esh4 {
  font-size: 20px !important;
  color: white !important;
  font-weight: 500;
  font-family: "Mont", sans-serif; }

.crst-pop-content h4 strong {
  color: #e8c13d; }

.crst-pop-content a {
  font-weight: 400 !important;
  font-size: 18px !important;
  padding: 20px 40px;
  border-radius: 40px;
  margin-top: 20px; }

.crst-pop-content a::after {
  height: 22px;
  width: 30px; }

.crst-pop-content .esa {
  font-weight: 600;
  font-size: 11px !important;
  padding: 20px 26px !important;
  border-radius: 40px;
  margin-top: 8px; }

.crst-pop-content .esa::after {
  height: 9px;
  width: 12px; }

.crst-pop-content .es {
  font-weight: 600;
  font-size: 15px !important;
  padding: 20px 26px !important;
  border-radius: 40px;
  margin-top: 8px; }

.crst-pop-content .es::after {
  height: 9px;
  width: 12px; }

.timer-tmp {
  margin: 15px 0 15px 0; }

.btn-primary-custom {
  font-size: 20px;
  border: none; }

.crst-pop-content .img-hand {
  position: absolute;
  bottom: 112px;
  left: 123px; }

@media only screen and (min-device-width: 280px) and (max-device-width: 671px) {
  .crst-pop .modal-dialog {
    max-width: 272px;
    margin: 10px auto; }

  .crst-pop .modal-content {
    width: 272px !important;
    height: 80px !important;
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/16221220/christmas-exitintent-bg-mob.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 60px; }

  .crst-pop-content {
    text-align: center;
    margin-top: 0px; }

  .crst-pop-content h1 {
    font-size: 13px;
    margin: 8px 0 0 0; }

  .crst-pop-content .de-h1 {
    font-size: 15px;
    margin: 7px 0 0 0; }

  .crst-pop-content h4 {
    margin: 3px 0 3px 0 !important;
    font-size: 18px !important;
    line-height: initial; }

  .crst-pop-content a {
    font-weight: 400 !important;
    padding: 3px 7px !important;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 11px !important; }

  .crst-pop-content a::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0 !important; }

  .fr-h1 {
    font-size: 14px !important; }

  .crst-pop-content .close {
    right: 7px !important;
    top: 0px !important; }

  .modal-open .modal {
    overflow-x: unset;
    overflow-y: unset; } }
/* Christmas hello bar start */
.crst-hello {
  height: 58px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/17000527/christmas-hello-obj-left.png), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/17000533/christmas-hello-obj-right.png), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/17000521/christmas-hello-bg-full.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 -19px, right top, center top;
  background-color: #990627;
  font-family: "Mont", sans-serif; }

.crst-deal-1 {
  text-align: right;
  color: #fff;
  margin-top: 18px; }

.crst-deal-2 {
  background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/17000528/christmas-hello-obj-center.png) no-repeat center top;
  text-align: center;
  color: #fff;
  padding: 15px 20px 0 0;
  font-size: 20px;
  font-weight: bold; }

.crst-deal-3 {
  padding: 8px 0 0 0;
  left: 3%; }

.crst-deal-1-fr {
  font-size: 13px; }

.crst-deal-2-fr {
  font-size: 18px; }

.crst-deal-1-de {
  font-size: 10px;
  padding: 5px 0 0 0; }

.crst-deal-2-de {
  font-size: 16px; }

.crst-deal-1-es {
  font-size: 12px;
  margin-top: 21px; }

.crst-deal-2-es {
  font-size: 14px;
  padding: 20px 20px 0 0; }

.crst-hello a {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 40px;
  border: none; }

.crst-hello a:after {
  height: 0 !important;
  width: 0 !important;
  background-image: none;
  margin: 0 !important; }

.crst-hello-de a {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 40px;
  border: none; }

.crst-hello-de a:after {
  height: 0 !important;
  width: 0 !important;
  background-image: none;
  margin: 0 !important; }

.crst-hello-de a {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 40px;
  border: none; }

.crst-hello-de a:after {
  width: 14px !important;
  height: 9px !important; }

.crst-hello-mobile {
  display: none; }

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .crst-hello-mobile {
    display: none; }

  .crst-hello {
    display: none; }

  .crst-hello-mobile {
    height: 80px;
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234613/bf-hellobar-sp-mb-left.jpg), url(https://www.ivacy.com/wp-content/uploads/2020/11/bf-hellobar-sp-mb-right.jpg), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234607/bf-hellobar-sp-mb-center.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, top center;
    background-color: #0f0f0f;
    font-family: "Mont", sans-serif;
    text-align: center;
    padding-top: 8px;
    color: white; }

  .crst-hello-mobile h1 {
    font-size: 18px;
    margin: 0; }

  .crst-hello-mobile h2 {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #f47e2f; }

  .crst-hello-mobile a {
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 12px;
    border: none; }

  .crst-hello-mobile a::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0; } }
/*Christmas Countdown Timer*/
.crst-pop .countdown-timer {
  color: #fff;
  text-shadow: none; }

.crst-pop .countdown-timer > span {
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 36px;
  min-width: 80px; }

@media (max-width: 767.98px) {
  .crst-pop .countdown-timer > span {
    font-size: 32px;
    min-width: 70px; } }
.crst-pop .countdown-timer > span small {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  opacity: 1;
  margin-left: 6px; }

.crst-pop .countdown-timer > span:after {
  top: 6px;
  left: calc(100% - 27px);
  font-size: 26px; }

@media (max-width: 767.98px) {
  .crst-pop .countdown-timer > span:after {
    left: calc(100% - 5px); } }
@media (min-width: 768px) {
  .crst-pop .countdown-timer {
    margin-left: 0px; } }
.crst-pop .countdown-timer > span {
  font-weight: 400;
  color: #4cc9e5;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7);
  font-family: "Open24DisplaySt", san-serif;
  text-align: center;
  font-size: 55px;
  min-width: 100px; }

@media (max-width: 767.98px) {
  .crst-pop .countdown-timer > span {
    min-width: 70px;
    font-size: 30px; } }
.crst-pop .countdown-timer > span small {
  font-weight: 400;
  color: #fff;
  margin-left: 0;
  display: block; }

.crst-pop .countdown-timer > span:after {
  left: calc(100% - 1%);
  font-size: 40px; }

@media (max-width: 767.98px) {
  .crst-pop .countdown-timer > span:after {
    font-size: 25px; } }
.crst-pop .countdown-timer {
  color: #4cc9e5;
  line-height: 1.3;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7); }

.crst-pop .countdown-timer .timer-days,
.crst-pop .countdown-timer .timer-hours,
.crst-pop .countdown-timer .timer-minutes,
.crst-pop .countdown-timer .timer-seconds {
  display: inline-block;
  position: relative;
  font-size: 30px;
  min-width: 70px;
  font-family: "Open24DisplaySt", san-serif; }

@media (min-width: 768px) {
  .crst-pop .countdown-timer .timer-days,
  .crst-pop .countdown-timer .timer-hours,
  .crst-pop .countdown-timer .timer-minutes,
  .crst-pop .countdown-timer .timer-seconds {
    font-size: 40px;
    min-width: 70px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .crst-pop .countdown-timer .timer-days,
  .crst-pop .countdown-timer .timer-hours,
  .crst-pop .countdown-timer .timer-minutes,
  .crst-pop .countdown-timer .timer-seconds {
    font-size: 40px;
    min-width: 80px; } }
.crst-pop .countdown-timer .timer-days:after,
.crst-pop .countdown-timer .timer-hours:after,
.crst-pop .countdown-timer .timer-minutes:after,
.crst-pop .countdown-timer .timer-seconds:after {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 3px);
  margin: auto; }

@media (max-width: 767.98px) {
  .crst-pop .countdown-timer .timer-days:after,
  .crst-pop .countdown-timer .timer-hours:after,
  .crst-pop .countdown-timer .timer-minutes:after,
  .crst-pop .countdown-timer .timer-seconds:after {
    left: calc(100% - 6px); } }
.crst-pop .countdown-timer .timer-days small,
.crst-pop .countdown-timer .timer-hours small,
.crst-pop .countdown-timer .timer-minutes small,
.crst-pop .countdown-timer .timer-seconds small {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: "Mont", sans-serif;
  opacity: 0.9; }

.crst-pop .countdown-timer .timer-seconds:after {
  display: none; }

.crst-pop .countdown-timer .timer-days small,
.crst-pop .countdown-timer .timer-hours small,
.crst-pop .countdown-timer .timer-minutes small,
.crst-pop .countdown-timer .timer-seconds small {
  font-size: 12px; }

/* New Year 2020 start */
.ny20-pop .modal-dialog {
  max-width: 650px;
  background-image: none; }

.ny20-pop .modal-body {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0rem !important;
  border-radius: 10px;
  border: none !important; }

.ny20-pop .modal-content {
  width: 713px;
  height: 530px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/30234248/newyear-exitintent-desk-bg.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-align: center;
  margin-top: 50px; }

.ny20-pop .es-bg {
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/07/27191424/newyear-exitintent-desk-bg-es.png); }

.ny20-pop .de-bg {
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/07/27191416/newyear-exitintent-desk-bg-de.png); }

.ny20-pop-content {
  margin-top: 50px; }

.ny20-pop-content .cta-box {
  position: absolute;
  bottom: 40px;
  left: 230px; }

.ny20-pop-content .cta-box-es {
  position: absolute;
  bottom: 36px;
  left: 190px; }

.ny20-pop-content .cta-box-de {
  position: absolute;
  bottom: 36px;
  left: 223px; }

.ny20-pop-content .cta-box span {
  color: #2e2e2e; }

.ny20-pop-content h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  margin-top: 5px; }

.ny20-pop-content h2 {
  font-size: 42px;
  color: #fff;
  font-family: "Brush Script MT"; }

.ny20-pop-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.ny20-pop-content h4 {
  font-size: 18px !important;
  color: white !important;
  font-weight: 400 !important;
  font-family: "Mont", sans-serif;
  line-height: inherit;
  margin: 0 0 32px 0 !important; }

.ny20-pop-content .esh1 {
  font-size: 35px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

.ny20-pop-content .esh4 {
  font-size: 20px !important;
  color: white !important;
  font-weight: 500;
  font-family: "Mont", sans-serif; }

.ny20-pop-content h4 strong {
  color: #e8c13d; }

.ny20-pop-content a {
  font-weight: 400 !important;
  font-size: 18px !important;
  padding: 20px 40px;
  border-radius: 40px;
  margin-top: 20px; }

.ny20-pop-content a::after {
  height: 22px;
  width: 30px; }

.ny20-pop-content .esa {
  font-weight: 600;
  font-size: 11px !important;
  padding: 20px 26px !important;
  border-radius: 40px;
  margin-top: 8px; }

.ny20-pop-content .esa::after {
  height: 9px;
  width: 12px; }

.ny20-pop-content .es {
  font-weight: 600;
  font-size: 15px !important;
  padding: 20px 26px !important;
  border-radius: 40px;
  margin-top: 8px; }

.ny20-pop-content .es::after {
  height: 9px;
  width: 12px; }

.timer-tmp {
  margin: 15px 0 15px 0; }

.btn-primary-custom {
  font-size: 20px;
  border: none; }

.ny20-pop-content .img-hand {
  position: absolute;
  bottom: 112px;
  left: 123px; }

.ny20-pop-content .close {
  right: 177px !important;
  top: 87px !important;
  color: #2e2e2e !important; }

@media only screen and (min-device-width: 280px) and (max-device-width: 671px) {
  .ny20-pop .modal-dialog {
    max-width: 272px;
    margin: 10px auto; }

  .ny20-pop .modal-content {
    width: 272px !important;
    height: 80px !important;
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 60px; }

  .ny20-pop-content {
    text-align: center;
    margin-top: 0px; }

  .ny20-pop-content h1 {
    font-size: 13px;
    margin: 8px 0 0 0; }

  .ny20-pop-content .de-h1 {
    font-size: 15px;
    margin: 7px 0 0 0; }

  .ny20-pop-content h4 {
    margin: 3px 0 3px 0 !important;
    font-size: 18px !important;
    line-height: initial; }

  .ny20-pop-content a {
    font-weight: 400 !important;
    padding: 3px 7px !important;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 11px !important; }

  .ny20-pop-content a::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0 !important; }

  .fr-h1 {
    font-size: 14px !important; }

  .ny20-pop-content .close {
    right: 7px !important;
    top: 0px !important; }

  .modal-open .modal {
    overflow-x: unset;
    overflow-y: unset; } }
/* New Year 2020 hello bar start */
.ny20-hello {
  height: 58px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/31004606/newyear-hello-ico-left.png), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/31004611/newyear-hello-ico-right.png), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/12/31005254/newyear-hello-bg.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, center top;
  background-color: #990627;
  font-family: "Mont", sans-serif; }

.ny20-deal-1 {
  text-align: right;
  color: #6d8599;
  padding: 15px 20px 0 0;
  font-size: 22px;
  font-style: italic; }

.ny20-deal-1 strong {
  color: #73aac8; }

.ny20-deal-2 {
  text-align: right;
  color: #414141;
  margin-top: 18px; }

.ny20-deal-3 {
  padding: 14px 0 0 0;
  text-align: center; }

.ny20-deal-3 a {
  color: #ff5c5c;
  font-size: 22px !important;
  font-weight: bold; }

.ny20-deal-3 .eslink {
  color: #ff5c5c;
  font-size: 15px !important;
  font-weight: bold;
  position: relative;
  top: 2px; }

.ny20-deal-4 {
  text-align: left;
  color: #414141;
  margin-top: 18px; }

.ny20-deal-1-fr {
  font-size: 13px; }

.ny20-deal-2-fr {
  font-size: 18px; }

.ny20-deal-1-de {
  font-size: 10px;
  padding: 5px 0 0 0; }

.ny20-deal-2-de {
  font-size: 16px; }

.ny20-deal-1-es {
  text-align: right;
  color: #6d8599;
  padding: 18px 20px 0 0;
  font-size: 16px;
  font-style: italic; }

.ny20-deal-2-es {
  font-size: 12px;
  padding: 4px 0 0 0; }

.ny20-hello a {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 40px;
  border: none; }

.ny20-hello a:after {
  height: 0 !important;
  width: 0 !important;
  background-image: none;
  margin: 0 !important; }

.ny20-hello-de a {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 40px;
  border: none; }

.ny20-hello-de a:after {
  height: 0 !important;
  width: 0 !important;
  background-image: none;
  margin: 0 !important; }

.ny20-hello-de a {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 40px;
  border: none; }

.ny20-hello-de a:after {
  width: 14px !important;
  height: 9px !important; }

.ny20-hello-mobile {
  display: none; }

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .ny20-hello-mobile {
    display: none; }

  .ny20-hello {
    display: none; }

  .ny20-hello-mobile {
    height: 80px;
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234613/bf-hellobar-sp-mb-left.jpg), url(https://www.ivacy.com/wp-content/uploads/2020/11/bf-hellobar-sp-mb-right.jpg), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234607/bf-hellobar-sp-mb-center.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, top center;
    background-color: #0f0f0f;
    font-family: "Mont", sans-serif;
    text-align: center;
    padding-top: 8px;
    color: white; }

  .ny20-hello-mobile h1 {
    font-size: 18px;
    margin: 0; }

  .ny20-hello-mobile h2 {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #f47e2f; }

  .ny20-hello-mobile a {
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 40px;
    margin-top: 0px;
    font-size: 12px;
    border: none; }

  .ny20-hello-mobile a::after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0; } }
/*New Year 2020 Countdown Timer*/
.ny20-pop .countdown-timer {
  color: #fff;
  text-shadow: none; }

.ny20-pop .countdown-timer > span {
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 36px;
  min-width: 80px; }

@media (max-width: 767.98px) {
  .ny20-pop .countdown-timer > span {
    font-size: 32px;
    min-width: 70px; } }
.ny20-pop .countdown-timer > span small {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  opacity: 1;
  margin-left: 6px; }

.ny20-pop .countdown-timer > span:after {
  top: 6px;
  left: calc(100% - 27px);
  font-size: 26px; }

@media (max-width: 767.98px) {
  .ny20-pop .countdown-timer > span:after {
    left: calc(100% - 5px); } }
@media (min-width: 768px) {
  .ny20-pop .countdown-timer {
    margin-left: 0px; } }
.ny20-pop .countdown-timer > span {
  font-weight: 400;
  color: #4cc9e5;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7);
  font-family: "Open24DisplaySt", san-serif;
  text-align: center;
  font-size: 55px;
  min-width: 100px; }

@media (max-width: 767.98px) {
  .ny20-pop .countdown-timer > span {
    min-width: 70px;
    font-size: 30px; } }
.ny20-pop .countdown-timer > span small {
  font-weight: 400;
  color: #fff;
  margin-left: 0;
  display: block; }

.ny20-pop .countdown-timer > span:after {
  left: calc(100% - 1%);
  font-size: 40px; }

@media (max-width: 767.98px) {
  .ny20-pop .countdown-timer > span:after {
    font-size: 25px; } }
.ny20-pop .countdown-timer {
  color: #4cc9e5;
  line-height: 1.3;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7); }

.ny20-pop .countdown-timer .timer-days,
.ny20-pop .countdown-timer .timer-hours,
.ny20-pop .countdown-timer .timer-minutes,
.ny20-pop .countdown-timer .timer-seconds {
  display: inline-block;
  position: relative;
  font-size: 30px;
  min-width: 70px;
  font-family: "Open24DisplaySt", san-serif; }

@media (min-width: 768px) {
  .ny20-pop .countdown-timer .timer-days,
  .ny20-pop .countdown-timer .timer-hours,
  .ny20-pop .countdown-timer .timer-minutes,
  .ny20-pop .countdown-timer .timer-seconds {
    font-size: 40px;
    min-width: 70px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .ny20-pop .countdown-timer .timer-days,
  .ny20-pop .countdown-timer .timer-hours,
  .ny20-pop .countdown-timer .timer-minutes,
  .ny20-pop .countdown-timer .timer-seconds {
    font-size: 40px;
    min-width: 80px; } }
.ny20-pop .countdown-timer .timer-days:after,
.ny20-pop .countdown-timer .timer-hours:after,
.ny20-pop .countdown-timer .timer-minutes:after,
.ny20-pop .countdown-timer .timer-seconds:after {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 3px);
  margin: auto; }

@media (max-width: 767.98px) {
  .ny20-pop .countdown-timer .timer-days:after,
  .ny20-pop .countdown-timer .timer-hours:after,
  .ny20-pop .countdown-timer .timer-minutes:after,
  .ny20-pop .countdown-timer .timer-seconds:after {
    left: calc(100% - 6px); } }
.ny20-pop .countdown-timer .timer-days small,
.ny20-pop .countdown-timer .timer-hours small,
.ny20-pop .countdown-timer .timer-minutes small,
.ny20-pop .countdown-timer .timer-seconds small {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: "Mont", sans-serif;
  opacity: 0.9; }

.ny20-pop .countdown-timer .timer-seconds:after {
  display: none; }

.ny20-pop .countdown-timer .timer-days small,
.ny20-pop .countdown-timer .timer-hours small,
.ny20-pop .countdown-timer .timer-minutes small,
.ny20-pop .countdown-timer .timer-seconds small {
  font-size: 12px; }

/*Data Privacy Start here*/
.dp-pop .modal-dialog {
  max-width: 690px;
  background-image: none; }
.dp-pop .modal-body {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0rem !important;
  border-radius: 10px;
  border: none !important; }
.dp-pop .modal-content {
  width: 690px;
  height: 464px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/01/27010757/data-privacy-extint-bg-desk.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-align: center;
  margin-top: 50px; }

.dp-pop-content {
  top: 95px;
  position: relative;
  left: -24px;
  font-family: "Sofia Pro", sans-serif; }
  .dp-pop-content h1 {
    font-size: 24px;
    color: white;
    font-weight: 500;
    margin-top: 30px;
    font-family: "Sofia Pro", sans-serif; }
  .dp-pop-content h1 strong {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 2px 2px #013871; }
  .dp-pop-content h2 {
    font-size: 32px;
    color: #fff;
    font-family: "Sofia Pro", sans-serif;
    margin: 0px !important; }
  .dp-pop-content h3 {
    font-size: 24px;
    color: white;
    font-weight: lighter;
    margin-top: 5px;
    font-family: "Sofia Pro", sans-serif; }
  .dp-pop-content h4 {
    font-size: 18px !important;
    color: white !important;
    font-weight: 400 !important;
    line-height: inherit; }
  .dp-pop-content .esh1 {
    font-size: 35px;
    text-transform: uppercase;
    color: white;
    font-weight: bold; }
  .dp-pop-content .cta-box {
    margin-top: 30px !important; }
  .dp-pop-content h4 strong {
    color: #e8c13d; }
  .dp-pop-content a {
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 20px 40px;
    border-radius: 40px;
    box-shadow: none !important; }
  .dp-pop-content a::after {
    height: 22px;
    width: 30px; }
  .dp-pop-content .btn-primary-custom {
    font-size: 20px;
    border: none; }
  .dp-pop-content .close {
    right: 16px !important;
    top: 18px !important;
    color: #2e2e2e !important; }

@media only screen and (min-device-width: 280px) and (max-device-width: 671px) {
  .dp-pop .modal-dialog {
    max-width: 320px;
    margin: 10px auto; }
  .dp-pop .modal-content {
    width: 320px !important;
    height: 94px !important;
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 60px; }

  .dp-pop-content {
    text-align: center;
    margin-top: 0px;
    position: static; }
    .dp-pop-content h1 {
      font-size: 16px;
      margin: 5px 0 0 0; }
    .dp-pop-content h4 {
      font-size: 18px !important;
      line-height: initial;
      position: relative;
      top: -2px; }
    .dp-pop-content a {
      font-weight: 400 !important;
      padding: 0 !important;
      border-radius: 40px;
      margin-top: 0px;
      font-size: 11px !important;
      position: relative;
      top: -12px; }
    .dp-pop-content a::after {
      height: 0 !important;
      width: 0 !important;
      background-image: none;
      margin: 0 !important; }
    .dp-pop-content .close {
      right: 8px !important;
      top: -12px !important; } }
@media (max-width: 320px) {
  .dp-pop .modal-dialog {
    max-width: 272px; }
  .dp-pop .modal-content {
    width: 272px !important;
    height: 80px !important; } }
/* Data Privacy hello bar start */
.dp-hello {
  height: 58px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/01/26234811/data-privacy-hello-ico-left.png), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/01/27000543/data-privacy-hello-ico-right.png), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/01/27001858/data-privacy-hello-bg.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -20px 5px, right -20px top, center top;
  background-color: #990627;
  font-family: "Sofia Pro", sans-serif; }

.dp-deal-1 {
  text-align: right;
  color: #fff;
  padding: 15px 20px 0 0;
  font-size: 18px;
  font-weight: 700; }
  .dp-deal-1 strong {
    color: #73aac8; }
  .dp-deal-1 a {
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 40px;
    border: none; }
  .dp-deal-1 a:after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0 !important; }

.dp-deal-2 {
  text-align: center;
  color: #fff;
  margin-top: 18px;
  font-weight: 500; }

.dp-deal-3 {
  padding: 8px 0 0 0;
  text-align: center;
  font-size: 26px;
  color: #fff;
  text-shadow: 2px 2px #013871; }
  .dp-deal-3 a {
    color: #ff5c5c;
    font-size: 22px !important;
    font-weight: bold; }

.dp-deal-4 {
  text-align: left;
  color: #414141;
  margin-top: 10px; }

.dp-hello-mobile {
  display: none; }

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .dp-hello-mobile {
    display: none; }

  .dp-hello {
    display: none; }

  .dp-hello-mobile {
    height: 80px;
    background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234613/bf-hellobar-sp-mb-left.jpg), url(https://www.ivacy.com/wp-content/uploads/2020/11/bf-hellobar-sp-mb-right.jpg), url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2020/11/16234607/bf-hellobar-sp-mb-center.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, top center;
    background-color: #0f0f0f;
    font-family: "Mont", sans-serif;
    text-align: center;
    padding-top: 8px;
    color: white; }
    .dp-hello-mobile h1 {
      font-size: 18px;
      margin: 0; }
    .dp-hello-mobile h2 {
      font-size: 14px;
      margin: 0 0 0 0;
      color: #f47e2f; }
    .dp-hello-mobile a {
      font-weight: 400;
      padding: 5px 10px;
      border-radius: 40px;
      margin-top: 0px;
      font-size: 12px;
      border: none; }
    .dp-hello-mobile a::after {
      height: 0 !important;
      width: 0 !important;
      background-image: none;
      margin: 0; } }
/*Valentine's Day Start here*/
.vd-pop .modal-dialog {
  max-width: 640px;
  background-image: none; }
.vd-pop .modal-body {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0rem !important;
  border-radius: 10px;
  border: none !important;
  text-align: left !important; }
  .vd-pop .modal-body .close {
    right: 35.5px !important;
    top: 22px !important;
    color: #fff !important; }
.vd-pop .modal-content {
  width: 640px;
  height: 422px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/02/11222724/valentine-exitintent-bg1.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-align: left;
  margin-top: 50px; }

.vd-pop-content {
  top: 95px;
  position: relative;
  left: 45px;
  font-family: "Sofia Pro", sans-serif !important; }
  .vd-pop-content h3 {
    font-size: 38px;
    color: white;
    font-weight: 700;
    font-family: "Sofia Pro", sans-serif;
    width: 410px; }
    .vd-pop-content h3 span {
      text-transform: uppercase;
      color: #fff83a; }
  .vd-pop-content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    font-family: "Sofia Pro", sans-serif;
    margin: 0 0 24px 0 !important; }
  .vd-pop-content .cta-box {
    margin-top: 20px; }
  .vd-pop-content a {
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 20px 40px;
    border-radius: 40px;
    box-shadow: none !important; }
  .vd-pop-content a::after {
    height: 22px;
    width: 30px; }

@media only screen and (min-device-width: 280px) and (max-device-width: 671px) {
  .vd-pop .modal-dialog {
    max-width: 320px;
    margin: 10px auto; }
  .vd-pop .modal-content {
    width: 320px !important;
    height: 94px !important;
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 60px; }
    .vd-pop .modal-content .close {
      right: 8px !important;
      top: 1px !important;
      color: #fff !important; }
    .vd-pop .modal-content a {
      padding: 0; }

  .vd-pop-content {
    text-align: center;
    margin-top: 0px;
    position: static; }
    .vd-pop-content .close {
      right: 8px !important;
      top: -12px !important; } }
@media (max-width: 320px) {
  .vd-pop .modal-dialog {
    max-width: 272px; }
  .vd-pop .modal-content {
    width: 272px !important;
    height: 80px !important; } }
/* Valentine's Day hello bar start */
.vd-hello {
  height: 58px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/02/09225450/valentine-hello-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #ffbabd;
  font-family: "Sofia Pro", sans-serif; }

.vd-deal-1 {
  text-align: center;
  color: #c50b39;
  padding: 10px 0 0 0;
  font-size: 24px;
  font-weight: 500; }

.vd-deal-2 {
  color: #153766;
  text-align: center;
  letter-spacing: -2px; }
  .vd-deal-2 strong {
    text-align: center;
    font-size: 36px; }
  .vd-deal-2 small {
    font-size: 16px;
    letter-spacing: -1px; }

.vd-deal-3 {
  padding: 6px 0 0 0;
  text-align: center;
  font-size: 26px;
  color: #fff; }
  .vd-deal-3 a {
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 40px;
    border: none;
    text-shadow: none; }
  .vd-deal-3 a:after {
    height: 0 !important;
    width: 0 !important;
    background-image: none;
    margin: 0 !important; }

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .vd-hello {
    display: none; } }
/* Internxt hello bar start */
.intrnxt-hello {
  height: 64px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/03/30220947/internxt-hb-bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #80c2df;
  font-family: "aleoregular" !important; }

.intrnxt-deal-1 {
  text-align: center;
  color: #fff;
  padding: 18px 0 0 0;
  font-size: 18px;
  font-weight: 500; }

.intrnxt-deal-2 {
  text-align: left;
  color: #fff;
  padding: 18px 0 0 0;
  font-size: 18px;
  font-weight: 500; }

.intrnxt-deal-3 {
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-family: "Sofia Pro", sans-serif; }
  .intrnxt-deal-3 a {
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 40px;
    border: none;
    text-shadow: none; }
  .intrnxt-deal-3 a:after {
    height: 10px !important;
    width: 14px !important; }

.intrnxt-deal-4 {
  color: #fff;
  text-align: left;
  padding: 22px 0 0 0;
  font-size: 13px; }

.intrnxt-hello-fr .intrnxt-deal-1 {
  padding: 18px 0 0 0;
  font-size: 16px; }
.intrnxt-hello-fr .intrnxt-deal-2 {
  text-align: center;
  padding: 18px 0 0 0;
  font-size: 16px; }
.intrnxt-hello-fr .intrnxt-deal-3 {
  padding: 8px 0 0 0;
  font-size: 26px; }
  .intrnxt-hello-fr .intrnxt-deal-3 a {
    padding: 8px 22px;
    font-size: 14px; }
  .intrnxt-hello-fr .intrnxt-deal-3 a:after {
    height: 10px !important;
    width: 14px !important; }
.intrnxt-hello-fr .intrnxt-deal-4 {
  padding: 22px 0 0 0;
  font-size: 12px; }

.intrnxt-hello-es .intrnxt-deal-1 {
  padding: 18px 0 0 0;
  font-size: 16px; }
.intrnxt-hello-es .intrnxt-deal-2 {
  text-align: center;
  padding: 7px 0 0 0;
  font-size: 16px; }
.intrnxt-hello-es .intrnxt-deal-3 {
  padding: 8px 0 0 0;
  font-size: 26px; }
  .intrnxt-hello-es .intrnxt-deal-3 a {
    padding: 8px 22px;
    font-size: 14px; }
  .intrnxt-hello-es .intrnxt-deal-3 a:after {
    height: 10px !important;
    width: 14px !important; }
.intrnxt-hello-es .intrnxt-deal-4 {
  padding: 22px 0 0 0;
  font-size: 12px; }

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .intrnxt-hello {
    display: none; } }
/* Easter hello bar start */
.estr-hello {
  height: 59px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/04/03214756/estr-hello-bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #27abf7; }

.estr-deal-1 {
  text-align: center;
  color: #fff;
  padding: 8px 0 0 0;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 2px 2px #138fcd;
  font-family: "hussar_previewbold" !important; }

.estr-deal-2 {
  text-align: center;
  color: #fff;
  padding: 15px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Mont", sans-serif; }
  .estr-deal-2 strong {
    font-size: 22px; }

.estr-deal-3 {
  padding: 7px 0 0 0;
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-family: "Sofia Pro", sans-serif; }
  .estr-deal-3 a {
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 40px;
    border: none;
    text-shadow: none;
    text-transform: capitalize; }
  .estr-deal-3 a:after {
    height: 10px !important;
    width: 14px !important; }

@media only screen and (min-width: 280px) and (max-width: 1024px) {
  .estr-hello {
    display: none; } }
/* IPL and internext hellobar*/
.hellobar-cont {
  position: relative;
  width: 100%;
  height: 59px; }

#ipl-internxt-hello1 {
  position: absolute;
  width: 100%; }

#ipl-internxt-hello2 {
  position: absolute;
  width: 100%; }

.ipl-hello {
  height: 59px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/07/13041747/olympics-hb-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #18388b; }
  .ipl-hello .ipl-deal-1 {
    text-align: right;
    color: #fff;
    padding: 16px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Mont", sans-serif; }
    .ipl-hello .ipl-deal-1 strong {
      font-size: 20px; }
    .ipl-hello .ipl-deal-1 .live {
      width: 66px;
      height: 26px;
      background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/07/13043325/olympics-hb-live.png) no-repeat center;
      color: #7a43ea;
      display: inline-block;
      font-weight: 700;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase;
      padding: 2px 0 0 12px;
      position: relative;
      margin: 0 5px; }
    .ipl-hello .ipl-deal-1 .live::before {
      content: "•";
      display: inline-block;
      font-size: 30px;
      position: absolute;
      left: 7px;
      top: -6px; }
  .ipl-hello .ipl-deal-2 {
    padding: 6px 0 0 0;
    text-align: right;
    font-size: 26px;
    color: #fff;
    font-family: "Sofia Pro", sans-serif; }
    .ipl-hello .ipl-deal-2 a {
      padding: 7px 22px !important;
      font-size: 16px !important;
      border-radius: 40px;
      border: none;
      text-shadow: none;
      text-transform: uppercase; }
    .ipl-hello .ipl-deal-2 a:after {
      height: 10px !important;
      width: 14px !important; }

#ipl-internxt-hello2 {
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/04/15204310/cs-hello-bg.jpg); }
  #ipl-internxt-hello2 .ipl-deal-1 span {
    color: #f5fd02;
    text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  .hellobar-cont {
    display: none; } }
/*Affiliate Multi Language*/
.aff-head-right {
  text-align: right;
  margin-top: 10px; }
  .aff-head-right .btn-group {
    margin-left: 10px; }
  .aff-head-right .login-text {
    margin-top: 4px; }
    .aff-head-right .login-text span {
      margin-right: 30px;
      color: rgba(34, 46, 58, 0.5); }
    .aff-head-right .login-text a {
      font-size: 1rem;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.9); }

.ico-huawei svg {
  width: 13px;
  position: relative;
  bottom: 2px; }
  .ico-huawei svg path {
    fill: #3f91bd; }

/*Lang DD*/
.lang-dd {
  padding-left: 0px;
  padding-right: 0px;
  background: transparent;
  border: none; }

.lang-dd .dropdown-toggle {
  font-size: 12px;
  padding: 0 10px;
  background: transparent;
  border: none; }

.lang-dd::after {
  display: none; }

.lang-dd .dropdown-item img {
  margin: -2px 8px 0 8px;
  width: 15px; }

.lang-dd-mb .language-dropdown-menu a {
  border-top: 1px solid #eee; }

.lang-dd-mb .dropdown-item img {
  margin: -2px 8px 0 0;
  width: 15px; }

/*Halloween 2021 Exitintent*/
.halloween-extint .modal-dialog .modal-content .modal-body {
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/10/23023237/halloween-exitintent-bg.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 745px;
  height: 466px; }

.halloween-extint .exit-intent-body h3 {
  color: #fff;
  font-size: 40px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  margin-top: 30px; }

.halloween-extint .exit-intent-body h3 span {
  color: #e9f701;
  line-height: 3rem; }

.halloween-extint .exit-intent-body p {
  color: #fff;
  width: 80%;
  margin: 20px auto 45px; }

.halloween-extint .exit-intent-body .btn.btn-primary {
  font-size: 20px !important; }

.halloween-extint .exit-intent-body {
  padding: 26px; }

.halloween-extint .modal-content {
  width: auto; }

.halloween-extint .exit-intent-body .descp {
  color: #fff;
  max-width: 495px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: 'Sofia Pro', sans-serif; }

.halloween-extint .exit-intent-body .input-with-btn button.btn.btn-primary {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1;
  padding: 20px 28px !important;
  background-color: #f27624 !important;
  margin: 0;
  min-width: 210px;
  font-family: 'Sofia Pro', sans-serif;
  text-transform: uppercase;
  /*box-shadow: 0 15px 20px rgb(0 0 0 / 35%);*/
  letter-spacing: 0; }

.halloween-extint .exit-intent-body .input-with-btn button.btn.btn-primary::after {
  display: inline-block;
  content: " ";
  background-image: url(https://www.ivacy.com/wp-content/themes/ivacy_v2/template/assets/images/cta-arrow-right-white.svg);
  height: 14px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 7px;
  transition: all .5s ease;
  width: 15px;
  vertical-align: sub; }

.halloween-extint .exit-intent-body .input-with-btn button.btn.btn-primary::after {
  transform: translateX(5px);
  transition: all .5s ease; }

.halloween-extint .modal-dialog .modal-content .modal-body .input-with-btn input[type=text] {
  width: 100%;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0;
  color: #fff !important;
  line-height: 1;
  padding-left: 20px;
  font-family: 'Sofia Pro', sans-serif;
  font-size: 16px;
  font-style: normal; }

.halloween-extint .modal-dialog .modal-content .modal-body .exit-intent-body .input-with-btn {
  width: 500px;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 8px;
  display: flex;
  margin: 0 auto; }

.halloween-extint .modal-dialog .modal-content .modal-body .input-with-btn input[type=text]::placeholder {
  color: #fff; }

.halloween-extint .modal-dialog .modal-content .close {
  font-size: 20px;
  line-height: 1;
  height: 22px;
  width: 22px; }

/*Helloween Hello bar*/
.helloween-hb {
  height: 59px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/10/26183738/halloween-hellobar-bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #18388b; }
  .helloween-hb .helloween-hb-1 {
    text-align: center;
    color: #fff;
    padding: 15px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    font-family: "Mont", sans-serif; }
  .helloween-hb .helloween-hb-2 {
    padding: 12px 25px 0 0;
    text-align: right;
    font-size: 22px;
    color: #e41414;
    font-family: "Sofia Pro", sans-serif;
    font-weight: bold; }
    .helloween-hb .helloween-hb-2 span {
      color: #000; }
  .helloween-hb .helloween-hb-3 {
    padding: 6px 0 0 0;
    text-align: right;
    font-size: 26px;
    color: #fff;
    font-family: "Sofia Pro", sans-serif; }
    .helloween-hb .helloween-hb-3 a {
      padding: 7px 22px !important;
      font-size: 16px !important;
      border-radius: 40px;
      border: none;
      text-shadow: none;
      text-transform: uppercase;
      margin-left: 80px; }
    .helloween-hb .helloween-hb-3 a:after {
      height: 10px !important;
      width: 14px !important; }

@media only screen and (max-width: 1024px) {
  .helloween-hb {
    display: none; } }
/*Halloween 2021 Exitintent*/
.halloween-extint-aff .modal-content {
  background-color: transparent; }

.halloween-extint-aff .modal-dialog .modal-content .modal-body {
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/10/27014040/halloween-aff-extint-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 650px;
  height: 452px;
  border: none;
  border-radius: inherit;
  background-color: transparent; }

.halloween-extint-aff .exit-intent-body h3 {
  color: #fff;
  font-size: 32px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px; }

.halloween-extint-aff .exit-intent-body h5 {
  color: #f8c159;
  font-size: 46px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.halloween-extint-aff .exit-intent-body h6 {
  color: #fff;
  font-size: 24px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px; }

.halloween-extint-aff .exit-intent-body h3 span {
  color: #e9f701;
  line-height: 3rem; }

.halloween-extint-aff .exit-intent-body p {
  color: #fff;
  width: 80%;
  margin: 20px auto 45px; }

.halloween-extint-aff .exit-intent-body .btn.btn-primary {
  font-size: 20px !important; }

.halloween-extint-aff .exit-intent-body {
  padding: 26px; }

.halloween-extint-aff .modal-content {
  width: auto; }

.halloween-extint-aff .exit-intent-body .descp {
  color: #fff;
  max-width: 495px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: 'Sofia Pro', sans-serif; }

.halloween-extint-aff .exit-intent-body .input-with-btn button.btn.btn-primary {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1;
  padding: 20px 28px !important;
  background-color: #f27624 !important;
  margin: 0;
  min-width: 210px;
  font-family: 'Sofia Pro', sans-serif;
  text-transform: uppercase;
  /*box-shadow: 0 15px 20px rgb(0 0 0 / 35%);*/
  letter-spacing: 0; }

.halloween-extint-aff .exit-intent-body .input-with-btn button.btn.btn-primary::after {
  display: inline-block;
  content: " ";
  background-image: url(https://www.ivacy.com/wp-content/themes/ivacy_v2/template/assets/images/cta-arrow-right-white.svg);
  height: 14px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 7px;
  transition: all .5s ease;
  width: 15px;
  vertical-align: sub; }

.halloween-extint-aff .exit-intent-body .input-with-btn button.btn.btn-primary::after {
  transform: translateX(5px);
  transition: all .5s ease; }

.halloween-extint-aff .modal-dialog .modal-content .modal-body .input-with-btn input[type=text] {
  width: 100%;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0;
  color: #fff !important;
  line-height: 1;
  padding-left: 20px;
  font-family: 'Sofia Pro', sans-serif;
  font-size: 16px;
  font-style: normal; }

.halloween-extint-aff .modal-dialog .modal-content .modal-body .exit-intent-body .input-with-btn {
  width: 500px;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 8px;
  display: flex;
  margin: 0 auto; }

.halloween-extint-aff .modal-dialog .modal-content .modal-body .input-with-btn input[type=text]::placeholder {
  color: #fff; }

.halloween-extint-aff .modal-dialog .modal-content .close {
  font-size: 20px;
  line-height: 1;
  height: 22px;
  width: 22px;
  right: 22px; }

@media only screen and (min-device-width: 280px) and (max-device-width: 992px) {
  .halloween-extint-aff .modal-dialog {
    max-width: 320px;
    margin: 10px auto; }
  .halloween-extint-aff .modal-content {
    width: 320px !important;
    height: 255px !important;
    border: none;
    position: fixed;
    bottom: 60px; }
    .halloween-extint-aff .modal-content .close {
      color: #fff !important; }
    .halloween-extint-aff .modal-content a {
      padding: 0; }
  .halloween-extint-aff .modal-body {
    background-image: none !important;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 320px !important;
    height: 255px !important;
    padding: 0 !important; }

  .halloween-extint-aff-content {
    text-align: center;
    margin-top: 0px;
    position: static; }
    .halloween-extint-aff-content .close {
      right: 12px !important;
      top: 5px !important;
      font-size: 26px !important; } }
@media (max-width: 320px) {
  .halloween-extint-aff .modal-dialog {
    max-width: 272px; }
  .halloween-extint-aff .modal-content {
    width: 272px !important;
    height: 80px !important; } }
/*Black Friday 2021 Exitintent*/
.bf21-extint .modal-dialog .modal-content .modal-body {
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/11/09051734/bf21-extint-bg.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 780px;
  height: 490px; }

.bf21-extint .exit-intent-body {
  padding: 0px; }
  .bf21-extint .exit-intent-body h1 {
    color: #fff;
    font-size: 70px;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 900;
    margin: 10px 0;
    letter-spacing: 1px; }
    .bf21-extint .exit-intent-body h1 .bf-months {
      position: relative; }
      .bf21-extint .exit-intent-body h1 .bf-months em {
        position: absolute;
        bottom: -6px;
        right: 68px;
        font-size: 18px;
        font-style: normal;
        font-weight: normal; }
      .bf21-extint .exit-intent-body h1 .bf-months small {
        font-size: 30px;
        position: relative;
        bottom: 10px; }
    .bf21-extint .exit-intent-body h1 .bf-price {
      position: relative;
      background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/11/09011934/home-title-free-bg.png) no-repeat bottom right; }
      .bf21-extint .exit-intent-body h1 .bf-price em {
        position: absolute;
        bottom: 30px;
        right: -30px;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        transform: rotate(-90deg); }
      .bf21-extint .exit-intent-body h1 .bf-price small {
        font-size: 30px; }
  .bf21-extint .exit-intent-body h2 {
    color: #fec903;
    font-size: 30px;
    font-family: 'Mont', sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase; }
  .bf21-extint .exit-intent-body h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
    margin: 20px 0 0 0; }
  .bf21-extint .exit-intent-body h4 {
    color: #f9f706 !important;
    font-size: 24px !important;
    font-family: 'Segoe Script';
    font-weight: 400 !important;
    margin: 0px 0 0 0;
    text-transform: unset !important;
    letter-spacing: 1px; }
  .bf21-extint .exit-intent-body .bf-cont {
    background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/11/19222700/bf21-extint-cont.png) no-repeat;
    width: 409px;
    height: 200px; }
    .bf21-extint .exit-intent-body .bf-cont ul {
      font-family: 'Sofia Pro', sans-serif;
      margin: 0px 0;
      padding: 60px 0 0 0; }
      .bf21-extint .exit-intent-body .bf-cont ul li {
        margin: 0 10px;
        color: #fff;
        display: block;
        font-size: 26px;
        font-weight: 700; }
      .bf21-extint .exit-intent-body .bf-cont ul li:nth-child(1)::before {
        content: "";
        display: inline-block;
        background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/11/13033946/bf21-extint-ico1.png) no-repeat center;
        width: 34px;
        height: 26px;
        margin-right: 15px;
        position: relative;
        top: 4px; }
      .bf21-extint .exit-intent-body .bf-cont ul li:nth-child(2)::before {
        content: "";
        display: inline-block;
        background: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/11/13033958/bf21-extint-ico2.png) no-repeat center;
        width: 36px;
        height: 27px;
        margin-right: 15px;
        position: relative;
        top: 4px; }
  .bf21-extint .exit-intent-body .cta-box {
    margin-top: 0px; }
    .bf21-extint .exit-intent-body .cta-box a {
      font-size: 20px !important;
      padding: 20px 50px !important; }
    .bf21-extint .exit-intent-body .cta-box span {
      color: #fff; }
  .bf21-extint .exit-intent-body .descp {
    color: #fff;
    max-width: 495px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 35px;
    font-family: 'Sofia Pro', sans-serif; }
  .bf21-extint .exit-intent-body .input-with-btn button.btn.btn-primary {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1;
    padding: 20px 28px !important;
    background-color: #f27624 !important;
    margin: 0;
    min-width: 210px;
    font-family: 'Sofia Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0; }
  .bf21-extint .exit-intent-body .input-with-btn button.btn.btn-primary::after {
    display: inline-block;
    content: " ";
    background-image: url(https://www.ivacy.com/wp-content/themes/ivacy_v2/template/assets/images/cta-arrow-right-white.svg);
    height: 14px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 7px;
    transition: all .5s ease;
    width: 15px;
    vertical-align: sub; }
  .bf21-extint .exit-intent-body .input-with-btn button.btn.btn-primary::after {
    transform: translateX(5px);
    transition: all .5s ease; }

.bf21-extint .modal-dialog .modal-content {
  width: auto; }
  .bf21-extint .modal-dialog .modal-content .modal-body .input-with-btn input[type=text] {
    width: 100%;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0;
    color: #fff !important;
    line-height: 1;
    padding-left: 20px;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    font-style: normal; }
  .bf21-extint .modal-dialog .modal-content .modal-body .exit-intent-body .input-with-btn {
    width: 500px;
    text-align: left;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 8px;
    display: flex;
    margin: 0 auto; }
  .bf21-extint .modal-dialog .modal-content .modal-body .input-with-btn input[type=text]::placeholder {
    color: #fff; }
  .bf21-extint .modal-dialog .modal-content .close {
    font-size: 20px;
    line-height: 1;
    height: 22px;
    width: 22px; }

.bf21-extint-mob {
  display: none; }

.extint-aff-mob {
  display: none; }

@media only screen and (min-device-width: 280px) and (max-device-width: 992px) {
  .bf21-extint-mob .modal-dialog {
    max-width: 320px;
    margin: 10px auto; }
  .bf21-extint-mob .modal-content {
    width: 320px !important;
    height: 255px !important;
    border: none;
    position: fixed;
    bottom: 60px; }
    .bf21-extint-mob .modal-content .close {
      color: #fff !important; }
    .bf21-extint-mob .modal-content a {
      padding: 0; }
  .bf21-extint-mob .modal-body {
    background-image: none !important;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 320px !important;
    height: 255px !important;
    padding: 0 !important; }

  .bf21-extint-mob-content {
    text-align: center;
    margin-top: 0px;
    position: static; }
    .bf21-extint-mob-content .close {
      right: 12px !important;
      top: 5px !important;
      font-size: 26px !important; } }
@media (max-width: 1024px) {
  .bf21-extint {
    display: none !important; }

  .bf21-extint-mob {
    display: block; }

  .extint-aff {
    display: none !important; }

  .extint-aff-mob {
    display: block; } }
/*Helloween Hello bar*/
.bf21-hb {
  height: 59px;
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2021/11/09054316/bf21-hb.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #18388b; }
  .bf21-hb .bf21-hb-1 {
    text-align: center;
    color: #fff;
    padding: 15px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    font-family: "Mont", sans-serif; }
  .bf21-hb .bf21-hb-2 {
    padding: 12px 0 0 0;
    text-align: right;
    font-size: 22px;
    color: #e41414;
    font-family: "Sofia Pro", sans-serif;
    font-weight: bold; }
    .bf21-hb .bf21-hb-2 span {
      color: #000; }
  .bf21-hb .bf21-hb-3 {
    padding: 6px 0 0 0;
    text-align: right;
    font-size: 26px;
    color: #fff;
    font-family: "Sofia Pro", sans-serif; }
    .bf21-hb .bf21-hb-3 a {
      padding: 7px 22px !important;
      font-size: 16px !important;
      border-radius: 40px;
      border: none;
      text-shadow: none;
      text-transform: uppercase;
      margin-left: 80px; }
    .bf21-hb .bf21-hb-3 a:after {
      height: 10px !important;
      width: 14px !important; }

@media only screen and (max-width: 1024px) {
  .bf21-hb {
    display: none; } }
.grecaptcha-badge {
  display: none; }

/*Default 2021 Exitintent*/
.default-extint .modal-dialog .modal-content .modal-body {
  background-image: url(https://s3.amazonaws.com/ivacy-website-images/wp-content/uploads/2022/03/02210345/ext-bg.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 780px;
  height: 488px;
  border: none; }

.default-extint .exit-intent-body {
  padding: 0px; }
  .default-extint .exit-intent-body h1 {
    color: #fff;
    font-size: 42px;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
    letter-spacing: 1px; }
  .default-extint .exit-intent-body h2 {
    color: #ffe102;
    font-size: 21px;
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0; }
  .default-extint .exit-intent-body h3 {
    color: #fff;
    font-size: 28px;
    font-family: 'Mont', sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0; }
  .default-extint .exit-intent-body h4 {
    color: #fff !important;
    font-family: 'Mont', sans-serif;
    margin: 0 0 40px 0;
    text-transform: none !important; }
    .default-extint .exit-intent-body h4 span {
      color: #ffe102; }
  .default-extint .exit-intent-body p {
    color: #fff;
    font-size: 22px;
    margin: 0px auto 50px auto;
    font-weight: 400; }
  .default-extint .exit-intent-body .cta-box {
    margin-top: 0px; }
    .default-extint .exit-intent-body .cta-box a {
      font-size: 20px !important;
      padding: 20px 50px !important; }
    .default-extint .exit-intent-body .cta-box span {
      color: #fff;
      font-size: 16px;
      margin-top: 10px; }
  .default-extint .exit-intent-body .descp {
    color: #fff;
    max-width: 495px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 35px;
    font-family: 'Sofia Pro', sans-serif; }
  .default-extint .exit-intent-body .input-with-btn button.btn.btn-primary {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1;
    padding: 20px 28px !important;
    background-color: #f27624 !important;
    margin: 0;
    min-width: 210px;
    font-family: 'Sofia Pro', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0; }
  .default-extint .exit-intent-body .input-with-btn button.btn.btn-primary::after {
    display: inline-block;
    content: " ";
    background-image: url(https://www.ivacy.com/wp-content/themes/ivacy_v2/template/assets/images/cta-arrow-right-white.svg);
    height: 14px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0 0 7px;
    transition: all .5s ease;
    width: 15px;
    vertical-align: sub; }
  .default-extint .exit-intent-body .input-with-btn button.btn.btn-primary::after {
    transform: translateX(5px);
    transition: all .5s ease; }

.default-extint .modal-dialog .modal-content {
  width: auto; }
  .default-extint .modal-dialog .modal-content .modal-body .input-with-btn input[type=text] {
    width: 100%;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0;
    color: #fff !important;
    line-height: 1;
    padding-left: 20px;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    font-style: normal; }
  .default-extint .modal-dialog .modal-content .modal-body .exit-intent-body .input-with-btn {
    width: 500px;
    text-align: left;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 8px;
    display: flex;
    margin: 0 auto; }
  .default-extint .modal-dialog .modal-content .modal-body .input-with-btn input[type=text]::placeholder {
    color: #fff; }
  .default-extint .modal-dialog .modal-content .close {
    font-size: 20px;
    line-height: 1;
    height: 22px;
    width: 22px;
    outline: none; }

.default-extint-mob {
  display: none; }

.extint-aff-mob {
  display: none; }

@media only screen and (min-device-width: 280px) and (max-device-width: 992px) {
  .default-extint-mob .modal-dialog {
    max-width: 320px;
    margin: 10px auto; }
  .default-extint-mob .modal-content {
    width: 320px !important;
    height: 252px !important;
    border: none;
    position: fixed;
    bottom: 60px; }
    .default-extint-mob .modal-content .close {
      color: #fff !important; }
    .default-extint-mob .modal-content a {
      padding: 0; }
  .default-extint-mob .modal-body {
    background-image: none !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 320px !important;
    height: 255px !important;
    padding: 0 !important;
    border: none !important; }

  .default-extint-mob-content {
    text-align: center;
    margin-top: 0px;
    position: static; }
    .default-extint-mob-content .close {
      right: 12px !important;
      top: 5px !important;
      font-size: 26px !important; } }
@media (max-width: 1024px) {
  .default-extint {
    display: none !important; }

  .extint-aff {
    display: none !important; }

  .extint-aff-mob {
    display: block; } }
/*Default Hello bar*/
.default-hb {
  height: 59px;
  background-image: url(https://ivacy-website-images.s3.amazonaws.com/wp-content/uploads/2022/12/21172746/hb-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #18388b; }
  .default-hb .default-hb-1 {
    text-align: left;
    color: #fff;
    padding: 16px 0 0 0;
    font-size: 18px;
    font-weight: 300;
    font-family: "Sofia Pro", sans-serif;
    left: -48px; }
    .default-hb .default-hb-1 span {
      color: #fb8500; }
  .default-hb .default-hb-2 {
    padding: 14px 0 0 0;
    text-align: center;
    font-size: 21px;
    color: #fff;
    font-family: 'Poppins SemiBold';
    font-weight: bold; }
    .default-hb .default-hb-2 span {
      color: #fb8500; }
  .default-hb .default-hb-3 {
    padding: 5px 0 0 0;
    text-align: right;
    font-size: 26px;
    color: #fff;
    font-family: "Sofia Pro", sans-serif; }
    .default-hb .default-hb-3 a {
      padding: 7px 22px !important;
      font-size: 16px !important;
      border-radius: 40px;
      border: none;
      text-shadow: none;
      text-transform: uppercase;
      margin-left: 80px; }
    .default-hb .default-hb-3 a:after {
      height: 10px !important;
      width: 14px !important; }

.social-icons-wrap {
  color: #8897c6;
  text-align: right;
  align-items: center;
  display: flex !important;
  justify-content: end; }
  .social-icons-wrap a :hover {
    color: #fff; }

.social-icons-li {
  padding: 9px;
  border: 1px solid;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  margin-left: 5px; }

.social-icons-anchor {
  color: #8897c6; }

/* black friday 2022 start */
.bf-pop-22 .modal-dialog {
  max-width: 832px;
  background-image: none; }
.bf-pop-22 .modal-body {
  background-image: none !important;
  background-color: transparent !important;
  padding: 1rem !important;
  border-radius: 10px;
  border: none !important; }
.bf-pop-22 .modal-content {
  width: 832px;
  height: 442px;
  background-image: url(https://ivacy-website-images.s3.amazonaws.com/wp-content/uploads/2022/11/11215854/exitbf22-bg.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none;
  text-align: center;
  margin-top: 50px; }
  .bf-pop-22 .modal-content .close {
    right: 55px !important; }

.bf-pop-22-content {
  margin-top: 40px; }
  .bf-pop-22-content .exit-intent-body {
    margin-top: 30px; }
  .bf-pop-22-content h1 {
    font-family: 'Poppins SemiBold';
    font-size: 28px;
    text-transform: uppercase;
    color: white;
    font-weight: bold; }
    .bf-pop-22-content h1 span {
      color: #0bd0f4; }
  .bf-pop-22-content h3 {
    font-family: 'Poppins SemiBold';
    font-size: 22px;
    color: white;
    font-weight: bold;
    margin-top: 43px;
    line-height: 2rem; }
  .bf-pop-22-content a {
    background-color: #0bd0f4 !important;
    font-weight: 600;
    font-size: 20px !important;
    padding: 20px 40px;
    border-radius: 40px;
    margin-top: 10px;
    border: none; }
  .bf-pop-22-content a::after {
    height: 22px;
    width: 30px; }
  .bf-pop-22-content .timer-tmp {
    margin: 40px 0 10px 0; }
  .bf-pop-22-content .cta-box {
    margin-top: 0px; }

.bf-pop-22-mob {
  display: none !important; }

.modal-backdrop {
  display: none; }

@media only screen and (min-device-width: 280px) and (max-device-width: 992px) {
  .bf-pop-22 {
    display: none !important; }

  .bf-pop-22-mob {
    display: block !important; }
    .bf-pop-22-mob .modal-dialog {
      max-width: 320px;
      margin: 10px auto; }
    .bf-pop-22-mob .modal-content {
      width: 320px !important;
      height: 290px !important;
      border: none;
      position: fixed;
      bottom: 60px; }
      .bf-pop-22-mob .modal-content .close {
        color: #fff !important; }
      .bf-pop-22-mob .modal-content a {
        padding: 0; }
    .bf-pop-22-mob .modal-body {
      background-image: none !important;
      background-repeat: no-repeat;
      background-color: transparent !important;
      width: 320px !important;
      height: 290px !important;
      padding: 0 !important;
      border: none !important; }

  .bf-pop-22-mob-content {
    text-align: center;
    margin-top: 0px;
    position: static; }
    .bf-pop-22-mob-content .close {
      right: 12px !important;
      top: 5px !important;
      font-size: 26px !important; } }
/* Christmas 2022 start */
.chrst-pop-22 .modal-dialog {
  max-width: 832px;
  background-image: none; }
.chrst-pop-22 .modal-body {
  background-image: none !important;
  background-color: transparent !important;
  padding: 1rem !important;
  border-radius: 10px;
  border: none !important; }
.chrst-pop-22 .modal-content {
  width: 832px;
  height: 442px;
  background-image: url(https://ivacy-website-images.s3.amazonaws.com/wp-content/uploads/2022/12/21013547/chrst22-extbg.jpg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none;
  text-align: center;
  margin-top: 50px; }

.chrst-pop-22-content {
  margin-top: 40px; }
  .chrst-pop-22-content .exit-intent-body {
    margin-top: 30px; }
  .chrst-pop-22-content h2 {
    font-family: 'Poppins SemiBold';
    font-size: 28px !important;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-top: 0 !important; }
    .chrst-pop-22-content h2 span {
      color: #fb8500; }
  .chrst-pop-22-content h3 {
    font-family: 'Sofia Pro';
    font-size: 26px;
    color: white;
    font-weight: 300;
    margin-top: 16px;
    line-height: 2rem;
    padding: 0 10%; }
    .chrst-pop-22-content h3 span {
      color: #fb8500; }
  .chrst-pop-22-content a {
    font-weight: 600;
    font-size: 20px !important;
    padding: 20px 40px;
    border-radius: 40px;
    margin-top: 10px;
    border: none; }
  .chrst-pop-22-content a::after {
    height: 22px;
    width: 30px; }
  .chrst-pop-22-content .timer-tmp {
    margin: 40px 0 10px 0; }
  .chrst-pop-22-content .cta-box {
    margin-top: 0px; }

@media (min-width: 993px) {
  .chrst-pop-22-mob {
    display: none !important; }

  .modal-backdrop {
    display: none !important; } }
@media only screen and (min-device-width: 280px) and (max-device-width: 992px) {
  .chrst-pop-22 {
    display: none !important; }

  .chrst-pop-22-mob .modal-dialog {
    max-width: 320px;
    margin: 10px auto; }
  .chrst-pop-22-mob .modal-content {
    width: 320px !important;
    height: 290px !important;
    border: none;
    position: fixed;
    bottom: 60px; }
    .chrst-pop-22-mob .modal-content .close {
      color: #fff !important; }
    .chrst-pop-22-mob .modal-content a {
      padding: 0; }
  .chrst-pop-22-mob .modal-body {
    background-image: none !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 320px !important;
    height: 290px !important;
    padding: 0 !important;
    border: none !important; }

  .chrst-pop-22-mob-content {
    text-align: center;
    margin-top: 0px;
    position: static; }
    .chrst-pop-22-mob-content .close {
      right: 12px !important;
      top: 5px !important;
      font-size: 26px !important; } }
/*Countdown Timer*/
#desktopExitIntent .countdown-timer {
  color: #fff;
  text-shadow: none; }

#desktopExitIntent .countdown-timer > span {
  font-family: "Mont", sans-serif;
  font-weight: 700;
  font-size: 36px;
  min-width: 80px; }

@media (max-width: 767.98px) {
  #desktopExitIntent .countdown-timer > span {
    font-size: 32px;
    min-width: 70px; } }
#desktopExitIntent .countdown-timer > span small {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  opacity: 1;
  margin-left: 6px; }

#desktopExitIntent .countdown-timer > span:after {
  top: 6px;
  left: calc(100% - 27px);
  font-size: 26px; }

@media (max-width: 767.98px) {
  #desktopExitIntent .countdown-timer > span:after {
    left: calc(100% - 5px); } }
@media (min-width: 768px) {
  #desktopExitIntent .countdown-timer {
    margin-left: 0px; } }
#desktopExitIntent .countdown-timer > span {
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7);
  font-family: "Open24DisplaySt", san-serif;
  text-align: center;
  font-size: 55px;
  min-width: 100px; }

@media (max-width: 767.98px) {
  #desktopExitIntent .countdown-timer > span {
    min-width: 70px;
    font-size: 30px; } }
#desktopExitIntent .countdown-timer > span small {
  font-weight: 400;
  color: #fff;
  margin-left: 0;
  display: block; }

#desktopExitIntent .countdown-timer > span:after {
  left: calc(100% - 1%);
  font-size: 48px; }

@media (max-width: 767.98px) {
  #desktopExitIntent .countdown-timer > span:after {
    font-size: 25px; } }
#desktopExitIntent .countdown-timer {
  color: #4cc9e5;
  line-height: 1.3;
  text-shadow: 0 0 15px rgba(37, 149, 216, 0.7); }

#desktopExitIntent .countdown-timer .timer-days,
#desktopExitIntent .countdown-timer .timer-hours,
#desktopExitIntent .countdown-timer .timer-minutes,
#desktopExitIntent .countdown-timer .timer-seconds {
  display: inline-block;
  position: relative;
  font-size: 30px;
  min-width: 70px;
  font-family: "Open24DisplaySt", san-serif; }

@media (min-width: 768px) {
  #desktopExitIntent .countdown-timer .timer-days,
  #desktopExitIntent .countdown-timer .timer-hours,
  #desktopExitIntent .countdown-timer .timer-minutes,
  #desktopExitIntent .countdown-timer .timer-seconds {
    font-size: 55px;
    min-width: 100px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #desktopExitIntent .countdown-timer .timer-days,
  #desktopExitIntent .countdown-timer .timer-hours,
  #desktopExitIntent .countdown-timer .timer-minutes,
  #desktopExitIntent .countdown-timer .timer-seconds {
    font-size: 40px;
    min-width: 80px; } }
#desktopExitIntent .countdown-timer .timer-days:after,
#desktopExitIntent .countdown-timer .timer-hours:after,
#desktopExitIntent .countdown-timer .timer-minutes:after,
#desktopExitIntent .countdown-timer .timer-seconds:after {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 3px);
  margin: auto; }

@media (max-width: 767.98px) {
  #desktopExitIntent .countdown-timer .timer-days:after,
  #desktopExitIntent .countdown-timer .timer-hours:after,
  #desktopExitIntent .countdown-timer .timer-minutes:after,
  #desktopExitIntent .countdown-timer .timer-seconds:after {
    left: calc(100% - 6px); } }
#desktopExitIntent .countdown-timer .timer-days small,
#desktopExitIntent .countdown-timer .timer-hours small,
#desktopExitIntent .countdown-timer .timer-minutes small,
#desktopExitIntent .countdown-timer .timer-seconds small {
  display: block;
  font-size: 18px;
  font-weight: 300;
  font-family: "Mont", sans-serif;
  opacity: 0.6; }

#desktopExitIntent .countdown-timer .timer-seconds:after {
  display: none; }

#desktopExitIntent .countdown-timer .timer-days small,
#desktopExitIntent .countdown-timer .timer-hours small,
#desktopExitIntent .countdown-timer .timer-minutes small,
#desktopExitIntent .countdown-timer .timer-seconds small {
  font-size: 12px; }

/* Christmas 2022 start */
@media only screen and (max-width: 1024px) {
  .default-hb {
    display: none; }

  .social-icons-wrap {
    justify-content: center;
    margin-top: 34px; } }
@media (max-width: 992px) {
  .social-icons-wrap {
    justify-content: center;
    margin-bottom: 34px;
    margin-top: 34px; } }
@media (max-width: 767px) {
  .social-icons-wrap {
    justify-content: center;
    margin-bottom: 34px;
    margin-top: 0; } }

/* /  new hello bar / */
.default-hb-new {
  height: 59px;
  /* background-image: url(https://ivacy-website-images.s3.amazonaws.com/wp-content/uploads/2023/11/24182417/Frame-Hellober-11-1.png) ; */
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(180deg, #21A7F4 0%, #042234 100%) !important;

}
  .default-hb-new .default-hb-1 {
    text-align: left;
    /* color: #32B3F5; */
    color: #fff;
    padding: 12px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins SemiBold';
    left: -48px; }

    .default-hb-new .default-hb-1 span#vpndeal{
      color: #fff;
      margin-left: 2px;
    }

    .default-hb-new .default-hb-1 span {
      color: #fb8500; }
  .default-hb-new .default-hb-2 {
    padding: 14px 0 0 0;
    text-align: center;
    font-size: 21px;
    color: #fff;
    font-family: 'Poppins SemiBold';
    font-weight: bold; }
    .default-hb-new .default-hb-2 span {
      color: #fb8500; }
  .default-hb-new .default-hb-3 {
    padding: 10px 0 0 0;
    text-align: right;
    font-size: 26px;
    color: #fff;
    font-family: "Sofia Pro", sans-serif; }
    .default-hb-new .default-hb-3 a {
      padding: 7px 22px !important;
      font-size: 16px !important;
      border-radius: 40px;
      border: none;
      text-shadow: none;
      text-transform: uppercase;
      margin-left: 80px; }
    .default-hb-new .default-hb-3 a:after {
      height: 10px !important;
      width: 14px !important; }

/*# sourceMappingURL=main.css.map */


.default-hb-new img{
  width: 100%;
  height: 100%;
}
.default-hb-1 .percentage{
  color: #fff  !important;
  text-shadow: 0px 2px 15px #FF34F0;
  font-family: 'Arial';
font-size: 24px;
font-weight: 900;
animation: glow 1s ease-in-out infinite alternate;
}

.default-hb-new .row{
  justify-content: space-between;
  display: flex;
}
.default-hb-new .container{
  height: 59px;
  }
  .default-hb-new .row{
    height: 59px;
    align-items: baseline;
    justify-content: space-around;
    }
@media (max-width: 1024px) {
  .default-hb-new .container{
    max-width: 100%;
    background-position: top;
    height: 59px;
    }
    .default-hb-new .row{
      height: 59px;
      align-items: baseline;
      }

    .default-hb-new{
      background-position: bottom;
      }


  .default-hb-new .default-hb-1 {
    font-size: 15px;
    
}
.default-hb-1 .percentage {
  font-size: 18px;
}
.default-hb-new .default-hb-2 {
  font-size: 16px;
}
}
@media screen and (max-width: 767px) {
  .default-hb-new  {
display:none;
}
}


/* @-webkit-keyframes glow {
  from {
       text-shadow: 0 0 2px #ccc, 0 0 2px #ccc, 0 0 10px #e60073cf, 0 0 15px #e60073cf, 0 0 15px #e60073cf, 0 0 15px #e60073cf, 0 0 15px #e60073cf;
  }
  
  to {
    text-shadow: 0 0 2px #fff, 0 0 15px #ff4da69c, 0 0 15px #ff4da69c, 0 0 18px #ff4da69c, 0 0 18px #ff4da69c, 0 0 18px #ff4da69c, 0 0 18px #ff4da69c;
  }
} */

.row::after{
  content: none  !important;
}

.row::before{
  content: none  !important;
}


.container::after{
  content: none  !important;
}

.container::before{
  content: none  !important;
}

/* carousel blog posts */

.carousel-blog-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  margin: auto;
  justify-content: center;
}

.get-blogs-data .blog-div {
  text-align: left;
  margin-bottom: 30px;
}

.prev-btn {
  background: none;
  cursor: pointer;
  border: none;
}

.next-btn {
  cursor: pointer;
  background: none;
  border: none;
}

.item {
  scroll-snap-align: center;
  min-width: 120px;
  height: 120px;
  background-color: deeppink;
  border-radius: 8px;
}

.blogPost.streaming-pages div#item-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

button:focus {
  outline: none;
}

.carousel-blog-slide.col-md-4 {
  max-width: 240px;
}

.blogPost.streaming-pages .get-blogs-data .blog-div .blog-content .para-text {
  display: none !important;
}

.show-modal {
  display: flex !important; 
  opacity: 1 !important;
  justify-content: center;
  align-items: center;
  margin: auto;
}

p.get-month {
  color: #fff;
}
