@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Black.woff2") format("woff2"), url("../fonts/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-ExtraBold.woff2") format("woff2"), url("../fonts/Onest-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-ExtraLight.woff2") format("woff2"), url("../fonts/Onest-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Light.woff2") format("woff2"), url("../fonts/Onest-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2"), url("../fonts/Onest-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Thin.woff2") format("woff2"), url("../fonts/Onest-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Onest;
  font-display: swap;
  src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: icomoon;
  font-display: swap;
  src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?a7p941");
  src: url("fonts/icomoon.eot?a7p941#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?a7p941") format("truetype"), url("fonts/icomoon.woff?a7p941") format("woff"), url("fonts/icomoon.svg?a7p941#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-caret-down:before {
  content: "\e901";
}

.icon-caret-left:before {
  content: "\e902";
}

.icon-caret-right:before {
  content: "\e903";
}

.icon-caret-up:before {
  content: "\e904";
}

.icon-facebook-logo:before {
  content: "\e905";
}

.icon-file-pdf:before {
  content: "\e906";
}

.icon-image-broken:before {
  content: "\e907";
}

.icon-images:before {
  content: "\e908";
}

.icon-instagram-logo:before {
  content: "\e909";
}

.icon-Instagram:before {
  content: "\e90a";
}

.icon-link-simple:before {
  content: "\e90b";
}

.icon-list:before {
  content: "\e90c";
}

.icon-magnifying-glass:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-plus:before {
  content: "\e90f";
}

.icon-wheelchair:before {
  content: "\e910";
}

.icon-x:before {
  content: "\e911";
}

.icon-youtube-logo:before {
  content: "\e912";
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  color: #111827;
  overflow-x: hidden;
  -webkit-animation: fade 0.5s;
          animation: fade 0.5s;
}

body.lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: #111827;
}

a:focus,
a:active {
  outline: none;
}

