<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Inter', sans-serif;
    font: var(--fontWeightRegular) var(--fontBodySize)/var(--fontBodyLine) var(--fontFamilyInter);
    color: var( --color-tn-text-primary);
}
p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--color-tn-text-primarydark);
}
a {
    color: var(--color-tn-primarylight);
    text-decoration: none;
}
a:hover {
    color: var(--color-tn-primarydark);
    text-decoration: underline;
}
h1 {
    font-size: var(--fontH1Size);
    line-height: var(--fontH1Line);
}
h2{
    font-size: var(--fontH2Size);
    line-height: var(--fontH2Line);
}
h3 {
    font-size: var(--fontH3Size);
    line-height: var(--fontH3Line);
}
h4 {
    font-size: var(--fontH4Size);
    line-height: var(--fontH4Line);
}
h5 {
    font-size: var(--fontH5Size);
    line-height: var(--fontH5Line);
}
h6 {
    font-size: var(--fontH6Size);
    line-height: var(--fontH6Line);
}
[class*=" icon-"], [class^="icon-"] {
    font-family: 'Line Awesome Free';
}
.z-top {
    z-index: 1;
    position: relative;
}
.z-below {
    z-index: -1;
    position: relative;
}
.border-radius-top-bottom-left {
    border-radius: var(--borderRadiusSmall) 0 0 var(--borderRadiusSmall);
}
.border-radius-top-bottom-right {
    border-radius: 0 var(--borderRadiusSmall) var(--borderRadiusSmall) 0;
}
.slick-slide {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
  .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quote__one-card {
    padding: var(--columnPaddingMedium);
    background-color: var(--color-tn-lightestgrey);
    border-radius: var(--borderRadiusSmall);
}
.quote__two-card {
    padding: var(--columnPaddingMedium);
    background-color: var(--color-tn-tertiarydark);
    color: var(--color-tn-white);
    border-radius: var(--borderRadiusSmall);
}
.quote__two-card h1,
.quote__two-card h2,
.quote__two-card h3,
.quote__two-card h4,
.quote__two-card h5,
.quote__two-card h6,
.quote__two-card p {
    color: var(--color-tn-white);
}
.quote__profile {
    position: relative;
    display: flex;
    align-items: center;
}
.quote__profile-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.quote__profile-txt {
    padding-left: var(--textPaddingMedium);
}
.quote__profile-txt h6 {
    font-size:var(--fontH6Size);
    line-height: var(--fontH6Line);
}
.quote__one-wrap {
    display: flex;
    flex-direction: column;
}
.quote__testimonial {
    display: flex;
}
.quote__one-icontop {
    padding-bottom: var( --iconPaddingNormal);
}
.quote__one-iconbottom {
    padding-top: var( --iconPaddingNormal);
    text-align: right;
}
.quote__testimonial,
.quote__profile {
    padding-top: var(--columnPaddingSmall);
    display: flex;
}
.video-overlay {
    position: relative;
    border-radius: var(--borderRadiusSmall);
    background-color: var(--color-tn-white);
    padding: var(--columnPaddingMedium) 0;
}
.video-overlay-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-overlay__hotspot.one .hotspot__button {
    position: absolute;
    width: 100px;
    height: 70px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    border-radius: 0;
    cursor: pointer;
}
.video-overlay__hotspot.one .hotspot__button::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: attr(data-style-top);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.video-overlay__hotspot.one .hotspot__button {
    top: 5%;
    left: 10%;
}
.video-overlay__hotspot.two .hotspot__button {
    position: absolute;
    width: 100px;
    height: 70px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    border-radius: 0;
    cursor: pointer;
}
.video-overlay__hotspot.two .hotspot__button::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: attr(data-style-top);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.video-overlay__hotspot.two .hotspot__button {
    top: 30%;
    left: 8%;
}
.video-overlay__hotspot.three .hotspot__button {
    position: absolute;
    width: 100px;
    height: 70px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    border-radius: 0;
    cursor: pointer;
}
.video-overlay__hotspot.three .hotspot__button::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: attr(data-style-top);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.video-overlay__hotspot.three .hotspot__button {
    bottom: 25%;
    left: 35%;
}
.video-overlay__hotspot.four .hotspot__button {
    position: absolute;
    width: 120px;
    height: 70px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    border-radius: 0;
    cursor: pointer;
}
.video-overlay__hotspot.four .hotspot__button::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: attr(data-style-top);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
  }
