/**  PLUGINS THAT WILL BE IMPORTED FROM OUTSIDE SHOULD BE INCLUDED FIRST, BEFORE THIS COMMENT */
/**
1- DROPKICK
2- Bootstrap v4.0.0
    3- country selector

**/

/*** DROPKICK **/
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dk-select, .dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    width: 200px;
    cursor: pointer;
}

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em;
    padding: 0 1.5em 0 0.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .dk-selected:before, .dk-selected:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
    }

    .dk-selected:before {
        top: 50%;
        border: solid transparent;
        border-width: 0.25em 0.25em 0;
        border-top-color: #CCCCCC;
        margin: -0.125em 0.5em 0 0;
    }

    .dk-selected:after {
        top: 0;
        height: 100%;
        border-left: 1px solid #CCCCCC;
        margin: 0 1.5em 0 0;
    }

.dk-selected-disabled {
    color: #BBBBBB;
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
}

.dk-select-open-up .dk-select-options {
    border-radius: 0.4em 0.4em 0 0;
    margin-bottom: -1px;
    bottom: 100%;
}

.dk-select-open-down .dk-select-options {
    border-radius: 0 0 0.4em 0.4em;
    margin-top: -1px;
    top: 100%;
}

.dk-select-multi .dk-select-options {
    max-height: 10em;
}

.dk-select-options {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.25em 0;
    width: auto;
    z-index: 100;
}

.dk-option-selected {
    background-color: #3297fd;
    color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit;
}

.dk-option {
    padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff;
}

.dk-select-options .dk-option-disabled {
    color: #BBBBBB;
    background-color: transparent;
}

.dk-select-options .dk-option-hidden {
    display: none;
}

.dk-optgroup {
    border: solid #CCCCCC;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em;
}

    .dk-optgroup + .dk-option {
        margin-top: 0.25em;
    }

    .dk-optgroup + .dk-optgroup {
        border-top-width: 0;
        margin-top: 0;
    }

    .dk-optgroup:nth-child(2) {
        padding-top: 0;
        border-top: none;
        margin-top: 0;
    }

    .dk-optgroup:last-child {
        border-bottom-width: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: bold;
    width: 100%;
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0;
}

    .dk-optgroup-options li {
        padding-left: 1.2em;
    }

.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #3297fd;
}

    .dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
        border-width: 0 0.25em 0.25em;
        border-bottom-color: #3297fd;
    }

    .dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
        border-left-color: #3297fd;
    }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #3297fd;
}

.dk-select-multi:hover, .dk-select-multi:focus {
    outline: none;
}

.dk-selected:hover, .dk-selected:focus {
    outline: none;
    border-color: #3297fd;
}

    .dk-selected:hover:before, .dk-selected:focus:before {
        border-top-color: #3297fd;
    }

    .dk-selected:hover:after, .dk-selected:focus:after {
        border-left-color: #3297fd;
    }

.dk-select-disabled {
    opacity: 0.6;
    color: #BBBBBB;
    cursor: not-allowed;
}

    .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
        border-color: inherit;
    }

        .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
            border-top-color: inherit;
        }

        .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
            border-left-color: inherit;
        }

select[data-dkcacheid] {
    display: none;
}


/* Mohammad slider plugin */
/* 
body {
  min-height: 100vh;
  display: grid;
  place-items: center;
}
body .slider {
  height: 478px;
  margin: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
body .slider .slide-track {
  display: flex;
  width: 13170px;
  animation: scroll 20s linear infinite;
}
body .slider .slide-track .slide {
  height: 478px;
  width: 409px;
  display: flex;
  align-items: center;
  padding:0px 15px;
  perspective: 100px;
}
body .slider .slide-track .slide img {
  width: 100%;
}
@keyframes scroll {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translateX(-6585px);
  }
} */

/* reset */

/*FancyBox*/

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height)
}

    .f-spinner svg {
        width: 100%;
        height: 100%;
        vertical-align: top;
        animation: f-spinner-rotate 2s linear infinite
    }

        .f-spinner svg * {
            stroke-width: var(--f-spinner-stroke);
            fill: none
        }

            .f-spinner svg *:first-child {
                stroke: var(--f-spinner-color-1)
            }

            .f-spinner svg *:last-child {
                stroke: var(--f-spinner-color-2);
                animation: f-spinner-dash 2s ease-in-out infinite
            }

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -124
    }
}

