a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

canvas {
    margin: 0
}

.mikmak {
    height: 200vh
}

.widget {
    position: fixed;
    background-color: #000;
    max-height: 720px;
    height: 100%;
    left: 15px;
    bottom: 15px;
    z-index: 2147483647;
    max-width: 760px;
    width: calc(100% - 30px);
    border-radius: 8px;
    padding: 15px 15px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

@media (max-width:600px) {
    .widget {
        width: calc(100% - 30px)!important;
        max-height: 500px;
        padding: 15px 15px
    }
}

@media (max-width:340px) {
    .widget {
        width: calc(100% - 20px)!important;
        padding: 15px;
        left: 15px;
        bottom: 15px
    }
}

.widget.is-closed {
    height: auto;
    padding: 0px;
    width: auto !important;
}

.widget.is-closed .widget--open {
    display: none
}

.widget.is-closed .widget__cta {
    font-family: Arial;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.widget.is-closed .widget__cta svg {
    margin-right: 10px
}

.widget__cta {
    display: none
}

.widget__header {
    position: relative;
    display: block;
    height: 40px
}

.widget__header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none
}

.widget__header-inner {
    overflow: auto;
    display: flex;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.widget__header-inner::-webkit-scrollbar {
    display: none
}

.widget__header-inner:after {
    content: "zzzzzzzzzzz";
    display: inline-block;
    pointer-events: none;
    color: transparent
}

.widget__header .widget__button {
    margin-right: 10px;
    border-color: #b3b3b3;
    color: #b3b3b3;
    transition: all .3s ease
}

.widget__header .widget__button.active {
    border-color: #fff;
    color: #fff
}

.widget__close {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid #7f7f7f;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2
}

.widget__close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.widget__bottom {
    position: absolute;
    bottom: 0;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:600px) {
    .widget__bottom {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px
    }
}

@media (max-width:340px) {
    .widget__bottom {
        width: calc(100% - 30px);
        left: 15px;
        right: 15px
    }
}

.widget__bottom .button__share,
.widget__bottom button {
    background-color: transparent;
    border: 2px solid #4d4d4d;
    border-radius: 7px;
    position: relative;
    width: 37px;
    height: 37px
}

.widget__bottom .button__share svg,
.widget__bottom button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.widget__bottom .button__share {
    margin-left: 5px;
    display: none
}

@media (max-width:600px) {
    .widget__bottom .button__share {
        display: inline-block
    }
}

.widget__bottom .widget__button {
    border: 2px solid #4d4d4d
}

.widget__bottom .button__download {
    margin-right: 18px;
    padding: 0 25px
}

.widget__bottom .button__download svg {
    display: inline-block;
}

@media (max-width:600px) {
    .widget__bottom .button__download {
        margin-right: 5px;
        padding: 0 15px;
        display: none
    }
}

.widget__bottom .button__zoomin {
    margin-right: 5px
}

.widget__controls {
    display: flex
}

.widget__servedby {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    opacity: .75;
    padding-right: 5px
}

@media (max-width:600px) {
    .widget__servedby {
        display: none
    }
}

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

.widget__logo img {
    width: 48px;
    height: 48px;
    padding: 8px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 8px
}

@media (max-width:600px) {
    .widget__logo img {
        width: 40px;
        height: 40px
    }
}

.widget__button {
    font-family: Arial;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    height: 36px;
    line-height: 34px;
    border-radius: 8px
}

.pinch-zoom-container {
    overflow: auto;
    position: absolute;
    border-radius: 3px;
    top: 62px;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    cursor: -webkit-grab;
    cursor: grab
}

.pinch-zoom-container:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

@media (max-width:480px) {
    .pinch-zoom-container.is-smooth img {
        transition: margin .3s cubic-bezier(.12, .89, .63, .92)
    }
}

@media (max-width:600px) {
    .pinch-zoom-container {
        left: 20px;
        width: calc(100% - 40px)
    }
}

@media (max-width:340px) {
    .pinch-zoom-container {
        left: 15px;
        width: calc(100% - 30px)
    }
}

.pinch-zoom-image {
    width: 100%;
    display: none;
    will-change: margin-left, margin-top;
    max-width: initial !important;
}

.pinch-zoom-image.active {
    display: block
}

.mikmak {
    background-color: #003934
}
