@keyframes scroll {0% { transform: translateX(0); } 100% { transform: translateX(-100%); }}
.cnc-error-section.cnc-error-section-layout3{padding:100px 0;border-radius: 5px; background-color: #005BC5;}
.cnc-error-section.cnc-error-section-layout3 .wrapper{border-bottom: 2px solid #fff;border-top: 2px solid #fff;}
.cnc-error-section.cnc-error-section-layout3 .marquee-wrapper{overflow: hidden; user-select: none; display: flex ; flex-direction: row;padding: 23px 0;border-bottom: 2px solid #fff;margin-bottom: 48px;}
.cnc-error-section.cnc-error-section-layout3 .marquee-wrapper ul.error-marquee {min-width: 100%; animation: scroll var(--marquee-speed, 40s) linear infinite; display: flex ; align-items: center; flex-shrink: 0; margin: 0;padding: 0;}
.cnc-error-section.cnc-error-section-layout3 .marquee-wrapper ul.error-marquee li{color: #FFF; text-align: center; font-size: 160px; font-weight: 700; line-height: normal;list-style: none;position: relative;padding: 0 27px;}        
.cnc-error-section.cnc-error-section-layout3 .marquee-wrapper ul.error-marquee li::after{content: "";width: 54px;height: 54px;border-radius: 50%;background-color: #fff;display: inline-block;transform: translateY(-50%);margin-left: 54px;}
.cnc-error-section.cnc-error-section-layout3 .container{max-width: 1430px;width: 100%;margin: 0 auto;padding: 0 15px;box-sizing: border-box;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap{max-width: 928px;width: 100%;text-align: center;margin: 0 auto 50px;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap .info{margin-bottom: 30px;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap .info :is(p) {color: #FFF; font-size: 20px; font-weight: 400; line-height: normal;margin: 0;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap .info :is(p):not(:last-child){margin: 0 0 10px;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn {display: inline-flex;align-items: center; background-color: #fff; color: #005AC3; font-weight: 400; padding: 14px 35px 14px 35px; border-radius: 5px; font-size: 20px; transition: all 0.3s ease-in-out; position: relative; line-height: normal; text-decoration: none; width: fit-content;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn .arrow { margin-left: 15px; transition: all 0.3s ease-in-out; position: relative; left: 0; width: 20px; display: inline-flex;justify-content: center;align-items: center;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn .arrow img{max-width: 100%;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn .arrow svg {width: 100%;height: 100%;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn .arrow svg path{fill: #005AC3;stroke: #005AC3;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn:hover, .cnc-error-section.cnc-error-section-layout3 .colum a.btn:focus { background-color: #02357e; color: #fff;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn:hover .arrow, .cnc-error-section.cnc-error-section-layout3 .colum a.btn:focus .arrow{ left: 5px;}
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn:hover .arrow img, .cnc-error-section.cnc-error-section-layout3 .colum a.btn:focus .arrow img{filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(160deg) brightness(104%) contrast(100%);} 
.cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn:hover .arrow svg path, .cnc-error-section.cnc-error-section-layout3 .colum a.btn:focus .arrow svg path{fill: #fff;stroke: #fff;}
@media (max-width:1024px) {
  .cnc-error-section.cnc-error-section-layout3{padding:50px 0;}
  .cnc-error-section.cnc-error-section-layout3 .marquee-wrapper ul.error-marquee li {font-size: 120px;padding: 0 20px;}
  .cnc-error-section.cnc-error-section-layout3 .marquee-wrapper ul.error-marquee li::after {width: 42px; height: 42px;margin-left: 42px;}
  .cnc-error-section.cnc-error-section-layout3 .title-wrap .info :is(p) , .cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn {font-size: 18px;}
}
@media (max-width:767px) {
  .cnc-error-section.cnc-error-section-layout3{padding:30px 0;}
  .cnc-error-section.cnc-error-section-layout3 .marquee-wrapper ul.error-marquee li {font-size: 70px;padding: 0 12px;}
  .cnc-error-section.cnc-error-section-layout3 .marquee-wrapper ul.error-marquee li::after {width: 26px; height: 26px;margin-left: 26px;}
  .cnc-error-section.cnc-error-section-layout3 .title-wrap .info :is(p) , .cnc-error-section.cnc-error-section-layout3 .title-wrap a.btn {font-size: 16px;}
}