.f-throwOutUp {
    animation: .175s ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: .175s ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, -150px, 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, 150px, 0);
        opacity: 0
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown
}

@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
    z-index: 2
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }

    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

@media(hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg)
    }
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
    outline: none
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none
}

.f-button[disabled] {
    cursor: default
}

    .f-button[disabled] svg {
        opacity: var(--f-button-svg-disabled-opacity)
    }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos)
}

    .is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
        transform: rotate(90deg)
    }

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

    html.with-fancybox body {
        touch-action: none
    }

        html.with-fancybox body.hide-scrollbar {
            width: auto;
            margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
            overflow: hidden !important;
            overscroll-behavior-y: none
        }

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.88);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain
}

    .fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
        box-sizing: inherit
    }

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.fancybox__viewport {
    width: 100%;
    height: 100%
}

    .fancybox__viewport.is-draggable {
        cursor: move;
        cursor: grab
    }

    .fancybox__viewport.is-dragging {
        cursor: move;
        cursor: grabbing
    }

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
    overflow: hidden
}

.fancybox__slide.has-image {
    overflow: hidden
}

    .fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
        overflow: visible
    }

.fancybox__slide::before, .fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20
}

.is-loading .fancybox__content {
    opacity: 0
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
    cursor: auto
}

.fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: rgba(0,0,0,0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

    .fancybox__slide.has-image > .fancybox__content > picture > img {
        width: 100%;
        height: auto;
        max-height: 100%
    }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
    visibility: hidden
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
    filter: blur(0px);
    will-change: transform,width,height
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden
}

.is-compact .fancybox__caption {
    padding-bottom: 0
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40
}

.fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: .75
}

.is-loading .fancybox__content > .f-button.is-close-btn {
    visibility: hidden
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden
}

.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative
}

    .fancybox__footer .fancybox__caption {
        width: 100%;
        padding: 24px;
        opacity: var(--fancybox-opacity, 1);
        transition: all .25s ease
    }

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24,24,27,.5)
}

    .is-compact .fancybox__footer .fancybox__caption {
        padding: 12px
    }

.is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1)
}

    .fancybox__nav .f-button:before {
        position: absolute;
        content: "";
        top: -30px;
        right: -20px;
        left: -20px;
        bottom: -30px;
        z-index: 1
    }

.is-idle .fancybox__nav {
    animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none
}

.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop,.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
    animation: .25s ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    animation: .35s ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop,.fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
    animation: .15s ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    animation: .35s ease forwards f-fadeOut
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
    width: 100%;
    height: 100%
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24,24,27,.9);
    color: #fff
}

.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0)
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0
}

    .f-carousel__thumbs.is-classic {
        --f-thumb-gap: 8px;
        --f-thumb-opacity: 0.5;
        --f-thumb-hover-opacity: 1;
        --f-thumb-selected-opacity: 1
    }

    .f-carousel__thumbs.is-modern {
        --f-thumb-gap: 4px;
        --f-thumb-extra-gap: 20px;
        --f-thumb-clip-width: 46px
    }

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0)
}

    .f-thumbs .f-spinner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        background-image: linear-gradient(#ebeff2, #e2e8f0);
        z-index: -1
    }

        .f-thumbs .f-spinner svg {
            display: none
        }

    .f-thumbs.is-vertical {
        height: 100%
    }

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden
}

.f-thumbs__track {
    display: flex;
    will-change: transform
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    min-width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer
}

    .f-thumbs__slide.is-loading img {
        opacity: 0
    }

.is-classic .f-thumbs__viewport {
    height: 100%
}

.is-modern .f-thumbs__track {
    width: max-content
}

    .is-modern .f-thumbs__track::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(var(--left, 0)*1px);
        width: calc(100% - var(--width, 0)*1px);
        cursor: pointer
    }

