.cms-com {
    display: inline-block;
    width: 100%;
    color: #797979;
    clear: both;
}

.cms-com p {
    line-height: 1.6;
    font-size: 16px;
    color: #797979;
    font-weight: 400;
    margin-bottom: 20px;
}

.cms-com p a {
    text-transform: initial
}

.cms-com ul {
    list-style: none;
    font-size: 0;
    margin-bottom: 20px;
    display: block;
    flex-wrap: wrap;
    padding-left: 0;
}

.cms-com ul li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #797979;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative
}

.cms-com ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #ffc20e;
}

.cms-com ul li:last-child {
    margin-bottom: 0
}

.cms-com ul li ul {
    margin-bottom: 0
}

.cms-com ul li ul li {
    padding-left: 1rem
}

.cms-com ul li ul li:before {
    width: .8rem;
    height: .125rem;
    border-radius: 0;
    top: .625rem
}

.cms-com ul.half li {
    width: 50%;
    display: inline-block
}

.cms-com h1 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    color: #121212;
    display: block;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 0;
    position: relative
}

.cms-com h1 b,
.cms-com h1 strong {
    font-weight: 800
}

.cms-com h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 600;
    color: #121212;
    display: block;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 0;
    position: relative
}

.cms-com h2 b,
.cms-com h2 strong {
    font-weight: 800
}

.cms-com h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    color: #121212;
    display: block;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 0;
    position: relative
}

.cms-com h3 b,
.cms-com h3 strong {
    font-weight: 800
}

.cms-com h4 {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 600;
    color: #121212;
    display: block;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 0;
    position: relative
}

.cms-com h4 b,
.cms-com h4 strong {
    font-weight: 800
}

.cms-com h5 {
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 600;
    color: #121212;
    display: block;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 0;
    position: relative
}

.cms-com h5 b,
.cms-com h5 strong {
    font-weight: 800
}

.cms-com h6 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    color: #121212;
    display: block;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-top: 0;
    position: relative
}

.cms-com h6 b,
.cms-com h6 strong {
    font-weight: 800
}

.cms-com iframe {
    width: 100%;
    height: 31.25rem
}

.cms-com .alignleft {
    float: left;
    width: auto;
    max-width: 50%;
    margin: 0 1.875rem 1.875rem 0;
    border-radius: 1.25rem
}

.cms-com .alignright {
    float: right;
    width: auto;
    max-width: 50%;
    margin: 0 0 1.875rem 1.875rem;
    border-radius: 1.25rem
}

.cms-com .aligncenter {
    width: auto;
    max-width: 100%;
    margin: .3125rem auto 4.125rem;
    margin-bottom: 3.125rem;
    text-align: center;
    display: block;
    border-radius: 1.25rem
}

.cms-com .aligncenter.mb-100 {
    margin-bottom: 6.25rem
}

.cms-com .mb-70 {
    margin-bottom: 4.375rem
}

.cms-com .aligncenter img {
    margin: auto
}

.cms-com .bothalignleft {
    float: left;
    width: auto;
    max-width: 49.9%;
    margin: 0
}

.cms-com .bothalignright {
    float: right;
    width: auto;
    max-width: 49.9%;
    margin: 0
}

.cms-com ol {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    counter-reset: cmscon-counter;
    list-style-type: none;
    margin-bottom: 1.875rem
}

.cms-com ol li {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #797979;
    list-style: none;
    margin-bottom: .9375rem;
    padding-left: 1.5rem
}

.cms-com ol li:last-child {
    margin-bottom: 0
}

.cms-com ol li:before {
    counter-increment: cmscon-counter;
    content: "" counter(cmscon-counter) ".";
    line-height: 1.4;
    left: 0;
    position: absolute;
    top: -2px
}

.cms-com ol li ul {
    margin-top: 1.875rem;
    margin-left: .9375rem
}

.cms-com ol li ul li {
    padding-left: 1.5rem;
    position: relative
}

.cms-com ol li ul li:before {
    counter-increment: none;
    content: no-close-quote
}

.cms-com p b,
.cms-com p strong {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .9375rem;
    margin-bottom: 0;
    color: #121212;
}

.cms-com a {
    transition: color .4s ease-in-out;
    color: #121212;
}

.cms-com a:hover {
    color: #FFC20E;
}

.cms-com p a {
    color: #121212;
    text-decoration: none;
    font-weight: 500;
    transition: color .4s ease-in-out;
}

.cms-com p a:hover {
    color: #FFC20E;
}

.cms-com p a.btn:hover {
    color: #FFC20E;
}

.cms-com table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.cms-com th,
.cms-com td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cms-com th {
    background: #f5f5f5;
    color: #121212;
    font-weight: 700;
}

.cms-com tbody tr:hover {
    background: #fafafa;
}

.cms-com td:first-child {
    font-weight: 600;
}

@media only screen and (max-width:1199px) {
    .cms-con-sec {
        padding: 3.125rem 0
    }

    .cms-com .aligncenter {
        margin: 2.5rem auto 2.5rem auto
    }

    .cms-com .mb-70 {
        margin-bottom: 3.125rem
    }

    .cms-com hr {
        height: .625rem;
        margin: 1.875rem 0
    }

    .cms-com .aligncenter.mb-100 {
        margin-bottom: 3.125rem
    }

    .cms-com h1 {
        font-size: 2.625rem
    }

    .cms-com h2 {
        font-size: 2.25rem
    }

    .cms-com h3 {
        font-size: 2rem
    }

    .cms-com h4 {
        font-size: 1.75rem
    }
}

@media only screen and (max-width:767px) {
    .cms-con-sec {
        padding: 1.875rem 0
    }

    .cms-com p {
        font-size: .875rem;
        margin-bottom: .9375rem
    }

    .cms-com ul {
        margin-bottom: 1.25rem
    }

    .cms-com p b,
    .cms-com p strong {
        font-size: .875rem
    }

    .cms-com ul li {
        font-size: .875rem;
        margin-bottom: .75rem;
        padding-left: 20px;
    }

    .cms-com ol li {
        font-size: .875rem
    }

    .cms-com ol li ul {
        margin-top: 1.25rem;
        margin-bottom: 0
    }

    .cms-com ul li ul li {
        padding-left: .875rem
    }

    .cms-com ul li ul li:before {
        width: .375rem;
        height: .125rem;
        top: .5rem
    }

    .cms-com h1 {
        font-size: 1.875rem;
        margin-bottom: .9375rem
    }

    .cms-com h2 {
        font-size: 1.625rem;
        margin-bottom: 15px
    }

    .cms-com h3 {
        font-size: 1.5rem;
        margin-bottom: 15px
    }

    .cms-com h4 {
        font-size: 1.25rem;
        margin-bottom: 15px
    }

    .cms-com h5 {
        font-size: 1.125rem;
        margin-bottom: 15px
    }

    .cms-com h6 {
        font-size: 1rem;
        margin-bottom: 15px
    }

    .cms-com .aligncenter {
        margin: 1.5625rem auto
    }

    .cms-com .mb-70 {
        margin-bottom: 1.875rem
    }

    .cms-com hr {
        height: .375rem;
        margin: 1.5625rem 0
    }

    .cms-com .aligncenter.mb-100 {
        margin-bottom: 1.875rem
    }

    .cms-com th,
    .cms-com td {
        padding: 12px;
        line-height: 1.4;
        font-size: .875rem;
    }
}