label[for] {
    cursor: pointer
}

.field-label {
    font-weight: normal;
    font-size: 1.125rem;
    margin-bottom: 0.5em
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=submit],
input[type=number],
textarea {
    outline: none
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=number],
textarea,
select {
    font-weight: normal;
    border: 1px solid #b1b9c3;
    font-size: 1em;
    border-radius: 4px;
    -webkit-transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, box-shadow;
    transition-property: border-color, color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    max-width: 100%
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
    color: #242a30;
    border-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1px var(--primary-color);
    box-shadow: inset 0 0 0 1px var(--primary-color);
}


@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    input[type=text]:focus,
    input[type=tel]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    input[type=search]:focus,
    input[type=url]:focus,
    input[type=number]:focus,
    textarea:focus {
        -webkit-appearance: none
    }
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=number],
select {
    vertical-align: middle;
    min-height: 46px
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=number] {
    padding: 0.625em 1em
}

@-moz-document url-prefix() {
    input[type=text],
    input[type=tel],
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=url] {
        padding: 0.625em 1em
    }
}

input.is-disabled,
textarea.is-disabled,
select.is-disabled,
input[disabled],
textarea[disabled],
select[disabled] {
    background-color: #f9fafb;
    border-color: 1px solid #dce0e6;
    color: #b1b9c3
}

input.is-disabled+label,
input[disabled]+label {
    color: #b1b9c3
}

fieldset.fieldset-checkbox,
fieldset.fieldset-radio {
    margin-bottom: 0.25em
}

fieldset.fieldset-checkbox input[type="checkbox"],
fieldset.fieldset-checkbox input[type="radio"],
fieldset.fieldset-radio input[type="checkbox"],
fieldset.fieldset-radio input[type="radio"] {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px
}

fieldset.fieldset-checkbox input[type="checkbox"]+label,
fieldset.fieldset-checkbox input[type="radio"]+label,
fieldset.fieldset-radio input[type="checkbox"]+label,
fieldset.fieldset-radio input[type="radio"]+label {
    display: block;
    margin-left: 1.75em
}

fieldset.fieldset-checkbox input:checked+label strong,
fieldset.fieldset-radio input:checked+label strong {
    color: #242a30
}

fieldset.fieldset-checkbox input[disabled]+label:after,
fieldset.fieldset-radio input[disabled]+label:after {
    content: attr(data-disabled);
    display: block;
    font-weight: 600;
    font-size: 0.875em
}

textarea {
    white-space: normal;
    padding: 0.5em 0.75em
}

select {
    margin: 0;
    padding: 0.5em 0.75em;
    background-color: white;
    height: 46px
}

.error-container input[type=text],
.error-container input[type=tel],
.error-container input[type=password],
.error-container input[type=email],
.error-container input[type=search],
.error-container input[type=url],
.error-container textarea,
.error-container select {
    border: 1px solid #d14200 !important
}

.error-container input.ignored-error,
.error-container textarea.ignored-error,
.error-container select.ignored-error {
    border-color: #b1b9c3 !important
}

.error-container:after {
    font-size: 0.875rem;
    color: #d14200;
    margin-top: 0.5em;
    content: attr(data-validation-message)
}

.error-container .error {
    font-size: 0.875rem;
    color: #d14200;
    margin-top: 0.5em
}

.form--radio-button input[type=radio] {
    vertical-align: middle;
    margin-right: 0.25em;
    position: relative;
    top: -2px
}

.inline-radio-btn,
.inline-checkbox {
    line-height: 1.875em
}

.inline-radio-btn label,
.inline-checkbox label {
    margin-left: 0.325em
}

.form--block-input {
    width: 100%
}

::-webkit-input-placeholder {
    color: #86919d
}

:-ms-input-placeholder {
    color: #86919d
}

::-moz-placeholder {
    color: #86919d
}

::-webkit-input-placeholder {
    color: #86919d
}

::-moz-placeholder {
    color: #86919d
}

:-ms-input-placeholder {
    color: #86919d
}

::-ms-input-placeholder {
    color: #86919d
}

::placeholder {
    color: #86919d
}

form fieldset,
form .input-container {
    position: relative
}

form input.with-icon {
    padding-left: 2.25em
}

form .input-icon {
    position: absolute;
    top: 2.5em;
    left: 0.75em;
    color: #67727e
}

.top-aligned fieldset:not(:last-of-type),
.top-aligned .input-container:not(:last-of-type) {
    padding-right: 3px
}

.top-aligned fieldset[class^='col-'],
.top-aligned .input-container[class^='col-'] {
    margin-bottom: 0.275rem
}

.top-aligned label.text-label {
    font-size: 0.875em;
    margin-left: 3px;
    color: #86919d;
    margin-bottom: 0.275em;
    display: block
}

.top-aligned input[type=text],
.top-aligned input[type=tel],
.top-aligned input[type=email],
.top-aligned input[type=password] {
    width: 100%;
    border-radius: 4px
}

.custom-select__container {
    position: relative
}

.custom-select__prepended-icon {
    position: absolute;
    left: .75rem;
    z-index: 100;
    line-height: 40px;
    color: var(--primary-color);
}

.custom-select__input {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.form__radio-standin {
    display: inline-block;
    /*background: url(https://assets.taskrabbit.com/v3/assets/web/icons/black-circle-outline-1a77d88515e5220eca6a61063567620f5c6703e94bb97263b0a02a7a2b2116ff.svg) center center no-repeat;*/
    font-size: 1.5rem;
    margin-right: 0.5rem;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain
}

.form__radio:checked+.form__radio-standin {
    /*background: url(https://assets.taskrabbit.com/v3/assets/web/icons/green-circle-white-checkmark-e4d89067377ee04644767161935e8dda2c596ae4c221b3b5918f299265cb3615.svg) center center no-repeat;*/
    background-size: contain
}

.false-input {
    width: 100%;
    max-width: 100%;
    font-weight: normal;
    border: 1px solid #b1b9c3;
    font-size: 1em;
    border-radius: 4px;
    -webkit-transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, box-shadow;
    transition-property: border-color, color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    vertical-align: middle;
    min-height: 40px;
    padding: 0.625em 1em
}

.disabled-email {
    color: #86919d
}

.bolden-email {
    font-weight: 500
}

.explanation-space {
    padding: 1rem 1rem 0 1rem
}

hr.marginless {
    margin: 0
}

.page-loader {
    display: none;
    margin: 0 auto;
    top: 150px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.75em solid #dce0e6;
    border-right: 0.75em solid #dce0e6;
    border-bottom: 0.75em solid #dce0e6;
    border-left: 0.75em solid #86919d;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

.page-loader,
.page-loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em
}

.page-loader:only-child {
    display: block
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes flexBar {
    0% {
        width: 0;
        left: 0
    }
    40% {
        width: 20%
    }
    60% {
        width: 20%
    }
    100% {
        width: 0%;
        left: 100%
    }
}

@keyframes flexBar {
    0% {
        width: 0;
        left: 0
    }
    40% {
        width: 20%
    }
    60% {
        width: 20%
    }
    100% {
        width: 0%;
        left: 100%
    }
}

.bar-loader {
    position: relative
}

.bar-loader:after {
    content: '';
    position: absolute;
    background: #b1b9c3;
    height: 2px;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-animation-name: flexBar;
    animation-name: flexBar;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.section {
    position: relative;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #dce0e6
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    .section {
        border-radius: 0;
        border: none
    }
}

.section .section-title {
    padding: 1rem 1rem 0.5rem;
    width: 100%;
    font-size: 1.25em;
    position: relative
}

@media all and (max-width: 500px) {
    .section .section-title {
        margin-top: 1.75em
    }
}

.section .section-content {
    padding: 0 1rem 1rem;
    width: 100%
}

@media all and (max-width: 500px) {
    .section .section-content {
        padding-bottom: 0
    }
}

.section.with-divider .section-title {
    border-bottom: 1px solid #dce0e6
}

@media all and (max-width: 500px) {
    .section.with-divider .section-title {
        border-bottom: none;
        padding-bottom: 0
    }
}

.section.with-divider .section-content {
    padding: 1rem
}

@media all and (max-width: 500px) {
    .section.with-divider .section-content {
        padding-bottom: 0
    }
}

.footer-container.is-visible {
    display: block
}

.trhp__collapsible-trigger {
    border-bottom: 1px solid var(--primary-color);
}

.trhp__collapsible {
    overflow: hidden;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    height: auto
}

.tr-icon-checkbox-container {
    padding: 0.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tr-icon-checkbox-container input {
    /*display:none*/
}

.tr-icon-checkbox-container .tr-checkbox-icon-span {
    margin-right: 0.5rem;
    font-size: 1.25rem
}

.tr-icon-checkbox-container .ss-lnr-square {
    color: #86919d
}

.tr-icon-checkbox-container .ss-lnr-check-square {
    color: var(--primary-color);
}

.tr-icon-checkbox-container:hover {
    cursor: pointer
}

.tr-icon-checkbox-container[disabled] {
    cursor: not-allowed;
    color: #b1b9c3
}


@-webkit-keyframes lightboxExpandIn {
    0% {
        -webkit-transform: translateY(-75%) translateX(-50%);
        transform: translateY(-75%) translateX(-50%)
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
}

@keyframes lightboxExpandIn {
    0% {
        -webkit-transform: translateY(-75%) translateX(-50%);
        transform: translateY(-75%) translateX(-50%)
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
}

@-webkit-keyframes lightboxFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes lightboxFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.lightbox--container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200
}

.lightbox--background {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #242a30;
    -webkit-animation-name: lightboxFadeIn;
    animation-name: lightboxFadeIn;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    opacity: 0.75
}

.lightbox--internal {
    position: fixed;
    min-width: 275px;
    max-height: 100vh;
    left: 50%;
    top: 50%;
    cursor: default;
    overflow-y: auto;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(36, 42, 48, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(36, 42, 48, 0.1);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.lightbox--content-wrapper {
    border-radius: 8px;
    position: relative;
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lightbox--content-wrapper.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media all and (max-width: 500px) {
    .lightbox--content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.carousel--content-wrapper {
    background-color: transparent
}

.trCarousel--content-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.carousel--content-container {
    width: 100%
}

.lightbox--title {
    /*padding:0.5rem 1rem;font-weight:300;*/
    font-size: 1.60rem
}

.lightbox--content-wrapper .page-loader {
    top: auto
}

.lightbox--content {
    /*padding: 1.25rem*/
}

@media all and (max-width: 500px) {
    .lightbox--content {
        padding: 0.9375rem
    }
}

.is-hidden+.lightbox--content {
    padding: 1.25rem 2.5rem
}

.lightbox--dismiss {
    background-color: transparent;
    border: none;
    position: absolute;
    vertical-align: middle;
    top: 0.75rem;
    right: 1rem;
    font-size: 1.125rem
}

.lightbox--dismiss,
.lightbox--dismiss:visited,
.lightbox--dismiss:hover {
    color: #242a30
}

.lightbox--dismiss.btn-icon {
    border: none;
    background: none;
    z-index: 2
}

@media all and (min-width: 501px) {
    .lightbox--dismiss {
        font-size: 1.5rem
    }
}

.lightbox--dismiss .ss-lnr-cross2:hover {
    cursor: pointer
}

.carousel-lightbox-dismiss {
    position: absolute;
    vertical-align: middle;
    top: 3rem;
    right: 3rem
}

.trCarousel-lightbox-dismiss {
    position: absolute;
    vertical-align: middle;
    top: 32px;
    right: 32px
}

.carousel--dismiss {
    color: white;
    font-size: 50px;
    cursor: pointer
}

@media all and (max-width: 500px) {
    .carousel--dismiss {
        font-size: 16px
    }
}

.lightbox--title.is-hidden~.lightbox--dismiss {
    top: 1.25rem;
    right: 1.25rem
}

.lightbox--title.is-hidden~.lightbox--dismiss,
.lightbox--title.is-hidden~.lightbox--dismiss:visited,
.lightbox--title.is-hidden~.lightbox--dismiss:hover {
    color: #242a30
}

.lightbox--background.js-dismiss,
.lightbox--background .js-dismiss {
    cursor: pointer
}

.confirm-lightbox {
    max-width: 400px
}

.confirm-lightbox.wide {
    max-width: 95%
}

.confirm-lightbox--button-row {
    direction: rtl
}

.confirm-lightbox--button-row button {
    margin: 0 0.25em;
    direction: ltr
}

@media all and (max-width: 500px) {
    .lightbox--internal {
        width: 98%;
        max-height: 100vh;
        max-width: none
    }
    .lightbox--content-wrapper {
        width: 100%
    }
    .confirm-lightbox--button-row button {
        width: 100%;
        display: block;
        margin: 0
    }
    .confirm-lightbox--button-row button+button {
        margin-top: 0.5em
    }
}

@media all and (min-width: 501px) and (max-width: 800px),
all and (min-width: 801px) and (max-width: 1024px) {
    .lightbox--internal {
        width: 85vw
    }
}

@media all and (min-width: 1025px),
all and (min-width: 1201px) {
    .lightbox--internal {
        max-width: 75vw
    }
}

.ReactModal__Body--open {
    overflow: hidden
}

.ReactModal__Overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}


.new-tooltip {
    position: absolute;
    z-index: 100
}

.new-tooltip__interior {
    position: relative;
    background: white;
    border: 1px solid #dce0e6;
    border-radius: 4px;
    max-width: 450px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(36, 42, 48, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(36, 42, 48, 0.15)
}

.new-tooltip__content {
    padding: 1.25rem;
    overflow-y: auto
}

.new-tooltip__title {
    border-bottom: 1px solid #dce0e6;
    padding: 1.25rem 1.25rem 0.625rem;
    font-weight: 600
}

.new-tooltip__caret {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute
}

.new-tooltip__caret:before,
.new-tooltip__caret:after {
    content: '';
    display: block;
    position: relative
}

@media all and (max-width: 500px) {
    .new-tooltip__caret {
        display: none
    }
}

.new-tooltip[data-tt-placement*="t"] .new-tooltip__caret {
    top: 100%;
    margin-left: -16px
}

.new-tooltip[data-tt-placement*="t"] .new-tooltip__caret:before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #dce0e6
}

.new-tooltip[data-tt-placement*="t"] .new-tooltip__caret:after {
    top: -16px;
    left: 1px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white
}

.new-tooltip[data-tt-placement="t"] .new-tooltip__caret {
    left: 50%
}

.new-tooltip[data-tt-placement="lt"] .new-tooltip__caret {
    left: auto;
    right: 32px
}

.new-tooltip[data-tt-placement="rt"] .new-tooltip__caret {
    right: auto;
    left: 32px
}

.new-tooltip[data-tt-placement*="b"] .new-tooltip__caret {
    top: -16px;
    margin-left: -16px
}

.new-tooltip[data-tt-placement*="b"] .new-tooltip__caret:before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #dce0e6
}

.new-tooltip[data-tt-placement*="b"] .new-tooltip__caret:after {
    top: -15px;
    left: 1px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white
}

.new-tooltip[data-tt-placement="b"] .new-tooltip__caret {
    left: 50%
}

.new-tooltip[data-tt-placement="bl"] .new-tooltip__caret {
    left: auto;
    right: 32px
}

.new-tooltip[data-tt-placement="br"] .new-tooltip__caret {
    right: auto;
    left: 32px
}

.new-tooltip[data-tt-placement="l"] .new-tooltip__caret {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px)
}

.new-tooltip[data-tt-placement="l"] .new-tooltip__caret:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #dce0e6
}

.new-tooltip[data-tt-placement="l"] .new-tooltip__caret:after {
    top: -31px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white
}

.new-tooltip[data-tt-placement="r"] .new-tooltip__caret {
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-16px) translateY(-16px);
    transform: translateX(-16px) translateY(-16px)
}

.new-tooltip[data-tt-placement="r"] .new-tooltip__caret:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #dce0e6
}

.new-tooltip[data-tt-placement="r"] .new-tooltip__caret:after {
    top: -31px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid white
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    background: #f9fafb;
    -webkit-font-smoothing: antialiased
}

body[data-no-scroll="true"] {
    overflow: hidden
}

.container {
    max-width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

@media all and (max-width: 800px) {
    .container {
        margin-left: 0.5em;
        margin-right: 0.5em
    }
}

.container--wide {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 4%;
    padding-right: 4%
}

@media all and (min-width: 501px) {
    .container--wide {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media all and (min-width: 1201px) {
    .container--wide {
        padding-left: 0;
        padding-right: 0
    }
}

.alert--container,
.react-alert--container {
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    position: fixed
}

.four-oh-four--container {
    max-width: 400px;
    margin: 3em auto
}

.multiuser-banner,
.multiuser-banner:visited,
.multiuser-banner:hover {
    border-top: #b1b9c3;
    background: #f9c339;
    color: #242a30;
    width: 100%;
    padding: 0.5em;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 100
}

@media all and (max-width: 800px) {
    body {
        -webkit-overflow-scrolling: touch
    }
    .layout--container {
        position: relative;
        /*width:100%;height:100%*/
    }
    .main--container {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0
    }
}



.view--body {
    padding: 2em 0 0;
    overflow-x: hidden;
    overflow-y:hidden;
}

.view--body-cleartop {
    padding: 0 0 0
}

.view--body .page-loader {
    top: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.view--body .is-loading .page-loader {
    display: block
}

.view--body .transition-container>div {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.view--body .transition-container>div.view-out {
    opacity: 0
}

.view--body .transition-container>div.view-in {
    opacity: 1
}

@media all and (max-width: 800px) {
    .view--header {
        padding-top: 1em;
        padding-bottom: 1em
    }
}



.media--object {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media--object .media--figure,
.media--object .media--content {
    position: relative
}

.media--object .media--figure {
    margin-right: 1.5em
}

.media--object .media--content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.media--object--centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.media--object--mobile-stacked {
    display: block
}

@media all and (min-width: 501px) {
    .media--object--mobile-stacked {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
}

.media--object--mobile-stacked .media--figure {
    margin-right: 0;
    margin-bottom: 1em
}

@media all and (min-width: 501px) {
    .media--object--mobile-stacked .media--figure {
        margin-right: 1em;
        margin-bottom: 0
    }
}

.media--object--mobile-stacked .media--figure>* {
    margin-left: auto;
    margin-right: auto
}

.media--object--stacked {
    text-align: center
}

@media all and (min-width: 501px) {
    .media--object--stacked {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
}

.media--object--stacked .media--figure {
    margin-right: 0;
    margin-bottom: 1em
}

@media all and (min-width: 501px) {
    .media--object--stacked .media--figure {
        margin-right: 1em;
        margin-bottom: 0
    }
}

.media--object--stacked .media--figure>* {
    margin-left: auto;
    margin-right: auto
}

.media--object .media--figure--wide {
    margin-right: 0
}

@media all and (min-width: 501px) {
    .media--object .media--figure--wide {
        margin-right: 1.5em;
        margin-bottom: 0
    }
}



.promo-close-icon {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer
}

.tr-promo-container-push {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.tr-promo-container {
    background: #36b5bb;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    right: 0;
    padding: 0.5em;
    z-index: 301;
    min-width: 250px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tr-promo-container .tr-promo-inner {
    max-width: 800px;
    min-width: 245px;
    margin: 0 auto;
    padding: 0.25em 30px;
    text-align: center;
    font-size: 1.125em;
    background-color: white;
    position: relative
}

.tr-promo-container .tr-promo-inner:before,
.tr-promo-container .tr-promo-inner:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid
}

.tr-promo-container .tr-promo-inner:after {
    right: 0px;
    border-width: 19px 24px 19px 0;
    border-color: transparent #36b5bb transparent transparent
}

.tr-promo-container .tr-promo-inner:before {
    left: 0px;
    border-width: 19px 0 19px 24px;
    border-color: transparent transparent transparent #36b5bb
}

.tr-promo-container .tr-promo-inner .timing-break {
    border-left: 1px solid;
    margin: 0 1rem
}

@media all and (max-width: 500px) {
    .tr-promo-container .tr-promo-inner {
        font-size: 1em;
        padding: 0.25em 20px
    }
    .tr-promo-container .tr-promo-inner .timing-break {
        margin: 0 0.5rem 0 0;
        padding: 0;
        height: 0;
        border: 0 none
    }
    .tr-promo-container .tr-promo-inner:after {
        border-width: 32px 16px 32px 0
    }
    .tr-promo-container .tr-promo-inner:before {
        border-width: 32px 0 32px 16px
    }
}

.tr-promo-container .tr-promo-inner__promoCode,
.tr-promo-container .time-component {
    color: #206d5f;
    font-weight: 600
}



.seasonal-banner {
    display: none
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .seasonal-banner {
        display: block;
        border-top: 1px solid #b1b9c3;
        background: #e8ebef;
        max-height: 56px;
        z-index: 110;
        position: fixed;
        top: 100%;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        right: 0;
        width: 100%;
        -webkit-transition: max-height 0.35s ease-out;
        transition: max-height 0.35s ease-out
    }
    .seasonal-banner__main {
        height: 56px;
        position: relative;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .seasonal-banner__graphic {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .seasonal-banner__offer {
        padding-top: 2em;
        padding-bottom: 2em;
        background: white;
        width: 100%
    }
    .seasonal-banner__offer-promo {
        margin-left: 1.5em
    }
    .seasonal-banner__offer-content {
        padding-left: 2em
    }
    .seasonal-banner__sale-lockup {
        position: relative;
        top: 6px
    }
    .seasonal-banner__expansion-btn {
        display: inline-block;
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: var(--primary-color);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition: opacity 0.25s 0.175s, -webkit-transform 0.35s 0.175s ease-in-out;
        transition: opacity 0.25s 0.175s, -webkit-transform 0.35s 0.175s ease-in-out;
        transition: opacity 0.25s 0.175s, transform 0.35s 0.175s ease-in-out;
        transition: opacity 0.25s 0.175s, transform 0.35s 0.175s ease-in-out, -webkit-transform 0.35s 0.175s ease-in-out
    }
    .seasonal-banner__underlay {
        position: fixed;
        top: 0;
        bottom: 0;
        background: transparent;
        height: 100vh;
        width: 100%;
        z-index: -100;
        -webkit-transition: background 0.35s ease-out;
        transition: background 0.35s ease-out
    }
    .seasonal-banner__main:hover .seasonal-banner__expansion-btn {
        opacity: .7
    }
    .seasonal-banner--expanded {
        height: auto;
        max-height: 999px
    }
    .seasonal-banner--expanded .seasonal-banner__expansion-btn {
        opacity: .7;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    .seasonal-banner--expanded+.seasonal-banner__underlay {
        background: rgba(36, 42, 48, 0.5);
        z-index: 100
    }
}



.gdpr-title {
    text-align: center;
    font-weight: 300;
    font-size: 1.75rem
}

.gdpr-checkbox-copy {
    font-weight: 400
}

.gdpr-button-section {
    text-align: center
}

.gdpr-checkbox {
    margin-right: 5px
}


.category-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.star-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0.5rem
}

.star-rating i {
    color: #f9c339;
    padding-right: 0.1rem
}

@media only screen and (max-width: 500px) {
    .zendesk-help-widget {
        display: none
    }

    .service_style .dataTables_wrapper .dataTables_filter input, .service_style .dataTables_wrapper .dataTables_length select {
        font-size:7px;
    }

    .numberresponsive{
        margin-top:6px;
        margin-left: 44px;
        width: 102px;
    }

}

.zendesk-help-widget {
    position: fixed;
    float: left !important;
    height: 52px;
    background: transparent;
    border: none;
    margin: 7px 21px;
    width: 110px;
    left: 0px;
    bottom: 0px;
    z-index: 302
}

.zendesk-help-widget button {
    background-color: #346f20 !important;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    border-radius: 999rem;
    bottom: 0;
    border: none !important;
    font-weight: 700;
    margin: 0;
    min-width: 100%;
    white-space: nowrap !important;
    padding: .5em .5em .5em 0em
}

.zendesk-help-widget button.is-active {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0
}

.zendesk-help-widget button .zendesk-help-icon svg {
    color: #FFFFFF;
    fill: #FFFFFF;
    vertical-align: middle
}

.zendesk-help-widget button .zendesk-help-title {
    vertical-align: middle;
    font-size: 1.07143rem
}



[class*=' flag:'],
[class^='flag:'] {
    display: inline-block;
    background-size: cover;
    height: 1em;
    width: 1.5em;
    --CountryFlagIcon-height: 1em;
    height: var(--CountryFlagIcon-height);
    width: -webkit-calc(var(--CountryFlagIcon-height)*3/2);
    width: calc(var(--CountryFlagIcon-height)*3/2)
}

.flag\:AC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M440.1 181.1c-.1 39.2-6.4 81.4-57.4 101.5-51.1-20.1-57.3-62.3-57.4-101.5h114.8z'/%3e%3cpath fill='%2329DBFF' d='M439.6 197.7c-2.8 34.9-12.4 67.4-57 85-44.4-17.6-54.5-51.2-56.9-84.9'/%3e%3cpath fill='white' d='M437.8 214.1c-3.2 24.3-16.7 53.5-55.1 68.6-38.4-15.1-50.5-42.5-55.1-68.4'/%3e%3cpath fill='%2329DBFF' d='M434.2 230.3c-5.7 17.7-19.3 39.4-51.3 52.8-32-12.6-45.2-33.8-51.4-53'/%3e%3cpath fill='white' d='M426.7 246.9c-6.5 11.3-17.7 25.4-44 35.9-27.5-11.5-37.4-25.3-44-36.1'/%3e%3cpath fill='%2329DBFF' d='M412.4 265.1c-8.1 7.2-12 11.2-29.6 17.9-20.1-7.9-22.6-11.6-29.2-17.5'/%3e%3cpath fill='%235CC85C' d='M383.3 231.6c-.2-.2-27.9 35.7-27.9 35.7-1.8-1.3-10-9.5-13.3-15l41.3-50.1 40.2 49.7c-3.9 6.5-11.4 13.6-13.2 15M382.6 85.3l-26.5 45h53z'/%3e%3cellipse transform='rotate(-82.3 291.431 225.686)' fill='%23F7A226' cx='291.4' cy='225.7' rx='48.7' ry='15.7'/%3e%3cellipse transform='rotate(-68.099 303.087 164.67)' fill='%23DDC7AB' cx='303.1' cy='164.7' rx='11.7' ry='7.2'/%3e%3cellipse transform='rotate(-81.738 291.697 271.697)' fill='%23DDC7AB' cx='291.7' cy='271.7' rx='11.4' ry='3.3'/%3e%3cellipse transform='matrix(.9986 -.05353 .05353 .9986 -13.992 16.424)' fill='%23DDC7AB' cx='299.6' cy='269.4' rx='3.3' ry='11'/%3e%3cellipse transform='rotate(-21.518 314.54 201.06)' fill='%23DDC7AB' cx='314.5' cy='201.1' rx='4.1' ry='13.7'/%3e%3cellipse transform='rotate(-21.518 317.511 178.077)' fill='%23DDC7AB' cx='317.5' cy='178.1' rx='13.7' ry='4.1'/%3e%3cellipse transform='rotate(-7.7 473.781 225.857)' fill='%23F7A226' cx='473.6' cy='225.9' rx='15.7' ry='48.7'/%3e%3cellipse transform='rotate(-21.901 462.057 164.866)' fill='%23DDC7AB' cx='462' cy='164.9' rx='7.2' ry='11.7'/%3e%3cellipse transform='rotate(-8.27 473.27 271.908)' fill='%23DDC7AB' cx='473.4' cy='271.9' rx='3.3' ry='11.4'/%3e%3cellipse transform='matrix(.05353 -.9986 .9986 .05353 171.34 719.998)' fill='%23DDC7AB' cx='465.5' cy='269.6' rx='11' ry='3.3'/%3e%3cellipse transform='rotate(-68.482 450.552 201.247)' fill='%23DDC7AB' cx='450.6' cy='201.2' rx='13.7' ry='4.1'/%3e%3cellipse transform='rotate(-68.482 447.58 178.265)' fill='%23DDC7AB' cx='447.6' cy='178.3' rx='4.1' ry='13.7'/%3e%3cpath fill='%23B0C6CC' d='M373.3 130.3L356.1 155l17.8 26.1H396l4.7-25.4-5.4-25.4z'/%3e%3cpath fill='white' d='M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cpath fill='%23D80027' d='M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6l-77.8-53.3h22.6l62.5 42.3v11z'/%3e%3c/svg%3e")
}

.flag\:AD {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cstyle/%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 0h171v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342zM198.9 113.6H256v64.8h-57.1z'/%3e%3cpath d='M267.6 113.6v64.7m16.6-64.7v64.7m16.6-64.7v64.7' stroke='%23D80027' stroke-width='7'/%3e%3cpath d='M247.4 178.4v64.7m-13.3-64.7v64.7m-13.3-64.6v53.9m-13.7-53.9v47.1' stroke='%23D80027' stroke-width='5'/%3e%3cpath fill='%23FFDA44' d='M199.9 146l27.6-32.4 28.5 32.3-28.1 32.4z'/%3e%3cpath fill='%23BC8B00' d='M182.2 95.9v92.2c0 34.3 27.3 54.2 48.6 64.5-.8 1.4 25.1 8.3 25.1 8.3s25.9-6.9 25.1-8.3c21.4-10.3 48.6-30.1 48.6-64.5V95.9H182.2zm129.9 92.2c0 16.9-10 29.4-32.8 43.9-8.6 5.5-17.5 9-23.3 11-5.8-2-14.7-5.5-23.3-11-22.8-14.5-32.8-28-32.8-43.9v-74.5h112.2v74.5z'/%3e%3cpath fill='%23D80027' d='M264.4 188.9h29.5v8.6h-29.5zm0 17.6h29.5v8.6h-29.5z'/%3e%3c/svg%3e")
}

.flag\:AE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23009e49' d='M0 0h513v114H0z'/%3e%3cpath d='M0 228h513v114H0z'/%3e%3cpath fill='%23ce1126' d='M0 0h171v342H0z'/%3e%3c/svg%3e")
}

.flag\:AF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23DB3E00' d='M0 0h513v342H0z'/%3e%3cpath fill='%23479900' d='M331 0h182v342H331z'/%3e%3cpath d='M0 0h181.8v342H0z'/%3e%3cpath fill='white' d='M256 126.7c-19.4 0-35.2 15.8-35.2 35.2v52.8h70.4v-52.8c0-19.5-15.8-35.2-35.2-35.2z'/%3e%3cpath fill='white' d='M256 84.3c-47.7 0-86.4 38.7-86.4 86.4S208.3 257 256 257s86.4-38.7 86.4-86.4-38.7-86.3-86.4-86.3zm0 157.7c-39.4 0-71.4-32-71.4-71.4 0-39.4 32-71.4 71.4-71.4 39.4 0 71.4 32 71.4 71.4 0 39.5-32 71.4-71.4 71.4z'/%3e%3c/svg%3e")
}

.flag\:AG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 0h513v342H0z'/%3e%3cpath fill='%230072c6' d='M88.8 136.5c-2.2 12.9-3.4 26.2-3.4 39.8 0 13.6 1.2 27 3.4 39.8L256 228.3l167.2-12.1c2.2-12.9 3.4-26.2 3.4-39.8s-1.2-27-3.4-39.8'/%3e%3cpath fill='white' d='M423.2 219H88.8c15.8 69.8 84.7 122.3 167.2 122.3S407.4 288.8 423.2 219z'/%3e%3cpath fill='%23FFDA44' d='M365.9 136.5H146.1l44.9-21.1-23.9-43.5 48.8 9.4L222 32l34 36.2L290 32l6.1 49.3 48.8-9.4-23.9 43.5z'/%3e%3cg fill='%23ce1126'%3e%3cpath d='M256.5 342L0 0v342z'/%3e%3cpath d='M513 342V0L256 342z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:AI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2300318b' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M454.8 265.38c7.94-10.93 13.24-24.27 13.24-40.42V104.89a59.754 59.754 0 01-36.02 12.01c-19.64 0-37.07-9.43-48.03-24.01-10.95 14.58-28.39 24.01-48.03 24.01-13.52 0-25.99-4.47-36.02-12v120.06c0 16.16 5.3 29.5 13.24 40.42H454.8z'/%3e%3cpath fill='%238DCCFF' d='M310.23 260.98C332.65 296.96 384 309 384 309s51.35-12.04 73.77-48.02H310.23z'/%3e%3cpath fill='%23D87B00' d='M396.66 172.21c.32 1.42 8.72 10.17 17.56 20.15 1.39 1.57-8.74 12.63-6.91 12.59 4.75-.12 19.27-17.26 19.34 6.65.05 15.94-30 27.51-30 27.51h17.47l.65 14.96s4.97-13.34 7.59-16.57c8.1-9.97 20.18-30.07 34.59-27.1 14.41 2.97-13.66-13.92-13.66-13.92s-5.2-15.19-16.63-16.97c-10.06-1.57-14.29-2.51-26.64-7.3-1.68-.65-3.88-2.32-3.36 0z'/%3e%3cpath fill='%23D87B00' d='M359.69 198.69c1.07-.99 4.46-12.63 8.69-25.28.67-1.99 15.31 1.27 14.35-.3-2.47-4.06-24.58-8.08-3.9-20.08 13.79-8 38.82 12.27 38.82 12.27l-8.72-15.14 12.64-8.03s-14.05 2.35-18.14 1.69c-12.68-2.04-36.13-2.48-40.75-16.45-4.62-13.97-5.25 18.79-5.25 18.79s-10.56 12.08-6.4 22.88c3.66 9.5 4.96 13.64 6.97 26.73.29 1.79-.06 4.53 1.69 2.92z'/%3e%3cpath fill='%23D87B00' d='M395.67 219.87c-1.39-.43-13.16 2.49-26.22 5.18-2.06.42-6.59-13.88-7.47-12.26-2.27 4.17 5.36 25.31-15.41 13.45-13.84-7.91-8.89-39.73-8.89-39.73l-8.71 15.14-13.29-6.9s9.09 10.96 10.57 14.84c4.6 11.99 16 32.49 6.24 43.49-9.76 11.01 18.88-4.9 18.88-4.9s15.76 3.07 23-5.96c6.38-7.94 9.3-11.14 19.61-19.45 1.43-1.12 3.97-2.19 1.69-2.9z'/%3e%3cpath fill='white' d='M256.5 0h-23.1L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1V171h22.6L96 121.8V171h64v-49.2l73.4 49.2h23.1v-22.9l-46.6-30.7h46.6v-64h-46.6l46.6-30.7z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.4H0v32h112V171h32v-69.6h112.5v-32H144z'/%3e%3cpath fill='%23D80027' d='M0 171v-11.3l62.5-42.3h22.6L7.3 171zM7.3.1l77.8 53.2H62.5L0 11.1V.1zm249.2 0v11l-63 42.3h-22.6L248.7.1zM248.7 171l-77.8-53.6h22.6l63 42.3V171z'/%3e%3c/svg%3e")
}

.flag\:AL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='%23ED2024' d='M0 0h90v60H0z'/%3e%3cpath fill='%23212121' d='M32.5 12.2v16l7.1 2.5-5 4.9 2.4 3 5.3-5.5 1.2 2.3-3 4.9 3.6 5.6-1.8 2.6 2.8 3.6 2.7-3.7-1.5-2.6 3-5.8-2.7-4.6 1.2-2.3 5.2 5.5 2.5-2.9-5.2-5.1 7.2-2.6V12.2l-5.2 1.9-.1 3.8-3.3.3v-2.6l1.7-2.3 5.6-2.2-2.3-.4 1.4-1.2.9.4-.8-1.4L54 9l-1-1.1L47.5 9l1.4 1.1-3.8 4.9-3.8-4.8 1.3-1.1-5-1.2L36.2 9l-1.5-.4-.8 1.4.9-.6 1.6 1.1-2.3.5 5.5 2 1.6 2.3v2.9l-3.3-.3v-3.6z'/%3e%3cpath d='M26.2 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM57.4 25h6.4v2.5h-6.4zm0-4.1h6.4v2.7h-6.4zm0-4.2h6.4v2.6h-6.4zm0-4h6.4v2.5h-6.4zM53.4 36.1h6.4V38h-6.4zm-23.2 0h6.4V38h-6.4z' fill='%23212121'/%3e%3c/svg%3e")
}

.flag\:AM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%23FF9811' d='M0 228h513v114H0z'/%3e%3c/svg%3e")
}

.flag\:AO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 171h513v171H0z'/%3e%3cpath fill='%23D80027' class='prefix__st0' d='M0 0h513v171H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M332.7 135.6l17.5-8.6-7.4-19-18.7 6.2zm-45.6-56l5.5-18.8-19.1-7.2-8 18zm29.4 23.2l12.2-15.3-14.9-13.9-14.2 13.6zm19.4 68.9l19.5-.8v-21.3l-22.9.2zm-12.6 38.1l18.8 5.5 7.3-19-18-8zm-29 32.4l14.9 12.7 14.4-14.4-13.1-14.7zm-47-147.7l9.8 19.9 21.9 3.3-15.9 15.5 3.6 21.9-19.6-10.4-19.7 10.2 3.8-21.9-15.8-15.5 22-3.1z'/%3e%3cpath d='M250.8 61.3l-2.7 18.3c43.1 3.2 77 39.2 77 83.1 0 46-37.3 82.9-83.4 83.4-29.2.3-51.3-14.8-67-33.7l-13.9 12.3c15 19 40.8 39.9 80.9 39.9 56.3 0 101.9-45.6 101.9-101.9.1-53.2-40.7-96.9-92.8-101.4z'/%3e%3cpath fill='black' d='M291.9 223.4l-11.8 14s51.9 38.9 53.6 40.4c1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-2-1.5-51.8-42-51.8-42z'/%3e%3cpath d='M206.1 157.2c-7.7 10.3-7.5 23.1 2.8 30.9 0 0 135.2 101.5 136.9 103 1.7 1.5 5.2 2 9.1-2.7 3.7-4.5 2.8-8.1.9-9.7-1.9-1.5-149.7-121.5-149.7-121.5zm47.7 99.1l7.3 18.2 19.5-6-4.8-19.1zm-40.4-3.7l-2 19.5 20.1 3.6 4.5-19.1zm-35.7-21.2L167.4 248l16.4 12.1 12.5-15.2z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:AQ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 744 496'%3e%3cpath fill='%233A7DCE' d='M0 0h744v496H0V0z'/%3e%3cpath fill='white' d='M120 125l90 63 54-14 23-81 61-36 92 14 105 55 6 90 34 12v92l-65 115-78 24-72-17 18-30-8-32-10 9-162-25-49-85 20-46-49-62z'/%3e%3c/svg%3e")
}

.flag\:AR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h512v342H0z'/%3e%3cpath fill='%23338AF3' d='M0 0h512v114H0zm0 228h512v114H0z'/%3e%3ccircle fill='%23FFDA44' stroke='%23d6ab00' stroke-width='5' cx='256.5' cy='171' r='40'/%3e%3c/svg%3e")
}

.flag\:AS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2310338c' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M513 33L95.3 171 513 310.76v30.57L0 171 513 0z'/%3e%3cpath fill='white' d='M513 287.18v24.58L81.72 171 513 30v24.16'/%3e%3cpath fill='%23A2001D' d='M476.98 140.21l-21.89 10.68-3.18-15.32 31.19-29.77s-9.42-40.65-13.75-44.98l-112.32 55.82-6.84 36.76-31.9 28.59-.4 34.2 34.29-22.76 67.23-2.66-1.51 38.11h22.23l11.9-44.64 31.55-24.61-6.6-19.42z'/%3e%3cpath fill='%23EFC100' stroke='%23231F20' stroke-miterlimit='10' d='M317.89 238.41l-22.24-11.11 22.24-11.11h144.46v22.22z'/%3e%3c/svg%3e")
}

.flag\:AT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 114h513v114H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0zm0 228h513v114H0z'/%3e%3c/svg%3e")
}

.flag\:AU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2310338c' d='M0 0h513v342H0z'/%3e%3cg fill='white'%3e%3cpath d='M222.2 170.7c.3-.3.5-.6.8-.9-.2.3-.5.6-.8.9zM188 212.6l11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-48.6-116l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zm48.6-66.2l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm42.5 49.7l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z'/%3e%3cpath d='M254.8 0v30.6l-45.1 25.1h45.1V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9H99v-48.6l-87.4 48.6H-1.2v-30.6L44 115H-1.2V55.7h59.1L-1.2 22.8V0h26.7L99 40.8V0h55.6v48.6L242.1 0z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M142.8 0h-32v69.3h-112v32h112v69.4h32v-69.4h112v-32h-112z'/%3e%3cpath fill='%230052B4' d='M154.6 115l100.2 55.7v-15.8L183 115z'/%3e%3cpath fill='white' d='M154.6 115l100.2 55.7v-15.8L183 115z'/%3e%3cpath d='M154.6 115l100.2 55.7v-15.8L183 115zm-83.9 0l-71.9 39.9v15.8L99 115z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M99 55.7L-1.2 0v15.7l71.9 40z'/%3e%3cpath fill='white' d='M99 55.7L-1.2 0v15.7l71.9 40z'/%3e%3cpath d='M99 55.7L-1.2 0v15.7l71.9 40zm84 0l71.8-40V0L154.6 55.7z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:AW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 363 242'%3e%3cpath fill='%23338AF3' d='M0 0h363v242H0z'/%3e%3cpath fill='white' d='M57 96.9L14.7 78.2 57 59.6l18.6-42.2 18.6 42.2 42.3 18.6-42.3 18.7-18.6 42.2z'/%3e%3cpath fill='%23f30028' d='M75.6 40.6l11.5 26.1 26.1 11.5-26.1 11.5-11.5 26.1-11.5-26.1L38 78.2l26.1-11.5z'/%3e%3cpath d='M0 152.2h363v15.7H0zm0 31.4h363v15.7H0z' fill='%23FFDA44'/%3e%3c/svg%3e")
}

.flag\:AX {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath fill='%23FFDA44' d='M513 210.9H202.2V342h-79.8V210.9H0v-79.8h122.4V0h79.8v131.1H513v61.2z'/%3e%3cpath fill='%23D80027' d='M513 149.7v42.6H183.7V342H141V192.3H0v-42.6h141V0h42.7v149.7z'/%3e%3c/svg%3e")
}

.flag\:AZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ef3340' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300b5e2' d='M0 0h513v114H0z'/%3e%3cpath fill='%23509e2f' d='M0 228h513v114H0z'/%3e%3cg fill='white'%3e%3cpath d='M265.6 212.6c-23 0-41.6-18.6-41.6-41.6s18.6-41.6 41.6-41.6c7.2 0 13.9 1.8 19.8 5-9.2-9-21.9-14.6-35.8-14.6-28.3 0-51.2 22.9-51.2 51.2s22.9 51.2 51.2 51.2c13.9 0 26.6-5.6 35.8-14.6-5.9 3.2-12.6 5-19.8 5z'/%3e%3cpath d='M297.6 142.2l5.5 15.5 14.9-7.1-7.1 14.9 15.5 5.5-15.5 5.5 7.1 14.9-14.9-7.1-5.5 15.5-5.5-15.5-14.9 7.1 7.1-14.9-15.5-5.5 15.5-5.5-7.1-14.9 14.9 7.1z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:BA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2310338C' d='M0 0h513.1v342H0z'/%3e%3cpath fill='%23F6C500' d='M99.9 0h342v342'/%3e%3cg fill='white'%3e%3cpath d='M19.9 21.1L40.3 6.2 60.9 21 54 0H26.7z'/%3e%3cpath d='M92.3 25.5L84.4 1.3l-7.8 24.2H51.3l20.5 14.8-7.8 24 20.4-14.8L105 64.3l-7.9-24 20.5-14.9z'/%3e%3cpath d='M136.3 69.2l-7.8-24-7.8 24H95.5l20.4 14.9-7.8 24 20.4-14.8 20.6 14.8-7.8-24 20.4-14.9z'/%3e%3cpath d='M179.4 112.3l-7.8-24.1-7.8 24.1h-25.3l20.5 14.9-7.8 24 20.4-14.8 20.6 14.8-7.9-24 20.5-15z'/%3e%3cpath d='M222.5 155.3l-7.8-24-7.8 24h-25.4l20.6 15-7.8 24 20.4-14.9 20.4 14.9-7.8-24 20.6-15z'/%3e%3cpath d='M265.6 198.4l-7.8-24-7.8 24h-25.4l20.6 14.9-7.8 24.1 20.4-14.9 20.4 14.9-7.8-24.2 20.5-14.8z'/%3e%3cpath d='M308.7 241.5l-7.9-24-7.8 24h-25.3l20.5 14.8-7.9 24.2 20.6-14.9 20.4 14.8-7.8-24.1 20.5-14.8z'/%3e%3cpath d='M351.7 284.6l-7.8-24.2-7.8 24.2h-25.3l20.4 14.8-7.8 24.1 20.5-14.9 20.5 14.9-7.8-24.1 20.4-14.8z'/%3e%3cpath d='M387 303.5l-7.9 24.1-25.3.1 19.8 14.3h26.6l19.9-14.4h-25.3z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:BB {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ffc726' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0zm342 0h171v342H342z' fill='%2300267f'/%3e%3cpath d='M325.74 101.02l-31.97 12.4c-.68 1.35-5.79 7.54-8.18 53.06h-17.05v-60.42L256 78.68l-12.54 27v60.8H226.4c-2.39-45.53-7.8-52.48-8.47-53.84l-31.68-11.63c.15.31 15.4 31.34 15.4 78.01v12.54h41.81v71.07h25.08v-71.07h41.81v-12.54c0-24.13 4.17-44.02 7.68-56.46 3.82-13.57 7.7-21.49 7.74-21.57l-.03.03z'/%3e%3c/svg%3e")
}

.flag\:BD {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 513 342'%3e%3cpath fill='%232d6e41' d='M0 85.331h513v342H0z'/%3e%3ccircle fill='%23F40B32' cx='218.902' cy='256.5' r='115'/%3e%3c/svg%3e")
}

.flag\:BE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23fdda25' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0z'/%3e%3cpath fill='%23ef3340' d='M342 0h171v342H342z'/%3e%3c/svg%3e")
}

.flag\:BF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%233d944f' d='M0 0h513v342H0z'/%3e%3cpath fill='%23ef2b2d' d='M0 0h513v171H0z'/%3e%3cpath fill='%23FFDA44' d='M256 102.6l16.9 52h54.7l-44.2 32.2 16.8 52-44.2-32.1-44.2 32.1 16.8-52-44.2-32.2h54.7z'/%3e%3c/svg%3e")
}

.flag\:BG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%2300966e' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='white' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23d62612' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:BH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23D80027' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M222.8 34.3l-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1H0V0h137.6z'/%3e%3c/svg%3e")
}

.flag\:BI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath d='M215.9 170.7L0 314.6V26.8zM513 26.8v287.8L297.1 170.7z' fill='%2347a644'/%3e%3cpath fill='%230052B4' d='M512 26.8L296.1 170.7 512 314.6v26.7h-40.1L256 197.4 40.1 341.3H0v-26.7l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H512z'/%3e%3cpath fill='white' d='M513 26.8L297.1 170.7 513 314.6V342h-40L256 197.4 39 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z'/%3e%3ccircle fill='white' cx='251.6' cy='170.7' r='100.2'/%3e%3cpath d='M251.4 103.6l7.4 12.9h14.8l-7.4 12.8 7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8H244zm38.8 66.7l7.4 12.9h14.8L305 196l7.4 12.8h-14.8l-7.4 12.9-7.4-12.9h-14.9l7.4-12.8-7.4-12.8h14.9zm-77.2 0l7.4 12.9h14.9l-7.4 12.8 7.4 12.8h-14.9l-7.4 12.9-7.4-12.9h-14.8l7.4-12.8-7.4-12.8h14.8z' fill='%23D80027' stroke='%2347a644' stroke-width='3'/%3e%3c/svg%3e")
}

.flag\:BJ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 513 342'%3e%3cpath fill='%23008751' d='M0 85.333h513v342H0z'/%3e%3cpath fill='%23fcd116' d='M196.666 85.333H513v171H196.666z'/%3e%3cpath fill='%23e8112d' d='M196.666 256H513v171H196.666z'/%3e%3c/svg%3e")
}

.flag\:BL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='white' d='M0 0h512v341.33H0z'/%3e%3cpath fill='%23E6BC00' d='M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zm11.33-165.69s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z'/%3e%3cpath fill='%23ADADAD' d='M99.41 104.73s16.99-.71 16.64-11.51c-.35-10.62-11.15-14.87-19.12-12.39-7.97 2.3-23.01 13.45-13.63 35.05 9.38 21.42 23.37 29.39 26.2 47.8 0 0-5.46 9.86-19.12.35-16.9-11.77-6.2-38.24-10.44-44.96-4.25-7.08-40.95-38.92-40.95-38.92s-30.24 39.37-18 74.92c16.95 49.21 51.74 31.98 64.61 36.76 0 0-42.13 61.96-49.57 67.09 0 0 24.08 8.32 47.8-18.76 0 0 5.84 9.74 7.08 20.18h10.27c4.78-26.2 51.51-64.26 49.92-82.32-1.77-21.25-49.21-49.39-51.69-73.29z'/%3e%3cpath fill='%23E6BC00' d='M359.17 201.27s8.96 42.43 19.23 38.89c10.62-3.54 17.53-18.76 17.53-18.76l14.52 21.24s-37 8.48-39.83 5.47c-1.21-1.14-9.32-13.79-11.52-24.66l.07-22.18zm56.05 59.06s2.48 20.18 1.06 22.66c-1.24 2.3-39.48 11.33-39.48 11.33s24.96 16.46 29.74 20.54l18.06-29.92.71-24.61h-10.09zM403.89 94.64s-39.65 41.6-40.36 45.5c-.71 3.72 4.25 3.19 4.25 3.19s44.79-37.53 49.92-41.07c5.14-3.55-13.81-7.62-13.81-7.62z'/%3e%3cpath fill='%23125ECC' d='M157.31 87.06H359.1v145.46c0 16.06-9.69 21.39-21.91 31.85l-45.92 39.41c-18.25 15.62-47.91 15.57-66.07 0l-46.01-39.43c-12.08-10.35-21.88-15.71-21.88-31.82V87.06z'/%3e%3cpath fill='%23FFE600' d='M200.55 147.71c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65-3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 3c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zM214.96 274.43c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c.01 7.96-6.45 14.41-14.41 14.41zm43.24 14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41c0 7.95-6.45 14.41-14.41 14.41zm43.24-14.42c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z'/%3e%3cpath fill='%23D60537' d='M157.31 175.36H359.1v57.65H157.31v-57.65z'/%3e%3cpath fill='%23EACE00' d='M142.9 43.82s57.65-14.41 115.31-14.41 115.31 14.41 115.31 14.41l-14.41 57.65s-50.45-14.41-100.89-14.41-100.89 14.41-100.89 14.41L142.9 43.82z'/%3e%3cpath fill='%237A6920' d='M258.2 72.65c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm57.65 5c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41zm-115.3 0c-7.96 0-14.41-6.45-14.41-14.41s6.45-14.41 14.41-14.41 14.41 6.45 14.41 14.41-6.45 14.41-14.41 14.41z'/%3e%3cpath fill='%23ADADAD' d='M365.08 178.02c-1.59 18.06 45.14 56.12 49.92 82.32h10.27c1.24-10.44 7.08-20.18 7.08-20.18 23.72 27.09 47.8 18.76 47.8 18.76-7.44-5.13-49.57-67.09-49.57-67.09 12.88-4.78 47.67 12.45 64.61-36.76 12.24-35.55-18-74.92-18-74.92s-36.7 31.84-40.95 38.92c-4.25 6.73 6.46 33.2-10.44 44.96-13.66 9.51-19.12-.35-19.12-.35 2.83-18.41 16.82-26.38 26.2-47.8 9.38-21.6-5.66-32.75-13.63-35.05-7.97-2.48-18.76 1.77-19.12 12.39-.35 10.8 16.64 11.51 16.64 11.51-2.48 23.9-49.92 52.04-51.69 73.29z'/%3e%3ccircle fill='white' cx='258.2' cy='204.19' r='16.93'/%3e%3c/svg%3e")
}

.flag\:BM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23c8102e' d='M0 0h513v342H0z'/%3e%3cpath fill='%23012169' d='M0 .1h256.5v171H0z'/%3e%3cpath fill='white' d='M256 0h-22.6L160 48.9V0H96v48.9L22.6 0H0v22.7l46.1 30.7H0v64h46.1L0 148.1v22.6h22.6L96 121.8v48.9h64v-48.9l73.4 48.9H256v-22.6l-46.1-30.7H256v-64h-46.1L256 22.7z'/%3e%3cpath fill='%23c8102e' d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath fill='%23c8102e' d='M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6l-77.8-53.3h22.6l62.5 42.3v11z'/%3e%3cg transform='translate(13 5)'%3e%3cpath fill='white' d='M303.9 94.94v99.69c0 59.81 79.75 99.69 79.75 99.69s79.75-39.88 79.75-99.69V94.94H303.9z'/%3e%3cpath fill='%232F8F22' d='M436.37 254.44H330.93c23.13 25.08 52.72 39.88 52.72 39.88s29.59-14.8 52.72-39.88z'/%3e%3ccircle fill='%2365B5D2' cx='383.65' cy='214.56' r='39.88'/%3e%3ccircle fill='%23c8102e' cx='343.77' cy='194.63' r='19.94'/%3e%3ccircle fill='%23c8102e' cx='423.52' cy='194.63' r='19.94'/%3e%3ccircle fill='%23c8102e' cx='383.65' cy='154.75' r='19.94'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:BN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='%23FFDA44' d='M0 0h512v341.33H0z'/%3e%3cpath d='M0 193.74l512 127.19V214.26L0 97.08z'/%3e%3cpath fill='white' d='M512 234.26v-86.67L0 20.41v86.67'/%3e%3cg fill='%23D80027' stroke='%23231F20' stroke-width='3' stroke-miterlimit='10'%3e%3cpath d='M306.4 134.01a50.28 50.28 0 016.07 24.02c0 21.55-13.51 39.94-32.52 47.19v-59.51c5.7-1.19 10-6.37 10-12.59 6.9 0 12.5-5.75 12.5-12.85h-.42c6.9 0 12.91-5.75 12.91-12.85h-34.99V76.58l-14.99-27.71-15 27.71v30.84h-34.99c0 7.1 6.01 12.85 12.91 12.85h-.42c0 7.1 5.6 12.85 12.5 12.85 0 6.22 4.29 11.4 9.99 12.59v61.37c-22.09-5.39-38.48-25.3-38.48-49.05 0-8.7 2.2-16.88 6.07-24.02-10.96 11.21-17.72 26.53-17.72 43.44 0 34.32 27.82 62.15 62.15 62.15s62.15-27.83 62.15-62.15c0-16.91-6.77-32.24-17.72-43.44z'/%3e%3cpath d='M198.46 226.81s20.69 27.71 66.5 27.71 66.5-27.71 66.5-27.71l13.47 28.37s-21.03 27.71-79.97 27.71-79.97-27.71-79.97-27.71l13.47-28.37zm-69.22-93.63h20.88l24.93 27.26v73.45h-26.28v-68.37zm270.76 0h-20.88l-24.93 27.26v73.45h26.27v-68.37z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:BO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23d52b1e' d='M0 0h513v114H0z'/%3e%3cpath fill='%23f9e300' d='M0 114h513v114H0z'/%3e%3cpath fill='%23007934' d='M0 228h513v114H0z'/%3e%3c/svg%3e")
}

.flag\:BQ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23012a87' d='M0 341.3h512V0z'/%3e%3cpath fill='%23f9d90f' d='M250.4 0H0v166.9z'/%3e%3cpath fill='%23dc171d' d='M140.4 118.3l12.2 21.2h24.5l-12.3 21.1 12.3 21.2h-24.5L140.4 203l-12.2-21.2h-24.5l12.3-21.2-12.3-21.1h24.5z'/%3e%3ccircle fill='none' stroke='black' stroke-width='9' stroke-miterlimit='10' cx='140.4' cy='160.6' r='57.7'/%3e%3c/svg%3e")
}

.flag\:BR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23009b3a' d='M0 0h513v342H0z'/%3e%3cpath fill='%23fedf00' d='M256.5 19.3l204.9 151.4L256.5 322 50.6 170.7z'/%3e%3ccircle fill='white' cx='256.5' cy='171' r='80.4'/%3e%3cpath fill='%23002776' d='M215.9 165.7c-13.9 0-27.4 2.1-40.1 6 .6 43.9 36.3 79.3 80.3 79.3 27.2 0 51.3-13.6 65.8-34.3-24.9-31-63.2-51-106-51zm119 20.3c.9-5 1.5-10.1 1.5-15.4 0-44.4-36-80.4-80.4-80.4-33.1 0-61.5 20.1-73.9 48.6 10.9-2.2 22.1-3.4 33.6-3.4 46.8.1 89 19.5 119.2 50.6z'/%3e%3c/svg%3e")
}

.flag\:BS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23ffc72c' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z' fill='%2300778b'/%3e%3cpath d='M256 256.006L0 426.668V85.331z'/%3e%3c/svg%3e")
}

.flag\:BT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23FF7415' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M512 0H0v341.3'/%3e%3cpath fill='none' stroke='white' stroke-width='42' stroke-miterlimit='10' d='M128.7 255.5s35 54 67.3 32.4c56.9-37.9-68.9-108.6-2.9-152.6 58.3-38.8 76.6 103.5 137.6 62.8 59-39.3-64.7-111.4-9.2-148.4 33.4-22.2 67.1 32.6 67.1 32.6'/%3e%3c/svg%3e")
}

.flag\:BV {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 33.333 1100 733.333'%3e%3cpath fill='%23ef2b2d' d='M0 0h1100v800H0z'/%3e%3cpath fill='white' d='M300 0h200v800H300z'/%3e%3cpath fill='white' d='M0 300h1100v200H0z'/%3e%3cpath fill='%23002868' d='M350 0h100v800H350z'/%3e%3cpath fill='%23002868' d='M0 350h1100v100H0z'/%3e%3c/svg%3e")
}

.flag\:BW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 238h513v104H0zM0 0h513v104H0z' fill='%236da9d2'/%3e%3cpath d='M0 125.5h513v89.656H0z'/%3e%3c/svg%3e")
}

.flag\:BY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23007C30' d='M0 0h513v342H0z'/%3e%3cpath fill='%23CE1720' d='M0 230h513V0H0'/%3e%3cpath fill='white' d='M100 230V0H0v342h513-413z'/%3e%3cpath d='M28 159.6L8.6 128.2 28 97.4l19.3 30.8zm44.6 0l-19.3-31.4 19.3-30.8L92 128.2zM28 241.2L8.6 209.8 28 179l19.3 30.8zm44.6 0l-19.3-31.4L72.6 179 92 209.8z' fill='%23CE1720'/%3e%3cpath d='M28 73.8l-16.1-26L28 22.2l16 25.6zm44.6 0l-16-26 16-25.6 16.1 25.6zM28 318l-16.1-26.1L28 266.3l16 25.6zm44.6 0l-16-26.1 16-25.6 16.1 25.6z' fill='none' stroke='%23CE1720' stroke-width='7'/%3e%3c/svg%3e")
}

.flag\:BZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23003e87' d='M0 0h512v341.3H0z'/%3e%3ccircle fill='white' cx='260.9' cy='170.9' r='118.9'/%3e%3ccircle fill='none' stroke='%236DA544' stroke-width='18' stroke-miterlimit='10' cx='261.9' cy='173.1' r='94.5'/%3e%3cg stroke='black'%3e%3cpath fill='%23003e87' d='M261.9 151.5l-50.6 23.4v20c0 11.8 6.1 22.8 16.2 28.9L262 239l34.5-15.2c10-6.2 16.2-17.1 16.2-28.9v-20l-50.8-23.4z'/%3e%3cpath fill='%23FFDA44' d='M211.3 128.1h101.3v46.7H211.3z'/%3e%3c/g%3e%3cpath d='M0 0h512v35H0zm0 306h512v35H0z' fill='%23ce1127'/%3e%3c/svg%3e")
}

.flag\:CA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h142v342H0zm371 0h142v342H371zm-64.5 206l50.4-25.2-25.2-12.6V143l-50.4 25.2 25.2-50.4h-25.2L256.1 80l-25.2 37.8h-25.2l25.2 50.4-50.4-25.2v25.2l-25.2 12.6 50.4 25.2-12.6 25.2h50.4V269h25.2v-37.8h50.4z' fill='red'/%3e%3c/svg%3e")
}

.flag\:CC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='green' d='M0 0h512v341.3H0z'/%3e%3cpath d='M422.7 252.4l6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.2V301l-11.1-8.9-11.1 8.9v-14.2l-13.8-3.2 11.1-8.8-6.2-12.8 13.9 3.2zm-46.6-136.3l6.2 12.9 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.1v14.3l-11.1-8.9-11.1 8.9.1-14.3-13.9-3.1 11.1-8.8-6.2-12.8L370 129zm37-77.8l6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.9-13.9 3.1v14.2L413.1 78 402 86.9l.1-14.2-13.9-3.1 11.1-8.9-6.2-12.8 13.9 3.2zm51.8 58.4l6.2 12.8 13.9-3.2-6.3 12.8 11.2 8.9-13.9 3.1.1 14.2-11.2-8.9-11.1 8.9.1-14.2L440 128l11.2-8.9-6.3-12.8 13.9 3.2zm-28 68.1l4.9 14.8h15.6l-12.6 9.2 4.8 14.9-12.7-9.2-12.6 9.2 4.8-14.9-12.6-9.2h15.6zM306.8 254.7c-49.2 0-89.1-39.9-89.1-89.1s39.9-89.1 89.1-89.1c15.3 0 29.8 3.9 42.4 10.7C329.4 67.9 302.3 56 272.5 56c-60.5 0-109.6 49.1-109.6 109.6S212 275.3 272.5 275.3c29.8 0 56.9-11.9 76.6-31.3-12.6 6.8-27 10.7-42.3 10.7zM140.4 59.5C129.7 41 109.7 28.6 86.8 28.6S44 41 33.3 59.5h107.1zm.2.4l-53.8 53.8-53.7-53.8C28 68.9 25 79.3 25 90.5c0 34.2 27.7 61.9 61.9 61.9s61.9-27.7 61.9-61.9c-.1-11.2-3.1-21.6-8.2-30.6z' fill='%23FFDA44'/%3e%3cpath fill='%23A2001D' d='M71.4 98.2v52.2c4.9 1.3 10.1 1.9 15.5 1.9s10.5-.7 15.5-1.9V98.2h-31z'/%3e%3c/svg%3e")
}

.flag\:CD {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23338AF3' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M512 66.9V0H411.7L0 274.4v66.9h100.3z'/%3e%3cpath fill='%23D80027' d='M512 0v40.1L60.2 341.3H0v-40.1L451.8 0z'/%3e%3cpath fill='%23FFDA44' d='M93.6 31.2l16.3 50.4H163l-42.9 31.2 16.4 50.5-42.9-31.2-43 31.2L67 112.8 24.1 81.6h53.1z'/%3e%3c/svg%3e")
}

.flag\:CF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23d21034' d='M0 0h512v341.3H0z'/%3e%3cpath d='M0 170.7h211.5V256H0zm300.5 0H512V256H300.5z' fill='%233a9927'/%3e%3cpath fill='%23003082' d='M0 0v85.3h211.5V0h89v85.3H512V0z'/%3e%3cpath d='M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z' fill='white'/%3e%3cpath d='M300.5 341.3h-89V256H0v85.3h512V256H300.5zM105.7 8.6l8.6 26.2h27.5L119.5 51l8.6 26.2L105.7 61 83.4 77.2 91.9 51 69.6 34.8h27.6z' fill='%23ffce00'/%3e%3c/svg%3e")
}

.flag\:CG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 513 342'%3e%3cpath fill='%23da1a35' d='M0 85.331h513v342H0z'/%3e%3cpath fill='%23009543' d='M443.726 85.331L102.4 426.657H0V85.331z'/%3e%3cpath fill='%23fbde4a' d='M500.124 85.331L158.798 426.657H11.876L353.202 85.331z'/%3e%3c/svg%3e")
}

.flag\:CH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 513 342'%3e%3cpath fill='red' d='M0 85.337h513v342H0z'/%3e%3cpath fill='white' d='M356.174 222.609h-66.783v-66.783h-66.782v66.783h-66.783v66.782h66.783v66.783h66.782v-66.783h66.783z'/%3e%3c/svg%3e")
}

.flag\:CI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%23009e60' d='M330.207 85.331H512v341.337H330.207z'/%3e%3cpath fill='%23f77f00' d='M0 85.331h181.793v341.337H0z'/%3e%3c/svg%3e")
}

.flag\:CK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 513 342'%3e%3cpath fill='%2301237a' d='M0 85.332h513v342H0z'/%3e%3cpath d='M384 156.705l5.283 16.254h17.089l-13.826 10.045 5.281 16.254L384 189.211l-13.825 10.047 5.28-16.254-13.825-10.045h17.089zm-70.209 29.081l15.228 7.758 12.084-12.083-2.673 16.879 15.227 7.759-16.879 2.673-2.674 16.88-7.76-15.227-16.878 2.673 12.086-12.084zm-29.081 70.209l16.254-5.281.001-17.089 10.044 13.825 16.254-5.282-10.046 13.827 10.046 13.826-16.254-5.28-10.044 13.825v-17.09zm29.081 70.209l7.759-15.229-12.084-12.084 16.881 2.674 7.757-15.227 2.674 16.879 16.879 2.672-15.227 7.759 2.673 16.882-12.084-12.087zM384 355.284l-5.281-16.253h-17.091l13.827-10.045-5.28-16.254L384 322.776l13.827-10.044-5.281 16.254 13.826 10.045h-17.089zm70.209-29.08l-15.229-7.758-12.083 12.084 2.673-16.882-15.227-7.756 16.879-2.675 2.675-16.879 7.756 15.227 16.881-2.674-12.086 12.085zm29.081-70.209l-16.254 5.281v17.09l-10.045-13.826-16.254 5.281 10.046-13.826-10.046-13.827 16.254 5.282 10.045-13.825v17.089zm-29.081-70.207l-7.757 15.226 12.082 12.084-16.881-2.673-7.756 15.227-2.675-16.88-16.879-2.675 15.227-7.757-2.673-16.878 12.084 12.082zM0 186.665v16h46.069L0 233.377v7.539l57.377-38.252H80L0 255.998h112v-69.334H0zm96 69.331H22.628L96 207.083v48.913zm80-117.331l80-53.334H144v69.334h112v-16h-46.069L256 107.951v-7.539l-57.377 38.251H176v.002zm-16-53.332h73.372L160 134.246V85.333zm-16 170.665h112l-80-53.334h22.623L256 240.917v-7.539l-46.069-30.713H256v-16H144v69.333zm16-48.915l73.372 48.913H160v-48.913zM112 85.331H0l80 53.334H57.377L0 100.413v7.539l46.069 30.712H0v16h112V85.331zm-16 48.915L22.628 85.333H96v48.913z' fill='white'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 85.331h-32v69.334H0v32h112v69.333h32v-69.333h112v-32H144z'/%3e%3cpath d='M80 138.665L0 85.331v15.082l57.377 38.252zm96 0h22.623L256 100.413V85.331zm-118.623 64L0 240.917v15.081l80-53.333zm118.623 0l80 53.333v-15.081l-57.377-38.252z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:CL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M196 0h317v171H196z'/%3e%3cpath fill='%230037A1' d='M0 0h196v171H0z'/%3e%3cpath fill='white' d='M98 24.5L113.1 71H162l-39.6 28.7 15.2 46.5L98 117.5l-39.6 28.7 15.2-46.5L34 71h48.9z'/%3e%3c/svg%3e")
}

.flag\:CM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23ce1126' d='M0 0h513v342H0z'/%3e%3cpath fill='%23007a5e' d='M0 0h171v342H0z'/%3e%3cpath d='M342 0h171v342H342zm-86 102.2l17.2 53H329L283.9 188l17.2 53-45.1-32.7-45.1 32.7 17.2-53-45.1-32.8h55.8z' fill='%23fcd116'/%3e%3c/svg%3e")
}

.flag\:CN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath d='M226.8 239.2l-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6l-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4l-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z' fill='%23FFDA44'/%3e%3c/svg%3e")
}

.flag\:CO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 343.096h512v83.567H0z'/%3e%3cpath fill='%230052B4' d='M0 256h512v87.096H0z'/%3e%3c/svg%3e")
}

.flag\:CR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 211.473h512v89.043H0z'/%3e%3cpath d='M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z' fill='%230052B4'/%3e%3c/svg%3e")
}

.flag\:CU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23FF9811' d='M0-40.8v422.9-211.4z'/%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath d='M0 0h512v68.3H0zm0 136.5h512v68.3H0zm0 136.6h512v68.3H0z' fill='%230052B4'/%3e%3cpath fill='%23D80027' d='M256 170.7L0 341.3V0z'/%3e%3cpath fill='white' d='M86.5 111.4l12.7 39.2h41.3l-33.4 24.2 12.8 39.3-33.4-24.2-33.4 24.2 12.8-39.3-33.4-24.2h41.2z'/%3e%3c/svg%3e")
}

.flag\:CV {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23003893' d='M0 0h513v342H0z'/%3e%3cpath fill='%23cf2027' d='M0 182.2h513v41.4H0z'/%3e%3cpath fill='white' d='M0 140.8h513v41.4H0zm0 82.8h513V265H0z'/%3e%3cpath d='M150.4 70l6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13.1-17.9 13.1 6.8-21.1-17.9-13.1h22.2zm0 209.7l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13h22.2zm-97.6-70.9l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-17.9-13H46zM90.1 91l6.9 21.1h22.2l-18 13 6.9 21.2-18-13.1-17.9 13.1 6.8-21.2-18-13h22.3zm-66.3 71H46l6.8-21.1 6.9 21.1h22.2l-18 13.1 6.9 21.1-18-13-17.9 13 6.8-21.1zm48.4 148.9l6.8-21.1-18-13h22.3l6.8-21.2 6.9 21.2h22.2l-18 13 6.9 21.1-18-13zM248 208.8l-6.9 21.1h-22.2l18 13-6.9 21.2 18-13.1 18 13.1-6.9-21.2 18-13h-22.2zM210.7 91l-6.8 21.1h-22.2l17.9 13-6.8 21.2 17.9-13.1 18 13.1-6.9-21.2 18-13h-22.2zm66.4 71h-22.2l-6.9-21.1-6.9 21.1h-22.2l18 13.1-6.9 21.1 18-13 18 13-6.9-21.1zm-48.4 148.9l-6.9-21.1 18-13h-22.2l-6.9-21.2-6.8 21.2h-22.2l17.9 13-6.8 21.1 17.9-13z' fill='%23f7d116' stroke='black'/%3e%3c/svg%3e")
}

.flag\:CW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23002b7f' d='M0 0h513v342H0z'/%3e%3cpath fill='%23f9e814' d='M0 233.5h513v51H0z'/%3e%3cpath d='M168.7 86.5l12.9 39.8h41.8l-33.8 24.5 12.9 39.7-33.8-24.5-33.8 24.5 12.9-39.7-33.8-24.5h41.8zm-83.3-54l7.8 23.9h25L97.9 71.1l7.8 23.8-20.3-14.7-20.3 14.7 7.8-23.8-20.3-14.7h25.1z' fill='white'/%3e%3c/svg%3e")
}

.flag\:CX {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230021ad' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%231c8a42' d='M0 0h512v341.3'/%3e%3cpath d='M77.6 272l5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9V317l-10.3-8.3-10.2 8.3v-13.2l-12.8-2.9 10.3-8.1-5.8-11.9 12.9 3zm-37.1-98.9l5.7 11.9 12.8-3-5.7 11.8 10.3 8.2-12.9 2.9.1 13.2-10.3-8.3-10.3 8.3.1-13.2-12.9-2.9 10.4-8.2L22 182l12.8 3zm37.1-80.9l5.7 11.8 12.8-2.9-5.7 11.8 10.3 8.2-12.8 2.9v13.1l-10.3-8.2-10.2 8.2V124l-12.8-2.9 10.3-8.2-5.8-11.8L72 104zm46.1 62.9l5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9v13.2l-10.3-8.2-10.2 8.2v-13.2l-12.8-2.9 10.3-8.1-5.7-11.9 12.8 3zm-32.9 54l4.4 13.7h14.5L98 231.3l4.5 13.7-11.7-8.4-11.7 8.4 4.5-13.7-11.7-8.5h14.4z' fill='white'/%3e%3ccircle fill='%23ffc639' cx='267.1' cy='170.7' r='74.5'/%3e%3cpath fill='%231c8a42' d='M267.1 220.3h24.8s10.8-19 0-37.2l24.8-24.8-12.4-24.8h-12.4s-6.2 18.6-31 18.6-31-18.6-31-18.6h-12.4l12.4 24.8-12.4 24.8 12.4 12.4s12.4-24.8 37.2-12.4c0 0 10.5 15.5 0 37.2z'/%3e%3cpath fill='%23ffc639' d='M464.4 92.2c.6-2.9-.2-17.6-.2-20.7 0-21.3-13.9-39.4-33.2-45.7 5.9 12 9.2 25.4 9.2 39.7 0 4.8-.4 9.5-1.1 14.1-2.9-4.7-6.6-8.9-11.2-12.6-17.1-13.6-40.6-14-57.9-2.5 13.4 2.9 26.3 8.9 37.7 18 9 7.1 16.2 16.8 21.7 26.1 0 0-17.8 10.9-31 15.1s-42.3 7.9-42.3 7.9c72 12 132-36 132-36-6.5-13.4-15.8-4-23.7-3.4z'/%3e%3c/svg%3e")
}

.flag\:CY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23DB7D00' d='M141.7 154.7s.2 67.1 74.7 65.3l4.5 13.9h8.9s-7.4-41.1 60.1-41.5c0 0 0-27.6 27.6-27.6H359s-66-51.8 58.9-118l1.8-13.1s-129.9 71-198.9 57.2c0 0 10.7 42.5-10.8 42.5-10.8 0-9.7-8.1-32.3-8.1-18.7 0-17.3 19.7-26.3 19.5-8.9-.2-18.8-12.3-19.6-10.2-.7 2.1 9.9 20.1 9.9 20.1z'/%3e%3cg fill='%23006651'%3e%3cpath d='M237.2 308.1c6.9-5 13-6.6 22.4-8.3s19.4-4.4 24.6-5.8-17.7 6.6-23.5 8.3c-5.8 1.6-23.5 5.8-23.5 5.8zm37.9-14.7c-1.9-11.9 2.8-24.3 13.5-29.3 2.5 8.6-5.2 23.2-13.5 29.3zm18.2-6.2c-5.8-9.8 4-22.6 11.1-28.8 3.3 6-2.5 23.7-11.1 28.8zm16.9-7.6c-6.2-8.4 1.1-23.2 8.8-29 3.1 8.2.1 23.2-8.8 29zm16.9-10.6c-5.6-8-1.7-20.4 6.3-28.4 5.8 6.6.9 21-6.3 28.4zm13.5-10.7c-4.7-7.5 1.1-25.4 8.6-30.4 3.3 6.6.8 25.4-8.6 30.4zm10.8-2.8c-1.4-10.8 17.4-22.7 25.2-22.4-.9 8.9-8.9 18.6-25.2 22.4zm-10.5 12.2c8.8-9.1 26-9.1 32.1-7.2-1.7 5.3-21.9 16.9-32.1 7.2z'/%3e%3cpath d='M328.7 276.8c12.4-3.3 20.5-6.1 27.9 1.7-5.2 6.6-25.4 4.7-27.9-1.7zm-17.7 8c11.9-6.4 26.3 3 28.5 8.6-13.3 5.5-28.7-7.2-28.5-8.6zm-16.3 9.2c10.8-4.1 23.2 1.4 28.2 7.5-5.8 2.7-21 5.7-28.2-7.5zm-14.9 4.7c12.4-1.4 24.4 8 27 13.4-15.9 1.5-22-3.2-27-13.4zm-4 9.4c-6.9-5-13-6.6-22.4-8.3-9.4-1.7-19.4-4.4-24.6-5.8-5.3-1.4 17.7 6.6 23.5 8.3 5.8 1.6 23.5 5.8 23.5 5.8zm-37.9-14.7c1.9-11.9-2.8-24.3-13.5-29.3-2.5 8.6 5.2 23.2 13.5 29.3zm-18.2-6.2c5.8-9.8-4-22.6-11.1-28.8-3.3 6 2.5 23.7 11.1 28.8zm-16.9-7.6c6.2-8.4-1.1-23.2-8.8-29-3.1 8.2-.1 23.2 8.8 29zM185.9 269c5.6-8 1.7-20.4-6.3-28.4-5.8 6.6-.9 21 6.3 28.4zm-13.5-10.7c4.7-7.5-1.1-25.4-8.6-30.4-3.3 6.6-.8 25.4 8.6 30.4zm-10.8-2.8c1.4-10.8-17.4-22.7-25.2-22.4.9 8.9 8.9 18.6 25.2 22.4zm10.5 12.2c-8.8-9.1-26-9.1-32.1-7.2 1.7 5.3 21.9 16.9 32.1 7.2z'/%3e%3cpath d='M184.3 276.8c-12.4-3.3-20.5-6.1-27.9 1.7 5.2 6.6 25.4 4.7 27.9-1.7zm17.7 8c-11.9-6.4-26.3 3-28.5 8.6 13.3 5.5 28.7-7.2 28.5-8.6zm16.3 9.2c-10.8-4.1-23.2 1.4-28.2 7.5 5.8 2.7 21 5.7 28.2-7.5zm14.9 4.7c-12.4-1.4-24.4 8-27 13.4 15.9 1.5 22-3.2 27-13.4z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:CZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%2311457e' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23d7141a' d='M512 256v170.663H0L215.185 256z'/%3e%3cpath fill='white' d='M512 85.337V256H215.185L0 85.337z'/%3e%3c/svg%3e")
}

.flag\:DE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath d='M0 85.331h512v113.775H0z'/%3e%3cpath fill='%23FFDA44' d='M0 312.882h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:DJ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%2312ad2b' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%236ab2e7' d='M512 0v166.7L0 170.8V0z'/%3e%3cpath fill='white' d='M256 170.7L0 341.3V0z'/%3e%3cpath fill='%23d7141a' d='M89.8 92.5l17 52.4H162l-44.6 32.5 17 52.4-44.6-32.4-44.6 32.4 17-52.4-44.6-32.5h55.2z'/%3e%3c/svg%3e")
}

.flag\:DK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23c60c30' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M190 0h-60v140H0v60h130v142h60V200h323v-60H190z'/%3e%3c/svg%3e")
}

.flag\:DM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23496E2D' d='M0 0h512v341.3H0z'/%3e%3cpath d='M0 110.7v120h512v-120z'/%3e%3cpath fill='%23FFDA44' d='M0 110.7h512v40H0z'/%3e%3cpath fill='white' d='M0 190.7h512v40H0z'/%3e%3cpath d='M196 0h120v341.3H196z'/%3e%3cpath fill='%23FFDA44' d='M196 0h40v341.3h-40z'/%3e%3cpath fill='white' d='M274.7 0h40v341.3h-40z'/%3e%3ccircle fill='%23D80027' cx='256' cy='170.7' r='123.1'/%3e%3cpath d='M256 58.6l4.6 14.2h15l-12.1 8.9 4.6 14.2-12.1-8.8-12.1 8.8 4.6-14.2-12.1-8.9h15zM190.1 80l12.2 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15l-4.6 14.2-4.7-14.2h-15l12.1-8.8zm-40.7 56h15l4.6-14.2 4.7 14.2h15l-12.2 8.8 4.7 14.3-12.2-8.8-12.1 8.8 4.6-14.3zm0 69.3l12.1-8.8-4.6-14.3L169 191l12.2-8.8-4.7 14.3 12.2 8.8h-15l-4.7 14.3-4.6-14.3zm40.7 56.1l4.6-14.3-12.1-8.8h15l4.7-14.3 4.6 14.3h15l-12.1 8.8 4.6 14.3-12.1-8.9zm65.9 21.4l-4.6-14.3h-15l12.1-8.8-4.6-14.3 12.1 8.8 12.1-8.8-4.6 14.3 12.1 8.8h-15zm65.9-21.4l-12.2-8.9-12.1 8.9 4.6-14.3-12.1-8.8h15l4.6-14.3 4.7 14.3h15l-12.1 8.8zm40.7-56.1h-15l-4.6 14.3-4.7-14.3h-15l12.2-8.8-4.7-14.3L343 191l12.1-8.8-4.6 14.3zm0-69.3l-12.1 8.8 4.6 14.3-12.1-8.8-12.2 8.8 4.7-14.3-12.2-8.8h15l4.7-14.2 4.6 14.2zm-40.7-56l-4.6 14.3 12.1 8.8h-15l-4.7 14.2-4.6-14.2h-15l12.1-8.8-4.6-14.3 12.1 8.8zM279.3 168.7c-11-21.1-14.5-25.1-14.5-25.1s.4-9.7.4-15.6c0-8.8-7.4-15.8-16.5-15.8-8.6 0-15.7 2.9-16.5 11-4.2.9-8.6 4.1-8.6 10.7 0 4.8 1 7.3 5.2 9.3 2.1-4.6 4.3-4.8 9.3-6.4.8.6 1.7 3 2.6 3.4l.3 1s-13.3 6.6-13.3 30.9c0 29.5 22 45.4 22 45.4l-1.8.3-1.9 7.1h22v-7.2l11 17.5c.3-.3 10.2-47.6.3-66.5z' fill='%23496E2D'/%3e%3c/svg%3e")
}

.flag\:DO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23D80027' d='M0 215.2h211.5v126.1H0z'/%3e%3cpath fill='%230052B4' d='M0 0h211.5v126.2H0z'/%3e%3cpath fill='%23D80027' d='M300.5 0H512v126.2H300.5z'/%3e%3cpath fill='%230052B4' d='M300.5 215.2H512v126.1H300.5z'/%3e%3cg stroke='white' stroke-width='5' stroke-miterlimit='10'%3e%3cpath fill='%230052B4' d='M256 130h-49.9v49.4s19.5 6 49.9 6V130z'/%3e%3cpath fill='%23D80027' d='M206.1 179.4v6c0 27.5 22.3 49.9 49.9 49.9v-49.9c-30.4 0-49.9-6-49.9-6z'/%3e%3cpath fill='%230052B4' d='M256 235.3c27.5 0 49.9-22.3 49.9-49.9v-6s-19.5 6-49.9 6v49.9z'/%3e%3cpath fill='%23D80027' d='M256 130v55.4c30.4 0 49.9-6 49.9-6V130H256z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:DZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%2341662E' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0h256v341.3H256z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M341.5 105.3l-29.4 40.4-47.5-15.4 29.4 40.4-29.4 40.4 47.5-15.4 29.4 40.4v-50l47.5-15.5-47.5-15.4z'/%3e%3cpath d='M309.9 276.7c-58.5 0-106-47.5-106-106s47.5-106 106-106c18.3 0 35.4 4.6 50.4 12.7-23.5-23-55.7-37.2-91.2-37.2-72 0-130.4 58.4-130.4 130.4S197.1 301 269.1 301c35.5 0 67.7-14.2 91.2-37.2-14.9 8.2-32.1 12.9-50.4 12.9z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:EC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23FFDA44' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%230052B4' d='M0 170.7h512V256H0z'/%3e%3cpath fill='%23D80027' d='M0 256h512v85.3H0z'/%3e%3ccircle fill='%23FFDA44' cx='256' cy='170.7' r='59.4'/%3e%3cpath fill='%234C1F00' d='M369.2 79.9s-27.2-13.8-33.9-16c-6.7-2.2-49.1-13.2-49.1-7 0 10.3-13.5 12-15.5 12s-2-5.3-14.8-5.3-13.7 4.8-15.8 4.8c-2.2 0-14.5-1-14.5-11.5 0-5.2-42.9 4-49.1 7-6.1 3.1-33.9 16-33.9 16s45.8 2.7 53.9 6.2 43.8 16.5 43.8 16.5l-2.8 13.3h37.8l-3.8-13.3s35.1-12.7 43.8-16.5 53.9-6.2 53.9-6.2z'/%3e%3cpath fill='%2357BA17' d='M217.7 171.7c0 21.1 17.2 38.3 38.3 38.3 21.1 0 38.3-17.2 38.3-38.3v-11.5h-76.5v11.5z'/%3e%3cpath fill='%23338AF3' d='M256 110.5c-21.1 0-38.3 17.2-38.3 38.3v11.5h76.5v-11.5c.1-21.1-17.1-38.3-38.2-38.3z'/%3e%3c/svg%3e")
}

.flag\:EE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23111' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23368FD8' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='white' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:EG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23D80027' d='M0 0h512v113.8H0z'/%3e%3cpath d='M0 227.6h512v113.8H0z'/%3e%3cpath fill='%23C09300' d='M220.3 204.4s0-58.4 4.5-64.7c3.1-4.3 16.8 5.2 22.7 4.5 0 0 4.2-7.5 4.5-12 .3-4.6-1.1-7.6-4.9-6.2 0 0-1.2-2.1.5-3.3 1.6-1.2 5.6.1 5.6.1s-.5-1 1.6-.9c2.9.2 7.2 1.4 7.4 5.6.2 3.1.3 7.7.4 8.7.7 6.8 2.7 8.7 2.7 8.7s18.4-9.2 22-5.2c3.3 3.8 4.5 64.7 4.5 64.7l-18.1-16.8 12.1 29.5s-14.4 2.4-28.9 2.4c-14.5 0-31.1-4.2-31.1-4.2l13.8-28.2-19.3 17.3z'/%3e%3c/svg%3e")
}

.flag\:EH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath d='M0 0h512v113.8H0z'/%3e%3cpath fill='%23428823' d='M0 227.6h512v113.8H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M256 170.7L0 341.3V0zm53.1 0c0-22.9 13.1-42.1 34.6-46.8-3.3-.7-6.7-1.1-10.3-1.1-26.4 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9c3.5 0 7-.4 10.3-1.1-21.5-4.8-34.6-23.9-34.6-46.8z'/%3e%3cpath d='M365 129.2l10.3 31.7h33.3l-27 19.6 10.3 31.7-26.9-19.6-27 19.6 10.3-31.7-27-19.6h33.4z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:ER {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23338AF3' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%2356AF35' d='M0 0h512v170.7H0z'/%3e%3cpath fill='%23D80027' d='M0 341.3l512-170.7L0 0v341.3z'/%3e%3cg fill='%23ffc945'%3e%3cpath d='M134.7 231.5c33.6 0 60.8-27.2 60.8-60.8s-27.2-60.8-60.8-60.8-60.8 27.2-60.8 60.8 27.2 60.8 60.8 60.8zm0 24.3c-47 0-85.2-38.1-85.2-85.2s38.1-85.2 85.2-85.2 85.2 38.1 85.2 85.2-38.2 85.2-85.2 85.2z'/%3e%3ccircle cx='119.5' cy='148.3' r='17.5'/%3e%3ccircle cx='148.9' cy='158.5' r='17.5'/%3e%3ccircle cx='134.7' cy='135.2' r='17.5'/%3e%3ccircle cx='119.5' cy='172.7' r='17.5'/%3e%3ccircle cx='149.9' cy='182.8' r='17.5'/%3e%3ccircle cx='122.5' cy='198' r='17.5'/%3e%3ccircle cx='145.9' cy='205.2' r='17.5'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:ES {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath d='M0 85.331h512v113.775H0zm0 227.551h512v113.775H0z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:ET {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='%2320AA46' d='M0 0h22.5v5H0V0z'/%3e%3cpath fill='%23E92F3B' d='M0 10h22.5v5H0v-5z'/%3e%3cpath fill='%23FADF50' d='M0 5h22.5v5H0V5z'/%3e%3ccircle fill='%23205CCA' cx='11.3' cy='7.5' r='5.2'/%3e%3cg stroke='%23FFDB3D' fill='none'%3e%3cpath d='M11.3 8.8l-2.1 1.5.8-2.4-2-1.5h2.5l.8-2.3.8 2.3h2.6l-2.1 1.5.8 2.4-2.1-1.5zm-1-2.4h1.9M9.9 7.8l1.3 1m.8-2.6l.7 1.8M10 7.9l.6-1.8M11 9l1.6-1.1' stroke-width='.5'/%3e%3cpath d='M8.7 3.9l1.1 1.6m4-1.7l-1 1.6m-1.5 4.7V12M8.9 8.3L7.1 9m8.4 0l-1.8-.7' stroke-width='.25'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:FI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%232E52B2' d='M512 129.3V212H203.7v129.3H121V212H0v-82.7h121V0h82.7v129.3z'/%3e%3c/svg%3e")
}

.flag\:FJ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%232E52B2' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v22.6l-46.1 30.7H256v64h-46.1L256 148v22.7h-22.6l-73.4-49v49H96v-49l-73.4 49H0V148l46.1-30.7H0v-64h46.1L0 22.6V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z'/%3e%3cpath d='M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176z'/%3e%3cpath d='M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176zM0 170.7v-15.1l57.4-38.3H80zm256 0v-15.1l-57.4-38.3H176z'/%3e%3c/g%3e%3cpath fill='%23F3F3F3' d='M307.1 127.1v92c0 61.6 80.5 80.5 80.5 80.5s80.4-19 80.4-80.6v-92l-80.5-23-80.4 23.1z'/%3e%3cpath fill='%23D80027' d='M468 132.8V98.3H307.1v34.5h69v69h-69v23h69V296c6.9 2.5 11.5 3.5 11.5 3.5s4.6-1.1 11.5-3.5v-71.2h69v-23h-69v-69H468z'/%3e%3c/svg%3e")
}

.flag\:FK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.8 115L256 170.7v-15.8L184.2 115z'/%3e%3cpath fill='white' d='M155.8 115L256 170.7v-15.8L184.2 115z'/%3e%3cpath d='M155.8 115L256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M100.2 55.6L0 0v15.7l71.8 39.9z'/%3e%3cpath fill='white' d='M100.2 55.6L0 0v15.7l71.8 39.9z'/%3e%3cpath d='M100.2 55.6L0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z' fill='%23D80027'/%3e%3cpath fill='%231F8BDE' d='M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3z'/%3e%3cpath fill='white' d='M312.2 194.2v-90c0-8.5 6.5-15.3 15-15.3h120.5c8.3 0 15 6.8 15 15.3v90c0 75.2-75.2 105.3-75.2 105.3s-75.3-30.1-75.3-105.3zm79.6 86.3c7.9-4.5 15.9-10 23.2-16.7 20.5-18.5 32.6-41.4 32.6-69.7v-90c0-.3-120.4-.3-120.4-.3v90.3c0 28.3 12.1 51.2 32.6 69.7 8.3 7.5 17.6 13.9 27.6 19 1.4-.6 2.8-1.4 4.4-2.3z'/%3e%3cpath fill='%23187536' d='M347.1 193.4c-2.6-7.9 1.7-14.3 10.1-14.3h60.5c8.2 0 12.8 6.3 10.1 14.3l-5.5 16.5c-2.6 7.9-8.9 9.2-15.8 4 0 0 2.6-4.8-19.1-4.8-21.7 0-19.1 4.8-19.1 4.8-6.1 5.7-13.1 4-15.8-4 .1.1-5.4-16.5-5.4-16.5z'/%3e%3cpath fill='white' d='M357.4 179.1c8.1 1.6 17.8-15 30.1-15 13.1 0 21.8 17.1 30.1 15 7.4-1.8 15-22.2 15-30.1 0-16.6-20.2-30.1-45.1-30.1-24.9 0-45.1 13.5-45.1 30.1-.1 8.5 6.6 28.5 15 30.1zm-1.4 91.6c6.2.4 12.5-1.8 17.2-6.5l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c4.7 4.7 11 6.9 17.1 6.5 5.3-.3 32.5-33.5 25.7-32.6-4.6.6-9.1 2.8-12.7 6.3l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-3.5-3.5-7.8-5.6-12.3-6.3-6.7-1.1 20.1 32.2 25.3 32.5zM322.1 210c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0l9 9c8.8 8.7 22.9 8.7 31.7 0l9-9c2.9-2.9 7.5-2.9 10.4 0 0 0 5.5-14.8 2.5-15.9-7.9-2.9-17.2-1.2-23.5 5.2l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-8.7-8.8-22.9-8.8-31.7-.1l-.1.1-9 9c-2.9 2.9-7.5 2.9-10.4 0l-9-9c-6.2-6.2-15.1-8-22.8-5.5-3.1 1.1 1.9 16.1 1.9 16.1z'/%3e%3c/svg%3e")
}

.flag\:FM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23338AF3' d='M0 0h512v341.3H0z'/%3e%3cpath d='M256 37.9l10.1 31.2H299l-26.6 19.3 10.2 31.2-26.6-19.3-26.6 19.3 10.2-31.2L213 69.1h32.9zM123.2 170.7l31.2-10.2v-32.8l19.3 26.6 31.2-10.2-19.3 26.6 19.3 26.5-31.2-10.1-19.3 26.5v-32.8zM256 303.5l-10.1-31.2H213l26.6-19.3-10.2-31.3L256 241l26.6-19.3-10.2 31.3 26.6 19.3h-32.9zm132.8-132.8l-31.2 10.1v32.8l-19.3-26.5-31.2 10.1 19.3-26.5-19.3-26.6 31.2 10.2 19.3-26.6v32.8z' fill='white'/%3e%3c/svg%3e")
}

.flag\:FO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%230F61A5' d='M512 214.5H206.2v126.8h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H512V192z'/%3e%3cpath fill='%23E50E3D' d='M512 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z'/%3e%3c/svg%3e")
}

.flag\:FR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e")
}

.flag\:GA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%230052B4' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:GB {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23D80027' d='M288 85.33h-64v138.666H0v64h224v138.666h64V287.996h224v-64H288z'/%3e%3cpath d='M393.785 315.358L512 381.034v-65.676zm-82.133 0L512 426.662v-31.474l-143.693-79.83zm146.982 111.304l-146.982-81.664v81.664z' fill='%230052B4'/%3e%3cpath fill='white' d='M311.652 315.358L512 426.662v-31.474l-143.693-79.83z'/%3e%3cpath fill='%23D80027' d='M311.652 315.358L512 426.662v-31.474l-143.693-79.83z'/%3e%3cpath d='M90.341 315.356L0 365.546v-50.19zm110.007 14.154v97.151H25.491z' fill='%230052B4'/%3e%3cpath fill='%23D80027' d='M143.693 315.358L0 395.188v31.474l200.348-111.304z'/%3e%3cpath d='M118.215 196.634L0 130.958v65.676zm82.133 0L0 85.33v31.474l143.693 79.83zM53.366 85.33l146.982 81.664V85.33z' fill='%230052B4'/%3e%3cpath fill='white' d='M200.348 196.634L0 85.33v31.474l143.693 79.83z'/%3e%3cpath fill='%23D80027' d='M200.348 196.634L0 85.33v31.474l143.693 79.83z'/%3e%3cpath d='M421.659 196.636L512 146.446v50.19zm-110.007-14.154V85.331h174.857z' fill='%230052B4'/%3e%3cpath fill='%23D80027' d='M368.307 196.634L512 116.804V85.33L311.652 196.634z'/%3e%3c/svg%3e")
}

.flag\:GD {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23c60a0a' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%233E8446' d='M256 170.7L44.5 296.8V44.5z'/%3e%3cpath d='M256 170.7l211.5 126.1h-423zM467.5 44.5L256 170.7 44.5 44.5z' fill='%23FFDA44'/%3e%3cpath fill='%233E8446' d='M467.5 44.5v252.3L256 170.7z'/%3e%3cpath d='M256 10.4l3.3 10.2H270l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm-85.9 0l3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm171.8 0l3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zM256 304.2l3.3 10.2H270l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm-85.9 0l3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm171.8 0l3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7z' fill='%23FFDA44'/%3e%3ccircle fill='%23c60a0a' cx='244.5' cy='170.7' r='76.2'/%3e%3cpath fill='%23FFDA44' d='M244.5 110.1l13.6 41.8h44l-35.6 25.8 13.6 41.8-35.6-25.8-35.5 25.8 13.6-41.8-35.6-25.8h44zm-136.8 57.7c4.4 6.9 2.3 16.1-4.6 20.5s-16.1 2.3-20.5-4.6c-7.9-12.5-3.3-33-3.3-33s20.4 4.6 28.4 17.1z'/%3e%3ccircle fill='%23A2001D' cx='99.1' cy='182.1' r='7.4'/%3e%3c/svg%3e")
}

.flag\:GE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='white' d='M.8 0h21v15H.8V0z'/%3e%3cpath fill='%23eb000e' d='M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z'/%3e%3cpath fill='%23eb000e' d='M17.3 2.7l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm-12.7 0l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm0 9l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2zm12.7 0l-.2-1.2h1l-.2 1.2 1.2-.2v1l-1.2-.2.2 1.2h-1l.2-1.2-1.2.2v-1l1.2.2z'/%3e%3c/svg%3e")
}

.flag\:GF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='%23FDEB01' d='M0 0l90 60H0z'/%3e%3cpath fill='%2358A846' d='M90 0v60L0 0z'/%3e%3cpath fill='%23ED3D24' d='M50.7 33.3l9.3-6.7H48.5L45 15.7l-3.5 10.9H30l9.3 6.7-3.6 11 9.3-6.7 9.3 6.7z'/%3e%3c/svg%3e")
}

.flag\:GG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M308 0H204v118.7H0v104h204V342h104V222.7h205v-104H308z'/%3e%3cpath fill='%23FFDA44' d='M368.6 188l26 17.3V136l-26 17.3h-95.3V58.1l17.3-26h-69.2l17.3 26v95.2h-95.3l-26-17.3v69.3l26-17.3h95.3v95.2l-17.3 26h69.2l-17.3-26V188z'/%3e%3c/svg%3e")
}

.flag\:GH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23496E2D' d='M0 312.888h512v113.775H0z'/%3e%3cpath d='M255.883 199.111l14.119 43.458 40.366 3.2-36.969 26.861 19.453 40.259-36.969-26.859-36.97 26.859 14.123-43.459-36.969-26.861h45.696z'/%3e%3c/svg%3e")
}

.flag\:GI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 230h513v112H0z'/%3e%3cpath fill='%23D80027' stroke='black' stroke-miterlimit='10' d='M363.1 131.8V99.1H374V77.3h-21.9v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7h-21.8V55.5h10.9V33.7h-21.8v10.9h-10.9V33.7H254v10.9h-10.9V33.7h-21.8v21.8h10.9v76.3h-21.8V99.1h10.9V77.3h-21.8v10.9h-21.8V77.3h-21.8v21.8h10.9v32.7H145V219h239.9v-87.2z'/%3e%3cpath fill='%23FFDA44' stroke='black' stroke-miterlimit='10' d='M264.9 235.5l-24.2 18.2 19.1 14.3v31.3h-23.2v9h23v7.9h-23v9.3H270V268l19.1-14.3-24.2-18.2zm0 25.3l-10.1-7.1 10.1-7.1 10.1 7.1-10.1 7.1z'/%3e%3cpath d='M239.6 209.7v-27.9s.1-22.3 25-22.3c24.8 0 25.7 22 25.7 22v28.2h-50.7zm-69.1 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8z'/%3e%3cpath d='M169.1 209.7v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm151.8 0v-24.3s.1-18.7 19.6-18.7 20.2 18.4 20.2 18.4v24.5h-39.8zm8.4-77.7v-15.7s.1-12.1 11.3-12.1c11.3 0 11.7 11.9 11.7 11.9V132h-23zm-78.8 0v-23.7s.1-18.3 14.3-18.3c14.2 0 14.7 18 14.7 18v24h-29zm-73 0v-15.7s.1-12.1 11.3-12.1 11.7 11.9 11.7 11.9V132h-23z'/%3e%3c/svg%3e")
}

.flag\:GL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 0v171H0V0z'/%3e%3ccircle fill='white' cx='185.8' cy='171.2' r='117.8'/%3e%3cpath fill='%23D80027' d='M68 171c0-65.1 52.8-117.8 117.8-117.8 65.1 0 117.8 52.8 117.8 117.8'/%3e%3c/svg%3e")
}

.flag\:GM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%231a7e25' d='M0 322.783h512v103.88H0z'/%3e%3cpath fill='%23cf0d19' d='M0 85.337h512v104.515H0z'/%3e%3cpath fill='%230052B4' d='M0 210.877h512v89.656H0z'/%3e%3c/svg%3e")
}

.flag\:GN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h512v342H0z'/%3e%3cpath fill='%236DA544' d='M342 0h171v342H342z'/%3e%3cpath fill='%23D80027' d='M0 0h171v342H0z'/%3e%3c/svg%3e")
}

.flag\:GP {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e")
}

.flag\:GQ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v113.8H0z'/%3e%3cpath fill='%23D80027' d='M0 227.6h513V342H0z'/%3e%3cpath fill='%230070C8' d='M126 170.7L0 341.3V0z'/%3e%3cpath fill='none' stroke='black' stroke-miterlimit='10' d='M233.8 139.4v40.4c0 35.6 35.6 35.6 35.6 35.6s35.6 0 35.6-35.6v-40.4h-71.2z'/%3e%3cpath fill='%23786145' d='M264.5 179.8h9.8l4 25.8h-17.8z'/%3e%3cpath fill='%236DA544' d='M287.2 162c0-9.8-8-14.8-17.8-14.8s-17.8 5-17.8 14.8c-4.9 0-8.9 4-8.9 8.9s4 8.9 8.9 8.9h35.6c4.9 0 8.9-4 8.9-8.9s-4-8.9-8.9-8.9z'/%3e%3cpath d='M230.7 120l1.9 3.3h3.8l-1.9 3.3 1.9 3.2h-3.8l-1.9 3.3-1.9-3.3H225l1.9-3.2-1.9-3.3h3.8zm15.3 0l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zm15.3 0l1.9 3.3h3.7l-1.9 3.3 1.9 3.2h-3.7l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8zm15.8 0l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H279l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zm16 0l1.9 3.3h3.8l-1.9 3.3 1.9 3.2H295l-1.9 3.3-1.9-3.3h-3.7l1.8-3.2-1.8-3.3h3.7zm15 0l1.9 3.3h3.7l-1.9 3.3 1.9 3.2H310l-1.9 3.3-1.9-3.3h-3.8l1.9-3.2-1.9-3.3h3.8z' fill='%23FFDA00' stroke='black' stroke-miterlimit='10'/%3e%3c/svg%3e")
}

.flag\:GR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cg fill='%230d5eaf'%3e%3cpath d='M0 0h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z'/%3e%3cpath d='M0 0h190v190H0z'/%3e%3c/g%3e%3cg fill='white'%3e%3cpath d='M0 76h190v38H0z'/%3e%3cpath d='M76 0h38v190H76z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:GS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cpath fill='%23D80027' d='M0 170.7v-11l62.5-42.3h22.6L7.3 170.7zM7.3.1l77.8 53.2H62.5L0 11.1V.1zM256 .1v11l-62.5 42.3h-22.6L248.7.1zm-7.3 170.6l-77.8-53.3h22.6l62.5 42.3v11z'/%3e%3cellipse fill='white' cx='443.4' cy='233.6' rx='29' ry='43.5'/%3e%3cellipse fill='%23FFCE00' cx='406.9' cy='317.7' rx='22' ry='9.3'/%3e%3cellipse fill='%23FFCE00' cx='364' cy='317.7' rx='22' ry='9.3'/%3e%3cpath fill='%2339B200' d='M342 190.1l43.4 86.9 43.5-86.9z'/%3e%3cellipse fill='%239B9B9B' cx='327.5' cy='233.6' rx='29' ry='43.5'/%3e%3cpath fill='%23757575' d='M371 175.6l-14.5 14.5h57.9l-14.5-14.5 14.5-43.5s-13-29-29-29-29 29-29 29l14.6 43.5z'/%3e%3ccircle fill='%23C6B56F' cx='385.4' cy='67' r='29'/%3e%3ccircle fill='%23A54A00' cx='386' cy='88.7' r='29'/%3e%3ccircle fill='white' cx='443.4' cy='117.7' r='29'/%3e%3ccircle fill='%230049FF' cx='342.2' cy='146.7' r='29'/%3e%3ccircle fill='%230041F9' cx='429.8' cy='146.7' r='29'/%3e%3ccircle fill='%23F7D71E' cx='386' cy='233.6' r='29'/%3e%3ccircle fill='%23CEC851' cx='457.9' cy='190.1' r='29'/%3e%3ccircle fill='white' cx='385.4' cy='289.5' r='29'/%3e%3cpath fill='%237C0B29' d='M371 135.7l14.5-3.5 14.5 3.5c0 7.5-14.5 11-14.5 11s-14.5-3.5-14.5-11z'/%3e%3ccircle fill='white' cx='327.5' cy='117.4' r='29'/%3e%3c/svg%3e")
}

.flag\:GT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h171v342H0zm342 0h171v342H342z' fill='%23338AF3'/%3e%3ccircle fill='%23DCC26D' cx='256' cy='155.8' r='25.5'/%3e%3cpath fill='%23628A40' d='M194.2 155.9c0 22.1 11.8 42.5 30.8 53.5 5.9 3.4 13.5 1.4 16.9-4.5 3.4-5.9 1.4-13.5-4.5-16.9-11.5-6.6-18.5-18.9-18.5-32.1 0-6.8-5.5-12.4-12.4-12.4s-12.3 5.5-12.3 12.4zm95.1 52.1c17.8-11.4 28.6-31 28.5-52.1 0-6.8-5.5-12.4-12.4-12.4-6.8 0-12.4 5.5-12.4 12.4 0 12.7-6.5 24.5-17.1 31.3-5.8 3.6-7.7 11.2-4.1 17 3.6 5.8 11.2 7.7 17 4.1.2-.1.3-.2.5-.3z'/%3e%3c/svg%3e")
}

.flag\:GU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%230052B4' d='M11.1 11.1h489.7v319.1H11.1z'/%3e%3cpath fill='%237DBEF1' d='M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z'/%3e%3cpath fill='%231C8AE6' d='M179.8 180.7h152.6l-29.3 64.9h-95.2z'/%3e%3cpath fill='%23FFF042' d='M192.3 205.9s40.5 38.2 51 38.2c12.4 0 12.6-18.4 25.5-25.5 20.2-11.1 51-12.7 51-12.7L297 248.7l-41 36.6-46.8-39.7-16.9-39.7z'/%3e%3cpath fill='%23259C7B' d='M256 157.5l-22.5 15.6 7.9-26.2-21.8-16.5 27.4-.5 9-25.9 9 25.9 27.4.5-21.8 16.6 7.9 26.2-22.5-15.7z'/%3e%3cpath fill='%238E5715' d='M249.7 144.6c-.9 9.2-1.5 18.4-1.7 27.6-.3 11.9.3 20.7 2 26 2.2 6.6 7.2 12.9 14.2 18.9 5.3 4.6 10.6 8.1 14.2 10.1 3.1 1.7 7 .6 8.7-2.4 1.7-3.1.6-7-2.4-8.7-4.3-2.5-8.4-5.4-12.2-8.7-5.4-4.6-9.1-9.2-10.4-13.3-1.1-3.4-1.6-11.3-1.4-21.7.2-8.9.8-17.8 1.7-26.6.4-3.5-2.2-6.6-5.7-7-3.6-.3-6.7 2.3-7 5.8z'/%3e%3cpath fill='white' d='M217.8 170.7l25.5 38.2h-25.5v-38.2z'/%3e%3cpath fill='none' stroke='%23D80027' stroke-width='12' stroke-miterlimit='10' d='M256 285.3s76.4-51.3 76.4-114.6S256 56 256 56s-76.4 51.3-76.4 114.6S256 285.3 256 285.3z'/%3e%3c/svg%3e")
}

.flag\:GW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v170.663H0z'/%3e%3cpath fill='%23D80027' d='M0 85.331h181.793v341.337H0z'/%3e%3cpath d='M98.32 195.127l15.107 46.497h48.894l-39.555 28.74 15.108 46.498-39.554-28.737-39.556 28.737 15.111-46.498-39.554-28.74h48.891z'/%3e%3c/svg%3e")
}

.flag\:GY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%23009E49' d='M0 0h900v600H0V0z'/%3e%3cpath fill='white' d='M0 0l947 300L0 600V0z'/%3e%3cpath fill='%23FFD00D' d='M0 26.1L870 300 0 573.9V26.1z'/%3e%3cpath fill='%232D2D2D' d='M0 0l450 300L0 600V0z'/%3e%3cpath fill='%23D3132F' d='M0 35l397.5 265L0 565V35z'/%3e%3c/svg%3e")
}

.flag\:HK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath d='M274.2 119.8c-5.1 21.1-14.1 17.1-18.5 35.5-26.1-6.3-42.1-32.5-35.9-58.6 6.3-26.1 32.5-42.1 58.5-35.9-8.7 36.9.5 40.1-4.1 59zm-67.6 15.6c18.5 11.3 11.9 18.7 28 28.6-14 22.9-43.9 30-66.8 16s-30-43.9-16-66.8c32.3 19.8 38.2 12.1 54.8 22.2zm-6 69.2c16.5-14.1 21.4-5.5 35.8-17.8 17.4 20.4 15 51-5.4 68.4-20.4 17.4-51 15-68.4-5.4 28.7-24.6 23.2-32.6 38-45.2zm63.9 27.1c-8.3-20.1 1.4-22.1-5.9-39.6 24.8-10.3 53.2 1.5 63.4 26.3 10.3 24.8-1.5 53.2-26.3 63.4-14.5-35-23.8-32.2-31.2-50.1zm45.5-52.4c-21.6 1.7-20.6-8.1-39.5-6.6-2.1-26.7 17.9-50.1 44.6-52.2 26.7-2.1 50.1 17.9 52.2 44.6-37.7 2.9-37.9 12.7-57.3 14.2z' fill='white'/%3e%3c/svg%3e")
}

.flag\:HM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cg fill='white'%3e%3cpath d='M223.397 255.996c.273-.304.543-.609.813-.916-.27.308-.546.61-.82.916h.007zm-34.18 41.927l10.958 22.913 24.747-5.718-11.083 22.853 19.9 15.781-24.776 5.585.069 25.398-19.815-15.89-19.814 15.89.069-25.398-24.776-5.585 19.9-15.781-11.083-22.853 24.746 5.718zm197.859 28.464l5.227 10.929 11.803-2.728-5.286 10.9 9.492 7.528-11.818 2.663.032 12.114-9.45-7.578-9.45 7.578.032-12.114-11.817-2.663 9.491-7.528-5.285-10.9 11.803 2.728zm-48.623-115.939l5.227 10.93 11.803-2.729-5.286 10.901 9.491 7.528-11.817 2.663.032 12.115-9.45-7.58-9.451 7.58.033-12.115-11.818-2.663 9.491-7.528-5.284-10.901 11.802 2.729zm48.623-66.25l5.227 10.93 11.803-2.73-5.286 10.902 9.491 7.527-11.817 2.664.032 12.114-9.45-7.58-9.45 7.58.032-12.114-11.817-2.664 9.491-7.527-5.285-10.902 11.803 2.73zm42.471 49.688l5.227 10.929 11.802-2.728-5.284 10.9 9.491 7.527-11.818 2.664.033 12.114-9.451-7.578-9.45 7.578.032-12.114-11.817-2.664 9.491-7.527-5.286-10.9 11.803 2.728zm-30.368 57.97l4.11 12.652h13.304l-10.763 7.82 4.112 12.652-10.763-7.819-10.765 7.819 4.112-12.652-10.763-7.82h13.304z'/%3e%3cpath d='M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.553l45.167-25.099H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.827V85.333h55.652v48.573l87.43-48.573z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath fill='white' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915zm-83.98 0L0 240.259v15.737l100.174-55.652z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath fill='white' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath d='M100.174 140.982L0 85.33v15.737l71.847 39.915zm83.98 0L256 101.067V85.33l-100.174 55.652z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:HN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v114H0zm0 228h513v114H0zm203.5-110.1l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zm105 0l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zM256 147.6l6.7 16.6 17.6 1-14 10.9 4.7 17.7-15-9.9-15 9.9 4.7-17.7-14-10.9 17.6-1zm-52.5 29.7l6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1zm105 0l6.7 16.6 17.6 1-14 10.9 4.7 17.6-15-9.9-15 9.9 4.7-17.6-14-10.9 17.6-1z' fill='%23338AF3'/%3e%3c/svg%3e")
}

.flag\:HR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M0 0h513v114H0z'/%3e%3cpath fill='%230052B4' d='M0 228h513v114H0z'/%3e%3cpath d='M309.3 113.2v-44l17.5-14.4 17.7 14.4v44zm-105.6 0v-44l-17.3-14.4-17.9 14.4v44zm35.2 0v-44l17.6-14.4 17.6 14.4v44z' fill='%23338AF3'/%3e%3cpath d='M309.3 113.2h-35.2v-44l17.5-14.4 17.7 14.4zm-70.4 0h-35.2v-44l17.5-14.4 17.7 14.4z' fill='%230052B4'/%3e%3cpath stroke='%23D80027' fill='white' d='M168.5 113.2v101.9c0 24.3 14.4 46.2 35.4 59.4 21.3 13.4 42.1 14.7 52.6 14.7s31.4-1.7 52.6-14.8c21-13 35.4-35.1 35.4-59.3V113.2h-176z'/%3e%3cpath d='M168.5 113.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-105.6 35.2h35.2v35.2h-35.2zm35.2 35.2h35.2V254h-35.2zm35.2-35.2h35.2v35.2h-35.2zm70.4 0h35.2v35.2h-35.2zm-35.2 35.2h35.2V254h-35.2zm35.2 55.5c8.6-5.4 16.2-12.3 22-20.3h-22v20.3zM181.7 254c5.8 8 13.3 14.9 22 20.4V254h-22zm57.2 0v33.7c7.2 1.2 13.3 1.5 17.6 1.5 4.3 0 10.4-.3 17.6-1.6V254h-35.2z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:HT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23A2001D' d='M0 0h513v172H0z'/%3e%3cpath fill='%230052B4' d='M0 172h513v172H0z'/%3e%3cpath fill='white' d='M381.4 251.5l-110.7-13.8-110.8 13.8V85.4h221.5z'/%3e%3ccircle fill='%230052B4' cx='270.7' cy='182.3' r='55.4'/%3e%3ccircle fill='%23A2001D' cx='270.7' cy='182.3' r='27.7'/%3e%3cpath fill='%236DA544' d='M229.1 113.1h83.1l-41.5 41.5z'/%3e%3cpath fill='%23FFDA44' d='M256.8 140.8h27.7v83h-27.7z'/%3e%3cpath fill='%236DA544' d='M314.9 215.5h-88.5l-66.5 36h221.5z'/%3e%3c/svg%3e")
}

.flag\:HU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:ID {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.333h512v341.333H0z'/%3e%3cpath fill='%23E00' d='M0 85.333h512V256H0z'/%3e%3c/svg%3e")
}

.flag\:IE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23FF9811' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e")
}

.flag\:IL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M340.6 122.4h-56.1l-28-48.6-28 48.6h-56.1l28 48.6-28 48.6h56.1l28 48.6 28-48.6h56.1l-28-48.6 28-48.6zM293.2 171L276 204.2h-38.9L219.8 171l17.2-33.2h38.9l17.3 33.2zm-36.7-71.8l11.9 23.3h-23.9l12-23.3zm-58.3 38.6h23.9l-10.8 21-13.1-21zm0 66.4l13-22.1 11.9 22.1h-24.9zm58.3 37.5l-11.9-22.1h23.9l-12 22.1zm59.4-37.5h-25l11.9-22.1 13.1 22.1zm-26.1-66.4h26.1l-13 22.1-13.1-22.1zM0 21.3h512V64H0zm0 256h512V320H0z' fill='%232E52B2'/%3e%3c/svg%3e")
}

.flag\:IM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23E52D42' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M393.3 68.2h-45.8l-33.8 80.2-34.4-22.9s-24.7-59.1-34.4-68.2c-9.7-9.7-18.7-.6-48.9 7.8-29.6 8.4-30.8 18.7-42.2 18.7-4.8 0-19.9-17.5-27.7-22.3-12.1-7.8-16.9-4.2-13.9 7.2 1.2 4.8 10.9 10.9 16.9 19.9 7.8 11.5 12.7 25.9 12.7 25.9s10.9-10.3 16.9-12.1c9-2.4 19.3 1.8 31.4 0 15.1-2.4 31.4-10.9 31.4-10.9l4.2 43.4s-54.3 50.7-49.5 70.6 56.1 44.6 68.2 62.7c12.1 17.5-7.2 24.1-7.2 32.6s-1.8 19.9 7.2 16.3c9-3.6 10.3-18.1 18.7-31.4 6-9 10.3-13.9 11.5-17.5 1.8-9-23.5-32-37.4-48.9-6.6-7.8-19.9-18.7-19.9-18.7l39.2-29.6s67.6 27.7 82.6 18.7c15.1-9 19.3-98.3 19.3-98.3l47-11.5-12.1-11.7z'/%3e%3cpath fill='%23F8DD4E' d='M279.3 262.4c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.8-182.8c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm0 91.1c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6 0 11.5 4.8 11.5 11.5-.6 6.7-5.5 11.5-11.5 11.5zm-136.9 45.8c-6 0-11.5-4.8-11.5-11.5 0-6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5s-5.5 11.5-11.5 11.5zm45.2-136.9c-6 0-11.5-4.8-11.5-11.5s4.8-11.5 11.5-11.5c6 0 11.5 4.8 11.5 11.5s-4.8 11.5-11.5 11.5zm22.9 91.1c-6 0-11.5-10.3-11.5-22.9s4.8-22.9 11.5-22.9c6 0 11.5 10.3 11.5 22.9s-4.8 22.9-11.5 22.9zm-114-45.2c-6 0-11.5-4.8-11.5-11.5 0-6.6 4.8-11.5 11.5-11.5 6.6 0 11.5 4.8 11.5 11.5 0 6.6-4.8 11.5-11.5 11.5z'/%3e%3c/svg%3e")
}

.flag\:IN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23181A93' d='M17.3 0h478.4v342H17.3V0z'/%3e%3cpath fill='%23FFA44A' d='M0 0h513v114H0V0z'/%3e%3cpath fill='%231A9F0B' d='M0 228h513v114H0V228z'/%3e%3cpath fill='white' d='M0 114h513v114H0V114z'/%3e%3ccircle fill='white' cx='256.5' cy='171' r='34.2'/%3e%3cpath fill='%23181A93' d='M256.5 216.6c-25.1 0-45.6-20.5-45.6-45.6s20.5-45.6 45.6-45.6 45.6 20.5 45.6 45.6-20.5 45.6-45.6 45.6zm0-11.4c18.2 0 34.2-16 34.2-34.2s-15.9-34.2-34.2-34.2-34.2 16-34.2 34.2 16 34.2 34.2 34.2z'/%3e%3ccircle fill='%23181A93' cx='256.5' cy='171' r='22.8'/%3e%3c/svg%3e")
}

.flag\:IO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0-.3h513V342H0V-.3z'/%3e%3cpath fill='%230052B4' d='M462.9 198.1c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zM0 31.7l19 10c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-10 20-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-10 21-10s13 6 20 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 21 10c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-10 20-10s14 6 20 10c11 6 22 12 32.1 12s20-6 31.1-12l19-10v-22c-10 1-20 6-30.1 12-7 4-16 9-20 9s-14-5-21-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-11-30.1-12v22zm462.9 55.2c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 3.9-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 1 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-8 19-9v-23zm-50.1 133.3c-4 0-14-5-21-9-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 9-20 9s-14-5-20-9c-11-6-22-12-32.1-12-9 0-20 6-31.1 12-7 4-16 9-20 9s-13-5-20-9c-11-6-22-12-31.1-12-10 0-21 6-32.1 12-6 4-16 9-20 9s-13-5-20-9c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 9-21 9s-13-5-20-9c-10-6-20-12-30.1-12v22l19 9c11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12l19-9v-22c-10 0-20 6-30.1 12-7 4-16 9-20 9zm50.1 34c-10 1-20 6-30.1 12-7 4-16 10-20 10s-14-6-21-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-14-6-20-10c-11-6-22-12-32.1-12s-20 6-31.1 12c-7 4-16 10-20 10s-13-6-20-10c-11-6-22-12-31.1-12s-21 6-32.1 12c-6 4-16 10-20 10s-13-6-20-10c-11-6-21-12-31.1-12s-20 6-31.1 12c-7 4-17 10-21 10s-13-6-20-10c-10-6-20-11-30.1-12v23c4 0 13 5 19 9 11 6 21 12 31.1 12s21-6 32.1-12c6-4 16-9 20-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 17-9 21-9s13 5 20 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 21 9c11 6 21 12 31.1 12s20-6 31.1-12c7-4 16-9 20-9s14 5 20 9c11 6 22 12 32.1 12s20-6 31.1-12c6-4 15-9 19-9v-23z'/%3e%3cpath fill='white' d='M0-.3h256v171H0V-.3z'/%3e%3cpath d='M389.8 119.9H408v78.8h-18.3l.1-78.8zm0 117.8H408v75.1h-18.3l.1-75.1z' fill='%23A2001D'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144-.3h-32v70H0v32h112v69h32v-69h112v-32H144v-70z'/%3e%3cpath d='M0-.3v15l57 39h23L0-.3zm256 0v15l-57 39h-23l80-54z'/%3e%3cpath d='M0-.3v15l57 39h23L0-.3zm256 0v15l-57 39h-23l80-54zM0 170.7v-15l57-38h23l-80 53zm256 0v-15l-57-38h-23l80 53z'/%3e%3c/g%3e%3cg fill='%232E52B2'%3e%3cpath d='M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zm160 23v31h-46l46-31zm-96-23v49l73-49h-73z'/%3e%3cpath d='M0 22.7v31h46l-46-31zm96-23v49L23-.3h73zm160 23v31h-46l46-31zm-96-23v49l73-49h-73zM0 147.7v-30h46l-46 30zm96 23v-49l-73 49h73zm160-23v-30h-46l46 30zm-96 23v-49l73 49h-73z'/%3e%3c/g%3e%3cpath fill='%235DA51E' stroke='%2345602C' stroke-width='4' stroke-miterlimit='10' d='M462.8 91.5h-29.1l25.7-25.7c4.5-4.4 4.5-11.4 0-15.8l-3.4-3.4c-4.4-4.4-11.4-4.4-15.8 0l-25.9 25.9V37.4c0-6.2-5.1-11.3-11.3-11.3h-4.7c-6.2 0-11.3 5.1-11.3 11.3v31.7l-23.5-23.8c-4.7-4.7-12.2-4.7-16.9 0l-3.6 3.6c-4.7 4.7-4.7 12.4 0 17.2l25 25.4h-30.6c-6 0-10.9 4.9-10.9 10.9v4.6c0 6 4.9 10.9 10.9 10.9H369l-20.7 20.7c-4.4 4.4-4.4 11.4 0 15.8l3.4 3.4c4.4 4.4 11.4 4.4 15.8 0l19.6-19.6V167c0 6.1 5.1 11.1 11.3 11.3h4.7c6.2 0 11.3-5.1 11.3-11.3v-28.3l22.2 22.6c4.7 4.7 12.4 4.7 17.1 0l3.6-3.6c4.7-4.7 4.7-12.4 0-17.2L435.2 118h27.6c5.9 0 10.7-4.9 10.9-10.9v-4.6c0-6.1-4.9-11-10.9-11z'/%3e%3cpath fill='%23E2DD24' stroke='%23525625' stroke-width='4' stroke-miterlimit='10' d='M439.2 249.1h-79.8s-.9-13.4-6-21.8c-6.2-10.4-13.9-28.1-1.4-36.7 15.9-10.9 33.7.8 48.2.8 11.8.1 26.9-14 45-.8 12.2 8.9 3.9 28.2-1.3 36.7-7 11.5-4.7 21.8-4.7 21.8z'/%3e%3c/svg%3e")
}

.flag\:IQ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23CE1126' d='M0 0h513v114H0z'/%3e%3cpath d='M0 228h513v114H0z'/%3e%3cpath d='M219.2 160.7h-29.3c1.5-5.7 6.6-9.9 12.8-9.9v-19.9c-18.3 0-33.1 14.9-33.1 33.1v16.5h49.6c1.8 0 3.3 1.5 3.3 3.3v6.6h-66.2v19.9h86.1v-26.5c0-12.7-10.4-23.1-23.2-23.1zm49.6 29.8v-59.6H249v79.5h33.1v-19.9zm66.2 0v-59.6h-19.8v59.6h-6.6v-19.8h-19.9v39.7h59.6v-19.9z' fill='%23547C31'/%3e%3c/svg%3e")
}

.flag\:IR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h512v342H0z'/%3e%3cpath fill='%236DA544' d='M0 0h513v114H0z'/%3e%3cpath d='M0 227.9h513v114H0zm278.8-93.1c.1 2 8.7 26.2 4.4 39.4-6.6 20.3-15.8 21.8-19.8 24.5V134l-6.9-4.2-6.9 4.2v64.7c-4-2.7-12.4-2.4-19.8-24.5-4.3-12.7 5.7-37.3 5.8-39.2 0 0-9.5 8.1-15.8 24-5.9 14.8 1.9 49.6 29.5 54.8 2.3.4 4.7 5.6 7.2 5.6 2.1 0 4.1-5.2 6-5.5 28.4-4.6 35-41.7 29.9-55.6-5.4-14.6-13.6-23.5-13.6-23.5z' fill='%23D80027'/%3e%3cpath d='M44.6 98.9h22.3v24.4H44.6zM0 98.9h22.3v24.4H0zm89.2 0h22.3v24.4H89.2zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4H223zm44.7 0H290v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0h22.3v24.4h-22.3zm44.6 0H513v24.4h-22.3zm-446.1 118h22.3v25.5H44.6zm-44.6 0h22.3v25.5H0zm89.2 0h22.3v25.5H89.2zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5H223zm44.7 0H290v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0h22.3v25.5h-22.3zm44.6 0H513v25.5h-22.3z' fill='white' opacity='.5'/%3e%3c/svg%3e")
}

.flag\:IS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z'/%3e%3cpath fill='%23D80027' d='M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z'/%3e%3c/svg%3e")
}

.flag\:IT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M341.334 85.33H0v341.332h512V85.33z'/%3e%3cpath fill='%236DA544' d='M0 85.333h170.663V426.67H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.333H512V426.67H341.337z'/%3e%3c/svg%3e")
}

.flag\:JE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M301.8 171L513 30.2V0h-45.3L256.5 140.8 45.3 0H0v30.2L211.2 171 0 311.8V342h45.3l211.2-140.8L467.7 342H513v-30.2z'/%3e%3cpath fill='%23FFDA44' d='M233.7 44.6l22.3 5.6 22.3-5.6 4-20.9-14.9 6.5L256 14.8l-11.4 15.4-14.9-6.5z'/%3e%3cpath fill='%23D80027' d='M233.7 44.6s-4 12.9-4 29.9c0 27.9 26.3 41.3 26.3 41.3s26.3-15.5 26.3-41.3c0-15.4-4-29.9-4-29.9s-8.1-5-22.3-5-22.3 5-22.3 5z'/%3e%3c/svg%3e")
}

.flag\:JM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M215.864 256.006L0 399.911V112.089zM512 112.089v287.822L296.136 256.006z'/%3e%3cpath fill='%230052B4' d='M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z'/%3e%3cpath fill='%23FFDA44' d='M512 112.089L296.136 256.006 512 399.911v26.757h-40.125L256 282.752 40.125 426.668H0v-26.757l215.864-143.905L0 112.089V85.331h40.125L256 229.248 471.875 85.331H512z'/%3e%3c/svg%3e")
}

.flag\:JO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.339h512v341.326H0z'/%3e%3cpath d='M0 85.339h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.89h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M256 256.006L0 426.669V85.331z'/%3e%3cpath fill='white' d='M77.913 224.802l7.876 16.469 17.786-4.11-7.965 16.426 14.303 11.343-17.808 4.014.049 18.255-14.241-11.421-14.241 11.421.05-18.255-17.809-4.014 14.303-11.343-7.965-16.426 17.786 4.11z'/%3e%3c/svg%3e")
}

.flag\:JP {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3ccircle fill='%23D80027' cx='256' cy='255.994' r='96'/%3e%3c/svg%3e")
}

.flag\:KE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath d='M0 85.331h512v90.579H0z'/%3e%3cpath fill='%23496E2D' d='M0 336.089h512v90.568H0z'/%3e%3cpath fill='%23A2001D' d='M0 198.606h512v114.799H0z'/%3e%3cg fill='white'%3e%3cpath d='M323.265 139.803l-25.583-11.809L256 222.376l-41.682-94.382-25.583 11.809 51.749 116.191-51.749 116.192 25.583 11.808L256 289.613l41.682 94.381 25.583-11.808-51.749-116.192z'/%3e%3cpath d='M273.376 150.931C263.472 140.115 256 133.898 256 133.898s-7.472 6.216-17.376 17.032v210.127C248.528 371.873 256 378.091 256 378.091s7.472-6.216 17.376-17.033V150.931z'/%3e%3c/g%3e%3cpath d='M209.04 191.226v129.535c10.465 18.542 23.274 33.742 32.872 43.818V147.408c-9.599 10.076-22.408 25.275-32.872 43.818zm93.92 0c-10.465-18.543-23.274-33.742-32.872-43.818V364.58c9.599-10.077 22.407-25.276 32.872-43.818V191.226z' fill='%23A2001D'/%3e%3cpath d='M302.96 191.226v129.535c10.594-18.774 18.784-40.973 18.784-64.767s-8.19-45.993-18.784-64.768zm-93.92 0v129.535c-10.594-18.774-18.784-40.973-18.784-64.767s8.19-45.993 18.784-64.768z'/%3e%3c/svg%3e")
}

.flag\:KG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 342'%3e%3cg fill='%23D80027'%3e%3cpath d='M0 0h513v342H0z'/%3e%3ccircle cx='256' cy='170.7' r='170.7'/%3e%3c/g%3e%3cpath fill='%23FFDA44' d='M382.4 170.7L330.8 195l27.5 50-56.1-10.7-7.1 56.6-39.1-41.7-39.1 41.7-7.1-56.6-56.1 10.7 27.5-50-51.6-24.3 51.6-24.3-27.5-50.1 56.1 10.8 7.1-56.7L256 92.1l39.1-41.7 7.1 56.7 56.1-10.8-27.5 50.1z'/%3e%3ccircle fill='%23D80027' cx='257.4' cy='170.7' r='71.6'/%3e%3cpath d='M214.2 170.7c-2.1 0-4.1.1-6.2.3.1 12 4.4 22.9 11.6 31.5 3.8-10.3 9.5-19.6 16.7-27.7-6.9-2.7-14.3-4.1-22.1-4.1zm26.6 46.5c5.2 1.9 10.8 2.9 16.6 2.9 5.8 0 11.4-1 16.6-2.9-2.8-11.1-8.7-21-16.6-28.8-7.9 7.8-13.8 17.7-16.6 28.8zm59.4-71.2c-8.5-14.8-24.5-24.7-42.8-24.7-18.3 0-34.2 9.9-42.8 24.7 15.6.1 30.2 4.3 42.8 11.6 12.6-7.3 27.2-11.6 42.8-11.6zm-21.7 28.8c7.2 8 12.9 17.4 16.7 27.7 7.2-8.5 11.5-19.5 11.6-31.5-2-.2-4.1-.3-6.2-.3-7.7 0-15.2 1.4-22.1 4.1z' fill='%23FFDA44'/%3e%3c/svg%3e")
}

.flag\:KH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z' fill='%230052B4'/%3e%3cpath fill='white' d='M303.49 281.971v-17.809h-11.873v-23.745l-11.872-11.872-11.872 11.872v-23.744L256 204.8l-11.873 11.873v23.744l-11.872-11.872-11.872 11.872v23.745H208.51v17.809h-11.872v17.808h118.724v-17.808z'/%3e%3c/svg%3e")
}

.flag\:KI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 450 300'%3e%3cpath fill='%23CE1126' d='M0 0h450v300H0V0z'/%3e%3cg fill='%23FCD116'%3e%3ccircle cx='227.6' cy='161.2' r='56.2'/%3e%3cpath d='M254.1 73.4l-23.7 26 28.6 6.5zm-51.5.2l-4.8 33.1 28.5-8zm94.3 26.7l-34.7 8.5 20.1 23.7zm-138.3-1.8l15.5 32.7 20.2-22.7zm159 45.3l-34.4-9.9 5.6 29.5zm-182-2.6l31.9 19.8 5.2-27.7z'/%3e%3c/g%3e%3cpath fill='%23003F87' d='M0 175h450v125H0V175z'/%3e%3cpath fill='white' d='M0 267c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21zm0-43c15 0 30 13 45 13s30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13 30 13 45 13 30-13 45-13v-21c-15 0-30 13-45 13s-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13-30 13-45 13-30-13-45-13v21z'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23FCD116' d='M183.2 48.3l-1.1-5.3 22.4-3.7s-30.1-7.1-40-10.7c-14.3-5.1-16.3-12.1-16.3-12.1s44.7 11 64.8 11c4.3 0 12.8 10.7 12.8 10.7s14.8-14.9 21.9-15.4c32.1-2.3 66.6-6.4 66.6-6.4s-10 6.7-16 8.5c-16.2 4.9-50.6 11.7-50.6 11.7l-4.8 7.5H277l-14.4 4.3 7.4 6.9s-7.8-4.1-18.1-2.1c-7.1 1.3-15.4 6-22.9 8-18.7 4.8-29.9-12.8-29.9-12.8l-15.9-.1z'/%3e%3c/svg%3e")
}

.flag\:KM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v85.337H0z'/%3e%3cpath fill='white' d='M0 170.663h512V256H0z'/%3e%3cpath fill='%23D80027' d='M0 256h512v85.337H0z'/%3e%3cpath fill='%236DA544' d='M256 256.006L0 426.668V85.331z'/%3e%3cg fill='white'%3e%3cpath d='M68.638 256c0-24.865 17.476-45.638 40.812-50.734a52.059 52.059 0 00-11.13-1.208c-28.688 0-51.942 23.255-51.942 51.942s23.255 51.942 51.942 51.942c3.822 0 7.543-.425 11.13-1.208-23.337-5.096-40.812-25.869-40.812-50.734z'/%3e%3cpath d='M108.877 211.478l2.762 8.503h8.94l-7.232 5.256 2.762 8.502-7.232-5.255-7.234 5.255 2.764-8.502-7.234-5.256h8.94zm0 22.261l2.762 8.503h8.94l-7.232 5.255 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.255h8.94zm0 22.261l2.762 8.503h8.94l-7.232 5.255 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.255h8.94zm0 22.261l2.762 8.502h8.94l-7.232 5.256 2.762 8.503-7.232-5.255-7.234 5.255 2.764-8.503-7.234-5.256h8.94z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:KN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='%236DA544' d='M512 0H0v342'/%3e%3cpath fill='%23FFDA44' d='M307.7 0L0 194.5V342h206.9L513 148.5V0z'/%3e%3cpath d='M513 0H385.2L0 249.4V341l126.2 1L513 91.6z'/%3e%3cpath d='M141.1 187l31.2 24 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.3-22.2zM310.6 70.8l31.2 23.9 32.3-22.2-13.1 37 31.1 23.9-39.2-1.1-13.2 37-11.1-37.6-39.2-1.1 32.4-22.2z' fill='white'/%3e%3c/svg%3e")
}

.flag\:KP {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%2391DC5A' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath d='M0 85.331h512v57.188H0zM0 369.48h512v57.177H0z' fill='%230052B4'/%3e%3cpath fill='%23D80027' d='M0 165.215h512v181.582H0z'/%3e%3ccircle fill='white' cx='190.33' cy='255.994' r='65.668'/%3e%3cpath fill='%23D80027' d='M190.332 190.332l14.734 45.346h47.757l-38.65 28.028 14.849 45.481-38.69-28.16-38.631 28.107 14.79-45.428-38.616-28.028h47.722z'/%3e%3c/svg%3e")
}

.flag\:KR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='white' d='M0 0h900v600H0z'/%3e%3cg transform='rotate(-56.31)'%3e%3cpath d='M-75 228.3H75m-150 37.5H75m-150 37.5H75m-150 475H75m-150 37.5H75m-150 37.5H75' stroke='black' stroke-width='25'/%3e%3cpath stroke='white' stroke-width='12.5' d='M0 753.3v125'/%3e%3ccircle fill='%23ca163a' cy='540.8' r='150'/%3e%3cpath fill='%230e4896' d='M0 390.8c-41.4 0-75 33.6-75 75s33.6 75 75 75 75 33.6 75 75-33.6 75-75 75c-82.8 0-150-67.2-150-150s67.2-150 150-150z'/%3e%3c/g%3e%3cpath d='M231.56 535.73l-83.205-124.808M262.76 514.928l-83.205-124.807m114.407 104.006l-83.205-124.808m478.43-138.675l-83.205-124.807M720.39 209.843L637.184 85.036m114.407 104.006L668.386 64.234' stroke='black' stroke-width='25'/%3e%3cpath stroke='white' stroke-width='12.5' d='M205.6 462.897l31.202-20.8m389.981-259.989l36.444-24.296m31.202-20.801l31.202-20.801'/%3e%3c/svg%3e")
}

.flag\:KW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3cpath d='M166.957 312.889L0 426.663V85.337l166.957 113.774z'/%3e%3c/svg%3e")
}

.flag\:KY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3ccircle fill='%236DA544' cx='384' cy='181.79' r='29.682'/%3e%3cpath fill='%23D80027' d='M332.054 174.377h103.88v44.522h-103.88z'/%3e%3cpath fill='%23496E2D' d='M435.942 255.997v-.001.001z'/%3e%3cpath fill='%23FFDA44' d='M332.058 285.678v29.682h15.616c9.364 9.176 22.18 14.84 36.326 14.84 14.147 0 26.962-5.664 36.326-14.84h15.616v-29.682H332.058z'/%3e%3cpath fill='%23338AF3' d='M332.058 211.475v44.522c0 39.759 51.942 51.942 51.942 51.942s51.942-12.182 51.942-51.942v-44.522H332.058z'/%3e%3cpath d='M383.997 235.256c-12.985 0-12.985 11.873-25.97 11.873s-12.985-11.873-25.97-11.873v20.777c12.985 0 12.985 11.873 25.97 11.873s12.985-11.873 25.97-11.873c12.986 0 12.986 11.873 25.973 11.873 12.986 0 12.986-11.873 25.973-11.873v-20.777c-12.986 0-12.986 11.873-25.973 11.873-12.986-.001-12.986-11.873-25.973-11.873zm0-41.59c-12.985 0-12.985 11.873-25.97 11.873s-12.985-11.873-25.97-11.873v20.777c12.985 0 12.985 11.873 25.97 11.873s12.985-11.873 25.97-11.873c12.986 0 12.986 11.873 25.973 11.873 12.986 0 12.986-11.873 25.973-11.873v-20.777c-12.986 0-12.986 11.873-25.973 11.873-12.986 0-12.986-11.873-25.973-11.873z' fill='%23F3F3F3'/%3e%3cpath fill='white' d='M256 85.334v22.617l-46.069 30.709H256v64h-46.069L256 233.38v22.617h-22.628L160 207.078v48.919H96v-48.919l-73.372 48.919H0V233.38l46.069-30.72H0v-64h46.069L0 107.951V85.334h22.628L96 134.241V85.334h64v48.907l73.372-48.907z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 85.329h-32v69.334H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath d='M0 85.329v15.082l57.377 38.252H80zm256 0v15.082l-57.377 38.252H176z'/%3e%3cpath d='M0 85.329v15.082l57.377 38.252H80zm256 0v15.082l-57.377 38.252H176zM0 255.997v-15.082l57.377-38.252H80zm256 0v-15.082l-57.377-38.252H176z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:KZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2336B6CC' d='M0 0h513v342H0V0z'/%3e%3ccircle fill='%23FFD400' cx='256.5' cy='170.9' r='68.4'/%3e%3cpath fill='%23FFD400' d='M256.5 251.5l-27.9 41.7-7.1-49.7-43.2 25.5 15.2-47.8-50 4.2 34.4-36.5-46.9-18 46.8-18-34.4-36.5 50 4.2-15.2-47.8 43.2 25.4 7.1-49.7 27.9 41.7 27.9-41.7 7.1 49.7 43.2-25.4-15.2 47.8 50-4.2-34.3 36.6 46.8 17.9-46.8 18 34.4 36.5-50-4.2 15.2 47.8-43.2-25.4-7.1 49.7c0-.1-27.9-41.8-27.9-41.8zm0-.8c44.1 0 79.9-35.8 79.9-79.9S300.6 91 256.5 91s-79.9 35.8-79.9 79.9 35.8 79.8 79.9 79.8zM22.8 28.3c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V28.3zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6V74zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0 45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H28.5c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm22.8-22.8c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7V245c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.7c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V188zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6v-11.4zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V96.8zm0-45.6c0-3.2 2.4-5.7 5.7-5.7h11.3c3.2 0 5.7 2.4 5.7 5.7v11.3c.1 3.1-2.4 5.7-5.6 5.7H51.3c-3.1 0-5.7-2.5-5.7-5.6V51.2z'/%3e%3c/svg%3e")
}

.flag\:LA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cpath d='M0 .1h513v90.7H0zm0 251.2h513V342H0z' fill='%23D80027'/%3e%3ccircle fill='white' cx='256.5' cy='171' r='65.9'/%3e%3c/svg%3e")
}

.flag\:LB {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 .2h513v90.7H0zm.5 251.1H513V342H.5z' fill='%23D80027'/%3e%3cpath fill='%236DA544' d='M290.3 193.5L256 130.7l-34.3 62.8h25.7v17.2h17.2v-17.2z'/%3e%3cpath fill='%2314AF5A' d='M241.3 213.1c4.4-4.4 4.4-11.6-.1-16l4.7 4.7c-5.2-4.7-12.2-6.6-19.1-5.3l-23.5 5.9c-6.1 1.5-6.8-.4-1.8-4.2l27.1-20.3c5.1-3.8 4.2-6.9-2.3-6.9h-11c-6.4 0-7-2.3-1.5-5.1l25.3-12.7c5.6-2.8 5.1-5.1-1.5-5.1h-11c-6.4 0-7.4-3.1-2.3-6.9l27.1-20.3c5.6-3.8 12.9-3.8 18.5 0l27.1 20.3c5.1 3.8 4.2 6.9-2.3 6.9h-11c-6.4 0-7 2.3-1.5 5.1l25.3 12.7c5.6 2.8 5.1 5.1-1.5 5.1h-11c-6.4 0-7.4 3.1-2.3 6.9l27.1 20.3c5.1 3.8 4.4 5.7-1.8 4.2l-23.5-5.9c-6.8-1.3-13.9.6-19.1 5.3l4.7-4.7c-4.4 4.4-4.5 11.5-.1 16l6.8 6.8c4.4 4.4 3.1 8-3.3 8h-45.8c-6.2 0-7.7-3.6-3.3-8 .1.1 6.9-6.8 6.9-6.8z'/%3e%3c/svg%3e")
}

.flag\:LC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%2355B2FF' d='M0 0h513v342H0z'/%3e%3cpath fill='%23F3F3F3' d='M148.5 298.1h216l-108-254.2z'/%3e%3cpath fill='%23333' d='M186 272.7l70.5-160.3L327 272.7z'/%3e%3cpath fill='%23FFDA44' d='M148.5 298.1h216l-108-101.7z'/%3e%3c/svg%3e")
}

.flag\:LI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 0h513v171H0z'/%3e%3cpath fill='%23FFDA44' d='M149.3 98.1c0-14-11.3-25.3-25.3-25.3-6.5 0-12.4 2.4-16.9 6.4V64.4h8.4V47.5h-8.4v-8.4H90.3v8.4h-8.4v16.9h8.4v14.9c-4.5-4-10.4-6.4-16.9-6.4-14 0-25.3 11.3-25.3 25.3 0 7.5 3.3 14.2 8.4 18.8v14.9h84.3V117c5.3-4.7 8.5-11.5 8.5-18.9z'/%3e%3c/svg%3e")
}

.flag\:LK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%23A2001D' d='M222.6 22.3h267.1v296.8H222.6z'/%3e%3cpath fill='%23D80027' d='M22.3 22.3h200.3v296.8H22.3z'/%3e%3cpath fill='%23FFDA44' d='M200.3 0h22.3v342h-22.3z'/%3e%3cpath fill='%236DA544' d='M22.3 22.3h89v296.8h-89z'/%3e%3cpath fill='%23FF9811' d='M111.3 22.3h89v296.8h-89z'/%3e%3cpath fill='%23FFDA44' d='M368.2 156.8c-1.4-2 0-37.9 0-37.9.9-7.4.1-8.4 1-11.4.9-2.9 5.4-11.6 5.4-11.6s-6-2.3-10.3-.6c-4.3 1.7-24.7-7.5-31.2 3.4-4.4 7-23.6 16.2-24.6 14-1-2.2-5.9-5-6.9-2.9s-.7 13.9 0 16c.8 2.6 9.8 2 12.3 3.1 3.7 1.8 12.2 8.2 11.9 10.7-.3 2.5-22.5-6-24.2-4.5-1.4 1.2-1.9 13.2-.4 15 1.8 2.1 23.4 5.6 25 7.5 1.6 1.9-13.1 7.4-12.3 25 .7 14.7 8 17.4 8 17.4s-2.4 3.6-7.8 3.1c-6.2-.6-27.4-17.7-27.4-17.7s-3.5-109 3.6-121.4c4.9-8.5-22.7 10.1-22.7 50.8V151c0 6.6-1.4 22.4 2.6 34 0 0-.4 46.9 1.5 49.6s12.7 2.2 14.8 0 0-30 0-30c7.7.2 18.3 17.5 32.5 16.4 20.6-1.6 28.7-9.9 34.3-5 8.1 7.1 5.5 23.2.4 31.5-2.2 3.5-14.3 4.7-15.7 7.6-1.4 2.9.5 5.4.5 5.4h29.7s1.4-20.5 2.7-26.1c1.3-5.7-.6-10.7 5.9-10.4 23.5 1.1 39.8-15.3 45.5-8 3.2 4.1 5.6 29.9 3.3 33.3-2.2 3.4-13.8 2.8-15.2 6.7-1.4 4 .8 4.4.8 4.4h29.7s-.4-21.2 2.5-27.7 4.9-10.4 9.3-17.2c4.4-6.8 11.3-15.7 11.3-36.2 0-14.2-8.1-22.8-8.1-22.8H417c-14.1.2-47.4 2.3-48.8.3zm-136-124.5c10.7-10.6 20.2-2.7 22.2 2.1 1.9 4.8 2.1 8.2 2.8 13.6.9 6.9 4.9 14 4.9 14s-7.1-3.8-14.7-4.2c-4.7-.3-9-.6-13.6-2.5-5.7-2.3-11.7-12.9-1.6-23zm248.4-.1c10.7 10.6 2.8 20.2-2 22.2s-8.2 2.1-13.6 2.8c-6.9.9-14 5-14 5s3.7-7.1 4.2-14.7c.3-4.7.6-9.1 2.4-13.6 2.2-5.7 12.8-11.8 23-1.7zm.1 276.9c-10.7 10.6-20.2 2.6-22.2-2.2-1.9-4.8-2.1-8.2-2.7-13.6-.8-6.9-4.9-14.1-4.9-14.1s7 3.8 14.7 4.3c4.7.3 9 .6 13.6 2.5 5.7 2.4 11.7 13.1 1.5 23.1zm-248.2-.1c-10.6-10.7-2.7-20.2 2.1-22.2 4.8-1.9 8.2-2.1 13.6-2.8 6.9-.9 14-4.9 14-4.9s-3.8 7.1-4.2 14.7c-.3 4.7-.6 9-2.5 13.6-2.3 5.7-12.9 11.8-23 1.6z'/%3e%3cpath fill='none' stroke='%23FFDA44' stroke-width='6' stroke-miterlimit='10' d='M446.9 162.4s7.5-2.6 8.4-16.1c.6-8.6-19.8-16-39-11.5-19.7 4.6-34-3.1-34-14.6 0-22.9 29.7-16.2 38.9-11.3 9.1 4.9 29.7 23.5 35.1 9.4'/%3e%3c/svg%3e")
}

.flag\:LR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath d='M0 0h512v31.1H0zm0 62.2h512v31.1H0zm0 62.3h512v31.1H0zm0 62.3h512v31.1H0zm0 62.5h512v31.1H0zm0 61.6h512V342H0z' fill='%23bf0a30'/%3e%3cpath fill='%23002868' d='M0 0h155.6v155.6H0z'/%3e%3cpath fill='white' d='M77.8 30.2l10.7 32.9h34.6l-28 20.4 10.7 32.9-28-20.3-28 20.3 10.7-32.9-28-20.4h34.6z'/%3e%3c/svg%3e")
}

.flag\:LS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%230052B4' d='M0 0h513v114H0z'/%3e%3cpath fill='%236DA544' d='M0 227.6h513v114H0z'/%3e%3cpath d='M245.2 171l7.7-23.1c2-5.9 5.1-6 7.1 0l7.7 23.1 19.4 29.1c1.7 2.6 1.3 6.3-1.2 8 0 0-6.9 8-29.5 8s-29.5-8-29.5-8c-2.4-2-2.9-5.4-1.2-8l19.5-29.1z'/%3e%3cpath d='M256.5 171c-12.5 0-22.6-10.1-22.6-22.6 0-12.5 10.1-22.6 22.6-22.6s22.6 10.1 22.6 22.6c0 12.5-10.2 22.6-22.6 22.6zm0 0c6.2 0 11.3-16.3 11.3-22.6 0-6.2-5.1-11.3-11.3-11.3-6.2 0-11.3 5.1-11.3 11.3 0 6.3 5 22.6 11.3 22.6z'/%3e%3c/svg%3e")
}

.flag\:LT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:LU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23338AF3' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:LV {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath class='prefix__st1' d='M0 0h513v127.6H0zm0 214.4h513V342H0z' fill='%23A2001D'/%3e%3c/svg%3e")
}

.flag\:LY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23496E2D' d='M0 312.888h512v113.775H0z'/%3e%3cg fill='white'%3e%3cpath d='M281.424 236.026l8.962 12.35 14.513-4.706-8.975 12.339 8.961 12.349-14.509-4.724-8.976 12.34.01-15.258-14.51-4.725 14.514-4.706z'/%3e%3cpath d='M256.965 286.868c-17.048 0-30.868-13.821-30.868-30.868s13.821-30.868 30.868-30.868a30.742 30.742 0 0114.684 3.71c-6.851-6.698-16.218-10.833-26.556-10.833-20.982 0-37.992 17.01-37.992 37.992s17.01 37.992 37.992 37.992c10.338 0 19.706-4.135 26.556-10.833a30.738 30.738 0 01-14.684 3.708z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:MA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337v341.326h512V85.337z'/%3e%3cpath fill='%2320661b' d='M352 226.484h-73.337L256 156.738l-22.663 69.748H160l59.331 43.107-22.663 69.749L256 296.232l59.332 43.107-22.663-69.749L352 226.484zm-116.063 37.711l7.663-23.585h24.8l7.663 23.585v.001L256 278.772l-20.063-14.577zm27.873-37.711h-15.619L256 202.447l7.81 24.037zm24.269 28.982l-4.827-14.856h25.274l-20.447 14.856zm-59.331-14.856l-4.827 14.856-20.447-14.856h25.274zm-5.211 61.748l7.81-24.036 12.636 9.181-20.446 14.855zm44.479-14.856l12.636-9.181 7.81 24.036-20.446-14.855z'/%3e%3c/svg%3e")
}

.flag\:MC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.333h512v341.333H0z'/%3e%3cpath fill='%23c70000' d='M0 85.333h512V256H0z'/%3e%3c/svg%3e")
}

.flag\:MD {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23FFDA44' d='M0 0h513v342H0z'/%3e%3cpath fill='%23D80027' d='M342 0h171v342H342z'/%3e%3cpath fill='%230052B4' d='M0 0h171v342H0z'/%3e%3cpath fill='%23AF7F59' d='M206.2 129.1h33.2L256 79.3l16.6 49.8h33.2v99.6L256 262l-49.8-33.2v-99.7zm33.2 33.3v49.8h33.2v-49.8h-33.2z'/%3e%3c/svg%3e")
}

.flag\:ME {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23E6BE53' d='M0 0h513v342H0z'/%3e%3cpath fill='%23E01D24' d='M20 20h473v302H20z'/%3e%3cpath fill='%23E6BE53' d='M248.5 112.9c4.4 4.4 11.6 4.4 16 0l-4.7 4.7 22.7-22.7c4.9-4.5 12.1-5.6 18.2-2.8l2.1 1c5.7 2.9 6.7 8.7 2.3 13.1l4.7-4.7-22.8 22.8c-4.5 4.9-5.6 12.1-2.8 18.2l1 2.1c2.9 5.7 5.1 15.4 5.1 21.6v-11.3c0 6.2 4.4 9.1 10.2 6.2l2.1-1c5.7-2.9 6.7-8.7 2.3-13.1l4.7 4.7c-4.4-4.4-4.4-11.6 0-16l-4.7 4.7c5.2-5.5 9.6-11.6 13.1-18.2l1-2.1c2.9-5.7 6.3-15.1 7.9-21.2l5.8-23.3c1.5-6 5.9-6.8 9.6-1.8l20.2 26.9c3.8 5.1 6.9 14 6.9 20.6v22.4c0 6.3-2.2 15.8-5.1 21.7l-1 2.1c-3.5 6.6-7.9 12.7-13.1 18.2l-6.8 6.8c-5.4 5.2-11.5 9.6-18.2 13.1l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.2 0-6.9 2.2-1.1 5.1l2.1 1c5.7 2.9 13.8 8.7 18.2 13.1l-4.7-4.7c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L339 226c4.6 4.9 5.7 12.1 2.9 18.2l-1 2.1c-2.9 5.7-10.4 10.2-16.4 10.2-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.5-3.6-11.8-8.9-15.4-15.4l-1-2.1c-2.9-5.7-8.7-6.7-13.1-2.3l4.7-4.7c-4.4 4.7-5.2 11.8-1.8 17.3l10.3 15.4c3.4 5.1 2 12.1-3.1 15.5L266 284.4c-5.7 3.4-12.8 3.4-18.6 0L232 274.1c-5.1-3.4-6.5-10.3-3.1-15.5l10.3-15.4c3.4-5.5 2.6-12.6-1.8-17.3l4.7 4.7c-4.4-4.4-10.2-3.6-13.1 2.3l-1 2.1c-2.9 5.7-9.5 12.4-15.4 15.4l-2.1 1c-5.7 2.9-15.5 5.1-21.6 5.1-6.9-.3-13.1-4.2-16.4-10.2l-1-2.1c-2.8-6.1-1.6-13.3 2.9-18.2l-4.7 4.7c4.4-4.4 11.6-4.4 16 0L181 226c4.4 4.4 11.6 4.4 16 0l-4.7 4.7c5.5-5.2 11.6-9.6 18.2-13.1l2.1-1c5.7-2.9 5-5.1-1.1-5.1-7.5-.3-14.8-2-21.6-5.1l-2.1-1c-6.6-3.5-12.7-7.9-18.2-13.1l-6.8-6.8c-5.2-5.4-9.6-11.5-13.1-18.2l-1-2.1c-3.1-6.8-4.9-14.2-5.1-21.7V121c0-6.3 3.1-15.6 6.9-20.6l20.2-26.9c3.8-5.1 8.1-4.3 9.6 1.8l5.8 23.3c2 7.3 4.6 14.4 7.9 21.2l1 2.1c2.9 5.7 8.7 13.8 13.1 18.2l-4.7-4.7c4.4 4.4 4.4 11.6 0 16l4.7-4.7c-4.4 4.4-3.6 10.2 2.3 13.1l2.1 1c5.7 2.9 10.2 0 10.2-6.2v11.3c0-6.2 2.2-15.7 5.1-21.6l1-2.1c2.8-6.1 1.7-13.2-2.8-18.2l-22.7-22.7 4.7 4.7c-4.4-4.4-3.6-10.2 2.3-13.1l2.1-1c6.1-2.8 13.2-1.7 18.2 2.8l22.7 22.7-4.8-4.5zm-18-40.7c-4.4-4.4-3.2-9.5 2.8-11.5l12.4-4.2c6-2 15.5-2 21.5 0l12.4 4.2c6 2 7.2 7.1 2.8 11.5l-6.8 6.8c-5.3 4.7-12.1 7.5-19.2 7.9-6.2 0-14.8-3.5-19.2-7.9.1 0-6.7-6.8-6.7-6.8z'/%3e%3cpath fill='%23215F90' d='M233.9 200.2c0 6.2 1.7 6.4 4.2.5 0 0 7.1-23.2 18.4-23.2 11.3 0 18.6 23.6 18.6 23.6 2.2 5.7 4 5.3 4-1.1v-11.2c0-18.7-10.1-33.9-22.6-33.9-12.5 0-22.6 15.2-22.6 33.9v11.4z'/%3e%3c/svg%3e")
}

.flag\:MF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108 72'%3e%3cpath d='M0 0h108v72H0z' fill='%23003787'/%3e%3cpath d='M0 0h108L60 48v24H48V48z' fill='white'/%3e%3ccircle cx='54' cy='30' r='8' fill='%23f9d90f'/%3e%3cpath d='M44 30h20L54 48z' fill='white'/%3e%3cpath d='M54 48L38 33h32z' fill='%23cf142b'/%3e%3c/svg%3e")
}

.flag\:MG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M512 426.666V85.329H0v341.337h512z'/%3e%3cpath fill='%23D80027' d='M512 85.331H0v170.666h512V85.331z'/%3e%3cpath fill='white' d='M0 85.334h181.793v341.337H0z'/%3e%3c/svg%3e")
}

.flag\:MH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%231E509C' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M513 176.1V81.3L0 342l513-165.9z'/%3e%3cpath fill='%23F18D36' d='M513 0v81.3L0 342 513 0z'/%3e%3cpath fill='white' d='M126.7 99.3l-7.8-54.1-7.7 54.1-20.8-23.7 10.7 31.6-31.5-10.7 23.6 20.8-54.1 7.7 54.1 7.7-23.6 20.8 31.5-10.7-10.7 31.6 20.8-23.7 7.7 54.1 7.8-54.1 20.7 23.7-10.6-31.6 31.5 10.7-23.6-20.8 54-7.7-54-7.7 23.6-20.8-31.5 10.7 10.6-31.6z'/%3e%3c/svg%3e")
}

.flag\:MK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.333h512V426.67H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M383.875 426.662L256 252.286l26.827 174.376zM133.565 85.33L256 252.286 230.314 85.33zm95.606 341.332L256 252.286 128.124 426.662zM0 85.33V212.9l256 39.386L28.333 85.33zm0 341.332h18.212L256 252.286 0 291.67zm256-174.376L512 212.9V85.33h-28.331zM281.686 85.33L256 252.286 378.434 85.33zM512 426.662V291.671l-256-39.385 237.787 174.376z'/%3e%3ccircle cx='256' cy='252.29' r='59.359'/%3e%3c/g%3e%3ccircle fill='%23FFDA44' cx='256' cy='252.29' r='44.522'/%3e%3c/svg%3e")
}

.flag\:ML {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%236DA544' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e")
}

.flag\:MM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%236DA544' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='white' d='M384 227.261h-97.783L256 134.265l-30.217 92.997H128l79.108 57.475-30.217 92.998L256 320.925l79.108 56.81-30.217-92.998L384 227.261z'/%3e%3c/svg%3e")
}

.flag\:MN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23095FAD' d='M0 0h513v342H0z'/%3e%3cpath d='M342 0h171v342H342zM0 0h171v342H0z' fill='%23BE1229'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M108.3 166.3h14.8v74.2h-14.8zm-59.4 0h14.8v74.2H48.9z'/%3e%3ccircle cx='86' cy='203.4' r='14.8'/%3e%3cpath d='M71.2 225.7h29.7v14.8H71.2zm0-59.4h29.7v14.8H71.2z'/%3e%3ccircle cx='86' cy='144' r='14.8'/%3e%3cpath d='M76.3 123.9h19.5L86 108.3z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:MO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%2300745a' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M285.682 248.878c-4.19 0-8.166.836-11.861 2.164 2.023-4.509 3.379-9.527 3.379-14.885 0-21.201-21.201-37.101-21.201-37.101s-21.201 15.901-21.201 37.101c0 5.357 1.356 10.375 3.379 14.885-3.693-1.328-7.671-2.164-11.861-2.164-21.201 0-37.101 21.201-37.101 21.201s15.901 21.201 37.101 21.201c12.429 0 23.031-7.286 29.682-13.315 6.65 6.03 17.251 13.315 29.682 13.315 21.201 0 37.101-21.201 37.101-21.201s-15.899-21.201-37.099-21.201z'/%3e%3cpath d='M256 152.111l4.38 13.476h14.171l-11.464 8.332 4.376 13.476-11.463-8.33-11.463 8.33 4.376-13.476-11.464-8.332h14.171zm-53.888 23.572l8.425 7.585 9.818-5.667-4.61 10.355 8.423 7.588-11.274-1.185-4.611 10.355-2.358-11.088-11.275-1.185 9.818-5.669zm-39.45 39.449l11.09 2.358 5.668-9.818 1.186 11.274 11.089 2.358-10.357 4.61 1.186 11.274-7.587-8.423-10.357 4.61 5.669-9.818zm147.227-39.449l-8.425 7.585-9.818-5.667 4.611 10.355-8.425 7.588 11.275-1.185 4.61 10.355 2.359-11.088 11.275-1.185-9.818-5.669zm39.449 39.449l-11.089 2.358-5.669-9.818-1.186 11.274-11.088 2.358 10.357 4.61-1.185 11.274 7.586-8.423 10.357 4.61-5.669-9.818z' fill='%23FFDA44'/%3e%3cpath d='M256 350.642c16.84 0 32.363-5.619 44.816-15.073h-89.63c12.451 9.454 27.974 15.073 44.814 15.073zm-68.023-44.522a74.138 74.138 0 008.85 15.073h118.345a74.13 74.13 0 008.85-15.073H187.977z' fill='white'/%3e%3c/svg%3e")
}

.flag\:MP {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 750 500'%3e%3cpath fill='%230071BC' d='M0 0h750v500H0V0z'/%3e%3cg fill='white' stroke='black' stroke-width='1.9'%3e%3ccircle cx='375' cy='245' r='225' fill='white'/%3e%3ccircle cx='375' cy='245' r='165' fill='%230071BC'/%3e%3c/g%3e%3cg stroke='black'%3e%3cpath fill='%238C8A8C' stroke-width='1.9' d='M444.7 450c.7 11-7.8 20-18.8 20H323.6c-11 0-19.5-9-19-20l16.7-325c.6-11 10-20 21-20h61.4c11 0 20.5 9 21.2 20l19.8 325z'/%3e%3cpath fill='white' stroke-width='2' stroke-linejoin='round' d='M373 114l30 93h97l-78 56 29 92-78-56-78 57 30-93-79-57h97l30-92z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:MQ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%230052B4' d='M0 0h513v342H0z'/%3e%3cg fill='white'%3e%3cpath d='M512 148.4v44.5H278.3v148.4h-44.6V192.9H0v-44.5h233.7V0h44.6v148.4z'/%3e%3cpath d='M101 36.1c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1zm284 0c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1zm-5.4 199c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8.7 3.6 4.2 5.9 7.8 5.2.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7s3.4 6.5 7 6.3l1.7-.1zm-278.6 0c4.2-.2 8.3-.1 12.5.2 5.5.4 9.4 1.6 9.1.5-.5-1.8-.1-2.2-.8-1.8-1.3 1 .7-.2-7.4 4.4-11.8 6.7-16.9 11.8-14.3 21 2.3 8.1 8.2 10.3 22.3 12.5l1.9.3c5.6.9 8.1 1.4 9.8 2.2.4.2-.3-1-.1-1.7-.2.6-3.9 2.1-13.3 3.9l-4.7.9c-18.1 3.7-27.1 8.5-28.5 21-1.5 13.7 12.7 23.3 30.6 25.6 18.2 2.4 34.1-3.6 35.7-18.4 1-9.4-5.5-15-15.9-17.1-7-1.4-16.3-1.4-27.4-.3-12.4 1.3-24.7 3.4-36.9 6.3-3.6.7-5.9 4.2-5.2 7.8s4.2 5.9 7.8 5.2c.2 0 .3-.1.5-.1 11.6-2.7 23.3-4.7 35.1-5.9 9.9-1 18-1 23.4.1 4.4.9 5.3 1.7 5.2 2.6-.5 5.1-8.9 8.2-20.7 6.7-11.6-1.5-19.5-6.8-19.1-11 .5-4.3 5.3-6.8 17.9-9.4l4.6-.9c15.5-3 21.1-5.3 23.5-13.2 1.9-6.5-1.3-11.6-7.2-14.2-3.2-1.4-6.3-2.1-13.2-3.1l-1.8-.3c-8-1.3-11.4-2.6-11.5-3-.1-.4 1.8-2.3 8.1-5.9l4.4-2.5c1.5-.8 2.9-1.8 4.3-2.7 4.6-3.4 7.2-7.1 5.8-12.3-1.9-7.3-9-9.5-20.9-10.4-4.7-.3-9.3-.4-14-.3l-2 .1c-3.7.2-6.5 3.4-6.3 7 .2 3.7 3.4 6.5 7 6.3l1.7-.1z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:MR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.331h512v341.337H0z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M256 298.851c-45.956 0-84.348-32.298-93.767-75.429A96.288 96.288 0 00160 243.994c0 53.02 42.979 96 96 96s96-42.98 96-96c0-7.066-.785-13.942-2.233-20.572-9.419 43.131-47.811 75.429-93.767 75.429z'/%3e%3cpath d='M255.999 171.994l8.935 27.502h28.918l-23.394 16.996 8.936 27.503-23.395-16.998-23.394 16.998 8.937-27.503-23.394-16.996h28.915z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:MS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%231B4991' d='M0 0h513v342H0z'/%3e%3cpath fill='%2300A2B8' stroke='white' stroke-width='3' d='M318.2 106.7v106.5c0 51.9 67.8 67.8 67.8 67.8s67.8-15.9 67.8-67.8V106.7H318.2z'/%3e%3cpath fill='%23A35023' d='M319.7 212.7c0 50.8 66.3 66.3 66.3 66.3s66.3-15.6 66.3-66.3H319.7z'/%3e%3cpath d='M415.1 155.1h-19.4v-19.4h-19.4v19.4H357v19.4h19.3v58.1h19.4v-58.1h19.4z'/%3e%3cpath fill='white' d='M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z'/%3e%3cpath fill='%23D80027' d='M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.8 115L256 170.7v-15.8L184.2 115z'/%3e%3cpath fill='white' d='M155.8 115L256 170.7v-15.8L184.2 115z'/%3e%3cpath fill='%23D80027' d='M155.8 115L256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z'/%3e%3cpath fill='%230052B4' d='M100.2 55.6L0 0v15.7l71.8 39.9z'/%3e%3cpath fill='white' d='M100.2 55.6L0 0v15.7l71.8 39.9z'/%3e%3cpath fill='%23D80027' d='M100.2 55.6L0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z'/%3e%3c/svg%3e")
}

.flag\:MT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath fill='%23C31B28' d='M256 0h256.5v342H256z'/%3e%3cpath fill='%23ACABB1' stroke='%23C31B28' stroke-width='2' d='M101.2 68.2V33H66v35.2H30.8v35.2H66v35.2h35.2v-35.2h35.2V68.2z'/%3e%3c/svg%3e")
}

.flag\:MU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23f7ce00' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%23e32737' d='M0 85.331h512v85.337H0z'/%3e%3cpath fill='%23191f6a' d='M0 170.657h512v85.337H0z'/%3e%3cpath fill='%2300a04e' d='M0 341.331h512v85.337H0z'/%3e%3c/svg%3e")
}

.flag\:MV {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23d01920' d='M0 85.331h512v341.333H0z'/%3e%3cpath fill='%23017c3b' d='M144.696 174.375h222.609v163.25H144.696z'/%3e%3cpath fill='white' d='M283.484 304.226c-26.637 0-48.232-21.594-48.232-48.232s21.594-48.232 48.232-48.232c8.306 0 16.12 2.1 22.943 5.797-10.703-10.467-25.341-16.927-41.494-16.927-32.784 0-59.362 26.577-59.362 59.362s26.578 59.362 59.362 59.362c16.154 0 30.791-6.461 41.494-16.927-6.822 3.698-14.636 5.797-22.943 5.797z'/%3e%3c/svg%3e")
}

.flag\:MW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 342'%3e%3cpath fill='%23272727' d='M0 0h512v114H0z'/%3e%3cpath fill='%23e40112' d='M0 114h512v114H0z'/%3e%3cpath fill='%2307893f' d='M0 228h512v114H0z'/%3e%3ccircle fill='%23e40112' cx='256' cy='125' r='95'/%3e%3c/svg%3e")
}

.flag\:MX {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23dc2339' d='M342 0H0v341.3h513V0z'/%3e%3cpath fill='%2311865d' d='M0 0h171v342H0z'/%3e%3cpath fill='white' d='M171 0h171v342H171z'/%3e%3cpath fill='%238C9157' d='M195.8 171.2c0 21.6 11.5 41.7 30.3 52.5 5.8 3.4 13.2 1.4 16.6-4.4 3.4-5.8 1.4-13.2-4.4-16.6-11.3-6.5-18.2-18.5-18.2-31.5 0-6.7-5.4-12.1-12.1-12.1-6.7 0-12.2 5.4-12.2 12.1zm93.4 51.1c17.5-11.1 28-30.4 28-51.1 0-6.7-5.4-12.1-12.1-12.1s-12.1 5.4-12.1 12.1c0 12.4-6.3 24-16.8 30.7-5.7 3.5-7.5 10.9-4.1 16.7s10.9 7.5 16.7 4.1c0-.2.2-.3.4-.4z'/%3e%3cellipse fill='%23C59262' cx='256.5' cy='159.1' rx='24.3' ry='36.4'/%3e%3c/svg%3e")
}

.flag\:MY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0zm0 48.9h513V171H0zm0 48.8h513v24.4H0zm0 48.9h513v24.4H0zm0 48.8h513v24.4H0z' fill='%23c00'/%3e%3cpath fill='%23006' d='M0 0h256.5v195.4H0z'/%3e%3cpath d='M153.3 42.1C122.6 30.7 88.5 46.3 77.1 77s4.2 64.8 34.9 76.2c13.3 5 28 5 41.4 0-30.7 24.5-75.4 19.6-100-11.1s-19.6-75.4 11.1-100c26-20.7 62.9-20.7 88.8 0zm26.7 75l-20.6 23.3 5.4-30.6-31-1.6 27.3-14.9L143 68l28.6 12 8.4-29.9 8.4 29.9L217 68l-18 25.4 27.3 14.9-31 1.6 5.4 30.6-20.7-23.4z' fill='%23fc0'/%3e%3c/svg%3e")
}

.flag\:MZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 513 342'%3e%3cpath fill='white' d='M0 85.333h513v342H0z'/%3e%3cpath fill='%23f4d900' d='M0 323.333h513v104H0z'/%3e%3cpath fill='%23006d66' d='M0 85.333h513v104H0z'/%3e%3cpath d='M0 204.333h513v104H0z'/%3e%3cpath fill='%23cb0f31' d='M256 256.006L0 426.668V85.331z'/%3e%3cpath fill='%23f4d900' d='M83.477 195.132l15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z'/%3e%3c/svg%3e")
}

.flag\:NA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 426.663V85.337h512'/%3e%3cpath fill='white' d='M512 152.222V85.337H411.67L0 359.778v66.885h100.33z'/%3e%3cpath fill='%23A2001D' d='M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z'/%3e%3cpath fill='%23FFDA44' d='M187.737 189.212l-22.741 10.696 12.11 22.024-24.693-4.724-3.129 24.945-17.199-18.347-17.2 18.347-3.129-24.945-24.693 4.723 12.109-22.023-22.739-10.696 22.74-10.697-12.11-22.022 24.693 4.722 3.13-24.944 17.199 18.347 17.2-18.347 3.128 24.944 24.693-4.722-12.108 22.024z'/%3e%3c/svg%3e")
}

.flag\:NC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 426.7'%3e%3cpath fill='%23009543' d='M0 293h640v133.7H0V293z'/%3e%3cpath fill='%23ED4135' d='M0 132h640v161.3H0V132z'/%3e%3cpath fill='%230035AD' d='M0 0h640v133.3H0V0z'/%3e%3ccircle fill='%23FAE600' stroke='black' stroke-width='5.3' cx='240' cy='213.3' r='157.3'/%3e%3cpath d='M307.9 354.5l-31.8 12-36.1 4.2-37.8-2.4-35.9-15.5s28.6-29.3 40.7-33.5c8.6-3 22.4-3.7 22.4-3.7V122l-.3-66H246l-.5 67.5v191.7s15.3 1.2 22.1 4.1c11.3 4.9 40.3 35.2 40.3 35.2z'/%3e%3cpath d='M212.727 102.375l42.955-21.418 5.577 11.187-42.955 21.417z'/%3e%3cellipse cx='237.8' cy='280.5' rx='16.8' ry='26.5'/%3e%3ccircle cx='237.4' cy='143.4' r='20.9'/%3e%3cellipse cx='238.4' cy='211.1' rx='19.9' ry='12.1'/%3e%3cpath d='M213.8 177h47v10h-47zm0 57h47v10h-47z'/%3e%3c/svg%3e")
}

.flag\:NE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23e05206' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%230db02b' d='M0 312.888h512v113.775H0z'/%3e%3ccircle fill='%23e05206' cx='256' cy='256' r='32'/%3e%3c/svg%3e")
}

.flag\:NF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.5 513 342'%3e%3cpath fill='white' d='M0 85.5h513v342H0z'/%3e%3cpath d='M0 85.5h171v342H0zm342 0h171v342H342zm-38 226.495l-48-152.001-48 152.001h36v39.999h24v-39.999z' fill='%23007b23'/%3e%3c/svg%3e")
}

.flag\:NG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.5 513 342'%3e%3cpath fill='white' d='M0 85.5h513v342H0z'/%3e%3cpath d='M0 85.5h171v342H0zm342 0h171v342H342z' fill='%23007b23'/%3e%3c/svg%3e")
}

.flag\:NI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z' fill='%23338AF3'/%3e%3cpath fill='%23FFDA44' d='M256 214.447c-22.949 0-41.553 18.603-41.553 41.553S233.05 297.553 256 297.553c22.949 0 41.553-18.603 41.553-41.553S278.949 214.447 256 214.447zm0 65.298c-13.114 0-23.745-10.631-23.745-23.745s10.631-23.745 23.745-23.745 23.745 10.631 23.745 23.745-10.631 23.745-23.745 23.745z'/%3e%3cpath fill='%230052B4' d='M276.563 261.936L256 256l-20.563 5.936-6.855 11.873h54.836z'/%3e%3cpath fill='%23338AF3' d='M256 226.32l-13.709 23.744L256 256l13.709-5.936z'/%3e%3cpath fill='%236DA544' d='M235.437 261.936h41.126l-6.854-11.872h-27.418z'/%3e%3c/svg%3e")
}

.flag\:NL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.5 513 342'%3e%3cpath fill='white' d='M0 85.5h513v342H0z'/%3e%3cpath fill='%23cd1f2a' d='M0 85.5h513v114H0z'/%3e%3cpath fill='%231d4185' d='M0 312h513v114H0z'/%3e%3c/svg%3e")
}

.flag\:NO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z'/%3e%3cpath fill='%232E52B2' d='M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z'/%3e%3c/svg%3e")
}

.flag\:NP {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 426.663V85.337l280.419 174.75H87.61l183.576 166.576z'/%3e%3cpath fill='%23D80027' d='M244.769 249.888L10.199 103.71v312.754h234.57L61.193 249.888z'/%3e%3cg fill='white'%3e%3cpath d='M98.003 324.433l-14.589-6.863 7.77-14.13-15.844 3.03-2.008-16.005-11.035 11.772-11.036-11.772-2.008 16.005-15.843-3.031 7.77 14.131-14.591 6.863 14.591 6.862-7.77 14.13 15.844-3.029 2.007 16.004 11.036-11.772L73.332 358.4l2.008-16.004 15.843 3.03-7.769-14.13zm-9.735-132.771l-10.612-4.991 5.651-10.278-11.523 2.205-1.461-11.641-8.026 8.561-8.026-8.561-1.46 11.641-11.525-2.205 5.652 10.278-10.613 4.991 25.972 5.194z'/%3e%3cpath d='M93.462 191.662c0 17.212-13.953 31.165-31.165 31.165s-31.165-13.953-31.165-31.165'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:NR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M0 239.994h512v32H0z'/%3e%3cpath fill='white' d='M174.802 341.329l-19.124 8.996 10.184 18.521-20.767-3.973-2.631 20.978L128 370.422l-14.465 15.429-2.63-20.978-20.767 3.973 10.183-18.521-19.123-8.996 19.124-8.995-10.184-18.52 20.766 3.971 2.632-20.978L128 312.236l14.465-15.429 2.63 20.978 20.767-3.971-10.183 18.521z'/%3e%3c/svg%3e")
}

.flag\:NU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M0 85.334h256v170.663H0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath d='M0 85.329v15.083l57.377 38.251H80z'/%3e%3c/g%3e%3cpath d='M0 107.951v30.712h46.069zm96-22.62v48.913L22.628 85.331z' fill='%232E52B2'/%3e%3cpath fill='%23D80027' d='M256 85.329v15.083l-57.377 38.251H176z'/%3e%3cpath d='M256 107.951v30.712h-46.069zm-96-22.62v48.913l73.372-48.913z' fill='%232E52B2'/%3e%3cpath fill='%23D80027' d='M0 85.329v15.083l57.377 38.251H80z'/%3e%3cpath d='M0 107.951v30.712h46.069zm96-22.62v48.913L22.628 85.331z' fill='%232E52B2'/%3e%3cpath fill='%23D80027' d='M256 85.329v15.083l-57.377 38.251H176z'/%3e%3cpath d='M256 107.951v30.712h-46.069zm-96-22.62v48.913l73.372-48.913z' fill='%232E52B2'/%3e%3cpath fill='%23D80027' d='M0 255.997v-15.082l57.377-38.252H80z'/%3e%3cpath d='M0 233.376v-30.713h46.069zm96 22.618v-48.912l-73.372 48.912z' fill='%232E52B2'/%3e%3cpath fill='%23D80027' d='M256 255.997v-15.082l-57.377-38.252H176z'/%3e%3cg fill='%232E52B2'%3e%3cpath d='M256 233.376v-30.713h-46.069zm-96 22.618v-48.912l73.372 48.912z'/%3e%3ccircle cx='128' cy='170.66' r='22.627'/%3e%3c/g%3e%3cpath d='M128 154.663l3.97 12.222h12.854l-10.398 7.556 3.971 12.222L128 179.109l-10.398 7.554 3.972-12.222-10.398-7.556h12.853zm0 65.14l2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zm0-117.334l2.364 7.278h7.653l-6.19 4.498 2.364 7.278-6.191-4.498-6.191 4.498 2.364-7.278-6.19-4.498h7.652zm69.931 58.667l2.365 7.277h7.653l-6.192 4.499 2.365 7.279-6.191-4.498-6.191 4.498 2.365-7.279-6.191-4.499h7.652zm-139.862 0l2.364 7.277h7.653l-6.191 4.499 2.364 7.279-6.19-4.498-6.191 4.498 2.365-7.279-6.192-4.499h7.653z' fill='%23FFDA44'/%3e%3c/svg%3e")
}

.flag\:NZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3cpath d='M425.301 233.745l3.388 10.428h10.963l-8.87 6.444 3.388 10.427-8.869-6.444-8.871 6.444 3.388-10.427-8.87-6.444h10.963zm-39.194 75.072l5.083 15.642h16.445l-13.305 9.667 5.082 15.64-13.305-9.667-13.305 9.667 5.083-15.64-13.305-9.667h16.445zm1.481-122.846l4.236 13.036h13.704l-11.088 8.054 4.235 13.034-11.087-8.056-11.088 8.056 4.235-13.034-11.087-8.054h13.704zm-37.712 47.32l5.082 15.641h16.446l-13.306 9.666 5.084 15.641-13.306-9.666-13.305 9.666 5.082-15.641-13.305-9.666h16.445z' fill='%23D80027'/%3e%3cpath fill='white' d='M256.003 85.329v30.564l-45.178 25.088h45.178v59.359H196.89l59.113 32.846v22.806h-26.69l-73.484-40.826v40.826h-55.652v-48.573l-87.429 48.573H.003v-30.553l45.168-25.099H.003v-59.359h59.103L.003 108.147V85.329h26.68l73.494 40.838V85.329h55.652v48.573l87.43-48.573z'/%3e%3cpath fill='%23D80027' d='M144 85.33h-32v69.334H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.826 200.344L256 255.998v-15.739l-71.847-39.915z'/%3e%3cpath fill='white' d='M155.826 200.344L256 255.998v-15.739l-71.847-39.915z'/%3e%3cpath d='M155.826 200.344L256 255.998v-15.739l-71.847-39.915zm-83.98 0L0 240.259v15.739l100.174-55.654z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M100.174 140.983L0 85.33v15.738l71.847 39.915z'/%3e%3cpath fill='white' d='M100.174 140.983L0 85.33v15.738l71.847 39.915z'/%3e%3cpath d='M100.174 140.983L0 85.33v15.738l71.847 39.915zm83.98 0L256 101.068V85.33l-100.174 55.653z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:OM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23D80027' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M138 0h377v114H138z'/%3e%3cpath fill='%234A7C3A' d='M138 230h377v114H138z'/%3e%3cg fill='none' stroke='white' stroke-width='10' stroke-miterlimit='2'%3e%3cpath d='M40.3 35.2s37.1 48 50.8 54.5c13.7 6.5 17.1 5.7 17.1 5.7'/%3e%3cpath d='M100 35.2S62.9 80.6 53.3 87.6c-9.6 7-18.7 7.8-18.7 7.8m17.1-30.1h37.9M70.7 35.2v30.1'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:PA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M256 256v170.663H0V256h256z'/%3e%3cpath fill='%23D80027' d='M512 85.337V256H256V85.337h256z'/%3e%3cpath fill='%230052B4' d='M128 123.034l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L128 195.813l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z'/%3e%3cpath fill='%23D80027' d='M384 293.697l11.824 36.389h38.263l-30.955 22.491 11.823 36.389L384 366.476l-30.955 22.49 11.823-36.389-30.955-22.491h38.263z'/%3e%3c/svg%3e")
}

.flag\:PE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.326H0z'/%3e%3cpath d='M0 85.331h170.663v341.337H0zm341.337 0H512v341.337H341.337z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:PF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z' fill='%23D80027'/%3e%3cpath fill='%23FFDA44' d='M293.991 256c0 20.982-17.01 33.243-37.992 33.243S218.008 276.982 218.008 256s17.01-37.992 37.992-37.992 37.991 17.01 37.991 37.992z'/%3e%3cpath fill='%230052B4' d='M293.991 256c0 20.982-17.01 37.992-37.992 37.992s-37.992-17.01-37.992-37.992'/%3e%3cpath d='M232.259 246.506h9.498v19h-9.498zm37.988 0h9.498v19h-9.498zm-19-14.247h9.498v33.243h-9.498z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:PG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23A2001D' d='M0 85.33h512v341.332'/%3e%3cpath d='M204.631 326.488l2.762 8.504h8.941l-7.233 5.255 2.763 8.502-7.233-5.254-7.233 5.254 2.762-8.502-7.233-5.255h8.94zm-22.834-81.622l4.605 14.172h14.901l-12.056 8.757 4.605 14.172-12.055-8.759-12.055 8.759 4.606-14.172-12.056-8.757h14.901zm0 103.883l4.604 14.173h14.902l-12.057 8.757 4.606 14.173-12.055-8.759-12.055 8.759 4.604-14.173-12.054-8.757h14.899zm43.566-66.782l4.606 14.172h14.901l-12.056 8.758 4.605 14.172-12.056-8.759-12.054 8.759 4.606-14.172-12.056-8.758h14.901zm-87.133 0l4.606 14.172h14.899l-12.054 8.758 4.603 14.172-12.054-8.759-12.055 8.759 4.605-14.172-12.055-8.758h14.9z' fill='white'/%3e%3cpath fill='%23FFDA44' d='M376.526 204.163c-7.628-7.628-17.538-12.133-28.189-12.908l31.88-24.795c-12.698-12.698-29.714-18.431-46.319-17.218a44.31 44.31 0 00-11.396-19.511l-12.593 25.186a18.47 18.47 0 00-3.148-4.197c-7.245-7.245-18.991-7.244-26.234 0s-7.245 18.99 0 26.234a18.536 18.536 0 004.197 3.148l-25.186 12.593a44.303 44.303 0 0019.519 11.399c-1.217 16.606 4.511 33.619 17.209 46.317L324.12 214.6a11.053 11.053 0 017.807-3.202c2.973 0 5.768 1.158 7.87 3.26a11.055 11.055 0 013.26 7.87c0 2.974-1.158 5.768-3.26 7.87l10.494 10.494c4.905-4.905 7.607-11.428 7.607-18.364 0-5.675-1.81-11.071-5.153-15.534a29.492 29.492 0 0113.288 7.662c11.573 11.572 11.573 30.403 0 41.975l10.494 10.494c8.409-8.409 13.039-19.59 13.039-31.481-.001-11.892-4.632-23.072-13.04-31.481z'/%3e%3c/svg%3e")
}

.flag\:PH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M512 85.337V256H256L0 85.337z'/%3e%3cpath fill='%23D80027' d='M512 256v170.663H0L256 256z'/%3e%3cpath d='M161.908 256l-27.288-12.835 14.532-26.428-29.632 5.668-3.755-29.933-20.64 22.015-20.639-22.015-3.755 29.933-29.631-5.669 14.531 26.428L28.343 256l27.288 12.835L41.1 295.263l29.633-5.668 3.753 29.933 20.639-22.015 20.64 22.015 3.755-29.933 29.631 5.669-14.532-26.427zM21.789 117.607l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.694-14.809-4.932-9.268 12.559.117-15.608-14.809-4.934 14.88-4.712zm0 235.923l9.081 12.696 14.879-4.714-9.268 12.56 9.081 12.695-14.809-4.933-9.268 12.558.117-15.607-14.809-4.934 14.88-4.712zm188.606-117.961l-9.081 12.695-14.879-4.713 9.268 12.559-9.081 12.696 14.809-4.933 9.268 12.558-.117-15.607 14.809-4.934-14.88-4.713z' fill='%23FFDA44'/%3e%3c/svg%3e")
}

.flag\:PK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cg fill='white'%3e%3cpath d='M393.508 170.516l17.512 18.875 23.363-10.821-12.541 22.487 17.513 18.876-25.263-4.978-12.539 22.488-3.073-25.564-25.263-4.978 23.363-10.82z'/%3e%3cpath d='M0 85.343h512v341.326H0z'/%3e%3c/g%3e%3cpath fill='%2301411c' d='M128 85.331h384v341.337H128z'/%3e%3cpath d='M361.909 298.793c-31.037 22.426-74.378 15.446-96.804-15.592-22.427-31.038-15.446-74.379 15.593-96.804 9.677-6.992 20.55-11.125 31.613-12.563-21.283-3.183-43.777 1.613-62.598 15.211-38.2 27.602-46.792 80.944-19.191 119.145 27.601 38.199 80.944 46.792 119.145 19.189 18.82-13.598 30.436-33.448 34.096-54.655-4.839 10.05-12.176 19.076-21.854 26.069zm-1.329-125.904l17.484 18.842 23.322-10.802-12.519 22.447 17.483 18.844-25.219-4.968-12.519 22.45-3.067-25.521-25.22-4.969 23.323-10.802z' fill='white'/%3e%3c/svg%3e")
}

.flag\:PL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cg fill='white'%3e%3cpath d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512V256H0z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M0 256h512v170.663H0z'/%3e%3c/svg%3e")
}

.flag\:PM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 26.666 640 426.666'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='white' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.3v480H0z'/%3e%3cpath fill='%23f31830' d='M426.7 0H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:PN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23ACABB1' d='M400.696 219.822L384 225.387l-16.696-5.565-5.565-13.913 5.565-13.913h33.392l-5.566 13.913z'/%3e%3cpath fill='%23338AF3' d='M345.043 219.822v61.217c0 29.821 38.957 38.957 38.957 38.957s38.957-9.137 38.957-38.957v-61.217h-77.914z'/%3e%3cpath fill='%236DA544' d='M348.555 295.541C358.131 313.927 384 319.996 384 319.996s25.869-6.069 35.445-24.455L384 236.518l-35.445 59.023z'/%3e%3cpath fill='%23FFDA44' d='M422.957 280.421L384 219.822l-38.957 60.599v.618c0 5.518 1.337 10.328 3.512 14.503L384 240.405l35.445 55.137c2.175-4.175 3.512-8.983 3.512-14.503v-.618z'/%3e%3cpath fill='white' d='M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z'/%3e%3cpath fill='%23D80027' d='M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath fill='white' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915zm-83.98 0L0 240.259v15.737l100.174-55.652z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath fill='white' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath d='M100.174 140.982L0 85.33v15.737l71.847 39.915zm83.98 0L256 101.067V85.33l-100.174 55.652z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:PR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512V153.6H0zm0 136.526h512v68.263H0zM0 358.4h512v68.263H0z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M256 256.006L0 426.668V85.331z'/%3e%3cpath fill='white' d='M83.477 195.132l15.107 46.498h48.894l-39.554 28.739 15.107 46.499-39.554-28.738-39.555 28.738 15.11-46.499-39.554-28.739H68.37z'/%3e%3c/svg%3e")
}

.flag\:PS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23268024' d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='%23e4312b' d='M256 256.006L0 426.668V85.331z'/%3e%3c/svg%3e")
}

.flag\:PT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M196.641 85.337v341.326H0V85.337z'/%3e%3ccircle fill='%23FFDA44' cx='196.641' cy='256' r='64'/%3e%3cpath fill='%23D80027' d='M160.638 224v40.001c0 19.882 16.118 36 36 36s36-16.118 36-36V224h-72z'/%3e%3cpath fill='white' d='M196.638 276c-6.617 0-12-5.383-12-12v-16h24.001v16c-.001 6.616-5.385 12-12.001 12z'/%3e%3c/svg%3e")
}

.flag\:PW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.331h512v341.337H0z'/%3e%3ccircle fill='%23FFDA44' cx='218.902' cy='255.994' r='74.207'/%3e%3c/svg%3e")
}

.flag\:PY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%230052B4' d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M289.579 216.738l-12.592 12.592c5.37 5.372 8.693 12.792 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.112-5.316-24.985-13.91-33.579z'/%3e%3cpath fill='%23FFDA44' d='M256 232.51l4.421 13.605h14.304l-11.573 8.408 4.421 13.604L256 259.719l-11.573 8.408 4.421-13.604-11.573-8.408h14.304z'/%3e%3c/svg%3e")
}

.flag\:QA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23751A46' d='M0 0h512v342H0z'/%3e%3cpath fill='white' d='M0 0v342h150.3l37.7-19.6-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19 37.7-18.9-37.7-19 37.7-19-37.7-18.9 37.7-19-37.7-18.9 37.7-19-37.7-19L188 57l-37.7-19L188 19.1 150.3 0z'/%3e%3c/svg%3e")
}

.flag\:RE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 26.666 640 426.666'%3e%3cg fill-rule='evenodd' stroke-width='1pt'%3e%3cpath fill='white' d='M0 0h640v480H0z'/%3e%3cpath fill='%2300267f' d='M0 0h213.3v480H0z'/%3e%3cpath fill='%23f31830' d='M426.7 0H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:RO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e")
}

.flag\:RS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23D80027' d='M0 85.331h512v113.775H0z'/%3e%3cpath fill='white' d='M0 312.882h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M129.468 181.793v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.356 256 266.929v-85.136H129.468z'/%3e%3cpath d='M155.634 196.634h74.201v-29.681l-14.841 7.42-22.261-22.26-22.259 22.26-14.84-7.42zm85.526 82.148l-48.231-48.231-48.231 48.231 15.741 15.74 32.49-32.49 32.49 32.49z' fill='%23FFDA44'/%3e%3cpath fill='white' d='M241.16 233.734h-22.504a14.74 14.74 0 002.001-7.418c0-8.196-6.645-14.84-14.84-14.84-5.663 0-10.581 3.172-13.083 7.836-2.502-4.663-7.421-7.836-13.083-7.836-8.195 0-14.84 6.644-14.84 14.84 0 2.706.736 5.235 2.001 7.418h-22.114c0 8.196 7.139 14.84 15.334 14.84h-.494c0 8.196 6.644 14.84 14.84 14.84 0 7.257 5.211 13.286 12.094 14.576l-11.694 26.401a48.075 48.075 0 0018.149 3.544 48.079 48.079 0 0018.149-3.544l-11.694-26.401c6.883-1.29 12.094-7.319 12.094-14.576 8.196 0 14.84-6.644 14.84-14.84h-.494c8.199 0 15.338-6.644 15.338-14.84z'/%3e%3c/svg%3e")
}

.flag\:RU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.33v341.332h512V85.33z'/%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='white' d='M0 85.333h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.884h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:RW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23FFDA44' d='M0 255.994h512v81.619H0z'/%3e%3cpath fill='%23496E2D' d='M0 337.614h512v89.043H0z'/%3e%3cpath fill='%23FFDA44' d='M278.261 185.209l20.844 9.804-11.099 20.186 22.632-4.33 2.868 22.865 15.765-16.816 15.766 16.816 2.867-22.865 22.633 4.33-11.099-20.186 20.843-9.804-20.844-9.805 11.1-20.185-22.633 4.329-2.868-22.864-15.765 16.816-15.766-16.816-2.867 22.864-22.634-4.329 11.1 20.187z'/%3e%3c/svg%3e")
}

.flag\:SA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23055e1c' d='M0 85.333h512v341.333H0z'/%3e%3cg fill='white'%3e%3cpath d='M183.548 289.386c0 12.295 9.731 22.261 21.736 22.261h65.208c0 10.244 8.11 18.551 18.114 18.551h21.736c10.004 0 18.114-8.306 18.114-18.551v-22.261H183.548zm146.716-107.595v51.942c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942h-21.735zm-155.773 51.943c0 8.183-6.5 14.84-14.491 14.84v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.942H174.49v51.942z'/%3e%3cpath d='M297.661 181.788h21.736v51.942h-21.736zm-32.604 29.685c0 2.046-1.625 3.71-3.623 3.71-1.998 0-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 2.046-1.625 3.71-3.623 3.71s-3.623-1.664-3.623-3.71v-29.682h-21.736v29.682c0 14.32 11.376 25.971 25.358 25.971 5.385 0 10.38-1.733 14.491-4.677 4.11 2.944 9.106 4.677 14.491 4.677 1.084 0 2.15-.078 3.2-.215-1.54 6.499-7.255 11.345-14.068 11.345v22.261c19.976 0 36.226-16.643 36.226-37.101v-51.943h-21.736l.002 29.682z'/%3e%3cpath d='M207.093 248.57h32.601v22.261h-32.601z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:SB {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 426.663V85.329h512'/%3e%3cpath fill='%23FFDA44' d='M0 396.494v30.169h45.255L512 115.499v-30.17h-45.255z'/%3e%3cpath d='M85.688 108.787l5.12 15.756h16.566l-13.403 9.737 5.12 15.757-13.403-9.738-13.405 9.738 5.12-15.757L64 124.543h16.567zm84.624 0l5.121 15.756H192l-13.403 9.737 5.12 15.757-13.405-9.738-13.403 9.738 5.12-15.757-13.403-9.737h16.566zm-84.624 82.502l5.12 15.756h16.566l-13.403 9.738 5.12 15.757-13.403-9.739-13.405 9.739 5.12-15.757L64 207.045h16.567zm84.624 0l5.121 15.756H192l-13.403 9.738 5.12 15.757-13.405-9.739-13.403 9.739 5.12-15.757-13.403-9.738h16.566zM128 150.037l5.12 15.756h16.568l-13.405 9.738 5.12 15.758L128 181.55l-13.403 9.739 5.12-15.758-13.405-9.738h16.568z' fill='white'/%3e%3c/svg%3e")
}

.flag\:SC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M235.454 85.337L0 426.663 427.345 85.337z'/%3e%3cpath fill='%236DA544' d='M512 329.393L0 426.663h512z'/%3e%3cpath fill='%23D80027' d='M512 85.337h-84.655L0 426.663l512-204.512z'/%3e%3cpath fill='%230052B4' d='M0 85.337v341.326L235.454 85.337z'/%3e%3c/svg%3e")
}

.flag\:SD {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='%23496E2D' d='M0 426.668V85.331l256 170.675z'/%3e%3c/svg%3e")
}

.flag\:SE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23FFDA44' d='M192 85.33h-64v138.666H0v64h128v138.666h64V287.996h320v-64H192z'/%3e%3c/svg%3e")
}

.flag\:SG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512V256H0z'/%3e%3cg fill='white'%3e%3cpath d='M83.478 170.666c0-24.865 17.476-45.637 40.812-50.734a52.059 52.059 0 00-11.13-1.208c-28.688 0-51.942 23.254-51.942 51.941s23.255 51.942 51.942 51.942c3.822 0 7.543-.425 11.13-1.208-23.336-5.095-40.812-25.867-40.812-50.733zm66.783-48.231l3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921z'/%3e%3cpath d='M121.344 144.696l3.683 11.337h11.921l-9.645 7.007 3.684 11.337-9.643-7.006-9.645 7.006 3.685-11.337-9.645-7.007h11.921zm57.834 0l3.684 11.337h11.921l-9.645 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.685-11.337-9.645-7.007h11.921zm-11.131 33.391l3.684 11.337h11.921l-9.644 7.007 3.684 11.337-9.645-7.006-9.643 7.006 3.684-11.337-9.644-7.007h11.92zm-35.573 0l3.683 11.337h11.921l-9.644 7.007 3.684 11.337-9.644-7.006-9.644 7.006 3.684-11.337-9.644-7.007h11.92z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:SH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath d='M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cpath d='M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z' fill='%23D80027'/%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cpath d='M0 170.7v-15.1l57.4-38.2H80zm256 0v-15.1l-57.4-38.2H176z' fill='%23D80027'/%3e%3cpath fill='%2329DBFF' d='M449 139.7c-.1 44.4-7.2 92.1-65 114.9-57.8-22.8-64.9-70.5-65-114.9h130z'/%3e%3cpath fill='%23ffda44' d='M449 139.7c0-16.7-.9-32.9-.5-47.1C426.9 83 398.4 81 383.9 81s-42.9 2-64.6 11.6c.4 14.2-.5 30.4-.5 47.1H449z'/%3e%3cpath fill='%23BF521B' d='M369.5 204.5l.3 10.3-12.8.2 4.9 13.2h-17.3c-18-20.2-23.4-42.4-24.9-68.1l9.1-9.7 8.3 14.3 10.8-12.8 7 7.8.8 15.7 13.8 29.1z'/%3e%3cpath fill='%23474747' d='M436.6 192.5l-8.6 18.3h-47l-29.2-19.5 25.7 10.5h25.1l3.7-6.5 7.2.2 2-3z'/%3e%3c/svg%3e")
}

.flag\:SI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 199.112h512v113.775H0z'/%3e%3cpath fill='%23D80027' d='M0 312.888h512v113.775H0z'/%3e%3cpath fill='white' d='M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z'/%3e%3cpath fill='%230052B4' d='M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l-.145-44.188 89.043-.266.146 44.454z'/%3e%3cpath fill='white' d='M233.606 196.639v14.837c0 34.081-44.522 44.522-44.522 44.522s-44.522-10.44-44.522-44.522v-14.837l14.848 14.837 29.674-22.261 29.685 22.261 14.837-14.837z'/%3e%3c/svg%3e")
}

.flag\:SJ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M512 295.883H202.195v130.783h-79.76V295.883H0v-79.772h122.435V85.329h79.76v130.782H512v61.218z'/%3e%3cpath fill='%232E52B2' d='M512 234.666v42.663H183.652v149.337h-42.674V277.329H0v-42.663h140.978V85.329h42.674v149.337z'/%3e%3c/svg%3e")
}

.flag\:SK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 196.641h512v118.717H0z'/%3e%3cpath fill='%23D80027' d='M0 315.359h512v111.304H0z'/%3e%3cpath fill='white' d='M129.468 181.799v85.136c0 48.429 63.267 63.267 63.267 63.267S256 315.362 256 266.935v-85.136H129.468z'/%3e%3cpath fill='%23D80027' d='M146.126 184.294v81.941c0 5.472 1.215 10.64 3.623 15.485h85.97c2.408-4.844 3.623-10.012 3.623-15.485v-81.941h-93.216z'/%3e%3cpath fill='white' d='M221.301 241.427h-21.425v-14.283h14.284v-14.283h-14.284v-14.284h-14.283v14.284h-14.282v14.283h14.282v14.283h-21.426v14.284h21.426v14.283h14.283v-14.283h21.425z'/%3e%3cpath fill='%230052B4' d='M169.232 301.658c9.204 5.783 18.66 9.143 23.502 10.636 4.842-1.494 14.298-4.852 23.502-10.636 9.282-5.833 15.79-12.506 19.484-19.939a24.878 24.878 0 00-14.418-4.583c-1.956 0-3.856.232-5.682.657-3.871-8.796-12.658-14.94-22.884-14.94-10.227 0-19.013 6.144-22.884 14.94a25.048 25.048 0 00-5.682-.657 24.88 24.88 0 00-14.418 4.583c3.691 7.433 10.198 14.106 19.48 19.939z'/%3e%3c/svg%3e")
}

.flag\:SL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%23338AF3' d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:SM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.34h512v341.326H0z'/%3e%3cpath fill='white' d='M512 85.334v166.69L0 256.175V85.334z'/%3e%3cpath fill='%236DA544' d='M323.744 203.099L256 270.843l-67.744-67.744a81.156 81.156 0 00-13.879 45.483v22.261c0 35.744 23.097 66.193 55.148 77.213-4.277 8.385-3.556 18.848 2.712 26.671l24.258-19.439 24.258 19.439c6.342-7.915 7.011-18.534 2.564-26.968 31.614-11.261 54.308-41.485 54.308-76.916v-22.261a81.174 81.174 0 00-13.881-45.483z'/%3e%3cpath fill='%23FFDA44' d='M256 330.206c-32.732 0-59.362-26.63-59.362-59.362v-22.261c0-32.733 26.63-59.363 59.362-59.363s59.362 26.63 59.362 59.362v22.261c0 32.733-26.63 59.363-59.362 59.363z'/%3e%3cpath fill='%23338AF3' d='M293.101 270.843v-22.261c0-20.458-16.643-37.101-37.101-37.101s-37.101 16.643-37.101 37.101v22.261L256 278.264l37.101-7.421z'/%3e%3cpath fill='%236DA544' d='M218.899 270.843c0 20.458 16.643 37.101 37.101 37.101s37.101-16.643 37.101-37.101h-74.202z'/%3e%3cpath fill='%23FFDA44' d='M300.522 189.22c0-12.295-9.966-22.261-22.261-22.261a22.173 22.173 0 00-14.84 5.672v-13.093h7.421v-14.84h-7.421v-7.421h-14.84v7.421h-7.421v14.84h7.421v13.093a22.177 22.177 0 00-14.841-5.672c-12.295 0-22.261 9.966-22.261 22.261 0 6.591 2.867 12.512 7.421 16.589v13.093h74.203v-13.093c4.552-4.077 7.419-9.997 7.419-16.589z'/%3e%3c/svg%3e")
}

.flag\:SN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M330.207 85.331H512v341.337H330.207z'/%3e%3cpath d='M0 85.331h181.793v341.337H0zm255.999 111.301l14.733 45.347h47.685l-38.576 28.029 14.734 45.348-38.576-28.026-38.577 28.026 14.737-45.348-38.576-28.029h47.681z' fill='%23496E2D'/%3e%3c/svg%3e")
}

.flag\:SO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M256 157.273l22.663 69.748H352l-59.332 43.106 22.664 69.749L256 296.769l-59.332 43.107 22.664-69.749L160 227.021h73.337z'/%3e%3c/svg%3e")
}

.flag\:SR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23A2001D' d='M0 196.636h512v118.728H0z'/%3e%3cpath d='M0 352.462h512v74.207H0zM0 85.331h512v74.207H0z' fill='%236DA544'/%3e%3cpath fill='%23FFDA44' d='M256.742 218.003l9.43 29.021h30.518L272 264.963l9.431 29.023-24.689-17.937-24.689 17.937 9.431-29.023-24.69-17.939h30.518z'/%3e%3c/svg%3e")
}

.flag\:SS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23496E2D' d='M0 322.783h512v103.88H0z'/%3e%3cpath d='M0 85.337h512v104.515H0z'/%3e%3cpath fill='%23A2001D' d='M0 210.877h512v89.656H0z'/%3e%3cpath fill='%230052B4' d='M256 256.006L0 426.668V85.331z'/%3e%3cpath fill='%23FFDA44' d='M73.178 209.188l20.831 29.067 34.084-10.83-21.207 28.795 20.83 29.069-33.939-11.271-21.208 28.794.234-35.762-33.94-11.273 34.083-10.83z'/%3e%3c/svg%3e")
}

.flag\:ST {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z' fill='%236DA544'/%3e%3cpath fill='%23D80027' d='M256 256.006L0 426.668V85.331z'/%3e%3cpath d='M302.049 226.318l7.368 22.674h23.842l-19.288 14.016 7.366 22.674-19.288-14.015-19.287 14.015 7.366-22.674-19.288-14.016h23.842zm74.203 0l7.367 22.674h23.842l-19.288 14.016 7.367 22.674-19.288-14.015-19.288 14.015 7.367-22.674-19.288-14.016h23.842z'/%3e%3c/svg%3e")
}

.flag\:SV {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512v113.775H0zm0 227.551h512v113.775H0z' fill='%230052B4'/%3e%3cpath fill='%23FFDA44' d='M228.582 261.936L256 214.447l27.418 47.489z'/%3e%3cpath fill='%236DA544' d='M291.616 277.616L256 295.425l-35.616-17.809v-23.744h71.232z'/%3e%3cpath fill='%23FFDA44' d='M289.579 216.485l-12.592 12.592c5.37 5.372 8.693 12.791 8.693 20.988 0 16.392-13.289 29.68-29.68 29.68-16.392 0-29.68-13.289-29.68-29.68 0-8.195 3.322-15.616 8.693-20.988l-12.592-12.592c-8.594 8.594-13.91 20.466-13.91 33.579 0 26.228 21.261 47.489 47.489 47.489s47.489-21.261 47.489-47.489c0-13.114-5.316-24.987-13.91-33.579z'/%3e%3c/svg%3e")
}

.flag\:SX {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M512 85.331v166.69L0 256.173V85.331z'/%3e%3cpath fill='white' d='M256 256.006L0 426.668V85.331z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M59.621 256a59.546 59.546 0 00-.193 4.57c0 32.821 26.607 59.429 59.429 59.429s59.429-26.607 59.429-59.429c0-1.539-.078-3.061-.193-4.57H59.621z'/%3e%3ccircle cx='118.862' cy='210.287' r='18.286'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M77.715 205.714v59.429c0 31.494 41.144 41.143 41.144 41.143s41.144-9.649 41.144-41.143v-59.429H77.715z'/%3e%3cpath fill='%23338AF3' d='M118.877 287.148c-7.632-2.746-22.876-9.767-22.876-22.006v-41.144h45.715v41.144c-.001 12.28-15.244 19.283-22.839 22.006z'/%3e%3cpath fill='%23F3F3F3' d='M128.001 246.856v-9.142l-9.144-4.571-9.142 4.571v9.142l-4.571 4.573v18.285h27.428v-18.285z'/%3e%3c/svg%3e")
}

.flag\:SY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23D80027' d='M0 85.331h512v113.775H0z'/%3e%3cpath d='M0 312.882h512v113.775H0z'/%3e%3cpath d='M187.31 215.184l9.208 28.341h29.802l-24.11 17.518 9.209 28.342-24.109-17.516-24.11 17.516 9.209-28.342-24.109-17.518h29.801zm137.38 0l9.209 28.341H363.7l-24.109 17.518 9.209 28.342-24.11-17.516-24.109 17.516 9.209-28.342-24.11-17.518h29.802z' fill='%236DA544'/%3e%3c/svg%3e")
}

.flag\:SZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%232B5DEA' d='M0 0h900v600H0V0z'/%3e%3cpath fill='%23FFDF29' d='M0 100h900v400H0V100z'/%3e%3cpath fill='%23D70000' d='M0 150h900v300H0V150z'/%3e%3cpath fill='white' d='M450 171.4v257.2c114.3 0 171.4-85.7 214.3-128.6-42.9-42.9-100-128.6-214.3-128.6z'/%3e%3cpath d='M450 171.4c-100 0-171.4 85.7-214.3 128.6C278.6 342.9 350 428.6 450 428.6V171.4z'/%3e%3cpath fill='white' d='M346.3 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z'/%3e%3cpath d='M477.8 254.3h21v91.3h-21zm51.9 0h21v91.3h-21z'/%3e%3c/svg%3e")
}

.flag\:TA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%230052B4' d='M0 0h512v341.3H0z'/%3e%3cpath fill='white' d='M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 0h-32v69.4H0v32h112v69.3h32v-69.3h112v-32H144z'/%3e%3cpath d='M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cpath d='M0 0v15.1l57.4 38.3H80zm256 0v15.1l-57.4 38.3H176z' fill='%23D80027'/%3e%3cpath fill='%232E52B2' d='M256 22.7v30.7h-46.1z'/%3e%3cpath d='M0 170.7v-15.1l57.4-38.2H80zm256 0v-15.1l-57.4-38.2H176z' fill='%23D80027'/%3e%3cpath fill='%2329DBFF' d='M448.9 169.5c0 9.6-.3 29.6-1.4 39.2-4.1 34.9-23.5 68.8-62.1 85.9-45.3-17.9-60.8-51-64.9-85.9-1.1-9.6-1.5-19.4-1.5-29l.3-47.1h129.2l.4 36.9z'/%3e%3cpath fill='white' d='M447.5 208.7c-.2 1.6-.4 3.3-.6 4.9-4.8 33.1-22.9 65.4-61.5 81-43.2-17-59.4-47.9-64.2-81-.2-1.6-.4-3.2-.6-4.9'/%3e%3cpath fill='%2329DBFF' d='M385.4 251.7l-22.9-43h45.8z'/%3e%3cpath fill='white' d='M385.4 165.8l-22.9 42.9h45.8z'/%3e%3cellipse fill='%23FFBE57' cx='474.8' cy='236.8' rx='16.8' ry='43.3'/%3e%3cellipse fill='%23FFBE57' cx='295.3' cy='236.8' rx='16.8' ry='43.3'/%3e%3cpath fill='white' d='M385.4 31.5l-33.4 44h68.5zM315.5 280s33.8 29.5 69.9 29.5 67.1-29.5 67.1-29.5l8.5 14.6S439.2 326 385.4 326 307 294.6 307 294.6l8.5-14.6z'/%3e%3cellipse fill='%23A5A5A5' cx='386.3' cy='104.3' rx='34.3' ry='23.3'/%3e%3c/svg%3e")
}

.flag\:TC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.333h512V426.67H0z'/%3e%3cpath fill='%23FFDA44' d='M332.058 191.996v78.221c0 38.103 51.942 49.779 51.942 49.779s51.942-11.675 51.942-49.779v-78.221H332.058z'/%3e%3cpath fill='%23FF9811' d='M376.579 220.44c0 7.855-6.644 28.445-14.84 28.445s-14.84-20.589-14.84-28.445c0-7.856 14.84-14.222 14.84-14.222s14.84 6.367 14.84 14.222z'/%3e%3cpath fill='%23A2001D' d='M415.961 235.93c2.394-5.6 4.257-13.785 4.257-17.86 0-6.546-8.904-11.852-8.904-11.852s-8.904 5.306-8.904 11.852c0 4.075 1.862 12.26 4.257 17.86l-5.141 11.123a26.898 26.898 0 009.788 1.831c3.463 0 6.766-.654 9.788-1.831l-5.141-11.123z'/%3e%3cpath fill='%236DA544' d='M372.87 270.217s-7.421 14.222-7.421 28.445h37.101c0-14.222-7.421-28.445-7.421-28.445l-11.13-7.111-11.129 7.111z'/%3e%3cpath fill='%23D80027' d='M395.13 270.217v-3.555c0-5.891-4.983-10.666-11.13-10.666-6.147 0-11.13 4.776-11.13 10.666v3.555h22.26z'/%3e%3cpath fill='white' d='M256 85.333v30.553l-45.167 25.099H256v59.359h-59.103L256 233.179v22.817h-26.68l-73.494-40.826v40.826h-55.652v-48.573l-87.43 48.573H0v-30.554l45.167-25.098H0v-59.359h59.103L0 108.139V85.333h26.68l73.494 40.825V85.333h55.652v48.572l87.43-48.572z'/%3e%3cpath fill='%23D80027' d='M144 85.33h-32v69.332H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath fill='%230052B4' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath fill='white' d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915z'/%3e%3cpath d='M155.826 200.344L256 255.996v-15.737l-71.847-39.915zm-83.98 0L0 240.259v15.737l100.174-55.652z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath fill='white' d='M100.174 140.982L0 85.33v15.737l71.847 39.915z'/%3e%3cpath d='M100.174 140.982L0 85.33v15.737l71.847 39.915zm83.98 0L256 101.067V85.33l-100.174 55.652z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:TD {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath fill='%23D80027' d='M341.337 85.331H512v341.337H341.337z'/%3e%3c/svg%3e")
}

.flag\:TF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='white' d='M0 0h21v15H0V0z'/%3e%3cpath fill='%23073AB6' d='M0 0h22.5v15H0V0z'/%3e%3cpath fill='white' d='M0 0h11.3v7.5H0V0z'/%3e%3cpath fill='%23F44653' d='M7.1 0h3.6v7H7.1V0z'/%3e%3cpath fill='%231035BB' d='M0 0h3.6v7H0V0z'/%3e%3cpath fill='white' d='M3.6 0h3.6v7H3.6V0zm10.9 6h5L19 7h-1.5v.5h1l-.5 1h-.5V10h-1V7H15l-.5-1zm4 2.5l1 1.5h-2l1-1.5zm-3 0l1 1.5h-2l1-1.5zm1.5 3L16 10h2l-1 1.5zM20 8c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-6 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm1 4c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm4 0c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5zm-2 1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5z'/%3e%3c/svg%3e")
}

.flag\:TG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M0 85.337h512V153.6H0zM0 358.4h512v68.263H0zm0-136.537h512v68.263H0z' fill='%23496E2D'/%3e%3cpath fill='%23D80027' d='M0 85.337h204.054v204.054H0z'/%3e%3cpath fill='white' d='M102.026 133.938l13.26 40.812h42.916l-34.718 25.226 13.26 40.814-34.718-25.224-34.719 25.224 13.263-40.814-34.718-25.226h42.913z'/%3e%3c/svg%3e")
}

.flag\:TH {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.334h512V426.66H0z'/%3e%3cpath fill='%230052B4' d='M0 194.056h512v123.882H0z'/%3e%3cpath d='M0 85.334h512v54.522H0zm0 286.809h512v54.522H0z' fill='%23D80027'/%3e%3c/svg%3e")
}

.flag\:TJ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath fill='%236DA544' d='M0 312.888h512v113.775H0z'/%3e%3cpath d='M226.318 300.522h59.364v-25.23l-11.873 5.937L256 263.421l-17.809 17.808-11.873-5.937zm-33.963-29.682l2.763 8.504h8.94l-7.233 5.255 2.763 8.502-7.233-5.255-7.234 5.255 2.763-8.502-7.233-5.255h8.94zm8.566-29.68l2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zm24.488-22.261l2.763 8.502h8.94l-7.233 5.255 2.763 8.504-7.233-5.256-7.234 5.256 2.763-8.504-7.233-5.255h8.94zm94.236 51.941l-2.763 8.504h-8.94l7.233 5.255-2.763 8.502 7.233-5.255 7.234 5.255-2.763-8.502 7.233-5.255h-8.94zm-8.566-29.68l-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zm-24.488-22.261l-2.763 8.502h-8.94l7.233 5.255-2.763 8.504 7.233-5.256 7.234 5.256-2.763-8.504 7.233-5.255h-8.94zM256 207.767l2.763 8.503h8.941l-7.234 5.256 2.763 8.502-7.233-5.254-7.233 5.254 2.763-8.502-7.234-5.256h8.941z' fill='%23FFDA44'/%3e%3c/svg%3e")
}

.flag\:TK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M210.715 174.377l3.684 11.338h11.919l-9.643 7.006 3.684 11.337-9.644-7.007-9.644 7.007 3.684-11.337-9.645-7.006h11.921zm-93.899 107.594l4.605 14.172h14.9l-12.055 8.757 4.606 14.173-12.056-8.76-12.055 8.76 4.604-14.173-12.054-8.757h14.899zm27.88-162.292l4.604 14.172h14.901l-12.056 8.758 4.606 14.171-12.055-8.759-12.056 8.759 4.606-14.171-12.055-8.758h14.9zm-75.157 55.652l4.604 14.172h14.9l-12.055 8.758 4.606 14.171-12.055-8.758-12.056 8.758 4.606-14.171-12.055-8.758h14.9z' fill='white'/%3e%3cpath d='M483.386 354.503H117.801s109.234-88.562 310.593-220.938c.001 0-88.443 128.935 54.992 220.938zm-365.585 11.586c-11.177 0-11.195 17.37 0 17.37h365.585c11.177 0 11.195-17.37 0-17.37H117.801z' fill='%23FFDA44'/%3e%3c/svg%3e")
}

.flag\:TL {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23FFDA44' d='M256 256L0 90.691v44.242L155.826 256 0 377.067v44.242z'/%3e%3cpath d='M0 90.691v330.618L189.217 256z'/%3e%3cpath fill='white' d='M44.184 213.36l24.912 23.577 30.121-16.41-14.723 30.98 24.911 23.575-34.012-4.43L60.67 301.63l-6.296-33.716-34.012-4.43 30.119-16.408z'/%3e%3c/svg%3e")
}

.flag\:TM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.337h512v341.326H0z'/%3e%3cg fill='white'%3e%3cpath d='M357.208 183.679c8.397-23.404-1.036-48.858-21.281-61.536a52.131 52.131 0 0110.884 2.621c27.002 9.688 41.038 39.428 31.35 66.431s-39.428 41.038-66.431 31.35a52.182 52.182 0 01-10.069-4.895c23.686 3.084 47.15-10.566 55.547-33.971zm-46.571-67.95l-7.297 9.427-11.22-4.026 6.712 9.852-7.296 9.427 11.443-3.338 6.712 9.852.361-11.914 11.444-3.339-11.221-4.025z'/%3e%3cpath d='M330.338 146.448l-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.443-3.339 6.712 9.853.36-11.915 11.445-3.34-11.221-4.024zM275.9 126.916l-7.296 9.427-11.219-4.024 6.711 9.851-7.296 9.426 11.443-3.338 6.712 9.852.361-11.915 11.444-3.337-11.221-4.027zm-.799 35.189l-7.296 9.427-11.221-4.026 6.712 9.852-7.296 9.427 11.444-3.338 6.711 9.852.362-11.915 11.443-3.338-11.22-4.026zm33.484 12.013l-7.296 9.427-11.22-4.026 6.712 9.853-7.297 9.426 11.444-3.338 6.712 9.852.36-11.915 11.443-3.338-11.219-4.025z'/%3e%3c/g%3e%3cpath fill='%23D80027' d='M83.478 85.337h89.043v341.326H83.478z'/%3e%3cpath fill='white' d='M117.458 175.191l-14.908-11.105v-15.705l14.908-11.105h21.084l14.908 11.105v15.705l-14.908 11.105z'/%3e%3cpath d='M128 137.276h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.105v-8.012H128z' fill='%23FF9811'/%3e%3cpath fill='white' d='M117.458 374.725l-14.908-11.106v-15.704l14.908-11.105h21.084l14.908 11.105v15.704l-14.908 11.106z'/%3e%3cpath d='M128 336.81h-10.542l-14.908 11.105v7.678H128zm0 37.915h10.542l14.908-11.106v-8.011H128z' fill='%23FF9811'/%3e%3cpath d='M117.458 274.957l-14.908-11.105v-15.703l14.908-11.106h21.084l14.908 11.106v15.703l-14.908 11.105zm36.513 24.434h-6.493v-6.493h-11.411l-8.068-8.068-8.067 8.068h-11.41v6.493h-6.493v12.986h6.493v6.492h11.41l8.068 8.069 8.068-8.069h11.41v-6.492h6.493zm0-99.768h-6.493v-6.492h-11.411l-8.068-8.069-8.067 8.069h-11.41v6.492h-6.493v12.986h6.493v6.492h11.41l8.068 8.07 8.068-8.07h11.41v-6.492h6.493z' fill='%23496E2D'/%3e%3cg fill='%23D80027'%3e%3cpath d='M120.576 248.576h14.84v14.84h-14.84z'/%3e%3ccircle cx='128' cy='206.113' r='7.421'/%3e%3ccircle cx='128' cy='305.887' r='7.421'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:TN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3ccircle fill='white' cx='256' cy='255.994' r='96'/%3e%3cg fill='%23D80027'%3e%3cpath d='M267.826 219.291l16.47 22.695 26.673-8.649-16.496 22.676 16.468 22.695-26.664-8.681-16.495 22.676.017-28.04-26.664-8.682 26.674-8.648z'/%3e%3cpath d='M277.818 312.724c-31.33 0-56.727-25.397-56.727-56.727s25.397-56.727 56.727-56.727c9.769 0 18.96 2.47 26.985 6.819-12.589-12.31-29.804-19.909-48.803-19.909-38.558 0-69.818 31.259-69.818 69.818s31.26 69.818 69.818 69.818c18.999 0 36.215-7.599 48.803-19.909-8.026 4.347-17.216 6.817-26.985 6.817z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:TO {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='white' d='M0 85.331h256v170.663H0z'/%3e%3cpath fill='%23D80027' d='M141.357 157.303V130.59h-26.714v26.713H87.93v26.713h26.713v26.713h26.714v-26.713h26.713v-26.713z'/%3e%3c/svg%3e")
}

.flag\:TR {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='%23E30A17' d='M0 0h513v342H0z'/%3e%3cpath fill='white' d='M259.7 118.6c-13.1-9.5-29-14.6-45.3-14.5-40.8 0-73.8 30.8-73.8 68.9s33.1 68.9 73.8 68.9c17.1 0 32.9-5.4 45.3-14.5-30 38.6-85.7 45.6-124.3 15.5s-45.6-85.7-15.5-124.3 85.7-45.6 124.3-15.5c5.8 4.5 11 9.8 15.5 15.5zm39.9 65.8l-18.1 21.9 1.2-28.4-26.4-10.4 27.3-7.6 1.8-28.3 15.6 23.7 27.5-7.1-17.5 22 15.3 23.9-26.7-9.7z'/%3e%3c/svg%3e")
}

.flag\:TT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='white' d='M6.066 85.337l207.961 212.636 131.584 128.69h160.323L297.973 214.027 166.389 85.337z'/%3e%3cpath d='M43.364 85.337L384.69 426.663h83.946L127.31 85.337z'/%3e%3c/svg%3e")
}

.flag\:TV {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3e%3cpath fill='%230052B4' d='M0 0h900v600H0z'/%3e%3cpath fill='%2300B2EE' d='M0 300h450V0h450v600H0V300z'/%3e%3cpath fill='%23FFDA44' d='M345.3 480.9l29.4 90.6-77.1-56H393l-77.1 56 29.4-90.6zM706.4 340l29.4 90.6-77.1-56H754l-77.1 56 29.5-90.6zm106.4-78.5l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zm0-224.1l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6z'/%3e%3cpath fill='white' d='M449.9 0v206.3h-81l81 54V300h-39.7l-129-85.9V300H168.7v-85.9L39.7 300H0v-39.7l81-54H0V93.8h81L0 39.9V0h39.7l129 85.9V0h112.5v85.9L410.2 0z'/%3e%3cpath fill='%23D80027' d='M253.1 0h-56.3v122H0v56.2h196.8V300h56.3V178.2h196.8V122H253.1z'/%3e%3cpath fill='%232E52B2' d='M449.9 39.9v53.9h-81z'/%3e%3cpath fill='%23D80027' d='M0 300v-19.3l109.9-74.4h39.7L12.8 300zM12.8.1l136.8 93.7h-39.7L0 19.4V.1zm437.1.1v19.3L340 93.8h-39.7L437.1.2zM437.1 300l-136.8-93.7H340l109.9 74.4V300z'/%3e%3cpath fill='%23FFDA44' d='M719.9 131.6l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM584 187.7l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zm30 242.9l29.4 90.6-77.1-56h95.3l-77.1 56 29.5-90.6zM488 332l29.4 90.6-77.1-56h95.3l-77.1 56L488 332zm0 132l29.4 90.6-77.1-56h95.3l-77.1 56L488 464z'/%3e%3c/svg%3e")
}

.flag\:TW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%230052B4' d='M0 85.337h256V256H0z'/%3e%3cpath fill='white' d='M186.435 170.669L162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z'/%3e%3ccircle fill='%230052B4' cx='128' cy='170.674' r='29.006'/%3e%3cpath fill='white' d='M128 190.06c-10.692 0-19.391-8.7-19.391-19.391 0-10.692 8.7-19.391 19.391-19.391 10.692 0 19.391 8.7 19.391 19.391 0 10.691-8.699 19.391-19.391 19.391z'/%3e%3c/svg%3e")
}

.flag\:TZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23338AF3' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 426.663V85.337h512'/%3e%3cpath fill='%23FFDA44' d='M512 152.222V85.337H411.67L0 359.778v66.885h100.33z'/%3e%3cpath d='M512 85.337v40.125L60.193 426.663H0v-40.125L451.807 85.337z'/%3e%3c/svg%3e")
}

.flag\:UA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.337h512V256H0z'/%3e%3c/svg%3e")
}

.flag\:UG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='%23232323' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%23FFDA44' d='M0 56.9h512v56.9H0z'/%3e%3cpath fill='%23D32300' d='M0 113.8h512v56.9H0z'/%3e%3cpath fill='%23FFDA44' d='M0 227.6h512v56.9H0z'/%3e%3cpath fill='%23D32300' d='M0 284.4h512v56.9H0z'/%3e%3ccircle fill='white' cx='256' cy='170.7' r='80.7'/%3e%3cpath d='M234.5 127.5c.9-1.4-19.6-2-19.6-2 1.7-2.5 18.4-10.5 18.4-10.5s-.9-6 2.7-9.8l-4.5-9.8s7-3.4 18.4-3.4 19.9 7 21 13.1l-6.4 3.4c-.1 4.7 1.7 11.6-4.3 17.3-5.9 5.7-8.3 6.9-8.5 18.8 0 3.9 2.3 8.2 8.8 11.7 17.4 9.3 38.6 28.2 44.6 33.9 6.1 5.7 5.1 19.2 2.6 25.2s-12.1 14.3-14.3 13.6c-2.2-.6 1.2-9.2-3.5-11.6 0 0-8.9-7.6-16.8.6s-.2 25.2 3.9 28c4.1 2.8 1.7 5-1.9 5H247c-3.8 0-5.4-2.3-1.9-5 7.6-3.8 12.4-15.3 7.4-20.3-4.9-4.9-18.3 1.5-21.5 6.3-2.8 2.8-8.8 3.6-12.9-1.4s-4.1-10.4-1.1-12.5c7-4.8 0 0 .1-.1 0 0 11.9-8.6 29.9-9 3.9 0 4.8-2.2 2.2-4.8 0 0-30.9-27.4-28.1-44.2 3-18.3 20-26.3 13.4-32.5-1.3-1.8 0 0 0 0z'/%3e%3c/svg%3e")
}

.flag\:US {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 0h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513v26.3H0zm0 52.7h513v26.3H0zm0 52.6h513v26.3H0zm0 52.6h513V342H0z' fill='%23D80027'/%3e%3cpath fill='%232E52B2' d='M0 0h256.5v184.1H0z'/%3e%3cpath d='M47.8 138.9l-4-12.8-4.4 12.8H26.2l10.7 7.7-4 12.8 10.9-7.9 10.6 7.9-4.1-12.8 10.9-7.7zm56.3 0l-4.1-12.8-4.2 12.8H82.6l10.7 7.7-4 12.8 10.7-7.9 10.8 7.9-4-12.8 10.7-7.7zm56.5 0l-4.3-12.8-4 12.8h-13.5l11 7.7-4.2 12.8 10.7-7.9 11 7.9-4.2-12.8 10.7-7.7zm56.2 0l-4-12.8-4.2 12.8h-13.3l10.8 7.7-4 12.8 10.7-7.9 10.8 7.9-4.3-12.8 11-7.7zM100 75.3l-4.2 12.8H82.6L93.3 96l-4 12.6 10.7-7.8 10.8 7.8-4-12.6 10.7-7.9h-13.4zm-56.2 0l-4.4 12.8H26.2L36.9 96l-4 12.6 10.9-7.8 10.6 7.8L50.3 96l10.9-7.9H47.8zm112.5 0l-4 12.8h-13.5l11 7.9-4.2 12.6 10.7-7.8 11 7.8-4.2-12.6 10.7-7.9h-13.2zm56.5 0l-4.2 12.8h-13.3l10.8 7.9-4 12.6 10.7-7.8 10.8 7.8-4.3-12.6 11-7.9h-13.5zm-169-50.6l-4.4 12.6H26.2l10.7 7.9-4 12.7L43.8 50l10.6 7.9-4.1-12.7 10.9-7.9H47.8zm56.2 0l-4.2 12.6H82.6l10.7 7.9-4 12.7L100 50l10.8 7.9-4-12.7 10.7-7.9h-13.4zm56.3 0l-4 12.6h-13.5l11 7.9-4.2 12.7 10.7-7.9 11 7.9-4.2-12.7 10.7-7.9h-13.2zm56.5 0l-4.2 12.6h-13.3l10.8 7.9-4 12.7 10.7-7.9 10.8 7.9-4.3-12.7 11-7.9h-13.5z' fill='white'/%3e%3c/svg%3e")
}

.flag\:UY {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 513 342'%3e%3cpath fill='white' d='M0 0h513v342H0z'/%3e%3cpath d='M0 38h513v38H0zm0 76h513v38H0zm0 76h513v38H0zm0 76h513v38H0z' fill='%230038a8'/%3e%3cpath fill='white' d='M0 0h256.5v190H0z'/%3e%3cpath fill='%23FED443' d='M128.3 138.7l-15.1 22.6-3.8-26.9L86 148.2l8.2-25.9-27.2 2.2 18.6-19.8L60.3 95l25.4-9.7L67 65.5l27.1 2.3-8.2-25.9 23.4 13.8 3.9-26.9 15.1 22.6 15.1-22.6 3.8 26.9 23.4-13.8-8.2 25.9 27.1-2.2-18.6 19.8 25.4 9.7-25.4 9.7 18.6 19.8-27.1-2.2 8.2 25.9-23.4-13.8-3.9 26.9-15-22.7zm0-.5c23.9.9 44-17.6 44.9-41.5.9-23.9-17.6-44-41.5-44.9h-3.4c-23.9.8-42.6 20.8-41.8 44.6.6 22.8 19 41.1 41.8 41.8zm0-10.6c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.3 34-34 34z'/%3e%3c/svg%3e")
}

.flag\:UZ {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M0 322.783h512v103.88H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.337h512v104.515H0z'/%3e%3cpath fill='white' d='M0 210.877h512v89.656H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.337h512v104.515H0z'/%3e%3cpath d='M188.688 137.589c0-15.984 11.234-29.339 26.236-32.614a33.531 33.531 0 00-7.155-.777c-18.442 0-33.391 14.949-33.391 33.391s14.949 33.391 33.391 33.391c2.458 0 4.85-.273 7.155-.777-15.002-3.275-26.236-16.63-26.236-32.614zm45.97 15.177l2.261 6.957h7.315l-5.918 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.261-6.956-5.918-4.301h7.315zm23.348 0l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zm23.347 0l2.26 6.957h7.315l-5.917 4.301 2.26 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.918-4.301h7.315zm23.347 0l2.262 6.957h7.315l-5.919 4.301 2.261 6.956-5.919-4.3-5.918 4.3 2.262-6.956-5.919-4.301h7.314zm23.348 0l2.26 6.957h7.315l-5.918 4.301 2.261 6.956-5.918-4.3-5.918 4.3 2.26-6.956-5.917-4.301h7.314zm-70.042-24.284l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zm23.347 0l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.918-4.3h7.315zm23.347 0l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.299-5.918 4.299 2.262-6.957-5.919-4.3h7.314zm23.348 0l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.299-5.918 4.299 2.26-6.957-5.917-4.3h7.314zm-46.695-24.284l2.26 6.956h7.315l-5.917 4.3 2.26 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.918-4.3h7.315zm23.347 0l2.262 6.956h7.315l-5.919 4.3 2.261 6.957-5.919-4.3-5.918 4.3 2.262-6.957-5.919-4.3h7.314zm23.348 0l2.26 6.956h7.315l-5.918 4.3 2.261 6.957-5.918-4.3-5.918 4.3 2.26-6.957-5.917-4.3h7.314z' fill='white'/%3e%3c/svg%3e")
}

.flag\:VA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.326H0z'/%3e%3cpath fill='white' d='M256 85.331h256v341.337H256z'/%3e%3cpath fill='%23ACABB1' d='M321.353 233.837l32.073 42.43c-5.053 7.651-5.026 17.961.817 25.692 7.414 9.807 21.374 11.748 31.182 4.335 9.807-7.414 11.748-21.374 4.334-31.182-5.843-7.731-15.756-10.568-24.495-7.795l-49.988-66.129-11.838 8.949-17.759 13.424 17.899 23.677 17.775-13.401zm46.175 48.78a7.421 7.421 0 118.95 11.84 7.421 7.421 0 01-8.95-11.84z'/%3e%3cpath fill='%23FFDA44' d='M376.367 247.24l17.899-23.677-17.759-13.424-11.838-8.949-49.988 66.129c-8.74-2.775-18.651.063-24.495 7.795-7.414 9.808-5.473 23.768 4.334 31.182 9.808 7.414 23.768 5.473 31.182-4.335 5.845-7.731 5.871-18.041.817-25.692l32.073-42.43 17.775 13.401zm-62.504 45.771a7.42 7.42 0 11-11.84-8.95 7.42 7.42 0 0111.84 8.95z'/%3e%3c/svg%3e")
}

.flag\:VC {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23FFDA44' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23338AF3' d='M0 85.331h170.663v341.337H0z'/%3e%3cpath d='M341.337 85.331H512v341.337H341.337zM214.261 283.82l-33.393-50.086 33.392-50.087 33.392 50.087zm83.478 0l-33.391-50.086 33.391-50.087 33.393 50.087zM256 350.603l-33.391-50.087L256 250.429l33.391 50.087z' fill='%236DA544'/%3e%3c/svg%3e")
}

.flag\:VE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 15'%3e%3cpath fill='%23FFCE00' d='M0 0h22.5v5H0z'/%3e%3cpath fill='%23203899' d='M0 5h22.5v5H0z'/%3e%3cpath fill='%23D82B2B' d='M0 10h22.5v5H0z'/%3e%3cpath fill='white' d='M12.13 5.38l.14.46.45.14-.39.27.01.48-.38-.29-.45.15.15-.44-.28-.38h.47zm-1.77 0l.27.39h.47l-.28.38.15.45-.45-.16-.38.28.01-.47-.39-.28.45-.13zm3.44.56l-.01.48.39.27-.46.14-.14.45-.27-.38h-.48l.29-.38-.15-.45.45.16zm-5.11.02l.4.27.44-.18-.13.46.3.36-.47.02-.26.4-.16-.44-.46-.12.37-.3zm6.55 1.17l-.2.44.25.4-.47-.05-.31.36-.1-.46-.43-.18.41-.24.03-.47.35.31zm.19 1.12l.21.43.47.07-.34.33.08.46-.42-.22-.42.22.08-.46-.34-.33.47-.07zM7 8.2l.21.43.47.06-.34.33.08.47L7 9.27l-.42.22.08-.47-.34-.33.47-.06zm.31-1.15l.45.14.38-.29v.48l.39.26-.45.15-.13.46-.28-.38-.47.01.27-.38z'/%3e%3c/svg%3e")
}

.flag\:VG {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%230052B4' d='M0 85.334h512v341.337H0z'/%3e%3cpath fill='white' d='M256 85.334V202.66h-46.069L256 233.38v22.617h-22.628L160 207.078v48.919H96v-48.919l-73.372 48.919H0V233.38l46.069-30.72H0v-64h46.069L0 107.951V85.334h22.628L96 134.241V85.334h64v48.907l73.372-48.907z'/%3e%3cg fill='%23D80027'%3e%3cpath d='M144 85.33h-32v69.333H0v32h112v69.334h32v-69.334h112v-32H144z'/%3e%3cpath d='M0 85.329v15.083l57.377 38.251H80zm256 0v15.083l-57.377 38.251H176z'/%3e%3c/g%3e%3cpath fill='%232E52B2' d='M256 107.951v30.712h-46.069z'/%3e%3cpath d='M0 85.329v15.083l57.377 38.251H80zm256 0v15.083l-57.377 38.251H176z' fill='%23D80027'/%3e%3cpath fill='%232E52B2' d='M256 107.951v30.712h-46.069z'/%3e%3cpath d='M0 255.997v-15.082l57.377-38.252H80zm256 0v-15.082l-57.377-38.252H176z' fill='%23D80027'/%3e%3cpath fill='%23FFDA44' d='M384 259.706l-46.129 46.129c8.645 16.675 26.051 28.074 46.129 28.074s37.484-11.4 46.129-28.074L384 259.706z'/%3e%3cpath fill='%236DA544' d='M332.058 178.084v81.624c.001 39.759 51.942 51.941 51.942 51.941s51.941-12.182 51.942-51.942v-81.623H332.058z'/%3e%3cpath fill='white' d='M372.87 215.181h22.261v59.359H372.87z'/%3e%3ccircle fill='%23A2001D' cx='384' cy='215.181' r='11.13'/%3e%3cpath d='M346.902 192.92h14.84v14.84h-14.84zm0 33.392h14.84v14.84h-14.84zm0 33.391h14.84v14.84h-14.84zm59.359-66.783h14.84v14.84h-14.84zm0 33.392h14.84v14.84h-14.84zm0 33.391h14.84v14.84h-14.84z' fill='%23FFDA44'/%3e%3c/svg%3e")
}

.flag\:VI {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.3'%3e%3cpath fill='white' d='M0 0h512v341.3H0z'/%3e%3cpath fill='%231583C4' d='M397.7 166.3l-51 97.7c-1.1 2-.3 4.5 1.8 5.6 2 1.1 4.5.3 5.6-1.8l51-97.7c1-2.1.1-4.6-2-5.5-2-.9-4.3-.2-5.4 1.7z'/%3e%3cpath fill='%231583C4' d='M404.9 188l-57.8 75.4c-1.3 1.9-.8 4.5 1.1 5.8 1.7 1.2 4.1.9 5.5-.7l57.8-75.4c1.4-1.8 1.1-4.4-.8-5.8-1.8-1.5-4.4-1.1-5.8.7z'/%3e%3cpath fill='%231583C4' d='M379 181.3l-32.5 83.1c-.8 2.1.2 4.6 2.4 5.4 2.1.8 4.6-.2 5.4-2.4l32.5-83.1c.7-2.2-.4-4.5-2.6-5.3-2.1-.6-4.3.4-5.2 2.3z'/%3e%3cpath fill='%23409347' d='M122.1 171.9c.4 1.7 1.2 4.7 2.2 8.5 1.7 6.4 3.6 12.8 5.6 18.7 2.3 6.9 14.7 31.4 20.2 39.1 6.9 9.7 14.1 19.3 21.5 28.6 1.6 1.9 4.5 2.1 6.4.5 1.8-1.6 2.1-4.3.7-6.2-7.3-9.2-14.4-18.6-21.2-28.2-4.2-5.8-17.2-31.1-19-36.7-2.9-8.7-5.4-17.6-7.6-26.5-.5-2.4-2.9-4-5.3-3.5s-4 2.9-3.5 5.3c-.1.2 0 .3 0 .4z'/%3e%3cg fill='%23FFD836' stroke='%23231F20' stroke-miterlimit='10'%3e%3cpath d='M297.1 114.9S279.5 42.8 261 42.8c-6.9 0-11.9-.6-15.4 6.4-.9 1.7-20.7-1.6-19.1 20.8.5 6.9 1.1-9.8 14.9-3.4 6.3 3-16.4 48.2-16.4 48.2h72.1z'/%3e%3cpath d='M466.1 48.4l-90.9 22c-75.3 18.3-42.1 44.4-42.1 44.4l-72.1 12-72.1-12s33.2-26.1-42.1-44.4l-90.9-22C43.1 45.3 38.1 51.8 45.3 63c0 0 106.6 104 126.8 112 20.2 8.1 40.8 0 40.8 0s-14.9 8.7-24 24c-9.2 15.3-4.6 34.7-38.9 40.2-5.5 6.6-5 14 2.9 19.9 7.9 5.8 72.1-48.1 72.1-48.1s-24 24.4-24 36.1c0 5.1 44.1 53.8 60.1 53.8s60.1-48.7 60.1-53.8c0-11.7-24-36.1-24-36.1s64.2 53.9 72.1 48.1 11.4-19.3 2.8-19.9c-28-1.8-29.7-24.9-38.9-40.2-9.2-15.3-24-24-24-24s20.6 8.1 40.8 0S476.7 63 476.7 63c7.2-11.2 2.3-17.7-10.6-14.6z'/%3e%3c/g%3e%3cpath fill='white' stroke='%23231F20' stroke-miterlimit='10' d='M201.3 111.8v80.3c0 45.7 59.7 59.7 59.7 59.7s59.7-14 59.7-59.7v-80.3H201.3z'/%3e%3cpath d='M225.2 137.7V235c8.2 6 17 10.2 23.9 12.9V137.7h-23.9zm71.6 0V235c-8.2 6-17 10.2-23.9 12.9V137.7h23.9z' fill='%23D80027'/%3e%3cpath fill='%230052B4' d='M201.3 111.8h119.4v37.9H201.3z'/%3e%3cpath fill='%231583C4' d='M60.1 210.5l-21.9-58.1H15.7l31.8 80.8h25.2l31.5-80.8H81.7zm391.4-58.6h18.9v81.7h-18.9z'/%3e%3c/svg%3e")
}

.flag\:VN {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M196.641 85.337H0v341.326h512V85.337z'/%3e%3cpath fill='%23FFDA44' d='M256 157.279l22.663 69.747H352l-59.332 43.106 22.664 69.749L256 296.774l-59.332 43.107 22.664-69.749L160 227.026h73.337z'/%3e%3c/svg%3e")
}

.flag\:VU {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%236DA544' d='M512 256v170.663H0L215.185 256z'/%3e%3cpath fill='%23D80027' d='M512 85.337V256H215.185L0 85.337z'/%3e%3cpath d='M221.001 239.304L26.868 85.337H8.956l208.168 165.098H512v-11.131zM8.956 426.663h17.912l194.133-153.967H512v-11.131H217.124zM0 92.44v14.206L188.317 256 0 405.354v14.205L206.229 256z'/%3e%3cg fill='%23FFDA44'%3e%3cpath d='M8.956 85.337H0v7.103L206.229 256 0 419.559v7.104h8.956l208.168-165.098H512v-11.13H217.124z'/%3e%3cpath d='M63.718 292.382v-14.295c14.265 0 25.87-11.606 25.87-25.869 0-10.092-8.211-18.303-18.304-18.303-6.875 0-12.469 5.593-12.469 12.469 0 4.397 3.577 7.974 7.974 7.974a4.514 4.514 0 004.508-4.508h14.295c0 10.368-8.435 18.804-18.802 18.804-12.279-.002-22.269-9.993-22.269-22.271 0-14.758 12.006-26.764 26.764-26.764 17.975 0 32.599 14.623 32.599 32.599 0 22.145-18.018 40.164-40.166 40.164z'/%3e%3c/g%3e%3c/svg%3e")
}

.flag\:WF {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 100'%3e%3cpath fill='%23ED2939' d='M0 0h150v100H0z'/%3e%3cpath fill='%23002395' d='M0 0h20v44.33H0z'/%3e%3cpath fill='white' d='M20 0h20v44.33H20z'/%3e%3cpath fill='none' stroke='white' stroke-width='3' d='M0 44.33h62.75V0'/%3e%3cpath fill='white' d='M108.08 43.29L87.96 23.17h40.25l-20.13 20.12zm-6.7 6.71L81.25 29.88v40.25L101.38 50zm6.7 6.71L87.96 76.83h40.25l-20.13-20.12zm6.71-6.71l20.13-20.13v40.25L114.79 50z'/%3e%3c/svg%3e")
}

.flag\:WS {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23D80027' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%230052B4' d='M0 85.331h256v170.663H0z'/%3e%3cpath d='M165.483 181.79l2.764 8.504h8.939l-7.232 5.254 2.763 8.503-7.234-5.255-7.233 5.255 2.763-8.503-7.233-5.254h8.94zm-44.904-66.783l4.606 14.173h14.9l-12.055 8.757 4.605 14.171-12.056-8.758-12.054 8.758 4.605-14.171-12.056-8.757h14.901zm44.522 14.841l4.606 14.172h14.9l-12.055 8.757 4.604 14.173-12.055-8.76-12.054 8.76 4.604-14.173-12.055-8.757h14.9zm-35.192 59.363l4.606 14.172h14.9l-12.055 8.758 4.604 14.171-12.055-8.759-12.054 8.759 4.604-14.171-12.055-8.758h14.9zm-39.01-37.103l4.605 14.173h14.9l-12.055 8.757 4.604 14.173-12.054-8.76-12.055 8.76 4.604-14.173-12.055-8.757h14.9z' fill='white'/%3e%3c/svg%3e")
}

.flag\:XK {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 341.33'%3e%3cpath fill='%230052B4' d='M0 0h512v341.34H0z'/%3e%3cpath d='M220.72 42.63l7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.36-15.9 8.36 3.03-17.7-12.86-12.54 17.78-2.58zm70.56-.06l7.95 16.1 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59zm62.08 11.36l7.95 16.11 17.77 2.58-12.86 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.87-12.54 17.78-2.58zm63.01 18.3l7.95 16.11 17.77 2.59-12.86 12.53 3.04 17.71-15.9-8.36-15.9 8.36 3.03-17.71-12.86-12.53 17.78-2.59zm-257.73-18.3l7.95 16.11 17.78 2.58-12.87 12.54 3.04 17.7-15.9-8.35-15.9 8.35 3.04-17.7-12.86-12.54 17.77-2.58zm-63.01 18.3l7.95 16.11 17.78 2.59-12.86 12.53 3.03 17.71-15.9-8.36-15.9 8.36 3.04-17.71-12.86-12.53 17.77-2.59z' fill='white'/%3e%3cpath fill='%23FFDA44' d='M217.53 259.33l-27.22-13.61-27.22-54.43h27.22l27.22-27.22 13.61-27.22 27.22-13.61 13.61 13.61 27.22 13.61v13.61l13.61 13.61 40.83 27.22L340 245.73l-40.83 40.83-13.61-27.22-40.83 27.22v27.22l-13.61-13.61-13.59-40.84z'/%3e%3c/svg%3e")
}

.flag\:YE {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath fill='%23D80027' d='M0 85.337h512v113.775H0z'/%3e%3cpath d='M0 312.888h512v113.775H0z'/%3e%3c/svg%3e")
}

.flag\:YT {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 60'%3e%3cpath fill='white' d='M0 0h90v60H0z'/%3e%3cpath stroke='%237f7f7f' stroke-width='.25' fill='%23ABABAB' d='M75.6 39.6c-1.1.7 0 1.8-.6 1.9-.6.1-1.5-1.4-.2-2.5 1.6-1.5 5.8 0 5.9 4.3 0 2.2-.9 6.8-7.2 6.8-7.6 0-11.4-5.7-11.4-11.4 0-4.8 3.7-13.5 6.5-14.6 3.1-1.2 6.7-3.5 6.8-5 0-.5-1.4-.1-3.3.9-3.1 1.7-6.6 2.5-6.6 1.4s2.9-3.1 4-4.6c1.2-1.6.9-5.5 3-5.5 7.6 0 9.9 7.7 7 11.7-1.9 2.6 4.3 1 4.3 1s0 5.3-3.2 7.3c-3 1.8-4.8 3.9-4.8 3.9s.2-4.6-.5-3.9c-.6.7-11.1 4.5-10.3 12 .3 3 4.5 5.4 8.5 5.2s5.7-2.4 5.8-4.9c.1-3.9-3-4.4-3.7-4zm-64.9 4c.1 2.5 1.8 4.7 5.8 4.9s8.2-2.2 8.5-5.2c.8-7.5-9.7-11.3-10.3-12-.7-.7-.5 3.9-.5 3.9s-1.8-2.1-4.8-3.9c-3.2-2-3.2-7.3-3.2-7.3s6.2 1.6 4.3-1c-2.9-4-.6-11.7 7-11.7 2.1 0 1.8 3.9 3 5.5 1.1 1.5 4 3.5 4 4.6s-3.5.3-6.6-1.4c-1.9-1-3.3-1.4-3.3-.9.1 1.5 3.7 3.8 6.8 5 2.8 1.1 6.5 9.8 6.5 14.6 0 5.7-3.8 11.4-11.4 11.4-6.3 0-7.2-4.6-7.2-6.8.1-4.3 4.3-5.8 5.9-4.3 1.2 1.1.4 2.7-.2 2.5-.6-.1.6-1.2-.6-1.9-.6-.4-3.7.1-3.7 4z'/%3e%3cpath fill='%23DE393A' d='M31 28.8v14c0 1.9 2.1 1.6 2.1 1.6h9.3c1.2 0 2.6 2.3 2.6 2.3s1.4-2.3 2.5-2.3h9.6s2 .2 2-1.8V28.7H31z'/%3e%3cpath fill='%233951A3' d='M31 13.1h28v15.7H31z'/%3e%3cpath fill='white' d='M50.1 16.5c-.4 2.4-2.5 4.2-5.1 4.2-2.5 0-4.6-1.8-5.1-4.2-.5.9-.8 1.9-.8 3 0 3.3 2.6 5.9 5.9 5.9 3.3 0 5.9-2.6 5.9-5.9 0-1.1-.3-2.1-.8-3z'/%3e%3ccircle fill='%23FEE05F' cx='39.1' cy='36.5' r='3'/%3e%3ccircle fill='%23FEE05F' cx='50.9' cy='36.5' r='3'/%3e%3c/svg%3e")
}

.flag\:ZA {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='white' d='M0 85.337h512v341.326H0z'/%3e%3cpath d='M114.024 256.001L0 141.926v228.17z'/%3e%3cpath fill='%23ffb915' d='M161.192 256L0 94.7v47.226l114.024 114.075L0 370.096v47.138z'/%3e%3cpath fill='%23007847' d='M509.833 289.391c.058-.44.804-.878 2.167-1.318v-65.464H222.602L85.33 85.337H0V94.7L161.192 256 0 417.234v9.429h85.33l137.272-137.272h287.231z'/%3e%3cpath fill='%23000c8a' d='M503.181 322.783H236.433l-103.881 103.88H512v-103.88z'/%3e%3cpath fill='%23e1392d' d='M503.181 189.217H512V85.337H132.552l103.881 103.88z'/%3e%3c/svg%3e")
}

.flag\:ZM {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath fill='%23496E2D' d='M0 85.331h512v341.337H0z'/%3e%3cpath fill='%23FF9811' d='M490.668 195.476h-48c0-8.836-7.164-16-16-16s-16 7.164-16 16h-48c0 8.836 7.697 16 16.533 16h-.533c0 8.836 7.162 16 16 16 0 8.836 7.162 16 16 16h32c8.836 0 16-7.164 16-16 8.836 0 16-7.164 16-16h-.533c8.837 0 16.533-7.164 16.533-16z'/%3e%3cpath fill='%23D80027' d='M341.337 255.994h56.888v170.663h-56.888z'/%3e%3cpath fill='%23FF9811' d='M455.112 255.994H512v170.663h-56.888z'/%3e%3cpath d='M398.225 255.994h56.888v170.663h-56.888z'/%3e%3c/svg%3e")
}

.flag\:ZW {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 85.333 512 341.333'%3e%3cpath d='M0 85.333h512V426.67H0z'/%3e%3cpath d='M0 134.196h512v48.868H0zm0 195.472h512v48.868H0z' fill='%23FFDA44'/%3e%3cpath fill='%23057f44' d='M0 85.333h512v48.868H0z'/%3e%3cpath d='M0 183.069h512v48.868H0zm0 97.737h512v48.868H0z' fill='%23D80027'/%3e%3cpath fill='%23057f44' d='M0 378.542h512v48.128H0z'/%3e%3cpath fill='white' d='M276.992 255.996L106.329 426.659H0V85.333h106.329z'/%3e%3cpath d='M256 255.996L85.334 426.662h20.987l170.667-170.666L106.321 85.33H85.334z'/%3e%3cpath fill='%23D80027' d='M102.465 202.57l13.259 40.812h42.917l-34.718 25.226 13.26 40.814-34.718-25.224-34.72 25.224 13.262-40.814-34.718-25.226h42.915z'/%3e%3cpath fill='%23FFDA44' d='M138.94 259.335l-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 001.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z'/%3e%3c/svg%3e")
}

.countryDropdown {
    position: relative;
    font-weight: normal;
    font-size: 1em;
    -webkit-transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, box-shadow;
    transition-property: border-color, color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem
}

.countryDropdown~input.mobilePhoneNumberWithDropdown[type="text"] {
    display: inline-block;
    width: auto
}

.countryDropdown.register {
    margin-right: 0
}

.countryDropdown.register~input.mobilePhoneNumberWithDropdown[type="text"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.countryDropdown.register .countryDropdown--selectedCountry {
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px
}

.countryDropdown .countryDropdown--selectedCountry {
    padding-left: 1rem;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-right: 0.5rem;
    min-width: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #b1b9c3;
    color: #242a30;
    line-height: 1.5 !important;
    cursor: pointer
}

.countryDropdown .countryDropdown--selectedCountry i {
    margin-left: 0.5rem
}

.countryDropdown .countryDropdown--flag {
    font-size: 20px;
    border-radius: 2px;
    margin-right: 0.5rem
}

.countryDropdown .countryDropdown--list {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid #b1b9c3;
    max-width: 87vw
}

.countryDropdown.booking .countryDropdown--list {
    top: auto;
    bottom: 0;
    max-height: 260px
}

.countryDropdown.booking .countryDropdown--list .countryDropdown--list-items {
    max-height: 160px
}

.countryDropdown .countryDropdown--list-items {
    overflow-y: auto;
    max-height: 240px
}

.lightbox--internal .countryDropdown .countryDropdown--list-items {
    max-height: 120px
}

.countryDropdown .countryDropdown--list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding-left: 1rem;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    padding-right: 0.5rem;
    background: transparent;
    border: none;
    width: 100%;
    color: #242a30;
    line-height: 1.5 !important;
    cursor: pointer
}

.countryDropdown .countryDropdown--list-item .countryDropdown--list-item--name {
    word-wrap: none
}

.countryDropdown .countryDropdown--list-item .countryDropdown--list-item--code {
    color: #86919d;
    margin-left: 0.5rem
}

.countryDropdown .countryDropdown--list-item:hover:not(.countryDropdown--list--selected),
.countryDropdown .countryDropdown--list-item.selected {
    background-color: #e8ebef
}

.countryDropdown .countryDropdown--list-item.countryDropdown--list--selected {
    border-bottom: 1px solid #dce0e6;
    cursor: default
}

.countryDropdown .countryDropdown--list-search {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dce0e6 !important
}

.countryDropdown .countryDropdown--list-search .countryDropdown--list-search-clear {
    position: absolute;
    right: 10px;
    top: 13px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px
}

.countryDropdown .countryDropdown--list-search-input {
    border: none !important;
    padding-right: 30px
}

.countryDropdown .countryDropdown--list-search-input:focus,
.error-container .countryDropdown .countryDropdown--list-search-input {
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    /*font-family: inherit;*/
    vertical-align: baseline
}

ul li {
    list-style-type: none
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

body {
    line-height: 1.5
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal
}

table,
td,
th {
    vertical-align: middle
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

a img {
    border: none
}

[class^="ss-"],
[class*=" ss-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ss-icon-thick-checkmark:before {
    content: "\e9d8"
}

.ss-icon-thick-search:before {
    content: "\e9d7"
}

.ss-pet1:before {
    content: "\e9d6"
}

.ss-map-marker:before {
    content: "\e9d5"
}

.ss-favorite-heart:before {
    content: "\e9d4"
}

.ss-lnr-bag-euro:before {
    content: "\e9d1"
}

.ss-lnr-cash-euro:before {
    content: "\e9d2"
}

.ss-cash-lined-euro:before {
    content: "\e9d3"
}

.ss-document:before {
    content: "\e9ce"
}

.ss-calendar-full:before {
    content: "\e9cf"
}

.ss-car-2:before {
    content: "\e9d0"
}

.ss-lnr-user-plus:before {
    content: "\e9cd"
}

.ss-log-out:before {
    content: "\e9cc"
}

.ss-lnr-user-minus:before {
    content: "\e9cb"
}

.ss-list-5:before {
    content: "\e9ca"
}

.ss-trash-2:before {
    content: "\e9ba"
}

.ss-picture-2:before {
    content: "\e9bb"
}

.ss-quote-open:before {
    content: "\e9bc"
}

.ss-quote-close:before {
    content: "\e9bd"
}

.ss-redo:before {
    content: "\e9be"
}

.ss-list-2:before {
    content: "\e9bf"
}

.ss-list-3:before {
    content: "\e9c0"
}

.ss-bold-copy:before {
    content: "\e9c1"
}

.ss-italic:before {
    content: "\e9c2"
}

.ss-underline:before {
    content: "\e9c3"
}

.ss-text-align-left:before {
    content: "\e9c4"
}

.ss-text-align-center:before {
    content: "\e9c5"
}

.ss-text-align-right:before {
    content: "\e9c6"
}

.ss-text-align-justify:before {
    content: "\e9c7"
}

.ss-indent-increase:before {
    content: "\e9c8"
}

.ss-indent-decrease:before {
    content: "\e9c9"
}

.ss-round-undo:before {
    content: "\e9b9"
}

.ss-new-undo:before {
    content: "\e9b6"
}

.ss-new-expand:before {
    content: "\e9b7"
}

.ss-new-contract:before {
    content: "\e9b8"
}

.ss-users2:before {
    content: "\e9b5"
}

.ss-goto-team:before {
    content: "\e9b4"
}

.ss-lnr-bed:before {
    content: "\e95f"
}

.ss-lnr-couch:before {
    content: "\e985"
}

.ss-lnr-eraser:before {
    content: "\e986"
}

.ss-lnr-magic-wand:before {
    content: "\e987"
}

.ss-lnr-fire:before {
    content: "\e988"
}

.ss-lnr-sun:before {
    content: "\e989"
}

.ss-lnr-moon:before {
    content: "\e98a"
}

.ss-lnr-hammer:before {
    content: "\e98b"
}

.ss-lnr-recycle:before {
    content: "\e98c"
}

.ss-lnr-mailbox-full:before {
    content: "\e98d"
}

.ss-lnr-mailbox-empty:before {
    content: "\e98e"
}

.ss-lnr-envelope-open:before {
    content: "\e98f"
}

.ss-lnr-paperclip:before {
    content: "\e990"
}

.ss-lnr-inbox2:before {
    content: "\e991"
}

.ss-lnr-outbox:before {
    content: "\e992"
}

.ss-lnr-archive:before {
    content: "\e993"
}

.ss-lnr-drawers:before {
    content: "\e994"
}

.ss-lnr-drawers2:before {
    content: "\e995"
}

.ss-lnr-clipboard-empty:before {
    content: "\e996"
}

.ss-lnr-clipboard-pencil:before {
    content: "\e997"
}

.ss-lnr-clipboard-text:before {
    content: "\e998"
}

.ss-lnr-clipboard-user:before {
    content: "\e999"
}

.ss-lnr-license2:before {
    content: "\e99a"
}

.ss-lnr-trophy2:before {
    content: "\e99b"
}

.ss-lnr-shuffle:before {
    content: "\e99c"
}

.ss-lnr-repeat:before {
    content: "\e99d"
}

.ss-lnr-picture:before {
    content: "\e99e"
}

.ss-lnr-book:before {
    content: "\e99f"
}

.ss-lnr-library:before {
    content: "\e9a0"
}

.ss-lnr-tags:before {
    content: "\e9a1"
}

.ss-lnr-compass2:before {
    content: "\e9a2"
}

.ss-lnr-first-aid:before {
    content: "\e9a3"
}

.ss-lnr-lifebuoy:before {
    content: "\e9a4"
}

.ss-lnr-briefcase:before {
    content: "\e9a5"
}

.ss-lnr-plane:before {
    content: "\e9a6"
}

.ss-lnr-smile:before {
    content: "\e9a7"
}

.ss-lnr-bullhorn:before {
    content: "\e9a8"
}

.ss-lnr-refresh:before {
    content: "\e9a9"
}

.ss-lnr-share2:before {
    content: "\e9aa"
}

.ss-lnr-list:before {
    content: "\e9ab"
}

.ss-lnr-notification:before {
    content: "\e9ac"
}

.ss-lnr-funnel:before {
    content: "\e9ad"
}

.ss-lnr-hand:before {
    content: "\e9ae"
}

.ss-lnr-pointer-up:before {
    content: "\e9af"
}

.ss-lnr-fingers-scroll-horizontal:before {
    content: "\e9b0"
}

.ss-lnr-finger-draw:before {
    content: "\e9b1"
}

.ss-lnr-checkmark-badge:before {
    content: "\e9b2"
}

.ss-lnr-receipt2:before {
    content: "\e9b3"
}

.ss-lnr-plumbing:before {
    content: "\e984"
}

.ss-lnr-shield-check:before {
    content: "\e951"
}

.ss-lnr-shield-alert:before {
    content: "\e952"
}

.ss-lnr-shield-cross:before {
    content: "\e953"
}

.ss-lnr-lock:before {
    content: "\e954"
}

.ss-lnr-unlock:before {
    content: "\e955"
}

.ss-lnr-eye:before {
    content: "\e956"
}

.ss-lnr-eye-crossed:before {
    content: "\e957"
}

.ss-lnr-floppy-disk:before {
    content: "\e958"
}

.ss-lnr-equalizer:before {
    content: "\e959"
}

.ss-lnr-camera:before {
    content: "\e95a"
}

.ss-lnr-bookmark2:before {
    content: "\e95b"
}

.ss-lnr-barcode3:before {
    content: "\e95c"
}

.ss-lnr-cart-plus2:before {
    content: "\e95d"
}

.ss-lnr-tag:before {
    content: "\e95e"
}

.ss-lnr-bag-pound:before {
    content: "\e960"
}

.ss-lnr-calculator:before {
    content: "\e961"
}

.ss-lnr-calculator2:before {
    content: "\e962"
}

.ss-lnr-map2:before {
    content: "\e963"
}

.ss-lnr-bubbles:before {
    content: "\e964"
}

.ss-lnr-diamond2:before {
    content: "\e965"
}

.ss-lnr-leaf:before {
    content: "\e966"
}

.ss-lnr-speed-fast:before {
    content: "\e967"
}

.ss-lnr-car:before {
    content: "\e968"
}

.ss-lnr-bus:before {
    content: "\e969"
}

.ss-lnr-truck:before {
    content: "\e96a"
}

.ss-lnr-wheelchair:before {
    content: "\e96b"
}

.ss-lnr-happy:before {
    content: "\e96c"
}

.ss-lnr-sad:before {
    content: "\e96d"
}

.ss-lnr-neutral:before {
    content: "\e96e"
}

.ss-lnr-happy-grin:before {
    content: "\e96f"
}

.ss-lnr-annoyed:before {
    content: "\e970"
}

.ss-alarm:before {
    content: "\e971"
}

.ss-lnr-antenna:before {
    content: "\e972"
}

.ss-lnr-mic:before {
    content: "\e973"
}

.ss-lnr-mic-mute:before {
    content: "\e974"
}

.ss-lnr-download2:before {
    content: "\e975"
}

.ss-lnr-upload2:before {
    content: "\e976"
}

.ss-lnr-link:before {
    content: "\e977"
}

.ss-lnr-arrow-up:before {
    content: "\e978"
}

.ss-lnr-arrow-down:before {
    content: "\e979"
}

.ss-lnr-arrow-left:before {
    content: "\e97a"
}

.ss-lnr-arrow-up-right:before {
    content: "\e97b"
}

.ss-lnr-expand2:before {
    content: "\e97c"
}

.ss-lnr-contract2:before {
    content: "\e97d"
}

.ss-lnr-warning:before {
    content: "\e97e"
}

.ss-lnr-question-circle:before {
    content: "\e97f"
}

.ss-lnr-rulers:before {
    content: "\e980"
}

.ss-lnr-square:before {
    content: "\e981"
}

.ss-lnr-ellipsis:before {
    content: "\e982"
}

.ss-lnr-sort:before {
    content: "\e983"
}

.ss-trust-icon:before {
    content: "\e950"
}

.ss-lnr-cord:before {
    content: "\e94f"
}

.ss-lnr-map-circle:before {
    content: "\e94d"
}

.ss-lnr-plus:before {
    content: "\e94e"
}

.ss-lnr-map:before {
    content: "\e94c"
}

.ss-lnr-envelope:before {
    content: "\e94b"
}

.ss-lnr-review:before {
    content: "\e936"
}

.ss-lnr-trash:before {
    content: "\e948"
}

.ss-lnr-flag:before {
    content: "\e949"
}

.ss-lnr-share:before {
    content: "\e94a"
}

.ss-alarm-snooze:before {
    content: "\e946"
}

.ss-alarm-ringing:before {
    content: "\e947"
}

.ss-medal-empty:before {
    content: "\e945"
}

.ss-lnr-timer:before {
    content: "\e942"
}

.ss-lnr-search:before {
    content: "\e943"
}

.ss-lnr-gift:before {
    content: "\e944"
}

.ss-facebook-center:before {
    content: "\e941"
}

.ss-lnr-credit-card:before {
    content: "\e934"
}

.ss-lnr-receipt:before {
    content: "\e940"
}

.ss-lnr-cog:before {
    content: "\e92f"
}

.ss-lnr-heart:before {
    content: "\e930"
}

.ss-lnr-star:before {
    content: "\e931"
}

.ss-lnr-calendar-cross:before {
    content: "\e932"
}

.ss-lnr-calendar-31:before {
    content: "\e933"
}

.ss-lnr-calendar-user:before {
    content: "\e935"
}

.ss-lnr-clock:before {
    content: "\e937"
}

.ss-lnr-alarm:before {
    content: "\e938"
}

.ss-lnr-menu:before {
    content: "\e939"
}

.ss-lnr-chevron-up:before {
    content: "\e93a"
}

.ss-lnr-chevron-down:before {
    content: "\e93b"
}

.ss-lnr-chevron-left:before {
    content: "\e93c"
}

.ss-lnr-chevron-right:before {
    content: "\e93d"
}

.ss-lnr-chevrons-expand-vertical:before {
    content: "\e93e"
}

.ss-lnr-circle:before {
    content: "\e93f"
}

.ss-lnr-cross2:before {
    content: "\e92e"
}

.ss-lnr-lightbulb:before {
    content: "\e924"
}

.ss-lnr-check-circle:before {
    content: "\e925"
}

.ss-lnr-plus-circle:before {
    content: "\e926"
}

.ss-lnr-check-square:before {
    content: "\e927"
}

.ss-lnr-drop:before {
    content: "\e928"
}

.ss-lnr-sync:before {
    content: "\e929"
}

.ss-lnr-check:before {
    content: "\e92a"
}

.ss-lnr-bag-dollar:before {
    content: "\e92b"
}

.ss-lnr-cash-dollar:before {
    content: "\e92c"
}

.ss-lnr-circle-minus:before {
    content: "\e92d"
}

.ss-lnr-power:before {
    content: "\e923"
}

.ss-lnr-vacuum:before {
    content: "\e920"
}

.ss-lnr-spray:before {
    content: "\e921"
}

.ss-lnr-broom:before {
    content: "\e922"
}

.ss-calendar-empty:before {
    content: "\e91d"
}

.ss-bubble-lined2:before {
    content: "\e91e"
}

.ss-truck2:before {
    content: "\e91f"
}

.ss-finger-tap:before {
    content: "\e918"
}

.ss-checkmark-circle2:before {
    content: "\e919"
}

.ss-calendar-check:before {
    content: "\e91a"
}

.ss-portrait:before {
    content: "\e91b"
}

.ss-shield-blank:before {
    content: "\e91c"
}

.ss-clock-lined-alt:before {
    content: "\e915"
}

.ss-clipboard-check:before {
    content: "\e916"
}

.ss-arrow-right:before {
    content: "\e917"
}

.ss-city-lined:before {
    content: "\e914"
}

.ss-cash-lined-gb:before {
    content: "\e913"
}

.ss-calendar-lined:before {
    content: "\e910"
}

.ss-cash-lined:before {
    content: "\e911"
}

.ss-tools:before {
    content: "\e912"
}

.ss-rkt-handyman:before {
    content: "\e901"
}

.ss-rkt-location:before {
    content: "\e902"
}

.ss-rkt-phone:before {
    content: "\e903"
}

.ss-rkt-home:before {
    content: "\e904"
}

.ss-rkt-thumbdown:before {
    content: "\e905"
}

.ss-rkt-thumbup:before {
    content: "\e906"
}

.ss-rkt-moving:before {
    content: "\e907"
}

.ss-rkt-tasks:before {
    content: "\e908"
}

.ss-rkt-camera:before {
    content: "\e909"
}

.ss-rkt-profile:before {
    content: "\e90a"
}

.ss-rkt-general:before {
    content: "\e90b"
}

.ss-rkt-notes:before {
    content: "\e90c"
}

.ss-rkt-pin:before {
    content: "\e90d"
}

.ss-rkt-edit:before {
    content: "\e90e"
}

.ss-rkt-pin2:before {
    content: "\e90f"
}

.ss-recurring:before {
    content: "\e900"
}

.ss-dislike-lined:before {
    content: "\e60a"
}

.ss-like-lined:before {
    content: "\e60b"
}

.ss-cleaning:before {
    content: "\e601"
}

.ss-handyman:before {
    content: "\e602"
}

.ss-moving:before {
    content: "\e603"
}

.ss-assistance:before {
    content: "\e604"
}

.ss-holiday:before {
    content: "\e605"
}

.ss-other:before {
    content: "\e606"
}

.ss-pantone:before {
    content: "\e024"
}

.ss-vector:before {
    content: "\e43e"
}

.ss-spray:before {
    content: "\e023"
}

.ss-camera-lined:before {
    content: "\e035"
}

.ss-clapboard:before {
    content: "\e046"
}

.ss-books:before {
    content: "\e073"
}

.ss-profile:before {
    content: "\e078"
}

.ss-mailbox:before {
    content: "\ea35"
}

.ss-city:before {
    content: "\e00e"
}

.ss-magazine:before {
    content: "\e00f"
}

.ss-bucket:before {
    content: "\e022"
}

.ss-droplet:before {
    content: "\e028"
}

.ss-droplet-lined:before {
    content: "\e029"
}

.ss-droplet-half:before {
    content: "\e02d"
}

.ss-color-clear:before {
    content: "\e02e"
}

.ss-image:before {
    content: "\e02f"
}

.ss-images:before {
    content: "\e030"
}

.ss-guitar:before {
    content: "\e03f"
}

.ss-trumpet:before {
    content: "\e040"
}

.ss-media:before {
    content: "\e045"
}

.ss-dice:before {
    content: "\e050"
}

.ss-gamepad:before {
    content: "\e600"
}

.ss-bullhorn:before {
    content: "\e05f"
}

.ss-megaphone:before {
    content: "\e060"
}

.ss-new:before {
    content: "\e063"
}

.ss-microphone:before {
    content: "\e06f"
}

.ss-book-marked:before {
    content: "\e072"
}

.ss-library:before {
    content: "\e075"
}

.ss-price-tag:before {
    content: "\e9ee"
}

.ss-price-tags:before {
    content: "\e9ef"
}

.ss-price-tag-lined:before {
    content: "\e9f0"
}

.ss-price-tags-lined:before {
    content: "\e9f1"
}

.ss-ticket:before {
    content: "\e0c0"
}

.ss-theater:before {
    content: "\e9fb"
}

.ss-store:before {
    content: "\e0c4"
}

.ss-cart:before {
    content: "\e0c5"
}

.ss-basket:before {
    content: "\e0ce"
}

.ss-bag:before {
    content: "\e0d0"
}

.ss-percent:before {
    content: "\e0d6"
}

.ss-coin-euro:before {
    content: "\e0d7"
}

.ss-coin-pound:before {
    content: "\e0d9"
}

.ss-coin-yen:before {
    content: "\e0da"
}

.ss-piggy-bank:before {
    content: "\e0db"
}

.ss-wallet:before {
    content: "\e0e4"
}

.ss-cash:before {
    content: "\e0e5"
}

.ss-cash-stack:before {
    content: "\e0e7"
}

.ss-credit-card:before {
    content: "\e0ea"
}

.ss-calculator:before {
    content: "\e0ec"
}

.ss-lifebuoy:before {
    content: "\e0ee"
}

.ss-phone-off:before {
    content: "\e0ef"
}

.ss-phone-lined:before {
    content: "\e0f2"
}

.ss-phone-off-lined:before {
    content: "\e0f4"
}

.ss-phone-call-lined:before {
    content: "\e0f5"
}

.ss-at-sign:before {
    content: "\e0f8"
}

.ss-envelope-alt:before {
    content: "\e0fa"
}

.ss-envelope-alt-lined:before {
    content: "\e0fb"
}

.ss-location-pinned:before {
    content: "\e0ff"
}

.ss-compass-lined:before {
    content: "\e102"
}

.ss-compass-half:before {
    content: "\e103"
}

.ss-compass:before {
    content: "\e104"
}

.ss-compass-circle:before {
    content: "\e105"
}

.ss-reset:before {
    content: "\e607"
}

.ss-reminder:before {
    content: "\e10a"
}

.ss-reminder-add:before {
    content: "\ea54"
}

.ss-reminder-check:before {
    content: "\ea55"
}

.ss-reminder-cancel:before {
    content: "\ea56"
}

.ss-alarm-sound:before {
    content: "\e111"
}

.ss-calendar-alt:before {
    content: "\e115"
}

.ss-typewriter:before {
    content: "\e121"
}

.ss-display:before {
    content: "\e123"
}

.ss-download:before {
    content: "\e132"
}

.ss-upload:before {
    content: "\e133"
}

.ss-chat-lined:before {
    content: "\e153"
}

.ss-chatting-lined-alt:before {
    content: "\e154"
}

.ss-chatting-lined:before {
    content: "\e155"
}

.ss-chat-notification:before {
    content: "\e156"
}

.ss-bubble-smiley:before {
    content: "\e18e"
}

.ss-user-lock:before {
    content: "\e18f"
}

.ss-user-check:before {
    content: "\e190"
}

.ss-sock:before {
    content: "\e1a3"
}

.ss-laundry:before {
    content: "\e1a4"
}

.ss-hour-glass:before {
    content: "\e1a5"
}

.ss-search-fat:before {
    content: "\eb2d"
}

.ss-zoom-in-fat:before {
    content: "\eb2e"
}

.ss-zoom-out-fat:before {
    content: "\eb2f"
}

.ss-search:before {
    content: "\e1b8"
}

.ss-zoom-in:before {
    content: "\e1b9"
}

.ss-zoom-out:before {
    content: "\e1be"
}

.ss-safe:before {
    content: "\e1d9"
}

.ss-wrench:before {
    content: "\e1dd"
}

.ss-aid-kit:before {
    content: "\e1f1"
}

.ss-stethoscope:before {
    content: "\e1f3"
}

.ss-bandage:before {
    content: "\e1fd"
}

.ss-pill:before {
    content: "\e200"
}

.ss-stars:before {
    content: "\e217"
}

.ss-medal-star:before {
    content: "\e21d"
}

.ss-ruby:before {
    content: "\eba8"
}

.ss-mustache:before {
    content: "\ebad"
}

.ss-glass-full:before {
    content: "\e233"
}

.ss-glass-empty:before {
    content: "\e234"
}

.ss-mug:before {
    content: "\e237"
}

.ss-cook:before {
    content: "\e239"
}

.ss-steak:before {
    content: "\e23f"
}

.ss-fish:before {
    content: "\e243"
}

.ss-chicken:before {
    content: "\e246"
}

.ss-pizza:before {
    content: "\e249"
}

.ss-cup-half:before {
    content: "\e24f"
}

.ss-cup:before {
    content: "\e250"
}

.ss-coffee-bean:before {
    content: "\e252"
}

.ss-coffee:before {
    content: "\e253"
}

.ss-teapot:before {
    content: "\e254"
}

.ss-grapes:before {
    content: "\e255"
}

.ss-tree:before {
    content: "\e256"
}

.ss-tree-lined:before {
    content: "\e25a"
}

.ss-cactus:before {
    content: "\e2c7"
}

.ss-mountains:before {
    content: "\e2c8"
}

.ss-lamp:before {
    content: "\e25d"
}

.ss-lamp-lined:before {
    content: "\e25e"
}

.ss-bulb:before {
    content: "\e25f"
}

.ss-bulb-lined:before {
    content: "\e262"
}

.ss-broom:before {
    content: "\e264"
}

.ss-toiletpaper:before {
    content: "\e265"
}

.ss-bin:before {
    content: "\e266"
}

.ss-airplane:before {
    content: "\e267"
}

.ss-car:before {
    content: "\e268"
}

.ss-taxi:before {
    content: "\e269"
}

.ss-gas:before {
    content: "\e26e"
}

.ss-bus:before {
    content: "\e26f"
}

.ss-road:before {
    content: "\e272"
}

.ss-choo-choo:before {
    content: "\e273"
}

.ss-train:before {
    content: "\e274"
}

.ss-ship:before {
    content: "\e275"
}

.ss-boat:before {
    content: "\e276"
}

.ss-puzzle:before {
    content: "\e27b"
}

.ss-puzzle-lined:before {
    content: "\e27e"
}

.ss-glasses-3d:before {
    content: "\e280"
}

.ss-brain:before {
    content: "\e281"
}

.ss-accessibility:before {
    content: "\e28d"
}

.ss-strategy:before {
    content: "\e28f"
}

.ss-target:before {
    content: "\e291"
}

.ss-shield:before {
    content: "\e294"
}

.ss-shield-check:before {
    content: "\e295"
}

.ss-shield-notice:before {
    content: "\e296"
}

.ss-archery:before {
    content: "\e2a2"
}

.ss-bow:before {
    content: "\e2a3"
}

.ss-sword:before {
    content: "\e2a5"
}

.ss-pingpong:before {
    content: "\e2ac"
}

.ss-golf:before {
    content: "\e2b0"
}

.ss-power:before {
    content: "\e2b5"
}

.ss-clipboard-lined:before {
    content: "\e2b6"
}

.ss-clipboard-lined-check:before {
    content: "\e2b7"
}

.ss-clipboard-lined-info:before {
    content: "\e2b8"
}

.ss-clipboard-empty:before {
    content: "\e2b9"
}

.ss-clipboard-empty-check:before {
    content: "\e2ba"
}

.ss-clipboard-empty-info:before {
    content: "\e2bb"
}

.ss-grid:before {
    content: "\e2bc"
}

.ss-grid-circle:before {
    content: "\e2bd"
}

.ss-grid-lined:before {
    content: "\e2be"
}

.ss-lan:before {
    content: "\e2c9"
}

.ss-lan-alt:before {
    content: "\e2ca"
}

.ss-connect:before {
    content: "\e2cb"
}

.ss-menu-overflow:before {
    content: "\e2bf"
}

.ss-menu-drop:before {
    content: "\ec69"
}

.ss-menu:before {
    content: "\e2c0"
}

.ss-menu-expand:before {
    content: "\e2c1"
}

.ss-menu-down:before {
    content: "\e2c2"
}

.ss-menu-up:before {
    content: "\e2c3"
}

.ss-cloud:before {
    content: "\e2ce"
}

.ss-cloud-download:before {
    content: "\e2d2"
}

.ss-cloud-upload:before {
    content: "\e2d3"
}

.ss-cloud-check:before {
    content: "\e2d4"
}

.ss-sphere:before {
    content: "\e2d5"
}

.ss-sphere-half:before {
    content: "\e2d6"
}

.ss-earth-lined:before {
    content: "\e2dd"
}

.ss-earth:before {
    content: "\e2de"
}

.ss-unlink:before {
    content: "\e2e0"
}

.ss-flag:before {
    content: "\e2f0"
}

.ss-flag-lined:before {
    content: "\e2f2"
}

.ss-attachment:before {
    content: "\e2f3"
}

.ss-eye:before {
    content: "\e2fb"
}

.ss-eye-blocked:before {
    content: "\e2fe"
}

.ss-bookmarks:before {
    content: "\e302"
}

.ss-book-marked-lined:before {
    content: "\e303"
}

.ss-sun:before {
    content: "\e321"
}

.ss-furniture:before {
    content: "\e324"
}

.ss-chair:before {
    content: "\e325"
}

.ss-star-lined:before {
    content: "\e32a"
}

.ss-star-half:before {
    content: "\e32b"
}

.ss-star:before {
    content: "\e32c"
}

.ss-star-circle:before {
    content: "\e32d"
}

.ss-height:before {
    content: "\e332"
}

.ss-man-woman:before {
    content: "\e333"
}

.ss-smile-lined:before {
    content: "\e334"
}

.ss-smile:before {
    content: "\e335"
}

.ss-sad-lined:before {
    content: "\e336"
}

.ss-sad:before {
    content: "\e337"
}

.ss-confused-lined:before {
    content: "\e33e"
}

.ss-confused:before {
    content: "\e33f"
}

.ss-pointer:before {
    content: "\e34c"
}

.ss-reminder-hand:before {
    content: "\e34d"
}

.ss-drag-left-right:before {
    content: "\e34f"
}

.ss-drag-left:before {
    content: "\e355"
}

.ss-drag-right:before {
    content: "\e356"
}

.ss-touch:before {
    content: "\e359"
}

.ss-multitouch:before {
    content: "\e35a"
}

.ss-touch-zoom:before {
    content: "\e35d"
}

.ss-touch-pinch:before {
    content: "\e36d"
}

.ss-hand:before {
    content: "\e36e"
}

.ss-warning-lined:before {
    content: "\e37a"
}

.ss-warning:before {
    content: "\e37d"
}

.ss-question-lined:before {
    content: "\e608"
}

.ss-question:before {
    content: "\e609"
}

.ss-plus-light:before {
    content: "\ed5a"
}

.ss-minus-light:before {
    content: "\ed5b"
}

.ss-cancel-circle-lined:before {
    content: "\ed62"
}

.ss-cancel-circle:before {
    content: "\e37e"
}

.ss-cancel-square-lined:before {
    content: "\ed65"
}

.ss-cancel-square:before {
    content: "\ed66"
}

.ss-cross:before {
    content: "\ed6a"
}

.ss-loop:before {
    content: "\eda7"
}

.ss-split:before {
    content: "\e3af"
}

.ss-merge:before {
    content: "\e3b8"
}

.ss-caret-up-semi:before {
    content: "\edb5"
}

.ss-caret-up:before {
    content: "\edb6"
}

.ss-caret-up-light:before {
    content: "\edb7"
}

.ss-caret-right-semi:before {
    content: "\edb9"
}

.ss-caret-right:before {
    content: "\edba"
}

.ss-caret-right-light:before {
    content: "\edbb"
}

.ss-caret-down-semi:before {
    content: "\edbd"
}

.ss-caret-down:before {
    content: "\edbe"
}

.ss-caret-down-light:before {
    content: "\edbf"
}

.ss-caret-left-semi:before {
    content: "\edc1"
}

.ss-caret-left:before {
    content: "\edc2"
}

.ss-caret-left-light:before {
    content: "\edc3"
}

.ss-resize-nesw:before {
    content: "\edfa"
}

.ss-resize-nwse:before {
    content: "\edfb"
}

.ss-resize-ew:before {
    content: "\edfc"
}

.ss-resize-ns:before {
    content: "\edfd"
}

.ss-item-expand:before {
    content: "\e418"
}

.ss-item-down:before {
    content: "\e419"
}

.ss-item-close:before {
    content: "\e41a"
}

.ss-move-up:before {
    content: "\ee45"
}

.ss-move-down:before {
    content: "\ee46"
}

.ss-sort-alpha-asc:before {
    content: "\ee47"
}

.ss-sort-alpha-desc:before {
    content: "\ee48"
}

.ss-sort-numeric-asc:before {
    content: "\ee49"
}

.ss-sort-numberic-desc:before {
    content: "\ee4a"
}

.ss-checkbox-unchecked:before {
    content: "\e432"
}

.ss-checkbox-partial:before {
    content: "\e433"
}

.ss-square:before {
    content: "\e434"
}

.ss-diamond:before {
    content: "\ee67"
}

.ss-diamond3:before {
    content: "\ee68"
}

.ss-checkbox-unchecked2:before {
    content: "\ee6a"
}

.ss-radio-checked:before {
    content: "\e43a"
}

.ss-toggle-on:before {
    content: "\ee6f"
}

.ss-toggle-off:before {
    content: "\ee70"
}

.ss-radio-unchecked:before {
    content: "\e43d"
}

.ss-pencil-ruler:before {
    content: "\e442"
}

.ss-scissors:before {
    content: "\e443"
}

.ss-haircut:before {
    content: "\e444"
}

.ss-ampersand:before {
    content: "\e448"
}

.ss-page-break:before {
    content: "\e45c"
}

.ss-share:before {
    content: "\e47b"
}

.ss-share-ios:before {
    content: "\e47c"
}

.ss-new-tab:before {
    content: "\e47d"
}

.ss-embed:before {
    content: "\e482"
}

.ss-facebook-f:before {
    content: "\e49a"
}

.ss-facebook:before {
    content: "\e49b"
}

.ss-ello:before {
    content: "\eee9"
}

.ss-youtube:before {
    content: "\e4a5"
}

.ss-dropbox:before {
    content: "\ef09"
}

.ss-github:before {
    content: "\ef0b"
}

.ss-linkedin:before {
    content: "\e4d0"
}

.ss-foursquare:before {
    content: "\e4db"
}

.ss-paypal:before {
    content: "\e4dd"
}

.ss-home:before {
    content: "\e001"
}

.ss-home-lined:before {
    content: "\e005"
}

.ss-office:before {
    content: "\e00b"
}

.ss-newspaper:before {
    content: "\e00c"
}

.ss-pencil:before {
    content: "\e00d"
}

.ss-palette:before {
    content: "\e021"
}

.ss-paint-format:before {
    content: "\e02a"
}

.ss-camera:before {
    content: "\e036"
}

.ss-play-video:before {
    content: "\e042"
}

.ss-film:before {
    content: "\e049"
}

.ss-video:before {
    content: "\e04c"
}

.ss-video-lined:before {
    content: "\e04d"
}

.ss-connection:before {
    content: "\e062"
}

.ss-radio:before {
    content: "\e068"
}

.ss-mic:before {
    content: "\e06d"
}

.ss-mic-off:before {
    content: "\e06e"
}

.ss-book:before {
    content: "\e071"
}

.ss-bank:before {
    content: "\e074"
}

.ss-file-empty:before {
    content: "\e085"
}

.ss-file:before {
    content: "\e086"
}

.ss-file-plus:before {
    content: "\e087"
}

.ss-file-minus:before {
    content: "\e088"
}

.ss-file-download:before {
    content: "\e089"
}

.ss-file-upload:before {
    content: "\e08a"
}

.ss-file-check:before {
    content: "\e08b"
}

.ss-file-remove:before {
    content: "\e08c"
}

.ss-file-lined:before {
    content: "\e08d"
}

.ss-copy:before {
    content: "\e08e"
}

.ss-clipboard-lined-copy:before {
    content: "\e08f"
}

.ss-clipboard-copy:before {
    content: "\e090"
}

.ss-clipboard-lined-paste:before {
    content: "\e092"
}

.ss-clipboard-paste:before {
    content: "\e093"
}

.ss-stack:before {
    content: "\e095"
}

.ss-stack-lined:before {
    content: "\e096"
}

.ss-stack-filled:before {
    content: "\e097"
}

.ss-folder:before {
    content: "\e0a1"
}

.ss-folder-open:before {
    content: "\e0a2"
}

.ss-folder-lined:before {
    content: "\e0a4"
}

.ss-certificate:before {
    content: "\e0b1"
}

.ss-cc:before {
    content: "\e0b2"
}

.ss-pricetag:before {
    content: "\e0bc"
}

.ss-coin:before {
    content: "\e0d3"
}

.ss-coins:before {
    content: "\e0d4"
}

.ss-credit:before {
    content: "\e0d5"
}

.ss-calculate:before {
    content: "\e0d8"
}

.ss-phone:before {
    content: "\e0dc"
}

.ss-phone-call:before {
    content: "\e0dd"
}

.ss-contact-add:before {
    content: "\e0e0"
}

.ss-contact-remove:before {
    content: "\e0e1"
}

.ss-call-incoming:before {
    content: "\e0e2"
}

.ss-call-outgoing:before {
    content: "\e0e3"
}

.ss-address-book:before {
    content: "\e0e8"
}

.ss-envelope:before {
    content: "\e0eb"
}

.ss-pushpin:before {
    content: "\e0f0"
}

.ss-location:before {
    content: "\e0f1"
}

.ss-map:before {
    content: "\e0fc"
}

.ss-map-lined:before {
    content: "\e0fd"
}

.ss-direction:before {
    content: "\e0fe"
}

.ss-history:before {
    content: "\e100"
}

.ss-clock-lined:before {
    content: "\e107"
}

.ss-clock:before {
    content: "\e108"
}

.ss-alarm2:before {
    content: "\e10c"
}

.ss-alarm-plus:before {
    content: "\e10d"
}

.ss-alarm-minus:before {
    content: "\e10e"
}

.ss-alarm-check:before {
    content: "\e10f"
}

.ss-alarm-cancel:before {
    content: "\e110"
}

.ss-calendar:before {
    content: "\e113"
}

.ss-print:before {
    content: "\e118"
}

.ss-print-alt:before {
    content: "\e119"
}

.ss-keyboard:before {
    content: "\e11f"
}

.ss-screen:before {
    content: "\e120"
}

.ss-laptop:before {
    content: "\e124"
}

.ss-mobile:before {
    content: "\e125"
}

.ss-phablet:before {
    content: "\e126"
}

.ss-tablet:before {
    content: "\e127"
}

.ss-tv:before {
    content: "\e129"
}

.ss-drawer:before {
    content: "\e12c"
}

.ss-drawer-full:before {
    content: "\e12d"
}

.ss-drawer-full-alt:before {
    content: "\e12e"
}

.ss-disk:before {
    content: "\e134"
}

.ss-chat:before {
    content: "\e150"
}

.ss-chatting-alt:before {
    content: "\e151"
}

.ss-chatting:before {
    content: "\e152"
}

.ss-bubble2:before {
    content: "\e164"
}

.ss-bubble-dots:before {
    content: "\e165"
}

.ss-bubble-talk:before {
    content: "\e166"
}

.ss-bubble-lined:before {
    content: "\e167"
}

.ss-bubble-dots-lined:before {
    content: "\e168"
}

.ss-bubble-talk-lined:before {
    content: "\e169"
}

.ss-bubble-blocked:before {
    content: "\e16c"
}

.ss-bubble-quote:before {
    content: "\e16d"
}

.ss-bubble-user:before {
    content: "\e16e"
}

.ss-bubble-check:before {
    content: "\e16f"
}

.ss-bubble-video-chat:before {
    content: "\e170"
}

.ss-bubble-link:before {
    content: "\e171"
}

.ss-bubble-locked:before {
    content: "\e172"
}

.ss-bubble-star:before {
    content: "\e173"
}

.ss-bubble-heart:before {
    content: "\e174"
}

.ss-bubble-paperclip:before {
    content: "\e175"
}

.ss-bubble-cancel:before {
    content: "\e176"
}

.ss-bubble-plus:before {
    content: "\e177"
}

.ss-bubble-minus:before {
    content: "\e178"
}

.ss-bubble-notification:before {
    content: "\e179"
}

.ss-user:before {
    content: "\e185"
}

.ss-users:before {
    content: "\e186"
}

.ss-user-plus:before {
    content: "\e187"
}

.ss-user-plus-alt:before {
    content: "\e188"
}

.ss-user-minus:before {
    content: "\e189"
}

.ss-user-minus-alt:before {
    content: "\e18a"
}

.ss-user-cancel:before {
    content: "\e18b"
}

.ss-user-block:before {
    content: "\e18c"
}

.ss-users-duo:before {
    content: "\e18d"
}

.ss-vcard:before {
    content: "\e19c"
}

.ss-quotes-left:before {
    content: "\e19f"
}

.ss-quotes-right:before {
    content: "\e1a0"
}

.ss-binoculars:before {
    content: "\e1b4"
}

.ss-expand:before {
    content: "\e1bf"
}

.ss-contract:before {
    content: "\e1c0"
}

.ss-expand-alt:before {
    content: "\e1c8"
}

.ss-contract-alt:before {
    content: "\e1c9"
}

.ss-key:before {
    content: "\e1cd"
}

.ss-key-alt:before {
    content: "\e1ce"
}

.ss-keyhole:before {
    content: "\e1cf"
}

.ss-lock:before {
    content: "\e1d3"
}

.ss-unlocked:before {
    content: "\e1d4"
}

.ss-wrench2:before {
    content: "\e1d7"
}

.ss-wrench-lined:before {
    content: "\e1d8"
}

.ss-wrench3:before {
    content: "\e1da"
}

.ss-settings:before {
    content: "\e1db"
}

.ss-equalizer:before {
    content: "\e1dc"
}

.ss-cog:before {
    content: "\e1e1"
}

.ss-hammer:before {
    content: "\e1e8"
}

.ss-screwdriver:before {
    content: "\e1eb"
}

.ss-wand:before {
    content: "\e1ec"
}

.ss-wand-alt:before {
    content: "\e1ed"
}

.ss-health:before {
    content: "\e1ee"
}

.ss-aid:before {
    content: "\e1ef"
}

.ss-bug:before {
    content: "\e1f2"
}

.ss-inject:before {
    content: "\e1f4"
}

.ss-cone:before {
    content: "\e1f6"
}

.ss-pie:before {
    content: "\e1f8"
}

.ss-pie-lined:before {
    content: "\e1fb"
}

.ss-stats-up:before {
    content: "\e207"
}

.ss-stats-down:before {
    content: "\e208"
}

.ss-cake:before {
    content: "\e20f"
}

.ss-gift-lined:before {
    content: "\e210"
}

.ss-gift:before {
    content: "\e211"
}

.ss-balloon:before {
    content: "\e212"
}

.ss-rating:before {
    content: "\e213"
}

.ss-rating-2:before {
    content: "\e214"
}

.ss-rating-3:before {
    content: "\e215"
}

.ss-podium:before {
    content: "\e216"
}

.ss-medal:before {
    content: "\e218"
}

.ss-medal-1:before {
    content: "\e219"
}

.ss-medal-2:before {
    content: "\e21a"
}

.ss-medal-3:before {
    content: "\e21b"
}

.ss-crown:before {
    content: "\e21c"
}

.ss-trophy:before {
    content: "\e21e"
}

.ss-trophy-star:before {
    content: "\e21f"
}

.ss-glass:before {
    content: "\e223"
}

.ss-bottle:before {
    content: "\e224"
}

.ss-food:before {
    content: "\e228"
}

.ss-hamburger:before {
    content: "\e229"
}

.ss-apple-fruit:before {
    content: "\e22e"
}

.ss-paw:before {
    content: "\e231"
}

.ss-steps:before {
    content: "\e232"
}

.ss-dashboard:before {
    content: "\e23a"
}

.ss-balance:before {
    content: "\e23c"
}

.ss-bomb:before {
    content: "\e23d"
}

.ss-fire:before {
    content: "\e23e"
}

.ss-lab:before {
    content: "\e240"
}

.ss-atom:before {
    content: "\e241"
}

.ss-magnet:before {
    content: "\e244"
}

.ss-dumbbell:before {
    content: "\e247"
}

.ss-skull:before {
    content: "\e248"
}

.ss-skull-lined:before {
    content: "\e24a"
}

.ss-remove:before {
    content: "\e251"
}

.ss-briefcase:before {
    content: "\e257"
}

.ss-briefcase-alt-full:before {
    content: "\e258"
}

.ss-briefcase-alt:before {
    content: "\e259"
}

.ss-airplane-alt:before {
    content: "\e25b"
}

.ss-truck:before {
    content: "\e260"
}

.ss-bike:before {
    content: "\e261"
}

.ss-gun:before {
    content: "\e27c"
}

.ss-gun-ban:before {
    content: "\e27d"
}

.ss-soccer:before {
    content: "\e282"
}

.ss-football:before {
    content: "\e283"
}

.ss-baseball:before {
    content: "\e284"
}

.ss-basketball:before {
    content: "\e285"
}

.ss-hockey:before {
    content: "\e287"
}

.ss-racing:before {
    content: "\e288"
}

.ss-eightball:before {
    content: "\e289"
}

.ss-bowlingball:before {
    content: "\e28a"
}

.ss-bowling3:before {
    content: "\e28b"
}

.ss-lightning:before {
    content: "\e28e"
}

.ss-switch:before {
    content: "\e290"
}

.ss-cord:before {
    content: "\e292"
}

.ss-socket:before {
    content: "\e293"
}

.ss-clipboard:before {
    content: "\e297"
}

.ss-clipboard-alt:before {
    content: "\e298"
}

.ss-list-alt:before {
    content: "\e299"
}

.ss-list:before {
    content: "\e29a"
}

.ss-numbered-list:before {
    content: "\e29c"
}

.ss-grid-alt:before {
    content: "\e2a0"
}

.ss-grid-circle-alt:before {
    content: "\e2a1"
}

.ss-grid-4up:before {
    content: "\e2a4"
}

.ss-flowtree:before {
    content: "\e2a7"
}

.ss-flowtree-lined:before {
    content: "\e2a8"
}

.ss-menu-overflow-alt-vertical:before {
    content: "\e2a9"
}

.ss-menu-overflow-vertical:before {
    content: "\e2aa"
}

.ss-circle-small:before {
    content: "\e2ab"
}

.ss-link:before {
    content: "\e2cd"
}

.ss-anchor:before {
    content: "\e2d0"
}

.ss-attachment-alt:before {
    content: "\e2d8"
}

.ss-bookmark:before {
    content: "\e2e3"
}

.ss-bookmark-lined:before {
    content: "\e2e4"
}

.ss-spotlight:before {
    content: "\e2e7"
}

.ss-starburst:before {
    content: "\e2e8"
}

.ss-snowflake:before {
    content: "\e2e9"
}

.ss-temperature:before {
    content: "\e2eb"
}

.ss-weather-lightning:before {
    content: "\e2ec"
}

.ss-weather-rain:before {
    content: "\e2ed"
}

.ss-weather-snow:before {
    content: "\e2ee"
}

.ss-windy:before {
    content: "\e2ef"
}

.ss-umbrella:before {
    content: "\e2f1"
}

.ss-contrast:before {
    content: "\e2f8"
}

.ss-moon:before {
    content: "\e2f9"
}

.ss-bed:before {
    content: "\e2fa"
}

.ss-heart:before {
    content: "\e307"
}

.ss-heart-lined:before {
    content: "\e308"
}

.ss-heart-broken:before {
    content: "\e309"
}

.ss-like:before {
    content: "\e310"
}

.ss-dislike:before {
    content: "\e312"
}

.ss-people:before {
    content: "\e317"
}

.ss-man:before {
    content: "\e318"
}

.ss-woman:before {
    content: "\e31a"
}

.ss-peace:before {
    content: "\e31c"
}

.ss-yin-yang:before {
    content: "\e31d"
}

.ss-happy-lined:before {
    content: "\e31e"
}

.ss-happy:before {
    content: "\e31f"
}

.ss-cursor:before {
    content: "\e338"
}

.ss-cursor-alt:before {
    content: "\e339"
}

.ss-stack-empty:before {
    content: "\e340"
}

.ss-stack-star:before {
    content: "\e343"
}

.ss-stack-cancel:before {
    content: "\e347"
}

.ss-stack-checkmark:before {
    content: "\e348"
}

.ss-stack-list:before {
    content: "\e349"
}

.ss-stack-user:before {
    content: "\e34e"
}

.ss-move:before {
    content: "\e352"
}

.ss-resize:before {
    content: "\e353"
}

.ss-resize-alt:before {
    content: "\e354"
}

.ss-notification-lined:before {
    content: "\e357"
}

.ss-notification:before {
    content: "\e358"
}

.ss-plus-circle-lined:before {
    content: "\e35e"
}

.ss-plus-circle:before {
    content: "\e35f"
}

.ss-minus-circle-lined:before {
    content: "\e360"
}

.ss-minus-circle:before {
    content: "\e361"
}

.ss-info-lined:before {
    content: "\e362"
}

.ss-info:before {
    content: "\e363"
}

.ss-blocked:before {
    content: "\e364"
}

.ss-cancel:before {
    content: "\e369"
}

.ss-spam:before {
    content: "\e36a"
}

.ss-close:before {
    content: "\e36b"
}

.ss-close-alt:before {
    content: "\e36c"
}

.ss-checkmark-circle-lined:before {
    content: "\e367"
}

.ss-checkmark-circle:before {
    content: "\ee71"
}

.ss-checkbox-checked2:before {
    content: "\ee69"
}

.ss-checkbox-checked:before {
    content: "\ee61"
}

.ss-checkmark-light:before {
    content: "\ed6e"
}

.ss-checkmark:before {
    content: "\e370"
}

.ss-checkmark-lined:before {
    content: "\e371"
}

.ss-minus:before {
    content: "\e375"
}

.ss-plus:before {
    content: "\e376"
}

.ss-enter:before {
    content: "\e37b"
}

.ss-exit:before {
    content: "\e37c"
}

.ss-play-circled:before {
    content: "\e380"
}

.ss-pause-circled:before {
    content: "\e381"
}

.ss-stop-circled:before {
    content: "\e382"
}

.ss-play:before {
    content: "\e385"
}

.ss-pause:before {
    content: "\e386"
}

.ss-stop:before {
    content: "\e387"
}

.ss-backward:before {
    content: "\e388"
}

.ss-forward:before {
    content: "\e389"
}

.ss-first:before {
    content: "\e38a"
}

.ss-last:before {
    content: "\e38b"
}

.ss-previous:before {
    content: "\e38c"
}

.ss-next:before {
    content: "\e38d"
}

.ss-volume:before {
    content: "\e390"
}

.ss-volume-mute:before {
    content: "\e393"
}

.ss-volume-off:before {
    content: "\e3a4"
}

.ss-repeat:before {
    content: "\e3a9"
}

.ss-shuffle:before {
    content: "\e3ab"
}

.ss-caret-up-bold:before {
    content: "\e3b0"
}

.ss-caret-right-bold:before {
    content: "\e3b1"
}

.ss-caret-down-bold:before {
    content: "\e3b2"
}

.ss-caret-left-bold:before {
    content: "\e3b3"
}

.ss-pip-up:before {
    content: "\e3b4"
}

.ss-pip-right:before {
    content: "\e3b5"
}

.ss-pip-down:before {
    content: "\e3b6"
}

.ss-pip-left:before {
    content: "\e3b7"
}

.ss-key-keyboard:before {
    content: "\e427"
}

.ss-command:before {
    content: "\e42d"
}

.ss-radio-checked-lined:before {
    content: "\e438"
}

.ss-radio-unchecked-lined:before {
    content: "\e439"
}

.ss-circle:before {
    content: "\e43b"
}

.ss-crop:before {
    content: "\e43c"
}

.ss-rulers:before {
    content: "\e43f"
}

.ss-filter:before {
    content: "\e445"
}

.ss-filter-lined:before {
    content: "\e446"
}

.ss-font-size:before {
    content: "\e453"
}

.ss-code:before {
    content: "\e480"
}

.ss-console:before {
    content: "\e481"
}

.ss-share-android:before {
    content: "\e48c"
}

.ss-google-drive:before {
    content: "\e497"
}

.ss-instagram:before {
    content: "\e49c"
}

.ss-twitter:before {
    content: "\e49d"
}

.ss-feed:before {
    content: "\e4a0"
}

.ss-youtube2:before {
    content: "\e4a3"
}

.ss-dribbble:before {
    content: "\e4af"
}

.ss-github-alt:before {
    content: "\e4b9"
}

.ss-github2:before {
    content: "\e4ba"
}

.ss-git:before {
    content: "\e4bb"
}

.ss-apple:before {
    content: "\e4c6"
}

.ss-android:before {
    content: "\e4c8"
}

.ss-linkedin-alt:before {
    content: "\e4cf"
}

.ss-file-zip:before {
    content: "\e4e6"
}

.ss-file-powerpoint:before {
    content: "\e4e7"
}

.ss-file-xml:before {
    content: "\e4e8"
}

.ss-file-css:before {
    content: "\e4e9"
}

.ss-html5:before {
    content: "\e4ea"
}

.ss-html5-lined:before {
    content: "\e4eb"
}

.ss-chrome:before {
    content: "\e4ed"
}

.ss-firefox:before {
    content: "\e4ee"
}

.ss-ie:before {
    content: "\e4ef"
}

.ss-safari:before {
    content: "\e4f1"
}


html {
    font-size: 16px
}

body,
input,
textarea,
select,
button,
legend,
p {
    color: #242a30;
    font-family: "Proxima", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5
}

.list--bulleted {
    margin-bottom: 1.5em
}

.list--bulleted li {
    list-style: disc;
    margin-left: 1em
}

a,
.link {
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
    font-weight: normal
}

a:visited,
.link:visited {
    color: var(--primary-color);
}

a:hover,
a:focus,
.link:hover,
.link:focus {
    color: var(--primary-color);
}

a:active,
.link:active {
    color: #346f20
}

.link-secondary {
    color: #86919d;
    font-size: 0.875em
}

.link-secondary:visited {
    color: #86919d
}

.link-secondary:focus {
    color: #242a30
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .link-secondary:hover {
        color: #242a30
    }
    
}

.link-secondary:active {
    color: #242a30
}

.muted,
a.muted {
    color: #545e69
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600
}

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

h1,
.h1 {
    font-size: 2rem;
    line-height: 1.25
}

@media all and (min-width: 501px) {
    h1,
    .h1 {
        font-size: 2.5rem;
        line-height: 1.2
    }
}

h2,
.h2 {
    font-size: 1.75rem;
    line-height: 1.428571429
}

@media all and (min-width: 501px) {
    h2,
    .h2 {
        font-size: 2rem;
        line-height: 1.25
    }
}

h3,
.h3 {
    font-size: 1.25rem;
    line-height: 1.6
}

@media all and (min-width: 501px) {
    h3,
    .h3 {
        font-size: 1.75rem;
        line-height: 1.428571429
    }
}

h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.6
}

@media all and (min-width: 501px) {
    h4,
    .h4 {
        font-size: 1rem;
        line-height: 1.6
    }
}

h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.333333333
}

@media all and (min-width: 501px) {
    h5,
    .h5 {
        font-size: 1.25rem;
        line-height: 1.6
    }
}

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

@media all and (min-width: 501px) {
    h6,
    .h6 {
        font-size: 1.125rem;
        line-height: 1.333333333
    }
}

p {
    margin: 0 0 1.5rem 0
}

strong,
strong a {
    font-weight: bold
}

em {
    font-style: italic
}

small {
    font-size: 0.875rem
}

blockquote {
    font-size: 1.25em;
    font-style: italic;
    padding: 1.5rem
}

code {
    display: inline-block;
    padding-left: 0.375em;
    padding-right: 0.375em
}

pre,
code {
    font-family: "Monaco", "Inconsolata", monospace;
    font-size: 1rem;
    line-height: 2;
    background-color: #f9fafb;
    border-radius: 0.125em
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid transparent;
    border-top-color: #dce0e6
}

.callout {
    font-size: 1.25rem
}

.whisper {
    font-size: 0.875rem
}

.heading--light {
    font-weight: 300
}

.heading--light strong {
    font-weight: normal
}

.header-with-subtext {
    margin-bottom: 0
}

.attr-label {
    color: #67727e;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.25rem
}

.section-heading {
    font-size: 1.25rem;
    font-weight: normal
}

.type__display {
    font-weight: 600;
    font-size: 2rem
}

.type__title {
    font-weight: normal;
    font-size: 1.5rem
}

.type__title sup {
    font-size: 0.875rem
}

.type__title--light {
    font-weight: 300;
    font-size: 1.5rem
}

.type__header {
    font-weight: 600;
    font-size: 1.25rem
}

.type__section-title {
    font-weight: normal;
    font-size: 1rem;
    text-transform: uppercase
}

.type__label,
.type__label--light,
.type__label--grey {
    font-weight: normal;
    font-size: 1rem
}

.type__label--light {
    font-weight: 300
}

.type__label--grey {
    color: #404852
}

.type__body {
    font-weight: 300;
    font-size: 1rem
}

.type__annotation {
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1.3em
}

@media all and (min-width: 501px) {
    .type__annotation {
        font-size: 0.875rem
    }
}

.title-1 {
    font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";
    font-weight: bold;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -0.8px
}

.title-2 {
    font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.6px
}

.title-3 {
    font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.6px
}

.title-3-unbolded {
    font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.6px
}

.large-style {
    font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.2px
}

.regular-style {
    /*font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";*/
    font-weight: normal;
    font-size: 18px;
    line-height: 24px
}

.regular-style-bold {
    font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";
    font-weight: bold;
    font-size: 18px;
    line-height: 24px
}

.small-style {
    font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.2px
}

.micro {
    font-family: "Proxima", "-apple-system", "Roboto", "Helvetica Neue", "sans-serif";
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase
}



.btn,
.btn:visited {
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    /*padding:0.5em 1.38em 0.5em;*/
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #545e69;
    border: 1px solid var(--primary-color);
    background-color: white;
    outline: none;
    cursor: pointer;
    -webkit-transition-property: background, color, border-color, -webkit-box-shadow;
    transition-property: background, color, border-color, -webkit-box-shadow;
    transition-property: background, color, border-color, box-shadow;
    transition-property: background, color, border-color, box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.16s;
    transition-duration: 0.16s;
    line-height: 1.4;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.is-selected,
.btn:visited:hover,
.btn:visited:focus,
.btn:visited:active,
.btn.is-selected:visited {
    color: #fff;
    border: 1px solid #b1b9c3;
    background-color: var(--primary-color);
}

.btn.is-selected,
.btn.is-selected:visited {
    color: #242a30;
    border-color: #b1b9c3;
    background-color: #e8ebef
}

.btn.btn-large,
.btn.btn-large:visited {
    padding: 0.5625em 1.125em 0.375em 1.125em
}

.btn.btn--md,
.btn.btn--md:visited {
    font-size: 1.125rem
}

.btn.btn-small,
.btn.btn-small:visited {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
    font-size: 1rem
}

.btn.btn-block,
.btn.btn-block:visited {
    width: 100%;
    max-width: 100%
}

.btn.btn-block+.btn-block,
.btn.btn-block:visited+.btn-block {
    margin-top: 1em;
    margin-left: 0
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    .btn.btn-sm-block,
    .btn.btn-sm-block:visited {
        display: block;
        width: 100%;
        max-width: 100%
    }
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    .btn.btn-sm-block+.btn,
    .btn.btn-sm-block:visited+.btn {
        margin-top: 1em
    }
    .numberresponsive{
            margin-top:6px;
            margin-left: 40px;    
            /* changed */
    }

}

.btn:not(.u-full-width)+.btn,
.btn:visited:not(.u-full-width)+.btn {
    /*margin-bottom:0.5em*/
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .btn:not(.u-full-width)+.btn,
    .btn:visited:not(.u-full-width)+.btn {
        margin-bottom: 0;
        margin-left: 1em;
    }
    .numberresponsive{
        margin-top: 6px;
        margin-left:10px;
        /* changed */
    }
    .btn_spance{
        margin-top:5px;
    }
    
}

.btn>[class^="ss-"],
.btn:visited>[class^="ss-"] {
    left: -0.2ex;
    position: relative
}

.btn:hover,
.btn:focus {
    background-image: none;
    text-decoration: none;
    -webkit-transition-property: background, color, border-color, -webkit-box-shadow;
    transition-property: background, color, border-color, -webkit-box-shadow;
    transition-property: background, color, border-color, box-shadow;
    transition-property: background, color, border-color, box-shadow, -webkit-box-shadow;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.16s;
    transition-duration: 0.16s
}

.btn:active {
    background-image: none
}

.btn-primary,
.btn-primary:visited {
    color: white;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.is-selected,
.btn-primary:visited:hover,
.btn-primary:visited:focus,
.btn-primary:visited:active,
.btn-primary.is-selected:visited {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited:hover,
.btn-primary:visited:focus {
    color: white
}

.btn-primary.is-selected,
.btn-primary.is-selected:visited {
    background-color:var(--primary-color);
    color: white
}

.btn-primary .muted,
.btn-primary:visited .muted {
    color: rgba(255, 255, 255, 0.6)
}

.btn-secondary,
.btn-secondary:visited {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: white
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.is-selected,
.btn-secondary:visited:hover,
.btn-secondary:visited:focus,
.btn-secondary:visited:active,
.btn-secondary.is-selected:visited {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:visited:hover,
.btn-secondary:visited:focus {
    color: white
}

.btn-secondary.is-selected,
.btn-secondary.is-selected:visited {
    color: white;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-link,
.btn-link:visited {
    color: var(--primary-color);
    border: 1px solid transparent;
    background-color: transparent
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.is-selected,
.btn-link:visited:hover,
.btn-link:visited:focus,
.btn-link:visited:active,
.btn-link.is-selected:visited {
    border: 1px solid transparent;
    background-color: transparent
}

.btn-link.is-underlined,
.btn-link.is-underlined:visited {
    text-decoration: underline
}

.btn-link:hover,
.btn-link:focus,
.btn-link:visited:hover,
.btn-link:visited:focus {
    color: #346f20
}

.btn-link-normal-weight,
.btn-link-normal-weight:visited {
    color: var(--primary-color);
    border: 1px solid transparent;
    background-color: transparent;
    font-weight: normal
}

.btn-link-normal-weight:hover,
.btn-link-normal-weight:focus,
.btn-link-normal-weight:active,
.btn-link-normal-weight.is-selected,
.btn-link-normal-weight:visited:hover,
.btn-link-normal-weight:visited:focus,
.btn-link-normal-weight:visited:active,
.btn-link-normal-weight.is-selected:visited {
    border: 1px solid transparent;
    background-color: transparent
}

.btn-link-normal-weight.is-underlined,
.btn-link-normal-weight.is-underlined:visited {
    text-decoration: underline
}

.btn-link-normal-weight:hover,
.btn-link-normal-weight:focus,
.btn-link-normal-weight:visited:hover,
.btn-link-normal-weight:visited:focus {
    color: var(--primary-color);
}

.btn.disabled,
.btn.is-disabled,
.btn[disabled] {
    background-color: #b1b9c3;
    color: #f9fafb;
    border: #b1b9c3;
    cursor: not-allowed
}

.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
.btn.is-disabled:hover,
.btn.is-disabled:focus,
.btn.is-disabled:active,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled]:active {
    background-color: #b1b9c3;
    color: #f9fafb;
    border: #b1b9c3;
    cursor: not-allowed
}

.btn.is-loading,
.is-loading-meadow {
    position: relative;
    content: "";
    background-color: #f9fafb;
    color: #f9fafb;
    border: 1px solid #dce0e6;
    cursor: not-allowed
}

.btn.is-loading:before,
.is-loading-meadow:before {
    content: "";
    width: 0.35em;
    height: 0.35em;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.15em;
    margin-left: -0.2em;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear
}

button.btn {
    -webkit-font-smoothing: antialiased
}

.btn.btn-toggle {
    white-space: nowrap;
    background: white;
    border: 1px solid #b1b9c3;
    border-radius: 4px;
    color: #404852
}

.btn.btn-toggle.disabled,
.btn.btn-toggle.disabled:hover,
.btn.btn-toggle.disabled:focus,
.btn.btn-toggle.is-disabled,
.btn.btn-toggle.is-disabled:hover,
.btn.btn-toggle.is-disabled:focus,
.btn.btn-toggle[disabled],
.btn.btn-toggle[disabled]:hover,
.btn.btn-toggle[disabled]:focus {
    background: white;
    border: 1px solid #dce0e6;
    color: #b1b9c3
}

.btn.btn-toggle--selected {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    font-weight: normal
}

.btn-transparent {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    text-align: left;
    width: auto !important;
    color: var(--primary-color);
    font-weight: normal
}

.btn-transparent:hover,
.btn-transparent:focus {
    color: #346f20
}

@-webkit-keyframes spin {
    0%,
    100% {
        -webkit-box-shadow: 0px -0.7em 0px 0px #b1b9c3, 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.5), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.7);
        box-shadow: 0px -0.7em 0px 0px #b1b9c3, 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.5), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.7)
    }
    12.5% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.7), 0.5em -0.5em 0 0px #b1b9c3, 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.5);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.7), 0.5em -0.5em 0 0px #b1b9c3, 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.5)
    }
    25% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.5), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.7), 0.7em 0px 0 0px #b1b9c3, 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.5), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.7), 0.7em 0px 0 0px #b1b9c3, 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    37.5% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.5), 0.7em 0px 0 0px rgba(177, 185, 195, 0.7), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.5), 0.7em 0px 0 0px rgba(177, 185, 195, 0.7), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    50% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.5), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.7), 0px 0.7em 0 0px #b1b9c3, -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.5), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.7), 0px 0.7em 0 0px #b1b9c3, -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    62.5% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.5), 0px 0.7em 0 0px rgba(177, 185, 195, 0.7), -0.5em 0.5em 0 0px #b1b9c3, -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.5), 0px 0.7em 0 0px rgba(177, 185, 195, 0.7), -0.5em 0.5em 0 0px #b1b9c3, -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    75% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.5), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.7), -0.7em 0px 0 0px #b1b9c3, -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.5), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.7), -0.7em 0px 0 0px #b1b9c3, -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    87.5% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.5), -0.7em 0px 0 0px rgba(177, 185, 195, 0.7), -0.5em -0.5em 0 0px #b1b9c3;
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.5), -0.7em 0px 0 0px rgba(177, 185, 195, 0.7), -0.5em -0.5em 0 0px #b1b9c3
    }
}

@keyframes spin {
    0%,
    100% {
        -webkit-box-shadow: 0px -0.7em 0px 0px #b1b9c3, 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.5), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.7);
        box-shadow: 0px -0.7em 0px 0px #b1b9c3, 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.5), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.7)
    }
    12.5% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.7), 0.5em -0.5em 0 0px #b1b9c3, 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.5);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.7), 0.5em -0.5em 0 0px #b1b9c3, 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.5)
    }
    25% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.5), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.7), 0.7em 0px 0 0px #b1b9c3, 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.5), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.7), 0.7em 0px 0 0px #b1b9c3, 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    37.5% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.5), 0.7em 0px 0 0px rgba(177, 185, 195, 0.7), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.5), 0.7em 0px 0 0px rgba(177, 185, 195, 0.7), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    50% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.5), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.7), 0px 0.7em 0 0px #b1b9c3, -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.5), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.7), 0px 0.7em 0 0px #b1b9c3, -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    62.5% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.5), 0px 0.7em 0 0px rgba(177, 185, 195, 0.7), -0.5em 0.5em 0 0px #b1b9c3, -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.5), 0px 0.7em 0 0px rgba(177, 185, 195, 0.7), -0.5em 0.5em 0 0px #b1b9c3, -0.7em 0px 0 0px rgba(177, 185, 195, 0.2), -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    75% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.5), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.7), -0.7em 0px 0 0px #b1b9c3, -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2);
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.5), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.7), -0.7em 0px 0 0px #b1b9c3, -0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2)
    }
    87.5% {
        -webkit-box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.5), -0.7em 0px 0 0px rgba(177, 185, 195, 0.7), -0.5em -0.5em 0 0px #b1b9c3;
        box-shadow: 0px -0.7em 0px 0px rgba(177, 185, 195, 0.2), 0.5em -0.5em 0 0px rgba(177, 185, 195, 0.2), 0.7em 0px 0 0px rgba(177, 185, 195, 0.2), 0.5em 0.5em 0 0px rgba(177, 185, 195, 0.2), 0px 0.7em 0 0px rgba(177, 185, 195, 0.2), -0.5em 0.5em 0 0px rgba(177, 185, 195, 0.5), -0.7em 0px 0 0px rgba(177, 185, 195, 0.7), -0.5em -0.5em 0 0px #b1b9c3
    }
}


label[for] {
    cursor: pointer
}

.field-label {
    font-weight: normal;
    font-size: 1.125rem;
    margin-bottom: 0.5em
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=submit],
input[type=number],
textarea {
    outline: none
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=number],
textarea,
select {
    font-weight: normal;
    border: 1px solid #b1b9c3;
    font-size: 1em;
    border-radius: 4px;
    -webkit-transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, box-shadow;
    transition-property: border-color, color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    max-width: 100%
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
    color: #242a30;
    border-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1px var(--primary-color);
    box-shadow: inset 0 0 0 1px var(--primary-color);
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    input[type=text]:focus,
    input[type=tel]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    input[type=search]:focus,
    input[type=url]:focus,
    input[type=number]:focus,
    textarea:focus {
        -webkit-appearance: none
    }
    
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=number],
select {
    vertical-align: middle;
    min-height: 46px
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=number] {
    padding: 0.625em 1em
}


@-moz-document url-prefix() {
    input[type=text],
    input[type=tel],
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=url] {
        padding: 0.625em 1em
    }
}

input.is-disabled,
textarea.is-disabled,
select.is-disabled,
input[disabled],
textarea[disabled],
select[disabled] {
    background-color: #f9fafb;
    border-color: 1px solid #dce0e6;
    color: #b1b9c3
}

input.is-disabled+label,
input[disabled]+label {
    color: #b1b9c3
}

fieldset.fieldset-checkbox,
fieldset.fieldset-radio {
    margin-bottom: 0.25em
}

fieldset.fieldset-checkbox input[type="checkbox"],
fieldset.fieldset-checkbox input[type="radio"],
fieldset.fieldset-radio input[type="checkbox"],
fieldset.fieldset-radio input[type="radio"] {
    display: block;
    position: absolute;
    top: 2px;
    left: 2px
}

fieldset.fieldset-checkbox input[type="checkbox"]+label,
fieldset.fieldset-checkbox input[type="radio"]+label,
fieldset.fieldset-radio input[type="checkbox"]+label,
fieldset.fieldset-radio input[type="radio"]+label {
    display: block;
    margin-left: 1.75em
}

fieldset.fieldset-checkbox input:checked+label strong,
fieldset.fieldset-radio input:checked+label strong {
    color: #242a30
}

fieldset.fieldset-checkbox input[disabled]+label:after,
fieldset.fieldset-radio input[disabled]+label:after {
    content: attr(data-disabled);
    display: block;
    font-weight: 600;
    font-size: 0.875em
}

textarea {
    white-space: normal;
    padding: 0.5em 0.75em
}

select {
    margin: 0;
    padding: 0.5em 0.75em;
    background-color: white;
    height: 46px
}

.error-container input[type=text],
.error-container input[type=tel],
.error-container input[type=password],
.error-container input[type=email],
.error-container input[type=search],
.error-container input[type=url],
.error-container textarea,
.error-container select {
    border: 1px solid #d14200 !important
}

.error-container input.ignored-error,
.error-container textarea.ignored-error,
.error-container select.ignored-error {
    border-color: #b1b9c3 !important
}

.error-container:after {
    font-size: 0.875rem;
    color: #d14200;
    margin-top: 0.5em;
    content: attr(data-validation-message)
}

.error-container .error {
    font-size: 0.875rem;
    color: #d14200;
    margin-top: 0.5em
}

.form--radio-button input[type=radio] {
    vertical-align: middle;
    margin-right: 0.25em;
    position: relative;
    top: -2px
}

.inline-radio-btn,
.inline-checkbox {
    line-height: 1.875em
}

.inline-radio-btn label,
.inline-checkbox label {
    margin-left: 0.325em
}

.form--block-input {
    width: 100%
}

::-webkit-input-placeholder {
    color: #86919d
}

:-ms-input-placeholder {
    color: #86919d
}

::-moz-placeholder {
    color: #86919d
}

::-webkit-input-placeholder {
    color: #86919d
}

::-moz-placeholder {
    color: #86919d
}

:-ms-input-placeholder {
    color: #86919d
}

::-ms-input-placeholder {
    color: #86919d
}

::placeholder {
    color: #86919d
}

form fieldset,
form .input-container {
    position: relative
}

form input.with-icon {
    padding-left: 2.25em
}

form .input-icon {
    position: absolute;
    top: 2.5em;
    left: 0.75em;
    color: #67727e
}

.top-aligned fieldset:not(:last-of-type),
.top-aligned .input-container:not(:last-of-type) {
    padding-right: 3px
}

.top-aligned fieldset[class^='col-'],
.top-aligned .input-container[class^='col-'] {
    margin-bottom: 0.275rem
}

.top-aligned label.text-label {
    font-size: 0.875em;
    margin-left: 3px;
    color: #86919d;
    margin-bottom: 0.275em;
    display: block
}

.top-aligned input[type=text],
.top-aligned input[type=tel],
.top-aligned input[type=email],
.top-aligned input[type=password] {
    width: 100%;
    border-radius: 4px
}

.custom-select__container {
    position: relative
}

.custom-select__prepended-icon {
    position: absolute;
    left: .75rem;
    z-index: 100;
    line-height: 40px;
    color: var(--primary-color);
}

.custom-select__input {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.form__radio-standin {
    display: inline-block;
    /*background: url(https://assets.taskrabbit.com/v3/assets/web/icons/black-circle-outline-1a77d88515e5220eca6a61063567620f5c6703e94bb97263b0a02a7a2b2116ff.svg) center center no-repeat;*/
    font-size: 1.5rem;
    margin-right: 0.5rem;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain
}

.form__radio:checked+.form__radio-standin {
    /*background: url(https://assets.taskrabbit.com/v3/assets/web/icons/green-circle-white-checkmark-e4d89067377ee04644767161935e8dda2c596ae4c221b3b5918f299265cb3615.svg) center center no-repeat;*/
    background-size: contain
}

.false-input {
    width: 100%;
    max-width: 100%;
    font-weight: normal;
    border: 1px solid #b1b9c3;
    font-size: 1em;
    border-radius: 4px;
    -webkit-transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, -webkit-box-shadow;
    transition-property: border-color, color, box-shadow;
    transition-property: border-color, color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    vertical-align: middle;
    min-height: 40px;
    padding: 0.625em 1em
}

.disabled-email {
    color: #86919d
}

.bolden-email {
    font-weight: 500
}

.explanation-space {
    padding: 1rem 1rem 0 1rem
}

hr.marginless {
    margin: 0
}



.panel-card {
    background: white;
    border: 1px solid #dce0e6;
    border-radius: 4px
}

.panel,
.panel--with-overflow {
    background: white;
    border: 1px solid #b1b9c3;
    border-radius: 4px;
    padding: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden
}

.panel+.panel,
.panel--with-overflow+.panel,
.panel+.panel--with-overflow,
.panel--with-overflow+.panel--with-overflow {
    margin-top: 0.25em
}

.panel+.panel.is-focused,
.panel--with-overflow+.panel.is-focused,
.panel+.is-focused.panel--with-overflow,
.panel--with-overflow+.is-focused.panel--with-overflow {
    margin-top: 1rem
}

.panel.is-focused,
.is-focused.panel--with-overflow {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(36, 42, 48, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(36, 42, 48, 0.15);
    margin-bottom: 1rem
}

.panel.is-focused:first-child,
.is-focused.panel--with-overflow:first-child {
    margin-top: 0.25em
}

.panel--with-overflow {
    overflow: visible
}

.panel--info {
    background: #e8ebef
}

.panel--spaced {
    padding: 1.5rem 2rem
}

@media all and (max-width: 500px) {
    .panel--spaced {
        padding: 0.5rem 1rem
    }
}

.panel--floating {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(36, 42, 48, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(36, 42, 48, 0.15)
}

.panel--isolated+.panel,
.panel--isolated+.panel--with-overflow {
    margin-top: 1rem
}



.row {
    position: relative
}

.row:after {
    content: "";
    clear: both;
    display: table
}

.row [class^='tr-col-'],
.row [class*=' tr-col-'] {
    float: left;
    margin-bottom: 1rem;
    position: relative
}

.row .col--centered[class^='col-'],
.row .tr-col--centered[class^='col-'],
.row .col--centered[class*=' col-'],
.row .tr-col--centered[class*=' col-'],
.row .col--centered[class^='tr-col-'],
.row .tr-col--centered[class^='tr-col-'],
.row .col--centered[class*=' tr-col-'],
.row .tr-col--centered[class*=' tr-col-'] {
    margin-left: auto;
    margin-right: auto;
    float: none
}

.row .col-1,
.row .tr-col-1 {
    width: 8.3333333333%
}

.row .col-2,
.row .tr-col-2 {
    width: 16.6666666667%
}

.row .col-3,
.row .tr-col-3 {
    width: 25%
}

.row .col-4,
.row .tr-col-4 {
    width: 33.3333333333%
}

.row .col-5,
.row .tr-col-5 {
    width: 41.6666666667%
}

.row .col-6,
.row .tr-col-6 {
    width: 50%
}

.row .col-7,
.row .tr-col-7 {
    width: 58.3333333333%
}

.row .col-8,
.row .tr-col-8 {
    width: 66.6666666667%
}

.row .col-9,
.row .tr-col-9 {
    width: 75%
}

.row .col-10,
.row .tr-col-10 {
    width: 83.3333333333%
}

.row .col-11,
.row .tr-col-11 {
    width: 91.6666666667%
}

.row .col-12,
.row .tr-col-12 {
    width: 100%
}

.row.row--guttered {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    line-height: 2.5;
}

.row.row--guttered>[class^='col-'],
.row.row--guttered>[class*=' col-'],
.row.row--guttered>[class^='tr-col-'],
.row.row--guttered>[class*=' tr-col-'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.row.row--thin>[class^='col-'],
.row.row--thin>[class*=' col-'],
.row.row--thin>[class^='tr-col-'],
.row.row--thin>[class*=' tr-col-'] {
    margin-bottom: 0
}

@media all and (max-width: 500px) {
    .row .col-sm-1,
    .row .tr-col-sm-1 {
        width: 8.3333333333%
    }
    .row .col-sm-2,
    .row .tr-col-sm-2 {
        width: 16.6666666667%
    }
    .row .col-sm-3,
    .row .tr-col-sm-3 {
        width: 25%
    }
    .row .col-sm-4,
    .row .tr-col-sm-4 {
        width: 33.3333333333%
    }
    .row .col-sm-5,
    .row .tr-col-sm-5 {
        width: 41.6666666667%
    }
    .row .col-sm-6,
    .row .tr-col-sm-6 {
        width: 50%
    }
    .row .col-sm-7,
    .row .tr-col-sm-7 {
        width: 58.3333333333%
    }
    .row .col-sm-8,
    .row .tr-col-sm-8 {
        width: 66.6666666667%
    }
    .row .col-sm-9,
    .row .tr-col-sm-9 {
        width: 75%
    }
    .row .col-sm-10,
    .row .tr-col-sm-10 {
        width: 83.3333333333%
    }
    .row .col-sm-11,
    .row .tr-col-sm-11 {
        width: 91.6666666667%
    }
    .row .col-sm-12,
    .row .tr-col-sm-12 {
        width: 100%
    }
    .row-sm--thin>[class^='col-'],
    .row-sm--thin>[class*=' col-'],
    .row-sm--thin>[class^='tr-col-'],
    .row-sm--thin>[class*=' tr-col-'] {
        margin-bottom: 0
    }
}

@media all and (min-width: 501px) and (max-width: 800px) {
    .row .col-md-1,
    .row .tr-col-md-1 {
        width: 8.3333333333%
    }
    .row .col-md-2,
    .row .tr-col-md-2 {
        width: 16.6666666667%
    }
    .row .col-md-3,
    .row .tr-col-md-3 {
        width: 25%
    }
    .row .col-md-4,
    .row .tr-col-md-4 {
        width: 33.3333333333%
    }
    .row .col-md-5,
    .row .tr-col-md-5 {
        width: 41.6666666667%
    }
    .row .tr-col-md-6 {
        width: 50%
    }
    .row .col-md-7,
    .row .tr-col-md-7 {
        width: 58.3333333333%
    }
    .row .col-md-8,
    .row .tr-col-md-8 {
        width: 66.6666666667%
    }
    .row .col-md-9,
    .row .tr-col-md-9 {
        width: 75%
    }
    .row .col-md-10,
    .row .tr-col-md-10 {
        width: 83.3333333333%
    }
    .row .col-md-11,
    .row .tr-col-md-11 {
        width: 91.6666666667%
    }
    .row .col-md-12,
    .row .tr-col-md-12 {
        width: 100%
    }
    .row-md--thin>[class^='col-'],
    .row-md--thin>[class*=' col-'],
    .row-md--thin>[class^='tr-col-'],
    .row-md--thin>[class*=' tr-col-'] {
        margin-bottom: 0
    }
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .row .col-lg-1,
    .row .tr-col-lg-1 {
        width: 8.3333333333%
    }
    .row .col-lg-2,
    .row .tr-col-lg-2 {
        width: 16.6666666667%
    }
    .row .col-lg-3,
    .row .tr-col-lg-3 {
        width: 25%
    }
    .row .col-lg-4,
    .row .tr-col-lg-4 {
        /* width: 33.3333333333% */
        width:32.333333%;
    }
    .row .col-lg-5,
    .row .tr-col-lg-5 {
        width: 41.6666666667%;
        /*margin-left: 22px;*/
    }
    .row .col-lg-6,
    .row .tr-col-lg-6 {
        width: 50%
    }
    .row .col-lg-7,
    .row .tr-col-lg-7 {
        width: 58.3333333333%
    }
    .row .col-lg-8,
    .row .tr-col-lg-8 {
        width: 66.6666666667%
    }
    .row .col-lg-9,
    .row .tr-col-lg-9 {
        width: 75%
    }
    .row .col-lg-10,
    .row .tr-col-lg-10 {
        width: 83.3333333333%
    }
    .row .col-lg-11,
    .row .tr-col-lg-11 {
        width: 91.6666666667%
    }
    .row .col-lg-12,
    .row .tr-col-lg-12 {
        width: 100%
    }
    .row-lg--thin>[class^='col-'],
    .row-lg--thin>[class*=' col-'],
    .row-lg--thin>[class^='tr-col-'],
    .row-lg--thin>[class*=' tr-col-'] {
        margin-bottom: 0
    }
}

@media all and (min-width: 801px) and (max-width: 1024px) {
    .row .col-lscp-1,
    .row .tr-col-lscp-1 {
        width: 8.3333333333%
    }
    .row .col-lscp-2,
    .row .tr-col-lscp-2 {
        width: 16.6666666667%
    }
    .row .col-lscp-3,
    .row .tr-col-lscp-3 {
        width: 25%
    }
    .row .col-lscp-4,
    .row .tr-col-lscp-4 {
        width: 33.3333333333%
    }
    .row .col-lscp-5,
    .row .tr-col-lscp-5 {
        width: 41.6666666667%
    }
    .row .col-lscp-6,
    .row .tr-col-lscp-6 {
        width: 50%
    }
    .row .col-lscp-7,
    .row .tr-col-lscp-7 {
        width: 58.3333333333%
    }
    .row .col-lscp-8,
    .row .tr-col-lscp-8 {
        width: 66.6666666667%
    }
    .row .col-lscp-9,
    .row .tr-col-lscp-9 {
        width: 75%
    }
    .row .col-lscp-10,
    .row .tr-col-lscp-10 {
        width: 83.3333333333%
    }
    .row .col-lscp-11,
    .row .tr-col-lscp-11 {
        width: 91.6666666667%
    }
    .row .col-lscp-12,
    .row .tr-col-lscp-12 {
        width: 100%
    }
    .row-lscp--thin>[class^='col-'],
    .row-lscp--thin>[class*=' col-'],
    .row-lscp--thin>[class^='tr-col-'],
    .row-lscp--thin>[class*=' tr-col-'] {
        margin-bottom: 0
    }
}

@media all and (min-width: 1025px) {
    .row .col-desk-1,
    .row .tr-col-desk-1 {
        width: 8.3333333333%
    }
    .row .col-desk-2,
    .row .tr-col-desk-2 {
        width: 16.6666666667%
    }
    .row .col-desk-3,
    .row .tr-col-desk-3 {
        width: 25%
    }
    .row .col-desk-4,
    .row .tr-col-desk-4 {
        width: 33.3333333333%
    }
    .row .col-desk-5,
    .row .tr-col-desk-5 {
        width: 41.6666666667%
    }
    .row .col-desk-6,
    .row .tr-col-desk-6 {
        width: 50%
    }
    .row .col-desk-7,
    .row .tr-col-desk-7 {
        width: 58.3333333333%
    }
    .row .col-desk-8,
    .row .tr-col-desk-8 {
        width: 66.6666666667%
    }
    .row .col-desk-9,
    .row .tr-col-desk-9 {
        width: 75%
    }
    .row .col-desk-10,
    .row .tr-col-desk-10 {
        width: 83.3333333333%
    }
    .row .col-desk-11,
    .row .tr-col-desk-11 {
        width: 91.6666666667%
    }
    .row .col-desk-12,
    .row .tr-col-desk-12 {
        width: 100%
    }
    .row-desk--thin>[class^='col-'],
    .row-desk--thin>[class*=' col-'],
    .row-desk--thin>[class^='tr-col-'],
    .row-desk--thin>[class*=' tr-col-'] {
        margin-bottom: 0
    }
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding-left: 4%;
    padding-right: 4%
}

@media all and (min-width: 501px) {
    .container {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media all and (min-width: 1201px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
}

.container--small {
    max-width: 560px;
    margin: 0 auto;
    position: relative
}

.container--medium {
    max-width: 760px;
    margin: 0 auto;
    position: relative
}

.container--wide {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-left: 4%;
    padding-right: 4%
}

@media all and (min-width: 501px) {
    .container--wide {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media all and (min-width: 1201px) {
    .container--wide {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (min-width: 501px) {
    .flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width: 501px) {
    .flex-vertical-centering {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        justify-self: center
    }
}



@-webkit-keyframes avatar-loading {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.2
    }
    100% {
        opacity: 1
    }
}

@keyframes avatar-loading {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.2
    }
    100% {
        opacity: 1
    }
}

.avatar-loading {
    -webkit-animation: avatar-loading 2s infinite linear;
    animation: avatar-loading 2s infinite linear
}

.avatar-file-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: block;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.avatar-container-36 {
    z-index: 10;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-36 .avatar-file-input {
    max-width: 36px;
    max-height: 36px;
    width: 36px;
    height: 36px
}

.avatar-container-36 img {
    width: 100%;
    height: 100%
}

.avatar-36 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-36 {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.avatar-container-40 {
    z-index: 10;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-40 .avatar-file-input {
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px
}

.avatar-container-40 img {
    width: 100%;
    height: 100%
}

.avatar-40 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-40 {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.avatar-container-50 {
    z-index: 10;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-50 .avatar-file-input {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px
}

.avatar-container-50 img {
    width: 100%;
    height: 100%
}

.avatar-50 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.avatar-container-60 {
    z-index: 10;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-60 .avatar-file-input {
    max-width: 60px;
    max-height: 60px;
    width: 60px;
    height: 60px
}

.avatar-container-60 img {
    width: 100%;
    height: 100%
}

.avatar-60 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-60 {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.avatar-container-72 {
    z-index: 10;
    overflow: hidden;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-72 .avatar-file-input {
    max-width: 72px;
    max-height: 72px;
    width: 72px;
    height: 72px
}

.avatar-container-72 img {
    width: 100%;
    height: 100%
}

.avatar-72 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-72 {
    width: 72px;
    height: 72px;
    border-radius: 50%
}

.avatar-container-86 {
    z-index: 10;
    overflow: hidden;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-86 .avatar-file-input {
    max-width: 86px;
    max-height: 86px;
    width: 86px;
    height: 86px
}

.avatar-container-86 img {
    width: 100%;
    height: 100%
}

.avatar-86 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-86 {
    width: 86px;
    height: 86px;
    border-radius: 50%
}

.avatar-container-108 {
    z-index: 10;
    overflow: hidden;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-108 .avatar-file-input {
    max-width: 108px;
    max-height: 108px;
    width: 108px;
    height: 108px
}

.avatar-container-108 img {
    width: 100%;
    height: 100%
}

.avatar-108 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 108px;
    height: 108px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-108 {
    width: 108px;
    height: 108px;
    border-radius: 50%
}

.avatar-container-144 {
    z-index: 10;
    overflow: hidden;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-144 .avatar-file-input {
    max-width: 144px;
    max-height: 144px;
    width: 144px;
    height: 144px
}

.avatar-container-144 img {
    width: 100%;
    height: 100%
}

.avatar-144 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 144px;
    height: 144px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-144 {
    width: 144px;
    height: 144px;
    border-radius: 50%
}

.avatar-container-180 {
    z-index: 10;
    overflow: hidden;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-180 .avatar-file-input {
    max-width: 180px;
    max-height: 180px;
    width: 180px;
    height: 180px
}

.avatar-container-180 img {
    width: 100%;
    height: 100%
}

.avatar-180 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-180 {
    width: 180px;
    height: 180px;
    border-radius: 50%
}

.avatar-container-264 {
    z-index: 10;
    overflow: hidden;
    width: 264px;
    height: 264px;
    border-radius: 50%;
    border: 1px solid #dce0e6;
    background-color: white;
    text-align: left;
    position: relative
}

.avatar-container-264 .avatar-file-input {
    max-width: 264px;
    max-height: 264px;
    width: 264px;
    height: 264px
}

.avatar-container-264 img {
    width: 100%;
    height: 100%
}

.avatar-264 {
    z-index: 0;
    position: relative;
    border-radius: 50%;
    width: 264px;
    height: 264px;
    max-width: 100%;
    max-height: 100%
}

.avatar-new-264 {
    width: 264px;
    height: 264px;
    border-radius: 50%
}


.banner--notice {
    font-weight: 600
}





.exterior__top--sm {
    margin-top: 0.5rem
}

.exterior__top--md {
    margin-top: 1rem
}

.exterior__top--lg {
    margin-top: 1.5rem
}

.exterior__top--xl {
    margin-top: 2rem
}

.exterior__top--xxl {
    margin-top: 2.5rem
}

.exterior__bottom--sm {
    margin-bottom: 0.5rem
}

.exterior__bottom--md {
    margin-bottom: 1rem
}

.exterior__bottom--lg {
    margin-bottom: 1.5rem
}

.exterior__bottom--xl {
    margin-bottom: 2rem
}

.exterior__bottom--xxl {
    margin-bottom: 2.5rem
}

.exterior__left--sm {
    margin-left: 0.5rem
}

.exterior__left--md {
    margin-left: 1rem
}

.exterior__left--lg {
    margin-left: 1.5rem
}

.exterior__left--xl {
    margin-left: 2rem
}

.exterior__left--xxl {
    margin-left: 2.5rem
}

.exterior__right--sm {
    margin-right: 0.5rem
}

.exterior__right--md {
    margin-right: 1rem
}

.exterior__right--lg {
    margin-right: 1.5rem
}

.exterior__right--xl {
    margin-right: 2rem
}

.exterior__right--xxl {
    margin-right: 2.5rem
}

.exterior__vertical--sm {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem
}

.exterior__vertical--md {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.exterior__vertical--lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.exterior__vertical--xl {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.exterior__vertical--xxl {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.exterior__horizontal--sm {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}

.exterior__horizontal--md {
    margin-left: 1rem;
    margin-right: 1rem
}

.exterior__horizontal--lg {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.exterior__horizontal--xl {
    margin-left: 2rem;
    margin-right: 2rem
}

.exterior__horizontal--xxl {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.interior__top--sm {
    padding-top: 0.5rem
}

.interior__top--md {
    padding-top: 1rem
}

.interior__top--lg {
    padding-top: 1.5rem
}

.interior__top--xl {
    padding-top: 2rem
}

.interior__top--xxl {
    padding-top: 2.5rem
}

.interior__bottom--sm {
    padding-bottom: 0.5rem
}

.interior__bottom--md {
    padding-bottom: 1rem
}

.interior__bottom--lg {
    padding-bottom: 1.5rem
}

.interior__bottom--xl {
    padding-bottom: 2rem
}

.interior__bottom--xxl {
    padding-bottom: 2.5rem
}

.interior__left--sm {
    padding-left: 0.5rem
}

.interior__left--md {
    padding-left: 1rem
}

.interior__left--lg {
    padding-left: 1.5rem
}

.interior__left--xl {
    padding-left: 2rem
}

.interior__left--xxl {
    padding-left: 2.5rem
}

.interior__right--sm {
    padding-right: 0.5rem
}

.interior__right--md {
    padding-right: 1rem
}

.interior__right--lg {
    padding-right: 1.5rem
}

.interior__right--xl {
    padding-right: 2rem
}

.interior__right--xxl {
    padding-right: 2.5rem
}

.interior__vertical--sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.interior__vertical--md {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.interior__vertical--lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.interior__vertical--xl {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.interior__vertical--xxl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.interior__horizontal--sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.interior__horizontal--md {
    padding-left: 1rem;
    padding-right: 1rem
}

.interior__horizontal--lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.interior__horizontal--xl {
    padding-left: 2rem;
    padding-right: 2rem
}

.interior__horizontal--xxl {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}





.box-no-margin {
    margin: 0
}

.box-no-padding {
    padding: 0
}

.box-padded--default {
    padding: 1.5rem 2rem
}

.box-padded-uniform--sm {
    padding: 0.5rem
}

.box-padded-uniform--md {
    padding: 1rem
}

.box-padded-uniform--lg {
    padding: 1.5rem
}

.box-padded-uniform--xl {
    padding: 2rem
}

.box-padded-uniform--xxl {
    padding: 2.5rem
}

.left-padding--sm {
    padding-left: 0.5rem
}

.left-padding--md {
    padding-left: 1rem
}


/*
@font-face {
    font-family: 'Proxima';
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-light-webfont-4774cfd5c1ba0ecd0c34c082517d7573800aceaa16d94425849a412649a18d5b.eot);
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-light-webfont-4774cfd5c1ba0ecd0c34c082517d7573800aceaa16d94425849a412649a18d5b.eot?#iefix) format("embedded-opentype"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-light-webfont-83de14f8abc19bcd6e28d45fff6b156004193c75fdf6b66363054d5a3f952422.woff2) format("woff2"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-light-webfont-82c1e888d0e9155e72551b4867b0756df36fa4075b56e4030ef6fed139ad5f7d.woff) format("woff"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-light-webfont-85490c2c89e493b60848a912fc1143d1c7183aa4f23eb6f10141bbb4b82b12d3.ttf) format("truetype"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-light-webfont-cd9579855498841e3b6564055062e96e20a7ca8d01baece763a3345bcd243008.svg#wf) format("svg");
    font-weight: 300;
    font-display: block
}

@font-face {
    font-family: 'Proxima';
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-regular-webfont-b9cda233ce3da031246a3ff4635057c990f78cb79d67239736d27b8c58106317.eot);
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-regular-webfont-b9cda233ce3da031246a3ff4635057c990f78cb79d67239736d27b8c58106317.eot?#iefix) format("embedded-opentype"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-regular-webfont-d4be8b81586fb645dca6ebf89c84ec5b8a7d7bd125db69fec03eea3dd4eebdea.woff2) format("woff2"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-regular-webfont-1874a442b17585007c2235880f36361f9e2460418dff780fb430855b39570079.woff) format("woff"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-regular-webfont-00daace2569d2558ed3d3037dfd46ba0406d7829075b62eb1907a2709e9e1647.ttf) format("truetype"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-regular-webfont-b102f3d1dc13170f7ec1945a0b5ec2a3e773df818939702c2d9d9fdc8b771e26.svg#wf) format("svg");
    font-weight: normal;
    font-display: block
}

@font-face {
    font-family: 'Proxima';
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-semibold-webfont-e0b6cf23e7d9d461ea17d919c131c52d46eb1a73e3ce55df723891471ca18d26.eot);
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-semibold-webfont-e0b6cf23e7d9d461ea17d919c131c52d46eb1a73e3ce55df723891471ca18d26.eot?#iefix) format("embedded-opentype"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-semibold-webfont-5e84f3f19bdd462bc90adba2d5dda5fad42410563dc417a554790f5c12ca8d4d.woff2) format("woff2"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-semibold-webfont-8e9f5a5480ded1cc669b48c9fae0de993697fe2a1a7b81e046a27ea752a90a15.woff) format("woff"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-semibold-webfont-0291221130f9b3823d964c38096dda6c563de6229bb7152a8c987a0c3848ef2f.ttf) format("truetype"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-semibold-webfont-6072d2fddf9a156a493b72b82bc436118b8f1df5f5bf9e0d73826e3dab4a0c00.svg#wf) format("svg");
    font-weight: 600;
    font-display: block
}

@font-face {
    font-family: 'Proxima';
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-bold-webfont-ccaea97635aaf40602de04db853bb6cbc461404a99df8582e29cd55b4bd3a352.eot);
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-bold-webfont-ccaea97635aaf40602de04db853bb6cbc461404a99df8582e29cd55b4bd3a352.eot?#iefix) format("embedded-opentype"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-bold-webfont-e4a3c6ac66e2bab94d35cfa03edb733b3898fc6ecc095dd73b75cdad70cfa3c7.woff2) format("woff2"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-bold-webfont-e6a6c5fd5bafb6ae5edca564d58666bc4793bd203b95198ede4aaf5a58eb69c6.woff) format("woff"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-bold-webfont-f1e7b1fc15000bddbef94a7c83f99587f4467d1f777ee70f2fb268a697f5f24b.ttf) format("truetype"), url(https://assets.taskrabbit.com/v3/assets/vendor/Proxima/proximanova-bold-webfont-c5ace0fbe354145b972d2affde713a2bde193d28f91aaa042ef9afd35a896da2.svg#wf) format("svg");
    font-weight: bold;
    font-display: block
}*/

@font-face {
    font-family: 'icomoon';
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/icomoon-4fb1894041182a35f180848985439a0e35123b2d52fa48a734555235383549db.eot);
    src: url(https://assets.taskrabbit.com/v3/assets/vendor/icomoon-4fb1894041182a35f180848985439a0e35123b2d52fa48a734555235383549db.eot?#iefix) format("embedded-opentype"), url(https://assets.taskrabbit.com/v3/assets/vendor/icomoon-4968c2b65cb867163f25a7340b04abb7e9b7075eb67a1d1d4a0aa40f23dcabda.woff2) format("woff2"), url(https://assets.taskrabbit.com/v3/assets/vendor/icomoon-8a6067a5e9314a8078fa265bbddee53ae0af7f06952b09b75f80e12e235e683b.woff) format("woff"), url(https://assets.taskrabbit.com/v3/assets/vendor/icomoon-ebe1f3f7766f11f69cdb37a3f906340981fa24300b8b6705cb9a19078b6f701e.ttf) format("truetype"), url(https://assets.taskrabbit.com/v3/assets/vendor/icomoon-1d4fb5ca7446c7ccea28756d2adf5b96ac387a2f579a752334407a0747b0ebf7.svg) format("svg");
    font-weight: normal;
    font-style: normal
} 





* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #f9fafb;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh
    }
   
}

.multiuser-banner,
.multiuser-banner:visited,
.multiuser-banner:hover {
    border-top: #b1b9c3;
    background: #f9c339;
    color: #242a30;
    width: 100%;
    padding: 0.5rem;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 100
}





.slide-main-content-up-88px .main--content {
    margin-top: -88px
}

.page-header {
    background: white;
    border-bottom: 1px solid #dce0e6;
    padding-top: 12px;
    position: relative;
    z-index: 250
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .page-header {
        padding-bottom: 12px;
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }
}

.js-header-logo img {
    width: 160px;
    height: 36px;
    margin: 0 auto
}

.header__logo {
    display: block;
    /*background-image: url(https://assets.taskrabbit.com/v3/assets/web/logos/logo-h-a88d820c4047c02c82df84cc7d67948f6ac7d7004f48202250fe3b7efdc3db34.svg);*/
    background-size: 160px 36px;
    width: 160px;
    height: 36px;
    margin: 0 auto;
    float: none;
    margin-bottom: 12px
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .header__logo {
        margin-bottom: 0;
        float: left
    }
}

.header__navigation-container {
    position: relative;
    z-index: 1
}

.header__navigation-container .ss-exit {
    position: relative;
    margin-right: 3px
}

.links-hidden .header__navigation-container,
.links-hidden .header__menu-toggle {
    display: none
}

.header__screen-overlay--mobile {
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 250;
    pointer-events: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out, z-index 0s ease 0.3s;
    transition: background-color 0.3s ease-in-out, z-index 0s ease 0.3s
}

.header__screen-overlay--mobile.shown {
    z-index: 300;
    pointer-events: auto;
    background-color: rgba(36, 42, 48, 0.6);
    -webkit-transition: z-index 0s ease;
    transition: z-index 0s ease
}

.hidden {
    display: none
}

.invisible {
    opacity: 0;
    pointer-events: none
}

.header-navigation-without-pie {
    max-height: none !important;
    height: 0
}

.header__navigation-container--mobile {
    background: var(--primary-color);
    width: 100%;
    max-height: 0;
    -webkit-transition: height 0.3s ease-in, max-height 0.3s ease-in;
    transition: height 0.3s ease-in, max-height 0.3s ease-in;
    overflow: hidden;
    display: none
}

.header__navigation-container--mobile.is-expanded {
    height: auto;
    max-height: 800px;
    overflow: scroll;
    display: block
}

.header__navigation-container--mobile .header__navigation-link,
.header__navigation-container--mobile .header__navigation-link:link,
.header__navigation-container--mobile .header__navigation-link:visited,
.header__navigation-container--mobile .header__navigation-link:hover,
.header__navigation-container--mobile .header__navigation-link:focus,
.header__navigation-container--mobile .header__navigation-link:active {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white
}

.header__navigation-container--mobile .header__navigation-link {
    padding: 0.5rem 0;
    padding-left: 1rem;
    width: 100%;
    display: block;
    color: white;
    cursor: pointer
}

.header__navigation-container--mobile .header__navigation-link:not(:first-child) {
    border-top: 1px solid #7dd161
}

.header__navigation-container--mobile .header__navigation-link .header_navigation_info {
    margin-right: 1em
}

.header__navigation-container--mobile .header__navigation-link i {
    font-size: 1rem;
    margin-right: 1em
}

.header__navigation-container--mobile .header__navigation-link i.header__navigation-link-sm-icon {
    font-size: 0.75rem
}

.header__navigation-container--mobile .header__navigation-link span {
    margin-top: 0.25rem;
    font-size: 0.875rem
}

.header__navigation-container--mobile.header__ikea-landing--mobile {
    z-index: 300;
    height: 100vh;
    max-height: 100vh;
    background: white;
    position: absolute;
    width: 0;
    max-width: 0;
    -webkit-transition: width 0.3s ease-in, max-width 0.3s ease-in;
    transition: width 0.3s ease-in, max-width 0.3s ease-in
}

.header__navigation-container--mobile.header__ikea-landing--mobile.is-expanded {
    width: 276px;
    max-width: 276px;
    -webkit-transition: width 0.3s ease-in, max-width 0.3s ease-in;
    transition: width 0.3s ease-in, max-width 0.3s ease-in
}

.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-link,
.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-link:link,
.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-link:visited,
.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-link:hover,
.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-link:focus,
.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-link:active {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #346f20
}

.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-links-container {
    padding: 0 1.5rem
}

.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-links-container .header__navigation-links--header {
    height: 48px
}

.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-links-container .header__navigation-links--header i {
    color: #242a30
}

.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-links-container .header__navigation-link {
    width: 100%;
    display: block;
    line-height: 1.5;
    color: #346f20;
    cursor: pointer;
    border-bottom: 1px solid #dce0e6;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0
}

.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-links-container .header__navigation-link:not(:first-child) {
    border-top: none
}

.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-links-container .header__navigation-link:nth-child(2) {
    border-top: 1px solid #dce0e6
}

.header__navigation-container--mobile.header__ikea-landing--mobile .header__navigation-links-container .header__navigation-link span {
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.header__navigation-container--mobile .header__language-toggle--mobile {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.header__navigation-container--mobile .header__language-toggle--mobile .ss-lnr-chevron-right {
    margin-left: 0.5rem
}

.header__navigation-container--mobile .header__language-toggle--mobile .ss-lnr-chevron-left {
    margin-right: 0.25rem;
    margin-left: 0.5rem
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 1rem
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile .sidebar-close-icon i {
    margin-right: 0 !important;
    color: #242a30
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile .language-toggle__options--mobile {
    margin-left: 0.5rem;
    margin-top: 20px;
    color: #242a30
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile .language-toggle__options--mobile .language-toggle__country--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile .language-toggle__options--mobile .language-toggle__country--mobile .language-toggle__country-flag--mobile {
    width: 28px;
    height: 22px;
    margin-right: 15px
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile .language-toggle__options--mobile .language-toggle__options-list--mobile {
    margin-left: 2.75rem;
    margin-top: 10px
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile .language-toggle__options--mobile .language-toggle__options-list--mobile .language-toggle__options-item--mobile {
    padding-bottom: 12px
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile .language-toggle__options--mobile .language-toggle__options-list--mobile .language-toggle__options-item--mobile .language-toggle__link--mobile {
    color: #545e69
}

.header__navigation-container--mobile .header__language-toggle--mobile .language-toggle__options-container--mobile .language-toggle__options--mobile .language-toggle__options-list--mobile .language-toggle__options-item--mobile .language-toggle__check-icon--mobile {
    margin-left: 19px
}

.header__menu-toggle {
    display: inline-block;
    font-size: 1.75rem;
    line-height: 1.428571429;
    color: var(--primary-color);
    cursor: pointer
}

.header__menu-toggle.is-expanded:before {
    content: "\e939"
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .header__navigation-container {
        float: right
    }
    .header__navigation-link {
        position: relative;
        padding: 0 1rem;
        display: inline-block;
        font-size: 1rem;
        line-height: 2.25
    }
    .header__navigation-link.header-selected {
        color: #31a7a8;
        font-weight: bold
    }
    .header__navigation-link i {
        display: none
    }
    .header__navigation-link.show-icon .ss-lnr-gift {
        display: inline-block
    }
    .header__language-toggle--desktop {
        cursor: pointer;
        top: 4px;
        padding: 0;
        margin: 0 8px 0 20px;
        height: 40px;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header__language-toggle--desktop::before {
        cursor: default;
        content: '';
        width: 1px;
        height: 20px;
        border-left: 1px solid #b1b9c3;
        position: relative
    }
    .header__language-toggle--desktop .language-toggle__country-flag--desktop {
        position: relative;
        margin: 0 9px 0 15px;
        width: 28px;
        height: 22px
    }
    .header__language-toggle--desktop .language-toggle__current_language--desktop {
        position: relative;
        bottom: 1px;
        text-transform: uppercase;
        color: #000000
    }
    .header__language-toggle--desktop .language-toggle__options-container--desktop {
        position: absolute;
        top: 34px;
        right: 0;
        background: white;
        border: 1px solid #dce0e6;
        margin: 0;
        padding: 20px;
        width: auto;
        margin-top: 7px;
        -webkit-box-shadow: 2px 4px 3px 0 rgba(36, 42, 48, 0.15);
        box-shadow: 2px 4px 3px 0 rgba(36, 42, 48, 0.15)
    }
    .header__language-toggle--desktop .language-toggle__options-container--desktop .language-toggle__options--desktop {
        margin-right: 0
    }
    .header__language-toggle--desktop .language-toggle__options-container--desktop .language-toggle__options--desktop .language-toggle__options-item--desktop {
        line-height: 32px
    }
    .header__language-toggle--desktop .language-toggle__options-container--desktop .language-toggle__options--desktop .language-toggle__options-item--desktop .language-toggle__link--desktop {
        padding: 4px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 24px
    }
    .header__language-toggle--desktop .language-toggle__options-container--desktop .language-toggle__options--desktop .language-toggle__options-item--desktop .language-toggle__link--desktop .language-toggle__check-icon--desktop {
        margin-left: 15px
    }
    .language-toggle-selector {
        cursor: pointer;
        margin: 0 8px 0 16px;
        height: 35px;
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .language-toggle-selector:before {
        cursor: default;
        content: "";
        width: 1px;
        height: 20px;
        border-left: 1px solid #b1b9c3;
        position: relative;
        top: 4px
    }
    .language-toggle-selector .country-flag {
        position: relative;
        top: 4px;
        margin: 0 9px 0 15px;
        width: 28px;
        height: 24px
    }
    .language-toggle-selector .selected-language {
        top: 4px;
        position: relative
    }
    .language-toggle-selector .header-popover {
        padding: 20px;
        width: auto;
        margin-top: 7px;
        top: 80%
    }
    .language-toggle-selector .header-popover .header-popover__item {
        padding: 4px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .language-toggle-selector .header-popover .header-popover__item .check-mark {
        margin-left: 15px
    }
}

.header-popover-container {
    display: inline-block;
    position: relative
}

.header-popover {
    background: white;
    border: 1px solid #dce0e6;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-box-shadow: 2px 4px 3px 0 rgba(36, 42, 48, 0.15);
    box-shadow: 2px 4px 3px 0 rgba(36, 42, 48, 0.15);
    width: 315px;
    padding: 0.5rem 3.5rem
}

.header-popover__item {
    padding: 0.5rem;
    display: block
}

.header__navigation-link.is-focused {
    background: white;
    border: 1px solid #dce0e6;
    border-bottom-color: white;
    border-top: 4px solid var(--primary-color);
    color: var(--primary-color);
    z-index: 100
}

.header__navigation-link--services {
    border: 1px solid transparent;
    border-top: 4px solid transparent;
    position: relative;
    top: 1px
}

.nav__services-list--mobile {
    background: #f9fafb;
    padding: 1rem 3.5rem
}

.nav-services--expand-trigger {
    position: relative;
    top: 4px
}

[data-header-style="tasker-signup"] .tasker-signup-btn,
[data-header-style="tasker-signup"] .header__navigation-link,
[data-header-style="tasker-signup"] .header__menu-toggle {
    display: none
}

[data-header-style="tasker-signup"] [data-behavior="toggle-hamburger-menu"] {
    display: none
}

.header__navigation-yellow-dot {
    width: 12px;
    height: 12px;
    background-color: #f9c339;
    border-radius: 50%;
    position: absolute;
    margin-left: -20px
}

.homepage-ad-choices-icon {
    margin-right: 1em;
    width: 16px
}

.header-adchoices-link {
    display: none
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    .header-adchoices-link {
        display: block
    }
}

.hamburger-services-section {
    overflow: hidden;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    height: 0
}

@media all and (max-width: 800px) {
    .sticky-header header {
        width: 100%;
        position: fixed;
        top: 0;
        -webkit-transition: top 0.3s ease-out;
        transition: top 0.3s ease-out
    }
    .sticky-header .search-bar-container {
        position: fixed;
        top: 16px;
        z-index: 250;
        left: 64px;
        right: 16px;
        width: auto;
        -webkit-transition: top 0.3s ease-out;
        transition: top 0.3s ease-out
    }
    .sticky-header .page-header {
        padding-top: 20px;
        padding-bottom: 8px
    }
}

.hero-search-button {
    position: relative;
    z-index: 100
}

.search-bar-container {
    z-index: 100
}

.prevent-outside-click-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 50;
    -webkit-tap-highlight-color: transparent;
    opacity: 0
}

input.square-bottom-corners {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.search-bar-placeholder {
    width: 100%
}



.sidebar-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh
}

.sidebar-menu ul {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.sidebar-menu li a {
    color: #346f20
}

.sidebar-menu button {
    cursor: pointer;
    color: #346f20;
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: normal
}

.sidebar-menu.main-menu li {
    border-top: 1px solid #dce0e6;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.sidebar-menu.main-menu li:last-child {
    border-bottom: 1px solid #dce0e6
}

.sidebar-menu.services-menu li,
.sidebar-menu.languages-menu li {
    padding-bottom: 12px
}

.sidebar-menu.languages-menu .popular-tasks-title {
    text-transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #242a30
}

.sidebar-menu.languages-menu .popular-tasks-title .country-flag {
    margin-right: 15px;
    width: 28px;
    height: 24px
}

.sidebar-menu.languages-menu .options-list {
    margin-left: 4.25rem
}

.sidebar-menu.languages-menu .options-list li a {
    color: #545e69
}

.sidebar-menu.languages-menu .options-list li a .check-mark {
    margin-left: 15px
}

.popular-tasks-title {
    margin-left: 1.5rem;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase
}

.sidebar-menu-header {
    -webkit-flex-basis: 48px;
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #346f20;
    padding-top: 1rem;
    padding-left: 1.5rem
}

.sidebar-menu-content {
    overflow-y: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sidebar-close-icon {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: none;
    padding: 0;
    background-color: transparent;
    line-height: 16px
}

.sidebar-navigation-floater {
    width: 276px;
    float: right
}

.sidebar-navigation-content {
    z-index: 300;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
    width: 0;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out
}

.sidebar-navigation-open .sidebar-navigation-content {
    width: 276px
}

.sidebar-navigation-overlay {
    z-index: -300;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out 0s, z-index 0s ease 0.3s;
    transition: background-color 0.3s ease-in-out 0s, z-index 0s ease 0.3s
}

.sidebar-navigation-open .sidebar-navigation-overlay {
    z-index: 300;
    background-color: rgba(36, 42, 48, 0.6);
    -webkit-transition: background-color 0.3s ease-in-out 0s, z-index 0s ease 0s;
    transition: background-color 0.3s ease-in-out 0s, z-index 0s ease 0s
}

.sidebar-navigation-container {
    visibility: hidden;
    display: none;
    -webkit-transition: visibility 0s ease 0.3s;
    transition: visibility 0s ease 0.3s
}

.sidebar-navigation-open .sidebar-navigation-container {
    visibility: visible;
    display: block;
    -webkit-transition: visibility 0s ease 0.3s;
    transition: visibility 0s ease 0.3s
}





.footer-container {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .footer-container {
        content-visibility: auto;
        contain-intrinsic-size: 400px
    }
}

footer {
    background: #67727e;
    font-size: 1.25rem;
    padding: 2rem 0;
    overflow: hidden;
    z-index: 0;
    position: relative
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    footer .container {
        padding: 0 1rem
    }
}

footer .container {
    max-width: 1020px;
    margin: 0 auto
}

footer .links a {
    color: white;
    line-height: 1.65em;
    display: block
}

footer .links a:visited,
footer .links a:hover,
footer .links a:focus {
    background: inherit;
    color: white
}

footer .links .amp {
    color: white;
    height: 1.5em;
    line-height: 1.5em
}

footer .links .inline-links {
    display: inline-block
}

footer .social-link {
    padding: 0 0.5rem
}

footer .social-link img {
    height: 24px;
    vertical-align: middle
}

footer .footer-content {
    display: block
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    footer .footer-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

footer .footer-column {
    width: 33.33%;
    position: relative;
    padding-right: 1em
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    footer .footer-column {
        width: 100%;
        margin-bottom: 1em
    }
}

footer .social-row {
    margin-bottom: 1em
}

footer .footer-title {
    color: #b1b9c3
}

footer .mobile-apps:after {
    content: "";
    clear: both;
    display: table
}

@media all and (max-width: 500px) {
    footer .mobile-apps {
        padding-bottom: 0px
    }
}

footer .apps-message {
    color: white;
    font-size: 21px;
    line-height: 1.15em
}

footer .appstore-badge {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    position: relative;
    z-index: 50
}

footer .appstore-badge img {
    vertical-align: middle
}

@media all and (max-width: 500px),
all and (min-width: 801px) and (max-width: 1024px) {
    footer .appstore-badge {
        width: 100%;
        float: none;
        margin-bottom: 0.75em
    }
    footer .appstore-badge img {
        width: 175px;
        height: auto
    }
}

@media all and (max-width: 500px) {
    footer .social-title {
        display: block
    }
}

.press-desktop-section {
    content-visibility: auto;
    contain-intrinsic-size: 300px;
    padding-top: 3.5em;
    padding-bottom: 3.5em
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    .press-desktop-section {
        display: none
    }
}

.press-mobile-section {
    content-visibility: auto;
    contain-intrinsic-size: 300px;
    padding: 1.5rem 0
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .press-mobile-section {
        display: none
    }
}

.press-cta-container {
    padding-top: 2em
}

.press-item {
    font-weight: 300;
    padding: 0 0.5rem
}

@media all and (max-width: 500px),
all and (min-width: 501px) and (max-width: 800px) {
    .press-item {
        margin: 0 15%
    }
}

.press-item img {
    display: block;
    margin: 0 auto 2.25em
}

.press-item--press_1 img {
    width: 224px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.press-item--press_2 img {
    width: 115px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.press-item--press_3 img {
    width: 245px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.coming-soon-gplay {
    width: 152px;
    height: 45px
}



.alert-container {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    z-index: 100000;
    text-align: center;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s
}

.alert-container a,
.alert-container a:visited,
.alert-container a:hover {
    color: white;
    text-decoration: underline
}

.alert {
    /*position:relative;*/
    text-align: center;
    color: green;
    padding: 1rem;
    padding-left: 1.5rem;
    padding-right: 3rem;
    margin-top: 1em;
    -webkit-font-smoothing: initial
}

.alert a {
    color: var(--primary-color);
    /*text-decoration:underline*/
}

.alert:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    font-family: "icomoon";
    content: "\e36b"
}

.alert .ss-cross {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 52px;
    height: 36px;
    line-height: 36px;
    text-align: center
}

.alert.alert-no-dismiss:after {
    display: none
}

@media all and (max-width: 500px) {
    .alert {
        padding-left: 16px;
        padding-right: 44px
    }
    .alert .ss-cross {
        width: 44px
    }
}

.alert-error {
    background-color: #f9c339
}

.alert-notice,
.alert-message {
    background-color: #36b5bb
}



.u-pull-right {
    float: right
}

.u-pull-left {
    float: left
}

.u-align--left {
    text-align: left
}

.u-align--center {
    text-align: center
}

.u-align--right {
    text-align: right !important
}

.u-hidden {
    display: none !important
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.u-full-width {
    display: block;
    width: 100%
}

.u-inline {
    display: inline !important
}

.u-inline-block {
    display: inline-block
}

.u-block {
    display: block
}

.u-relative {
    position: relative
}

.u-flex--v-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.u-clearfix:after {
    content: "";
    clear: both;
    display: table
}

.u-light {
    font-weight: 300
}

.u-regular {
    font-weight: normal
}

.u-semibold {
    font-weight: 600
}

.u-bold {
    font-weight: bold
}

.u-muted {
    color: #545e69
}

.u-uppercase {
    text-transform: uppercase
}

.u-capitalize {
    text-transform: capitalize
}

.u-clickable {
    cursor: pointer
}

.u-border {
    border: 1px solid #dce0e6
}

.u-border-bottom {
    border-bottom: 1px solid #dce0e6
}

.u-no-border {
    border: none !important
}

.u-padding-spaced {
    padding: 1.5rem 2rem
}

.col-offset-0 {
    margin-left: 0%
}

@media (min-width: 992px) {
    .col-lg-offset-0 {
        margin-left: 0% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-0 {
        margin-left: 0% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-1 {
        margin-left: 8.3333333333% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 8.3333333333% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-2 {
        margin-left: 16.6666666667% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-2 {
        /*margin-left:16.6666666667% !important*/
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-3 {
        margin-left: 25% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-3 {
        margin-left: 25% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-4 {
        margin-left: 33.3333333333% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-4 {
        margin-left: 33.3333333333% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-5 {
        margin-left: 41.6666666667% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-5 {
        margin-left: 41.6666666667% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-6 {
        margin-left: 50% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-6 {
        margin-left: 50% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-7 {
        margin-left: 58.3333333333% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-7 {
        margin-left: 58.3333333333% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-8 {
        margin-left: 66.6666666667% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-8 {
        margin-left: 66.6666666667% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-9 {
        margin-left: 75% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-9 {
        margin-left: 75% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-10 {
        margin-left: 83.3333333333% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-10 {
        margin-left: 83.3333333333% !important
    }
}

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

@media (min-width: 992px) {
    .col-lg-offset-11 {
        margin-left: 91.6666666667% !important
    }
}

@media (max-width: 768px) {
    .col-sm-offset-11 {
        margin-left: 91.6666666667% !important
    }
}

.u-circle-crop {
    border-radius: 50%
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

a.skip-main:focus,
a.skip-main:active {
    color: white;
    background-color: black;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #f9c339;
    text-align: center;
    font-size: 1.2em;
    z-index: 999
}

.u-mobile-padded {
    margin-left: 1.45em !important;
    margin-right: 1.45em !important
}

@media all and (min-width: 501px) {
    .u-mobile-padded {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.u-padding-right-micro {
    padding-right: 4px
}

.u-padding-left-micro {
    padding-left: 4px
}

.u-padding-top-micro {
    padding-top: 4px
}

.u-padding-bottom-micro {
    padding-bottom: 4px
}

.u-padding-right-tiny {
    padding-right: 8px
}

.u-padding-left-tiny {
    padding-left: 8px
}

.u-padding-top-tiny {
    padding-top: 8px
}

.u-padding-bottom-tiny {
    padding-bottom: 8px
}

.u-padding-right-small {
    padding-right: 16px
}

.u-padding-left-small {
    padding-left: 16px
}

.u-padding-top-small {
    padding-top: 16px
}

.u-padding-bottom-small {
    padding-bottom: 16px
}

.u-padding-right-normal {
    padding-right: 24px
}

.u-padding-left-normal {
    padding-left: 24px
}

.u-padding-top-normal {
    padding-top: 24px
}

.u-padding-bottom-normal {
    padding-bottom: 24px
}

.u-padding-right-semi {
    padding-right: 40px
}

.u-padding-left-semi {
    padding-left: 40px
}

.u-padding-top-semi {
    padding-top: 40px
}

.u-padding-bottom-semi {
    padding-bottom: 40px
}

.u-padding-right-large {
    padding-right: 80px
}

.u-padding-left-large {
    padding-left: 80px
}

.u-padding-top-large {
    padding-top: 80px
}

.u-padding-bottom-large {
    padding-bottom: 80px
}

.u-padding-right-x-large {
    padding-right: 96px
}

.u-padding-left-x-large {
    padding-left: 96px
}

.u-padding-top-x-large {
    padding-top: 96px
}

.u-padding-bottom-x-large {
    padding-bottom: 96px
}

.u-padding-right-xx-large {
    padding-right: 112px
}

.u-padding-left-xx-large {
    padding-left: 112px
}

.u-padding-top-xx-large {
    padding-top: 112px
}

.u-padding-bottom-xx-large {
    padding-bottom: 112px
}

.u-visible--sm-block {
    display: none
}

.u-visible--sm-inline {
    display: none
}

.u-visible--sm-inline-block {
    display: none
}

.u-visible--md-block {
    display: none
}

.u-visible--md-inline {
    display: none
}

.u-visible--md-inline-block {
    display: none
}

.u-visible--lg-block {
    display: none
}

.u-visible--lg-inline {
    display: none
}

.u-visible--lg-inline-block {
    display: none
}

.u-visible--lscp-block {
    display: none
}

.u-visible--lscp-inline {
    display: none
}

.u-visible--lscp-inline-block {
    display: none
}

.u-visible--desk-block {
    display: none
}

.u-visible--desk-inline {
    display: none
}

.u-visible--desk-inline-block {
    display: none
}

@media all and (max-width: 500px) {
    .u-pull--sm-left {
        float: left
    }
    .u-pull--sm-right {
        float: right
    }
    .u-align--sm-left {
        text-align: left
    }
    .u-align--sm-center {
        text-align: center
    }
    .u-align--sm-right {
        text-align: right !important
    }
    .u-hidden--sm {
        display: none !important
    }
    .u-visible--sm-block {
        display: block !important
    }
    .u-visible--sm-inline {
        display: inline !important
    }
    .u-visible--sm-inline-block {
        display: inline-block !important
    }
    .u-full-width--sm {
        display: block;
        width: 100% !important
    }
    .u-inline-block--sm {
        display: inline-block
    }
    .u-block--sm {
        display: block
    }
    .u-sm-flex--v-centered {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media all and (min-width: 501px) and (max-width: 800px) {
    .u-pull--md-left {
        float: left
    }
    .u-pull--md-right {
        float: right
    }
    .u-align--md-left {
        text-align: left
    }
    .u-align--md-center {
        text-align: center
    }
    .u-align--md-right {
        text-align: right !important
    }
    .u-hidden--md {
        display: none !important
    }
    .u-visible--md-block {
        display: block !important
    }
    .u-visible--md-inline {
        display: inline !important
    }
    .u-visible--md-inline-block {
        display: inline-block !important
    }
    .u-full-width--md {
        display: block;
        width: 100% !important
    }
    .u-md-flex--v-centered {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .u-pull--lg-left {
        float: left
    }
    .u-pull--lg-right {
        float: right
    }
    .u-align--lg-left {
        text-align: left
    }
    .u-align--lg-center {
        text-align: center
    }
    .u-align--lg-right {
        text-align: right !important
    }
    .u-hidden--lg {
        display: none !important
    }
    .u-visible--lg-block {
        display: block !important
    }
    .u-visible--lg-inline {
        display: inline !important
    }
    .u-visible--lg-inline-block {
        display: inline-block !important
    }
    .u-full-width--lg {
        display: block;
        width: 100% !important
    }
    .u-inline-block--lg {
        display: inline-block
    }
    .u-block--lg {
        display: block
    }
    .u-lg-flex--v-centered {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media all and (min-width: 801px) and (max-width: 1024px) {
    .u-pull--lscp-left {
        float: left
    }
    .u-pull--lscp-right {
        float: right
    }
    .u-align--lscp-left {
        text-align: left
    }
    .u-align--lscp-center {
        text-align: center
    }
    .u-align--lscp-right {
        text-align: right !important
    }
    .u-hidden--lscp {
        display: none !important
    }
    .u-visible--lscp-block {
        display: block !important
    }
    .u-visible--lscp-inline {
        display: inline !important
    }
    .u-visible--lscp-inline-block {
        display: inline-block !important
    }
    .u-full-width--lscp {
        display: block;
        width: 100% !important
    }
    .u-inline-block--lscp {
        display: inline-block
    }
    .u-block--lscp {
        display: block
    }
    .u-lscp-flex--v-centered {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media all and (min-width: 1025px) {
    .u-pull--desk-left {
        float: left
    }
    .u-pull--desk-right {
        float: right
    }
    .u-align--desk-left {
        text-align: left
    }
    .u-align--desk-center {
        text-align: center
    }
    .u-align--desk-right {
        text-align: right !important
    }
    .u-hidden--desk {
        display: none !important
    }
    .u-visible--desk-block {
        display: block !important
    }
    .u-visible--desk-inline {
        display: inline !important
    }
    .u-visible--desk-inline-block {
        display: inline-block !important
    }
    .u-full-width--desk {
        display: block;
        width: 100% !important
    }
    .u-inline-block--desk {
        display: inline-block
    }
    .u-block--desk {
        display: block
    }
    .u-desk-flex--v-centered {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.is-hidden,
[data-visibility="hidden"] {
    display: none !important
}

.is-visible {
    display: block
}




.cookie-policy-banner {
    background-color: #e8ebef;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    z-index: 300
}

@media all and (min-width: 801px) and (max-width: 1024px) {
    .cookie-policy-banner {
        height: 80px
    }
}

@media all and (min-width: 501px) and (max-width: 800px) {
    .cookie-policy-banner {
        height: 90px
    }
}

@media all and (max-width: 500px) {
    .cookie-policy-banner {
        height: 200px
    }
}

.cookie-policy-banner--text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #242a30;
    padding: 0.5rem;
    font-size: 1rem
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .cookie-policy-banner--text {
        font-size: 1.125rem
    }
}

.btn.cookie-dismiss-btn {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.cookie-policy-banner--link,
.cookie-policy-banner--link:visited,
.cookie-policy-banner--link:hover {
    color: #242a30;
    text-decoration: underline
}



.tooltip-tether {
    position: relative;
    display: inline
}

.tooltip-tether:focus .tooltip {
    visibility: visible
}

.tooltip-hover {
    cursor: pointer
}

.tooltip-hover:hover .tooltip,
.tooltip-hover:active .tooltip {
    visibility: visible
}

.tooltip-triangle {
    width: 0px;
    height: 0px;
    margin: auto;
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #dce0e6;
    width: 0rem;
    z-index: 2
}

.tooltip-triangle:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 9px solid white;
    top: 2px;
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    z-index: 1
}

.tooltip {
    visibility: hidden;
    position: absolute;
    width: 18rem;
    right: 0;
    margin-top: 1.5rem;
    right: -webkit-calc(50% - 9rem);
    right: calc(50% - 9rem)
}

.tooltip .tooltip-inner {
    position: relative;
    line-height: 20px;
    padding: 0.8rem;
    text-align: left;
    color: #242a30;
    background: white;
    border: 1px solid #dce0e6;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
    z-index: 1
}





.announcement-banner {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #36b5bb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

.announcement-banner--border {
    border-bottom: 1px solid white
}

.announcement-banner .message {
    color: white;
    padding: 4%
}

@media (min-width: 800px) {
    .announcement-banner .message {
        max-width: 75%;
        padding: 12px 0
    }
}

.announcement-banner .link {
    color: white
}

.row [class^="col-"], .row [class*=" col-"] {
    float: left;
    margin-bottom: 1rem;
    position: relative;
  }
  .tr-icon-checkbox-container input:focus, .form-control:focus
{
    box-shadow:none;
}
.badge-filter-section
{
    clear:both;
}