/* cms-con */

.cms-con {
    display: inline-block;
    width: 100%;
    color: var(--tb);
    clear: both;
}

.cms-con p {
    line-height: 1.3;
    font-size: 16px;
    color: var(--tb);
    font-weight: 400;
    margin-bottom: 20px;
}

.cms-con p a {
    text-transform: initial
}

.cms-con ul {
    list-style: none;
    font-size: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.cms-con ul li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--tb);
    margin-bottom: 17px;
    padding-left: 24px;
    position: relative
}

.cms-con ul li:before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: var(--gold);
    background-size: cover;
}

.cms-con ul li:last-child {
    margin-bottom: 0
}

.cms-con ul li ul {
    margin-bottom: 0
}

.cms-con ul li ul li {
    padding-left: 16px
}

.cms-con ul li ul li:before {
    width: 12.8px;
    height: 2px;
    border-radius: 0;
    top: 10px
}

.cms-con ul.half li {
    width: 50%;
    display: inline-block
}


.cms-con h1 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--gd);
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h1 b,
.cms-con h1 strong {
    font-weight: 800
}

.cms-con h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--gd);
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative
}

.cms-con h2 b,
.cms-con h2 strong {
    font-weight: 800
}

.cms-con h3 {

    font-size: 2.125rem;

    line-height: 1.2;

    font-weight: 700;

    color: var(--gd);

    display: block;

    margin-top: 0;

    margin-bottom: 20px;

    padding-top: 0;

    position: relative
}



.cms-con h3 b,

.cms-con h3 strong {

    font-weight: 800
}



.cms-con h4 {

    font-size: 1.75rem;

    line-height: 1.2;

    font-weight: 700;

    color: var(--gd);

    display: block;

    margin-top: 0;

    margin-bottom: 20px;

    padding-top: 0;

    position: relative
}



.cms-con h4 b,

.cms-con h4 strong {

    font-weight: 800
}



.cms-con h5 {

    font-size: 1.5rem;

    line-height: 1.2;

    font-weight: 700;

    color: var(--gd);

    display: block;

    margin-top: 0;

    margin-bottom: 20px;

    padding-top: 0;

    position: relative
}



.cms-con h5 b,

.cms-con h5 strong {

    font-weight: 800
}



.cms-con h6 {

    font-size: 1.25rem;

    line-height: 1.2;

    font-weight: 700;

    color: var(--gd);

    display: block;

    margin-top: 0;

    margin-bottom: 20px;

    padding-top: 0;

    position: relative
}



.cms-con h6 b,

.cms-con h6 strong {

    font-weight: 800
}



.cms-con iframe {

    width: 100%;

    height: 500px
}



.cms-con .alignleft {

    float: left;

    width: auto;

    max-width: 50%;

    margin: 0 30px 30px 0;

    border-radius: 20px
}



.cms-con .alignright {

    float: right;

    width: auto;

    max-width: 50%;

    margin: 0 0 30px 30px;

    border-radius: 20px
}



.cms-con .aligncenter {

    width: auto;

    max-width: 100%;

    margin: 5px auto 66px;

    margin-bottom: 50px;

    text-align: center;

    display: block;

    border-radius: 20px
}



.cms-con .aligncenter.mb-100 {

    margin-bottom: 100px
}



.cms-con .mb-70 {

    margin-bottom: 70px
}



.cms-con .aligncenter img {

    margin: auto
}



.cms-con .bothalignleft {

    float: left;

    width: auto;

    max-width: 49.9%;

    margin: 0
}



.cms-con .bothalignright {

    float: right;

    width: auto;

    max-width: 49.9%;

    margin: 0
}



.cms-con ol {

    padding: 0;

    display: flex;

    flex-wrap: wrap;

    counter-reset: cmscon-counter;

    list-style-type: none;

    margin-bottom: 30px
}



.cms-con ol li {

    position: relative;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.6;

    color: var(--tb);

    list-style: none;

    margin-bottom: 15px;

    padding-left: 24px;

}



.cms-con ol li:last-child {

    margin-bottom: 0
}



.cms-con ol li:before {

    counter-increment: cmscon-counter;

    content: "" counter(cmscon-counter) ".";

    line-height: 1.4;

    left: 0;

    position: absolute;

    top: -0.125rem;

}



.cms-con ol li ul {

    margin-top: 30px;

    margin-left: 15px
}



.cms-con ol li ul li {

    padding-left: 24px;

    position: relative
}



.cms-con ol li ul li:before {

    counter-increment: none;

    content: no-close-quote
}



.cms-con p b,

.cms-con p strong {
    display: inline;
    font-weight: 700;
    display: inline-block;

    margin-bottom: 0
}



.cms-con a {

    transition: color .4s ease-in-out;

    color: var(--tb)
}



.cms-con a:hover {

    color: var(--gold)
}



.cms-con p a {

    transition: color .4s ease-in-out;

    color: var(--tb);

    font-weight: 300
}



.cms-con p a:hover {

    color: var(--gold)
}



.cms-con p a.btn:hover {

    color: var(--gold)
}



/* cms-con */





@media only screen and (max-width: 74.9375rem) {

    .cms-con-sec {

        padding: 50px 0;

    }



    .cms-con .aligncenter {

        margin: 40px auto 40px auto;

    }



    .cms-con .mb-70 {

        margin-bottom: 50px;

    }



    .cms-con hr {

        height: 10px;

        margin: 30px 0;

    }



    .cms-con .aligncenter.mb-100 {

        margin-bottom: 50px;

    }

    .cms-con h1 {
        font-size: 38px;
    }

    .cms-con h2 {
        font-size: 36px;
    }

    .cms-con h3 {
        font-size: 32px;
    }

    .cms-con h4 {
        font-size: 28px;
    }

    .cms-con h5 {
        font-size: 24px;
    }

    .cms-con h6 {
        font-size: 20px;
    }

}



@media only screen and (max-width: 47.9375rem) {

    .cms-con-sec {

        padding: 30px 0
    }



    .cms-con p {

        font-size: 14px;

        line-height: 1.4;

        margin-bottom: 15px
    }



    .cms-con ul {

        margin-bottom: 20px;

    }



    .cms-con p b,

    .cms-con p strong {

        font-size: 14px;

    }



    .cms-con ul li {

        font-size: 14px;

        margin-bottom: 12px;

    }



    .cms-con ol li {

        font-size: 14px;

    }



    .cms-con ol li ul {

        margin-top: 20px;

        margin-bottom: 0
    }



    .cms-con ul li:before {
        top: 5px;

    }



    .cms-con ul li ul li {

        padding-left: 14px
    }



    .cms-con ul li ul li:before {

        width: 6px;

        height: 2px;

        top: 8px
    }

    .cms-con h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .cms-con h2 {
        font-size: 28px;
        margin-bottom: 15px
    }

    .cms-con h3 {
        font-size: 24px;
        margin-bottom: 15px
    }



    .cms-con h4 {

        font-size: 22px;

        margin-bottom: 15px
    }



    .cms-con h5 {
        font-size: 20px;
        margin-bottom: 12px;
    }



    .cms-con h6 {
        font-size: 18px;
        margin-bottom: 15px;

    }



    .cms-con .aligncenter {

        margin: 25px auto
    }



    .cms-con .mb-70 {

        margin-bottom: 30px
    }



    .cms-con hr {

        height: 6px;

        margin: 25px 0
    }



    .cms-con .aligncenter.mb-100 {

        margin-bottom: 30px
    }

}