body {
  background-color: #F7F7F7; }

.error-wrapper {
  padding-top: 187px;
  text-align: center;
  color: #222222; }

.error-wrapper h2 {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: bold; }

.error-wrapper .help {
  opacity: 0.8;
  font-weight: 500;
  color: #222222; }

.error-wrapper .link {
  font-weight: bold;
  color: #222222; }

.error-wrapper .buttons-403 {
  margin-top: 58px; }

.error-wrapper .buttons-404 {
  margin-top: 24px; }

.error-wrapper .buttons-500 {
  margin-top: 72px; }

.error-wrapper .btn-lg {
  margin: 3px;
  width: 162px;
  height: 40px;
  font-size: 14px; }

.error-wrapper img {
  max-width: 100%;
  height: auto; }

.error-wrapper .image-403 {
  margin-top: 65px; }

.error-wrapper .image-500 {
  margin-top: -200px; }

@media screen and (max-width: 767px) {
  .error-wrapper {
    padding-top: 25px; }
  .error-wrapper h2 {
    margin-bottom: 19px;
    font-size: 21px; }
  .error-wrapper .help {
    font-size: 13px; }
  .error-wrapper .buttons-403 {
    margin-top: 51px; }
  .error-wrapper .buttons-404 {
    margin-top: 19px; }
  .error-wrapper .buttons-500 {
    margin-top: 60px; }
  .error-wrapper .image-403 {
    margin-top: 68px; }
  .error-wrapper .image-500 {
    margin-top: 30px; } }

@media screen and (max-width: 371px) {
  .error-wrapper .help {
    font-size: 12px; } }

.error-desc {
  margin: 20px;
  font-size: 16px; }

.error-btn-wrapper {
  margin: auto;
  margin-top: 30px;
  gap: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-flex;
  display: inline-flex; }

.error-btn-basic {
  display: inline-block;
  width: 150px;
  padding: 11px 18px;
  font-size: 16px;
  border: 1px solid #3399FF;
  border-radius: 6px; }
  .error-btn-basic:hover {
    background-color: #e7f3ff;
    text-decoration: none; }

.error-btn-basic-bg {
  background-color: #3399FF;
  color: #FFFFFF; }
  .error-btn-basic-bg:hover {
    border: 1px solid #297acc;
    background-color: #297acc; }

.error-support-btn {
  padding: 0;
  border: none;
  background-color: transparent; }
