@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "Averta Extrathin";
  src: url("../fonts/averta/Averta-Extrathin.woff2") format("woff2"), url("../fonts/averta/Averta-Extrathin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta/Averta-Semibold.woff2") format("woff2"), url("../fonts/averta/Averta-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta/Averta-Regular.woff2") format("woff2"), url("../fonts/averta/Averta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta/Averta-Thin.woff2") format("woff2"), url("../fonts/averta/Averta-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta/Averta-Bold.woff2") format("woff2"), url("../fonts/averta/Averta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta/Averta-Black.woff2") format("woff2"), url("../fonts/averta/Averta-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta/Averta-Light.woff2") format("woff2"), url("../fonts/averta/Averta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta";
  src: url("../fonts/averta/Averta-ExtraBold.woff2") format("woff2"), url("../fonts/averta/Averta-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.container, .large-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .container, .large-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .large-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
  .large-container {
    max-width: 1400px;
  }
}
@media (min-width: 991px) {
  .slim-container {
    max-width: 70%;
    margin: 0 auto;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Averta";
}

body.menu-active {
  overflow: hidden;
}

.text-rufina {
  font-family: "Rufina", serif;
}

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.text-white {
  color: white;
}

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

.text-700 {
  font-weight: 700;
}

.text-300 {
  font-weight: 300;
}

.text-500 {
  font-weight: 500;
}

.text-italic {
  font-style: italic;
}

.text {
  font-size: 1rem;
}

.text-large {
  font-size: 1.25rem;
}

.text-small {
  font-size: 0.85rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.heading-1 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.heading-2 {
  font-size: 1.5rem;
  color: #2E3585;
}

.page-wrapper {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 991px) {
  .heading-1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .heading-2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .heading-1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.top-header {
  background-color: #2E3585;
  padding: 40px 0 20px 0;
  position: relative;
  z-index: 6;
  transition: 0.3s ease;
}
.top-header .grid {
  gap: 50px 20px;
}
.top-header .logo-col {
  grid-column: span 12;
}
.top-header .menu-col {
  grid-column: span 11;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.top-header .hamburger-col {
  grid-column: span 1;
  display: flex;
  align-items: center;
}
.top-header .menu__logo {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.top-header .menu__logo img {
  max-width: 200px;
}
.top-header .menu-wrapper .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.top-header .menu-wrapper .menu .menu-item {
  color: white;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.language-switcher {
  margin-right: 20px;
}
.language-switcher .pll-switcher-select {
  background: transparent;
  border: none;
  color: white;
  font-family: "Rufina";
  font-size: 0.85rem;
}
.language-switcher .pll-switcher-select option {
  color: black;
}

@media (max-width: 991px) {
  .language-switcher--desktop {
    display: none;
  }
}

#nav-icon {
  min-width: 35px;
  height: 14px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .top-header .menu-wrapper .menu {
    gap: 50px;
  }
}
@media (min-width: 991px) {
  #nav-icon {
    display: none;
  }
  #mobile-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .top-header {
    padding: 10px 0;
  }
  #mobile-logo {
    display: block;
  }
  #desktop-logo {
    display: none;
  }
  #nav-icon {
    display: block;
  }
  .menu-col {
    display: none !important;
  }
  .top-header .logo-col {
    grid-column: span 5;
  }
  .top-header .menu__logo {
    justify-content: flex-start;
  }
  .top-header .hamburger-col {
    grid-column: span 7;
    justify-content: flex-end;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 16px;
  background: white;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
  transform: translateX(-50%);
}

#nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
  top: 7px;
}

#nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
  top: 14px;
}

#nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 0px;
  top: 4px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 4px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 0px;
  top: 16px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 16px;
}

.fixed-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #2E3585;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.fixed-menu::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 229, 135, 0.3137254902);
  transform: translateY(0);
  z-index: -1;
  transition: 0.6s ease;
}
@media (max-width: 767px) {
  .fixed-menu .grid {
    gap: 2rem 0;
  }
}
.fixed-menu .grid .col {
  grid-column: span 6;
}
@media (max-width: 767px) {
  .fixed-menu .grid .col {
    grid-column: span 12;
  }
}
.fixed-menu .inner {
  margin-top: 200px;
  margin-bottom: 100px;
}
.fixed-menu .menu-group h4 {
  font-weight: 700;
  color: white;
  font-size: 24px;
  margin-bottom: 25px;
}
.fixed-menu .main-menu-group .menu .menu-item {
  transform: translateX(-100%);
}
.fixed-menu .main-menu-group .menu .menu-item ~ li {
  margin-top: 15px;
}
.fixed-menu .main-menu-group .menu .menu-item a {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.fixed-menu .secondary-menu-group ~ .secondary-menu-group {
  margin-top: 40px;
}
.fixed-menu .secondary-menu-group li,
.fixed-menu .secondary-menu-group a {
  font-size: 16px;
  color: white;
  font-size: 18px;
}
.fixed-menu .secondary-menu-group li ~ li {
  margin-top: 8px;
}
.fixed-menu #top-line {
  position: absolute;
  right: 0;
  top: 0;
}
.fixed-menu #left-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu-active .fixed-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
@media (min-width: 991px) {
  .menu-active .fixed-menu {
    display: none;
  }
}
.menu-active .fixed-menu::before {
  transform: translateY(50%);
}

