section .copy-btn {
     background: transparent;
     color: #fff;
     border: none;
     display: flex;
     align-items: center;
 }
section .copy-btn img {
    margin-right: 5px;
}
.percent {
    padding-top: 5px;
}
.percent *{
    color: #ffffff;
}
.percent .wrapper {
    height: 100%;
}

.percent .wrapper .heading{
    color: #ffffff;
}
.percent .wrapper .copy-btn {
    margin: 10px auto 0 auto;
    background-color: #ff7f00;
    border: 1px solid #ff7f00;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    display: flex !important;
    align-items: center;
    font-size: 15px;
}
.percent .wrapper .copy-btn:hover {
    background-color: #e16f00;
    border: 1px solid #e16f00;
}
.percent .wrapper .copy-btn img {
    margin-right: 5px;
}
.percent .wrapper .copy-btn span {
    display: block;
}
.percent .wrapper .or {
    margin: 0 0 15px;
}
.percent .wrapper .copy {
    z-index: 10;
    margin: 20px auto 30px auto;
}
.percent .wrapper .copy button {
    display: inline;
    padding-top: 5px;
}
.percent .wrapper .copy h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 5px;
}
@media screen and (min-width: 1600px) {
    .percent .wrapper .copy h2 {
        font-size: 33px;
    }
}
.percent .wrapper .copy h3 {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    max-width: 450px;
    font-size: 20px;
    line-height: 150%;
}
@media screen and (min-width: 1600px) {
    .percent .wrapper .copy h3 {
        font-size: 25px;
        max-width: 560px;
    }
}
.percent .wrapper .context {
    text-align: center;
    height: 100%;
    background-color: #2566a2;
    color: #fff;
    padding: 40px 150px 20px 85px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.percent .wrapper .context .c-breadcrumb-list {
    margin-bottom: 7rem;
}
@media all and (max-width: 1500px) {
    .percent .wrapper .context .c-breadcrumb-list {
        margin-bottom: 4rem;
    }
}
.percent .wrapper .context .c-breadcrumb-list li a {
    color: #fff;
}
.percent .wrapper .context .c-breadcrumb-list li::after {
    color: #fff;
}
.percent .wrapper .context .c-breadcrumb-list li:last-child a {
    font-weight: bold;
}
.percent .wrapper .context h1 {
    margin-bottom: 20px;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 150%;
}
@media screen and (min-width: 1600px) {
    .percent .wrapper .context h1 {
        font-size: 36px;
    }
}
.percent .wrapper .context .main {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    max-width: 400px;
}
.percent .wrapper .context .c-btn {
    padding: 15px 30px;
    height: unset;
    background-color: #ff7f00;
    border: 1px solid #ff7f00;
    margin-bottom: 3rem;
    margin-top: 1rem;
    border-radius: 10px;
    color: white;
}
.percent .wrapper .context .c-btn:hover {
    background-color: #e16f00;
    border: 1px solid #e16f00;
}
.percent .wrapper .context .c-btn span {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
}
.percent .wrapper .context .more {
    display: none;
}
.percent .wrapper .image {
    width: 100%;
    max-width: 700px;
}
.percent .wrapper .image img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
@media all and (max-width: 1100px) {
    .percent .wrapper .context {
        padding: 5px 25px 10px;
    }
}

#video-pit video{
    width: 100%;
    height: auto;
}
