.tooltip {
    position: absolute;
    z-index: 200;
    display: block;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
}
.tooltip.in {
    opacity: 1;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip .tooltip-inner {
    max-width: 100%;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #36414d;
    border-radius: 5px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}



.coral-tooltip {
    display: flex;
}

.coral-tooltip.b {
    bottom: 16px;
    left: 0;
    position: fixed;
    right: 0;
}

.coral-tooltip > div {
    margin: 0 auto;
    padding: 8px;
    width: 360px;
}

.coral-modal--info {
    background-color: rgba(256, 256, 256, .0);
    bottom: 0;
    display: none;
    left: 0;
    right: 0;
    position: fixed !important;
    top: 0;
    transition-property: background;
    z-index: 960;
}

.coral-modal--info.d {
    display: flex;
}

.coral-modal--info.o {
    background-color: rgba(0, 0, 0, .5);
}

.coral-modal--info.o .coral-modal--info--leaflet {
    opacity: 1;
    transform: scale(1);
    transition-duration: .24s;
}

.coral-modal--cursor {
    cursor: pointer;
}

.coral-modal--info--leaflet {
    background-color: white;
    box-shadow: 0 8px 20px #413D581A;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-height: calc(100% - 128px);
    max-width: calc(100% - 32px);
    opacity: 0;
    overflow: hidden;
    transform: scale(1.02);
    transition-duration: .12s;
    transition-property: box-shadow, opacity, transform;
    transition-timing-function: linear;
    width: 1024px;
    z-index: 1032;
}

.coral-modal--info--top {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    padding: 32px;
    box-shadow: 0 2px 2px #0000000D;
    position: relative;
    z-index: 8;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-align: left;
    color: #413d58;
}

.coral-modal--info--top > i {
    background: url("/images/icons/svg/collection/info-blue.svg") no-repeat center;
    background-size: contain;
    display: block;
    height: 32px;
    margin: 0 24px 0 0;
    min-width: 32px;
    width: 32px;
}

.coral-modal--info--top > h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    flex-grow: 8;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.4px;
}

.coral-modal--info--top > .i-close {
    background: url("/images/icons/svg/collection/cross.svg") no-repeat center;
    background-size: contain;
    display: block;
    height: 24px;
    margin: 0 0 0 24px;
    min-width: 24px;
    width: 24px;
    transition-duration: .12s;
    transition-property: transform;
    transition-timing-function: linear;
    transform: scale(1.00) rotate(0deg);
    cursor: pointer;
}

.coral-modal--info--top > .i-close:hover {
    /*transform: scale(1.16) rotate(90deg);*/
}

.coral-modal--info--top > .i-close:active {
    /*transform: scale(1.24) rotate(135deg);*/
}

.coral-modal--info--context {
    box-sizing: border-box;
    flex-shrink: 8;
    font-size: 18px;
    max-height: 640px;
    min-height: 160px;
    order: 16;
    overflow: auto;
    padding: 32px;
}

.coral-modal--info--top,
.coral-modal--info--context {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-weight: 400;
}

.coral-modal--info--top *,
.coral-modal--info--context * {
    /*color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;*/
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.32px;
}

.coral-modal--info--context h4,
.coral-modal--info--context p {
    padding-bottom: 16px;
}

.coral-modal--info--context h4 {
    font-size: 20px;
    line-height: 24px;
}

.coral-modal--info--context a:not(:hover) {
    text-decoration: underline;
}

.coral-modal--block {
    overflow-y: hidden !important;
}

.coral-tooltip--info {
    border-top: 8px solid;
    box-shadow: -4px 0 20px #413D581A;
    box-sizing: border-box;
    display: none;
    left: 8px;
    line-height: 24px;
    max-width: calc(100% - 16px);
    opacity: 0;
    position: fixed;
    top: 32px;
    transform: translateY(32px);
    transition-duration: .12s;
    transition-property: none;
    transition-timing-function: linear;
    width: 400px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .coral-modal--info--top {
        padding: 12px;
    }

    .coral-modal--info--top > i {
        margin: 0 12px 0 0;
    }

    .coral-modal--info--top > h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .coral-modal--info--top > .i-close {
        margin: 0 0 0 12px;
    }

    .coral-modal--info--context {
        padding: 24px 12px 12px;
    }
}

.coral-tooltip--info.b {
    border-bottom: 8px solid;
    border-top: none;
    transform: translateY(-32px);
}

.coral-tooltip--info.b .coral-tooltip--info--arrow {
    bottom: -16px;
    top: auto;
}

.coral-tooltip--info.d {
    display: block;
}

.coral-tooltip--info.o {
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity, transform;
    z-index: 512;
}

.coral-tooltip--info--arrow {
    height: 16px;
    left: 192px;
    position: absolute;
    top: -16px;
    transform: rotate(45deg);
    transition-duration: .12s;
    transition-property: left;
    transition-timing-function: linear;
    width: 16px;
    z-index: 2;
}

.coral-tooltip--info--context {
    position: relative;
    padding: 32px 24px 24px;
    z-index: 8;
}

.coral-tooltip--item {
    align-items: center;
    border: 1px solid;
    box-sizing: border-box;
    display: flex;
    padding: 16px;
}

.coral-tooltip--item > i {
    background: url("/images/icons/svg/collection/info-blue.svg") no-repeat center;
    background-size: contain;
    display: block;
    height: 24px;
    margin: 0 8px 0 0;
    min-width: 24px;
    width: 24px;
}

.coral-tooltip--info,
.coral-tooltip--item {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.coral-tooltip--info *,
.coral-tooltip--item * {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.coral-modal--info--top {
    background-color: #fafafa;
}

.coral-tooltip--info--arrow {
    background-color: rgb(89, 203, 232);
}

.coral-tooltip--info--context,
.coral-modal--info--context {
    background-color: white;
}

.coral-tooltip--item {
    background-color: #59CBE81A;
}

.coral-tooltip--info,
.coral-tooltip--info.b {
    border-color: #59CBE8;
}

.coral-tooltip--item {
    border-color: #59CBE8;
}

.coral-tooltip--info,
.coral-tooltip--item {
    color: #413D58;
}