/*
  ======================
MASTER TEMPLATE
  ======================
*/


/*
  ======================
DOCUMENT BASE
  ======================
*/

html {
  font-size: 100%;
}


.cc-main-container * {
    box-sizing: border-box;
    line-height: 145%;
    font-size: 1.125rem !important; /* 18px / 16px = 1.125rem, based on local root */
}

.cc-main-container {

    width: 100%;
    background-color: white;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}

.cc-main-container p {
    margin: 18px 0px 18px;
}

.cc-main-container p a,
.cc-main-container li a {
    text-decoration: underline;
}

.cc-mobileshow {
    display: none !important;
}

.cc-mobilehide {
    display: inline-block !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.mx-width-1600 {
    max-width: 1600px
}

.mx-width-1500 {
    max-width: 1500px
}

.mx-width-1440 {
    max-width: 1440px
}

.mx-width-1400 {
    max-width: 1400px
}

.mx-width-1300 {
    max-width: 1300px
}

.mx-width-1344,
.mx-width-ddc {
    max-width: 1344px
}

.mx-width-1200 {
    max-width: 1200px
}

.mx-width-1140 {
    max-width: 1140p
}

.mx-width-1100 {
    max-width: 1100px
}

.mx-width-1000 {
    max-width: 1000px
}

article.cc-main-container.mx-width-1600,
article.cc-main-container.mx-width-1500,
article.cc-main-container.mx-width-1400,
article.cc-main-container.mx-width-1300,
article.cc-main-container.mx-width-1200,
article.cc-main-container.mx-width-1100,
article.cc-main-container.mx-width-1000 {
    /*margin: 0rem auto 2.5rem;*/
    /* 40px */
}

.cc-bg-white {
    background-color: #ffffff;
}

.cc-bg-darkgray {
    background-color: #262626;
}

.cc-bg-black {
    background-color: #000000;
}

.cc-bg-lightgray {
    background-color: #F5F5F5;
}


/*
  ======================
GRID CONTENT
  ======================
*/

.cc-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto;
}


/* 1/12 */

.cc-col-1 {
    width: 6.33%;
}


/* 2/12 */

.cc-col-2 {
    width: 14.66%;
}


/* 3/12 */

.cc-col-3 {
    width: 23%;
}


/* 4/12 */

.cc-col-4 {
    width: 31.33%;
}


/* 5/12 */

.cc-col-5 {
    width: 39.66%;
}


/* 6/12 */

.cc-col-6 {
    width: 48%;
}


/* 7/12 */

.cc-col-7 {
    width: 56.33%;
}


/* 8/12 */

.cc-col-8 {
    width: 64.66%;
}


/* 9/12 */

.cc-col-9 {
    width: 73%;
}


/* 10/12 */

.cc-col-10 {
    width: 81.33%;
}


/* 11/12 */

.cc-col-11 {
    width: 89.66%;
}


/* 12/12 */

.cc-col-12 {
    width: 98%;
}



/*
  ======================
WIDTH  & HEIGHT CONTROL
  ======================
*/

.w-100 {
    width: 100% !important;
}