.is-modern .f-thumbs__slide {
    --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none
}

    .is-modern .f-thumbs__slide > * {
        clip-path: var(--clip-path)
    }

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.is-modern.in-touch .f-thumbs__slide {
    filter: none
}

.is-modern.is-resting .f-thumbs__slide {
    transition: all .33s ease
}

    .is-modern.is-resting .f-thumbs__slide > * {
        transition: all .33s ease
    }

.f-thumbs__slide__button {
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0,0,0,0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity .2s ease
}

    .f-thumbs__slide__button:hover {
        opacity: var(--f-thumb-hover-opacity)
    }

    .f-thumbs__slide__button:focus:not(:focus-visible) {
        outline: none
    }

    .f-thumbs__slide__button:focus-visible {
        outline: none;
        opacity: var(--f-thumb-selected-opacity)
    }

.is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity)
}

    .is-nav-selected .f-thumbs__slide__button::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: auto;
        bottom: 0;
        border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
        border-radius: var(--f-thumb-border-radius);
        animation: f-fadeIn .2s ease-out;
        z-index: 10
    }

.f-thumbs__slide__img {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover
}

.f-thumbs.is-horizontal .f-thumbs__track {
    margin: 0 auto;
    padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    margin: auto 0;
    padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height .35s cubic-bezier(0.23, 1, 0.32, 1)
}

    .fancybox__thumbs.is-classic {
        --f-thumb-gap: 8px;
        --f-thumb-opacity: 0.5;
        --f-thumb-hover-opacity: 1
    }

        .fancybox__thumbs.is-classic .f-spinner {
            background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
        }

    .fancybox__thumbs.is-modern {
        --f-thumb-gap: 4px;
        --f-thumb-extra-gap: 20px;
        --f-thumb-clip-width: 46px;
        --f-thumb-opacity: 1;
        --f-thumb-hover-opacity: 1
    }

        .fancybox__thumbs.is-modern .f-spinner {
            background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
        }

    .fancybox__thumbs.is-horizontal {
        padding: 0 var(--f-thumb-gap)
    }

    .fancybox__thumbs.is-vertical {
        padding: var(--f-thumb-gap) 0
    }

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
    max-height: 0px !important
}

.is-closing .fancybox__thumbs {
    transition: none !important
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20
}

    .fancybox__toolbar :focus-visible {
        z-index: 1
    }

    .fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

    .fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
        flex-grow: 1;
        flex-basis: 0
    }

    .fancybox__toolbar__column.is-right {
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap
    }

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none
}

    .fancybox__infobar span {
        padding: 0 5px
    }

    .fancybox__infobar:not(:first-child):not(:last-child) {
        background: var(--f-button-bg)
    }

[data-fancybox-toggle-slideshow] {
    position: relative
}

    [data-fancybox-toggle-slideshow] .f-progress {
        height: 100%;
        opacity: .3
    }

    [data-fancybox-toggle-slideshow] svg g:first-child {
        display: flex
    }

    [data-fancybox-toggle-slideshow] svg g:last-child {
        display: none
    }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none
}

/*Select2*/
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
        max-width: 100%;
        resize: none;
        height: 18px;
        vertical-align: bottom;
        font-family: sans-serif;
        overflow: hidden;
        word-break: keep-all
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0.475rem;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

    .select2-container--default .select2-selection--multiple.select2-selection--clearable {
        padding-right: 25px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        font-weight: bold;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        position: absolute;
        right: 0;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-sizing: border-box;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
        padding-left: 20px;
        position: relative;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        white-space: nowrap
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
        position: absolute;
        left: 0;
        top: 0
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: #f1f1f1;
            color: #333;
            outline: none
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }


/*    country selector*/

.country-select {
    position: relative;
    display: inline-block
}

    .country-select * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .country-select .hide {
        display: none
    }

    .country-select .v-hide {
        visibility: hidden
    }

    .country-select input, .country-select input[type=text] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0
    }

    .country-select .flag-dropdown {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 1px
    }

    .country-select .selected-flag {
        z-index: 1;
        position: relative;
        width: 36px;
        height: 100%;
        padding: 0 0 0 8px
    }

        .country-select .selected-flag .flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .country-select .selected-flag .arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 6px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #555
        }

            .country-select .selected-flag .arrow.up {
                border-top: none;
                border-bottom: 4px solid #555
            }

    .country-select .country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
        box-shadow: 1px 1px 4px rgba(0,0,0,.2);
        background-color: #fff;
        border: 1px solid #ccc;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll
    }

        .country-select .country-list .flag {
            display: inline-block;
            width: 20px;
            margin-right: 6px
        }