@keyframes slideItemLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideItemRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50px);
  }
}
@media (max-width: 576px) {
  .fixed-menu .inner {
    margin-top: 100px;
  }
}
.home-hero {
  padding: 400px 0 100px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #2c358a 0.63%, rgba(5, 10, 69, 0.431902) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.home-hero .inner {
  position: relative;
}

.aboutus-wrapper {
  margin-top: 100px;
}
.aboutus-wrapper img {
  max-width: 100px;
  width: 100%;
  margin: auto;
  display: flex;
  margin-bottom: 60px;
}
.aboutus-wrapper p {
  color: #909090;
  color: #696969;
  text-align: center;
  margin-bottom: 20px;
}
.aboutus-wrapper a {
  margin: auto;
  display: flex;
  background: #2E3585;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  padding: 10px 30px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 1rem;
  border-radius: 10px;
}
.aboutus-wrapper a:hover {
  opacity: 0.8;
}

.latest-news {
  padding: 7rem 0 4rem;
}
.latest-news .news-list--desktop {
  gap: 40px 20px;
}
@media (max-width: 991px) {
  .latest-news .news-list--desktop {
    display: none;
  }
}
.latest-news .news-list--desktop .item {
  grid-column: span 4;
}
@media (min-width: 991px) {
  .latest-news .news-list--mobile {
    display: none;
  }
}

.complaints {
  padding: 1rem 0 3rem;
}
.complaints .grid {
  gap: 30px;
}
.complaints .grid .col:nth-child(1) {
  grid-column: span 7;
}
.complaints .grid .col:nth-child(2) {
  grid-column: span 5;
}
.complaints .grid .col:nth-child(3) {
  grid-column: span 12;
}
.complaints .complaint-btn {
  margin-top: 2rem;
}
.complaints .box {
  background: #ffffff;
  border: 1px solid #52a5da;
  box-shadow: 0px 4px 11px rgba(25, 34, 135, 0.34);
  padding: 2rem 1.5rem;
  height: 100%;
}
.complaints .box .box-title {
  color: #5a5b5f;
  margin-bottom: 0.85rem;
}
.complaints .box h2.box-title {
  font-size: 1.8rem;
}
.complaints .box h3.box-title {
  font-size: 1.25rem;
}
.complaints .box .box-content {
  color: #909090;
  font-weight: 300;
  line-height: 1.3rem;
}

.complaint-btn {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 11px rgba(25, 34, 135, 0.34);
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
  padding: 10px 20px;
  transition: 0.3s ease;
  color: #2c358a;
  border-radius: 10px;
}
.complaint-btn:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .complaint-btn--desktop {
    display: none;
  }
}

