.btn,
.header-aside__item,
.header-menu__item > a,
.header-menu__item > button,
.header-submenu__heading,
.header-submenu__soon,
.powerful-texting-features h3,
.sitemap-table .h3,
.sitemap-table h3,
button {
    font-family: 'Plus Jakarta Sans', Inter, Helvetica Neue, Arial, sans-serif;
}
.btn,
button {
    cursor: pointer;
}
.btn,
.btn--small {
    font-size: 14px;
    line-height: 24px;
}
.btn.btn--link svg,
.btn.btn--text svg {
    fill: #1d4ed8;
}
.btn.btn--link:hover,
.btn.btn--text:hover {
    background: 0 0;
    border-color: none;
    color: #4e4b66;
}
.btn.btn--link:hover svg,
.btn.btn--text:hover svg,
.tooltip__container:hover .tooltip__icon {
    fill: #4e4b66;
}
.page-api .header,
.page-api .header.header--active {
    --header-menu-display: none;
}
.header {
    --dropdown-close-display: none;
    --header-mobile-display: none;
    --logo-back: none;
    --grid-template-areas: 'header-logo header-menu header-buttons';
    --dropdown-open-display: none;
    --header-menu-display: grid;
    --header-height: 72px;
    --grid-template-areas: 'header-logo header-menu header-buttons';
    --dropdown-open-display: none;
    --header-menu-display: grid;
    --logo-width: 150px;
    --header-height: 72px;
    --grid-columns: 150px 1fr max-content max-content;
}
.sep-hide,
.tooltip__base {
    visibility: hidden;
}
.btn,
.header-menu a {
    text-decoration: none;
}
button {
    display: flex;
    align-items: center;
}
.btn {
    border: 1px solid transparent;
    padding: 0 19px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: background 0.2s, border-color 0.2s;
    height: 40px;
    white-space: nowrap;
    gap: 6px;
}
.leftPadd {
    padding-left: 16px !important;
}
.btn [class*=' tmi-'],
.btn [class^='tmi-'] {
    font-size: 18px;
}
.btn--blue,
.btn--grey,
.btn--orange {
    font-weight: 700;
}
.btn + .btn {
    margin-left: 16px;
}
.btn--200px {
    min-width: 200px;
}
.btn--240px {
    min-width: 240px;
}
.btn--small {
    padding: 5px 20px 7px;
    height: 36px;
}
.btn--large,
.btn--medium,
.btn--medium .tmi-chevron-right {
    font-size: 16px;
}
.btn--medium {
    padding: 0 20px;
    line-height: 42px;
    height: 44px;
}
.btn--large {
    padding: 1px 32px 0;
    line-height: 48px;
    height: 50px;
}
.btn--link,
.btn--text {
    height: auto;
    line-height: inherit;
}
@media (max-width: 375.98px) {
    .btn--sm-full-width {
        width: 100%;
        max-width: 360px;
    }
}
.btn--link {
    font-size: inherit;
    padding: 0;
    border: none;
}
.btn.btn--link,
.btn.btn--text {
    background: 0 0;
    border-color: none;
    color: #1d4ed8;
}
.btn.btn--blue svg,
.btn.btn--orange svg,
.btn.btn--zapier svg {
    fill: #fff;
}
.btn.btn--orange {
    background: #ff8c00;
    border-color: #ff8c00;
    color: #fff;
}
.btn.btn--orange:hover {
    background: #e27f27;
    border-color: #e27f27;
}
.btn.btn--zapier {
    background: #eb592a;
    border-color: #eb592a;
    color: #fff;
}
.btn.btn--zapier:hover {
    background: #cd4f26;
    border-color: #cd4f26;
}
.btn.btn--blue {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.15) !important;
}
.header-menu__item > a.active,
.header-menu__item > a:hover,
.header-menu__item > button.active,
.header-menu__item > button.active .tmi-arrow-down,
.header-menu__item > button.active .tmi-chevron-down,
.header-menu__item > button:hover,
.header-menu__item > button:hover .tmi-arrow-down,
.header-menu__item > button:hover .tmi-chevron-down {
    color: #1E40AF;
    border: 0;
}
.btn.btn--blue:hover {
    background: #1E40AF;
    border-color: #1E40AF;
}
.btn.btn--blue-light {
    background: #f0f8ff;
    border-color: #f0f8ff;
    color: #1d4ed8;
}
.btn.btn--blue-light svg {
    fill: #1d4ed8;
}
.btn.btn--blue-light:hover {
    background: #dbefff;
    border-color: #dbefff;
}
.btn.btn--grey {
    background: #eff0f6;
    border-color: #eff0f6;
    color: #6e7191;
}
.btn.btn--grey svg {
    fill: #6e7191;
}
.btn.btn--grey:hover {
    background: #e3e4ee;
    border-color: #e3e4ee;
}
.btn.btn--blue-transparent svg {
    fill: #1d4ed8;
}
.btn.btn--blue-transparent:hover {
    background: rgba(0, 140, 255, 0.05);
    border-color: #1d4ed8;
}
.btn.btn--white-transparent {
    background: 0 0;
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
}
.btn.btn--white-transparent svg {
    fill: #fff;
}
.btn.btn--white-transparent:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.8);
}
.btn.btn--gray-transparent {
    background: 0 0;
    border-color: #c6c8d7;
    color: #6e7191;
}
.btn.btn--gray-transparent svg {
    fill: #6e7191;
}
.btn.btn--gray-transparent:hover {
    background: #eff0f6;
    border-color: #c6c8d7;
}
.header-menu__item,
.tooltip__container {
    position: relative;
}
.tooltip__base,
.tooltip__base::after {
    position: absolute;
    background-color: #fff;
}
.tooltip__container:hover .tooltip__base {
    visibility: visible;
}
.tooltip__base {
    border-radius: 8px;
    z-index: 50000;
    padding: 15px 14px 16px;
    left: calc(100% + 7px);
    top: -14px;
    transition: 0.15s;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-size: 12px;
    line-height: 16px;
    color: #6e7191;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.12));
}
.header__overlay,
.header__wrapper {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
}
.tooltip__base::after {
    content: '';
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    top: 17px;
    border-radius: 2px;
    left: -4px;
}
.tooltip__icon {
    fill: #a0a3bd;
    color: #4e4b66;
    margin-left: 5px;
}
.header__overlay {
    height: 100%;
    background-color: rgba(20, 20, 43, 0.65);
    z-index: 900;
    display: none;
}
body:has(.header--active),
body:has(.modal.show) {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}
body:has(.header--active) .header__overlay {
    display: block;
}
.header__wrapper {
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.page-api .header {
    --grid-template-areas: 'header-logo header-buttons';
}
.meet_hide,
.page-api .header-menu--mobile {
    display: none;
}
.header button {
    border: 0;
    background-color: unset;
}
.header__top .container {
    display: grid;
    grid-template-areas: var(--grid-template-areas);
    grid-template-columns: 150px 1fr max-content max-content;
    align-items: center;
    height: var(--header-height);
}
.header__logo {
    grid-area: header-logo;
    display: flex;
    align-items: center;
}
.header__logo img,
.meet_show {
    display: block;
}
.header__buttons {
    grid-area: header-buttons;
    display: flex;
    justify-content: end;
}
.header__buttons--mobile {
    display: none;
    padding: 24px;
    border-top: 1px solid #ebeef5;
}
.header__dropdown {
    border: none;
    background-color: unset;
    padding: 0;
    margin-left: 28px;
    justify-self: end;
    font-size: 28px;
    color: #6e7191;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
    position: relative;
}
.header__dropdown:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}
.header__dropdown:hover {
    color: #202223;
}
.header__dropdown-open {
    grid-area: header-dropdown-open;
    display: var(--dropdown-open-display) !important;
}
.header__dropdown-close {
    grid-area: header-dropdown-close;
    display: var(--dropdown-close-display) !important;
}
.header-menu {
    display: var(--header-menu-display);
    grid-area: header-menu;
}
.header-menu__item > a,
.header-menu__item > button {
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    color: #4e4b66;
    padding: 0 15px;
}
.header-submenu__heading,
.powerful-texting-features h3 {
    color: #202223;
}
.header-menu__item > button {
    gap: 4px;
}
.header-menu__item > button .tmi-arrow-down,
.header-menu__item > button .tmi-chevron-down {
    color: #a0a3bd;
    margin-top: 2px;
}
.header-menu__item > button .tmi-chevron-down {
    font-size: 24px;
    margin: 0 2px 0 0;
}
@media (min-width: 1200px) {
    .header-menu__item--with-submenu:hover .header-submenu {
        display: grid;
        left: 10px;
    }
}
@media (min-width: 1024px) {
    .header-menu {
        justify-self: center;
        grid-auto-flow: column;
        gap: 4px;
    }
    .header-menu__item--with-submenu:hover .header-submenu-features {
        left: -205px;
    }
    .header-submenu:before {
        content: '';
        position: absolute;
        left: -20px;
        right: -20px;
        bottom: -20px;
        top: -15px;
    }
    .header-submenu-features {
        min-height: 610px;
    }
    .header-submenu__link:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .header-submenu__link:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}
