.super-milestone {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.super-milestone:not(.animated-in) {
    opacity: 1
}

.span_12.right .super-milestone,
.super-milestone[data-ms-align="right"] {
    text-align: right
}

.super-milestone[data-ms-align="left"] {
    text-align: left
}

.span_12.right .super-milestone[data-symbol-alignment="superscript"] {
    padding-right: 40px
}

.super-milestone .number h1,
.super-milestone .number h2,
.super-milestone .number h3,
.super-milestone .number h4,
.super-milestone .number h5 {
    font-size: inherit !important;
    line-height: inherit !important;
    color: #1dbfb3 !important;
    display: inline-block;
}

.super-milestone .number {
    font-size: 62px;
    line-height: 62px;
    min-height: 57px;
    font-family: 'Calibre Regular';
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.super-milestone.founded h2 {
    position: relative;
    min-height: 50px;
    width: 100%;
}

.super-milestone.founded h2 span {
    position: absolute;
    top: 7px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
}

.super-milestone.founded h2 span.act {
    visibility: visible;
    opacity: 1;
}

.super-milestone.founded .subject {
    position: relative;
    min-height: 50px;
    width: 100%;
}

.super-milestone .subject span {
    font-style: normal;
}

.super-milestone.founded .subject span {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease-in-out;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    width: 100%;
}

.super-milestone.founded .subject span.act {
    visibility: visible;
    opacity: 1;
}

.super-milestone.motion_blur .number span:not(.in-sight) {
    transform: translateY(-100%);
    -wenkit-transform: translateY(-100%);
    opacity: 0
}

.super-milestone.motion_blur .number span {
    display: inline-block
}

.super-milestone .subject {
    font-family: 'Calibre Regular';
    width: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
}

.super-milestone .number .symbol-wrap-before,
.super-milestone .number .symbol-wrap-after {
    display: inline-block
}

.super-milestone[data-symbol-alignment="superscript"] .number .symbol-wrap-before,
.super-milestone[data-symbol-alignment="superscript"] .number .symbol-wrap-after {
    transform: translateX(103%);
    -webkit-transform: translateX(103%);
    top: 0;
    right: 0;
    position: absolute;
    display: inline;
    font-size: 30px;
    line-height: 34px
}

.super-milestone[data-symbol-alignment="superscript"][data-symbol-pos="before"] .number .symbol-wrap-before,
.super-milestone[data-symbol-alignment="superscript"][data-symbol-pos="before"] .number .symbol-wrap-after {
    transform: translateX(-103%);
    -webkit-transform: translateX(-103%);
    right: auto;
    left: 0
}

.milestone-wrap {
    text-align: center
}

.super-milestone .number.accent-color {
    color: #2ca8e2;
}

/* FS logo Icon Slashes */
.fs-icon-slashes .wpb_wrapper strong {
    color: #1D2A4F;
    font-family: 'Calibre Regular', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
.fs-icon-slashes h3.semi-feat{
    color: #1D2A4F;
    font-family: 'Calibre Regular', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.fs-icon-slashes .divider-wrap{
    width: 126%;
    margin-bottom: 36px;
    position: relative;
}
.fs-icon-slashes .divider-wrap::before {
    content: url('../svg/fs-slashes-icon-white.svg');
    position: absolute;
    top: -26px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media only screen and (max-width:767px){
    .fs-icon-slashes .divider-wrap{
        width: 112%;
    }
    .fs-icon-slashes .nectar-flickity.nectar-carousel .inner-wrap{
        padding: 0px;
    }
}
@media only screen and (min-width:768px) and (max-width: 999px) {
    .fs-icon-slashes .divider-wrap{
        width: 132%;
    }
}

/* FS logo Icon Slashes END */