.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
}

.drop-element {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.drop-element.drop-open {
    display: block;
}

.drop-element.drop-open-transitionend {
    display: block;
}

.drop-element.drop-after-open {
    opacity: 1;
    filter: alpha(opacity=100);
}

.drop-element .drop-content {
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    -webkit-transform: scale(0.7) translateZ(0);
    transform: scale(0.7) translateZ(0);
}

.drop-element.drop-after-open .drop-content {
    -webkit-transition: -webkit-transform .2s cubic-bezier(0, 0, 0.265, 1.55);
    transition: transform .2s cubic-bezier(0, 0, 0.265, 1.55);
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.drop-element.drop-theme-hubspot-popovers {
    max-width: 100%;
    max-height: 100%;
}

.drop-element.drop-theme-hubspot-popovers .drop-content {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    font-family: inherit;
    background: #ebebeb;
    color: #444;
    padding: 1em;
    font-size: 1.1em;
    line-height: 1.5em;
    min-width: 350px;
    max-width: 400px;
    max-height: 250px;
}

.drop-element.drop-theme-hubspot-popovers .drop-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 10px;
    border-style: solid;
    pointer-events: none;
}

/* Bottom center */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-center .drop-content {
    margin-bottom: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top-color: #ebebeb;
}

/* Top center */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-center .drop-content {
    margin-top: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-center .drop-content:before {
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #ebebeb;
}

/* Right middle */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-right.drop-element-attached-middle .drop-content {
    margin-right: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
    left: 100%;
    top: 50%;
    margin-top: -10px;
    border-left-color: #ebebeb;
}

/* Left middle */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-left.drop-element-attached-middle .drop-content {
    margin-left: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
    right: 100%;
    top: 50%;
    margin-top: -10px;
    border-right-color: #ebebeb;
}

/* Top left, target bottom */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
    margin-top: 10px;
    -webkit-transform-origin: 0 -10px;
    -ms-transform-origin: 0 -10px;
    transform-origin: 0 -10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
    bottom: 100%;
    left: 10px;
    border-bottom-color: #ebebeb;
}

/* Top right, target bottom */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
    margin-top: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
    bottom: 100%;
    right: 10px;
    border-bottom-color: #ebebeb;
}

/* Bottom left, target top */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
    margin-bottom: 10px;
    -webkit-transform-origin: 0 -webkit-calc(100% + 10px);
    -ms-transform-origin: 0 calc(100% + 10px);
    transform-origin: 0 calc(100% + 10px);
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
    top: 100%;
    left: 10px;
    border-top-color: #ebebeb;
}

/* Bottom right, target top */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
    margin-bottom: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
    top: 100%;
    right: 10px;
    border-top-color: #ebebeb;
}

/* Top right, target left */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
    margin-right: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
    top: 10px;
    left: 100%;
    border-left-color: #ebebeb;
}

/* Top left, target right */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
    margin-left: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
    top: 10px;
    right: 100%;
    border-right-color: #ebebeb;
}

/* Bottom right, target left */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
    margin-right: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
    bottom: 10px;
    left: 100%;
    border-left-color: #ebebeb;
}

/* Bottom left, target right */
.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
    margin-left: 10px;
}

.drop-element.drop-theme-hubspot-popovers.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
    bottom: 10px;
    right: 100%;
    border-right-color: #ebebeb;
}

/* Refined inner popover style */
.drop-element.drop-theme-hubspot-popovers .drop-content {
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px;
    font-size: 13px;
}

.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner {
    border: 1px solid #dbdbdb;
    padding: 14px;
    background: #fff;
    overflow: hidden;
    width: 280px;
}

.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner .title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 1;
}

.drop-element.drop-theme-hubspot-popovers .drop-content .drop-content-inner p:last-child {
    margin-bottom: 0;
}

/* Usercard-ish content inside */
.drop-content > div {
    min-height: 116px;
    padding: 18px 20px;
}

.drop-content > div a {
    color: inherit;
}

.drop-content > div a:hover {
    text-decoration: underline;
}

.drop-content .avatar {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    float: left;
}

.drop-content .username,
.drop-content .username ~ div {
    font-size: 23px;
    font-weight: 700;
    margin: 2px 0 0 97px;
}

.drop-content .username ~ div {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

.drop-content .username ~ div span {
    margin-right: 12px;
    display: inline-block;
}


/*
     FILE ARCHIVED ON 00:06:26 Dec 28, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:59:12 Dec 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.824
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.06
  esindex: 0.012
  cdx.remote: 106.877
  LoadShardBlock: 204.827 (3)
  PetaboxLoader3.datanode: 285.45 (5)
  load_resource: 259.975 (2)
  PetaboxLoader3.resolve: 155.556 (2)
*/