@media (min-width: 1200px) {
    .header-menu__item--with-submenu:hover .header-submenu-features {
        left: -235px;
    }
}
.header-submenu {
    display: none;
    position: absolute;
    left: -9999px;
    top: 55px;
    z-index: 200;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    white-space: nowrap;
}
.header-submenu-features {
    grid-template-columns: 200px 1fr;
    width: 940px;
}
.header-submenu-features__aside {
    border-right: 1px solid #ebeef5;
    padding: 20px 0;
    gap: 4px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 200;
}
.header-submenu-features__content {
    padding: 16px 16px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 200;
}
.header-submenu-features__links {
    display: grid;
    gap: 4px 16px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    align-items: start;
}
.header-submenu-features__links-wrap {
    flex-grow: 1;
}
.header-submenu-features__links .header-submenu__link {
    border-radius: 8px;
    border: none !important;
    white-space: normal;
}
.header-submenu-features__links .header-submenu__description {
    margin-right: -10px;
}
.header-submenu-features__footer {
    flex-grow: 0;
    padding: 12px 20px 0;
}
#meet_video_container,
.header-submenu-features__footer .btn,
.texting-platform-link__image video {
    width: 100%;
}
.header-submenu__heading {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-right: -10px;
}
.header-submenu__heading .tmi-chevron-right {
    color: #a0a3bd;
    font-size: 16px;
    margin-left: 4px;
    margin-top: 2px;
    opacity: 0;
    position: relative;
}
.header-submenu__info {
    flex-grow: 1;
    text-decoration: none !important;
}
.header-submenu__description {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #6e7191;
    font-weight: 400;
}
.header-submenu__icon {
    margin-right: 12px;
    font-size: 24px;
    color: #1d4ed8;
    display: flex;
    align-items: center;
}
.header-submenu__soon {
    display: inline-block;
    background: #69bc35;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding: 0 6px;
    font-weight: 700;
    margin-left: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    position: relative;
    transform: translateY(2px);
}
.container,
.container-md {
    margin: 0 auto;
    width: 100%;
}
.header-submenu__link {
    display: flex;
    align-items: flex-start;
    padding: 16px 20px;
    position: relative;
    z-index: 200;
    text-decoration: none !important;
}
.header-submenu__link:hover {
    background-color: #f7f7fc;
}
.communication-with-sms .content-tab--opened .content-tab__heading:before,
.header-submenu__link:hover .header-submenu__heading .tmi-chevron-right,
.powerful-texting-features .content-tab--opened .content-tab__heading:before {
    opacity: 1;
}
.header-submenu__link.active,
.header-submenu__link.active:hover {
    background: #f0f8ff;
}
.header-submenu__link:not(:last-child) {
    border-bottom: 1px solid #eff0f6;
}
.communication-with-sms .content-tab,
.display-none,
.header-submenu__link.d-none {
    display: none !important;
}
@media (max-width: 1199.98px) {
    .header__wrapper {
        max-height: 100%;
    }
    .page-api .header {
        --dropdown-open-display: none;
        --grid-template-areas: 'header-logo header-buttons';
    }
    .page-api .header.header--active {
        --grid-template-areas: 'header-logo header-dropdown-close';
    }
    .header.header--active {
        --header-menu-display: none;
        --header-mobile-display: block;
        --dropdown-open-display: none;
        --dropdown-close-display: flex;
        --grid-template-areas: 'header-logo header-buttons header-dropdown-close';
    }
    .header-menu {
        margin-top: 16px;
    }
    .header-menu__item {
        margin: 0;
    }
    .header-menu__item:not(:first-child) {
        border-top: 1px solid #ebeef5;
    }
    .header-menu__item > a,
    .header-menu__item > button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 24px 48px;
        font-size: 18px;
        line-height: 24px;
    }
    .header-submenu__heading {
        justify-content: space-between;
        line-height: 24px;
        color: #4e4b66;
    }
    .header-submenu__heading .tmi-chevron-right {
        opacity: 1;
        font-size: 20px;
        margin: 0 12px;
    }
    .header-submenu__description,
    .header-submenu__icon {
        display: none;
    }
    .header-submenu__link {
        background: #f9f9fc;
        padding: 16px 12px 16px 20px;
    }
    .header-submenu__link:not(:last-child) {
        border: none;
        margin-bottom: 8px;
    }
    .header .submenu-open > button .tmi-chevron-down {
        transform: rotate(180deg);
    }
    .header .submenu-open .header-submenu {
        display: block;
        position: relative;
        white-space: unset;
        box-shadow: unset;
        left: 0;
        top: 0;
        border-radius: 0;
        margin: 4px 38px 16px 48px;
    }
}
.header--mobile {
    display: var(--header-mobile-display);
    overflow: auto;
    max-height: calc(100vh - var(--header-height) - 40px);
    position: relative;
    border-top: 1px solid #ebeef5;
}
.header-aside__item {
    padding: 12px 16px 12px 24px;
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
    color: #6e7191;
    transition: 0.3s;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.communication-with-sms .content-tab__heading:hover,
.communication-with-sms .content-tab__heading:hover .tmi-chevron-down,
.header-aside__item:hover,
.header-aside__item:hover .tmi-chevron-right,
.powerful-texting-features .content-tab__heading:hover,
.powerful-texting-features .content-tab__heading:hover .tmi-chevron-down {
    color: #1d4ed8;
}
.header-aside__item--active {
    background: #f0f8ff;
    color: #1d4ed8;
}
.header-aside__item--active .tmi-chevron-right {
    color: #1d4ed8 !important;
}
.header-aside__item .tmi-chevron-right {
    font-size: 20px;
    color: #a0a3bd;
}
.main {
    overflow: hidden;
}
.container {
    max-width: 1246px;
    padding: 0 48px;
}
.container-md {
    max-width: 1032px;
    padding: 0 48px;
}
button:focus {
    border: 0 !important;
    outline: 0;
}
.release-notes ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}
.release-notes li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.release-notes {
    padding-bottom: 30px;
}
.release-notes h1 {
    font-size: 36px;
}
.features-top-info {
    padding-bottom: 40px;
}
a.carousel-control-next::after {
    content: '\f19b' !important;
}
.carousel-control-prev::after {
    content: '\f19a' !important;
}
@media (max-width: 355px) {
    .header__buttons .btn--1 {
        display: none;
    }
}
@media (max-width: 499px) {
    .header__buttons .btn--1-logged,
    .header__buttons .btn--2 {
        display: none;
    }
}
@media (min-width: 500px) {
    .header__buttons .btn--1-logged {
        display: inline-flex;
    }
}
@media (max-width: 355px) {
    .header__buttons .btn--2-logged {
        display: none;
    }
}
@media (min-width: 356px) {
    .header__buttons .btn--2-logged {
        display: inline-flex;
    }
}
@media (max-width: 767.98px) {
    .container,
    .container-md {
        padding: 0 24px;
    }
    .btn--sm-full-width {
        min-width: 260px !important;
    }
    .tooltip__container:hover .tooltip__base {
        left: -92px;
        top: 28px;
    }
    .tooltip__base {
        width: 200px;
    }
    .tooltip__base::after {
        top: -3px;
        left: 96px;
    }
    .page-api .header {
        --dropdown-open-display: block;
        --grid-template-areas: 'header-logo header-dropdown-open';
    }
    .header.header--active {
        --grid-template-areas: 'header-logo header-dropdown-close';
    }
    .header__buttons {
        gap: 8px;
    }
    .header__buttons .btn + .btn {
        margin-left: 0;
    }
    .header__buttons--mobile {
        display: flex;
    }
    .header-menu {
        margin-top: 12px;
        gap: 1px;
    }
    .header-menu__item > a,
    .header-menu__item > button {
        padding: 24px;
    }
    .header-submenu__heading .tmi-chevron-right {
        margin: 0 10px;
    }
    .header .submenu-open .header-submenu {
        margin: -4px 16px 16px;
    }
    .container-md {
        max-width: 984px;
    }
    .header__top .container {
        display: grid;
        grid-template-areas: 'header-logo header-buttons header-dropdown-open';
        grid-template-columns: 128px 1fr max-content max-content;
        align-items: center;
        height: var(--header-height);
    }
    .header__buttons .btn {
        height: 32px;
        padding: 0 15px;
    }
    .header__buttons .btn [class*=' tmi'],
    .header__buttons .btn [class^='tmi'],
    .header__buttons .fa-shopping-cart,
    .header__buttons .mditm-account-circle {
        display: none;
    }
    .header__dropdown {
        margin-left: 16px;
    }
    .header__dropdown:before {
        width: 32px;
        height: 32px;
    }
    .header {
        --buttons-mobile-display: flex;
        --grid-template-areas: 'header-logo header-buttons header-dropdown-open';
        --header-height: 60px;
        --logo-width: 128px;
        --grid-columns: 128px 1fr max-content max-content;
    }
    .communication-with-sms .tab-buttons,
    .powerful-texting-features .tab-buttons {
        display: none !important;
    }
}
@media (max-width: 374.98px) {
    .header {
        --logo-width: 105px;
    }
}
.header__top .container {
    display: grid;
    grid-template-areas: var(--grid-template-areas);
    grid-template-columns: var(--grid-columns);
    align-items: center;
    height: var(--header-height);
}
.header__buttons--mobile .btn {
    height: 40px;
    padding: 0 19px;
}
@media (min-width: 355px) {
    .header__buttons--mobile .btn--2 {
        display: none;
    }
}
@media (max-width: 354px) {
    .header__buttons--mobile .btn--2 {
        display: inline-flex;
    }
}
@media (min-width: 499px) {
    .header__buttons--mobile .btn--1 {
        display: none;
    }
}
@media (max-width: 499px) {
    .header__buttons--mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .header__buttons--mobile .btn--1 {
        display: inline-flex;
    }
}
@media (min-width: 355px) {
    .header__buttons--mobile .btn--1-logged {
        display: none;
    }
}
@media (max-width: 354px) {
    .btn--1-logged .mditm-account-circle,
    .header__buttons--mobile .btn--1-logged {
        display: inline-flex;
    }
}
@media (min-width: 499px) {
    .header__buttons--mobile .btn--2-logged {
        display: none;
    }
}
@media (max-width: 499px) {
    .btn--2-logged .fa-shopping-cart,
    .header__buttons--mobile .btn--2-logged {
        display: inline-flex;
    }
}
.communication-with-sms .tab-buttons,
.powerful-texting-features .tab-buttons {
    max-width: 1000px;
    margin: 0 auto 100px;
}
.cky-btn,
.communication-with-sms .content-tab--active,
.powerful-texting-features .content-tab--active {
    display: block !important;
}
.communication-with-sms .content-tab--opened .content-tab__heading,
.communication-with-sms .content-tab--opened .content-tab__heading .content-tab__heading-icon,
.communication-with-sms .content-tab--opened .content-tab__heading .tmi-chevron-down,
.communication-with-sms .content-tab--opened .content-tab__heading:hover,
.communication-with-sms .content-tab--opened .content-tab__heading:hover .content-tab__heading-icon,
.communication-with-sms .content-tab--opened .content-tab__heading:hover .tmi-chevron-down,
.powerful-texting-features .content-tab--opened .content-tab__heading,
.powerful-texting-features .content-tab--opened .content-tab__heading .content-tab__heading-icon,
.powerful-texting-features .content-tab--opened .content-tab__heading .tmi-chevron-down,
.powerful-texting-features .content-tab--opened .content-tab__heading:hover,
.powerful-texting-features
    .content-tab--opened
    .content-tab__heading:hover
    .content-tab__heading-icon,
