@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:600,500,400,700");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
body {
  padding-top: 96px;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}
a:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
select {
  cursor: pointer;
}
select:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
input {
  font-family: inherit;
}
/* input:focus {
  outline: 2px solid #ff8214;
  outline-offset: 2px;
} */
input::placeholder {
  opacity: 0.7;
}
.mod-container {
  width: 100%;
  max-width: 1460px;
  margin: auto;
  padding: 0 2rem;
}
.breadcrumbe_wrapper {
  padding: 80px 0 50px;
  text-align: center;
}
.breadcrumbe_wrapper h1,
.breadcrumbe_wrapper h2,
.breadcrumbe_wrapper h3,
.breadcrumbe_wrapper h4,
.breadcrumbe_wrapper h5,
.breadcrumbe_wrapper h1 {
  font-family: "Plus Jakarta Sans", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  color: #1c0a08;
}
@media (max-width: 992px) {
  body {
    padding-top: 60px;
  }
  .mod-container {
    padding: 0 15px;
  }
}
