@charset "UTF-8";
/*
 # -----------------------------------------------------------------------------
 # ~/packages/100_theme_css/vendor.scss
 # Vendor CSS index file
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
/*
// -----------------------------------------------------------------------------
// ~/packages/100_theme_css/vendor.scss
// Vendor CSS index file
//
// Product/Info:
// https://jekyll.one
//
// Copyright (C) 2023, 2024 Juergen Adams
//
// J1 Template is licensed under the MIT License.
// See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
// -----------------------------------------------------------------------------
*/
/*
 # ----------------------------------------------------------------------------
 #  ~/vendor/asciidoc/_asciidoc.scss
 #  Custom styles for Asciidoc Markups
 #
 #  Product/Info:
 #  https://jekyll.one
 #
 #  Copyright (C) 2023, 2024 Juergen Adams
 #
 #  J1 Template is licensed under the MIT License.
 #  See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
 # TODO: Changes for ul|ol lists should moved to MDE/BS
 # -----------------------------------------------------------------------------
*/
.note {
  padding: 0 !important;
  border-left: 0 !important;
  border-radius: 2px !important;
}

h2, .h2 {
  font-size: 200% !important;
  font-weight: 500;
}

h3, .h3 {
  font-size: 175% !important;
  font-weight: 500;
}

h4, .h4 {
  font-size: 150% !important;
  font-weight: 400;
}

h5, .h5 {
  font-size: 150% !important;
  font-weight: 400;
}

div .paragraph p span.scaled img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

#preamble div.sectionbody div.paragraph.turnoff {
  display: none;
}

div.paragraph #preamble div.sectionbody div.paragraph.turnoff {
  display: block;
}

b, optgroup, strong {
  font-weight: 600;
}

/* jadams, 2017-12-07: removed i: i, cite, em, var, address, dfn { */
/* Interfere with global list styles */
cite, em, var, address, dfn {
  font-style: italic;
  font-weight: 400;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  font-size: 85%;
  background: transparent !important;
  margin-bottom: 1.25em;
}

table thead,
table tfoot {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: large;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: inherit;
  text-align: left;
}

table tr th,
table tr td {
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: inherit;
  border: 1px solid #bdbdbd;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.1);
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.6;
}

table.full-width {
  width: 100%;
}

table.tableblock {
  max-width: 100%;
  border-collapse: separate;
}

table.tableblock td > .paragraph:last-child p > p:last-child,
table.tableblock th > p:last-child,
table.tableblock td > p:last-child {
  margin-bottom: 0;
}

table.spread {
  width: 100%;
}

table.grid-all th.tableblock,
table.grid-all td.tableblock {
  border-width: 0 1px 1px 0;
}

table.grid-all tfoot > tr > th.tableblock,
table.grid-all tfoot > tr > td.tableblock {
  border-width: 1px 1px 0 0;
}

table.grid-cols th.tableblock,
table.grid-cols td.tableblock {
  border-width: 0 1px 0 0;
}

table.grid-rows th.tableblock,
table.grid-rows td.tableblock {
  border-width: 0 0 1px 0;
}

table.grid-all tbody > td:last-child > th.tableblock {
  border-bottom-width: 1px;
}

table.grid-rows tfoot > tr > th.tableblock,
table.grid-rows tfoot > tr > td.tableblock {
  border-width: 1px 0 0 0;
}

table.frame-all {
  border-left: 1px solid #9e9e9e;
  border-top: 1px solid #9e9e9e;
}

table.frame-sides {
  border-width: 0 1px;
}

table.frame-topbot {
  border-width: 1px 0;
}

th.halign-left,
td.halign-left {
  text-align: left;
}

th.halign-right,
td.halign-right {
  text-align: right;
}

th.halign-center,
td.halign-center {
  text-align: center;
}

th.valign-top,
td.valign-top {
  vertical-align: top;
}

th.valign-bottom,
td.valign-bottom {
  vertical-align: bottom;
}

th.valign-middle,
td.valign-middle {
  vertical-align: middle;
}

tbody tr th {
  display: table-cell;
  line-height: 1.6;
  background: #f5f5f5;
}