@media (max-width:500px) {
    .country-select .country-list {
        white-space: normal
    }
}

.country-select .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.country-select .country-list .country {
    padding: 5px 10px
}

    .country-select .country-list .country.highlight {
        background-color: rgba(0,0,0,.05)
    }

.country-select .country-list .country-name, .country-select .country-list .flag {
    vertical-align: middle
}

.country-select.inside input, .country-select.inside input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.country-select.inside .flag-dropdown {
    right: auto;
    left: 0
}

.country-select.inside .selected-flag {
    width: 46px
}

.country-select.inside .flag-dropdown:hover {
    cursor: pointer
}

    .country-select.inside .flag-dropdown:hover .selected-flag {
        background-color: rgba(0,0,0,.05)
    }

.country-select.inside input[disabled] + .flag-dropdown:hover, .country-select.inside input[readonly] + .flag-dropdown:hover {
    cursor: default
}

    .country-select.inside input[disabled] + .flag-dropdown:hover .selected-flag, .country-select.inside input[readonly] + .flag-dropdown:hover .selected-flag {
        background-color: transparent
    }

.country-select .flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../imgs/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
    width: 20px
}

    .country-select .flag.be {
        width: 18px
    }

    .country-select .flag.ch {
        width: 15px
    }

    .country-select .flag.mc {
        width: 19px
    }

    .country-select .flag.ne {
        width: 18px
    }

    .country-select .flag.np {
        width: 13px
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .country-select .flag {
        background-image: url(../imgs/flags@2x.png);
        background-size: 5630px 15px
    }
}

.country-select .flag.ac {
    height: 10px;
    background-position: 0 0
}

.country-select .flag.ad {
    height: 14px;
    background-position: -22px 0
}

.country-select .flag.ae {
    height: 10px;
    background-position: -44px 0
}

.country-select .flag.af {
    height: 14px;
    background-position: -66px 0
}

.country-select .flag.ag {
    height: 14px;
    background-position: -88px 0
}

.country-select .flag.ai {
    height: 10px;
    background-position: -110px 0
}

.country-select .flag.al {
    height: 15px;
    background-position: -132px 0
}

.country-select .flag.am {
    height: 10px;
    background-position: -154px 0
}

.country-select .flag.ao {
    height: 14px;
    background-position: -176px 0
}

.country-select .flag.aq {
    height: 14px;
    background-position: -198px 0
}

.country-select .flag.ar {
    height: 13px;
    background-position: -220px 0
}

.country-select .flag.as {
    height: 10px;
    background-position: -242px 0
}

.country-select .flag.at {
    height: 14px;
    background-position: -264px 0
}

.country-select .flag.au {
    height: 10px;
    background-position: -286px 0
}

.country-select .flag.aw {
    height: 14px;
    background-position: -308px 0
}

.country-select .flag.ax {
    height: 13px;
    background-position: -330px 0
}

.country-select .flag.az {
    height: 10px;
    background-position: -352px 0
}

.country-select .flag.ba {
    height: 10px;
    background-position: -374px 0
}

.country-select .flag.bb {
    height: 14px;
    background-position: -396px 0
}

.country-select .flag.bd {
    height: 12px;
    background-position: -418px 0
}

.country-select .flag.be {
    height: 15px;
    background-position: -440px 0
}

.country-select .flag.bf {
    height: 14px;
    background-position: -460px 0
}

.country-select .flag.bg {
    height: 12px;
    background-position: -482px 0
}

.country-select .flag.bh {
    height: 12px;
    background-position: -504px 0
}

.country-select .flag.bi {
    height: 12px;
    background-position: -526px 0
}

.country-select .flag.bj {
    height: 14px;
    background-position: -548px 0
}

.country-select .flag.bl {
    height: 14px;
    background-position: -570px 0
}

