body {
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #0067b1;
    text-decoration: none;
}

a:hover {
    color: #00528E;
    text-decoration: none;
}

a.btn-u {
    color: #ffffff;
    background-color: #009e75;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    cursor: pointer;
}

a.btn-u:hover {
    color: #ffffff;
    background-color: #78d2aa;
    text-decoration: none;
}

.cncf-contact-drawer {
    position: fixed;
    z-index: 800;
    top: 225px;
    right: 0;
    width: 230px;
    height: auto;
    background: #fff;
}

.cncf-contact-drawer .cncf-contact-drawer-content {
    position: relative;
    width: 240px;
    display: block;
    padding: 20px;
    background: #fff;
}

.cncf-contact-drawer .cncf-contact-drawer-tab {
    cursor: pointer;
    top: 0px;
    left: -32px;
    background: #009e75;
    color: #fff;
    width: auto;
    padding: 10px 5px;
    margin: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    position: absolute;
    -webkit-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .3);
}

.cncf-contact-drawer .cncf-welcome-message {
    color: #444 !important
}

.cncf-contact-drawer .cncf-chat {
    display: flex;
    margin-top: 15px;
    align-items: center
}

.cncf-contact-drawer .cncf-icon-links {
    text-decoration: none
}

.cncf-contact-drawer .cncf-chat-icon {
    color: #826ec3;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    overflow: hidden
}

.cncf-contact-drawer .cncf-close {
    height: 34px;
    width: 34px;
    background-color: transparent;
    position: absolute;
    top: 1px;
    right: 1px;
    border: none;
    cursor: pointer;
    color: #000;
    font-size: 22px
}

.cncf-contact-drawer .cncf-contract-drawer-item-container {
    cursor: default
}

.cncf-contact-drawer .cncf-contract-drawer-item-container .cncf-contract-drawer-item-title {
    width: 100%
}

.cncf-contact-drawer .cncf-contract-drawer-item-container .cncf-contract-drawer-item-subtitle {
    font-size: 11px
}

.cncf-responsive-image {
    width: 100%;
    height: auto
}