body.cnp-page-error {
  height: 100%;
  min-width: 20rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'rawline', 'Open Sans', 'Futura', sans-serif;
  font-display: swap;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.cnp-page-error button:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
h1,
h2,
h3,
h4 {
  color: #2e3b54;
}

.cnp-page-error .bg-white-90 {background:rgba(255,255,255,0.9);}

.cnp-page-error .banner-cnp {
  display: -ms-flexbox;
  display: flex;
  height: 38.6rem;
  overflow: hidden;
  background-color: #fafafa;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  color: #fff;
  margin-bottom: 9.4rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cnp-page-error .banner-cnp {
  background-position: 100% 40%;
  display: block;
  height: 16rem;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .cnp-page-error .banner-cnp {
    display: none;
  }
}
.cnp-page-error .section {
  width: 100%;
}
.cnp-page-error .section-error {
  background: #fafafa url(../images/bg-way_2500px.jpg) no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 85px);
}
.cnp-page-error .section-error .container {
  height: calc(100vh - 85px);
}
@media (max-width: 768px) {
  .cnp-page-error .section-error {
    background: #fafafa url(../images/bg-way_768px.jpg) no-repeat center center;
    background-size: cover;
    min-height: calc(100vh - 147px);
  }
  .cnp-page-error .section-error .container {
    height: calc(100vh - 147px);
  }
}
@media (max-width: 576px) {
  .cnp-page-error .section-error {
    background: #fafafa url(../images/bg-way_576px.jpg) no-repeat center center;
    background-size: cover;
  }

}
.cnp-page-error .c-badge {
  padding: 0.3em 0.5em;
  line-height: 1;
  text-align: left;
  white-space: wrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  border: 0;
  color: #fff;
  background: rgba(0,35,100,1);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cnp-page-error .c-badge-h1 {
  font-weight:700;
  border-radius: 0;
  letter-spacing: .5px;
  line-height: 1.6em;
  font-size: 2.6rem;
  padding: 0 .5em .1em;
}
.cnp-page-error .c-badge-h2 {
  font-weight: 500;
  line-height:1em;
  font-size: 1.1rem;
  border-radius: 0;
  padding: 0em .4em .3em;
  background: rgba(0,35,100,0.8);
}

.vline-border img.ico {
  display:none;
  opacity:0;
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-name: icoFadeIn;
  animation-name: icoFadeIn;
}
@media (min-width: 768px) {
  .cnp-page-error .vline-border {
    margin-left:2em;
  }
  .cnp-page-error .vline-border::before {
    content: '';
    z-index: 3;
    display: block;
    position: absolute;
    width: 2.5px;
    left: -1em;
    background: rgba(0,35,100,1);
    top: 0em;
    --heightStart: 0;
    --heightEnd: calc(100% + 5em);
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    -webkit-animation-name: heightDown;
    animation-name: heightDown;
  }
  _:-ms-fullscreen .cnp-page-error .vline-border::before,
  :root .cnp-page-error .vline-border::before {
    height: calc(100% + 5em);
  }
  @keyframes heightDown {
    0% {height: var(--heightStart);min-height: var(--heightStart);}
    100% {height: var(--heightEnd);min-height: var(--heightEnd);}
  }
  @-webkit-keyframes heightDown {
    0% {height: var(--heightStart);min-height: var(--heightStart);}
    100% {height: var(--heightEnd);min-height: var(--heightEnd);}
  }
  .cnp-page-error .vline-border::after {
    content: '';
    z-index: 3;
    display: block;
    position: absolute;
    height: 2px;
    left: -1em;
    background: rgba(0,35,100,1);
    bottom: -5em;
    --widthStart: 0;
    --widthEnd: calc(100% + 4em);
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    -webkit-animation-name: widthLeft;
    animation-name: widthLeft;
  }
  _:-ms-fullscreen .cnp-page-error .vline-border::after,
  :root .cnp-page-error .vline-border::after {
    width: calc(100% + 4em);
  }
  @keyframes widthLeft {
    0% {width: var(--widthStart);min-width: var(--widthStart);}
    100% {width: var(--widthEnd);min-width: var(--widthEnd);}
  }
  @-webkit-keyframes widthLeft {
    0% {width: var(--widthStart);min-width: var(--widthStart);}
    100% {width: var(--widthEnd);min-width: var(--widthEnd);}
  }
  .vline-border img.ico {
    display:block;
    position:absolute;
    bottom:-5em;
    right:-4.7em;
  }
  _:-ms-fullscreen .vline-border img.ico,
  :root .vline-border img.ico {
    opacity: 1;
  }
  @keyframes icoFadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @-webkit-keyframes icoFadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
}

.cnp-page-error .footer {
  background: rgba(0,35,100,1);
}

@media (max-width: 768px) {
  .cnp-page-error .footer .container {
    background: none;
    max-width: none;
    padding: 0;
  }
}
.cnp-page-error .txt-white {
	color:#fff;
}
.cnp-page-error .txt-blue {
	color: #002364;
}
.cnp-page-error .txt-blue-light {
	color: #5692ce;
}

.footer .social-links .social-links-title {
  font-size: .95rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.79;
}
.cnp-page-error .footer .social-links a {
  border-radius: 50%;
  padding: .25em .35em;
  background: #5692ce;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: .3s all ease;
  transition: all .3s ease;
}
.cnp-page-error .footer .social-links a:hover { background: #fff; }
.cnp-page-error .footer .social-links svg rect { fill: #fff; }
.cnp-page-error .footer .social-links .facebook:hover svg rect { fill: #3b5998; }
.cnp-page-error .footer .social-links .twitter:hover svg rect { fill: #00acee; }
.cnp-page-error .footer .social-links .youtube:hover svg rect { fill: #c4302b; }
.cnp-page-error .footer .social-links .linkedin:hover svg rect { fill: #0e76a8; }