.powerful-texting-features .content-tab--opened .content-tab__heading:hover .tmi-chevron-down {
    color: #fff;
}
.communication-with-sms .content-tab__content,
.powerful-texting-features .content-tab__content {
    display: flex !important;
    gap: 66px;
    justify-content: space-between;
    align-items: center;
}
.communication-with-sms .content-tab__image,
.powerful-texting-features .content-tab__image {
    height: auto !important;
    max-width: 560px;
    transform: scale(1.1);
    margin: -100px 0;
}
@media (max-width: 1199.98px) {
    .header {
        --header-menu-display: none;
        --dropdown-open-display: flex;
        --grid-template-areas: 'header-logo header-buttons header-dropdown-open';
    }
    .header.header--active {
        --header-mobile-display: block;
        --dropdown-open-display: none;
        --dropdown-close-display: flex;
        --grid-template-areas: 'header-logo header-buttons header-dropdown-close';
    }
    .communication-with-sms .tab-buttons,
    .powerful-texting-features .tab-buttons {
        margin-bottom: 64px;
    }
    .communication-with-sms .content-tab__image,
    .powerful-texting-features .content-tab__image {
        max-width: 400px;
    }
    .page-mass-texting .hero--right-image .hero-info__text {
        padding-top: 0;
    }
}
.communication-with-sms .content-tab__image.scale120 {
    transform: scale(1.2);
}
.communication-with-sms .content-tab__image.scale100,
.powerful-texting-features .content-tab__image.scale100 {
    transform: scale(1);
}
.communication-with-sms .content-tab__image.scale100 .content-tab__heading,
.powerful-texting-features .content-tab__heading {
    display: none !important;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
    text-align: left;
    color: #4e4b66;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Plus Jakarta Sans', Inter, Helvetica Neue, Arial, sans-serif;
}
.communication-with-sms .content-tab__heading:before,
.powerful-texting-features .content-tab__heading:before {
    content: '';
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background: #6e7191;
    border-radius: 8px;
    opacity: 0;
    transition: 0.3s;
}
.communication-with-sms .content-tab__heading > *,
.powerful-texting-features .content-tab__heading > * {
    position: relative;
    z-index: 2;
}
.communication-with-sms .content-tab__heading-icon,
.powerful-texting-features .content-tab__heading-icon {
    flex-grow: 0;
    display: flex !important;
    align-items: center;
    font-size: 28px;
    min-width: 28px;
    width: 28px;
    color: #1d4ed8;
}
.communication-with-sms .content-tab__heading-title,
.powerful-texting-features .content-tab__heading-title {
    display: block !important;
    flex: 1;
    padding-right: 40px;
}
.communication-with-sms .content-tab__heading .tmi-chevron-down,
.powerful-texting-features .content-tab__heading .tmi-chevron-down {
    font-size: 24px;
    color: #6e7191;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.communication-with-sms .advantages,
.powerful-texting-features .advantages {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    max-width: 460px;
}
.communication-with-sms .adv,
.powerful-texting-features .adv {
    display: flex !important;
    align-items: flex-start;
    gap: 16px;
}
.communication-with-sms .adv__icon,
.powerful-texting-features .adv__icon {
    color: #1d4ed8;
    font-size: 32px;
    display: flex;
    align-items: center;
}
.communication-with-sms .adv__texting,
.powerful-texting-features .adv__texting {
    font-size: 16px;
    line-height: 24px;
    color: #6e7191;
    text-align: left;
}
@media (max-width: 1023.98px) {
    .communication-with-sms .tab-buttons,
    .powerful-texting-features .tab-buttons {
        margin-bottom: 48px;
    }
    .communication-with-sms .content-tab__content,
    .powerful-texting-features .content-tab__content {
        flex-direction: column;
        align-items: center;
        gap: 44px;
    }
    .communication-with-sms .content-tab__image,
    .powerful-texting-features .content-tab__image {
        max-width: 560px;
        transform: scale(1) !important;
        margin: 0 auto;
        width: 100%;
    }
    .communication-with-sms .advantages,
    .powerful-texting-features .advantages {
        max-width: none;
    }
    .communication-with-sms .adv__icon,
    .powerful-texting-features .adv__icon {
        display: none !important;
    }
    .communication-with-sms .adv__texting,
    .powerful-texting-features .adv__texting {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .communication-with-sms .content-tab,
    .powerful-texting-features .content-tab {
        display: block !important;
        position: relative;
    }
    .communication-with-sms .content-tab:before,
    .powerful-texting-features .content-tab:before {
        content: '';
        position: absolute;
        left: 40px;
        top: 100%;
        right: 0;
        height: 1px;
        background: #e3e4ee;
    }
    .communication-with-sms .content-tab--opened .content-tab__content,
    .powerful-texting-features .content-tab--opened .content-tab__content {
        max-height: 300vh;
        padding: 20px 0 24px;
    }
    .communication-with-sms .content-tab__content,
    .powerful-texting-features .content-tab__content {
        max-height: 0;
        transition: 0.3s;
        overflow: hidden;
    }
    .communication-with-sms .content-tab__image,
    .powerful-texting-features .content-tab__image {
        max-width: 460px;
    }
    .communication-with-sms .content-tab__heading,
    .powerful-texting-features .content-tab__heading {
        display: flex !important;
    }
    .communication-with-sms .adv__texting,
    .powerful-texting-features .adv__texting {
        text-align: left;
    }
}
.powerful-texting-features .get-started__buttons {
    margin-top: 100px;
}
.admin-bar,
.communication-with-sms .get-started__buttons {
    margin-top: 40px;
}
@media (max-width: 1024px) {
    .communication-with-sms .content-tab--opened .tmi-chevron-down,
    .powerful-texting-features .content-tab--opened .tmi-chevron-down {
        fill: #1d4ed8;
        transform: rotate(180deg);
        transition-duration: 0.4s;
        top: 10%;
    }
}
.audience .tmi-chevron-down {
    fill: #1d4ed8;
    transform: rotate(180deg);
    transition-duration: 0.4s;
    top: 20%;
    font-size: 24px;
    transform: translateY(-50%) !important;
}
.price-tab-separator {
    width: 1px;
    height: 17px;
    background: #d9dbe9;
    border-radius: 1px;
}
.price-tab-icon {
    width: 19px;
    height: 20px;
}
@media (max-width: 668px) {
    .price-tab-separator {
        opacity: 0;
        height: 7px;
    }
}
@media (max-width: 768px) {
    .communication-with-sms .content-wrapper,
    .powerful-texting-features .content-wrapper {
        display: block;
    }
    .communication-with-sms .tab-buttons,
    .powerful-texting-features .content-wrapper .tab-buttons {
        display: none !important;
    }
    .audience .mobile-items .question-wrap .quest-icon {
        top: 28px;
    }
    .audience .mobile-items .question-wrap .quest-icon.active {
        top: 5px !important;
        color: #fff;
    }
    .communication-with-sms .tab-item {
        padding: 0 24px;
    }
    @supports (-webkit-touch-callout: none) {
        #case-studies-id .custom-container {
            padding: 60px 24px !important;
        }
    }
}
.white--text {
    color: #fff !important;
}
.white-opacity70--text {
    color: rgba(255, 255, 255, 0.7);
}
.base-section.bg-dark {
    background: url(../assets/img/dark-bg.svg) center top/cover no-repeat #14142b;
    color: #fff;
}
.features-lists-two--shadow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    text-align: left;
}
.features-lists-two--shadow .features-block {
    border-radius: 8px;
    border: 1px solid #eff0f6;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 24px 32px;
}
.base-section.bg-mint {
    background: url(../assets/img/mint-bg.svg) center top/cover no-repeat #e3f2f2;
}
.faq-list,
.page-mass-texting {
    font-family: Inter, Helvetica Neue, Arial, sans-serif;
}
@media (max-width: 500px) {
    .page-mass-texting .features-lists-two--shadow {
        grid-template-columns: none;
    }
}
.page-mass-texting section.faq {
    border-top: none !important;
}
.textmagic-badges .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    gap: 49px;
}
.admin-bar .header__wrapper {
    top: 30px !important;
}
.alert-success {
    border: 0;
    background-color: #dbefff;
}
.alertCopyBtn img {
    margin-top: 14px;
}
.text-buttons:hover {
    border: 0;
}
.alertCopyBtn {
    background: #ebeef5;
}
.text-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.alert__wrapper .btn-primary {
    color: #fff;
    background-color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    margin: 0 !important;
    padding: 8px 18px !important;
}
html :where(.has-border-color) {
    border-style: solid;
}
.wp-block-pullquote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding: 3em 0;
    text-align: center;
}
.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0 !important;
}
.rev_image {
    max-width: 144px !important;
    max-height: 34px !important;
}
.powerful-texting-features h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
@media (max-width: 1100px) {
    .btn-toggle {
        flex-direction: column;
        width: 100%;
    }
}
.btn-toggle__label-in {
    min-width: 118px !important;
    padding: 4px 2px;
}
.supported-providers__logos--small .supported-providers-logo__label {
    font-size: 8px;
    line-height: 12px;
}
.select__dropdown:after {
    content: url(../assets/img/pricing/arrow_drop_down.svg) !important;
    right: 11px;
    margin-top: -8px;
}
.select-disabled .select__dropdown:after {
    content: url(../assets/icons/arrow_drop_down.svg) !important;
    right: 11px;
}
.select-disabled-text {
    color: #6e7191;
}
.bandwidth-icon,
.twilio-icon,
.vonage-icon {
    max-width: 14px;
}
.country-td {
    width: 290px !important;
}
body.case_study_pod-template
    .case-content
    .info-row-3
    .info-row-3-left
    .info-row-1
    figcaption
    .media-left
    .tm-quote-image
    img {
    max-height: 50px !important;
    max-width: 50px !important;
}
.modal-wm {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}
@media (max-width: 600px) {
    body.search-results
        .blogs
        .from-video-library
        .slider
        .blog-slick-slider
        .slick-list
        .slick-track
        .slick-item
        .image
        .slider-img {
        max-height: 180px !important;
        min-height: 180px !important;
        height: 180px !important;
    }
    .modal-wm {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 50%;
    }
}
.modal-content-wm {
    margin: auto;
    padding: 0;
    width: 100%;
}
.closeM {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
}
#xrelative {
    position: relative;
    float: right;
    background: red;
    color: #fff;
    top: -10px;
    right: -10px;
}
.closeM:focus,
.closeM:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.cframe {
    border: 0 solid #fff;
    padding: 0;
    margin: 0;
}
#cframe {
    aspect-ratio: 16/9;
}
#start_free_buttons a.trial,
.buttons a.trial,
.get-started__buttons a.trial {
    font-weight: 700;
    border: none !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.15);
    background: #1d4ed8 !important;
}
#start_free_buttons a.trial:hover,
.buttons a.trial:hover,
.get-started__buttons a.trial:hover {
    background: #1E40AF !important;
    border-color: #1E40AF !important;
}
.hregister,
.hregister2 {
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.15) !important;
    background: #1d4ed8 !important;
}