.complaint-btn--mobile {
  font-size: 12px;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  margin-right: 1rem;
}
@media (min-width: 991px) {
  .complaint-btn--mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .home-hero {
    padding: 200px 0;
  }
  .home-hero .hero-title ~ .hero-title {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .complaints .grid .col {
    grid-column: span 12 !important;
  }
}
@media (max-width: 576px) {
  .complaints .grid {
    gap: 2rem 0;
  }
}
footer {
  background-color: #2E3585;
  font-family: "Averta";
}
footer .grid {
  gap: 30px;
}
footer .grid .col:nth-child(1) {
  grid-column: span 3;
}
footer .grid .col:nth-child(2) {
  grid-column: span 2;
}
footer .grid .col:nth-child(3) {
  grid-column: span 4;
}
footer .grid .col:nth-child(4) {
  grid-column: span 3;
}
footer .grid .social-media {
  margin-top: 20px;
}
footer .first-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .first-widget .widget_media_image {
  max-width: 170px;
}
footer .widget .widgettitle {
  font-size: 1.2rem;
  color: #52A5DA;
  margin-bottom: 1rem;
}
footer .widget li, footer .widget a, footer .widget p {
  color: white;
  font-size: 0.9rem;
  font-weight: 200;
  line-height: 1.2rem;
}
footer .top {
  padding: 80px 0;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
footer .bottom p {
  color: #52A5DA;
  font-size: 0.8rem;
}

@media (max-width: 991px) {
  footer .grid .col {
    grid-column: span 6 !important;
  }
}
footer .newsletter-form {
  gap: 1rem 0 !important;
}
footer .newsletter-form .col {
  grid-column: span 12 !important;
}
footer .newsletter-form input {
  width: 100%;
  font-size: 0.85rem;
  font-family: "Averta";
  color: white;
  padding: 0.5rem 1rem;
}
footer .newsletter-form input[type=email] {
  border: none;
  background: rgba(209, 213, 255, 0.7);
}
footer .newsletter-form input[type=email]::-moz-placeholder {
  color: white;
}
footer .newsletter-form input[type=email]::placeholder {
  color: white;
}
footer .newsletter-form input[type=submit] {
  background: transparent;
  border: 1px solid #52A5DA;
}
footer .newsletter-form input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
footer .newsletter-form .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}

@media (max-width: 576px) {
  footer .top {
    padding: 50px 0 30px 0;
  }
  footer .top .social-media {
    margin-top: 20px;
  }
  footer .widgets-grid {
    gap: 3rem 0;
  }
  footer .widgets-grid > .col {
    grid-column: span 12 !important;
  }
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
.news-grid .item {
  grid-column: span 4;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.news-list .item {
  position: relative;
}
.news-list .item .item-image {
  position: relative;
}
.news-list .item .item-image::before {
  content: "";
  display: block;
  padding-bottom: 114%;
}
.news-list .item .item-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #2E3585;
}
.news-list .item .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .item .item-body {
  padding: 20px 0;
}
.news-list .item .item-title {
  font-size: 1.5rem;
  color: #2E3585;
  word-break: break-word;
}
@media (max-width: 767px) {
  .news-list .item .item-title {
    font-size: 1.2rem;
  }
}
.news-list .item .item-meta {
  color: #8D92CE;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 1.3rem;
}
.news-list .item .item-meta span ~ span::before {
  content: "•";
  display: inline-block;
  margin: 0 10px;
}
.news-list .item .item-stats {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.news-list .item .item-stats .stat {
  background-color: #EFF0FC;
  padding: 0.4rem 2rem;
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #2E3585;
}
@media (max-width: 767px) {
  .news-list .item .item-stats .stat {
    padding: 0.4rem 0.8rem;
  }
}
.news-list .item .item-stats .stat::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-list .item .item-stats .comments-stat::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_238)'%3E%3Cpath d='M5.76216 7.7442C3.43372 7.7442 1.29407 6.37993 1.29407 4.55626C1.29407 2.7326 3.18199 1.25 5.51044 1.25C7.83888 1.25 9.70583 2.72912 9.70583 4.55626C9.70583 5.20708 9.0066 6.40081 9.0066 6.40081L8.8213 8.75L5.76216 7.7442Z' stroke='%232E3585' stroke-miterlimit='10'/%3E%3Cpath d='M4.14971 4.92888C4.32422 4.92888 4.46568 4.78839 4.46568 4.61508C4.46568 4.44177 4.32422 4.30127 4.14971 4.30127C3.97521 4.30127 3.83374 4.44177 3.83374 4.61508C3.83374 4.78839 3.97521 4.92888 4.14971 4.92888Z' fill='%232E3585'/%3E%3Cpath d='M5.71697 4.92888C5.89148 4.92888 6.03294 4.78839 6.03294 4.61508C6.03294 4.44177 5.89148 4.30127 5.71697 4.30127C5.54247 4.30127 5.401 4.44177 5.401 4.61508C5.401 4.78839 5.54247 4.92888 5.71697 4.92888Z' fill='%232E3585'/%3E%3Cpath d='M7.28423 4.92888C7.45874 4.92888 7.6002 4.78839 7.6002 4.61508C7.6002 4.44177 7.45874 4.30127 7.28423 4.30127C7.10973 4.30127 6.96826 4.44177 6.96826 4.61508C6.96826 4.78839 7.10973 4.92888 7.28423 4.92888Z' fill='%232E3585'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_238'%3E%3Crect width='11' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.news-list .item .item-stats .likes-stat::before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_243)'%3E%3Cpath d='M8.40809 1.60831C8.02606 1.21881 7.50797 1 6.96776 1C6.42755 1 5.90947 1.21881 5.52743 1.60831L4.99974 2.14647L4.47205 1.60831C4.09062 1.21932 3.5733 1.00079 3.03388 1.00079C2.49446 1.00079 1.97714 1.21932 1.59571 1.60831C1.21428 1.99731 1 2.52489 1 3.07501C1 3.62512 1.21428 4.15271 1.59571 4.5417L2.27911 5.24306L4.82673 7.83679L4.98676 8L7.70307 5.25629L8.38647 4.55493C8.57882 4.36361 8.73208 4.13531 8.83738 3.88321C8.94268 3.63111 8.99793 3.36023 8.99994 3.08622C9.00195 2.81221 8.95068 2.54052 8.8491 2.28684C8.74751 2.03317 8.59762 1.80255 8.40809 1.60831V1.60831Z' stroke='%232E3585' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_243'%3E%3Crect width='10' height='9' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.news-list .item .item-stats .open-stat::before {
  width: 20px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6C9.10457 6 10 5.10457 10 4C10 2.89543 9.10457 2 8 2C6.89543 2 6 2.89543 6 4C6 5.10457 6.89543 6 8 6Z' stroke='%232E3585' stroke-miterlimit='10'/%3E%3Cpath d='M2.44238 3.25279L5.90215 1.54987C6.60313 1.18797 7.37163 1 8.1502 1C8.92877 1 9.69727 1.18797 10.3983 1.54987L13.587 3.25279C13.7111 3.3194 13.8155 3.42156 13.8884 3.54786C13.9614 3.67416 14 3.81963 14 3.96802C14 4.11642 13.9614 4.26189 13.8884 4.38819C13.8155 4.51449 13.7111 4.61665 13.587 4.68325L10.3983 6.38618C9.63496 6.78994 8.7947 7 7.94293 7C7.09117 7 6.2509 6.78994 5.48761 6.38618L2.42643 4.68325C2.29779 4.61993 2.18906 4.51816 2.1134 4.39026C2.03773 4.26236 1.99837 4.11379 2.00005 3.9625C2.00174 3.81121 2.04441 3.66369 2.1229 3.53774C2.20139 3.4118 2.31236 3.31283 2.44238 3.25279V3.25279Z' stroke='%232E3585' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
.news-list .item .read-more {
  display: block;
  margin-top: 1.3rem;
  color: #2E3585;
  font-size: 14px;
}
.news-list .item .item-content {
  color: #909090;
  color: #696969;
  font-size: 1rem;
  min-height: 80px;
  line-height: 1rem;
}
.news-list .pagination {
  display: flex;
  gap: 10px;
  grid-column: span 12;
}
.news-list .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  background: #EFF0FC;
  color: #2E3585;
  height: 38px;
}
.news-list .pagination .page-numbers .chevron-prev {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5_316)'%3E%3Cpath d='M1.01596 1L5 4.42984L0.999999 8' stroke='%232E3585' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5_316'%3E%3Crect width='7' height='9' fill='white' transform='translate(7 9) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.news-list .pagination .page-numbers .chevron-next {
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5_316)'%3E%3Cpath d='M1.01596 1L5 4.42984L0.999999 8' stroke='%232E3585' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5_316'%3E%3Crect width='7' height='9' fill='white' transform='translate(7 9) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-list .pagination .page-numbers.current {
  background-color: #2E3585;
  color: white;
}