.w-75 {
    width: 75% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.h-100 {
    height: 100% !important;
}

.h-75 {
    height: 75% !important;
}

.h-50 {
    height: 50% !important;
}

.h-25 {
    height: 25% !important;
}


/*
  ======================
TEXT CONTROL: alignment, color, size
  ======================
*/

.text-center {
    text-align: center !important;
}



.text-center h1:after,
.text-center h2:after {
    /* margin: 20px auto !important; */
    margin-left: auto !important;
    margin-right: auto !important;
}

.text-left {
    text-align: left !important;
}


.text-left h1:after,
.text-left h2:after {
    margin-right: auto !important;
}


.text-right {
    text-align: right !important;
}


.text-right h1:after,
.text-right h2:after {
    margin-left: auto !important;
}


.cc-main-container .text-white,
.cc-main-container .text-white a,
.cc-main-container .text-white p,
.cc-main-container .text-white p a,
.cc-main-container .text-white h2,
.cc-main-container .text-white h3,
.cc-main-container .text-white h4 {
    color: #ffffff !important;
}






.text-white h2:after {
    background: #ffffff !important;
}



.cc-main-container .text-black,
.cc-main-container .text-black a,
.cc-main-container .text-black p,
.cc-main-container .text-black p a,
.cc-main-container .text-black h2,
.cc-main-container .text-black h3,
.cc-main-container .text-black h4 {
    color: #000000 !important;
}



.text-black h2:after {
    background: #000000 !important;
}





.cc-main-container h1,
.cc-main-container h1>strong {
    line-height: 1.1;
    font-size: 2.375rem !important;
    /* 38px */
    background: none !important;
    margin-top: 0px !important;
}

.cc-main-container h1>span {
    font-size: 1.75rem !important;
    /* 28px */
    display: block;
}

.cc-main-container>.cc-brand>.text-center>h1:after {
    margin: 20px
}

.cc-main-container>.cc-brand>.text-left>h1:after {
    margin-right: auto !important;
}

.cc-main-container>.cc-brand>.text-right>h1:after {
    margin-left: auto !important;
}

.cc-main-container h2,
.cc-main-container h2>strong {
    line-height: 1.1;
    font-size: 2rem !important;
    /* 32px */
    background: none !important;
    margin-top: 45px !important;

}

.cc-main-container h2:first-child,
.cc-main-container h2:first-child>strong {
    margin-top: 0px !important;
}

.cc-main-container h2>span,
.cc-main-container h2>span>strong {
    font-size: 1.25rem !important;
    /* 20px */
    display: block;
}

.cc-main-container h2.cc-title,
.cc-main-container h2.cc-title>strong {
    line-height: 1.1;
    font-size: 2.75rem !important;
    /* 44px */
    background: none !important;
}

.cc-main-container h2.cc-title>span {
    font-size: 1.75rem !important;
    /* 28px */
    display: block;
}

.cc-header h1,
.cc-header h1 strong,
.cc-header h2,
.cc-header h2 strong {
    font-size: 2.75rem !important;
    /* 44px */
    line-height: 1.1 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.cc-header h1 span,
.cc-header h1 span strong,
.cc-header h2 span,
.cc-header h2 span strong {
    font-size: 1.625rem !important;
    /* 26px */
    line-height: 1 !important;
    margin-top: 5px !important;

}

.cc-main-container h3,
.cc-main-container h3>strong {
    line-height: 1.1;
    font-size: 1.5rem !important;
    /* 24px */
    background: none !important;
}

.cc-main-container h3>span,
.cc-main-container h3>span>strong {
    font-size: 1.125rem !important;
    /* 18px */
    display: block;
}

.cc-faqs h3,
.cc-faqs h3>strong {
    line-height: 1.1;
    font-size: 1.5rem !important;
    /* 24px */
    background: none !important;
    margin: 30px auto 5px !important;

}

.cc-faqs p,
.cc-faqs p>span {
    margin: 0px auto;
}

.cc-disclaimer * {
    font-size: 0.75rem !important;
    /* 12px */
}

.cc-main-container sup {
    font-size: 75% !important;
}

.font-caps {
    text-transform: uppercase !important;
    font-size: inherit !important;
}

.font-underline {
    text-decoration: underline !important;
    font-size: inherit !important;
}

.font-underline-none {
    text-decoration: none !important;
}

.font-italic {
    font-style: italic !important;
    font-size: inherit !important;
}

.font-bold {
    font-weight: bold;
    font-size: inherit !important;
}

.font-xlarge>a,
.font-xlarge>strong,
.font-xlarge>p,
.font-xlarge>div>p,
p.font-xlarge,
p.font-xlarge a strong,
p.font-xlarge strong a,
.cc-main-container h2.font-xlarge,
.cc-main-container h3.font-xlarge,
i.font-xlarge {
    font-size: 3.75rem !important;
    /* 60px */
}

.font-large>a,
.font-large>strong,
.font-large>p,
.font-large>div>p,
p.font-large,
p.font-large a strong,
p.font-large strong a,
.cc-main-container h2.font-large,
.cc-main-container h3.font-large,
i.font-large {
    font-size: 2.5rem !important;
    /* 40px */
}

.font-medium>a,
.font-medium>strong,
.font-medium>p,
.font-medium>div>p,
p.font-medium,
p.font-medium a strong,
p.font-medium strong a,
.cc-main-container h2.font-medium,
.cc-main-container h3.font-medium,
i.font-medium {
    font-size: 1.5625rem !important;
    /* 25px */
}

.font-small>a,
.font-small>strong,
.font-small>p,
.font-small>div>p,
p.font-small a strong,
p.font-small strong a,
.cc-main-container h2.font-small,
.cc-main-container h3.font-small,
i.font-small {
    font-size: 0.875rem !important;
    /* 14px */
}

.letter-spacing-sm {
    letter-spacing: 0.125rem !important;
    /* 2px */
    font-size: inherit !important;
}

.letter-spacing-md {
    letter-spacing: 0.25rem !important;
    /* 4px */
    font-size: inherit !important;
}

.letter-spacing-lrg {
    letter-spacing: 0.375rem !important;
    /* 6px */
    font-size: inherit !important;
}

/*
  ======================
LIST CONTROLS
  ======================
*/
.cc-row ul {
    line-height: 135%;
    text-align: left;
    padding-left: 40px;
}

ul.text-center li {
    list-style-position: inside !important;
}

.col-count-2 {
    column-count: 2 !important;
    list-style-position: inside !important;
}

.col-count-3 {
    column-count: 3 !important;
    list-style-position: inside !important;
}

.col-count-4 {
    column-count: 4 !important;
    list-style-position: inside !important;
}

/*
  ======================
OPTIONAL NAV CONTROL
  ======================
*/

.cc-anchor-nav a {
    font-size: 1.375 !important;
    display: inline-block;
    margin: 5px 0;
    text-decoration: none;
}

.cc-anchor-nav a:hover {
    letter-spacing: 0.125px;
    transition: ease 1s;
}

.cc-anchor-nav a:not(:last-child):after {
    content: "|";
    padding: 0 30px;
}


/*
  ======================
IMAGE CONTROL
  ======================
*/

.cc-main-container img {
    width: 100%;
}

.cc-bg-top {
    background-position: top !important;
}

.cc-bg-bottom {
    background-position: bottom !important;
}

.cc-bg-left {
    background-position: left !important;
}

.cc-bg-right {
    background-position: right !important;
}

.cc-bg-center {
    background-position: center !important;
}

.cc-bg-cover {
    background-size: cover !important;
}

.cc-bg-gradient-black {
    position: relative !important;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    background-image: linear-gradient(-40deg, transparent, black) !important;
}

.cc-bg-gradient-white {
    position: relative !important;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    background-image: linear-gradient(-40deg, transparent, white) !important;
}

.cc-bg-gradient-black::before {
    content: "";
    position: absolute !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
    z-index: -1;
}


.cc-header-gradient-30 {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, var(--brand-primary) 0%, var(--brand-primary) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
}


.cc-brand-gradient-header {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, var(--brand-primary) 0%, var(--brand-primary) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}


.cc-brand-bg-gradient-header {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, var(--brand-primary) 0%, var(--brand-primary) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}


.cc-brand-secondary-gradient-header {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, var(--brand-secondary) 0%, var(--brand-secondary) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}


/*
  ======================
BORDER & BOX SHADOW CONTROL
  ======================
*/

.xs-border-radius {
    border-radius: 3px;
}

.sm-border-radius {
    border-radius: 10px;
}

.md-border-radius {
    border-radius: 20px;
}

.lrg-border-radius {
    border-radius: 100px;
}

.sm-box-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.md-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.lrg-box-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


/*
  ======================
CTA STYLING
  ======================
*/

.cc-cta {
    padding: 15px 0px;
    margin: 5px 15px 5px 0px;
    font-size: 1.125 !important;
    text-decoration: none !important;
    text-align: center;
    transition: .6s;
}


.cc-cta:hover {
    opacity: .3;
}

.cc-maincta:focus {
    border: 2px dotted #C1C1C1;
}

.cc-subcta:focus {
    border: 2px dotted #C1C1C1;
}


/*
  ======================
SPACIAL ALIGNMENT CONTROL
  ======================
*/

.cc-auto-mrg {
    margin: 0 auto !important;
}

.cc-left-mrg {
    margin-right: auto !important;
}

.cc-right-mrg {
    margin-left: auto !important;
}

.cc-sm-lr-mrg {
    margin: 0 10px !important;
}

.cc-sm-mrg {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.cc-sm-mrg-top {
    margin-top: 10px !important;
}

.cc-sm-mrg-bottom {
    margin-bottom: 10px !important;
}

.cc-md-mrg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.cc-md-mrg-top {
    margin-top: 20px !important;
}

.cc-md-mrg-bottom {
    margin-bottom: 20px !important;
}

.cc-mdlrg-mrg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.cc-mdlrg-mrg-top {
    margin-top: 30px !important;
}

.cc-mdlrg-mrg-bottom {
    margin-bottom: 30px !important;
}

.cc-lrg-mrg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.cc-lrg-mrg-top {
    margin-top: 40px !important;
}

.cc-lrg-mrg-bottom {
    margin-bottom: 40px !important;
}

.cc-no-mrg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.cc-no-mrg-lr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cc-sm-padding {
    padding: 2% !important;
}

.cc-sm-padding-top {
    padding-top: 2% !important;
}

.cc-sm-padding-bottom {
    padding-bottom: 2% !important;
}

.cc-sm-padding-tb {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}

.cc-smd-padding {
    padding: 3% !important;
}

.cc-smd-padding-top {
    padding-top: 3% !important;
}

.cc-smd-padding-bottom {
    padding-bottom: 3% !important;
}

.cc-smd-padding-tb {
    padding-top: 3% !important;
    padding-bottom: 3% !important;
}

.cc-md-padding {
    padding: 4% !important;
}

.cc-md-padding-top {
    padding-top: 4% !important;
}

.cc-md-padding-bottom {
    padding-bottom: 4% !important;
}

.cc-md-padding-tb {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
}

.cc-lrg-padding {
    padding: 7% !important;
}

.cc-lrg-padding-top {
    padding-top: 7% !important;
}

.cc-lrg-padding-bottom {
    padding-bottom: 7% !important;
}

.cc-lrg-padding-tb {
    padding-top: 7% !important;
    padding-bottom: 7% !important;
}

.cc-sm-padding-lr {
    padding-left: 2% !important;
    padding-right: 2% !important;
    /*padding: 0 2% !important;*/
}

.cc-sm-padding-left {
    padding-left: 2% !important;
}

.cc-sm-padding-right {
    padding-right: 2% !important;
}

.cc-smd-padding-lr {
    padding-left: 3% !important;
    padding-right: 3% !important;
    /*padding: 0 2% !important;*/
}

.cc-smd-padding-left {
    padding-left: 3% !important;
}

.cc-smd-padding-right {
    padding-right: 3% !important;
}

.cc-md-padding-lr {
    padding-left: 4% !important;
    padding-right: 4% !important;
    /*padding: 0 4% !important;*/
}

.cc-md-padding-left {
    padding-left: 4% !important;
}

.cc-md-padding-right {
    padding-right: 4% !important;
}

.cc-lrg-padding-lr {
    padding-left: 7% !important;
    padding-right: 7% !important;
    /*padding: 0 7% !important;*/
}

.cc-lrg-padding-left {
    padding-left: 7% !important;
}

.cc-lrg-padding-right {
    padding-right: 7% !important;
}


.cc-no-padding {
    padding: 0 !important;
}

.cc-no-padding-top {
    padding-top: 0 !important;
}

.cc-no-padding-bottom {
    padding-bottom: 0 !important;
}


.cc-offset-top-sm {
    margin-top: -20px !important;
    z-index: 3 !important;
}

.cc-offset-top-md {
    margin-top: -40px !important;
    z-index: 3 !important;
}

.cc-offset-top-lrg {
    margin-top: -60px !important;
    z-index: 3 !important;
}

.cc-offset-bottom-sm {
    margin-top: 20px !important;
    z-index: 3 !important;
}

.cc-offset-bottom-md {
    margin-top: 40px !important;
    z-index: 3 !important;
}

.cc-offset-bottom-lrg {
    margin-top: 60px !important;
    z-index: 3 !important;
}

.cc-offset-left-sm {
    margin-left: -40px !important;
    z-index: 3 !important;
}

.cc-offset-left-md {
    margin-left: -60px !important;
    z-index: 3 !important;
}

.cc-offset-left-lrg {
    margin-left: -80px !important;
    z-index: 3 !important;
}

.cc-offset-right-sm {
    margin-right: -40px !important;
    z-index: 3 !important;
}

.cc-offset-right-md {
    margin-right: -60px !important;
    z-index: 3 !important;
}

.cc-offset-right-lrg {
    margin-right: -80px !important;
    z-index: 3 !important;
}

.valign-middle {
    align-items: center !important;
    justify-content: center !important;
}

.valign-top {
    align-items: flex-start;
    justify-content: flex-start;
}

.valign-bottom {
    align-items: flex-end !important;
    justify-content: flex-end !important;
}

/* ------------------------------------
	NEW CHART STYLE
-------------------------------------------------*/
.cc-chart-v1 ul,
.cc-chart-v1 ul li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.cc-chart-v1 ul {
    margin-top: 15px;
    margin-bottom: 0px;
}

.cc-chart-v1 ul li:not(:last-child):after {
    content: '';
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #cecece !important;
    display: block;
}

.cc-chart-v1 .text-black ul li:not(:last-child):after {
    content: '';
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #000000 !important;
    display: block;
}


.cc-chart-v1 h3,
.cc-chart-v1 h3 strong {
    margin: 0px auto !important;
    font-size: 1.5rem !important;
    line-height: 1.1 !important;
    background: none !important;
}

.cc-chart-v1 h3>span {
    display: block !important;
    font-size: 0.75rem !important;
}

.cc-chart-v1 h3>span,
.cc-chart-v1 h3>span>strong {
    display: block !important;
    font-size: 0.75rem !important;
}

.cc-chart-v1 ul,
.cc-chart-v1 ul li,
.cc-chart-v1 ul li strong {
    font-size: 1rem !important;
}

input+.cc-chart-content {
    opacity: 0;
    max-height: 0;
    transition: .1s ease;
}


input:checked+.cc-chart-content {
    opacity: 1;
    max-height: inherit;
    transition: .5s ease;
}

.cc-main-container input {
    display: none !important;
}


/* ------------------------------------
	OG CHART SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-main-container table {
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    margin: 15px auto 0px;
    padding: 0;
    width: 100%;
    min-width: 300px;
    table-layout: fixed;
}

.main-Model-color {
    color: white !important;
}

.sub-Models-color {
    color: #000000 !important;
}

.cc-main-container table caption {
    font-size: 1.5em !important;
    margin: .5em 0 .75em !important;
}

.cc-main-container table tr {
    background: #F8F8F8 !important;
    border-bottom: 1px solid #ecf0f1;
    padding: .35em !important;
}

.cc-main-container table th,
.cc-main-container table td {
    padding: .625em !important;
    text-align: center !important;
}

.cc-main-container table th {
    font-size: .95em !important;
    font-weight: 800 !important;
    text-transform: none !important;
}

.cc-mobileshow {
    display: none !important;
}

.cc-mobilehide {
    display: inline-block !important;
}

@media screen and (max-width: 600px) {
    .cc-mobilehide {
        display: none !important;
    }

    .cc-mobileshow {
        display: inline-block !important;
    }

    .cc-main-container table {
        border: 0;
        width: 90%
    }

    .cc-main-container table caption {
        font-size: 1.3em !important;
    }

    .cc-main-container table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .cc-main-container table tr {
        border-top: 0px;
        display: block;
        margin-bottom: .625em;
    }

    .cc-main-container table td {
        border-bottom: 0px;
        display: block;
        font-size: .8em !important;
        text-align: right !important;
    }

    .cc-main-container table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 800;
    }

    .cc-main-container table td:last-child {
        border-bottom: 0;
    }
}



/* viewport <= 768px */

@media only screen and (max-width: 800px) {

    .col-count-2,
    .col-count-3,
    .col-count-4 {
        column-count: auto !important;
    }

    .cc-mobilehide,
    .mobile-hide {
        display: none !important;
    }

    .cc-mobileshow,
    .mobile-show {
        display: inline-block !important;
    }

    .cc-col-1,
    .cc-col-2,
    .cc-col-3,
    .cc-col-4 {
        width: 49% !important;
        margin: 10px auto !important;
        transition: .4s
    }

    .cc-row div {
        margin: 10px auto;
    }

    .cc-col-5,
    .cc-col-6,
    .cc-col-7,
    .cc-col-8,
    .cc-col-9,
    .cc-col-10,
    .cc-col-11,
    .cc-col-12 {
        width: 98% !important;
        margin: 10px auto !important;
        transition: .4s
    }

    .show-first {
        order: 1 !important;
    }

    .show-second {
        order: 2 !important;
    }

    .show-third {
        order: 3 !important;
    }

    .show-fourth {
        order: 4 !important;
    }


    .cc-mobile-col-2 {
        width: 49% !important;
    }

    .font-large,
    .font-large>a {
        font-size: 1.875rem !important;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .cc-anchor-nav a {
        display: block !important;
    }

    .cc-anchor-nav a:hover {
        letter-spacing: 0.08 !important;
        transition: ease 1s;
    }

    .cc-anchor-nav a:not(:last-child):after {
        display: none !important;
    }

    .w-100 {
        width: 100% !important;
    }


}


/* viewport <= 650px */

@media screen and (max-width: 650px) {
    .cc-row {
        width: 100% !important;
    }

    .cc-col-1,
    .cc-col-2,
    .cc-col-3,
    .cc-col-4,
    .cc-col-5,
    .cc-col-6,
    .cc-col-7,
    .cc-col-8,
    .cc-col-9,
    .cc-col-10,
    .cc-col-11,
    .cc-col-12 {
        width: 98% !important;
        margin: 10px auto !important;
        transition: .4s
    }

    .cc-mobile-col-2 {
        width: 49% !important;
    }

    .w-50,
    .w-100 {
        width: 100% !important;
    }
}