.white-space-pre-line {
    white-space: pre-line;
    /* line-height: .5; */
}

/* Container */
.tooltip-banner .t-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.t-container-fluid {
    width: 100%;
    padding: 0 15px;
}

/* Container for Embed */
.t-container-embed {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.t-container-embed-fluid {
    width: 100%;
    padding: 0;
}

/* Embed Responsive */
.t-embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .t-embed-responsive::before {
        display: block;
        content: "";
    }

    .t-embed-responsive .t-embed-responsive-item,
    .t-embed-responsive iframe,
    .t-embed-responsive embed,
    .t-embed-responsive object,
    .t-embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Embed Ratios */
.t-embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.t-embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.t-embed-responsive-4by3::before {
    padding-top: 75%;
}

.t-embed-responsive-1by1::before {
    padding-top: 100%;
}

.t-embed-responsive-9by16::before {
    padding-top: 177.777778%;
}

/* Row */
.tooltip-banner .t-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* Columns */
.t-col {
    flex: 1 0 0%;
    padding: 0 15px;
}

.t-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.t-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.t-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.t-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.t-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.t-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.t-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.t-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.t-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.t-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.t-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.t-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Media Queries - Mobile First Approach */

/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
    .t-col-xs-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .t-col-xs-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .t-col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .t-t-col-xs-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .t-col-xs-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .t-col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .t-col-xs-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .t-col-xs-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .t-col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .t-col-xs-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .t-col-xs-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .t-col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .t-container-embed {
        max-width: 100%;
    }
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) {
    .tooltip-banner .t-container {
        max-width: 540px;
    }

    .t-container-embed {
        max-width: 540px;
    }

    .t-col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .t-col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .t-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .t-col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .t-col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .t-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .t-col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .t-col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .t-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .t-col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .t-col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .t-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .tooltip-banner .t-container {
        max-width: 720px;
    }

    .t-container-embed {
        max-width: 720px;
    }

    .t-col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .t-col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .t-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .t-col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .t-col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .t-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .t-col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .t-col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .t-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .t-col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .t-col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .t-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .tooltip-banner .t-container {
        max-width: 960px;
    }

    .t-container-embed {
        max-width: 960px;
    }

    .t-col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .t-col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .t-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .t-col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .t-col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .t-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .t-col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .t-col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .t-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .t-col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .t-col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .t-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .tooltip-banner .t-container {
        max-width: 1140px;
    }

    .t-container-embed {
        max-width: 1140px;
    }

    .t-col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .t-col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .t-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .t-col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .t-col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .t-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .t-col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .t-col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .t-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .t-col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .t-col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .t-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Utility Classes */
/*.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}*/

/* Display utilities for different screen sizes */
@media (max-width: 575.98px) {
    /*.d-xs-none {
        display: none !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-flex {
        display: flex !important;
    }*/
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /*.d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /*.d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }*/
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    /*.d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }*/
}

@media (min-width: 1200px) {
    /*.d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }*/
}

/* Aspect Ratio Utilities */
.t-aspect-ratio-16x9 {
    aspect-ratio: 16 / 9;
}

.t-aspect-ratio-4x3 {
    aspect-ratio: 4 / 3;
}

.t-aspect-ratio-1x1 {
    aspect-ratio: 1 / 1;
}

.t-aspect-ratio-21x9 {
    aspect-ratio: 21 / 9;
}