tbody tr th,
tbody tr th p,
tfoot tr th,
tfoot tr th p {
  font-weight: bold;
}

p.tableblock {
  font-size: 1em;
}

.quoteblock {
  margin: 1.5em 6em 1.25em 4em;
  display: table;
}

.quoteblock > .title {
  margin-left: -1.5em;
  margin-bottom: 0.75em;
}

.quoteblock blockquote,
.quoteblock blockquote p {
  line-height: 1.3;
  letter-spacing: 0;
  font-style: italic;
  text-align: justify;
}

.quoteblock blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.quoteblock blockquote:before {
  float: left;
  color: #0d47a1;
  margin-left: -6rem;
  content: '"';
  position: absolute;
  font-size: 10em;
  font-weight: 900;
  opacity: 0.2;
  z-index: -1;
  margin-top: -0.3em;
}

.quoteblock blockquote > .paragraph:last-child p {
  margin-bottom: 0;
}

.quoteblock .attribution {
  margin-top: 0.75em;
  text-align: right;
  font-size: 0.875em;
  font-weight: 400;
  --bs-text-opacity: 1;
  color: #757575 !important;
}

.quoteblock .quoteblock {
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 0;
  border-left: 3px solid rgba(0, 0, 0, 0.6);
}

.quoteblock .quoteblock blockquote {
  padding: 0 0 0 0.75em;
}

.quoteblock .quoteblock blockquote:before {
  display: none;
}

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

span.icon > .fa {
  cursor: default;
}

.audioblock > .title,
.exampleblock > .title,
.literalblock > .title,
.stemblock > .title,
.openblock > .title,
.paragraph > .title,
.quoteblock > .title,
.verseblock > .title,
.videoblock > .title,
.dlist > .title,
.olist > .title,
.ulist > .title,
.qlist > .title,
.hdlist > .title {
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}

.admonitionblock td.content > .title {
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

table.tableblock > .title {
  text-rendering: optimizeLegibility;
  text-align: left;
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0px !important;
}

.listingblock > .title,
.imageblock > .title {
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.listingblock pre {
  display: block;
  line-height: 1.25rem !important;
  word-break: break-all;
  word-wrap: break-word;
  padding: 0.75rem;
  margin: 0 0 1.5rem;
  border: 1px solid #bdbdbd;
}

.admonitionblock > table {
  background: transparent !important;
  border: solid 1px #bdbdbd;
  width: -webkit-fill-available;
}

.admonitionblock > table td.icon {
  text-align: center;
  width: 130px;
  border-right: 0px !important;
  border-bottom: 0px;
}

.admonitionblock > table td.icon img {
  max-width: none;
}

.admonitionblock > table td.icon .title {
  font-weight: bold;
  font-family: "Open Sans", "DejaVu Sans", sans-serif;
  text-transform: uppercase;
}

.admonitionblock > table td.content {
  padding-left: 1.125em;
  padding-right: 1.125em;
  border-right: 1px;
  border-left: 1px dotted #9e9e9e;
  font-size: inherit;
  text-align: justify;
  border-bottom: 0px;
  min-width: 20em;
}

.admonitionblock > table td.content > :last-child > :last-child {
  margin-bottom: 0;
}

.icon-note {
  color: #2196f3;
}

.icon-tip {
  color: #4caf50;
}

.icon-important {
  color: #ff9800;
}

.icon-warning {
  color: #fdd835;
}

.icon-caution {
  color: #f44336;
}

.admonitionblock td.icon [class^="fa icon-"] {
  font-size: 5rem;
  cursor: default;
}

.admonitionblock td.icon .icon-note:before {
  content: "\f05a";
}

.admonitionblock td.icon .icon-tip:before {
  content: "\f0eb";
}

.admonitionblock td.icon .icon-important:before {
  content: "\f06a";
}

.admonitionblock td.icon .icon-warning:before {
  content: "\f071";
}

.admonitionblock td.icon .icon-caution:before {
  content: "\f06d";
}

.admonitionblock td.icon .icon-question:before {
  content: "\f128";
  color: #ffc107;
}

.admonitionblock td.icon .icon-answer:before {
  content: "\f0a4";
  color: #4caf50;
}

.exampleblock {
  margin-bottom: 1.25rem;
  border-radius: 2px;
  /* background: $grey-50; */
}

.exampleblock > .content > :first-child {
  margin-top: 0;
}

.exampleblock > .content > :last-child {
  margin-bottom: 0;
}

.exampleblock > .content > :last-child {
  margin-bottom: 1.25em;
}

.exampleblock.result {
  display: none;
}

a.view-result {
  float: right;
  font-weight: normal;
  text-decoration: none;
  font-size: 85%;
  line-height: 0.9;
}

span.footnote,
span.footnoteref {
  vertical-align: super;
  font-size: 0.875em;
}

span.footnote a,
span.footnoteref a {
  text-decoration: none;
}

span.footnote a:active,
span.footnoteref a:active {
  text-decoration: underline;
}

#footnotes {
  padding: 0.75em 0;
  margin-top: -0.625em;
}

#footnotes hr {
  width: 20%;
  min-width: 6.25em;
  margin: -0.25em 0 0.75em 0;
  border-width: 1px 0 0 0;
}