.article-comment-wrapper {
  margin-top: 3rem;
}

.page-header {
  background-color: #EFF0FC;
  padding: 2.5rem 0;
}
.page-header .page-title {
  font-size: 2rem;
  color: #2E3585;
  line-height: 3.5rem;
}
@media (max-width: 767px) {
  .page-header .page-title {
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
.page-header .page-subtitle {
  color: #52A5DA;
}

.news-page-wrapper .news-wrapper {
  padding: 2rem 0 4rem;
}
.news-page-wrapper .news-wrapper .grid {
  gap: 20px;
}
.news-page-wrapper .news-wrapper .grid .col:nth-child(1) {
  grid-column: span 8;
}
.news-page-wrapper .news-wrapper .grid .col:nth-child(2) {
  grid-column: span 4;
}
.news-page-wrapper .news-wrapper .news-grid .item {
  grid-column: span 6;
}
.news-page-wrapper .news-wrapper .widgets > .widget {
  padding: 1rem 2rem;
  background-color: #eff0fc;
}
.news-page-wrapper .news-wrapper .widgets > .widget ~ .widget {
  margin-top: 1rem;
}
.news-page-wrapper .news-wrapper .widgets > .widget .widget-title {
  color: #2e3585;
  font-size: 1rem;
  line-height: 1.2rem;
}
.news-page-wrapper .news-wrapper .widgets > .widget .widget-title ~ .widget-title {
  color: #8d92ce;
  margin-top: 0.5rem;
}
.news-page-wrapper .news-wrapper .widgets .search-widget .searchform {
  position: relative;
}
.news-page-wrapper .news-wrapper .widgets .search-widget input[type=text] {
  width: 100%;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border: none;
}
.news-page-wrapper .news-wrapper .widgets .search-widget #searchsubmit {
  position: absolute;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_81)'%3E%3Cpath d='M3.90494 6.92761C5.55987 6.9613 6.92877 5.64701 6.96245 3.99208C6.99614 2.33714 5.68185 0.968247 4.02692 0.934563C2.37199 0.900879 1.00309 2.21516 0.969405 3.8701C0.935722 5.52503 2.25001 6.89393 3.90494 6.92761Z' stroke='%238287BD' stroke-miterlimit='10'/%3E%3Cpath d='M6.06274 6.11503L8.57892 8.73576' stroke='%238287BD' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_81'%3E%3Crect width='9.4196' height='9.4196' fill='white' transform='translate(0.19165) rotate(1.16601)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  border: none;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-page-wrapper .news-wrapper .widgets .archive-widget {
  font-family: "Rufina";
  padding: 3.1rem 2rem;
}
.news-page-wrapper .news-wrapper .widgets .archive-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #2e3585;
}
.news-page-wrapper .news-wrapper .widgets .archive-widget ul li ~ li {
  padding-top: 1.5rem;
}
.news-page-wrapper .news-wrapper .widgets .archive-widget ul li::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_90)'%3E%3Cpath d='M1.01596 1L5 4.42984L0.999999 8' stroke='%232E3585' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_90'%3E%3Crect width='7' height='9' fill='white' transform='translate(7 9) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget {
  padding: 2rem 2rem 3rem;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .grid {
  gap: 20px;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .grid .col:nth-child(1) {
  grid-column: span 4;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .grid .col:nth-child(2) {
  grid-column: span 8;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget #append-posts {
  margin-top: 1.5rem;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item {
  position: relative;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item ~ .item {
  margin-top: 1rem;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item img {
  width: 100%;
  max-width: 95px;
  height: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item .item-title {
  font-size: 0.85rem;
  color: #2e3585;
  margin-bottom: 0.5rem;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item .item-meta {
  font-size: 0.7rem;
  color: #8d92ce;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item.skeleton .image,
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item.skeleton .item-title,
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item.skeleton .item-meta {
  display: block;
  background-color: #d9d9d9;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item.skeleton .image {
  width: 90px;
  height: 45px;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item.skeleton .item-title {
  width: 100%;
  height: 25px;
}
.news-page-wrapper .news-wrapper .widgets .latest-posts-widget .item.skeleton .item-meta {
  width: 70%;
  height: 10px;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget {
  padding: 2rem 2rem 3rem;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget .wp-calendar-table {
  max-width: 320px;
  width: 100%;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget .wp-calendar-table td,
.news-page-wrapper .news-wrapper .widgets .calendar-widget .wp-calendar-table th {
  color: #2e3585;
  text-align: center;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget .wp-calendar-table th {
  font-family: "Rufina";
  padding: 0.5rem 0;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget .wp-calendar-table td {
  padding: 0.5rem 0;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget .wp-calendar-table thead {
  border-bottom: 1px solid #8d92ce;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget .wp-calendar-table tbody tr:nth-child(1) td {
  padding-top: 2rem;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget .wp-calendar-nav {
  margin-top: 2rem;
}
.news-page-wrapper .news-wrapper .widgets .calendar-widget caption {
  text-align: left;
  color: #8d92ce;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Rufina";
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .news-page-wrapper .news-wrapper .grid .col {
    grid-column: span 12 !important;
  }
  .news-page-wrapper .news-wrapper .widgets .latest-posts-widget .grid {
    gap: 1.5rem 0;
  }
}
@media (max-width: 576px) {
  .news-grid {
    gap: 30px 10px;
  }
}
.article .article-title {
  font-size: 1.5rem;
  color: #2E3585;
  margin-bottom: 1rem;
}
.article .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.article .article-meta .meta {
  color: #8D92CE;
  font-size: 0.85rem;
}
.article .article-meta .meta span {
  font-weight: 600;
}
.article .article-meta .meta ~ .meta::before {
  content: "•";
  display: inline-block;
  margin-right: 1rem;
}
.article .article-thumbnail {
  position: relative;
  margin-bottom: 2rem;
}
.article .article-thumbnail::before {
  content: "";
  display: block;
  padding-bottom: 51%;
}
.article .article-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article-content {
  color: #909090;
  color: #696969;
  font-size: 1rem;
  font-weight: 300;
}
.article .article-video h2 {
  color: #2E3585;
  margin-bottom: 0.5rem;
}
.article .article-video p {
  color: #6168C1;
  margin-bottom: 1.2rem;
}

.articles-pagination {
  margin: 2rem 0;
}
.articles-pagination .nav-links {
  display: flex;
  justify-content: space-between;
}
.articles-pagination .nav-links .nav-next,
.articles-pagination .nav-links .nav-previous {
  padding: 0.75rem 1rem;
}
.articles-pagination .nav-links .nav-next a,
.articles-pagination .nav-links .nav-previous a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
  font-size: 0.75rem;
}
.articles-pagination .nav-links .nav-next a::after,
.articles-pagination .nav-links .nav-previous a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.articles-pagination .nav-links .nav-next {
  background-color: #2E3585;
  margin-left: auto;
}
.articles-pagination .nav-links .nav-next a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5_472)'%3E%3Cpath d='M1.01596 1L5 4.42984L0.999999 8' stroke='white' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5_472'%3E%3Crect width='7' height='9' fill='white' transform='translate(7 9) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.articles-pagination .nav-links .nav-previous {
  background-color: #6168C1;
}
.articles-pagination .nav-links .nav-previous a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.98404 8L2 4.57016L6 1' stroke='white' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.members-wrapper {
  padding: 2rem 0;
}
.members-wrapper .grid {
  gap: 2.5rem 1.5rem;
}
.members-wrapper .col {
  grid-column: span 4;
}
.members-wrapper .item .logo-box {
  border: 0.75px solid #A4A4A4;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
  padding: 1rem;
}
.members-wrapper .item .logo-box:hover .logo-black img {
  filter: grayscale(0);
}
.members-wrapper .item .logo-black img {
  filter: grayscale(1);
}
.members-wrapper .item .logo img {
  height: 80px;
  width: 100%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease-in-out;
}
.members-wrapper .item .item-details {
  margin-top: 1rem;
}
.members-wrapper .item .item-details ul li {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #2E3585;
}
.members-wrapper .item .item-details ul li span {
  font-weight: 600;
}
.members-wrapper .item .item-details ul li a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .members-wrapper .col {
    grid-column: span 6;
  }
}
@media (max-width: 575px) {
  .members-wrapper .col {
    grid-column: span 12;
  }
}
.settlements-wrapper {
  padding: 3rem 0;
}

.posts-filter-wrapper {
  display: flex;
  align-items: baseline;
  font-family: "Rufina";
  color: #2E3585;
}
.posts-filter-wrapper select {
  margin: 0 1rem 0 0.5rem;
  font-size: 1.5rem;
  border: none;
  font-family: "Rufina";
  color: #2E3585;
}
.posts-filter-wrapper select option {
  font-size: 1rem;
}

.filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.filters .posts-year-filter {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
.filters .posts-year-filter p {
  color: #2E3585;
}
.filters .posts-year-filter select {
  border: none;
  font-family: "Rufina", sans-serif;
  color: #2E3585;
  background: transparent;
}

.table-wrapper {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 4px 20px rgba(139, 139, 139, 0.1);
  overflow-x: auto;
}
.table-wrapper .cell {
  word-break: break-word;
  color: #2E3585;
  font-family: "Rufina";
  min-width: 140px;
}
.table-wrapper .table-row .cell:nth-child(1) {
  min-width: 95px;
}
.table-wrapper .table-header .cell {
  position: relative;
  padding-right: 1rem !important;
  background-color: #EFF0FC;
}
.table-wrapper .table-header .cell--sortable::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 2rem;
  right: 10px;
}
.table-wrapper .table-header .cell--sortable.nosort::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_28_1796)'%3E%3Cpath d='M8 7L4.43816 10L1 7.10584' stroke='%2352A5DA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M1 4.09289L4.56184 2L8 4.01905' stroke='%2352A5DA' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_28_1796'%3E%3Crect width='12' height='9' fill='white' transform='translate(0 12) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.table-wrapper .table-header .cell--sortable.asc::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_28_1796)'%3E%3Cpath d='M8 7L4.43816 10L1 7.10584' stroke='%2352A5DA' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_28_1796'%3E%3Crect width='12' height='9' fill='white' transform='translate(0 12) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.table-wrapper .table-header .cell--sortable.desc::after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_28_1796)'%3E%3Cpath d='M1 4.09289L4.56184 2L8 4.01905' stroke='%2352A5DA' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_28_1796'%3E%3Crect width='12' height='9' fill='white' transform='translate(0 12) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.table-wrapper .cell ~ .cell {
  border-left: 1px solid #D1D5FF;
}
.table-wrapper .cell:nth-child(1) {
  grid-column: span 1;
}
.table-wrapper .cell:nth-child(2) {
  grid-column: span 2;
}
.table-wrapper .cell:nth-child(3) {
  grid-column: span 1;
}
.table-wrapper .cell:nth-child(4) {
  grid-column: span 3;
}
.table-wrapper .cell:nth-child(5) {
  grid-column: span 1;
}
.table-wrapper .cell:nth-child(6) {
  grid-column: span 1;
}
.table-wrapper .cell:nth-child(7) {
  grid-column: span 1;
}
.table-wrapper .cell:nth-child(8) {
  grid-column: span 2;
}
.table-wrapper .table-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.table-wrapper .table-row .cell {
  font-size: 14px;
  position: relative;
}
.table-wrapper .table-row .cell input {
  border: 1px solid #cacaca;
  margin-top: 2px;
  border-radius: 3px;
  width: 100%;
  outline: none;
  padding: 2px;
  font-size: 12px;
}
.table-wrapper .table-row .cell.input-active .search-column-wrapper {
  display: block;
}
.table-wrapper .table-body .cell {
  padding: 1rem 1.5rem;
}
.table-wrapper .table-body.loading {
  position: relative;
}
.table-wrapper .table-body.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.table-wrapper .table-body.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/spinner.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
}
.table-wrapper .table-row--odd {
  background-color: #F8F9FB;
}
.table-wrapper .table-row--odd .cell {
  background-color: #F8F9FB;
}
.table-wrapper .table-header {
  border-bottom: 1px solid #E2E2E2;
  background-color: #EFF0FC;
}
.table-wrapper .table-header .cell {
  font-weight: 700;
  padding: 2rem 0.85rem;
}
.table-wrapper .table-footer {
  display: flex;
  justify-content: space-between;
  padding: 0.85rem;
  padding-top: 2rem;
  border-top: 1px solid #E2E2E2;
  flex-wrap: wrap;
  gap: 20px;
}
.table-wrapper .table-footer p,
.table-wrapper .table-footer ul {
  margin-bottom: 0;
}
.table-wrapper .table-footer span,
.table-wrapper .table-footer li {
  font-size: 12px;
}
.table-wrapper .table-footer .total-entries {
  font-size: 0.85rem;
  color: #2E3585;
}
.table-wrapper .table-footer .pagination {
  display: flex;
}
.table-wrapper .table-footer .pagination li {
  padding: 3px;
  background-color: #f8f8f8;
  min-width: 12px;
  display: block;
  min-width: 25px;
  text-align: center;
  margin-right: 1px;
  cursor: pointer;
  border: 1px solid #E2E2E2;
}
.table-wrapper .table-footer .pagination li.current {
  background-color: #E2E2E2;
}
.table-wrapper .table-footer .table-pagination {
  display: flex;
  gap: 1rem;
}
.table-wrapper .table-footer .table-pagination span {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.table-wrapper .table-footer .table-pagination span.next {
  color: #2E3585;
}
.table-wrapper .table-footer .table-pagination span.next::after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4.56184L1.10584 8' stroke='%232E3585' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
.table-wrapper .table-footer .table-pagination span.prev {
  color: #52A5DA;
}
.table-wrapper .table-footer .table-pagination span.prev::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L2 4.43816L4.89416 1' stroke='%2352A5DA' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(136, 136, 136, 0.58);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.contact-page-wrapper .contact-grid .heading-2 {
  color: #52A5DA;
  margin-top: 1rem;
}
.contact-page-wrapper .contact-grid .col:nth-child(1) {
  grid-column: span 4;
}
.contact-page-wrapper .contact-grid .col:nth-child(2) {
  grid-column: 7/span 6;
}
@media (max-width: 991px) {
  .contact-page-wrapper .contact-grid {
    gap: 3rem 0;
  }
  .contact-page-wrapper .contact-grid .col {
    grid-column: span 12 !important;
  }
  .contact-page-wrapper .contact-grid > .col:nth-child(1) {
    order: 2;
  }
  .contact-page-wrapper .contact-grid > .col:nth-child(2) {
    order: 1;
  }
}
.contact-page-wrapper .contact-list {
  margin-top: 2rem;
}
.contact-page-wrapper .contact-list li {
  color: #5B5B5B;
  font-size: 0.85rem;
  line-height: 1.2rem;
}
.contact-page-wrapper .complaint-btn {
  margin-top: 5rem;
}
.contact-page-wrapper .form-grid {
  gap: 0.85rem;
}
.contact-page-wrapper .form-grid .col {
  grid-column: span 12;
}
.contact-page-wrapper .form-grid .col:nth-child(1),
.contact-page-wrapper .form-grid .col:nth-child(2),
.contact-page-wrapper .form-grid .col:nth-child(3),
.contact-page-wrapper .form-grid .col:nth-child(4),
.contact-page-wrapper .form-grid .col:nth-child(6) {
  grid-column: span 6;
}
.contact-page-wrapper .wpcf7-response-output {
  font-size: 0.75rem;
  padding: 1rem 1rem !important;
  margin: 0.2rem 0 0 0 !important;
}
.contact-page-wrapper .input-wrapper input,
.contact-page-wrapper .input-wrapper textarea {
  width: 100%;
  border: 0.5px solid #52A5DA;
  box-shadow: 0px 4px 4px rgba(82, 165, 218, 0.12);
  padding: 0.5rem 1.5rem;
  font-family: "Averta";
  font-size: 0.85rem;
  color: #A0A0A0;
}
.contact-page-wrapper .input-wrapper input ::-moz-placeholder, .contact-page-wrapper .input-wrapper textarea ::-moz-placeholder {
  color: #A0A0A0;
}
.contact-page-wrapper .input-wrapper input ::placeholder,
.contact-page-wrapper .input-wrapper textarea ::placeholder {
  color: #A0A0A0;
}
.contact-page-wrapper .input-wrapper textarea {
  resize: none;
  max-height: 120px;
}
.contact-page-wrapper .input-wrapper input[type=submit] {
  background-color: #52A5DA;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact-page-wrapper .input-wrapper input[type=submit]:hover {
  opacity: 0.8;
}
.contact-page-wrapper .input-wrapper .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 3px;
}

.contact-wrapper {
  padding: 4rem 0;
}

.filing-wrapper {
  padding: 2rem 0;
}
.filing-wrapper .content h2,
.filing-wrapper .content h3,
.filing-wrapper .content h4,
.filing-wrapper .content h5,
.filing-wrapper .content h6 {
  font-family: "Rufina";
  color: #2e3585;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.filing-wrapper .content h2 {
  font-size: 1.5rem;
}
.filing-wrapper .content p,
.filing-wrapper .content li {
  color: #8c8c8c;
  font-size: 0.85rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.filing-wrapper .content h2:not(:first-of-type) {
  margin-top: 2rem;
}
.filing-wrapper .content h3 {
  margin-top: 2rem;
}
.filing-wrapper .content ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.3rem;
}
.filing-wrapper .content ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #52a5da;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.filing-wrapper .content blockquote {
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  background-color: #eff0fc;
}
.filing-wrapper .content blockquote p {
  color: #52a5da;
  max-width: 60%;
  margin: 0 auto;
}
.filing-wrapper .content .details strong {
  color: #52a5da;
  font-weight: 400;
}
.filing-wrapper .complaint-form-grid .col {
  grid-column: span 6;
}
@media (min-width: 767px) {
  .filing-wrapper .complaint-form-grid > .details h3 {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .filing-wrapper .complaint-form-grid {
    gap: 2rem 0;
  }
  .filing-wrapper .complaint-form-grid .col {
    grid-column: span 12;
  }
}
.filing-wrapper .details-grid .col:nth-child(1) {
  grid-column: span 8;
}
.filing-wrapper .details-grid .col:nth-child(2) {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .filing-wrapper .details-grid {
    gap: 3rem 0;
  }
  .filing-wrapper .details-grid .col {
    grid-column: span 12 !important;
  }
}

.file-complaint-form {
  gap: 0.75rem;
}
.file-complaint-form .col:nth-child(5) {
  grid-column: span 12;
}

.custom-input p {
  line-height: 0 !important;
}
.custom-input input {
  display: none;
}
.custom-input #custom-input-label {
  display: block;
  line-height: 1;
  width: 100%;
  border: 0.5px solid #52A5DA;
  box-shadow: 0px 4px 4px rgba(82, 165, 218, 0.12);
  padding: 0.5rem 1.5rem;
  font-family: "Averta";
  font-size: 0.85rem;
  color: #A0A0A0;
  min-height: 34px;
}

.navigation-grid .col:nth-child(1) {
  grid-column: span 12;
}
.navigation-grid .col:nth-child(2) {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .navigation-grid {
    gap: 2rem 0;
  }
  .navigation-grid .col {
    grid-column: span 12 !important;
  }
}

@media (max-width: 767px) {
  .filing-wrapper .content blockquote p {
    max-width: unset;
  }
}
.reports-wrapper {
  padding: 4rem 0;
}

.reports-layout-grid {
  gap: 4rem 0;
}
.reports-layout-grid .col:nth-child(1) {
  grid-column: span 12;
}
.reports-layout-grid .col:nth-child(2) {
  grid-column: span 4;
}

.reports-list .item {
  position: relative;
  background-color: #EFF0FC;
  padding: 1rem 2rem;
}
.reports-list .item ~ .item {
  margin-top: 1.2rem;
}
.reports-list .item .grid .col:nth-child(1) {
  grid-column: span 10;
  display: flex;
}
.reports-list .item .grid .col:nth-child(2) {
  grid-column: span 2;
}
.reports-list .item .file-title {
  flex: 1;
  align-items: center;
  display: flex;
  color: #2E3585;
}
.reports-list .item .file-icon img {
  max-width: 40px;
  display: flex;
  margin-left: auto;
}

.documents-items .item {
  position: relative;
  background-color: #EFF0FC;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
}
.documents-items .item .col:nth-child(1) {
  width: 75%;
}
.documents-items .item .col:nth-child(2) {
  width: 25%;
  justify-content: end;
  text-align: end;
}
.documents-items .item .col:nth-child(2) img {
  max-width: 40px;
}

.pill-navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pill-navigation {
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.pill-navigation a.item {
  display: block;
  border: 1px solid #52A5DA;
  padding: 0.55rem 1rem;
  color: #52A5DA;
  font-size: 0.85rem;
  transition: 0.2s ease;
}
.pill-navigation a.item.active, .pill-navigation a.item:hover {
  background-color: #52A5DA;
  color: white;
}

@media (max-width: 767px) {
  .reports-layout-grid > .col {
    grid-column: span 12 !important;
  }
  .documents-items .item {
    display: block;
  }
  .documents-items .item .col:nth-child(1) {
    width: 100%;
  }
  .documents-items .item .col:nth-child(2) {
    width: 100%;
    justify-content: start;
    text-align: start;
  }
}
.partners-wrapper {
  padding: 4rem 0;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 8rem;
}
@media (max-width: 767px) {
  .partners-list {
    gap: 2rem 1rem;
  }
}
.partners-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  min-width: 200px;
}
@media (max-width: 767px) {
  .partners-list .item {
    min-width: unset;
    width: calc(32% - 0.5rem);
  }
}
@media (max-width: 576px) {
  .partners-list .item {
    min-width: unset;
    width: calc(50% - 0.5rem);
  }
}
.partners-list .item .logo-box {
  width: 100%;
}

.comment-form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem 2rem !important;
}
@media (max-width: 576px) {
  .comment-form {
    gap: 1rem 0 !important;
  }
}
.comment-form .comment-notes {
  display: none;
}
.comment-form .col {
  grid-column: span 6;
}
.comment-form .comment-form-author {
  grid-column: span 6 !important;
}
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent, .comment-form .form-submit {
  grid-column: span 12 !important;
}
.comment-form .comment-input input,
.comment-form .comment-input textarea {
  font-family: "Averta";
  width: 100%;
  padding: 0.5rem 0.85rem;
  font-size: 0.85rem;
  background-color: #eff0fc;
  color: #6168c1;
  border: none;
  resize: none;
}
.comment-form .comment-input input::-moz-placeholder, .comment-form .comment-input textarea::-moz-placeholder {
  color: #6168c1;
}
.comment-form .comment-input input::placeholder,
.comment-form .comment-input textarea::placeholder {
  color: #6168c1;
}
.comment-form .comment-input input:focus,
.comment-form .comment-input textarea:focus {
  border: 1px solid #6168c1;
}
.comment-form input[type=submit] {
  background: #6168c1;
  border: none;
  color: white;
  font-size: 0.85rem;
  padding: 0.5rem 0.85rem;
  font-family: "Averta";
  transition: 0.3s ease;
}
.comment-form input[type=submit]:hover {
  opacity: 0.9;
}
.comment-form .comment-form-cookies-consent {
  color: #a4a4a4;
  font-size: 0.85rem;
}

.logged-in-as {
  grid-column: span 12 !important;
}

.commentlist {
  margin: 1rem 0 1.5rem 0;
}
.commentlist li.comment ~ .comment {
  border-top: 1px solid #dddddd;
  padding-top: 1rem;
  margin-top: 1rem;
}

.comment-author {
  margin-bottom: 1rem;
}

.comment-meta {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.comment-body {
  font-size: 0.85rem;
}

.reply {
  display: none;
}/*# sourceMappingURL=main.css.map */