.country-select .flag.bm {
    height: 10px;
    background-position: -592px 0
}

.country-select .flag.bn {
    height: 10px;
    background-position: -614px 0
}

.country-select .flag.bo {
    height: 14px;
    background-position: -636px 0
}

.country-select .flag.bq {
    height: 14px;
    background-position: -658px 0
}

.country-select .flag.br {
    height: 14px;
    background-position: -680px 0
}

.country-select .flag.bs {
    height: 10px;
    background-position: -702px 0
}

.country-select .flag.bt {
    height: 14px;
    background-position: -724px 0
}

.country-select .flag.bv {
    height: 15px;
    background-position: -746px 0
}

.country-select .flag.bw {
    height: 14px;
    background-position: -768px 0
}

.country-select .flag.by {
    height: 10px;
    background-position: -790px 0
}

.country-select .flag.bz {
    height: 14px;
    background-position: -812px 0
}

.country-select .flag.ca {
    height: 10px;
    background-position: -834px 0
}

.country-select .flag.cc {
    height: 10px;
    background-position: -856px 0
}

.country-select .flag.cd {
    height: 15px;
    background-position: -878px 0
}

.country-select .flag.cf {
    height: 14px;
    background-position: -900px 0
}

.country-select .flag.cg {
    height: 14px;
    background-position: -922px 0
}

.country-select .flag.ch {
    height: 15px;
    background-position: -944px 0
}

.country-select .flag.ci {
    height: 14px;
    background-position: -961px 0
}

.country-select .flag.ck {
    height: 10px;
    background-position: -983px 0
}

.country-select .flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.country-select .flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.country-select .flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.country-select .flag.co {
    height: 14px;
    background-position: -1071px 0
}

.country-select .flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.country-select .flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.country-select .flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.country-select .flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.country-select .flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.country-select .flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.country-select .flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.country-select .flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.country-select .flag.de {
    height: 12px;
    background-position: -1269px 0
}

.country-select .flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.country-select .flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.country-select .flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.country-select .flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.country-select .flag.do {
    height: 13px;
    background-position: -1379px 0
}

.country-select .flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.country-select .flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.country-select .flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.country-select .flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.country-select .flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.country-select .flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.country-select .flag.er {
    height: 10px;
    background-position: -1533px 0
}

.country-select .flag.es {
    height: 14px;
    background-position: -1555px 0
}

.country-select .flag.et {
    height: 10px;
    background-position: -1577px 0
}

.country-select .flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.country-select .flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.country-select .flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.country-select .flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.country-select .flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.country-select .flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.country-select .flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.country-select .flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.country-select .flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.country-select .flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.country-select .flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.country-select .flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.country-select .flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.country-select .flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.country-select .flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.country-select .flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.country-select .flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.country-select .flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.country-select .flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.country-select .flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.country-select .flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.country-select .flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.country-select .flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.country-select .flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.country-select .flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.country-select .flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.country-select .flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.country-select .flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.country-select .flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.country-select .flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.country-select .flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.country-select .flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.country-select .flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.country-select .flag.id {
    height: 14px;
    background-position: -2325px 0
}

.country-select .flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.country-select .flag.il {
    height: 15px;
    background-position: -2369px 0
}

.country-select .flag.im {
    height: 10px;
    background-position: -2391px 0
}

.country-select .flag.in {
    height: 14px;
    background-position: -2413px 0
}

.country-select .flag.io {
    height: 10px;
    background-position: -2435px 0
}

.country-select .flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.country-select .flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.country-select .flag.is {
    height: 15px;
    background-position: -2501px 0
}

.country-select .flag.it {
    height: 14px;
    background-position: -2523px 0
}

.country-select .flag.je {
    height: 12px;
    background-position: -2545px 0
}

.country-select .flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.country-select .flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.country-select .flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.country-select .flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.country-select .flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.country-select .flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.country-select .flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.country-select .flag.km {
    height: 12px;
    background-position: -2721px 0
}

