/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'poppins';
  src: url('/templates/wbce_rudweb/fonts/poppins-semibold-webfont.woff2') format('woff2'), url('/templates/wbce_rudweb/fonts/poppins-semibold-webfont.woff') format('woff');
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
header {
  background-color: #111111;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  header {
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
  }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #111111;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
header > p {
  margin: 0;
}
header > p > img {
  height: 3rem;
  width: auto;
  display: block;
}
main {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  min-height: calc(100vh - 10rem);
}
main a {
  color: inherit;
}
main > * {
  margin: 2rem 1rem;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  main > * {
    max-width: 1200px;
    margin: 2rem auto;
  }
}
main > .bloro_grid,
main > .obo_grid {
  padding-left: 0;
  padding-right: 0;
  box-sizing: content-box;
}
main > .section_anchor,
main > .minihero {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: content-box;
}
@media only screen and (min-width: 1200px) {
  main > .section_anchor,
  main > .minihero {
    max-width: unset;
    margin: 0;
  }
}
main ul {
  padding-left: 2rem;
}
main > .banner {
  box-sizing: content-box;
  padding: 3rem 0;
  position: relative;
}
main > .banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #c1e4d6;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
footer {
  background-color: #111111;
  color: #ffffff;
  padding: 2rem;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  margin-top: -21px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  footer {
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
  }
  footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #111111;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
h1.center,
h2.center,
h3.center,
h4.center,
h5.center {
  text-align: center;
}
h1.right,
h2.right,
h3.right,
h4.right,
h5.right {
  text-align: right;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4,
h5 {
  font-size: 1.25rem;
}
header > label {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  gap: 0.5rem;
  display: flex;
  padding: 0.75rem;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  header > label {
    display: none;
  }
}
header > label:before {
  font-family: poppins, sans-serif;
  content: "Menü";
  text-transform: uppercase;
  display: inline;
  font-weight: bold;
  font-size: 0.8rem;
}
header > label:after {
  content: "";
  height: 1em;
  aspect-ratio: 1;
  color: #d86f13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M0 96c0-18 14-32 32-32h384a32 32 0 1 1 0 64H32c-18 0-32-14-32-32zm0 160c0-18 14-32 32-32h384a32 32 0 1 1 0 64H32c-18 0-32-14-32-32zm416 192H32a32 32 0 1 1 0-64h384a32 32 0 1 1 0 64z'/%3E%3C/svg%3E");
}
header > nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: rgba(17, 17, 17, 0.75);
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
@media only screen and (min-width: 800px) {
  header > nav {
    position: relative;
    transition: none;
    max-height: unset;
    overflow: unset;
  }
}
header > nav > ul {
  list-style: none;
  margin: 1.5rem;
  padding: 0;
}
@media only screen and (min-width: 800px) {
  header > nav > ul {
    display: flex;
    margin: 0;
  }
}
header > nav > ul a {
  padding: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media only screen and (min-width: 800px) {
  header > nav > ul a {
    padding: 0.5rem 1rem;
  }
}
header > nav > ul a:before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 185.3 185.3'%3E%3Cpath fill='%23fff' d='M51.7 185.3a10.7 10.7 0 0 1-7.6-18.3l74.4-74.3L44 18.3A10.7 10.7 0 1 1 59.3 3.1l82 82c4.1 4.2 4.1 11 0 15.2l-82 81.9c-2.1 2-4.8 3.1-7.6 3.1z'/%3E%3C/svg%3E%0A");
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li {
    position: relative;
  }
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > a:before {
    display: none;
  }
}
header > nav > ul > li > ul {
  list-style: none;
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(17, 17, 17, 0.75);
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    max-height: 0;
  }
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li > ul > li:first-child {
    margin-top: 1.25rem;
  }
}
header > nav > ul > li > ul > li > a {
  padding: 1rem;
}
header > nav > ul > li > ul > li > ul {
  display: none;
}
@media only screen and (min-width: 800px) {
  header > nav > ul > li:hover > ul {
    max-height: 100vh;
  }
}
header > input {
  display: none;
}
header > input:checked + nav {
  max-height: 100vh;
}
nav.breadcrumb {
  padding: 2rem 0;
}
nav.breadcrumb > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.breadcrumb > ul > li {
  display: inline-block;
}
nav.breadcrumb > ul > li a {
  padding: 0.5rem;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
nav.breadcrumb > ul > li a:before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 185.3 185.3'%3E%3Cpath fill='%23000' d='M51.7 185.3a10.7 10.7 0 0 1-7.6-18.3l74.4-74.3L44 18.3A10.7 10.7 0 1 1 59.3 3.1l82 82c4.1 4.2 4.1 11 0 15.2l-82 81.9c-2.1 2-4.8 3.1-7.6 3.1z'/%3E%3C/svg%3E%0A");
}
table {
  border-collapse: collapse;
  border-top: 1px solid #6c6c6c;
  margin-top: 3px;
  margin-bottom: 5px;
  width: 100%;
  font: 0.85em;
}
.row_1 {
  background-color: #4b4a4a;
  color: #ffffff;
  font-weight: bold;
}
table tbody td {
  font-size: 0.9em;
  padding: 4px;
  vertical-align: top;
  border-bottom: 1px solid #6c6c6c;
}
table td.col_0 {
  width: 64%;
}
table td.col_1 {
  text-align: center;
  width: 12%;
}
.row_3,
.row_9,
.row_14,
.row_22,
.row_27,
.row_29,
.row_31,
.row_35,
.row_39,
.row_42,
.row_49,
.row_56,
.row_60,
.row_63 {
  background-color: #7c7b7b;
  color: #1c1c1c;
  font-weight: bold;
}
.row_67 {
  background-color: #f62221;
  color: #ffffff;
  font-weight: bold;
}
table tbody tr:hover td {
  background-color: #fff;
}
.darkbox {
  background-color: #111;
  color: #fff;
  padding: 1rem;
  position: relative;
}
.darkbox:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #111;
  z-index: -1;
}
.darkbox ul {
  padding: 0;
  list-style: none;
}
.darkbox ul li::before {
  content: "✓ ";
  color: #f5a623;
  font-weight: bold;
}
.boxes .bloro_grid .bloro_unit {
  padding: 3.5rem;
  position: relative;
  hyphens: auto;
}
.boxes .bloro_grid .bloro_unit:before {
  content: "";
  background-color: #f4f4f4;
  position: absolute;
  inset: 1rem;
  z-index: -1;
  border-radius: 2rem;
}
.boxes .bloro_grid .bloro_unit *:first-child {
  margin-top: 0;
}
.boxes .bloro_grid .bloro_unit *:last-child {
  margin-bottom: 0;
}
.boxes .bloro_grid .bloro_unit p:first-child {
  font-size: 2rem;
  font-weight: bold;
  color: #FF6D00;
}
.boxes .bloro_grid .bloro_unit h3 {
  text-transform: unset;
}
.shadow-boxes {
  background-color: #f5f7fa;
  padding: 1rem;
  position: relative;
}
.shadow-boxes:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f7fa;
  z-index: -1;
}
.shadow-boxes .bloro_grid .bloro_unit {
  padding: 3.5rem;
  position: relative;
  z-index: 1;
  hyphens: auto;
}
.shadow-boxes .bloro_grid .bloro_unit:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  inset: 1rem;
  z-index: 0;
  border-radius: 1rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-boxes .bloro_grid .bloro_unit * {
  position: relative;
  z-index: 2;
}
.shadow-boxes .bloro_grid .bloro_unit *:first-child {
  margin-top: 0;
}
.shadow-boxes .bloro_grid .bloro_unit *:last-child {
  margin-bottom: 0;
}
.shadow-boxes .bloro_grid .bloro_unit p:first-child {
  font-size: 2rem;
  font-weight: bold;
  color: #FF6D00;
}
.shadow-boxes .bloro_grid .bloro_unit h3 {
  font-size: 1.125rem;
  text-transform: unset;
}
.cta {
  padding: 1.0rem 1.0rem;
  border-radius: 0.5rem;
  background-color: #FF6D00;
  text-decoration: none;
  text-align: left;
  position: relative;
  display: inline-flex;
  gap: 1rem;
  line-height: 1;
  font-size: 1.2em;
  align-items: center;
  color: #fff;
}
.cta:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 474 474'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='29.6' d='M261 16c107 0 194 87 194 194m-194-89c49 0 89 40 89 89m11 80c-8-9-19-14-30-14-26 0-44 26-61 43a284 284 0 0 1-116-116l29-29c19-19 19-44 0-63l-50-51c-9-9-20-13-31-13-27 1-79 49-82 87-2 27 5 52 11 68a430 430 0 0 0 213 229c31 14 61 24 87 24 49 0 95-63 95-83 0-12-5-23-14-32z' paint-order='stroke fill markers'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.3em;
  aspect-ratio: 1;
}
.cta2 {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #355447;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  position: relative;
  display: inline-flex;
  gap: 1rem;
  line-height: 1;
  border: 2px solid #848484;
  font-size: 1.5em;
}
.cta2:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 512 458'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M0 221c100-2 121-6 192 81 54-90 114-168 180-236C436-1 437-1 512 0a2180 2180 0 0 0-317 458A573 573 0 0 0 0 221Z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.1em;
  aspect-ratio: 1;
}
.minihero .minihero-text {
  font-size: calc(0.2em + 2vw);
  hyphens: auto;
}
@media only screen and (min-width: 1000px) {
  .minihero .minihero-text {
    font-size: 20px;
  }
}
.row_68 {
  background-color: unset;
  color: unset;
  font-weight: unset;
}