button {
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.wrapper {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 100vh;

  background-color: #f9fafb;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/* Stilurile vor merge cu toate clasele care contin: __container
   Exemplu: header__container, main__container, __container */

[class*=__container] {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

[class*=__container--small] {
  max-width: 930px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 16px;
}

h1 {
  font-size: 48px;
  line-height: 130%;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

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

.grid {
  display: -ms-grid;
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col-1 {
  -ms-grid-column-span: 1;
  grid-column: 1 span;
}

.col-2 {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}

.col-3 {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}

.col-4 {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.col-5 {
  -ms-grid-column-span: 5;
  grid-column: 5 span;
}

.col-6 {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}

.col-7 {
  -ms-grid-column-span: 7;
  grid-column: 7 span;
}

.col-8 {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
}

.col-9 {
  -ms-grid-column-span: 9;
  grid-column: 9 span;
}

.col-10 {
  -ms-grid-column-span: 10;
  grid-column: 10 span;
}

.col-11 {
  -ms-grid-column-span: 11;
  grid-column: 11 span;
}

.col-12 {
  -ms-grid-column-span: 12;
  grid-column: 12 span;
}

.grid-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.grid-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}

.gap-1 {
  grid-gap: 10px;
}

.gap-2 {
  grid-gap: 20px;
}

.gap-3 {
  grid-gap: 30px;
}

.gap-4 {
  grid-gap: 40px;
}

.gap-5 {
  grid-gap: 50px;
}

.flex-gap-1 {
  gap: 10px;
}

.flex-gap-2 {
  gap: 20px;
}

.flex-gap-3 {
  gap: 30px;
}

.flex-gap-4 {
  gap: 40px;
}

.flex-gap-5 {
  gap: 50px;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs__content {
  display: none;
}

.tabs__content--active {
  display: block;
}

.section-padding {
  padding-block: 60px;
}

.top-anchor {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  background-color: #4ade80;
  color: #111827;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.15s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.15s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.15s ease;
}

.top-anchor.visible {
  opacity: 1;
  visibility: visible;
}

.top-anchor:hover {
  background-color: #16a34a;
}

.top-anchor:active {
  background-color: #15803d;
}

.top-anchor i {
  font-size: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.lined-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.lined-heading h2 {
  white-space: nowrap;
}

.lined-heading span {
  position: relative;
  display: inline-block;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #d1d5db;
}

.lined-heading span::before,
.lined-heading span::after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 5px;
  height: 5px;
  background-color: #d1d5db;
  rotate: 45deg;
}

.lined-heading span::before {
  left: 0;
}

.lined-heading span::after {
  right: -3px;
}

.page-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.footer__main {
  padding: 50px 0;
  background-color: #1e3a8a;
}

.footer__main * {
  color: #FFF;
}

.footer__main h3 {
  margin-bottom: 24px;
}

.footer__main ul li:not(:last-child) {
  margin-bottom: 16px;
}

.footer__main ul li a {
  text-decoration: underline;
  font-weight: 500;
}

.footer__main .footer__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.footer__socials-links li {
	display: flex;
	align-items: center;
	gap: 4px;
}

.footer__socials-links li img {
	width: 24px;
	height: 24px;
}
.footer__main .footer__text {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__main .footer__text p {
  line-height: 150%;
}

.footer__main .footer__text p:first-of-type {
  color: rgba(255, 255, 255, 0.8);
}

.footer__main .footer__text p:not(:last-child) {
  margin-bottom: 24px;
}

.footer__main .footer__text p a {
  text-decoration: underline;
}

.footer .footer__partners {
  padding: 50px 0;
}

.footer .footer__partners .__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  place-items: center;
  gap: 40px;
}

.footer .footer__partners .__container img {
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 80px;
}

.header {
  background-color: #FFF;
}

.header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: fixedHeader 0.4s;
          animation: fixedHeader 0.4s;
  z-index: 1001;
}

.header.sticky .header__container {
  padding-block: 16px;
}

.header.sticky .menu__item {
  padding: 8px 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-block: 30px;
}

.header__logo h2 {
  display: block;
  font-size: 32px;
  color: #1e3a8a;
}

.header__logo span {
  display: block;
  font-size: 16px;
  font-size: 16px;
  color: #111827;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.header__right .header__search {
  width: 45px;
  height: 45px;
  gap: 0px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    -webkit-transition: width 0.4s, padding 0.4s;
  -o-transition: width 0.4s, padding 0.4s;
  transition: width 0.4s, padding 0.4s;
}

.header__right .header__search input {
  width: 0;
}

.header__right .header__search.active {
  padding-inline: 10px;

  width: 260px;
}

.header__right .header__search.active input {
  width: 100%;
}

.header__right .header__socials .dropdown-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 45px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
}

.header__right .header__socials .dropdown-button img {
  display: block;
  width: 24px;
  height: 24px;
}

.header__right .header__socials .dropdown-button i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header__right .header__socials.active .dropdown-button i {
  rotate: -180deg;
}

.header__right .header__accesability {
  height: 45px;
  background-color: #fef9c3;
  border: 1px solid #fde047;
  border-radius: 12px;
  padding: 10.5px 9.5px;
}

.header__right .header__burger {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1e3a8a;
  border-radius: 12px;
  z-index: 1002;
}

@-webkit-keyframes fixedHeader {
  from {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fixedHeader {
  from {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  background-color: #FFF;
  padding: 0.75rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  z-index: 2;
}

.dropdown.active > .dropdown-button + .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.dropdown .dropdown-button {
  background: none;
  border: none;
}

.dropdown.active > .dropdown-button,
.dropdown .dropdown-button:hover {
  color: #111827;
}

.dropdown-links a {
  display: block;
}

.dropdown-links a:not(:last-child) {
  margin-bottom: 10px;
}

.burger {
  display: none;
  position: relative;
  width: 18px;
  height: 16px;
  cursor: pointer;
  z-index: 5;
}

.burger span,
.burger::before,
.burger::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 5px;
}

.burger::before {
  top: 2px;
}

.burger::after {
  bottom: 2px;
}

.burger span {
  top: calc(50% - 1px);
}

.burger.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.burger.active::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.burger.active::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 1px);
}

.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 140px;
  max-width: 180px;
  min-height: 46px;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 160%;
  text-align: center;
  white-space: nowrap;
  padding: 11px 12px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.button__primary {
  background-color: #FFF;
  border: 1px solid #e5e7eb;
}

.button__primary:hover {
  border-color: #2563eb;
}

.button__secondary {
  background-color: #dbeafe;
  color: #1d4ed8;
  
}

.button:hover {
  background-color: #2563eb;
  color: #FFF;
}

.menu {
  background-color: #1e3a8a;
}

.menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu .menu__list .menu__item {
  cursor: pointer;
  position: relative;
  padding: 20px 0;
}

.menu .menu__list .menu__item-title {
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.menu .menu__list .menu__item-title i {
  padding-left: 2px;
  color: #FFF;
}

.menu .submenu {
  position: absolute;
  top: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 30px 0px #84848426;
          box-shadow: 0px 4px 30px 0px #84848426;
  width: 205px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1001;
}

.menu .submenu.visible {
  opacity: 1;
  visibility: visible;
}

.menu .submenu__item {
  position: relative;
}

.menu .submenu__item a {
  display: block;
  padding: 16px 24px;
}

.menu .submenu__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 100%;
  background-color: #2563eb;
  -webkit-transition: 0.12s;
  -o-transition: 0.12s;
  transition: 0.12s;
}

.menu .submenu__item:hover {
  background-color: #bfdbfe;
}

.menu .submenu__item:hover::before {
  width: 2px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -80%;
  width: 80%;
  height: 100%;
  background-color: #FFF;
  padding-top: 100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
  z-index: 1001;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu .mobile-menu__list {
  padding-inline: 50px;
}

.mobile-menu .mobile-menu__list .mobile-menu__item:not(:last-child) {
  margin-bottom: 32px;
}

.mobile-menu .mobile-menu__list .mobile-menu__item .menu__item-title {
  font-weight: 500;
  text-transform: uppercase;
}

.mobile-menu .mobile-menu__list .mobile-menu__item .mobile-submenu {
  height: 0;
  overflow: hidden;
  padding-left: 24px;
}

.mobile-menu .mobile-menu__list .mobile-menu__item .mobile-submenu.visible {
  height: auto;
  margin: 32px 0;
}

.mobile-menu .mobile-menu__list .mobile-menu__item .mobile-submenu .submenu__item:not(:last-child) {
  margin-bottom: 32px;
}

.mobile-menu .mobile-menu__list .mobile-menu__item .mobile-submenu .submenu__item a {
  text-transform: uppercase;
  color: #4b5563;
}

.mobile-menu__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
}

.mobile-menu__socials a {
  width: 96px;
  height: 75px;
  text-align: center;
}

.mobile-menu__socials a img {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: auto;
}

.mobile-menu__socials a span {
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
}

.pagination__container {
  margin: 20px auto 0;
  width: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination-displays {
  color: #111827;
}

.pagination-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-buttons .pagination-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #FFF;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e5e7eb;
  color: #000;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pagination-buttons .pagination-button--number:hover,
.pagination-buttons .pagination-button--number.pagination-button--active {
  background-color: #2563eb;
  color: #FFF;
  cursor: pointer;
}

.pagination-buttons .pagination-button--ellipsis {
  opacity: 0.5;
}

.pagination-buttons .pagination-button--prev,
.pagination-buttons .pagination-button--next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-buttons .pagination-button--prev i,
.pagination-buttons .pagination-button--next i {
  display: block;
  font-size: 20px;
}

.pagination-buttons .pagination-button--prev:not(:disabled, .pagination-button--ellipsis):hover,
.pagination-buttons .pagination-button--prev:not(:disabled, .pagination-button--ellipsis).active,
.pagination-buttons .pagination-button--next:not(:disabled, .pagination-button--ellipsis):hover,
.pagination-buttons .pagination-button--next:not(:disabled, .pagination-button--ellipsis).active {
  background-color: #2563eb;
  color: #FFF;
  cursor: pointer;
}

.pagination-buttons .pagination-button--prev:disabled,
.pagination-buttons .pagination-button--next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Disabled anchor variant (used when rendering anchors instead of buttons) */
.pagination-buttons .pagination-button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Loading state for articles grid and pagination */
.articles-grid.is-loading,
.articles__pagination.is-loading {
  opacity: 0.6;
  position: relative;
}
.articles-grid.is-loading::after,
.articles__pagination.is-loading::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  border: 3px solid rgba(0,0,0,0.1);
  border-top-color: #2563eb;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  z-index: 100;
}

@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

.pagination-buttons .pagination-button--prev {
  border-radius: 12px 0 0 12px;
}

.pagination-buttons .pagination-button--next {
  border-radius: 0 12px 12px 0;
}

.pagination-buttons .pagination-button:last-child {
  border-right-width: 1px;
}

.base-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 265px;
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 4px;
}

.base-filter a {
  display: inline-block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.base-filter a.active {
  background-color: #dbeafe;
}

.search {
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #FFF;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.search__input {
  border: none;
  outline: none;
  width: 100%;
}

.search__submit {
  width: 24px;
  height: 24px;
}

.post {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.post:hover {
  border-color: #2563eb;
}

.post__thumbnail {
  padding: 4px;
  border-radius: 8px;
  height: 240px;
  overflow: hidden;
}

.post__thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__thumbnail.no-photo {
  background-color: #e5e7eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post__thumbnail.no-photo p {
  color: #6b7280;
  font-size: 14px;
  text-align: center;
}

.post__title {
  height: 120px;
  padding: 8px 0;
}

.post__title h3 {
  padding-inline: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.post__meta {
  display: inline-block;
  padding: 0 12px 12px 12px;
}

.post__meta .post__category {
  color: #1d4ed8;
}

.post__meta .slash {
  padding-inline: 12px;
  color: #e5e7eb;
}

.post__meta .post__date {
  color: #6b7280;
}

.accordion__item {
  cursor: default;
}

.accordion__item:not(:last-child) {
  margin-bottom: 12px;
}

.accordion__item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.accordion__item--parent {
  background-color: #FFF;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  -webkit-transition: border-color 0.18s ease, background-color 0.18s ease;
  -o-transition: border-color 0.18s ease, background-color 0.18s ease;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.accordion__item--parent .accordion-header {
  padding: 16px;
  cursor: pointer;
}

.accordion__item--parent .accordion-body .separator {
  display: block;
  height: 1px;
  background-color: #111827;
  margin: 0;
}

.accordion__item--parent[data-expanded=true] {
  border-color: #111827;
}

.accordion__item--parent[data-expanded=true] .accordion-body {
  overflow: visible;
}

.accordion__item--child {
  border: 1px solid #e5e7eb;
}

.accordion__item--child .accordion-header {
  background-color: #eff6ff;
  padding: 12px;
  cursor: pointer;
  background-color: #f9fafb;
}

.accordion__item--child:not(:last-child) {
  margin-bottom: 8px;
}

.accordion__item--child[data-expanded=true] {
  border: 1px solid #bfdbfe;
  border-color: #2563eb;
}

.accordion__item--child[data-expanded=true] .accordion-header {
  background-color: #eff6ff;
}

.accordion__item--child p.accordion-header__title  {
  margin: 0 !important;
}


.accordion__item--child[data-expanded=true] .accordion-header__title {
  color: #2563eb;
}

.accordion__item .accordion-body {
  max-height: var(--accordion-max-height, 0px);
  overflow: hidden;
  -webkit-transition: max-height 0.32s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.18s ease;
  -o-transition: max-height 0.32s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.18s ease;
  transition: max-height 0.32s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.18s ease;
  opacity: 0;
}

.accordion__item .accordion-body .accordion-content {
  padding: 16px;
}


.accordion__item .accordion-body .accordion-content * {
  line-height: 150%;
}
	
.accordion__item .accordion-body .accordion-content p:not(:first-of-type) {
  margin-top: 12px;
}

.accordion__item .accordion-body .accordion-content ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
.accordion__item .accordion-body .accordion-content ul li::marker {
	display: block;
	margin-right: 5px !important;
}

.accordion__item .accordion-body .accordion-content a {
  color: #2563eb;
  text-decoration: underline;
}

.accordion__item .accordion-body .accordion-content hr {
  margin-block: 12px;
}


.accordion__item .accordion-button {
  background: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: inherit;
}

.accordion__item .accordion-button:focus {
  outline: none;
  border-radius: 4px;
}

.accordion__item .accordion-button i {
  display: inline-block;
  -webkit-transition: color 0.18s ease, -webkit-transform 0.24s ease;
  transition: color 0.18s ease, -webkit-transform 0.24s ease;
  -o-transition: transform 0.24s ease, color 0.18s ease;
  transition: transform 0.24s ease, color 0.18s ease;
  transition: transform 0.24s ease, color 0.18s ease, -webkit-transform 0.24s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  font-size: 20px;
}

.accordion__item .accordion-button.icon-rotated i,
.accordion__item .accordion-button i.icon-rotated {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__item[data-expanded=true] .accordion-body {
  opacity: 1;
}

.accordion__item .accordion-header[tabindex]:focus {
  outline: none;
  border-radius: 6px;
}

.accordion__item.is-open .accordion-body {
  opacity: 1;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  line-height: 150%;
  background-color: #FFF;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.link:hover {
  border-color: #111827;
}

.link:not(:last-child) {
  margin-bottom: 12px;
}

.link i {
  font-size: 20px;
}

.hero {
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFF6FF), color-stop(98%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #EFF6FF 0%, rgba(255, 255, 255, 0) 98%);
  background: linear-gradient(180deg, #EFF6FF 0%, rgba(255, 255, 255, 0) 98%);
}

.hero__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(75% - 10px) calc(25% - 10px);
  grid-template-columns: calc(75% - 10px) calc(25% - 10px);
  gap: 20px;
}

.hero .hero-swiper {
  position: relative;
  width: 100%;
}

.hero .hero-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  height: 470px;
  border-radius: 12px;
}

.hero .hero-swiper .swiper-wrapper .swiper-slide .meta {
  position: absolute;
  top: 20px;
  left: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 12px;
  padding: 8px 12px;
  line-height: 150%;
}

.hero .hero-swiper .swiper-wrapper .swiper-slide .meta-category {
  color: #1d4ed8;
}

.hero .hero-swiper .swiper-wrapper .swiper-slide .meta span {
  color: #d1d5db;
}

.hero .hero-swiper .swiper-wrapper .swiper-slide .meta-date {
  color: #1f2937;
}

.hero .hero-swiper .swiper-wrapper .swiper-slide .meta-category,
.hero .hero-swiper .swiper-wrapper .swiper-slide .meta-date,
.hero .hero-swiper .swiper-wrapper .swiper-slide .meta span {
  font-size: 16px;
}

.hero .hero-swiper .swiper-wrapper .swiper-slide .title {
  position: absolute;
  bottom: 32px;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  padding-inline: 32px;
  color: #FFF;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hero .hero-swiper__controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}

.hero .hero-swiper__controls .hero-swiper__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero .hero-swiper__controls .hero-swiper__arrows .slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hero .hero-swiper__controls .hero-swiper__arrows .slider-arrow:hover {
  background-color: white;
}

.hero .hero-swiper__controls .hero-swiper__arrows .slider-arrow i {
  font-size: 20px;
  color: #111827;
}

.hero .hero-swiper__controls .hero-swiper__arrows .slider-arrow:not(.swiper-button-disabled) {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.hero .hero-swiper__controls .hero-swiper__arrows .slider-arrow.swiper-button-disabled {
  pointer-events: none;
}

.hero__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}

.hero__cards .card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 1.234rem 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.hero__cards .card__item img {
  width: 50px;
  height: 50px;
}

.hero__cards .card__item p {
  font-size: 14px;
}

.hero__cards .card__item:hover {
  border-color: #2563eb;
}

.hero__cards .card__item:hover p {
  color: #2563eb;
}

.last-posts {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(98%, #EFF6FF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #EFF6FF 98%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EFF6FF 98%);
}

.last-posts__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.last-posts .posts {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
}

.last-posts .posts .view-more {
  width: 100%;
  max-width: 100%;
}

.last-posts .posts .post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 1fr;
  grid-template-columns: 240px 1fr;
  -ms-grid-rows: 154px 48px;
  grid-template-rows: 154px 48px;
  background-color: #FFF;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.last-posts .posts .post:hover {
  border-color: #2563eb;
}

.last-posts .posts .post:hover .post-thumbnail {
  border-color: #2563eb;
}

.last-posts .posts .post:hover .post-content {
  border-color: #2563eb;
}

.last-posts .posts .post-thumbnail {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  overflow: hidden;
  padding: 12px;
  border-right: 1px solid #e5e7eb;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.last-posts .posts .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.last-posts .posts .post-content {
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.last-posts .posts .post-content h3 {
  margin-bottom: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.last-posts .posts .post-content p {
  line-height: 150%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.last-posts .posts .post-footer {
  padding: 12px;
  line-height: 150%;
}

.last-posts .posts .post-footer a {
  color: #1d4ed8;
  font-size: 16px;
}

.last-posts .posts .post-footer span {
  color: #d1d5db;
  font-size: 16px;
}

.last-posts .posts .post-footer date {
  color: #6b7280;
  font-size: 16px;
}

.last-posts .links {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}

.links__list a {
  position: relative;
  display: block;
  background-color: #FFF;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  line-height: 130%;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.links__list a:not(:last-child) {
  margin-bottom: 8px;
}

.links__list a:hover {
  border-color: #2563eb;
}

.links__list a::after {
  position: absolute;
  content: url("../img/icon/link-simple.svg");
  float: right;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}

.resources {
  background-color: #FFF;
}

.resources-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.resources-heading .resources-swiper__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.resources-heading .resources-swiper__arrows .slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #dbeafe;
  color: #1d4ed8;
  font-size: 20px;
  border-radius: 12px;
}

.resources-heading .resources-swiper__arrows .slider-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.resources-heading .view-more {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.resources-heading .view-more > a {
  float: right;
}

.resources .mobile__view-more {
  display: none;
}

.about p,
.about li {
  margin-top: 20px;
  line-height: 150%;
  letter-spacing: 0px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.about ul li {
  list-style: disc;
  list-style-position: inside;
}

.about a {
  color: #2563eb;
  text-decoration: underline;
}

.laws {
  padding-block: 20px;
}

.laws-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 20px;
}

.laws-aside {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.laws-aside nav {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.laws-aside nav a {
  display: block;
  padding: 16px 24px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.laws-aside nav a.active,
.laws-aside nav a:hover {
  background-color: #1e3a8a;
  color: #FFF;
  border-bottom-color: #1e3a8a;
}

.laws-aside nav a:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.laws-aside nav .base-filter {
  margin-top: 20px;
}

.laws-aside .base-filter {
  max-width: 100%;
}

.laws-body {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.laws-links {
  margin: 20px 0;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.laws-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px 18px;
  background-color: #FFF;
  border-bottom: 1px solid #e5e7eb;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.laws-links__item p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.laws-links__item i {
  font-size: 24px;
}

.laws-links__item:last-of-type {
  border-bottom: none;
}

.laws-links__item:hover {
  background-color: #eff6ff;
  color: #2563eb;
}

.laws-links__item:hover i {
  color: #2563eb;
}

.laws-links__item:not(:last-child):hover {
  border-bottom-color: #2563eb;
}

.articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.article__container {
  max-width: 930px;
  padding: 0 32px;
}

.article__meta {
  display: inline-block;
  margin-bottom: 12px;
}

.article__meta .article__category {
  color: #1d4ed8;
}

.article__meta .slash {
  padding-inline: 6px;
  color: #e5e7eb;
}

.article__meta .article__date {
  color: #6b7280;
}

.article__title {
  margin-bottom: 32px;
}

.article__thumbnail {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 12px;
}

.article-content,
.page-content {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 32px;
}

.page-content h2 {
	margin-bottom: 15px;
}

.article-content p,
.page-content p {
  color: #1f2937;
  line-height: 150%;
  margin-bottom: 20px;
}

.article-content a,
.page-content a {
  color: #2563eb;
  text-decoration: underline;
}

.article-content__note,
.page-content__note {
  margin-top: 20px;
  padding-left: 10px;
  border-left: 5px solid #fde047;
  color: #1f2937;
  line-height: 150%;
}

.article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
}

.article-share__links a svg path {
  fill: #1e3a8a;
}

.resource-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.resource__item {
  position: relative;
  border: 1px solid #e5e7eb;
}

.resource__item img {
  width: 100%;
  min-height: 374px;
  height: auto;
}

.resource__item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.resource__item .view {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hiidden;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.resource__item .view i {
  font-size: 32px;
  margin-bottom: 8px;
  display: block;
}

.photo-gallery {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
}

.photo-gallery:not(:last-child) {
  margin-bottom: 32px;
}

.photo-gallery__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  height: 100px;
  margin-bottom: 16px;
}

.photo-gallery__grid .photo-gallery__item {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.photo-gallery__grid .photo-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-gallery__grid .photo-gallery__item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}

.photo-gallery__grid .photo-gallery__item::after {
  content: url("../img/icon/eye.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.photo-gallery__grid .view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  height: auto;
  background-color: #FFF;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.photo-gallery__grid .view-all i {
  font-size: 24px;
}

.photo-gallery__grid .view-all:hover {
  border-color: #2563eb;
  color: #2563eb;
}

.video-gallery__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;
}

.video-gallery__grid .video-gallery__item {
  width: 100%;
}

.video-gallery__grid .video-gallery__item iframe {
  width: 100% !important;
  height: 389px !important;
}

.video-gallery__grid .video-gallery__item h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gallery-single__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
}

.gallery-single__item {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
}

.gallery-single__item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}

.gallery-single__item::after {
  content: url("../img/icon/eye.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.gallery-single__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;

  gap: 20px;
  margin-block: 20px;
}

.nav-previous a,
.nav-next a {
  color: #1D4ED8;
}

.nav-previous:hover a,
.nav-next:hover a {
 color: #FFF;
}

.gallery-single .back-button {
  margin: 0 auto;
  max-width: 180px;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}

.contact-list__item {
  width: 100%;
  max-width: 265px;
}

.contact-list__item:last-of-type {
  max-width: 550px;
}

.contact-list__item h2 {
  display: block;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 4px;
}

.contact-list__item a {
  display: block;
  color: #111827;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}

.contact-map {
  width: 100%;
  height: 554px;
}

.webinar__content iframe {
  width: 100% !important;
  height: 500px !important;
  border: none;
}

.results__block {
  margin-bottom: 60px;
}

.results__block h2 {
  margin-bottom: 12px;
}

.map__embeded iframe {
  width: 100%;
  height: 550px;
  border: none;
}

.not-found__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.not-found h1 {
  text-align: center;
  margin-bottom: 20px;
}

.not-found .submessage {
  margin-bottom: 20px;
}

.not-found .submessage p {
  text-align: center;
}

.not-found .submessage p:not(:last-child) {
  margin-bottom: 12px;
}

.not-found img {
  width: 100%;
  max-width: 750px;
  height: auto;
}

@media (min-width: 39.99875rem) {
  .header__right .header__burger {
    display: none;
  }
}

@media (max-width: 1300px) {
  .gap-3 {
    grid-gap: calc(
                20px + 10 * ((100vw - 320px) / 980)
            );
  }

  .gap-4 {
    grid-gap: calc(
                20px + 20 * ((100vw - 320px) / 980)
            );
  }

  .gap-5 {
    grid-gap: calc(
                24px + 26 * ((100vw - 320px) / 980)
            );
  }

  .flex-gap-3 {
    gap: calc(
                20px + 10 * ((100vw - 320px) / 980)
            );
  }

  .flex-gap-4 {
    gap: calc(
                20px + 20 * ((100vw - 320px) / 980)
            );
  }

  .flex-gap-5 {
    gap: calc(
                24px + 26 * ((100vw - 320px) / 980)
            );
  }

  .lined-heading {
    gap: calc(
                10px + 10 * ((100vw - 320px) / 980)
            );
  }

  .header__logo h2 {
    font-size: calc(
                22px + 10 * ((100vw - 320px) / 980)
            );
  }

  .header__logo span {
    font-size: calc(
                12px + 4 * ((100vw - 320px) / 980)
            );
  }

  .pagination-buttons .pagination-button {
    width: calc(
                38px + 8 * ((100vw - 320px) / 980)
            );
  }

  .pagination-buttons .pagination-button {
    height: calc(
                38px + 8 * ((100vw - 320px) / 980)
            );
  }

  .search {
    gap: calc(
                8px + 4 * ((100vw - 320px) / 980)
            );
  }

  .hero .hero-swiper .swiper-wrapper .swiper-slide .meta {
    left: calc(
                10px + 10 * ((100vw - 320px) / 980)
            );
  }

  .hero .hero-swiper .swiper-wrapper .swiper-slide .meta-category,
  .hero .hero-swiper .swiper-wrapper .swiper-slide .meta-date,
  .hero .hero-swiper .swiper-wrapper .swiper-slide .meta span {
    font-size: calc(
                12px + 4 * ((100vw - 320px) / 980)
            );
  }

  .last-posts .posts .post-footer a {
    font-size: calc(
                12px + 4 * ((100vw - 320px) / 980)
            );
  }

  .last-posts .posts .post-footer span {
    font-size: calc(
                12px + 4 * ((100vw - 320px) / 980)
            );
  }

  .last-posts .posts .post-footer date {
    font-size: calc(
                12px + 4 * ((100vw - 320px) / 980)
            );
  }
}

@media (max-width: 559.98px) {
  .footer .footer__partners .__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 61.99875rem) {
  h2 {
    font-size: 18px;
    line-height: 140%;
  }

  .footer .footer__partners .__container {
    gap: 8px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .post__meta {
    font-size: 14px;
  }

  .hero .hero-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
  }

  .last-posts__container {
    gap: 12px;
  }

  .laws-aside {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .laws-body {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  .contact-list {
    margin-bottom: 32px;
  }

  .contact-list__item a {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 47.99875rem) {
  .section-padding {
    padding-block: 32px;
  }

  .header__right .header__accesability {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .button {
    font-size: 14px;
  }

  .search {
    padding: 12px 9.5px;
    gap: 0;
  }

  .hero__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero .hero-swiper .swiper-wrapper .swiper-slide {
    height: 400px;
  }

  .hero .hero-swiper .swiper-wrapper .swiper-slide .meta {
    padding: 4px 8px;
  }

  .hero .hero-swiper .swiper-wrapper .swiper-slide .title {
    bottom: 12px;
    padding-inline: 16px;
  }

  .hero .hero-swiper__controls {
    padding: 0 8px;
  }

  .hero__cards {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .laws-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .laws-aside {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .laws-body {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .articles-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .article__container {
    padding: 0 24px;
  }

  .article__meta {
    font-size: 12px;
  }

  .resource-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .photo-gallery__grid {
    height: 120px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .photo-gallery__grid .photo-gallery__item {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .photo-gallery__grid .photo-gallery__item:nth-child(n+4) {
    display: none;
  }

  .video-gallery__grid .video-gallery__item iframe {
    height: 190px !important;
  }

  .gallery-single__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-map {
    height: 400px;
  }
}

@media (max-width: 39.99875rem) {
  body {
    font-size: 0.875rem;
  }

  h1 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }

  .footer__main ul li a {
    font-size: 14px;
  }

  .footer__main .footer__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer__main .footer__text p {
    font-size: 14px;
  }

  .header__container {
    border-bottom: 1px solid #e5e7eb;
    padding-block: 16px;
  }

  .header__right .header__socials {
    display: none;
  }

  .burger {
    display: block;
  }

  .menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pagination-displays {
    display: none;
  }

  .base-filter {
    max-width: 100%;
  }

  .post__title h3 {
    padding: 0 8px 0px 8px;
  }

  .post__meta {
    padding: 0 8px 12px 8px;
  }

  .post__meta .slash {
    padding-inline: 6px;
  }

  .last-posts__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .last-posts .posts {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .last-posts .posts .post {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .last-posts .posts .post-thumbnail img {
    width: 100%;
  }

  .last-posts .links {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }

  .resources-heading {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .resources-heading .view-more {
    display: none;
  }

  .resources .mobile__view-more {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }

  .article__title {
    line-height: 130%;
  }

  .article-content {
    padding-bottom: 24px;
  }

  .article-share {
    margin-top: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .resource-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .resource__item img {
    min-height: 237px;
  }

  .photo-gallery__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .photo-gallery__grid .photo-gallery__item {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .photo-gallery__grid .photo-gallery__item:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 29.99875rem) {
  .page-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }

  .page-heading .base-filter {
    width: 100%;
  }

  .page-heading .base-filter a {
    width: 100%;
  }

  .footer .footer__partners {
    padding: 32px 0;
  }

  .footer .footer__partners .__container img {
    max-width: 100%;
    max-height: 60px;
  }

  .mobile-menu__socials a {
    width: 96px;
  }

  .post__meta {
    font-size: 12px;
  }

  .hero .hero-swiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }

  .hero__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .laws {
    padding-block: 16px;
  }

  .articles-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .article__container {
    padding: 0 16px;
  }

  .photo-gallery__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-gallery__grid .photo-gallery__item {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .photo-gallery__grid .photo-gallery__item:nth-child(n+2) {
    display: none;
  }

  .video-gallery__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gallery-single__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .contact-map {
    height: 500px;
  }

  .webinars-single__video {
    height: 250px;
  }
}

@media (max-width: 29.99875rem) and (max-width: 1300px) {
  .mobile-menu__socials a {
    width: calc(
                75px + 21 * ((100vw - 320px) / 980)
            );
  }

  .webinars-single__video {
    height: calc(
                175px + 75 * ((100vw - 320px) / 980)
            );
  }
}

@media (any-hover: hover) {
  .resource__item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .resource__item:hover .view {
    opacity: 1;
    visibility: visible;
  }

  .photo-gallery__grid .photo-gallery__item:hover::before {
    opacity: 1;
  }

  .photo-gallery__grid .photo-gallery__item:hover::after {
    opacity: 1;
  }

  .gallery-single__item:hover::before {
    opacity: 1;
  }

  .gallery-single__item:hover::after {
    opacity: 1;
  }
}