.country-select .flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.country-select .flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.country-select .flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.country-select .flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.country-select .flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.country-select .flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.country-select .flag.la {
    height: 14px;
    background-position: -2875px 0
}

.country-select .flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.country-select .flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.country-select .flag.li {
    height: 12px;
    background-position: -2941px 0
}

.country-select .flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.country-select .flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.country-select .flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.country-select .flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.country-select .flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.country-select .flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.country-select .flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.country-select .flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.country-select .flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.country-select .flag.md {
    height: 10px;
    background-position: -3160px 0
}

.country-select .flag.me {
    height: 10px;
    background-position: -3182px 0
}

.country-select .flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.country-select .flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.country-select .flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.country-select .flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.country-select .flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.country-select .flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.country-select .flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.country-select .flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.country-select .flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.country-select .flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.country-select .flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.country-select .flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.country-select .flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.country-select .flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.country-select .flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.country-select .flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.country-select .flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.country-select .flag.my {
    height: 10px;
    background-position: -3578px 0
}

.country-select .flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.country-select .flag.na {
    height: 14px;
    background-position: -3622px 0
}

.country-select .flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.country-select .flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.country-select .flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.country-select .flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.country-select .flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.country-select .flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.country-select .flag.no {
    height: 15px;
    background-position: -3774px 0
}

.country-select .flag.np {
    height: 15px;
    background-position: -3796px 0;
    background-color: transparent
}

.country-select .flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.country-select .flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.country-select .flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.country-select .flag.om {
    height: 10px;
    background-position: -3877px 0
}

.country-select .flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.country-select .flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.country-select .flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.country-select .flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.country-select .flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.country-select .flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.country-select .flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.country-select .flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.country-select .flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.country-select .flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.country-select .flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.country-select .flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.country-select .flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.country-select .flag.py {
    height: 11px;
    background-position: -4185px 0
}

.country-select .flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.country-select .flag.re {
    height: 14px;
    background-position: -4229px 0
}

.country-select .flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.country-select .flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.country-select .flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.country-select .flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.country-select .flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.country-select .flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.country-select .flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.country-select .flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.country-select .flag.se {
    height: 13px;
    background-position: -4427px 0
}

.country-select .flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.country-select .flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.country-select .flag.si {
    height: 10px;
    background-position: -4493px 0
}

.country-select .flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.country-select .flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.country-select .flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.country-select .flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.country-select .flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.country-select .flag.so {
    height: 14px;
    background-position: -4625px 0
}

.country-select .flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.country-select .flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.country-select .flag.st {
    height: 10px;
    background-position: -4691px 0
}

.country-select .flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.country-select .flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.country-select .flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.country-select .flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.country-select .flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.country-select .flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.country-select .flag.td {
    height: 14px;
    background-position: -4845px 0
}

.country-select .flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.country-select .flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.country-select .flag.th {
    height: 14px;
    background-position: -4911px 0
}

.country-select .flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.country-select .flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.country-select .flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.country-select .flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.country-select .flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.country-select .flag.to {
    height: 10px;
    background-position: -5043px 0
}

.country-select .flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.country-select .flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.country-select .flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.country-select .flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.country-select .flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.country-select .flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.country-select .flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.country-select .flag.um {
    height: 11px;
    background-position: -5219px 0
}

.country-select .flag.us {
    height: 11px;
    background-position: -5241px 0
}

.country-select .flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.country-select .flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.country-select .flag.va {
    width: 15px;
    height: 15px;
    background-position: -5307px 0
}

.country-select .flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.country-select .flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.country-select .flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.country-select .flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.country-select .flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.country-select .flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.country-select .flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.country-select .flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.country-select .flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.country-select .flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.country-select .flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.country-select .flag.za {
    height: 14px;
    background-position: -5566px 0
}

.country-select .flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.country-select .flag.zw {
    height: 10px;
    background-position: -5610px 0
}