.hregister:hover,
.hregister2:hover {
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.15) !important;
    background: #1E40AF !important;
}
.try_featured_section #start_free_buttons a.trial {
    background-color: #ff8c00 !important;
    border: 1px solid #ff8c00 !important;
}
.try_featured_section #start_free_buttons a.trial:hover {
    background-color: #e27f27 !important;
    border: 1px solid #e27f27 !important;
}
@media (max-width: 1023.98px) {
    .communication-with-sms .get-started__buttons,
    .powerful-texting-features .get-started__buttons {
        margin-top: 48px;
    }
    .postid-17566 .hero-info {
        flex-direction: column;
    }
    .postid-17566 .hero--right-image .hero-info__image {
        display: block;
    }
    .postid-17566 .hero-info__image {
        padding-top: 50px;
    }
}
@media (max-width: 750px) {
    .postid-17566 .hero.coming-soon .hero-info__image img {
        max-width: 80%;
    }
}
.hlogin-transparent {
    background-color: transparent !important;
    border: 1px solid #1d4ed8 !important;
    color: #1d4ed8 !important;
}
.hlogin-transparent:hover {
    text-decoration: none !important;
    background: rgba(0, 140, 255, 0.05) !important;
}
.splide__pagination li button {
    padding-left: 0;
}
.subtitle404 {
    font-size: 18px;
    line-height: 24px;
    color: #6e7191;
    max-width: 930px;
    margin: 10px auto 30px;
}
.error404.admin-bar .main-section .container {
    padding-top: 93px;
}
.sitemap-table .h3,
.sitemap-table h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #202223;
    margin-bottom: 12px;
}
.sitemap-table a {
    font-weight: 400;
    font-size: 16px;
}
.pbut {
    text-align: center;
}