.video-overlay__hotspot.four .hotspot__button {
    top: 24%;
    left: 40%;
}
.video-overlay__hotspot .hotspot__popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: visibility .3s, opacity .3s;
    z-index: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: var(--color-tn-white);
    padding: var(--columnPaddingMedium);
    font: var(--fontWeightRegular) var(--fontSmallSize)/var(--fontSmallLine) var(--fontFamilyInter);
    display: grid;
    row-gap: var(--rowGapNormal);
}
.video-overlay__hotspot .hotspot__popup h5 {
    color: var(--color-tn-primarylight);
}
.video-overlay__hotspot:hover .hotspot__popup{
    transition: visibility 1s, opacity 1s;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.hotspot .hotspot__hover {
    display: block;
    width: 100%;
    height: 100%;
}
.hotspot .hotspot__overlay {
    position: relative;
}
.hotspot .hotspot__popup h5 {
    color: var(--color-tn-primarylight);
  }
.hotspot .hotspot__popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: visibility .3s, opacity .3s;
    z-index: 1;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: var(--color-tn-white);
    padding: var(--columnPaddingMedium);
    font: var(--fontWeightRegular) var(--fontSmallSize)/var(--fontSmallLine) var(--fontFamilyInter);
    display: grid;
    row-gap: var(--rowGapNormal);
    width: 300px;
    top: 15%;
    left: 8%;
}
.hotspot .hotspot__overlay:hover .hotspot__popup {
    transition: visibility 1s, opacity 1s;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.split-card {
    border-radius: var( --borderRadiusSmall);
    box-shadow: rgba(var(--color-tn-primaryRGB), 0.2) 0px 8px 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.split-card__img {
    position: relative;
    display: flex;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.split-card__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.split-card__txt {
    display: flex;
    flex-direction: column;
    padding: var(--columnPaddingMedium);
    justify-content: center;
}
.persona-profile img {
    border-radius: var(--borderRadiusSmall);
}
.article-links {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
    border-radius: var(--borderRadiusSmall);
    border: 1px solid var(--color-tn-lightblue);
}
.article-links-img {
    display: block;
    width: 100%;
    height: 100%;
}
.article-links img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.article-links-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-decoration: none;
    color: var(--color-tn-white);
    padding: var(--columnPaddingMedium) var(--columnPaddingNormal) var(--columnPaddingSmall);
}
.article-links-text.bg-shade {
    background: rgb(var(--color-tn-primaryRGB));
    background: linear-gradient(0deg, rgba(var(--color-tn-primaryRGB),.7) 50%, rgba(var(--color-tn-primaryRGB),0) 100%);
}
.article-links:hover,
.article-links-text:hover {
    color: var(--color-tn-secondary);
}
.article-links.lightblue {
    background-color: var(--color-tn-primarylight);
}
.article-links.darkblue {
    background-color: var(--color-tn-primary);
}
.article-links-icon {
    display: flex;
    justify-content: center;
    padding-top: var(--columnPaddingMedium);
    width: 100%;
    height: 100%;
}
.article-links-icon:hover svg{
    fill: var(--color-tn-secondary);
    stroke: purple;
}
.tabs .nav-item {
    margin-bottom: 0;
    padding-bottom: var(--buttonPaddingLarge);
}
.tabs .nav-item.selected {
    background-color: var(--color-tn-lightblue);
}
.section-img img {
    border-radius: var(--buttonPaddingSmall);
    box-shadow: rgba(var(--color-tn-primaryRGB), 0.2) 0px 8px 24px;
}
.hightigts__wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hightigts__wrap li {
    display: inline-flex;
    padding: 0 var(--textMarginLarge);
    margin-bottom: var(--textMarginLarge);
    width: 100%;
    justify-content: center;
}
.hightigts__wrap li:last-child {
    border: none;
}
.hightigts__wrap li .highlights__point {
    color: var(--color-tn-primarydark);
    text-decoration: none;
    display: flex;
    align-items: center;
}
.hightigts__wrap li .highlights__point span {
    padding-left: var(--textPaddingNormal);
    text-align: left;
    font-weight: var(--fontWeightBold);
    font-size: var(--fontSmallSize);
    line-height: var(--fontSmallLine);
}
.journey {
    list-style: none;
    margin: 0;
    padding: 0;
}
.journey__section {
    position: relative;
    width: 100%;
    padding-left: var(--columnPaddingLarge);
}
.journey__section-img {
    position: relative;
}
.journey__section-img::before {
    border-bottom: 2px dashed var(--color-tn-primarylight);
    content: '';
    flex: 1;
    position: absolute;
    top: 36px;
    left: -56px;
    width: 200px;
    z-index: -1;
}
.journey__section-img .journey__section-wrap&gt;div,
.journey__section-img .journey__section-wrap iframe,
.journey__section-img .journey__section-wrap img {
    border-radius: var(--borderRadiusSmall);
}
.journey__section-wrap {
    max-width: 530px;
}
.journey__section-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.journey__section-line::before {
    content:"";
    position: absolute;
    top: 0;
    left: 11px;
    bottom: 0;
    border-left: 2px dashed var( --color-tn-primarylight);
}
.journey__section-line::after {
    background: var(--color-tn-primary);
    border: 5px solid var(--color-tn-secondary);
    border-radius: 100%;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 24px;
    left: 0;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  }
.journey__section-txt {
    padding-bottom: var(--columnPaddingMedium);
}
.privacy-policy__wrap a {
    color: var(--color-tn-primarylight);
}
.privacy-policy__wrap a:hover {
    color: var(--color-tn-secondarydark);
}
.privacy-policy__wrap .article__layout ul {
    list-style: none;
    padding: 0 var(--columnPaddingLarge) 0 var(--columnPaddingMedium);
}
.privacy-policy__wrap .article__layout ul li {
    position: relative;
}
.privacy-policy__wrap .article__layout ul li::before {
    position: absolute;
    top: 9px;
    left: -21px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--color-tn-text-primarylight);
    content: "";
}
.copy-img-card .copy-img a {
    display: block;
}
.copy-img-card img {
    border-radius: var(--borderRadiusSmall);
}
.copy-img-card .copy-wrap {
    padding: 0 var(--columnPaddingNormal) 0 0;
}
.torizon-som-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.torizon-som-wrap li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    height: 250px;
}
.torizon-som-wrap li .som-link {
    display: block;
    height: auto;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; 
}
.torizon-som-wrap li .som-txt {
    margin-top: 60px;
    text-decoration: none;
    font: var(--fontWeightMedium) var(--fontSmallSize)/var(--fontSmallLine) var(--fontFamilyInter);
    color: var(--color-tn-primarylight);
}
.torizon-som-wrap li .som-txt:hover {
    color: var(--color-tn-secondarydark);
}
.torizon-som-wrap li .som-link:hover {
    transform: rotate(0deg) scale(.9);;
}
.som-rotate.apalis {
    height: 100px;
    width: auto;
}
.som-rotate.verdin {
    height: 78px;
    width: auto;
}
.product-card {
    border-radius: var(--buttonPaddingSmall);
    box-shadow: rgba(var(--color-tn-primaryRGB), 0.2) 0px 8px 24px;
    overflow: hidden;
    padding: var(--columnPaddingMedium);
    position: relative;
    background-color: var(--color-tn-white);
}
.product-card.greyout::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-tn-primaryRGB), 0.2);
}
.partner-card-logo-wrap {
    border-radius: var(--buttonPaddingSmall);
    box-shadow: rgba(var(--color-tn-primaryRGB), 0.2) 0px 8px 24px;
    background-color: var(--color-tn-white);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.partner-card {
    border-radius: var(--buttonPaddingSmall);
    box-shadow: rgba(var(--color-tn-primaryRGB), 0.2) 0px 8px 24px;
    overflow: hidden;
    position: relative;
    background-color: var(--color-tn-white);
    margin: 30px 0 0 30px;
}
.partner-card-logo {
    padding: 10px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
}
.partner-card .copy-body,
.partner-card .copy-footer {
    padding: 0 var(--columnPaddingMedium);
}
.partner-card .copy-body {
    padding-top: var(--columnPaddingMedium);
}
.partner-card .copy-footer {
    padding-bottom: var(--columnPaddingMedium);
}
.partner-card .company {
    font: var(--fontWeightRegular) 14px/20px var(--fontFamilyInter);
    color: var(--color-tn-normalgrey);
    margin-bottom: 5px;
}
.webinar-card, 
.article-card {
    border-radius: var(--buttonPaddingSmall);
    box-shadow: rgba(var(--color-tn-primaryRGB), 0.2) 0px 8px 24px;
    overflow: hidden;
    position: relative;
    background-color: var(--color-tn-white);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.webinar-card .article-card__wrap,
.article-card .article-card__wrap {
    padding: var(--columnPaddingMedium);
    height: 100%
}
.webinar-card .article-card__wrap .add-to-cart,
.article-card .article-card__wrap .add-to-cart{
    color: var(--color-tn-secondarydark);
}
.blog-card {
    border-radius: var(--buttonPaddingSmall);
    box-shadow: rgba(var(--color-tn-primaryRGB), 0.2) 0px 8px 24px;
    overflow: hidden;
    position: relative;
    background-color: var(--color-tn-white);
    height: 100%;
}
.blog-card .article-card__wrap {
    padding: 0 var(--columnPaddingMedium) var(--columnPaddingMedium);
}
.blog-card .img-head a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}
.blog-card .img-head img{
    max-height: 150px;
    padding: 0 10px;
}
.article-card__head-info-wrap .article-card__date {
    padding-bottom: var(--columnPaddingNormal);
}
.article-card__date .date {
    display: inline-block;
    background-color: var(--color-tn-lightcyan);
    padding: var(--columnPaddingSmall) var(--columnPaddingNormal);
    border-radius: var(--borderRadiusSmall);
    font: var(--fontWeightMedium) var(--fontBodySize)/var(--fontBodyLine) var(--fontFamilyInter);
    border: 1px solid var(--color-tn-primarylight);
}
.article-card__date .datesmall {
    display: inline-block;
    background-color: var(--color-tn-lightblue);
    padding: var(--columnPaddingSmall) var(--columnPaddingNormal);
    border-radius: var(--borderRadiusSmall);
    font: var(--fontWeightMedium) var(--fontSmallSize)/var(--fontSmallLine) var(--fontFamilyInter);
}
.webinar-card .article-card__head {
    display: flex;
    align-items: center;
    padding: var(--columnPaddingNormal);
}
.webinar-card .article-card__head .article-card__head-img,
.webinar-card .article-card__head .article-card__head-info-wrap {
    flex: 1;
}
.webinar-card .article-card__head .article-card__head-info {
    display: flex;
    align-items: center;
    padding-bottom: var(--columnPaddingNormal);
}
.webinar-card .article-card__head .article-card__head-info:last-child {
    padding-bottom: 0;
}
.webinar-card .article-card__head .article-card__head-info .article-card__head-info-copy {
    padding-left: var(--columnPaddingSmall);
}
.webinar-card .article-card__head .article-card__head-info p {
    font: var(--fontWeightRegular) var(--fontSmallSize)/var(--fontSmallLine) var(--fontFamilyInter);
}
.webinar-card .article-card__head.yellow {
    background-color: var(--color-tn-lightorenge);
}
.webinar-card .article-card__head.blue {
    background-color: var(--color-tn-lightblue);
}
.webinar-card .article-card__head.green {
    background-color: var(--color-tn-lightgreen);
}
.header-note-area {
    padding: var(--columnPaddingSmall) 0;
    background-color: var(--color-tn-tertiarylight);
    transition: all .3s;
    color: var(--color-tn-primary);
    position: relative;
}
.header-note-text {
    display: flex;
    justify-content: center;
}
.header-notice-action-close {
    position: absolute;
    right: 20px;
    transition: all .3s;
    top: 6px;
}
.header-notice-action-close button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
.table-wrap .table-row,
.table-wrap .table-row .table-cell {
    display: flex;
    font-size: var(--fontSmallSize);
}
.table-wrap .table-row .table-cell {
    padding: var(--columnPaddingSmall);
}
.table-wrap .table-row:nth-child(odd) {
    background-color: var(--color-tn-lightblue);
}
.header-note-wrap {
    transition: all 0.5s;
}
.table-wrap .table-row .table-cell.head {
    flex:1;
}
.table-wrap .table-row .table-cell {
    flex:1;
}
.table-wrap .table-row .table-cell:nth-child(even) {
    border-left: 1px solid rgba(var(--color-tn-primarymediumRGB),.5);
}
.header-note {
    background-color: var(--color-tn-primarylight);
    color: var(--color-tn-white);
    font: var(--fontWeightRegular) 12px/18px var(--fontFamilyInter);
    text-transform: uppercase;
    padding: var(--columnPaddingSmall) var(--columnPaddingNormal);
    display: inline-flex;
    flex-wrap:wrap;
    position: relative;
}
.header-note::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid var(--color-tn-primarylight);
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-tn-primarylight);
    border-bottom: 10px solid transparent;
    left: 0px;
    bottom: -19px;
}
.top-menu.scrolled .header-note-wrap {
    display: none;
}
.copy .img-head img {
    border-radius: var(--buttonPaddingSmall);
}
.starter-kit-wrap {
    position: relative;
    background-color: #fff; 
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .1); 
    margin-bottom: 50px;
    border-radius: var(--borderRadiusSmall); 
}
.starter-kit-wrap .combo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
}
.starter-kit-wrap .bundle-kit .kit {
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.starter-kit-wrap .kit .kit-wrap {
    padding: var(--columnPaddingSmall) var(--columnPaddingSmall) var(--columnPaddingMedium);
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.starter-kit-wrap .kit .kit-wrap a {
    text-decoration: none;
    color: var(--color-tn-primary);
}
.starter-kit-wrap .kit .kit-wrap::before {
    content: "+";
    width: 20px;
    height: 20px;
    color: var(--color-tn-primary);
    background-color: var(--color-tn-secondary);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    line-height: 18px;
    left: 50%;
    top: -25px;
    z-index: 1;
}
.starter-kit-wrap .kit:first-child .kit-wrap::before {
    content: "";
    width: 0;
    height: 0;
    background-color: transparent;
}
.starter-kit-wrap .bundle-kit p {
    max-width: 180px;
    text-align: center;
    margin: 0 auto;
}
.starter-kit-wrap .bundle-wrap {
    border-top: 1px solid var(--color-tn-primarylight); 
    border-bottom: 1px solid var(--color-tn-primarylight);
}
.starter-kit-wrap .bundle-wrap .border-left {
    border-left: 1px solid var(--color-tn-primarylight); 
}
.url-head {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.url-wrap {
    position: absolute;
    width: 32px;
    height: 56px;
    left: -32px;
    top: 0;
}
.url-wrap-btn {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.url-wrap-btn .copy-url {
    height: 34px;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0;
    transform: translate(8px);
    transition: opacity .2s ease 0s,transform .2s ease 0s;
    border: none;
}
.url-head:hover .url-wrap-btn .copy-url {
    transform: none;
    width: unset;
    opacity: 1;
}
.copy-url &gt; img {
    display: block;
}
#linkCopied .modal-dialog {
    max-width: 300px;
}
.list__tick-wrap {
    display: flex;
    flex-direction: column;
}
.list__tick {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.list__tick-items {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.list__tick-items::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg class='list__tick-icon' width='22' height='22' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 27C20.9558 27 27 20.9558 27 13.5C27 6.04416 20.9558 0 13.5 0C6.04416 0 0 6.04416 0 13.5C0 20.9558 6.04416 27 13.5 27Z' fill='%23D6EDFF'%3E%3C/path%3E%3Cpath d='M8 14L11.2023 18L20 10' stroke='%230092FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.theme-lightblue .list__tick-items::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3687_4449)'%3E%3Cpath d='M10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20Z' fill='white' fill-opacity='0.5'/%3E%3Cpath d='M5.92969 10.3699L8.29969 13.3299L14.8197 7.3999' stroke='%230092FF' stroke-width='1.63' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3687_4449'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.theme-lightblue .white-bg .list__tick-items::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg class='list__tick-icon' width='22' height='22' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 27C20.9558 27 27 20.9558 27 13.5C27 6.04416 20.9558 0 13.5 0C6.04416 0 0 6.04416 0 13.5C0 20.9558 6.04416 27 13.5 27Z' fill='%23D6EDFF'%3E%3C/path%3E%3Cpath d='M8 14L11.2023 18L20 10' stroke='%230092FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.list__tick-icon {
    position:absolute;
    top: 4px;
    left: 0;
}
.blog-article-content ul,
.blog-article-content ul li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.blog-article-content ul li {
    position: relative;
}
.blog-article-content ul&gt;li {
    padding-left: 30px;
    padding-right: 30px;
}
.blog-article-content ul&gt;li&gt;ul&gt;li {
    padding-left: 20px;
    padding-right: 20px;
}
.blog-article-content ul &gt; li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg class='list__tick-icon' width='22' height='22' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 27C20.9558 27 27 20.9558 27 13.5C27 6.04416 20.9558 0 13.5 0C6.04416 0 0 6.04416 0 13.5C0 20.9558 6.04416 27 13.5 27Z' fill='%23D6EDFF'%3E%3C/path%3E%3Cpath d='M8 14L11.2023 18L20 10' stroke='%230092FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.blog-article-content ul &gt; li &gt; ul &gt; li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3624_4239)'%3E%3Cpath d='M4.14062 8.38016L6.51063 11.3402L13.0306 5.41016' stroke='%230092FF' stroke-width='1.63' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3624_4239'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.blog-article-content code {
    background-color: var(--color-tn-lightblue);
    padding: 0 5px;
    border-radius: 4px;
    color: var(--color-tn-tertiary);
}
.blog-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-table {
    border-left: 1px solid var(--color-tn-mediumgrey);
}
.price-table__header {
    display: flex;
    flex-direction: column;
    padding: 0 var(--columnPaddingMedium);
    height: 280px;
}
.price-table__list {
    padding: var(--columnPaddingSmall) var(--columnPaddingMedium);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.price-table &gt; :not(:first-child) {
    background-color: var(--color-tn-lightblue);
}
.price-table &gt; :nth-child(2n) {
    background-color: var(--color-tn-white);
}
.price-table__list.price-detail {
    background-color: var(--color-tn-lightorenge)!important;
}
.price-table_01 .slick-prev, .price-table_01 .slick-next {
    right: -30px;
    width: 30px;
    height: 30px;
    background: var(--color-tn-secondary);
}
.price-table_01 .slick-next::before {
    display: block;
    font-family: "FontAwesome";
    content: '\f105';
    font-size: 24px;
    line-height: 24px;
}
.price-table_01 .slick-prev::before {
    display: block;
    font-family: "FontAwesome";
    content: '\f104';
    font-size: 24px;
    line-height: 24px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background-color: var(--color-tn-secondary)!important;
}
.price__add-on {
    background-color: var(--color-tn-lightestgrey);
    padding: var(--columnPaddingMedium);
    border-radius: var(--borderRadiusSmall);
}
#q-and-a .accordion-button {
    font: var(--fontWeightRegular) var(--fontH5Size)/var(--fontH5Line) var(--fontFamilyInter)!important;
    color: var(--color-tn-primary);
}
#q-and-a .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='a' viewBox='0 0 16 16' version='1.1'%3E%3Cdefs id='defs57' /%3E%3Cline x1='8' y1='.5' x2='8' y2='15.46' fill='currentColor' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' id='line50' /%3E%3Cline x1='15.48' y1='7.98' x2='.52' y2='7.98' fill='currentColor' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' id='line52' /%3E%3C/svg%3E%0A");
}
#q-and-a .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='a' viewBox='0 0 16 16' version='1.1'%3E%3Cdefs id='defs188' /%3E%3Cline x1='15.48' y1='7.98' x2='.52' y2='7.98' fill='currentColor' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' id='line183' /%3E%3C/svg%3E%0A");
}
#q-and-a .accordion-button:not(.collapsed) {
    background-color: var(--color-tn-lightblue)
}
.price-cards {
    display: flex;
    gap: 1.5rem;
}
.price-card {
    border-radius: var(--buttonPaddingSmall);
    box-shadow: rgba(var(--color-tn-primaryRGB), 0.2) 0px 8px 24px;
    overflow: hidden;
    padding: var(--columnPaddingMedium);
    position: relative;
    background-color: var(--color-tn-white);
}
.price-add-on .price-card {
    background-color: var(--color-tn-lightblue);
}
.price-card__price {
    font:var(--fontWeightBold) var(--fontH5Size)/var(--fontH5Line) var(--fontFamilyInter);
    display: flex;
    flex-direction: column;
    color: var(--color-tn-primarymedium);
    row-gap: var(--rowGapNormal);
}
.price-card__price .value{
    font:var(--fontWeightBold) var(--fontH5Size)/var(--fontH5Line) var(--fontFamilyInter);
}
.price-card__separate {
    border-left: 1px solid var(--color-tn-mediumgrey);
    padding-left: var(--columnMarginNormal);
}
.price-card__title {
    font:var(--fontWeightRegular) var(--fontStyleItalic) var(--fontSmallSize)/var(--fontSmallLine) var(--fontFamilyInter);
    color: var(--color-tn-primarylight);
}
.helper-text {
    font:var(--fontWeightRegular) var(--fontSmallSize)/var(--fontSmallLine) var(--fontFamilyInter);
    color: var(--color-tn-text-primarylight);
}
.price-card {
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}
.price-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.price-card__list li {
    padding: 0 0 16px 24px;
    position: relative;
}
.price-card__list li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3456_4364)'%3E%3Cpath d='M15.0009 1.10999C14.4109 0.729986 13.6209 0.889986 13.2309 1.48999L6.06086 12.53L2.57086 9.29999C2.05086 8.81999 1.24086 8.84999 0.760859 9.36999C0.280859 9.88999 0.310859 10.7 0.830859 11.18L5.42086 15.42C5.42086 15.42 5.55086 15.53 5.61086 15.57C5.82086 15.71 6.07086 15.78 6.30086 15.78C6.72086 15.78 7.13086 15.57 7.37086 15.2L15.3709 2.87999C15.7509 2.28999 15.5909 1.49999 14.9909 1.10999H15.0009Z' fill='%2331373D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3456_4364'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
}
.price-card__prices {
    display: flex;
    gap: 1.2rem;
}
.price-card__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    row-gap: .5rem;
    padding-right: var(--columnMarginNormal);
}
.price-card__prices-wrap {
    display: flex;
}
.price-card__caption {
    row-gap: var(--rowGapNormal);
}
.price-card__caption,
.price-card__description,
.price-card__list {
    display: flex;
    flex-direction: column;
}
.price-card__info-wrap {
    display: flex;
    position: relative;
    z-index: 1;
}
.numbers-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
}
.numbers-wrap .numbers {
    padding: 0 var(--columnMarginNormal);
    border-left: 1px solid var(--color-tn-mediumgrey);
    flex: 42%;
}
.numbers-wrap .numbers .copy-header {
    font: var(--fontWeightBold) var(--fontH3Size)/var(--fontH3Line) var(--fontFamilyInter);
    color: var(--color-tn-primarylight);
}
.map-content-wrap .loc-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -40px;
    text-decoration: none;
}
.software-logos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.software-logos ul li {
    display: inline-block;
}
.software-logos ul li img {
    max-height: 100px;
}
.software-logos ul li a {
    display: block;
}
.article-wrap {
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--color-tn-tertiary);
}
.article-wrap div,
.article-wrap p,
.article-wrap h1,
.article-wrap h2,
.article-wrap h3,
.article-wrap h4,
.article-wrap h5,
.article-wrap h6 {
    padding: 0 var(--columnPaddingMedium);
}
.article-wrap .caption,
.article-caption .caption {
    font-weight: var(--fontWeightMedium);
    color: var(--color-tn-primarylight);
}
.article-author-wrap {
    display: flex;
}
.article-author-wrap .date,
.article-author-wrap .designation {
    font-size: var(--fontSmallSize);
}
.article-author-wrap .name {
    font-weight: var(--fontWeightMedium);
    padding-top: var(--textPaddingMedium);
}
.article-author {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.article-author &gt; div,
.article-author &gt; p {
    padding:0 var(--columnPaddingNormal);
}
.article-author .author {
    display: flex;
    flex-wrap: wrap;
}
.article-author .author .author__text {
    padding-left: 10px;
}
.article-wrap h3 {
    font-size: var(--fontH3Size);
    line-height: var(--fontH3Line);
}
.article-wrap .date {
    font: var(--fontWeightRegular) 14px/20px var(--fontFamilyInter);
    color: var(--color-tn-normalgrey);
}
.source-text {
    font: var(--fontWeightRegular) 14px/20px var(--fontFamilyInter);
    color: var(--color-tn-normalgrey)!important;
}
.breadcrumb {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:.75rem 0;
    margin-bottom:1rem;
    list-style:none;
    border-radius:.25rem
}
.breadcrumb-item+.breadcrumb-item {
    padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before {
    display:inline-block;
    padding-right:.5rem;
    color:var(--color-tn-normalgrey);
    content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration:none
}
.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: var(--color-tn-white);
}
.price-table-responsive {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.price-table-responsive thead th {
    font-weight: normal;
}
.box-shadow {
    position: relative;
    background-color: var(--color-tn-primary);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .1);
    margin-bottom: 50px;
    border-radius: var(--borderRadiusSmall);
    padding: var(--columnPaddingMedium);
}
.bordertop-primarylight {
    border-top: 5px solid var(--color-tn-primarylight);
}
@media (min-width: 576px) {
    .hightigts__wrap li {
        width: inherit;
        border-right: 1px solid var(--color-tn-primarylight);
    }
}
@media (min-width: 768px) {
    .video-overlay__hotspot:nth-child(1) .hotspot__popup {
        width: 300px;
        top: 15%;
        left: 8%;
    }
    .video-overlay__hotspot:nth-child(2) .hotspot__popup {
        width: 300px;
        top: 35%;
        left: 8%;
    }
    .video-overlay__hotspot:nth-child(3) .hotspot__popup {
        width: 300px;
        bottom: 15%;
        left: 35%;
    }
    .video-overlay__hotspot:nth-child(4) .hotspot__popup {
        width: 300px;
        top: 20%;
        left: 38%;
    }
    .video-overlay__hotspot.one .hotspot__button {
        width: 380px;
        height: 220px;
    }
    .video-overlay__hotspot.two .hotspot__button {
        width: 380px;
        height: 220px;
    }
    .video-overlay__hotspot.three .hotspot__button {
        width: 380px;
        height: 220px;
    }
    .video-overlay__hotspot.four .hotspot__button {
        width: 380px;
        height: 220px;
    }
    .video-overlay__hotspot.one .hotspot__button {
        top: 5%;
        left: 10%;
    }
    .video-overlay__hotspot.two .hotspot__button {
        top: 35%;
        left: 8%;
    }
    .video-overlay__hotspot.three .hotspot__button {
        bottom: 8%;
        left: 30%;
    }
    .video-overlay__hotspot.four .hotspot__button {
        top: 28%;
        left: 35%;
    }
    .table-wrap .table-row .table-cell {
        flex:2;
    }
    .starter-kit-wrap .kit .kit-wrap::before {
        left: -20px;
        top: 50%;
    }
    .table-wrap .table-row .table-cell {
        padding: var(--columnPaddingNormal);
    }
}
@media (min-width: 992px) {
    .header-note {
        font-size: var(--fontSmallSize);
        line-height: var(--fontSmallLine);
    }
    .column-padding {
        padding-right: var(--columnPaddingLarge);
    }
    .quote__one-wrap {
        flex-direction: row;
    }
    .quote__profile {
        flex: 1;
        padding: 0 var(--textPaddingMedium);
    }
    .quote__profile.left {
        justify-content: end;
    }
    .quote__testimonial {
        flex: 2;
        font-size: var(--fontH5Size);
        line-height: var(--fontH5Line);
        align-items: center;
    }
    .quote__testimonial.right {
        padding-left: var(--textPaddingLarge);
        border-left: 1px solid var(--color-tn-secondarydark);
        padding-top: 0;
    }
    .quote__testimonial.left {
        padding-right: var(--textPaddingLarge);
        border-right: 1px solid var(--color-tn-secondarydark);
    }
    .journey__section {
        display: table-row;
    }
    .journey__section .journey__section-img {
        width: 300px;
    }
    .journey__section-img::before {
        right: 0;
        left: inherit;
    }
    .journey__section .journey__section-line {
        position: relative;
        width: 46px;
    }
    .journey__section .journey__section-img,
    .journey__section .journey__section-line,
    .journey__section .journey__section-txt {
        display: table-cell;
        vertical-align: top;
    }
    .journey__section .journey__section-img,
    .journey__section .journey__section-line {
        padding-right: var(--columnPaddingNormal);
    }
    .starter-kit-wrap .combo-img {
        width: 130px;
    }
    .list__tick-wrap {
        flex-direction: row;
    }
    .list__flex {
        flex: 1;
    }
    .numbers-wrap {
        gap: 4rem;
    }
    .numbers-wrap .numbers {
        flex: inherit;
    }
    .article-img {
        padding-top: 20px;
    }
    .article-author {
        flex-direction: row;
    }
}
@media (min-width: 1200px) {
    .quote__one-card,
    .quote__two-card {
        padding: var(--columnPaddingLarge);
    }
    .split-card {
        flex-direction: row;
    }
    .split-card__img {
        height: 200px;
        flex: 1;
    }
    .split-card__txt {
        flex: 1;
    }
    .journey__section {
        display: block;
        padding: 0 0 var(--columnPaddingMedium) 0;
        overflow: hidden;
    }
    .journey__section-wrap,
    .journey__section-wrap img {
        max-width: 100%;
    }
    .journey__section .journey__section-img,
    .journey__section .journey__section-line,
    .journey__section .journey__section-txt {
        display: block;
    }
    .journey__section .journey__section-img,
    .journey__section .journey__section-txt {
        width: 50%;
    }
    .journey__section .journey__section-txt {
        padding: var(--columnPaddingNormal) var(--columnPaddingMedium);
    }
    .journey__section:nth-child(2n+1) .journey__section-img {
        float: left;
        padding-right: var(--columnPaddingLarge);
    }
    .journey__section:nth-child(2n) .journey__section-img {
        float: right;
        padding-left: var(--columnPaddingLarge);
    }
    .journey__section:nth-child(2n) .journey__section-img::before {
        left: 0;
        right: inherit;
    }
    .journey__section .journey__section-line {
        position: absolute;
        left: 50%;
        margin-left: -16px;
    }
    .journey__section:nth-child(2n+1) .journey__section-txt {
        float: right;
        padding-left: var(--columnPaddingMedium);
    }
    .journey__section:nth-child(2n) .journey__section-txt {
        float: left;
        padding-right: var(--columnPaddingMedium);
        text-align: right;
    }
    .starter-kit-wrap .combo-img {
        width: 150px;
    }
}

.chart-box-wrap {
    width: 100%;
    max-width: 320px;
    max-height: 32px;
    float: right;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 202;
    moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.chat-box-de-DE {
    max-width: 360px;
}

.chart-box-wrap .chart-title-wrap .chart-icon {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
}
.chart-box-wrap .chart-title-wrap .chart-icon span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--color-tn-primary);
    border-radius: 3px;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.chart-box-wrap .chart-title-wrap .chart-icon span:nth-child(1) {
    bottom: 9px;
    -webkit-transform: rotate(135deg) translateX(-3px) translateY(-3px) scaleX(.7);
    -ms-transform: rotate(135deg) translateX(-3px) translateY(-3px) scaleX(.7);
    transform: rotate(135deg) translateX(-3px) translateY(-3px) scaleX(.7);
}
.chart-box-wrap .chart-title-wrap .chart-icon span:nth-child(2) {
    bottom: 9px;
    -webkit-transform: rotate(-135deg) translateX(3px) translateY(-3px) scaleX(.7);
    -ms-transform: rotate(-135deg) translateX(3px) translateY(-3px) scaleX(.7);
    transform: rotate(-135deg) translateX(3px) translateY(-3px) scaleX(.7);
}
.chart-box-wrap .chart-title-wrap {
    position: relative;
    cursor: pointer;
    padding-right: 32px;
    height: 40px;
    background-color: var(--color-tn-secondary);
    transition: all .2s ease-out;
}
.chart-title-icon {
    display: inline-block;
    color: var(--color-tn-white);
    background-color: var(--color-tn-primarylight);
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 25px;
}
.chart-box-wrap.open {
    max-height: 100%;
}
.chart-box-wrap .chart-box-open {
    background: var(--color-tn-white);
    height: auto;
    width: 100%;
    padding: 20px 20px 30px;
    text-align: center;
    box-shadow: -5px 5px 20px rgba(0,0,0,.2);
}
.chart-box-wrap .community,
.chart-box-wrap .contact,
.chart-box-wrap .phone {
    display: flex;
    flex-direction: column;
}
.faq .accordion-button {
    font-size: inherit;
    font-weight: var(--fontWeightMedium);
}
.faq .accordion-item {
    border-top: 1px solid rgba(var(--color-tn-primaryRGB),.5)!important;
    border-left: 1px solid rgba(var(--color-tn-primaryRGB),.5)!important;
    border-right: 1px solid rgba(var(--color-tn-primaryRGB),.5)!important;
}
.faq .accordion-item:last-child {
    border-bottom: 1px solid rgba(var(--color-tn-primaryRGB),.5)!important;
}
.faq .accordion-button:not(.collapsed) {
  color: var(--color-tn-text-primary);;
  background-color: var(--color-tn-lightblue);
}
.faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs/%3E%3Crect x='9.5' width='1' height='20' id='rect57' /%3E%3Crect y='9.5' width='20' height='1' id='rect59' /%3E%3C/svg%3E%0A");
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs/%3E%3Crect y='9.5' width='20' height='1' id='rect48' /%3E%3C/svg%3E%0A");
}
.faq .accordion-button {
    z-index: 1;
}

