.dingigl-map {
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dingigl-map:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.dingigl-canary {
    background-color: salmon;
}

.dingigl-canvas-container.dingigl-interactive,
.dingigl-ctrl-group > button.dingigl-ctrl-compass {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dingigl-canvas-container.dingigl-interactive:active,
.dingigl-ctrl-group > button.dingigl-ctrl-compass:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.dingigl-canvas-container.dingigl-touch-zoom-rotate,
.dingigl-canvas-container.dingigl-touch-zoom-rotate .dingigl-canvas {
    touch-action: pan-x pan-y;
}

.dingigl-canvas-container.dingigl-touch-drag-pan,
.dingigl-canvas-container.dingigl-touch-drag-pan .dingigl-canvas {
    touch-action: pinch-zoom;
    position: unset;
}

.dingigl-canvas-container.dingigl-touch-zoom-rotate.dingigl-touch-drag-pan,
.dingigl-canvas-container.dingigl-touch-zoom-rotate.dingigl-touch-drag-pan .dingigl-canvas {
    touch-action: none;
}

.dingigl-ctrl-top-left,
.dingigl-ctrl-top-right,
.dingigl-ctrl-bottom-left,
.dingigl-ctrl-bottom-right { position: absolute; pointer-events: none; z-index: 2; }
.dingigl-ctrl-top-left     { top: 0; left: 0; }
.dingigl-ctrl-top-right    { top: 0; right: 0; }
.dingigl-ctrl-bottom-left  { bottom: 0; left: 0; }
.dingigl-ctrl-bottom-right { right: 0; bottom: 0; }

.dingigl-ctrl { clear: both; pointer-events: auto; }
.dingigl-ctrl-top-left .dingigl-ctrl     { margin: 10px 0 0 10px; float: left; }
.dingigl-ctrl-top-right .dingigl-ctrl    { margin: 10px 10px 0 0; float: right; }
.dingigl-ctrl-bottom-left .dingigl-ctrl  { margin: 0 0 10px 10px; float: left; }
.dingigl-ctrl-bottom-right .dingigl-ctrl { margin: 0 10px 10px 0; float: right; }

.dingigl-ctrl-group {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.dingigl-ctrl-group:not(:empty) {
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.dingigl-ctrl-group > button {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
}

.dingigl-ctrl-group > button + button {
    border-top: 1px solid #ddd;
}

/* https://bugzilla.mozilla.org/show_bug.cgi?id=140562 */
.dingigl-ctrl > button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.dingigl-ctrl > button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.dingigl-ctrl-icon,
.dingigl-ctrl-icon > .dingigl-ctrl-compass-arrow {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dingigl-ctrl-icon {
    padding: 5px;
}

.dingigl-ctrl-icon.dingigl-ctrl-zoom-out {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-zoom-in {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-geolocate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-geolocate:disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-geolocate.dingigl-ctrl-geolocate-active {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-geolocate.dingigl-ctrl-geolocate-active-error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-geolocate.dingigl-ctrl-geolocate-background {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-geolocate.dingigl-ctrl-geolocate-background-error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-geolocate.dingigl-ctrl-geolocate-waiting {
    -webkit-animation: dingigl-spin 2s infinite linear;
    -moz-animation: dingigl-spin 2s infinite linear;
    -o-animation: dingigl-spin 2s infinite linear;
    -ms-animation: dingigl-spin 2s infinite linear;
    animation: mapboxgl-spin 2s infinite linear;
}

@-webkit-keyframes dingigl-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes dingigl-spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-o-keyframes dingigl-spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}

@-ms-keyframes dingigl-spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}

@keyframes dingigl-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dingigl-ctrl-icon.dingigl-ctrl-fullscreen {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-shrink {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E");
}

.dingigl-ctrl-icon.dingigl-ctrl-compass > .dingigl-ctrl-compass-arrow {
    width: 20px;
    height: 20px;
    margin: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    display: inline-block;
}

a.dingigl-ctrl-logo {
    width: 85px;
    height: 25px;
    margin: 0 0 3px -3px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='71px' height='30px' viewBox='0 0 71 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3ELogo%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cdefs%3E %3Cpath d='M5.6543,5.7518 C7.0333,5.7518 8.2773,6.3228 9.1603,7.2388 L9.1603,1.4718 C9.1603,1.1048 9.4603,0.8078 9.8303,0.8078 C10.2003,0.8078 10.5003,1.1048 10.5003,1.4718 L10.5003,10.8648 C10.5003,10.9288 10.4893,10.9878 10.4743,11.0458 C10.2233,13.4618 8.1613,15.3458 5.6543,15.3458 C2.9763,15.3458 0.8073,13.1978 0.8073,10.5498 C0.8073,7.8998 2.9763,5.7518 5.6543,5.7518 M5.6543,16.1538 C8.5383,16.1538 10.9503,14.0038 11.2713,11.1858 C11.2953,11.0808 11.3073,10.9758 11.3073,10.8648 L11.3073,1.4718 C11.3073,0.6568 10.6443,-0.0002 9.8303,-0.0002 C9.0153,-0.0002 8.3513,0.6558 8.3513,1.4718 L8.3513,5.6228 C7.5373,5.1838 6.6143,4.9438 5.6543,4.9438 C2.5333,4.9438 0.0003,7.4518 0.0003,10.5498 C0.0003,13.6468 2.5333,16.1538 5.6543,16.1538' id='path-1'/%3E %3Cfilter x='-61.9%25' y='-31.0%25' width='223.8%25' height='186.7%25' filterUnits='objectBoundingBox' id='filter-2'%3E %3CfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E %3CfeColorMatrix values='0 0 0 0 0.215686275 0 0 0 0 0.278431373 0 0 0 0 0.309803922 0 0 0 0.35 0' type='matrix' in='shadowBlurOuter1'/%3E %3C/filter%3E %3Cpath d='M17.1895,10.5 C17.1895,9.203 17.6995,8.027 18.5295,7.156 C19.4115,6.23 20.6555,5.654 22.0345,5.654 C23.4155,5.654 24.6585,6.231 25.5415,7.156 C26.3715,8.027 26.8805,9.203 26.8805,10.5 L26.8805,14.676 C26.8805,15.046 26.5815,15.346 26.2105,15.346 C25.8395,15.346 25.5415,15.046 25.5415,14.676 L25.5415,9.885 C25.2495,8.215 23.7885,6.939 22.0345,6.939 C20.2815,6.939 18.8205,8.215 18.5295,9.885 L18.5295,14.676 C18.5295,15.046 18.2285,15.346 17.8595,15.346 C17.4895,15.346 17.1895,15.046 17.1895,14.676 L17.1895,10.5 Z M17.8595,16.154 C18.6745,16.154 19.3365,15.492 19.3365,14.676 L19.3365,9.959 C19.5905,8.687 20.7175,7.747 22.0345,7.747 C23.3515,7.747 24.4795,8.687 24.7335,9.96 L24.7335,14.676 C24.7335,15.492 25.3945,16.154 26.2105,16.154 C27.0275,16.154 27.6895,15.492 27.6895,14.676 L27.6895,10.5 C27.6895,9.027 27.1235,7.645 26.1255,6.599 C25.0655,5.487 23.6005,4.846 22.0345,4.846 C20.4685,4.846 19.0025,5.487 17.9445,6.6 C16.9485,7.645 16.3805,9.028 16.3805,10.5 L16.3805,14.676 C16.3805,15.492 17.0435,16.154 17.8595,16.154 Z' id='path-3'/%3E %3Cfilter x='-61.9%25' y='-44.2%25' width='223.8%25' height='223.8%25' filterUnits='objectBoundingBox' id='filter-4'%3E %3CfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E %3CfeColorMatrix values='0 0 0 0 0.215686275 0 0 0 0 0.278431373 0 0 0 0 0.309803922 0 0 0 0.35 0' type='matrix' in='shadowBlurOuter1'/%3E %3C/filter%3E %3Cpath d='M3.6963,10.9852 L3.6963,10.5912 C4.5113,11.0242 5.4473,11.2702 6.4403,11.2702 C7.4183,11.2702 8.3563,11.0312 9.1843,10.5902 L9.1843,10.9852 C8.9263,12.2142 7.7853,13.1302 6.4403,13.1302 C5.0953,13.1302 3.9543,12.2142 3.6963,10.9852 M1.5323,10.5362 C1.5343,10.5102 1.5373,10.4862 1.5413,10.4622 C1.5933,10.1522 1.8733,9.9172 2.2103,9.9172 C2.5473,9.9172 2.8253,10.1522 2.8883,10.4622 L2.8883,11.0632 C3.1853,12.6932 4.6643,13.9372 6.4403,13.9372 C8.2173,13.9372 9.6953,12.6932 9.9923,11.0622 L9.9923,8.9962 C9.0973,9.8992 7.8383,10.4622 6.4403,10.4622 C3.7283,10.4622 1.5323,8.3452 1.5323,5.7342 C1.5323,3.1232 3.7283,1.0062 6.4403,1.0062 C9.1523,1.0062 11.3493,3.1232 11.3493,5.7342 C11.3493,5.8962 11.3403,6.0562 11.3253,6.2142 C11.3403,6.2702 11.3493,6.3272 11.3493,6.3882 L11.3493,10.4622 C11.3493,11.7272 10.8333,12.8772 9.9923,13.7252 C9.0973,14.6282 7.8393,15.1922 6.4403,15.1922 C5.0433,15.1922 3.7813,14.6282 2.8883,13.7252 C2.0643,12.8922 1.5513,11.7722 1.5323,10.5362 M6.4403,16.0002 C8.0163,16.0002 9.4933,15.3772 10.5663,14.2942 C11.5793,13.2712 12.1573,11.9102 12.1573,10.4622 L12.1573,6.3882 C12.1573,6.3132 12.1513,6.2392 12.1393,6.1672 C12.1513,6.0192 12.1573,5.8762 12.1573,5.7342 C12.1573,2.6702 9.5923,0.1972 6.4403,0.1972 C3.2903,0.1972 0.7243,2.6702 0.7243,5.7342 C0.7243,7.0172 1.1753,8.1972 1.9293,9.1342 C1.3323,9.2482 0.8503,9.7132 0.7443,10.3242 C0.7323,10.4132 0.7323,10.4132 0.7273,10.4712 C0.7473,11.9642 1.3223,13.2902 2.3143,14.2932 C3.3853,15.3762 4.8643,16.0002 6.4403,16.0002' id='path-5'/%3E %3Cfilter x='-61.2%25' y='-31.6%25' width='222.5%25' height='188.6%25' filterUnits='objectBoundingBox' id='filter-6'%3E %3CfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E %3CfeColorMatrix values='0 0 0 0 0.215686275 0 0 0 0 0.278431373 0 0 0 0 0.309803922 0 0 0 0.35 0' type='matrix' in='shadowBlurOuter1'/%3E %3C/filter%3E %3Cpath d='M13.7305,15.3457 C13.2855,15.3457 12.9225,15.1227 12.9225,14.8467 L12.9225,7.7687 C12.9225,7.4917 13.2855,7.2697 13.7305,7.2697 C14.1765,7.2697 14.5385,7.4917 14.5385,7.7687 L14.5385,14.8467 C14.5385,15.1227 14.1765,15.3457 13.7305,15.3457 Z M15.3455,7.7687 C15.3455,6.9437 14.5665,6.4617 13.7305,6.4617 C12.8965,6.4617 12.1155,6.9437 12.1155,7.7687 L12.1155,14.8467 C12.1155,15.6717 12.8965,16.1547 13.7305,16.1547 C14.5665,16.1547 15.3455,15.6717 15.3455,14.8467 L15.3455,7.7687 Z' id='path-7'/%3E %3Cfilter x='-216.7%25' y='-51.6%25' width='533.4%25' height='244.4%25' filterUnits='objectBoundingBox' id='filter-8'%3E %3CfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E %3CfeColorMatrix values='0 0 0 0 0.215686275 0 0 0 0 0.278431373 0 0 0 0 0.309803922 0 0 0 0.35 0' type='matrix' in='shadowBlurOuter1'/%3E %3C/filter%3E %3Cpath d='M42,14.8467 L42,7.7687 C42,7.4927 42.362,7.2697 42.808,7.2697 C43.255,7.2697 43.615,7.4927 43.615,7.7687 L43.615,14.8467 C43.615,15.1227 43.255,15.3457 42.808,15.3457 C42.362,15.3457 42,15.1227 42,14.8467 M44.423,14.8467 L44.423,7.7687 C44.423,6.9437 43.644,6.4617 42.808,6.4617 C41.973,6.4617 41.192,6.9437 41.192,7.7687 L41.192,14.8467 C41.192,15.6717 41.973,16.1547 42.808,16.1547 C43.644,16.1547 44.423,15.6717 44.423,14.8467' id='path-9'/%3E %3Cfilter x='-216.7%25' y='-51.6%25' width='533.3%25' height='244.4%25' filterUnits='objectBoundingBox' id='filter-10'%3E %3CfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E %3CfeColorMatrix values='0 0 0 0 0.215686275 0 0 0 0 0.278431373 0 0 0 0 0.309803922 0 0 0 0.35 0' type='matrix' in='shadowBlurOuter1'/%3E %3C/filter%3E %3Cfilter x='-75.0%25' y='-50.0%25' width='250.0%25' height='200.0%25' filterUnits='objectBoundingBox' id='filter-11'%3E %3CfeOffset dx='0' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'/%3E %3CfeGaussianBlur stdDeviation='2' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E %3CfeColorMatrix values='0 0 0 0 0.215686275 0 0 0 0 0.278431373 0 0 0 0 0.309803922 0 0 0 0.15 0' type='matrix' in='shadowBlurOuter1' result='shadowMatrixOuter1'/%3E %3CfeMerge%3E %3CfeMergeNode in='shadowMatrixOuter1'/%3E %3CfeMergeNode in='SourceGraphic'/%3E %3C/feMerge%3E %3C/filter%3E %3C/defs%3E %3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Logo' transform='translate(3.000000, 1.000000)'%3E %3Cg transform='translate(1.000000, 1.000000)'%3E %3Cg id='Group-35' transform='translate(19.250000, 1.500000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 0.000100)'%3E %3Cg id='Fill-1'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-2)' xlink:href='%23path-1'/%3E %3Cuse fill='%2337474F' fill-rule='evenodd' xlink:href='%23path-1'/%3E %3C/g%3E %3C/g%3E %3Cpath d='M5.7012,7.8828 C7.2502,7.8828 8.5002,9.0868 8.5002,10.5498 C8.5002,10.6828 8.4892,10.8148 8.4692,10.9438 C8.4652,10.9688 8.4642,10.9768 8.4632,10.9868 C8.2302,12.2658 7.0712,13.2158 5.7012,13.2158 C4.1502,13.2158 2.9012,12.0128 2.9012,10.5498 C2.9012,9.0868 4.1512,7.8828 5.7012,7.8828 M5.7012,14.0238 C7.4962,14.0238 8.9912,12.7518 9.2642,11.0928 C9.2642,11.0858 9.2642,11.0778 9.2662,11.0698 C9.2942,10.8998 9.3072,10.7268 9.3072,10.5498 C9.3072,8.6338 7.6892,7.0748 5.7012,7.0748 C3.7112,7.0748 2.0942,8.6338 2.0942,10.5498 C2.0942,12.4648 3.7112,14.0238 5.7012,14.0238' id='Fill-4' fill='%2337473F'/%3E %3Cpath d='M5.7012,7.0752 C7.6892,7.0752 9.3072,8.6342 9.3072,10.5502 C9.3072,10.7262 9.2942,10.8992 9.2662,11.0692 C9.2642,11.0782 9.2642,11.0862 9.2642,11.0932 C8.9912,12.7522 7.4962,14.0232 5.7012,14.0232 C3.7112,14.0232 2.0942,12.4652 2.0942,10.5502 C2.0942,8.6342 3.7112,7.0752 5.7012,7.0752 M5.6542,15.3462 C8.1612,15.3462 10.2232,13.4622 10.4742,11.0462 C10.4892,10.9882 10.5002,10.9292 10.5002,10.8652 L10.5002,1.4712 C10.5002,1.1042 10.2002,0.8072 9.8302,0.8072 C9.4602,0.8072 9.1602,1.1042 9.1602,1.4712 L9.1602,7.2392 C8.2772,6.3232 7.0332,5.7522 5.6542,5.7522 C2.9762,5.7522 0.8072,7.9002 0.8072,10.5502 C0.8072,13.1982 2.9762,15.3462 5.6542,15.3462' id='Fill-6' fill='%23FF6700'/%3E %3Cg id='Fill-8'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-4)' xlink:href='%23path-3'/%3E %3Cuse fill='%2337474F' fill-rule='evenodd' xlink:href='%23path-3'/%3E %3C/g%3E %3Cpath d='M17.8594,15.3457 C18.2284,15.3457 18.5294,15.0457 18.5294,14.6757 L18.5294,9.8847 C18.8204,8.2147 20.2814,6.9397 22.0344,6.9397 C23.7884,6.9397 25.2494,8.2147 25.5414,9.8847 L25.5414,14.6757 C25.5414,15.0457 25.8394,15.3457 26.2114,15.3457 C26.5814,15.3457 26.8804,15.0457 26.8804,14.6757 L26.8804,10.4997 C26.8804,9.2027 26.3714,8.0277 25.5414,7.1567 C24.6584,6.2317 23.4154,5.6547 22.0344,5.6547 C20.6554,5.6547 19.4114,6.2307 18.5294,7.1567 C17.6994,8.0277 17.1894,9.2027 17.1894,10.4997 L17.1894,14.6757 C17.1894,15.0457 17.4894,15.3457 17.8594,15.3457' id='Fill-10' fill='%23FC6601'/%3E %3Cg id='Group-14' transform='translate(28.000000, 5.000100)'%3E %3Cg id='Fill-12'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-6)' xlink:href='%23path-5'/%3E %3Cuse fill='%2337474F' fill-rule='evenodd' xlink:href='%23path-5'/%3E %3C/g%3E %3C/g%3E %3Cpath d='M34.4404,14.208 C32.4514,14.208 30.8344,12.65 30.8344,10.734 C30.8344,8.819 32.4514,7.26 34.4404,7.26 C36.4294,7.26 38.0464,8.819 38.0464,10.734 C38.0464,10.911 38.0334,11.084 38.0064,11.255 C38.0044,11.263 38.0044,11.27 38.0034,11.277 C37.7314,12.937 36.2364,14.208 34.4404,14.208 M34.4404,20.192 C35.8384,20.192 37.0974,19.628 37.9924,18.726 C38.8334,17.877 39.3494,16.728 39.3494,15.462 L39.3494,11.389 C39.3494,11.327 39.3394,11.27 39.3254,11.215 C39.3394,11.057 39.3494,10.896 39.3494,10.734 C39.3494,8.123 37.1524,6.006 34.4404,6.006 C31.7284,6.006 29.5324,8.123 29.5324,10.734 C29.5324,13.346 31.7284,15.462 34.4404,15.462 C35.8374,15.462 37.0974,14.899 37.9924,13.996 L37.9924,16.062 C37.6954,17.693 36.2164,18.937 34.4404,18.937 C32.6644,18.937 31.1854,17.693 30.8884,16.063 L30.8884,15.462 C30.8254,15.152 30.5464,14.917 30.2104,14.917 C29.8734,14.917 29.5934,15.152 29.5414,15.462 C29.5374,15.486 29.5344,15.511 29.5324,15.536 C29.5514,16.772 30.0644,17.893 30.8884,18.726 C31.7814,19.628 33.0434,20.192 34.4404,20.192' id='Fill-15' fill='%23FA6601'/%3E %3Cg id='Fill-17'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-8)' xlink:href='%23path-7'/%3E %3Cuse fill='%2337474F' fill-rule='evenodd' xlink:href='%23path-7'/%3E %3C/g%3E %3Cpath d='M37.2021,11.1709 C36.9701,12.4499 35.8101,13.3999 34.4401,13.3999 C32.8901,13.3999 31.6411,12.1969 31.6411,10.7339 C31.6411,9.2719 32.8901,8.0669 34.4401,8.0669 C35.9901,8.0669 37.2401,9.2719 37.2401,10.7339 C37.2401,10.8679 37.2291,10.9989 37.2091,11.1279 C37.2051,11.1529 37.2031,11.1609 37.2021,11.1709 M38.0071,11.2549 C38.0331,11.0839 38.0471,10.9109 38.0471,10.7339 C38.0471,8.8189 36.4301,7.2599 34.4401,7.2599 C32.4511,7.2599 30.8341,8.8189 30.8341,10.7339 C30.8341,12.6499 32.4511,14.2079 34.4401,14.2079 C36.2361,14.2079 37.7311,12.9369 38.0041,11.2769 C38.0051,11.2709 38.0051,11.2629 38.0071,11.2549' id='Fill-19' fill='%2337474F'/%3E %3Cpath d='M14.5381,7.7685 C14.5381,7.4925 14.1771,7.2695 13.7301,7.2695 C13.2851,7.2695 12.9231,7.4925 12.9231,7.7685 L12.9231,14.8465 C12.9231,15.1225 13.2851,15.3455 13.7301,15.3455 C14.1771,15.3455 14.5381,15.1225 14.5381,14.8465 L14.5381,7.7685 Z' id='Fill-21' fill='%23FC6601'/%3E %3Cpath d='M13.7314,3.2304 C14.1764,3.2304 14.5384,3.5914 14.5384,4.0394 C14.5384,4.4844 14.1764,4.8454 13.7314,4.8454 C13.2854,4.8454 12.9224,4.4844 12.9224,4.0394 C12.9224,3.5914 13.2854,3.2304 13.7314,3.2304 M13.7314,5.6544 C14.6234,5.6544 15.3454,4.9294 15.3454,4.0394 C15.3454,3.1464 14.6234,2.4224 13.7314,2.4224 C12.8384,2.4224 12.1154,3.1464 12.1154,4.0394 C12.1154,4.9304 12.8394,5.6544 13.7314,5.6544' id='Fill-23' fill='%2337474F'/%3E %3Cpath d='M13.7314,4.8457 C14.1764,4.8457 14.5384,4.4847 14.5384,4.0387 C14.5384,3.5917 14.1764,3.2307 13.7314,3.2307 C13.2854,3.2307 12.9224,3.5917 12.9224,4.0387 C12.9224,4.4847 13.2854,4.8457 13.7314,4.8457' id='Fill-25' fill='%23F86501'/%3E %3Cg id='Fill-27'%3E %3Cuse fill='black' fill-opacity='1' filter='url(%23filter-10)' xlink:href='%23path-9'/%3E %3Cuse fill='%2337474F' fill-rule='evenodd' xlink:href='%23path-9'/%3E %3C/g%3E %3Cpath d='M43.6152,14.8467 L43.6152,7.7687 C43.6152,7.4927 43.2552,7.2697 42.8072,7.2697 C42.3622,7.2697 42.0002,7.4927 42.0002,7.7687 L42.0002,14.8467 C42.0002,15.1227 42.3622,15.3457 42.8072,15.3457 C43.2552,15.3457 43.6152,15.1227 43.6152,14.8467' id='Fill-29' fill='%23FA6601'/%3E %3Cpath d='M42.8076,5.1679 C42.3636,5.1679 41.9996,4.8059 41.9996,4.3599 C41.9996,3.9139 42.3636,3.5529 42.8076,3.5529 C43.2546,3.5529 43.6156,3.9139 43.6156,4.3599 C43.6156,4.8059 43.2546,5.1679 42.8076,5.1679 M42.8076,2.7449 C41.9156,2.7449 41.1926,3.4679 41.1926,4.3599 C41.1926,5.2519 41.9166,5.9759 42.8076,5.9759 C43.7006,5.9759 44.4226,5.2519 44.4226,4.3599 C44.4226,3.4679 43.7016,2.7449 42.8076,2.7449' id='Fill-31' fill='%2337474F'/%3E %3Cpath d='M42.8076,3.5527 C42.3636,3.5527 41.9996,3.9137 41.9996,4.3607 C41.9996,4.8057 42.3636,5.1677 42.8076,5.1677 C43.2546,5.1677 43.6156,4.8057 43.6156,4.3607 C43.6156,3.9137 43.2546,3.5527 42.8076,3.5527' id='Fill-33' fill='%23FA6601'/%3E %3C/g%3E %3Cg filter='url(%23filter-11)' transform='translate(0.750000, 0.000000)'%3E %3Cpath d='M7.75423729,0.00369671796 C3.72339015,0.00369671796 0.0387422204,3.45093076 0.0387422204,7.76271186 C0.0387422204,12.4087396 4.89100931,19.0578579 6.91509741,21.1908418 C7.14963433,21.4379967 7.60620834,21.8058516 7.79469207,21.6956719 C7.98317581,21.5854923 8.31914561,21.3081636 8.41286433,21.1908418 C10.333096,18.7869986 15.0992232,12.4488117 15.0992232,7.80278398 C15.0992232,3.49100288 11.7850844,0.00369671796 7.75423729,0.00369671796 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'/%3E %3Cg id='Icon' transform='translate(0.000000, 0.008475)'%3E %3Cpath d='M12.988568,14.6215053 C12.0930139,14.8552094 11.1539241,14.9799406 10.1854543,14.9799406 C5.65212904,14.9799406 1.75554726,12.2556186 0.0421623729,8.3555646 C0.0448332768,8.37906856 0.0475041808,8.40230542 0.0499079944,8.42554229 C1.46548709,12.9105242 5.6588063,16.162884 10.6119977,16.162884 C11.1312214,16.162884 11.6418982,16.1260255 12.1424256,16.0571162 C12.2198819,15.9337204 12.2989406,15.8116601 12.3750614,15.6877301 C12.5898021,15.3389101 12.7927908,14.9823444 12.988568,14.6215053' id='Fill-20' fill='%23FCC314'/%3E %3Cpath d='M13.8001489,13.0294061 C12.5101023,13.5558413 11.0985295,13.8469698 9.61911585,13.8469698 C5.5296948,13.8469698 1.95842912,11.6301196 0.0404529944,8.33262154 C0.0409871751,8.34010007 0.0415213559,8.34811278 0.0423226271,8.3558584 C1.75570751,12.2556453 5.65228929,14.9799673 10.1850804,14.9799673 C11.1538173,14.9799673 12.0931742,14.8552361 12.9884612,14.621532 C13.2542161,14.1316882 13.5058153,13.6338317 13.7507372,13.1343727 C13.7675639,13.0991167 13.7833222,13.0641279 13.8001489,13.0294061' id='Fill-22' fill='%23D26227'/%3E %3Cpath d='M15.1611614,6.731655 C15.0690152,6.01932492 14.9018167,5.32408862 14.6195021,4.6654437 C14.2744213,3.8617687 13.8088828,3.13100938 13.2124699,2.48304808 C12.9197388,2.1654776 12.6056405,1.87541743 12.2696408,1.61340175 L12.2696408,7.84889412 L12.2696408,8.13574921 C12.2696408,8.20225472 12.261361,8.26608932 12.2453356,8.32725302 C12.0060226,10.6768472 10.0210068,12.5104228 7.60784504,12.5104228 C5.03309363,12.5104228 2.94578219,10.4231114 2.94578219,7.84889412 C2.94578219,5.27387562 5.03309363,3.18683127 7.60784504,3.18683127 C8.93501722,3.18683127 10.1318493,3.74237929 10.9809296,4.63232449 L10.9809296,0.804117853 C10.2971782,0.462776328 9.57549999,0.224264605 8.81001891,0.117161356 C8.54827032,0.0808370621 8.28652174,0.0447798588 8.02477315,0.00845556497 L7.19358784,0.00845556497 C6.82954363,0.0608052825 6.46176016,0.0963283051 6.1017223,0.167641441 C4.91183459,0.405084802 3.84026792,0.905879294 2.88889194,1.6593413 C2.16854914,2.22957929 1.57480719,2.91039271 1.09698247,3.69724102 C0.509383602,4.66490952 0.174452246,5.71510895 0.0430437712,6.83261517 C-0.0162502966,7.3350122 -0.00770340395,7.83500542 0.0403728672,8.33232774 C1.95861609,11.6300929 5.52961468,13.8469431 9.61903572,13.8469431 C11.0987165,13.8469431 12.5100222,13.5558146 13.8000688,13.0293794 C14.3427965,11.9041276 14.7623955,10.7299982 15.0046465,9.50058113 C15.1841312,8.58739907 15.2818863,7.66513593 15.1611614,6.731655' id='Fill-24' fill='%23F37A20'/%3E %3Cpath d='M7.60776492,4.37607797 C5.69005588,4.37607797 4.13505559,5.93054407 4.13505559,7.8485202 C4.13505559,9.76649633 5.69005588,11.3212295 7.60776492,11.3212295 C9.52600814,11.3212295 11.0804742,9.76649633 11.0804742,7.8485202 C11.0804742,5.93054407 9.52600814,4.37607797 7.60776492,4.37607797' id='Fill-27' fill='%2337474F'/%3E %3Cpath d='M0.180755579,22.0054196 L0.182091031,22.0047519 C0.181757168,22.0047519 0.181089442,22.0040841 0.180755579,22.0037503 L0.180755579,22.0054196 Z' id='Fill-29' fill='%2337474F'/%3E %3Cpath d='M8.67313508,20.463066 C8.67473763,20.4692091 8.67527181,20.4753522 8.67580599,20.4809611 C8.6782098,20.5140803 8.66806037,20.5471995 8.64802859,20.5744427 C8.62452463,20.6064936 8.58846743,20.6265254 8.54893805,20.6305317 L8.02223579,20.6796763 C7.94531376,20.6868878 7.87693862,20.6299975 7.86972718,20.5525413 C7.86171446,20.4766876 7.91940599,20.4072441 7.99632802,20.4000327 L8.36758367,20.3653109 L8.26715768,19.8658519 C7.90418184,19.8997724 7.61919638,19.9334258 7.46268141,19.9598677 C7.25034455,19.996192 7.03533678,20.0851331 6.83234808,20.1975782 C7.10104102,20.7245475 7.33314257,21.2090495 7.51102477,21.644941 C7.54414398,21.6593639 7.57779737,21.6732526 7.60931404,21.6895451 L7.74766686,21.6895451 C8.19611164,21.4745374 8.46720839,21.0712309 8.7671509,20.7055841 C9.02355768,20.3941567 9.28103282,20.0829964 9.5347687,19.768631 C9.18327774,19.7899982 8.84727802,19.8148376 8.54893805,19.8402112 L8.67313508,20.463066 Z' id='Fill-31' fill='%2337474F'/%3E %3Cpath d='M9.47819895,18.8166941 C9.47766477,18.8140232 9.43920376,18.4782906 9.20282876,18.0477409 C9.11362056,17.8853499 9.02441237,17.7007905 8.9458878,17.5285171 L8.69428864,17.628409 C8.75892452,17.7843897 8.82516294,17.9347616 8.88819627,18.0656359 C9.02521364,18.3511556 9.06661266,18.9627926 9.0791659,19.2985252 C9.36708935,19.2782263 9.66249133,19.2605984 9.94640842,19.2459084 C10.0305419,19.1369355 10.1114703,19.0266272 10.1929329,18.9165859 L9.62403031,18.943295 C9.55004627,18.9459659 9.48567749,18.8912123 9.47819895,18.8166941' id='Fill-33' fill='%2337474F'/%3E %3Cpath d='M0.0499614124,8.42548887 C0.0745337288,8.65625497 0.10925548,8.88648689 0.148517768,9.11591754 L0.247074124,9.20939918 C0.272180621,9.23317023 0.28473387,9.26789198 0.279926243,9.30234664 C0.275385706,9.33786966 0.254819746,9.36778379 0.223570169,9.38461048 L0.198997853,9.39769791 C0.227042345,9.54272799 0.25749065,9.68642263 0.290609859,9.82958308 L0.542209011,9.70031133 C0.353376102,9.28792376 0.188047147,8.86298294 0.0499614124,8.42548887' id='Fill-35' fill='%2337474F'/%3E %3Cpath d='M0.636438503,9.897611 L0.343707429,10.0479829 C0.489538785,10.6294387 0.675700791,11.1983412 0.891509831,11.7576285 L1.55122311,11.4550151 C1.20614232,10.9638359 0.899789633,10.4424754 0.636438503,9.897611' id='Fill-37' fill='%2337474F'/%3E %3Cpath d='M9.21369934,17.4374393 C9.28714919,17.5979606 9.36861177,17.7659605 9.44873888,17.9128602 C9.62421727,18.2314991 9.70167349,18.5036642 9.73452561,18.656707 L10.4067921,18.6257245 C10.5112245,18.4790919 10.6148556,18.3319251 10.7179524,18.1847582 L10.5352626,17.2213632 L9.21369934,17.4374393 Z' id='Fill-39' fill='%2337474F'/%3E %3Cpath d='M11.374701,16.7997076 L11.6863955,16.7489604 C11.6361825,16.5323501 11.5851682,16.3200132 11.5365578,16.1226334 C11.4380014,16.1303791 11.339178,16.1375905 11.2400875,16.1431994 L11.374701,16.7997076 Z' id='Fill-41' fill='%2337474F'/%3E %3Cpath d='M5.65442602,19.0190952 C5.6354626,18.9825038 5.61783463,18.9469808 5.59993958,18.9117249 L5.22280794,19.077588 C5.3379239,19.2268916 5.45384113,19.3751267 5.57189508,19.5220264 L5.83791712,19.3705862 C5.77461669,19.2490601 5.71291881,19.1320745 5.65442602,19.0190952' id='Fill-43' fill='%2337474F'/%3E %3Cpath d='M5.17996664,17.9210065 C4.9753754,18.0115501 4.7694487,18.102628 4.56325492,18.19424 C4.72244079,18.4137883 4.88403048,18.6314669 5.0474898,18.8480772 L5.48017624,18.6584431 C5.36906664,18.412987 5.27718754,18.1760778 5.17996664,17.9210065' id='Fill-45' fill='%2337474F'/%3E %3Cpath d='M4.51798309,14.3338222 C4.18625682,14.114541 3.86681671,13.878166 3.56099821,13.6257656 C3.75544001,13.9361246 3.93038422,14.2245822 4.08796756,14.4914056 L4.51798309,14.3338222 Z' id='Fill-47' fill='%2337474F'/%3E %3Cpath d='M2.23636339,12.5048673 C2.11403599,12.3224446 1.99437949,12.1178533 1.87712681,11.8956341 C1.82424291,11.8267248 1.77216028,11.75648 1.72007766,11.6865023 L0.995194322,12.0187628 C1.08520379,12.2425845 1.17895251,12.4658721 1.27724178,12.6872901 C1.66852921,13.5668187 2.11056381,14.4177687 2.5974696,15.2436122 C3.08544376,15.0189892 3.47325901,14.911886 3.72646071,14.861673 C3.35013034,14.2153142 2.86776508,13.4444913 2.23636339,12.5048673' id='Fill-49' fill='%2337474F'/%3E %3Cpath d='M6.18011333,20.0206842 C6.10773184,19.881263 6.03695288,19.7466495 5.96937901,19.6192473 L5.75250161,19.7426431 C5.85372887,19.8657718 5.95495613,19.9891675 6.05725175,20.1112279 C6.09704822,20.0810466 6.13764596,20.0503312 6.18011333,20.0206842' id='Fill-51' fill='%2337474F'/%3E %3Cpath d='M3.98991867,15.3247009 C3.82458972,15.3455339 3.42368703,15.4192509 2.85665412,15.673788 C3.02305144,15.9448848 3.19559184,16.2125094 3.37160441,16.4782643 L3.73751825,16.3404456 C3.80989975,16.3129353 3.89082814,16.3497938 3.91833845,16.4219082 C3.92314607,16.4349956 3.92635116,16.4486173 3.92688534,16.4622389 C3.93089169,16.5220671 3.89590285,16.5805599 3.83634169,16.6024613 L3.53052319,16.7181115 C3.77117164,17.0749442 4.01555935,17.4291061 4.2644876,17.7795287 C4.51021076,17.6705558 4.75700229,17.5615829 5.00139,17.4539455 C4.78798477,16.9093482 4.50940949,16.2600514 3.98991867,15.3247009' id='Fill-53' fill='%2337474F'/%3E %3Cpath d='M10.4829129,16.9455122 L10.3808844,16.4057225 L8.99575357,16.9342944 C9.02192843,16.9970607 9.05584891,17.0793245 9.09564538,17.1725391 L10.4829129,16.9455122 Z' id='Fill-55' fill='%2337474F'/%3E %3Cpath d='M8.79885453,19.3195719 C8.78550001,18.9688822 8.74276555,18.4109304 8.63539521,18.1876428 C8.40703292,17.712489 8.14768815,17.0124451 8.03123674,16.6873961 C7.83385694,16.7693928 7.61858208,16.8604706 7.38915143,16.9587599 L7.91612078,18.0495571 C7.92413349,18.0658496 7.92867403,18.0832105 7.93000948,18.1013726 C7.93161202,18.1227399 7.92813984,18.1443742 7.91932586,18.1649401 C7.90410171,18.2015315 7.87338631,18.2306444 7.83519239,18.2434647 L7.30234705,18.4250862 C7.22889719,18.4504598 7.14903716,18.4114646 7.12419775,18.3377476 C7.09909126,18.2642978 7.13835355,18.185239 7.2118034,18.1598654 L7.59454394,18.0289911 L7.13034083,17.0698695 C6.66987699,17.2677835 6.16240524,17.4889344 5.63757261,17.7197005 C5.77939761,18.0922916 5.90733391,18.4221482 6.09776936,18.7899317 C6.1885801,18.9640746 6.28606809,19.1499695 6.38969917,19.3465481 C6.46234775,19.4838325 6.5333938,19.6197815 6.60310439,19.7527925 C6.84588956,19.6205828 7.10843942,19.5140137 7.37900199,19.46754 C7.64422275,19.4224017 8.18695044,19.367114 8.79885453,19.3195719' id='Fill-57' fill='%2337474F'/%3E %3Cpolygon id='Fill-59' fill='%2337474F' points='11.0973009 16.8450862 10.9618861 16.1835033 10.6467194 16.303694 10.7602329 16.900641'/%3E %3Cpath d='M6.91827106,15.6139064 C6.95165736,15.5915375 6.98905001,15.5885328 7.02216922,15.6005518 C6.89743801,15.5467999 6.77324097,15.4913786 6.65037939,15.4329526 L6.76122191,15.7184055 L6.91827106,15.6139064 Z' id='Fill-61' fill='%2337474F'/%3E %3Cpath d='M4.85013671,15.8834006 L5.75610733,15.5604883 L5.3009853,14.8059579 C5.1367247,14.7156814 4.97433374,14.6219326 4.81488078,14.5233763 L4.23155535,14.7381169 C4.4804836,15.1708034 4.68213685,15.547935 4.85013671,15.8834006' id='Fill-63' fill='%2337474F'/%3E %3Cpath d='M7.10854626,15.6353537 C7.14460346,15.7037289 7.11896278,15.7886636 7.05058764,15.8255221 L6.88365614,15.9144632 L7.1713125,16.5090064 C7.39032662,16.4152577 7.59705459,16.3279191 7.78775713,16.247792 L7.41783694,15.6938465 C7.28722973,15.65405 7.15822507,15.6134523 7.03002168,15.5696495 C7.06180544,15.5806002 7.09118538,15.6025016 7.10854626,15.6353537' id='Fill-65' fill='%2337474F'/%3E %3Cpath d='M8.29103556,16.5795717 C8.35433599,16.7558513 8.46437723,17.0565951 8.58857427,17.3682896 L8.83269489,17.2713358 C8.74508924,17.0678129 8.68632935,16.9177081 8.68178881,16.9048878 C8.6681672,16.8698989 8.66870138,16.8311708 8.68392554,16.7964491 C8.69914969,16.7625286 8.72746127,16.7360867 8.76245011,16.7227321 L10.2490753,16.155165 C10.0036192,16.1474194 9.76029983,16.1308598 9.51965138,16.1068217 C9.3577946,16.1701221 9.19807455,16.2302174 9.04289503,16.2847039 C8.87222427,16.3445321 8.61421494,16.4462936 8.29103556,16.5795717' id='Fill-67' fill='%2337474F'/%3E %3Cpath d='M10.8124757,17.1760914 L10.9425488,17.8622466 C11.0365646,17.7270989 11.1300462,17.591684 11.2229937,17.4552008 L11.1538173,17.1208037 L10.8124757,17.1760914 Z' id='Fill-69' fill='%2337474F'/%3E %3Cpath d='M8.49538643,15.9608334 C8.27209886,15.9168969 8.05094801,15.8667226 7.83273516,15.8094967 L8.05255055,16.1433596 C8.21627696,16.0747428 8.36424504,16.0134487 8.49538643,15.9608334' id='Fill-71' fill='%2337474F'/%3E %3Cpath d='M6.0252009,15.7960353 L4.98782181,16.1656884 C5.1881396,16.5850203 5.33397096,16.9362442 5.45816799,17.2530134 C5.96857774,17.0283904 6.46242788,16.8139168 6.91274229,16.6197421 L6.26237718,15.2754761 C6.23646941,15.2645254 6.21136291,15.2525063 6.18572223,15.2418227 L6.12749653,15.6699686 C6.1197509,15.7276602 6.08022153,15.7768048 6.0252009,15.7960353' id='Fill-73' fill='%2337474F'/%3E %3Cpath d='M3.35218694,13.8074672 C3.31265756,13.7463035 3.27286109,13.685674 3.2335988,13.6250444 L3.27900417,13.5956645 C3.31853355,13.6557598 3.35806292,13.7163894 3.39812648,13.7780872 L3.35218694,13.8074672 Z M3.7036779,14.3576734 C3.66494979,14.2959755 3.62648877,14.2345447 3.58749357,14.173381 L3.63343312,14.1442682 C3.67216123,14.2051648 3.71115643,14.2668627 3.74961744,14.3288276 L3.7036779,14.3576734 Z M4.04074597,14.9161594 C4.00415459,14.8533932 3.96729612,14.7911611 3.93043764,14.7283949 L3.97717846,14.7011516 C4.01430403,14.7631166 4.05142959,14.8258829 4.08802097,14.8886491 L4.04074597,14.9161594 Z M4.35644682,15.4866645 C4.32306052,15.4222957 4.28887295,15.3584611 4.2541512,15.2946265 L4.30196038,15.2689858 C4.33641504,15.3328204 4.3708697,15.3969221 4.40479018,15.4610238 L4.35644682,15.4866645 Z M4.64303482,16.0721266 C4.61605869,16.0125655 4.59121928,15.9599487 4.56958496,15.9145433 L4.55115572,15.8750139 L4.60030035,15.8512429 L4.61926377,15.8910394 C4.64089809,15.937246 4.66547041,15.9898628 4.69244654,16.0491569 L4.64303482,16.0721266 Z M4.91172775,16.6680053 L4.82251956,16.469023 L4.87193129,16.4468545 L4.96113948,16.6458368 L4.91172775,16.6680053 Z M5.17774979,17.2644182 L5.08880869,17.06597 L5.1384875,17.0438015 L5.2274286,17.2422497 L5.17774979,17.2644182 Z M5.44510727,17.860831 L5.35563199,17.6623829 L5.40504371,17.6402144 L5.494519,17.8386625 L5.44510727,17.860831 Z M5.71566984,18.4559084 L5.62485911,18.2574603 L5.67453792,18.2355588 L5.76508157,18.4334728 L5.71566984,18.4559084 Z M5.99050586,19.0493833 L5.89835968,18.8517364 L5.9477714,18.8290337 L6.04018468,19.0261464 L5.99050586,19.0493833 Z M6.27282041,19.6388518 C6.24130374,19.5750172 6.20978708,19.5093129 6.17773623,19.4433416 L6.22661377,19.4193035 C6.25866462,19.4855419 6.29018129,19.5507119 6.32196504,19.6148136 L6.27282041,19.6388518 Z M6.56661984,20.2235127 C6.53430191,20.1610135 6.50091561,20.0963776 6.46699513,20.029605 L6.51533849,20.0050327 C6.54952606,20.0715382 6.58237818,20.135907 6.61469612,20.1984062 L6.56661984,20.2235127 Z M6.85561165,20.8079064 C6.82543044,20.7432706 6.79444795,20.6778334 6.76266419,20.6118621 L6.81100756,20.587824 C6.84359258,20.6543295 6.87457507,20.7200337 6.90502338,20.7846696 L6.85561165,20.8079064 Z M7.11869569,21.4040522 C7.09145247,21.3391492 7.06314089,21.2721095 7.03376095,21.2040015 L7.08370685,21.1823672 C7.11362097,21.2512765 7.14166547,21.3183162 7.1686416,21.3834862 L7.11869569,21.4040522 Z' id='Fill-75' fill='%23BBBDBF'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

a.dingigl-ctrl-logo.dingigl-compact {
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3C!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3E %3Ctitle%3EIcon%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id='Icon' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Logo' transform='translate(4.043478, 0.616526)'%3E %3Cpath d='M8.09137804,0.00385744483 C3.88527668,0.00385744483 0.0404266647,3.60097123 0.0404266647,8.10022108 C0.0404266647,12.94825 5.10366188,19.8864604 7.21575382,22.1121827 C7.460488,22.3700836 7.93691305,22.7539321 8.13359173,22.638962 C8.33027041,22.5239919 8.68084759,22.2346055 8.77864104,22.1121827 C10.782361,19.6038246 15.7557111,12.9900644 15.7557111,8.14203546 C15.7557111,3.64278561 12.2974794,0.00385744483 8.09137804,0.00385744483 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'/%3E %3Cg id='Icon' transform='translate(0.000000, 0.008843)'%3E %3Cpath d='M13.5532884,15.2572229 C12.6187971,15.501088 11.6388773,15.6312424 10.6283002,15.6312424 C5.89787378,15.6312424 1.8318754,12.7884715 0.0439955195,8.71885002 C0.0467825497,8.74337589 0.04956958,8.76762305 0.0520779071,8.79187021 C1.52920392,13.4718513 5.90484136,16.865618 11.0733889,16.865618 C11.6151876,16.865618 12.1480677,16.827157 12.6703572,16.7552516 C12.7511811,16.6264908 12.8336772,16.4991236 12.9131075,16.3698054 C13.1371848,16.0058192 13.3489991,15.6337507 13.5532884,15.2572229' id='Fill-20' fill='%23FCC314'/%3E %3Cpath d='M14.4001554,13.5959021 C13.0540198,14.1452257 11.5810743,14.449012 10.0373383,14.449012 C5.77011632,14.449012 2.04357822,12.1357769 0.0422118202,8.69490943 C0.0427692262,8.70271312 0.0433266323,8.71107421 0.0441627413,8.7191566 C1.83204262,12.7884994 5.898041,15.6312702 10.62791,15.6312702 C11.6387658,15.6312702 12.6189644,15.5011159 13.5531769,15.2572508 C13.8304864,14.7461094 14.0930246,14.226607 14.3485953,13.7054324 C14.3661536,13.6686436 14.3825971,13.6321335 14.4001554,13.5959021' id='Fill-22' fill='%23D26227'/%3E %3Cpath d='M15.8203424,7.02433565 C15.7241898,6.28103469 15.5497217,5.55557073 15.2551326,4.86828908 C14.8950483,4.02967169 14.409269,3.26714022 13.7869251,2.59100669 C13.4814666,2.2596288 13.1537118,1.95695732 12.8031034,1.68354965 L12.8031034,8.19015039 L12.8031034,8.48947744 C12.8031034,8.55887449 12.7944637,8.62548451 12.7777415,8.6893075 C12.5280236,11.141058 10.4567027,13.0543542 7.93862091,13.0543542 C5.25192379,13.0543542 3.07385968,10.8762901 3.07385968,8.19015039 C3.07385968,5.50317456 5.25192379,3.32538915 7.93862091,3.32538915 C9.32349623,3.32538915 10.5723645,3.90509144 11.4583614,4.8337299 L11.4583614,0.839079499 C10.7448816,0.482897038 9.99182607,0.234015239 9.19306321,0.122255328 C8.91993425,0.084351717 8.64680529,0.0467268091 8.37367633,0.00882319823 L7.50635253,0.00882319823 C7.12648031,0.0634489904 6.74270625,0.100516492 6.36701458,0.174930199 C5.12539262,0.422697185 4.00723609,0.94526535 3.01449593,1.73148657 C2.26283388,2.32651752 1.64327707,3.03693153 1.14467736,3.85799063 C0.531530715,4.86773167 0.182037126,5.96359195 0.0449152395,7.12968539 C-0.0169568312,7.65392578 -0.00803833456,8.17565783 0.0421282093,8.69460286 C2.04377331,12.1357491 5.7700327,14.4489841 10.0372547,14.4489841 C11.5812694,14.4489841 13.0539362,14.1451978 14.4000718,13.5958742 C14.9663963,12.4216984 15.4042387,11.1965199 15.6570224,9.91364987 C15.8443108,8.96076424 15.9463161,7.99840271 15.8203424,7.02433565' id='Fill-24' fill='%23F37A20'/%3E %3Cpath d='M7.9385373,4.56634223 C5.93744961,4.56634223 4.31484062,6.18839381 4.31484062,8.18976021 C4.31484062,10.1911266 5.93744961,11.8134569 7.9385373,11.8134569 C9.9401824,11.8134569 11.562234,10.1911266 11.562234,8.18976021 C11.562234,6.18839381 9.9401824,4.56634223 7.9385373,4.56634223' id='Fill-27' fill='%23404041'/%3E %3Cpath d='M0.188614517,22.962177 L0.190008032,22.9614802 C0.189659654,22.9614802 0.188962896,22.9607834 0.188614517,22.9604351 L0.188614517,22.962177 Z' id='Fill-29' fill='%23BBBDBF'/%3E %3Cpath d='M9.05022791,21.3527646 C9.05190013,21.3591747 9.05245754,21.3655849 9.05301494,21.3714377 C9.05552327,21.4059968 9.04493256,21.440556 9.02402983,21.4689837 C8.99950396,21.5024281 8.96187906,21.5233308 8.92063101,21.5275113 L8.37102865,21.5787927 C8.29076218,21.5863177 8.21941421,21.5269539 8.21188923,21.4461301 C8.20352814,21.3669784 8.26372799,21.2945156 8.34399446,21.2869906 L8.73139166,21.2507592 L8.62659932,20.7295846 C8.24784192,20.7649799 7.95046579,20.8000965 7.78714582,20.8276881 C7.56557692,20.8655917 7.34122099,20.9583998 7.12940669,21.0757338 C7.40978193,21.6256148 7.65197486,22.1311821 7.83759107,22.5860254 C7.87215024,22.6010754 7.90726682,22.6155679 7.94015378,22.6325688 L8.08452195,22.6325688 C8.55246432,22.4082129 8.83534789,21.9873713 9.14833138,21.6058269 C9.41588628,21.2808592 9.68455599,20.9561702 9.94932386,20.6281367 C9.58255069,20.6504329 9.23194228,20.6763523 8.92063101,20.7028291 L9.05022791,21.3527646 Z' id='Fill-31' fill='%23BBBDBF'/%3E %3Cpath d='M9.89029456,19.6348113 C9.88973716,19.6320242 9.84960392,19.2816945 9.60295175,18.8324253 C9.50986494,18.6629738 9.41677813,18.47039 9.33483944,18.2906266 L9.07230119,18.3948615 C9.13974732,18.5576241 9.20886567,18.7145339 9.27463959,18.8510984 C9.41761424,19.1490319 9.46081321,19.7872618 9.47391225,20.1375915 C9.7743541,20.1164101 10.0825996,20.0980157 10.378861,20.082687 C10.4666524,19.9689762 10.5510994,19.8538718 10.6361038,19.7390462 L10.0424664,19.7669165 C9.96526567,19.7697035 9.89809825,19.7125694 9.89029456,19.6348113' id='Fill-33' fill='%23BBBDBF'/%3E %3Cpath d='M0.0521336478,8.79181447 C0.0777743257,9.03261388 0.114005718,9.27285589 0.154975063,9.51226178 L0.257816478,9.60980784 C0.284014562,9.63461241 0.297113604,9.6708438 0.292096949,9.70679649 C0.287358998,9.74386399 0.265898865,9.77507873 0.233290612,9.79263702 L0.207649934,9.80629347 C0.236913751,9.95762921 0.268685895,10.1075714 0.30324507,10.2569563 L0.565783316,10.122064 C0.36874028,9.69174653 0.19622311,9.24833002 0.0521336478,8.79181447' id='Fill-35' fill='%23BBBDBF'/%3E %3Cpath d='M0.664109742,10.3279419 L0.358651231,10.4848517 C0.51082308,11.0915882 0.705079086,11.6852256 0.930271127,12.2688298 L1.61866759,11.9530592 C1.25858329,11.4405244 0.938910921,10.8964961 0.664109742,10.3279419' id='Fill-37' fill='%23BBBDBF'/%3E %3Cpath d='M9.61429496,18.1955889 C9.69093829,18.3630894 9.77594271,18.5383936 9.85955362,18.6916802 C10.0426615,19.0241729 10.1234854,19.3081713 10.1577659,19.4678682 L10.8592614,19.4355386 C10.9682342,19.2825306 11.076371,19.1289653 11.1839504,18.9753999 L10.9933175,17.9701181 L9.61429496,18.1955889 Z' id='Fill-39' fill='%23BBBDBF'/%3E %3Cpath d='M11.8692532,17.5301297 L12.1944997,17.4771761 C12.1421035,17.2511479 12.0888712,17.029579 12.0381473,16.8236175 C11.9353059,16.8316999 11.8321857,16.8392249 11.7287869,16.8450776 L11.8692532,17.5301297 Z' id='Fill-41' fill='%23BBBDBF'/%3E %3Cpath d='M5.90027063,19.8460124 C5.88048271,19.8078301 5.86208831,19.7707626 5.84341521,19.7339738 L5.44988654,19.9070484 C5.57000755,20.0628434 5.69096466,20.2175235 5.81415139,20.3708102 L6.0917396,20.2127856 C6.02568699,20.0859757 5.96130659,19.9639038 5.90027063,19.8460124' id='Fill-43' fill='%23BBBDBF'/%3E %3Cpath d='M5.40518258,18.7001807 C5.19169606,18.794661 4.97681604,18.8896987 4.7616573,18.9852939 C4.9277643,19.2143878 5.09637963,19.4415307 5.26694588,19.6675589 L5.71844478,19.4696797 C5.60250432,19.2135516 5.50663048,18.9663421 5.40518258,18.7001807' id='Fill-45' fill='%23BBBDBF'/%3E %3Cpath d='M4.71441714,14.9570319 C4.36826799,14.7282167 4.03493917,14.4815645 3.71582422,14.2181902 C3.91872001,14.5420431 4.10127049,14.8430423 4.26570528,15.1214667 L4.71441714,14.9570319 Z' id='Fill-47' fill='%23BBBDBF'/%3E %3Cpath d='M2.33359658,13.0485572 C2.2059506,12.858203 2.08109164,12.6447165 1.95874102,12.4128356 C1.90355782,12.3409302 1.84921073,12.2676313 1.79486364,12.1946111 L1.03846364,12.5413177 C1.13238656,12.7748708 1.23021132,13.0078666 1.33277403,13.2389114 C1.74107396,14.1566804 2.20232746,15.0446282 2.71040307,15.906378 C3.21959349,15.6719887 3.62427027,15.5602288 3.88848074,15.5078327 C3.49578818,14.8333713 2.99245052,14.0290344 2.33359658,13.0485572' id='Fill-49' fill='%23BBBDBF'/%3E %3Cpath d='M6.44881391,20.8911487 C6.37328539,20.7456658 6.29942909,20.6051994 6.22891723,20.4722581 L6.00261038,20.6010189 C6.10823882,20.729501 6.21386727,20.8582618 6.32061052,20.9856291 C6.36213727,20.9541356 6.40450013,20.9220848 6.44881391,20.8911487' id='Fill-51' fill='%23BBBDBF'/%3E %3Cpath d='M4.1633934,15.9909922 C3.99087623,16.0127311 3.57254299,16.0896531 2.98085648,16.3552571 C3.15448846,16.6381406 3.33453061,16.9174011 3.5181959,17.1947106 L3.90001904,17.0508998 C3.97554756,17.0221934 4.05999458,17.0606544 4.08870099,17.1359042 C4.09371764,17.1495607 4.09706208,17.1637745 4.09761948,17.1779884 C4.10180003,17.2404179 4.06528993,17.3014538 4.00313916,17.3243075 L3.6840242,17.4449859 C3.93513562,17.8173331 4.19014889,18.1868933 4.4499001,18.5525517 C4.70630688,18.4388409 4.96382847,18.32513 5.21884174,18.2128127 C4.99615803,17.6445372 4.70547077,16.9670102 4.1633934,15.9909922' id='Fill-53' fill='%23BBBDBF'/%3E %3Cpath d='M10.9386917,17.6822736 L10.8322272,17.1190148 L9.38687329,17.6705681 C9.41418619,17.7360633 9.44958147,17.8219038 9.49110822,17.9191712 L10.9386917,17.6822736 Z' id='Fill-55' fill='%23BBBDBF'/%3E %3Cpath d='M9.18141343,20.1595533 C9.16747828,19.7936162 9.12288579,19.2114056 9.01084718,18.9784099 C8.77255609,18.4825972 8.50193546,17.7521166 8.38042094,17.412935 C8.17445941,17.4984969 7.94982478,17.5935346 7.71041888,17.6960973 L8.26029994,18.8343204 C8.26866103,18.8513213 8.27339898,18.869437 8.2747925,18.8883888 C8.27646472,18.9106851 8.27284158,18.93326 8.26364438,18.9547201 C8.24775831,18.9929025 8.21570746,19.0232811 8.17585293,19.0366588 L7.6198404,19.2261769 C7.54319707,19.2526537 7.45986486,19.211963 7.43394548,19.135041 C7.4077474,19.0583977 7.44871674,18.9759016 7.52536007,18.9494248 L7.9247415,18.8128603 L7.44035565,17.8120378 C6.95987164,18.0185567 6.4303359,18.2493228 5.88268447,18.4901222 C6.03067577,18.8789129 6.16417452,19.2231112 6.36288977,19.6068852 C6.4576488,19.7885996 6.5593754,19.9825769 6.66751217,20.1877023 C6.7433194,20.3309557 6.8174544,20.4728155 6.89019589,20.6116096 C7.14353693,20.4736516 7.417502,20.3624491 7.69982817,20.3139548 C7.97658027,20.266854 8.5429048,20.2091624 9.18141343,20.1595533' id='Fill-57' fill='%23BBBDBF'/%3E %3Cpolygon id='Fill-59' fill='%23BBBDBF' points='11.5797923 17.5774813 11.4384898 16.8871339 11.1096203 17.0125503 11.2280691 17.6354515'/%3E %3Cpath d='M7.21906545,16.2927718 C7.25390333,16.2694305 7.29292175,16.2662951 7.32748093,16.2788367 C7.19732662,16.2227477 7.06772971,16.1649168 6.93952632,16.1039506 L7.05518808,16.4018144 L7.21906545,16.2927718 Z' id='Fill-61' fill='%23BBBDBF'/%3E %3Cpath d='M5.06101222,16.5739832 L6.00637287,16.2370312 L5.53146292,15.4496952 C5.36006056,15.3554936 5.19060912,15.2576688 5.02422342,15.1548274 L4.41553602,15.3789046 C4.67528724,15.8304035 4.88570802,16.2239322 5.06101222,16.5739832' id='Fill-63' fill='%23BBBDBF'/%3E %3Cpath d='M7.41761349,16.3151517 C7.45523839,16.3864997 7.4284829,16.4751272 7.35713493,16.5135883 L7.18294554,16.6063964 L7.4831087,17.2267893 C7.71164517,17.1289645 7.92736131,17.0378286 8.12635527,16.9542177 L7.74035158,16.3761877 C7.60406581,16.3346609 7.46945225,16.2922981 7.3356748,16.2465908 C7.36884046,16.2580176 7.39949779,16.2808712 7.41761349,16.3151517' id='Fill-65' fill='%23BBBDBF'/%3E %3Cpath d='M8.65151537,17.3004226 C8.71756799,17.4843666 8.83239363,17.7981862 8.96199054,18.1234326 L9.2167251,18.0222634 C9.12531051,17.8098917 9.06399584,17.6532606 9.05925789,17.6398829 C9.04504404,17.6033728 9.04560144,17.5629609 9.06148752,17.5267295 C9.07737359,17.4913342 9.10691611,17.4637426 9.1434262,17.4498074 L10.6946872,16.8575635 C10.4385591,16.8494811 10.1846607,16.8322015 9.93354927,16.8071183 C9.76465524,16.8731709 9.59799083,16.9358791 9.43606438,16.9927345 C9.25797315,17.055164 8.98874603,17.1613498 8.65151537,17.3004226' id='Fill-67' fill='%23BBBDBF'/%3E %3Cpath d='M11.2825834,17.922878 L11.4183117,18.638866 C11.5164152,18.4978423 11.6139613,18.3565399 11.7109499,18.2141226 L11.6387658,17.8651864 L11.2825834,17.922878 Z' id='Fill-69' fill='%23BBBDBF'/%3E %3Cpath d='M8.86475105,16.6547827 C8.63175533,16.6089359 8.40098923,16.5565801 8.17328886,16.4968661 L8.40266144,16.8452448 C8.5735064,16.7736447 8.72790787,16.7096856 8.86475105,16.6547827' id='Fill-71' fill='%23BBBDBF'/%3E %3Cpath d='M6.28716616,16.4828194 L5.20468363,16.8685444 C5.41371089,17.3061082 5.56588274,17.6726026 5.69547965,18.0031444 C6.22808112,17.7687552 6.74340301,17.5449567 7.2132963,17.3423396 L6.53465444,15.9396273 C6.50762025,15.9282004 6.48142217,15.9156588 6.45466668,15.9045107 L6.39390942,16.3512716 C6.38582703,16.4114715 6.34457898,16.4627528 6.28716616,16.4828194' id='Fill-73' fill='%23BBBDBF'/%3E %3Cpath d='M3.49793419,14.4077918 C3.45668615,14.3439688 3.4151594,14.2807033 3.37419005,14.2174377 L3.42156957,14.1867803 C3.46281761,14.2494885 3.50406566,14.3127541 3.54587111,14.3771345 L3.49793419,14.4077918 Z M3.86470737,14.9819201 C3.82429543,14.9175397 3.7841622,14.853438 3.74347155,14.789615 L3.79140847,14.7592363 C3.83182041,14.8227806 3.87251105,14.887161 3.91264429,14.9518201 L3.86470737,14.9819201 Z M4.21643058,15.5646881 C4.17824827,15.4991929 4.13978725,15.4342551 4.10132623,15.3687599 L4.15009926,15.3403321 C4.18883898,15.4049912 4.2275787,15.4704865 4.26576102,15.5359817 L4.21643058,15.5646881 Z M4.54585755,16.1599977 C4.51101968,16.0928303 4.47534569,16.0262203 4.4391143,15.9596103 L4.48900214,15.9328548 C4.52495483,15.9994648 4.56090752,16.0663535 4.5963028,16.1332422 L4.54585755,16.1599977 Z M4.8449059,16.7709148 C4.81675689,16.708764 4.79083751,16.6538595 4.76826256,16.60648 L4.74903206,16.5652319 L4.80031341,16.5404274 L4.82010133,16.5819541 C4.84267627,16.6301697 4.86831695,16.6850742 4.89646595,16.7469463 L4.8449059,16.7709148 Z M5.12528113,17.3927012 L5.03219433,17.1850674 L5.08375438,17.1619351 L5.17684119,17.3695688 L5.12528113,17.3927012 Z M5.40286934,18.015045 L5.31006124,17.8079687 L5.3619,17.7848363 L5.45470811,17.9919127 L5.40286934,18.015045 Z M5.68185107,18.6373889 L5.58848556,18.4303125 L5.64004562,18.4071802 L5.73341113,18.6142565 L5.68185107,18.6373889 Z M5.96417723,19.2583392 L5.8694182,19.0512629 L5.92125696,19.0284092 L6.01573729,19.2349282 L5.96417723,19.2583392 Z M6.25096264,19.8776173 L6.1548101,19.6713771 L6.20637015,19.6476873 L6.3028014,19.8533702 L6.25096264,19.8776173 Z M6.54555173,20.4927149 C6.51266478,20.4261049 6.47977782,20.3575439 6.44633346,20.2887043 L6.49733611,20.263621 C6.53078047,20.3327394 6.56366743,20.4007429 6.59683309,20.4676316 L6.54555173,20.4927149 Z M6.85212506,21.1027958 C6.81840199,21.0375793 6.78356411,20.9701332 6.74816883,20.9004574 L6.79861408,20.8748167 C6.83428806,20.9442138 6.86856853,21.0113812 6.9022916,21.0765977 L6.85212506,21.1027958 Z M7.15368172,21.712598 C7.12218828,21.6451519 7.08985873,21.5768697 7.05669307,21.50803 L7.10713832,21.4829467 C7.14114009,21.5523438 7.17346964,21.6209047 7.20524178,21.6883509 L7.15368172,21.712598 Z M7.4282042,22.3346632 C7.39977649,22.2669383 7.37023397,22.1969839 7.33957664,22.1259146 L7.3916941,22.1033397 C7.42290884,22.175245 7.45217266,22.2451995 7.48032167,22.313203 L7.4282042,22.3346632 Z' id='Fill-75' fill='%23BBBDBF'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.dingigl-ctrl.dingigl-ctrl-attrib {
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

@media screen {
    .dingigl-ctrl-attrib.dingigl-compact {
        margin: 10px;
        position: relative;
        background-color: #fff;
        border-radius: 3px 12px 12px 3px;
    }

    .dingigl-ctrl-attrib.dingigl-compact:hover {
        padding: 2px 24px 2px 4px;
        visibility: visible;
    }

    .dingigl-ctrl-top-left > .dingigl-ctrl-attrib.dingigl-compact:hover,
    .dingigl-ctrl-bottom-left > .dingigl-ctrl-attrib.dingigl-compact:hover {
        padding: 2px 4px 2px 24px;
        border-radius: 12px 3px 3px 12px;
    }

    .dingigl-ctrl-attrib.dingigl-compact .dingigl-ctrl-attrib-inner {
        display: none;
    }

    .dingigl-ctrl-attrib.dingigl-compact:hover .dingigl-ctrl-attrib-inner {
        display: block;
    }

    .dingigl-ctrl-attrib.dingigl-compact::after {
        content: '';
        cursor: pointer;
        position: absolute;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");
        background-color: rgba(255, 255, 255, 0.5);
        width: 0px;
        height: 0px;
        box-sizing: border-box;
        border-radius: 12px;
    }

    .dingigl-ctrl-bottom-right > .dingigl-ctrl-attrib.dingigl-compact::after {
        bottom: 0;
        right: 0;
    }

    .dingigl-ctrl-top-right > .dingigl-ctrl-attrib.dingigl-compact::after {
        top: 0;
        right: 0;
    }

    .dingigl-ctrl-top-left > .dingigl-ctrl-attrib.dingigl-compact::after {
        top: 0;
        left: 0;
    }

    .dingigl-ctrl-bottom-left > .dingigl-ctrl-attrib.dingigl-compact::after {
        bottom: 0;
        left: 0;
    }
}

.dingigl-ctrl-attrib a {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.dingigl-ctrl-attrib a:hover {
    color: inherit;
    text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */
.dingigl-ctrl-attrib .mapbox-improve-map {
    font-weight: bold;
    margin-left: 2px;
}

.dingigl-attrib-empty {
    display: none;
}

.dingigl-ctrl-scale {
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    border-width: medium 2px 2px;
    border-style: none solid solid;
    border-color: #333;
    padding: 0 5px;
    color: #333;
    box-sizing: border-box;
}

.dingigl-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    will-change: transform;
    pointer-events: none;
}

.dingigl-popup-anchor-top,
.dingigl-popup-anchor-top-left,
.dingigl-popup-anchor-top-right {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.dingigl-popup-anchor-bottom,
.dingigl-popup-anchor-bottom-left,
.dingigl-popup-anchor-bottom-right {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.dingigl-popup-anchor-left {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.dingigl-popup-anchor-right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.dingigl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1;
}

.dingigl-popup-anchor-top .dingigl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-top: none;
    border-bottom-color: #fff;
}

.dingigl-popup-anchor-top-left .dingigl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-top: none;
    border-left: none;
    border-bottom-color: #fff;
}

.dingigl-popup-anchor-top-right .dingigl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-top: none;
    border-right: none;
    border-bottom-color: #fff;
}

.mapbdingigloxgl-popup-anchor-bottom .dingigl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #fff;
}

.dingigl-popup-anchor-bottom-left .dingigl-popup-tip {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border-bottom: none;
    border-left: none;
    border-top-color: #fff;
}

.dingigl-popup-anchor-bottom-right .dingigl-popup-tip {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border-bottom: none;
    border-right: none;
    border-top-color: #fff;
}

.dingigl-popup-anchor-left .dingigl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-left: none;
    border-right-color: #fff;
}

.dingigl-popup-anchor-right .dingigl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-right: none;
    border-left-color: #fff;
}

.dingigl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 3px 0 0;
    cursor: pointer;
    background-color: transparent;
}

.dingigl-popup-close-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.dingigl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 15px;
    pointer-events: auto;
}

.dingigl-popup-anchor-top-left .dingigl-popup-content {
    border-top-left-radius: 0;
}

.dingigl-popup-anchor-top-right .dingigl-popup-content {
    border-top-right-radius: 0;
}

.dingigl-popup-anchor-bottom-left .dingigl-popup-content {
    border-bottom-left-radius: 0;
}

.dingigl-popup-anchor-bottom-right .dingigl-popup-content {
    border-bottom-right-radius: 0;
}

.dingigl-marker {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.dingigl-user-location-dot {
    background-color: #1da1f2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.dingigl-user-location-dot::before {
    background-color: #1da1f2;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
    animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.dingigl-user-location-dot::after {
    border-radius: 50%;
    border: 2px solid #fff;
    content: '';
    height: 19px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 19px;
    box-sizing: border-box;
}

@-webkit-keyframes dingigl-user-location-dot-pulse {
    0%   { -webkit-transform: scale(1); opacity: 1; }
    70%  { -webkit-transform: scale(3); opacity: 0; }
    100% { -webkit-transform: scale(1); opacity: 0; }
}

@-ms-keyframes dingigl-user-location-dot-pulse {
    0%   { -ms-transform: scale(1); opacity: 1; }
    70%  { -ms-transform: scale(3); opacity: 0; }
    100% { -ms-transform: scale(1); opacity: 0; }
}

@keyframes dingigl-user-location-dot-pulse {
    0%   { transform: scale(1); opacity: 1; }
    70%  { transform: scale(3); opacity: 0; }
    100% { transform: scale(1); opacity: 0; }
}

.dingigl-user-location-dot-stale {
    background-color: #aaa;
}

.dingigl-user-location-dot-stale::after {
    display: none;
}

.dingigl-crosshair,
.dingigl-crosshair .dingigl-interactive,
.dingigl-crosshair .dingigl-interactive:active {
    cursor: crosshair;
}

.dingigl-boxzoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #fff;
    border: 2px dotted #202020;
    opacity: 0.5;
}

@media print {
    /* stylelint-disable-next-line selector-class-pattern */
    .mapbox-improve-map {
        display: none;
    }
}