#footnotes .footnote {
  line-height: 1.3;
  font-size: 0.875em;
  margin-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 0.2em;
  padding: 0 0.375em;
}

#footnotes .footnote a:first-of-type {
  font-weight: bold;
  text-decoration: none;
}

#footnotes .footnote:last-of-type {
  margin-bottom: 0;
}

.gist .file-data > table {
  border: 0;
  background: #000000;
  width: 100%;
  margin-bottom: 0;
}

.gist .file-data > table td.line-data {
  width: 99%;
}

.mono {
  font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace;
}

.unbreakable {
  page-break-inside: avoid;
}

.big {
  font-size: larger;
}

.small {
  font-size: smaller;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.overline {
  text-decoration: overline;
}

.line-through {
  text-decoration: line-through;
}

.aqua {
  color: #00bfbf;
}

.aqua-background {
  background-color: #00fafa;
}

.black {
  color: #000;
}

.black-background {
  background-color: #000;
}

.blue {
  color: #0000bf;
}

.blue-background {
  background-color: #0000fa;
}

.fuchsia {
  color: #bf00bf;
}

.fuchsia-background {
  background-color: #fa00fa;
}

.gray {
  color: #606060;
}

.gray-background {
  background-color: #7d7d7d;
}

.grey {
  color: #606060;
}

.grey-background {
  background-color: #7d7d7d;
}

.green {
  color: #006000;
}

.green-background {
  background-color: #007d00;
}

.lime {
  color: #00bf00;
}

.lime-background {
  background-color: #00fa00;
}

.maroon {
  color: #600000;
}

.maroon-background {
  background-color: #7d0000;
}

.navy {
  color: #000060;
}

.navy-background {
  background-color: #00007d;
}

.olive {
  color: #606000;
}

.olive-background {
  background-color: #7d7d00;
}

.purple {
  color: #600060;
}

.purple-background {
  background-color: #7d007d;
}

.red {
  color: #bf0000;
}

.red-background {
  background-color: #fa0000;
}

.silver {
  color: #909090;
}

.silver-background {
  background-color: #bcbcbc;
}

.teal {
  color: #006060;
}

.teal-background {
  background-color: #007d7d;
}

.white {
  color: #bfbfbf;
}

.white-background {
  background-color: #fafafa;
}

.yellow {
  color: #bfbf00;
}

.yellow-background {
  background-color: #fafa00;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.hdlist > table,
.colist > table {
  border-collapse: separate;
  border: 0;
  background: none;
}

.colist > table tr th,
.colist > table tr td {
  border: 0;
}

.hdlist > table > tbody > tr,
.colist > table > tbody > tr {
  background: none;
}

td.hdlist1 {
  padding-right: 0.75em;
  font-weight: bold;
}

td.hdlist1,
td.hdlist2 {
  vertical-align: top;
}

.literalblock + .colist,
.listingblock + .colist {
  margin-top: -0.5em;
}

.colist > table tr > td:first-of-type {
  padding: 0 0.5rem 0 0.5rem;
  line-height: 1;
}

.colist > table tr > td:last-of-type {
  padding: 0.25rem 0;
}

.conum[data-value] {
  display: inline-block;
  color: #fafafa !important;
  background-color: #2196f3;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  width: 1.67em;
  height: 1.67em;
  margin-right: 0.5rem;
  font-size: 85%;
  line-height: 1.67em;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.conum[data-value] * {
  color: #fafafa !important;
}

.conum[data-value] + b {
  display: none;
}

.conum[data-value]:after {
  content: attr(data-value);
}

pre .conum[data-value] {
  position: relative;
  top: -0.125em;
}

b.conum * {
  color: inherit !important;
}

.conum:not([data-value]):empty {
  display: none;
}

kbd {
  font-family: monospace, serif;
  font-size: 1em;
}

.keyseq {
  color: rgba(51, 51, 51, 0.8);
}

kbd:not(.keyseq) {
  display: inline-block;
  font-size: 0.75em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -0.15em 0.15em 0 0.15em;
  padding: 0.2em 0.6em 0.2em 0.5em;
  vertical-align: middle;
  white-space: nowrap;
}

.keyseq kbd:first-child {
  margin-left: 0;
}

.keyseq kbd:last-child {
  margin-right: 0;
}

.qanda > ol > li > p > em:only-child {
  color: #455a64;
}

.olist > ol > li > p {
  margin: 0 0 0.1em !important;
}

.ulist > ul > li > p {
  margin: 0 0 0.1em !important;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

.fa.fa-square-o {
  font-weight: 400 !important;
}

.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-check-square-o {
  font-weight: 400 !important;
}

.fa-check-square-o:before {
  content: "\f14a";
}

.ulist.checklist > ul > li > p > input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125rem;
}

@media only screen and (max-width: 768px) and (max-width: 992px) {
  .admonitionblock > table td.content {
    border-left: 0;
  }
  .admonitionblock table,
  .admonitionblock tbody,
  .admonitionblock tr,
  .admonitionblock td {
    display: block;
  }
  .admonitionblock > table td.icon {
    width: unset;
  }
  .admonitionblock td.icon {
    padding-left: unset !important;
  }
  /* Transform table columns into rows */
  .admonitionblock td {
    border: none;
    border-top: 1px dotted #bdbdbd;
    position: relative;
    white-space: normal;
  }
  .admonitionblock td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .quoteblock blockquote:before {
    margin-left: -5.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .admonitionblock > table td.content {
    border-left: 0;
  }
  .quoteblock blockquote:before {
    margin-left: -5rem;
  }
}
/*
 # ----------------------------------------------------------------------------
 #  ~/vendor/asciidoc/_asciidoc_results_viewer.scss
 #  Bootstrap MDE - Styles for Asciidoc ResultViewer Extension
 # ----------------------------------------------------------------------------
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.btn-viewer {
  position: absolute;
  top: 2.6rem;
  right: 0.5rem;
  z-index: 3;
  display: block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  color: #212121;
  cursor: pointer;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0.25rem;
}

.btn-viewer:hover {
  color: #fff;
  background-color: #2196f3;
}

.btn-viewer + .tooltip > .tooltip-inner {
  background-color: #f00;
}

.j1-viewer {
  position: relative;
  display: block;
  float: right;
}

/*
 # ----------------------------------------------------------------------------
 # ~/vendor/flag-icons/flag-icons.scss
 # Styles for FlagIcons
 #
 # Product/Info:
 # https://jekyll.one
 # https://github.com/lipis/flag-icon-css
 #
 #  Copyright (C) 2013 Panayiotis Lipiridis
 #  Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # FlagIcons is licensed under the MIT License.
 # See: https://github.com/lipis/flag-icon-css/blob/master/LICENSE
 # -----------------------------------------------------------------------------
*/
/*
 # -----------------------------------------------------------------------------
 # ~/vendor/fonts/md_icons/scss/_variables.scss
 # Var settings for MD Icons v5.9.55
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.rectangle {
  width: 1.3333333333em;
}
.flag-icon.squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ad.svg);
}
.flag-icon-ad.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ae.svg);
}
.flag-icon-ae.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/af.svg);
}
.flag-icon-af.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ag.svg);
}
.flag-icon-ag.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ai.svg);
}
.flag-icon-ai.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/al.svg);
}
.flag-icon-al.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/am.svg);
}
.flag-icon-am.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ao.svg);
}
.flag-icon-ao.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/aq.svg);
}
.flag-icon-aq.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ar.svg);
}
.flag-icon-ar.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/as.svg);
}
.flag-icon-as.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/at.svg);
}
.flag-icon-at.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/au.svg);
}
.flag-icon-au.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/aw.svg);
}
.flag-icon-aw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ax.svg);
}
.flag-icon-ax.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/az.svg);
}
.flag-icon-az.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ba.svg);
}
.flag-icon-ba.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bb.svg);
}
.flag-icon-bb.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bd.svg);
}
.flag-icon-bd.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/be.svg);
}
.flag-icon-be.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bf.svg);
}
.flag-icon-bf.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bg.svg);
}
.flag-icon-bg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bh.svg);
}
.flag-icon-bh.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bi.svg);
}
.flag-icon-bi.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bj.svg);
}
.flag-icon-bj.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bl.svg);
}
.flag-icon-bl.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bm.svg);
}
.flag-icon-bm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bn.svg);
}
.flag-icon-bn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bo.svg);
}
.flag-icon-bo.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bq.svg);
}
.flag-icon-bq.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/br.svg);
}
.flag-icon-br.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bs.svg);
}
.flag-icon-bs.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bt.svg);
}
.flag-icon-bt.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bv.svg);
}
.flag-icon-bv.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bw.svg);
}
.flag-icon-bw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/by.svg);
}
.flag-icon-by.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/bz.svg);
}
.flag-icon-bz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ca.svg);
}
.flag-icon-ca.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cc.svg);
}
.flag-icon-cc.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cd.svg);
}
.flag-icon-cd.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cf.svg);
}
.flag-icon-cf.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cg.svg);
}
.flag-icon-cg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ch.svg);
}
.flag-icon-ch.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ci.svg);
}
.flag-icon-ci.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ck.svg);
}
.flag-icon-ck.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cl.svg);
}
.flag-icon-cl.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cm.svg);
}
.flag-icon-cm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cn.svg);
}
.flag-icon-cn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/co.svg);
}
.flag-icon-co.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cr.svg);
}
.flag-icon-cr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cu.svg);
}
.flag-icon-cu.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cv.svg);
}
.flag-icon-cv.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cw.svg);
}
.flag-icon-cw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cx.svg);
}
.flag-icon-cx.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cy.svg);
}
.flag-icon-cy.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/cz.svg);
}
.flag-icon-cz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/de.svg);
}
.flag-icon-de.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/dj.svg);
}
.flag-icon-dj.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/dk.svg);
}
.flag-icon-dk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/dm.svg);
}
.flag-icon-dm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/do.svg);
}
.flag-icon-do.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/dz.svg);
}
.flag-icon-dz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ec.svg);
}
.flag-icon-ec.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ee.svg);
}
.flag-icon-ee.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/eg.svg);
}
.flag-icon-eg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/eh.svg);
}
.flag-icon-eh.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/er.svg);
}
.flag-icon-er.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/es.svg);
}
.flag-icon-es.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/et.svg);
}
.flag-icon-et.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/fi.svg);
}
.flag-icon-fi.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/fj.svg);
}
.flag-icon-fj.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/fk.svg);
}
.flag-icon-fk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/fm.svg);
}
.flag-icon-fm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/fo.svg);
}
.flag-icon-fo.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/fr.svg);
}
.flag-icon-fr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ga.svg);
}
.flag-icon-ga.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gb.svg);
}
.flag-icon-gb.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gd.svg);
}
.flag-icon-gd.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ge.svg);
}
.flag-icon-ge.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gf.svg);
}
.flag-icon-gf.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gg.svg);
}
.flag-icon-gg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gh.svg);
}
.flag-icon-gh.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gi.svg);
}
.flag-icon-gi.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gl.svg);
}
.flag-icon-gl.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gm.svg);
}
.flag-icon-gm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gn.svg);
}
.flag-icon-gn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gp.svg);
}
.flag-icon-gp.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gq.svg);
}
.flag-icon-gq.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gr.svg);
}
.flag-icon-gr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gs.svg);
}
.flag-icon-gs.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gt.svg);
}
.flag-icon-gt.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gu.svg);
}
.flag-icon-gu.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gw.svg);
}
.flag-icon-gw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gy.svg);
}
.flag-icon-gy.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/hk.svg);
}
.flag-icon-hk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/hm.svg);
}
.flag-icon-hm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/hn.svg);
}
.flag-icon-hn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/hr.svg);
}
.flag-icon-hr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ht.svg);
}
.flag-icon-ht.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/hu.svg);
}
.flag-icon-hu.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/id.svg);
}
.flag-icon-id.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ie.svg);
}
.flag-icon-ie.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/il.svg);
}
.flag-icon-il.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/im.svg);
}
.flag-icon-im.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/in.svg);
}
.flag-icon-in.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/io.svg);
}
.flag-icon-io.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/iq.svg);
}
.flag-icon-iq.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ir.svg);
}
.flag-icon-ir.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/is.svg);
}
.flag-icon-is.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/it.svg);
}
.flag-icon-it.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/je.svg);
}
.flag-icon-je.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/jm.svg);
}
.flag-icon-jm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/jo.svg);
}
.flag-icon-jo.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/jp.svg);
}
.flag-icon-jp.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ke.svg);
}
.flag-icon-ke.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/kg.svg);
}
.flag-icon-kg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/kh.svg);
}
.flag-icon-kh.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ki.svg);
}
.flag-icon-ki.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/km.svg);
}
.flag-icon-km.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/kn.svg);
}
.flag-icon-kn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/kp.svg);
}
.flag-icon-kp.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/kr.svg);
}
.flag-icon-kr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/kw.svg);
}
.flag-icon-kw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ky.svg);
}
.flag-icon-ky.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/kz.svg);
}
.flag-icon-kz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/la.svg);
}
.flag-icon-la.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/lb.svg);
}
.flag-icon-lb.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/lc.svg);
}
.flag-icon-lc.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/li.svg);
}
.flag-icon-li.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/lk.svg);
}
.flag-icon-lk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/lr.svg);
}
.flag-icon-lr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ls.svg);
}
.flag-icon-ls.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/lt.svg);
}
.flag-icon-lt.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/lu.svg);
}
.flag-icon-lu.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/lv.svg);
}
.flag-icon-lv.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ly.svg);
}
.flag-icon-ly.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ma.svg);
}
.flag-icon-ma.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mc.svg);
}
.flag-icon-mc.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/md.svg);
}
.flag-icon-md.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/me.svg);
}
.flag-icon-me.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mf.svg);
}
.flag-icon-mf.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mg.svg);
}
.flag-icon-mg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mh.svg);
}
.flag-icon-mh.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mk.svg);
}
.flag-icon-mk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ml.svg);
}
.flag-icon-ml.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mm.svg);
}
.flag-icon-mm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mn.svg);
}
.flag-icon-mn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mo.svg);
}
.flag-icon-mo.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mp.svg);
}
.flag-icon-mp.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mq.svg);
}
.flag-icon-mq.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mr.svg);
}
.flag-icon-mr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ms.svg);
}
.flag-icon-ms.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mt.svg);
}
.flag-icon-mt.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mu.svg);
}
.flag-icon-mu.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mv.svg);
}
.flag-icon-mv.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mw.svg);
}
.flag-icon-mw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mx.svg);
}
.flag-icon-mx.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/my.svg);
}
.flag-icon-my.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/mz.svg);
}
.flag-icon-mz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/na.svg);
}
.flag-icon-na.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/nc.svg);
}
.flag-icon-nc.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ne.svg);
}
.flag-icon-ne.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/nf.svg);
}
.flag-icon-nf.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ng.svg);
}
.flag-icon-ng.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ni.svg);
}
.flag-icon-ni.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/nl.svg);
}
.flag-icon-nl.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/no.svg);
}
.flag-icon-no.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/np.svg);
}
.flag-icon-np.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/nr.svg);
}
.flag-icon-nr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/nu.svg);
}
.flag-icon-nu.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/nz.svg);
}
.flag-icon-nz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/om.svg);
}
.flag-icon-om.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pa.svg);
}
.flag-icon-pa.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pe.svg);
}
.flag-icon-pe.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pf.svg);
}
.flag-icon-pf.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pg.svg);
}
.flag-icon-pg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ph.svg);
}
.flag-icon-ph.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pk.svg);
}
.flag-icon-pk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pl.svg);
}
.flag-icon-pl.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pm.svg);
}
.flag-icon-pm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pn.svg);
}
.flag-icon-pn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pr.svg);
}
.flag-icon-pr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ps.svg);
}
.flag-icon-ps.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pt.svg);
}
.flag-icon-pt.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/pw.svg);
}
.flag-icon-pw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/py.svg);
}
.flag-icon-py.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/qa.svg);
}
.flag-icon-qa.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/re.svg);
}
.flag-icon-re.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ro.svg);
}
.flag-icon-ro.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/rs.svg);
}
.flag-icon-rs.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ru.svg);
}
.flag-icon-ru.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/rw.svg);
}
.flag-icon-rw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sa.svg);
}
.flag-icon-sa.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sb.svg);
}
.flag-icon-sb.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sc.svg);
}
.flag-icon-sc.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sd.svg);
}
.flag-icon-sd.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/se.svg);
}
.flag-icon-se.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sg.svg);
}
.flag-icon-sg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sh.svg);
}
.flag-icon-sh.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/si.svg);
}
.flag-icon-si.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sj.svg);
}
.flag-icon-sj.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sk.svg);
}
.flag-icon-sk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sl.svg);
}
.flag-icon-sl.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sm.svg);
}
.flag-icon-sm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sn.svg);
}
.flag-icon-sn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/so.svg);
}
.flag-icon-so.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sr.svg);
}
.flag-icon-sr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ss.svg);
}
.flag-icon-ss.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/st.svg);
}
.flag-icon-st.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sv.svg);
}
.flag-icon-sv.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sx.svg);
}
.flag-icon-sx.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sy.svg);
}
.flag-icon-sy.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/sz.svg);
}
.flag-icon-sz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tc.svg);
}
.flag-icon-tc.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/td.svg);
}
.flag-icon-td.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tf.svg);
}
.flag-icon-tf.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tg.svg);
}
.flag-icon-tg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/th.svg);
}
.flag-icon-th.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tj.svg);
}
.flag-icon-tj.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tk.svg);
}
.flag-icon-tk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tl.svg);
}
.flag-icon-tl.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tm.svg);
}
.flag-icon-tm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tn.svg);
}
.flag-icon-tn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/to.svg);
}
.flag-icon-to.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tr.svg);
}
.flag-icon-tr.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tt.svg);
}
.flag-icon-tt.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tv.svg);
}
.flag-icon-tv.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tw.svg);
}
.flag-icon-tw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/tz.svg);
}
.flag-icon-tz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ua.svg);
}
.flag-icon-ua.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ug.svg);
}
.flag-icon-ug.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/um.svg);
}
.flag-icon-um.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/us.svg);
}
.flag-icon-us.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/uy.svg);
}
.flag-icon-uy.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/uz.svg);
}
.flag-icon-uz.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/va.svg);
}
.flag-icon-va.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/vc.svg);
}
.flag-icon-vc.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ve.svg);
}
.flag-icon-ve.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/vg.svg);
}
.flag-icon-vg.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/vi.svg);
}
.flag-icon-vi.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/vn.svg);
}
.flag-icon-vn.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/vu.svg);
}
.flag-icon-vu.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/wf.svg);
}
.flag-icon-wf.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ws.svg);
}
.flag-icon-ws.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/ye.svg);
}
.flag-icon-ye.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/yt.svg);
}
.flag-icon-yt.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/za.svg);
}
.flag-icon-za.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/zm.svg);
}
.flag-icon-zm.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/zw.svg);
}
.flag-icon-zw.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/zw.svg);
}

.flag-icon-es-ca {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/es-ca.svg);
}
.flag-icon-es-ca.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/es-ca.svg);
}

.flag-icon-es-ga {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/es-ga.svg);
}
.flag-icon-es-ga.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/es-ga.svg);
}

.flag-icon-eu {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/eu.svg);
}
.flag-icon-eu.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/un.svg);
}
.flag-icon-un.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/un.svg);
}

.flag-icon-xk {
  background-image: url(/assets/theme/j1/core/country-flags/4x3/xk.svg);
}
.flag-icon-xk.squared {
  background-image: url(/assets/theme/j1/core/country-flags/1x1/xk.svg);
}

/*
 # -----------------------------------------------------------------------------
 # ~/vendor/flag-icons/variables.scss
 # Additional styles for country flags
 #
 # Product/Info:
 # https://jekyll.one
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # -----------------------------------------------------------------------------
*/
.flag-icon.size-xs {
  font-size: 1.25em;
}

.flag-icon.size-sm {
  font-size: 1.375em;
}

.flag-icon.size-md {
  font-size: 1.5em;
  vertical-align: -10%;
}

.flag-icon.size-lg {
  font-size: 1.75em;
  vertical-align: -15%;
}

.flag-icon.size-xl {
  font-size: 2em;
  vertical-align: -17%;
}

.flag-icon.size-1x {
  font-size: 1rem;
}

.flag-icon.size-2x {
  font-size: 2rem;
}

.flag-icon.size-3x {
  font-size: 3rem;
}

.flag-icon.size-4x {
  font-size: 4rem;
}

.flag-icon.size-5x {
  font-size: 5rem;
}

.flag-icon.size-6x {
  font-size: 6rem;
}

.flag-icon.size-7x {
  font-size: 7rem;
}

.flag-icon.size-8x {
  font-size: 8rem;
}

.flag-icon.size-9x {
  font-size: 9rem;
}

.flag-icon.size-10x {
  font-size: 10rem;
}

/*
 # -----------------------------------------------------------------------------
 # ~/vendor/fonts/_lato.scss
 # Roboto Slap Font by Google Inc.
 #
 # Product/Info:
 # https://jekyll.one
 # https://fonts.google.com/specimen/Roboto+Slap
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # Roboto Slap Font is licensed under Apache License 2.0.
 # See: https://fonts.google.com/specimen/Roboto+Slab#license
 # -----------------------------------------------------------------------------
*/
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
 # -----------------------------------------------------------------------------
 # ~/vendor/fonts/_roboto.scss
 # Roboto Font by Google Inc.
 #
 # Product/Info:
 # https://jekyll.one
 # https://fonts.google.com/specimen/Roboto
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # Roboto Font is licensed under Apache License 2.0.
 # See: https://github.com/google/roboto/blob/master/LICENSE
 # -----------------------------------------------------------------------------
*/
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-display: swap;
  src: local(Roboto Thin), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Thin.woff2") format("woff2"), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Thin.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-display: swap;
  src: local(Roboto Light), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Light.woff2") format("woff2"), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-display: swap;
  src: local(Roboto Regular), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Regular.woff2") format("woff2"), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-display: swap;
  src: local(Roboto Medium), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Medium.woff2") format("woff2"), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-display: swap;
  src: local(Roboto Bold), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Bold.woff2") format("woff2"), url("/assets/theme/j1/core/fonts/roboto/fonts/Roboto-Bold.woff") format("woff");
}
/*
 # -----------------------------------------------------------------------------
 # ~/vendor/fonts/_roboto_slap.scss
 # Roboto Slap Font by Google Inc.
 #
 # Product/Info:
 # https://jekyll.one
 # https://fonts.google.com/specimen/Roboto+Slap
 #
 # Copyright (C) 2023, 2024 Juergen Adams
 #
 # J1 Template is licensed under the MIT License.
 # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
 # Roboto Slap Font is licensed under Apache License 2.0.
 # See: https://fonts.google.com/specimen/Roboto+Slab#license
 # -----------------------------------------------------------------------------
*/
/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*# sourceMappingURL=vendor.css.map */