.btn-tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: #f5f5f5;
    color: #8b8b8b;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}

.applied-filters .applied-filters-list {
    list-style: none;
    padding: 0;
    margin: -2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.applied-filters .applied-filters-button-filter::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    top: 8px;
    bottom: 8px;
    background-color: rgba(255,255,255,.25);
    right: 38px
}

.applied-filters-button {
    color: #fff!important;
    background-color: #00508c;
    border-radius: 25px;
    display: block;
    cursor: pointer;
    padding: .6rem 1.2rem;
    margin: 0 0 10px;
    font-size: .9em;
    margin-right: 10px;
    position: relative;
    border: none
}

.applied-filters .applied-filters-button .close-btn {
    width: 12px;
    height: 12px;
    margin-left: 10px
}

.badge-primary {
    background-color: #7fa7c5
}

.badge-blue {
    background-color: #00508c
}

.badge-green {
    background-color: #519032
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

#edit-btn {
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 10;
    color: white;
}

.pb-10 {
    padding-bottom: 10px;
}
.pt-40 {
    padding-top: 40px;
}

.border-left {
    border-left: none !important;
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .border-left {
        border-left: 1px solid #dee2e6 !important;
    }
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.pagination {
    margin-top: 1rem!important;
    justify-content: center!important
}

.pagination .disabled {
    display: none
}

.pagination li a:hover {
    text-decoration: none
}

.pagination li.active {
    background-color: var(--color-tn-primarylight);
    border-color: var(--color-tn-primarylight);
}

.pagination li.active a {
    z-index: 1;
    color: #fff
}

.pagination li:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.pagination li {
    position: relative;
    display: block;
    line-height: 1.25;
    border: 1px solid #dee2e6;
}

.pagination li a {
    color: #00508c;
    display: block;
    padding: .5rem .75rem
}</pre></body></html>