@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('../fonts/roboto-v30-latin-ext-regular.woff2') format('woff2'),
    url('../fonts/roboto-v30-latin-ext-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
    url('../fonts/roboto-v30-latin-ext-700.woff2') format('woff2'),
    url('../fonts/roboto-v30-latin-ext-700.woff') format('woff');
}

.center {
  text-align: center !important;
}

.hu-notes {
  max-width: 410px;
  margin: 0 auto;
  padding: 15px;
  list-style: none;
  font-size: 14px;
  color: #b2b2b2;
}

@keyframes pulseNew {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.05);
    box-shadow: 0 5px 5px 0 #a1a1a1;
  }

  100% {
    transform: scale(1);
  }
}

.btn {
  padding: 15px 40px;
  color: #fff;
  background: red;
  border-radius: 15px;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  animation: pulseNew 1.5s infinite;
  box-shadow: none;
}

.btn:hover {
  color: #fff;
  background: #be0000;

}

.btn--bottom {
  margin-bottom: 35px;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff
}

*,
::after,
::before {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

.h1,
.h4,
h1,
h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

  .h1,
  h1 {
    font-size: 2.5rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: 1.5rem
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

b,
strong {
  font-weight: bolder
}

a {
  color: #0d6efd;
  text-decoration: underline
}

a:hover {
  color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

img,
svg {
  vertical-align: middle
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::-webkit-file-upload-button {
  font: inherit
}

::file-selector-button {
  font: inherit
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container {
    max-width: 1320px
  }
}

*,
*:before,
*:after {
  box-sizing: border-box
}

html {
  font-size: 16px
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #202020;
  background: #EBEBEB
}

p a {
  color: blue
}

.m-container {
  max-width: 1231px;
  margin: auto;
  background: white;
}

.container {
  padding-left: 30px !important;
  margin-left: 0px;
  padding-right: 30px !important;
  margin-right: 0px !important;
  max-width: 100%
}

header {
  background-color: white;
  background-image: url(../images/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  background: rgba(0, 4, 91, 0.23);
  mix-blend-mode: normal
}

header .container {
  position: relative;
  z-index: 3
}

.logo {
  width: 90px;
  height: auto;
  margin-right: 30px
}

.first-row {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  text-align: left;
  font-size: 43px;
  font-weight: 700;
  color: white;
  margin-bottom: 0px;
}

.first-row a {
  margin: 0;
  text-decoration: none;
  color: #fff;
}

.p-strong {
  font-weight: bold
}

main {
  padding-top: 2.5rem;
  background: white
}

main .container {
  display: flex
}

main .container .main-article {
  width: 70%;
  margin-right: 5%;
  text-align: justify
}

.main-article img {
  margin-left: auto;
  margin-right: auto;
}

.prod {
  margin-bottom: 15px;
}

.prod--top {
  margin-top: 30px;
}

main .container .main-article .author {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 18px
}

main .container .main-article .role {
  font-style: italic;
  margin-bottom: 10px;
  font-size: 18px
}

main .container .main-article .date {
  color: #9C9C9C
}

main .container .main-article .breadcrumbs {
  height: 24px;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs li {
  margin-right: 10px;
}

.breadcrumbs li::before {
  content: "•";

}

.breadcrumbs li:first-child::before {
  display: none;
}

.breadcrumbs a {
  color: #202020;
}

main .container .main-article--title {
  color: #024F7A;
  font-size: 46px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.2
}

main .container .main-article--intro {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #262626;
  margin: 20px 0px
}

main .container .main-article .green-cta {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  color: #0d6cd2;
  text-decoration-line: underline;
  padding: 3rem;
  padding-left: 0px;
  line-height: 1.4;
  padding-top: 26px
}

main .container .main-article .green-cta a {
  color: #0d6cd2
}

main .container aside {
  width: 25%
}

main .container .comments-list {
  margin-top: 2rem;
  margin-bottom: 30px;
}

main .container .com {
  font-size: 14px;
  font-weight: 700;
  color: #024F7A;
  margin: 28px 0px 14px
}

.comments {
  margin-top: 40px;
}

main .container .comments .comments-meta {
  color: #024F7A;
}

main .container .comments .comments-meta p {
  margin-bottom: 0px
}

main .container .comments .comments-meta--title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px
}

main .container .comments .comment {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
}

main .container .comments .comment:last-child {
  margin: 0;
  border-bottom: none;
}

main .container .comments .comment p {
  margin-bottom: 0px
}

main .container .comments .comment img {
  width: 40px;
  height: auto;
  margin-right: 1rem
}

main .container .comments .comment .comment-box {
  width: 100%;
  font-size: 16px
}

main .container .comments .comment .comment-meta {
  display: flex;
  margin-bottom: 0.4rem
}

main .container .comments .comment .comment-meta--author {
  font-weight: 700
}

main .container .comments .comment .comment-meta--date {
  color: #9E9E9E;
  font-style: italic;
  margin-left: 0.7rem
}

.img-article {
  margin-bottom: 1rem
}

footer {
  padding: 20px 0;
  background: #5983b6;
  color: #fff;
}

footer p {
  margin-bottom: 0;
  font-size: 14px;
  color: #ccc;
}

footer .copy {
  color: #fff;
  text-align: center;
  font-size: 14px
}

footer a {
  color: #C2C2C2;
  font-size: 0.7rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-right: 1rem
}

.articles-sidebar a {
  width: 100px;
  flex-shrink: 0;
  text-decoration: none
}

.articles-sidebar--title {
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.3rem;
  background: #FE5014;
  border-radius: 439px;
  color: white;
  text-decoration: none
}

.articles-sidebar img {
  width: 140px;
  height: auto
}

.articles-sidebar .article-sidebar {
  display: flex;
  margin-top: 1.5rem
}

.articles-sidebar .article-sidebar:hover .landing-url {
  text-decoration: underline;
}

.articles-sidebar .article-sidebar--content {
  margin-left: 0.8rem
}

.articles-sidebar .article-sidebar--title {
  font-size: 16px;
  font-weight: 600
}

.articles-sidebar .article-sidebar--title a {
  text-decoration: none;
  color: black
}

@media (max-width: 992px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important
  }

  main {
    padding-top: 18px
  }

  main .container {
    flex-direction: column
  }

  .first-row {
    justify-content: center;
    padding: 15px 0px
  }

  .first-row {
    font-size: 20px
  }

  .first-row .logo {
    width: 45px;
    margin-right: 15px
  }

  .main-article {
    width: 100% !important
  }


  .sidebar {
    display: none;
  }

  .main-article--title {
    font-size: 35px !important;
    line-height: 38px !important
  }

  .green-cta {
    font-size: 26px !important
  }
}

@media (max-width: 767px) {
  main .container .main-article {
    text-align: left;
  }

  .prod {
    width: 300px;
  }
}

@media (max-width: 479px) {
  header {
    background: #7cb7d5;
  }

  main .container .main-article--title {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  .prod {
    width: 250px;
  }

}

#comebacker_main_div {display: none!important;}