@charset "UTF-8";
/*
https://www.sassmeister.com/gist/7f22e44ace49b5124eec
@include fluid-type(font-size, 320px, 1366px, 14px, 18px);
@include fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
*/
:root {
  --font-family-base: Assistant, Roboto, sans-serif;
  --font-family-title: Assistant, Roboto, sans-serif;
  --letter-spacing: 0em;
  --html-font-size: 62.5%;
  --font-size-base: 1.9rem;
  --font-size-base-sm: 1.6rem;
  --font-size-base-xs: 1.4rem;
  --font-size-body: 2rem;
  --font-weight-title: 700;
  --fw-base: 400;
  --lh-base: 1;
  --bg-color: #f3f3f3;
  --bg-main: #f3f3f3;
  --bg-main-attachment: scroll;
  --bg-main-size: cover;
  --bg-main-radius: 1em;
  --border-radius-base: 30em;
  --overlay: rgba(7, 7, 7, 0.9);
  --color-text: #2D2B2E;
  --color-heading: #05497A;
  --color-primary: #05497A;
  --color-primary-darken: #004c81;
  --color-secondary: #34A09D;
  --color-link: #05497A;
  --color-link-active: #05497A;
  --color-red: #EF3E4A;
  --color-grey: rgb(109, 110, 112);
  --color-yellow: #FCCA65;
  --color-purple: #FF0087;
  --color-purple-dark: #e3077b;
  --color-cyan: #017A9B;
  --color-cyan-dark: #016682;
  --color-border: #BCBEC0;
  --color-border-input: #2D2B2E;
  --color-box-border: #BCBEC0;
  --color-success: var(--color-cyan);
  --color-error: var(--color-red);
  --selection-bg: rgba(81, 113, 228, 0.8);
  --selection-color: #fff;
  --container-width: 126rem;
  --container-header-width: 1260px;
  --container-padding: 3rem;
  --section-padding: 4rem;
  --mob-menu-bg: #f3f3f3;
  --mob-menu-zindex: 99;
  --main-content-padding: 1.2rem;
  --box-bg: rgba(255, 255, 255, 0.15);
  --box-bg-dark: rgba(255, 255, 255, 0.07);
  --box-radius: 1.5rem;
  --box-shadow: 0px 0px 1.2rem rgba(255, 255, 255, 0.12);
  --logo-width: 33rem;
  --logo-width-mob: 24.75rem;
  --header-color: #231F20;
  --header-bg: #fff;
  --header-padding-top: 1.4rem;
  --header-padding-bottom: 1.6rem;
  --header-nav-size: 2rem;
  --header-nav-weight: 400;
  --modal-bg: #fff;
  --modal-color: #2D2B2E;
  --modal-close-color: #fff;
  --navbar-size: 2rem;
  --footer-size: 1.6rem;
  --footer-color: #A7A9AC;
  --footer-color-hover: #fff;
  --footer-bg: #1A1F24;
  --footer-padding-top: 5rem;
  --footer-padding-bottom: 9rem;
  --aside-width: 28rem;
  --aside-size: 1.6rem;
  --aside-active-bg: transparent;
  --aside-active-color: #05497A;
  --aside-bg-mob: #fff;
  --aside-color: #000;
  --aside-menu-width: 100%;
  --aside-menu-margin: 0.5rem;
  --aside-menu-item-fill: #E0E6FA;
  --aside-menu-link-padding: 0.6em 2em;
  --aside-menu-font-weight: 500;
  --btn-size: 2rem;
  --btn-size-mob: 1.6rem;
  --btn-radius: 3em;
  --btn-bg: #05497A;
  --btn-bg-hover: transparent;
  --btn-bg-pressed: #004c81;
  --input-height: 50px;
  --input-radius: 30em;
  --input-bg: #ffffff;
  --input-border-color: #BCBEC0;
  --input-border-color-hover: #017A9B;
  --input-border-color-focus: #7B7E8A;
  --input-size: 1.6rem;
  --input-size-md: 1.5rem;
  --input-color: #2D2B2E;
  --input-color-placeholder: rgb(109, 110, 112);
  --input-lbl-color: #2D2B2E;
  --select-bg-hover: #F5F7FE;
  --burger-width: 2.7rem;
  --burger-height: 2.2rem;
  --burger-color: #05497A;
  --burger-color-hover: #05497A;
  --burger-color-open: #05497A;
  --burger-line-height: 2px;
  --burger-line-radius: 0px;
  --heading-margin: 2rem;
  --heading-color: #797773;
  --h0: 5.6rem;
  --h1: 3.6rem;
  --h2: 3.2rem;
  --h3: 3rem;
  --h4: 2.6rem;
  --h5: 2rem;
  --h6: 1.6rem;
  --post-new-link-size: 2.4rem;
  --post-link-size: 2rem;
  --post-link-color: #000;
  --post-profile-img-width: 6.4rem;
  --post-header-padding-top: 1.6rem;
  --post-header-padding-bottom: 1.6rem;
  --post-comment-border-color: #BCBEC0;
  --widget-size: 1.9rem;
}

/* Eric Meyer's CSS Reset */
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,
adl, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  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;
}

/* End of Eric Meyer's CSS Reset */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../font//icomoon.ttf?b85bz4") format("truetype"), url("../font//icomoon.woff?b85bz4") format("woff"), url("../font//icomoon.svg?b85bz4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=icon-] {
  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-nagish:before {
  content: "\e925";
}

.icon-share:before {
  content: "\e921";
}

.icon-tiktok:before {
  content: "\e920";
}

.icon-insta:before {
  content: "\e91f";
}

.icon-linkedin:before {
  content: "\e91a";
}

.icon-twitter:before {
  content: "\e91b";
}

.icon-whatsapp:before {
  content: "\e91c";
}

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

.icon-fb:before {
  content: "\e91e";
}

.icon-complaints:before {
  content: "\e922";
}

.icon-vest:before {
  content: "\e924";
}

.icon-contact:before {
  content: "\e923";
}

.icon-wallet:before {
  content: "\e917";
}

.icon-calendar:before {
  content: "\e918";
}

.icon-plan:before {
  content: "\e919";
}

.icon-check:before {
  content: "\e914";
}

.icon-burger:before {
  content: "\e915";
}

.icon-close:before {
  content: "\e916";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-helpful:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url("../img/icon/helpful.svg");
  background-size: contain;
}

.icon-possible:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/icon-possible.png");
  background-size: contain;
}

._header-offset {
  margin-top: 16rem;
}
@media screen and (max-width: 47.99875em) {
  ._header-offset {
    margin-top: 6rem;
  }
}

.b-header {
  position: relative;
  background: #fff;
  color: #231F20;
  background: var(--header-bg);
  color: var(--header-color);
}
.b-header.m-abs {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 99;
}
.b-header.m-fixed {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99;
}
.b-header.m-fixed:before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 21.6rem;
  max-height: 10.8em;
  background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
}
@supports (backdrop-filter: blur(4px)) or (-webkit-backdrop-filter: blur(4px)) or (--webkit-backdrop-filter: blur($r)) {
  .b-header.m-fixed:before {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    --webkit-backdrop-filter: blur(4px);
  }
}
@media screen and (min-width: 48em) {
  .b-header.m-fixed:before {
    content: "";
  }
}
.b-header *:link:focus, .b-header a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.b-header__wrp {
  position: relative;
  width: 100%;
}
.b-header .b-logo img {
  width: 33rem;
}
.b-header .b-logo img {
  width: var(--logo-width);
}
.b-header__bottom {
  background-color: #05497A;
}
.b-header__top {
  padding-top: 1.4rem;
  padding-bottom: 1.6rem;
  padding-top: var(--header-padding-top);
  padding-bottom: var(--header-padding-bottom);
}
.b-header__navbar {
  font-size: 1.8rem;
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 0.5px solid #05497A;
  background-color: #05497A;
}
.b-header__navbar a {
  color: currentColor;
}
.b-header__navbar a:hover, .b-header__navbar a:focus {
  text-decoration: underline;
  color: currentColor;
}
.b-header__navbar li.menu-item-has-children:after {
  margin-inline-end: -5px;
}
.b-header__navbar li.menu-item a, .b-header__navbar-menu-link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  border-inline-end: 1px solid #eee;
}
.b-header__navbar li.menu-item a i, .b-header__navbar li.menu-item a img, .b-header__navbar li.menu-item a svg, .b-header__navbar-menu-link i, .b-header__navbar-menu-link img, .b-header__navbar-menu-link svg {
  margin-inline-start: 8px;
  display: inline-block;
  vertical-align: middle;
  color: #05497A;
}
.b-header__navbar .inline-list > li.menu-item:first-child > a {
  padding-inline-start: 0;
}
.b-header__search {
  width: 52rem;
  max-width: 50%;
}
.b-header__search form {
  display: flex;
  height: 4rem;
  border: 1px solid #BCBEC0;
}
.b-header__search-group {
  display: flex;
  border: 1px solid #BCBEC0;
  height: 4rem;
}
.b-header__search input {
  background: none;
  border-radius: 0;
  border: 0;
  flex: 1;
  margin-bottom: 0;
  height: 100%;
  font-size: 1.4rem;
}
.b-header__search input::-webkit-input-placeholder { /* WebKit browsers */
  color: #939598;
}
.b-header__search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #939598;
}
.b-header__search input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #939598;
}
.b-header__search input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #939598;
}
.b-header__search button {
  padding-left: 1em;
  padding-right: 1em;
  background: none;
  border-radius: 0;
  border-inline-start: 1px solid #BCBEC0;
  color: #000;
}
.b-header__search button:hover, .b-header__search button:focus {
  border-color: #BCBEC0;
}
.b-header__search button i {
  font-size: 17px;
}
.b-header__search-filter {
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  font-size: 1.4rem;
  color: #939598;
}
.b-header__search-button {
  padding-left: 1em;
  padding-right: 1em;
  background: none;
  border: none;
  border-radius: 0;
  border-inline-start: 1px solid #BCBEC0;
  color: #000;
}
.b-header__search-button:hover, .b-header__search-button:focus {
  border-color: #BCBEC0;
}
.b-header__search-button svg {
  width: 1.6rem;
}
.b-header__search-button svg path {
  fill: currentColor;
}
@media screen and (max-width: 47.99875em) {
  .b-header__search {
    max-width: 100%;
  }
  .b-header__search-button, .b-header__search-button:hover, .b-header__search-button:focus {
    color: #fff;
  }
  .b-header__search--mob {
    background: #05497A;
    border: 0;
    border-top: 0.5px solid #fff;
    width: 100%;
    height: 4rem;
    transition: 0.2s ease;
    transform: translateY(-100%);
  }
  .b-header__search--mob > * {
    height: 100%;
  }
  .b-header__search--mob form {
    color: #fff;
  }
  .b-header__search--mob form > div {
    border: none;
    height: 100%;
  }
  .b-header__search--mob form .b-header__search-button {
    border-inline-start: 0;
    min-width: 4rem;
  }
  .b-header__search--mob input {
    color: #fff;
  }
  .b-header__search--mob .b-header__search-button {
    padding: 0;
    min-width: 5rem;
    text-align: center;
    color: currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .b-header__search--mob .b-header__search-button i {
    margin-top: 0.15em;
    font-size: 1.6rem;
  }
  .b-header__search--mob .b-header__search-input {
    color: #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 374px) {
  .b-header__search--mob .b-header__search-input {
    font-size: 3.743315508vw;
  }
}
@media screen and (max-width: 47.99875em) {
  .b-header__search--mob .b-header__search-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
  }
  .b-header__search--mob .b-header__search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
  }
  .b-header__search--mob .b-header__search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
  }
  .b-header__search--mob .b-header__search-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
  }
  .b-header__search--mob.is-active {
    transform: translateY(0);
  }
}
.b-header__lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}
.b-header__lang li {
  line-height: 1;
}
.b-header__lang li:first-child a {
  border: none;
}
.b-header__lang li:last-child a {
  padding-inline-end: 0;
}
.b-header__lang li a {
  display: inline-block;
  font-weight: 300;
  padding: 0 2rem;
  border-inline-start: 1px solid currentColor;
}
.b-header__lang li a:hover {
  opacity: 0.7;
}
.b-header__lang li a:hover {
  text-decoration: none;
}
.b-header__menu-title {
  font-weight: 700;
  font-size: 2rem;
  font-weight: var(--font-weight-title);
  font-size: var(--h5);
}
.b-header__menu-nav {
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  font-weight: var(--header-nav-weight);
  font-size: var(--header-nav-size);
}
.b-header__menu-nav .menu-item-has-children, .b-header__menu-nav .has-submenu {
  position: relative;
}
.b-header__menu-nav .menu-item-has-children:hover:after, .b-header__menu-nav .has-submenu:hover:after {
  color: currentColor;
}
.b-header__menu-nav .menu-item-has-children:after, .b-header__menu-nav .has-submenu:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0px;
  height: 0px;
  border-left: 4PX solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}
[dir=rtl] .b-header__menu-nav .menu-item-has-children:after, [dir=rtl] .b-header__menu-nav .has-submenu:after {
  transform: translateY(-10%);
  right: auto;
  left: 15px;
}

.rtl .b-header__menu-nav .menu-item-has-children:after, .rtl .b-header__menu-nav .has-submenu:after {
  transform: translateY(-10%);
  right: auto;
  left: 15px;
}

.b-header__menu-nav .menu-item-has-children .sub-menu, .b-header__menu-nav .has-submenu .sub-menu {
  min-width: 24rem;
}
.b-header__menu-nav .menu-item-has-children .sub-menu .menu-item-has-children, .b-header__menu-nav .has-submenu .sub-menu .menu-item-has-children {
  margin: 0;
}
.b-header__menu-nav-list {
  align-items: center;
}
.b-header__menu-nav-list > .menu-item-has-children, .b-header__menu-nav-list > .has-submenu {
  padding-right: 2rem;
}
[dir=rtl] .b-header__menu-nav-list > .menu-item-has-children, [dir=rtl] .b-header__menu-nav-list > .has-submenu {
  padding-left: 2rem;
  padding-right: 1.2rem;
}

.rtl .b-header__menu-nav-list > .menu-item-has-children, .rtl .b-header__menu-nav-list > .has-submenu {
  padding-left: 2rem;
  padding-right: 1.2rem;
}

.b-header__menu-nav-list a img, .b-header__menu-nav-list a i {
  vertical-align: middle;
  margin-inline-end: 0.3em;
}
.b-header__menu-nav-list a img:first-of-type, .b-header__menu-nav-list a i:first-of-type {
  margin-inline-end: 0.3em;
}
.b-header__menu-nav-list a i {
  font-size: 1.5rem;
  margin-top: 2px;
}
.b-header__menu-nav.--border {
  margin-left: -1em;
  margin-right: -1em;
}
.b-header__menu-nav.--border li:hover a {
  border-bottom-color: transparent;
}
.b-header__menu-nav.--border li:first-child a {
  border: none;
}
.b-header__menu-nav.--border a {
  padding: 0 1em;
  border-inline-start: 1px solid;
  display: inline-block;
  line-height: 1;
}
.b-header__menu-nav.--border a:hover {
  border-bottom-color: transparent;
}
.b-header__menu-nav.--border li {
  padding-left: 0;
  padding-right: 0;
}
.b-header__menu-nav a {
  color: #231F20;
}
.b-header__menu-nav a:hover {
  color: #fff;
}
@media screen and (min-width: 48em) {
  .b-header__menu-nav a:hover {
    color: #fff;
  }
}
.b-header__menu-nav a:hover {
  text-decoration: none;
}
.b-header__menu-nav > a {
  margin: 0 0.5rem;
}
.b-header__menu-nav > ul {
  display: flex;
  justify-content: space-between;
}
.b-header__menu-nav > ul > li {
  flex-grow: 1;
  position: relative;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-right: 0.5px solid rgba(255, 255, 255, 0.6);
}
[dir=rtl] .b-header__menu-nav > ul > li {
  border-left: 0.5px solid rgba(255, 255, 255, 0.6);
  border-right: 0;
}

.rtl .b-header__menu-nav > ul > li {
  border-left: 0.5px solid rgba(255, 255, 255, 0.6);
  border-right: 0;
}

@media screen and (min-width: 62em) {
  .b-header__menu-nav > ul > li:hover > a {
    border-bottom-color: #05497A;
    border-bottom-color: var(--color-primary);
  }
}
.b-header__menu-nav > ul > li > a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.5rem 0.5rem;
  color: currentColor;
  padding-top: 0.6rem;
  border-bottom: 0.2rem solid transparent;
}
@media screen and (min-width: 62em) {
  .b-header__menu-nav > ul > li > a:hover {
    border-bottom-color: #05497A;
    border-bottom-color: var(--color-primary);
  }
}
.b-header__menu-nav > ul > li > a:hover {
  text-decoration: none;
}
.b-header__menu-nav > ul > li.current-menu-ancestor > a, .b-header__menu-nav > ul > li.current-menu-item > a, .b-header__menu-nav > ul > li:hover > a {
  border-bottom-color: #fff;
}
.b-header__burger {
  min-height: 40px;
  align-items: center;
  display: flex;
}
.b-header__burger.column {
  padding: 5px 20px;
}
@media screen and (max-width: 47.99875em) {
  .b-header__wrp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .b-header .column:not(.b-header__burger) {
    padding-left: 0;
    padding-right: 0;
  }
  .b-header__logo {
    flex: 1;
    text-align: center;
  }
  .b-header__logo .b-logo img {
    width: 131px;
    max-width: 35vw;
  }
  .b-header__navbar {
    padding: 0;
  }
  .b-header__search--mob {
    padding-left: 0;
  }
  .b-header__navbar-top-mobile {
    display: flex;
    padding-left: 0;
  }
  .b-header__navbar-top-mobile .b-header__menu-nav {
    margin: 0;
  }
  .b-header__navbar-top-mobile .b-header__search-button {
    margin-left: -0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 5rem;
    padding: 0;
  }
  .b-header__navbar-top-mobile .b-header__search-button:focus {
    text-decoration: none;
  }
  .is-search-active .b-header__navbar-top-mobile .b-header__search-button .icon-search:before {
    content: "\e916";
  }
  .b-header .link-fav, .b-header [class^=link-] {
    font-size: 22px;
  }
  .b-header .link-fav:hover, .b-header [class^=link-]:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 48em) {
  .b-header__navbar {
    color: #05497A;
    background-color: #E0E0E0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-header {
    --header-padding-top: 0.5rem;
    --header-padding-bottom: 0.5rem;
  }
  .b-header__top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .b-header .b-logo img {
    width: 24.75rem;
    color: #05497A;
    width: var(--logo-width-mob);
    color: var(--color-primary);
  }
}

.is-aside-open .b-header {
  z-index: 100;
  pointer-events: none;
}
.is-aside-open .b-header .b-header__burger {
  pointer-events: all;
}

.is-menu-open {
  overflow: hidden;
}
.is-menu-open .b-logo {
  z-index: 101;
  position: relative;
}
.is-menu-open .burger {
  z-index: 101;
}
.is-menu-open .b-header {
  transition: none;
  transform: none;
}
.is-menu-open .b-header__menu {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  z-index: 99;
  background: #f3f3f3;
  z-index: var(--mob-menu-zindex);
  background: var(--mob-menu-bg);
}
.is-menu-open .b-header__menu-nav {
  overflow-y: auto;
  height: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
}
.is-menu-open .b-header__menu-nav > * + * {
  margin-top: 2rem;
}
.is-menu-open .b-header__menu-nav ul {
  flex: 1;
  height: auto;
  height: 100%;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.is-menu-open .b-header__menu-nav ul li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  border: none;
}
.is-menu-open .b-header__menu-nav ul li.current a, .is-menu-open .b-header__menu-nav ul li.is-active a {
  color: #2D2B2E;
  color: var(--color-text);
}
.is-menu-open .b-header__menu-nav ul a {
  width: 100%;
  color: #2D2B2E;
  color: var(--color-text);
  font-size: 5vw;
  font-size: 3vh;
  line-height: 1.25;
}

.b-footer {
  overflow: hidden;
  position: relative;
  letter-spacing: 0.018em;
  line-height: 1.2;
  padding-top: 5rem;
  padding-bottom: 9rem;
  background: #1A1F24;
  color: #A7A9AC;
  font-size: 1.6rem;
  padding-top: var(--footer-padding-top);
  padding-bottom: var(--footer-padding-bottom);
  background: var(--footer-bg);
  color: var(--footer-color);
  font-size: var(--footer-size);
}
.b-footer a {
  color: currentColor;
}
.b-footer a:hover {
  color: #fff;
  color: var(--footer-color-hover);
}
.b-footer a:hover {
  text-decoration: none;
}
.b-footer h4.b-footer__title {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-top: 0.5px solid #D1D3D4;
  border-bottom: 0.5px solid #D1D3D4;
  margin-bottom: 0.5em;
}
.b-footer h4.b-footer__title a {
  pointer-events: none;
}
.b-footer__bottom {
  border-top: 1px solid #E6E7E8;
  padding-top: 1.4rem;
  margin-top: 2.8rem;
}
.b-footer__menu.flex {
  width: 100%;
}
.b-footer__menu.flex > * {
  flex: 1;
}
.b-footer__menu + * {
  margin-top: 2rem;
}
.b-footer__lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.b-footer__lang a, .b-footer__lang-link {
  display: block;
  height: 20px;
  vertical-align: middle;
  color: #C6C7C8;
  border-inline-start: 1px solid;
  padding: 0 1rem;
}
.b-footer__lang a:hover, .b-footer__lang-link:hover {
  text-decoration: underline;
}
.b-footer__lang a:first-child a, .b-footer__lang-link:first-child a {
  border: none;
}
.b-footer .b-bottom-menu ul li:first-child a {
  border: none;
}
.b-footer .b-bottom-menu ul li a {
  display: inline-block;
  line-height: 1;
  font-weight: 300;
  border-inline-start: 1px solid;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.b-footer .b-bottom-menu ul li a:hover {
  text-decoration: underline;
}
.b-footer__soc label {
  display: block;
  font-size: 1.8rem;
  color: #C6C7C8;
}
.b-footer__soc a {
  color: #fff;
  padding: 0;
  margin: 0 3px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
}
.b-footer__soc a.color-fb {
  background-color: #4267B2;
}
.b-footer__soc a.color-linkedin {
  background-color: #0077b5;
}
.b-footer__soc a.color-youtube {
  background-color: #ff0000;
}
.b-footer__soc a.color-insta {
  background-color: #E1306C;
}
.b-footer__soc a.color-twitter {
  background-color: #fff;
  color: #000;
}
.b-footer__soc a.color-tiktok {
  background-color: #ff0050;
}
.b-footer__soc a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 47.99875em) {
  .b-footer {
    --footer-padding-top: 5rem;
    --footer-padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-footer h4.b-footer__title {
    position: relative;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    margin-bottom: 0;
    margin-top: -0.5px;
  }
  .b-footer h4.b-footer__title:before {
    content: "\e912";
    pointer-events: none;
    position: absolute;
    right: 0;
    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;
    font-size: 0.3em;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 1em;
  }
  [dir=rtl] .b-footer h4.b-footer__title:before {
    left: 0;
    right: auto;
    padding-right: 1em;
    padding-left: 0;
  }
  .rtl .b-footer h4.b-footer__title:before {
    left: 0;
    right: auto;
    padding-right: 1em;
    padding-left: 0;
  }
  .b-footer h4.b-footer__title.is-active:before {
    content: "\e913";
  }
  .b-footer .container, .b-footer .s-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-footer__bottom {
    border: none;
  }
  .b-footer__title {
    border-color: #D1D3D4;
    margin-bottom: -1px;
  }
  .b-footer__menu {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .b-footer__menu.flex {
    flex-direction: column;
  }
  .b-footer__menu + * {
    margin-top: -1px;
  }
}

.floating_share {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 11111;
}
.floating_share li:not(:last-child) a {
  border-bottom: 1px solid;
}
.floating_share li a {
  display: block;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.floating_share li svg {
  width: 20px;
  margin: auto;
  display: block;
}
.floating_share li svg g {
  fill: #fff;
}
/*
.floating_share li.whatsapp a {
  background-color: #25D366;
}
.floating_share li.facebook a {
  background-color: #4267B2;
}
*/
.floating_share li:hover {
  opacity: 0.9;
}
.floating_share li:hover a {
  text-decoration: none;
}
.floating_share .share-link button {
  background-color: #222;
  border: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  padding: 10px;
}
.floating_share .share-link button:hover, .floating_share .share-link button:focus {
  color: #fff;
}
.floating_share .share-link p {
  margin: 0;
  position: absolute;
  background: #222;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
  padding: 10px;
  left: 0;
}

.darocredit > a {
  display: inline-block;
  width: 200px;
  height: 20px;
}
.darocredit .dd_logo_png_w {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAAUCAYAAAA3BlcoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMC1jMDAwIDc5LjE3MWMyN2ZhYiwgMjAyMi8wOC8xNi0yMjozNTo0MSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY5MTAwRDlBODc4MTExRURBRDlBOTkzMTI4OENGRDRGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY5MTAwRDlCODc4MTExRURBRDlBOTkzMTI4OENGRDRGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjkxMDBEOTg4NzgxMTFFREFEOUE5OTMxMjg4Q0ZENEYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjkxMDBEOTk4NzgxMTFFREFEOUE5OTMxMjg4Q0ZENEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70XGSfAAAIFElEQVR42uyaeWxVRRTG36OvpRUKPBVQUMAKqLiwFIQSRNAWEoRASgoaMIqRIqJRxKaAC0YQqBL3hVbjElGgVSKiAhaNhACKLaDIZrRAEQVZHgUESttXzyS/SY7jbXn6X+Ge5Et7tzMz53xnmWmDbRo3Dvjiy/kijXwT+HI+Scg3gS/ngAQFCYK2gu6CPoKOggrBcsFKfq/1Ce/LuSBNIHsHfnaG9DWCiwXVghLBnrjkkM95Xxp8dk+kW6kVHBeUC+IEXQXXEghms7rG7+F9aehiSH4S0huC9xX8Jnhc8JEgKrhMcLXfw3tLgsdmvhq4mcUaXB8ChNT3QZ6735vn8Tw3ZbfKOUSIehwuhLhfTfaKV/qD6rsarm3Gq3Xma945U0emjEd3rVpbNToDPAsx36jaB4YcPTUgju+1TfR8gmo+tbyj127XWOXYOeC8M1iQK+jHvTKuVwmGoP+wT3hvGUlGSOD6tOAnwTrBCWX4VoIkwUHBX9xrLxgoaKmcbJy1xZRTwTHum0yUJggLfhGsFvwuuIJMtYusZeVywQAy13rKtBmnKfOL470Dgs2CFoL+lPdK5nwBY5tyv9CD9M0hR0dFugr0lTDOVYJbBV8IfhU0I6NeR8tgCbiFdfVgvl1AVK3L2DcZPUXYyth9t+AU7wzmnS8tYT0SwW2CZwWdnMOY1gSdWfsewcaGTvjRgpsFfwqeZmHjBb0F3wkK/qfeuYJ2yjHxEGceOq3hswQ9BfmCDRjXZJgXcVKEey0gzkOCRThxtuB6nhsSLOb5TQScKcVLBUcZq5tgjmAFGW+a4BbmEsWPhvQ7BAsInAd5ZgO3kndM4H7sQXhDtico/aexZwKEzBO8z3pfxuaGRA8IprBptFWqMessYc6TCc5hPLOcq2ItXxNAJpBGsbYdvJNDEtleB+FNIrjTIbuRbWA0QWFsskwTPlWQzu8FOCtWSaGE1CfGaFee5Z1sfhbxM1LPdxMFr6vr4YJNgnFc34NzrM5CnFYaw3pO4qzJEKQFZJxNhl0EGYwDBwm2Cn7gu3iItRSCmOzfiwx0B9lrFhVgIpXD3J/EWsvJmANw5luC/ZBjHwEylJOIOdiqpSr7R8nyTTiOM88eppLci/MrVAZ1e+EoQZWnMvok5n+cuVTzzFSQZwTFglcY17Y9u1lDDe/OIlCakZzi0XmQdScRoIaHHwp2qt78uGqpXBmo2hgrh0kYIZ6tFXxuOR1ikEKIHoYkRUpBGcFQykdhvilVpMygX0rheakKBv1TB0gYlKGvTBE/BaNbfSkOWcc7i+wG3NbEEt6Olc48U505RlSQG6fvJRPa0r4Mst8u+IT1tsURg3H6ZsheRbbsC7k64thttAzmu7GU6QAOacWzNdjTrOUpvp2C3lOqZ49y9GbGvpDrjaypAr0/M49Mvlt9lkCPAyYIv+Het7Qm75DNTfU6AnGH0YYN4t0Oyn6H1F7jDBm7RiUrQ/ivsIuRMSpLj6Ni7sGW1fX071FQqwLkOew4jfk9KfhD9zq5EDzPifZS7mcpok8gOCxhbWDkQpxcrvPUfbdalECYLAjYk3tTnW9sABQzVoHSezSGTF3pXOeruUSYewH6JxAI7sY1qgxbTrY3Zfl+nPUjPeRQsvwJ3k+jZQmj5z3Bazihgl7erYApENzIDLL0NMbcwBxOM0YTxuxFz2/8dQlBV6H0JtFexXtsCL0yfAAyh9Qmuxy9nVhPFXuHNqr1MG3HSsZLwrYbma8du4Z523eaYsNrSGD7aLUyWVe5s+n2klXYdji65pFIHqWHn4GP/tH0h+toYUY5im2GnEow6CyZAaGKeHcu1xkQWksRerJwcraTvUsdcmcwZrp65+0YCP+mcz1BzaWAcVPV+rTj7cmHPQ1pRWu1HoKnUXptNhqGfZJw7HT+4JFDiV1DxtqFI9phe3uacgM+2Mvm8QTHaqbd6U7r0InyfhG6hkO01pD9brJx0GMt/0Wiav0JBG5XCHiYAKugr+7CfMz1p7R7ifg15OgKeJz+BKkQPake09kf5GDzk8pOQVWF7ImPyeCPMcf+tGPjsUcO/vrXLrfMaTnCqpXRUqAycH29cJlTLbyiMldl2VynhXIl4hGQC87yzVaiuz4JE5gFHsdzLXFyLzZThWTaFfS0+yj9lfSH5jRiBNn/jDq+WwKJcwiYDyDOSzjmRjK/aWc+o0okcaISZNxM7J2Mv44RFN3ZnJpNeh9aqB4EWsA5+ov1PLuWYOxNEGbSEpjx5kPAZgTeQoJtCWObBPMC/bdtvxqpNsxrr9Se/dYu2qgj6O1MUjFcupRkl4q9+hH8ieipIXia03Ia+8+EA57HOlNRVkxrke9k4xSVkQOqzw+o6lCs2p901YIUotPN8GGIX4r+VU5AZKv2qC4ZS1ZxZTuOD3i0NMVqDnnMtcjD8cbh35MhlpOBxhAIhmjvQnhbbdbSYqSpTJTI5q2AjDOSfcB9ZLH59MjZkOUNxk5Wx4y24t1F9jxGyd7PprUMHeuZwxLVUwcU6WIRu8Ecgq7NVDG78V0O+UJk/hI28z0I+p1k3FQ1doIivd4nVIJ0yLuYvj/AmIc4NFhGEngef6wjMGayP7HSlCDZhG8O1LXIIP8eHHbKuz55sc8iqpUJqD47RZE2VW1aIywo4vTkAbVJjajWKKz0pqv3y+o5DYpjt/+I2lyO8OhV9ebZzi2XsUf5f3o4fyR4jvw//Eiyz6sxvp9PUGXEcKTqi094X3xpmOL/85gvPuF98eVclb8FGADl52CFcryhqgAAAABJRU5ErkJggg==");
  filter: brightness(0) invert(1);
  BORDER: 0;
  margin-top: 1.5rem;
}
.darocredit .s_tag {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 35.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 36em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 36em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 35.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 36em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 35.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 61.99875em) {
  .hide-for-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 62em) {
  .show-for-tablet-only {
    display: none !important;
  }
}

@media screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 61.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 62em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 119.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

body {
  opacity: 0;
  visibility: hidden;
}
body.is-loaded {
  opacity: 1;
  visibility: visible;
}

body.stop-transitions * {
  transition: none !important;
}

.position-relative {
  position: relative;
}

@media screen and (min-width: 62em) {
  .has-sticky-sidebar .l-wrapper, .has-sticky-sidebar .l-main {
    overflow: visible;
  }
}

.has-transparent-body {
  background: transparent;
}
.has-transparent-body .l-header {
  background: none;
  box-shadow: 0 1px 0 0px #f3f3f3;
}
.has-transparent-body .l-wrapper, .has-transparent-body .s-main {
  background: none;
}

.container, .s-main, .container-fluid {
  max-width: 126rem;
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 47.99875em) {
  .container, .s-main, .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-flow: row wrap;
}
.row--list {
  margin-top: calc(var(--bs-gutter-x) * -0.5);
  margin-bottom: calc(var(--bs-gutter-x) * -0.5);
}
.row--list > [class*=col] {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

.align-middle {
  align-items: center;
}

.align-center {
  justify-content: center;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  min-width: 0;
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.sticky-container + .l-main {
  position: static;
}

.l-wrapper {
  background: #f3f3f3;
  background-attachment: scroll;
  background-size: cover;
  background: var(--bg-main);
  background-attachment: var(--bg-main-attachment);
  background-size: var(--bg-main-size);
  position: relative;
  min-height: 1%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-wrapper main {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.l-wrapper main .s-main {
  flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.l-wrapper .l-main {
  flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.s-main {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 35.99875em) {
  .s-main--demo .row > .column:not(.shrink) {
    width: max-content;
    min-width: fit-content;
  }
  .s-main--demo .row + .row {
    margin-top: 3rem;
  }
}
.s-main._bordered .s-main__content {
  border-left: 1px solid #BCBEC0;
  border-right: 1px solid #BCBEC0;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}
@media screen and (max-width: 47.99875em) {
  .s-main._bordered .s-main__content {
    border: none;
  }
}
.s-main__aside {
  flex: 0 0 28rem;
  max-width: 28rem;
  width: 28rem;
  flex: 0 0 var(--aside-width);
  max-width: var(--aside-width);
  width: var(--aside-width);
}
@media screen and (min-width: 48em) {
  .s-main__aside.show-on-mobile {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    transform: translate3d(-100%, 0, 0);
  }
}
.s-main__content {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  flex: 1;
  max-width: calc(100% - 28rem);
  max-width: calc(100% - var(--aside-width));
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-left: var(--main-content-padding);
  padding-right: var(--main-content-padding);
}
.s-main__content.fullwidth {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .s-main__content._offset {
    margin-right: 4rem;
    max-width: calc(100% - 28rem - 28rem);
    max-width: calc(100% - var(--aside-width) - var(--aside-width));
  }
}
@media screen and (max-width: 47.99875em) {
  .s-main {
    --container-padding: 1.5rem;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
  }
  .s-main__content {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .s-main > * + * {
    margin-top: 3rem;
  }
  .s-main__aside {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .s-main__aside.show-on-mobile {
    position: fixed;
    position: absolute;
    transform: translate3d(-100%, 0, 0);
    background: #F5F7FE;
    background: #fff;
    background: var(--aside-bg-mob);
    transition: transform 0.4s ease;
    will-change: transform;
    left: -30px;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    top: 0;
    height: 100%;
    padding-top: 1.4rem !important;
    padding-top: var(--header-padding-top) !important;
  }
  .is-aside-open .s-main__aside.show-on-mobile {
    transform: translate3d(0%, 0, 0);
    left: 0;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 47.99875em) {
  .s-main__aside.show-on-mobile {
    padding-top: 1.4rem !important;
    padding-top: var(--header-padding-top) !important;
  }
  .s-main__aside.show-on-mobile + div {
    margin-top: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .s-main__content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .s-main__content._offset {
    max-width: 100%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(7, 7, 7, 0.9);
  background: var(--overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  will-change: opacity, visibility;
}

.is-aside-open {
  overflow: hidden;
}
.is-aside-open .overlay {
  opacity: 1;
  visibility: visible;
}

.fit-content {
  max-width: fit-content;
}

@media screen and (max-width: 74.99875em) {
  .stacked-on-large > .column + .column {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 61.99875em) {
  .stacked-on-tablet > .column + .column {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 47.99875em) {
  .stacked-on-medium > .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stacked-on-medium > .column + .column {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 35.99875em) {
  .stacked-on-small > .column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stacked-on-small > .column + .column {
    padding-top: 1.5rem;
  }
}

.wp-block-separator {
  border-width: 1px 0 0;
  border-color: #05497A;
  margin-bottom: 1.5rem;
}

.holder-clickable {
  cursor: pointer;
}

.section-title, h1, h2, h3, h4, h5, h6, .b-card-post__title, .s-content__aside-title, .b-box__head-title, .b-aside__profile-title, .b-aside__title {
  font-size: 2rem;
  font-weight: 700;
  font-size: var(--h5);
  font-weight: var(--font-weight-title);
}

.b-aside > * + * {
  margin-top: 3rem;
}
.b-aside__nav + .b-aside__nav {
  margin-top: 3rem;
}
.b-aside__nav-list {
  max-width: 100%;
  max-width: var(--aside-menu-width);
}
.b-aside__nav-list li + li {
  margin-top: 0.5rem;
  margin-top: var(--aside-menu-margin);
}
.b-aside__nav-list .is-active a {
  background: transparent;
  color: #05497A;
  background: var(--aside-active-bg);
  color: var(--aside-active-color);
}
.b-aside__nav-list .is-active a:hover, .b-aside__nav-list .is-active a:focus {
  color: #05497A;
}
.b-aside__nav-list .is-active a:hover, .b-aside__nav-list .is-active a:focus {
  color: var(--aside-active-color);
}
.b-aside__nav-list li:not(.is-active):hover a {
  background: #e0e6fa;
}
.b-aside__nav-list a {
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 3em;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: var(--aside-menu-font-weight);
  font-size: var(--aside-size);
  font-size: 1.6rem;
  color: #000;
  padding: 0.6em 2em;
  font-weight: 500;
  font-size: var(--aside-size);
  color: var(--aside-color);
  padding: var(--aside-menu-link-padding);
  font-weight: var(--aside-menu-font-weight);
}
.b-aside__nav-list a:hover, .b-aside__nav-list a:focus {
  text-decoration: none;
}
.b-aside__nav-list a .icon, .b-aside__nav-list a i, .b-aside__nav-list a svg {
  margin-right: 1rem;
  font-size: 1.1em;
  width: 1em;
  height: 1em;
  color: currentColor;
  display: inline-block;
  vertical-align: baseline;
}
.b-aside__nav-list a:hover, .b-aside__nav-list a:focus {
  color: #05497A;
}
.b-aside__nav-list a:hover, .b-aside__nav-list a:focus {
  color: var(--aside-active-color);
}
.b-aside__nav-list--highlight li:not(.is-active):hover a {
  background: none;
}
.b-aside__nav-list--highlight .is-active a {
  background: #F5F7FE;
  color: #05497A;
  color: var(--aside-active-color);
}
.b-aside__nav-list--highlight .is-active a:hover, .b-aside__nav-list--highlight .is-active a:active {
  background: #e0e6fa;
  color: var(--aside-active-color);
}
.b-aside__profile {
  display: flex;
  align-items: center;
}
.b-aside__profile-img {
  margin-right: 1.6rem;
  margin-inline-end: 1.6rem;
}
.b-aside__profile-img img {
  width: 6.4rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.b-aside__list-itm + .b-aside__list-itm {
  margin-top: 0.8rem;
}
@media screen and (max-width: 47.99875em) {
  .b-aside__nav-list {
    max-width: 100%;
  }
  .b-aside__profile {
    padding: var(--aside-menu-link-padding);
    padding-bottom: 0;
    padding-top: 0;
  }
  .b-aside__profile-img {
    margin-right: 1rem;
    margin-inline-end: 1rem;
  }
  .b-aside__profile-img img {
    max-width: 32px;
  }
}

.b-aside--mobile {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  padding: 1em 1em 2em;
  background-color: #fff;
  height: 100%;
  padding-top: 0;
  max-height: calc(var(--vh,1vh) * 100 - 10rem);
  overflow-y: auto;
}
.b-aside--mobile .b-aside__footer {
  padding: 0;
}
.b-aside--mobile .b-aside__top {
  display: flex;
  flex-direction: column;
}
.b-aside--mobile .b-aside__top > * + * {
  margin-top: 0.5em;
}
.b-aside--mobile .b-aside__body {
  flex: 1;
}
.b-aside--mobile .b-aside__body > * + * {
  margin-top: 0.75em;
  padding-top: 0.5em;
  border-top: 1px solid #BCBEC0;
}
.b-aside--mobile .b-aside__nav {
  width: 100%;
  max-width: 100%;
  font-size: 20px;
}
.b-aside--mobile .b-aside__nav i, .b-aside--mobile .b-aside__nav [class*=icon-] {
  font-size: 70%;
  vertical-align: middle;
  padding-inline-start: 0.7rem;
}
.b-aside--mobile .b-aside__nav.icon-helpful:before {
  width: 25px;
  height: 25px;
}
.b-aside--mobile .b-aside__nav > ul {
  display: block;
}
.b-aside--mobile .b-aside__nav > ul > li + li {
  margin-top: 0.3em;
}
.b-aside--mobile .b-aside__nav > ul > li > a {
  display: block;
  padding: 0.6rem 0.3rem 0.3rem;
  color: rgb(109, 110, 112);
  border-bottom: 0.6rem solid transparent;
}
.b-aside--mobile .b-aside__nav > ul a {
  padding-left: 0;
}
.b-aside--mobile .b-aside__nav li.menu-item-has-children:after {
  content: none;
}
.b-aside--mobile .b-aside__nav li.menu-item-has-children > a {
  position: relative;
}
.b-aside--mobile .b-aside__nav li.menu-item-has-children > a:after {
  content: "\e912";
  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;
  left: 0;
  right: auto;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.33em;
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b-aside--mobile .b-aside__nav li.menu-item-has-children > a.is-active:after {
  content: "\e913";
}
.b-aside--mobile .b-aside__nav li.menu-item-has-children .sub-menu {
  display: none;
  margin-top: 0;
  min-width: 0;
}
.b-aside--mobile .b-aside__nav li.menu-item-has-children .sub-menu li a {
  font-size: 90%;
  color: #2D2B2E;
}
.b-aside--mobile .b-aside__nav .btn, .b-aside--mobile .b-aside__nav body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, body .s-callback__form .gform_wrapper.gravity-theme form .b-aside--mobile .b-aside__nav .gform_button, .b-aside--mobile .b-aside__nav .btn-flat {
  font-size: 20px;
}

.menu-icon, .menu-icon--aside {
  width: 2.7rem;
  height: 2.2rem;
  width: var(--burger-width);
  height: var(--burger-height);
  display: inline-block;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.menu-is-open .menu-icon, .menu-is-open .menu-icon--aside {
  z-index: 200;
  color: #05497A;
}
.menu-is-open .menu-icon.burger span, .menu-is-open .menu-icon.burger:before, .menu-is-open .menu-icon.burger:after, .menu-is-open .menu-icon--aside.burger span, .menu-is-open .menu-icon--aside.burger:before, .menu-is-open .menu-icon--aside.burger:after {
  color: #05497A;
}

@media screen and (min-width: 1024px) {
  .menu-icon:hover, .menu-icon--aside:hover {
    color: #05497A;
    color: var(--burger-color-hover);
  }
  .menu-icon:hover.burger span, .menu-icon:hover.burger:before, .menu-icon:hover.burger:after, .menu-icon--aside:hover.burger span, .menu-icon--aside:hover.burger:before, .menu-icon--aside:hover.burger:after {
    color: #05497A;
  }
  .menu-icon:hover.burger span, .menu-icon:hover.burger:before, .menu-icon:hover.burger:after, .menu-icon--aside:hover.burger span, .menu-icon--aside:hover.burger:before, .menu-icon--aside:hover.burger:after {
    color: var(--burger-color-hover);
  }
}
.menu-icon.large, .menu-icon--aside.large {
  width: 2rem;
  height: 1.8rem;
}
.menu-icon:focus, .menu-icon--aside:focus {
  outline: none;
}
.menu-icon.burger.burger--l2, .menu-icon--aside.burger.burger--l2 {
  transition: 0.3s ease;
  margin-bottom: 6px;
}
.menu-icon.burger.burger--l2:after, .menu-icon.burger.burger--l2:before, .menu-icon--aside.burger.burger--l2:after, .menu-icon--aside.burger.burger--l2:before {
  display: none;
}
.menu-icon.burger.burger--l2 .b-burger:after, .menu-icon--aside.burger.burger--l2 .b-burger:after {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  background: currentColor;
  transition: 0.3s;
  top: 8px;
  color: #05497A;
  height: 2px;
  border-radius: 0px;
  top: 8px;
  color: var(--burger-color);
  height: var(--burger-line-height);
  border-radius: var(--burger-line-radius);
}
.menu-icon.burger.burger--l2.on, .menu-icon--aside.burger.burger--l2.on {
  margin-bottom: 0;
  transition-delay: 0s;
}
.menu-icon.burger.burger--l2.on .b-burger:after, .menu-icon--aside.burger.burger--l2.on .b-burger:after {
  margin-top: -8px;
  margin-top: calc(-1 * var(--burger-line-height) * 4);
}
.menu-icon.burger:after, .menu-icon.burger:before,
.menu-icon.burger span, .menu-icon--aside.burger:after, .menu-icon--aside.burger:before,
.menu-icon--aside.burger span {
  width: 100%;
  position: absolute;
  display: block;
  background: currentColor;
  color: #05497A;
  height: 2px;
  border-radius: 0px;
  color: var(--burger-color);
  height: var(--burger-line-height);
  border-radius: var(--burger-line-radius);
}
.menu-icon.burger:after, .menu-icon.burger:before, .menu-icon--aside.burger:after, .menu-icon--aside.burger:before {
  content: "";
  transition: 0.3s width 0.4s;
}
.menu-icon.burger:after, .menu-icon--aside.burger:after {
  top: 0;
  left: 0;
  margin-top: 0;
}
.menu-icon.burger:before, .menu-icon--aside.burger:before {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.menu-icon.burger span, .menu-icon--aside.burger span {
  top: 50%;
  transition: transform 0.3s;
  margin-top: -1px;
  margin-top: calc(-1 * var(--burger-line-height) / 2);
}
.menu-icon.burger span:before, .menu-icon--aside.burger span:before {
  content: "";
  background: currentColor;
  width: 100%;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
.menu-icon.burger span:before, .menu-icon--aside.burger span:before {
  height: 2px;
  border-radius: 0px;
}
.menu-icon.burger span:before, .menu-icon--aside.burger span:before {
  height: var(--burger-line-height);
  border-radius: var(--burger-line-radius);
}
.menu-icon.burger.on:after, .menu-icon--aside.burger.on:after {
  transition: all 0.2s;
  width: 0;
  left: 0;
}
.menu-icon.burger.on:before, .menu-icon--aside.burger.on:before {
  transition: all 0.2s;
  width: 0;
  right: 0;
}
.menu-icon.burger.on span, .menu-icon--aside.burger.on span {
  transform: rotate(45deg);
  transition: 0.3s transform 0.4s;
}
.menu-icon.burger.on span:before, .menu-icon--aside.burger.on span:before {
  transform: rotate(-90deg);
  transition: 0.3s transform 0.4s;
}

@media screen and (max-width: 47.99875em) {
  :root {
    --navbar-size: 1.6rem;
  }
}
.b-navbar {
  position: relative;
}

.has-submenu, .b-header .menu-item-has-children {
  position: relative;
}
.has-submenu > a:focus + .b-submenu, .has-submenu > a:focus + .sub-menu, .has-submenu > a:focus-visible + .b-submenu, .has-submenu > a:focus-visible + .sub-menu, .b-header .menu-item-has-children > a:focus + .b-submenu, .b-header .menu-item-has-children > a:focus + .sub-menu, .b-header .menu-item-has-children > a:focus-visible + .b-submenu, .b-header .menu-item-has-children > a:focus-visible + .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.has-submenu:hover > a + .b-submenu, .has-submenu:hover > a + .sub-menu, .has-submenu.is-open > a + .b-submenu, .has-submenu.is-open > a + .sub-menu, .b-header .menu-item-has-children:hover > a + .b-submenu, .b-header .menu-item-has-children:hover > a + .sub-menu, .b-header .menu-item-has-children.is-open > a + .b-submenu, .b-header .menu-item-has-children.is-open > a + .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.has-submenu .b-submenu, .has-submenu .sub-menu, .b-header .menu-item-has-children .b-submenu, .b-header .menu-item-has-children .sub-menu {
  transition: 0.3s ease;
}
@media screen and (max-width: 47.99875em) {
  .has-submenu[data-collapse]:after, .b-header .menu-item-has-children[data-collapse]:after {
    display: none;
  }
  .has-submenu [data-collapse-trigger], .b-header .menu-item-has-children [data-collapse-trigger] {
    width: 100%;
    position: relative;
  }
  .has-submenu [data-collapse-trigger].is-active:after, .b-header .menu-item-has-children [data-collapse-trigger].is-active:after {
    content: "\e913";
  }
  .has-submenu [data-collapse-trigger]:after, .b-header .menu-item-has-children [data-collapse-trigger]:after {
    content: "\e912";
    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;
    left: -1.5rem;
    position: absolute;
    font-size: 0.4em;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .has-submenu [data-collapse-trigger]:after, [dir=rtl] .b-header .menu-item-has-children [data-collapse-trigger]:after {
    right: -1.5rem;
    left: auto;
  }
  .rtl .has-submenu [data-collapse-trigger]:after, .rtl .b-header .menu-item-has-children [data-collapse-trigger]:after {
    right: -1.5rem;
    left: auto;
  }
  .has-submenu.is-open .b-submenu.sub-menu, .b-header .menu-item-has-children.is-open .b-submenu.sub-menu {
    display: block;
    position: relative;
    top: 0;
    font-size: 0.8em;
  }
  .has-submenu.is-open .b-submenu.sub-menu a, .b-header .menu-item-has-children.is-open .b-submenu.sub-menu a {
    display: block;
    padding: 0.15em 0;
  }
}

.b-submenu, .b-header .sub-menu {
  position: absolute;
  z-index: 50;
  leftt: 1rem;
  top: 100%;
  transform: translateY(3rem);
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 20rem;
  font-size: 1.9rem;
  background: #05497A;
  font-size: var(--font-size-base);
  background: var(--color-primary);
}
.b-submenu .sub-menu, .b-header .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
[dir=rtl] .b-submenu .sub-menu, [dir=rtl] .b-header .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.rtl .b-submenu .sub-menu, .rtl .b-header .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

[dir=rtl] .b-submenu, [dir=rtl] .b-header .sub-menu {
  left: auto;
  right: 1rem;
}

.rtl .b-submenu, .rtl .b-header .sub-menu {
  left: auto;
  right: 1rem;
}

.b-submenu a, .b-header .sub-menu a {
  color: currentColor;
}
.b-submenu li a, .b-header .sub-menu li a {
  display: block;
  width: 100%;
  font-size: 85%;
  line-height: 1;
  padding: 0.75rem 1.6rem;
}
.b-submenu li a:hover, .b-submenu li a.is-active, .b-header .sub-menu li a:hover, .b-header .sub-menu li a.is-active {
  text-decoration: underline;
  color: currentColor;
}
.b-submenu li.menu-item-has-children:after, .b-header .sub-menu li.menu-item-has-children:after {
  left: 15px;
}
.b-submenu[data-collapse-content], .b-header .sub-menu[data-collapse-content] {
  background: none;
  color: currentColor;
}
.b-submenu[data-collapse-content] a, .b-header .sub-menu[data-collapse-content] a {
  text-decoration: underline;
}

.btn, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, .btn-flat, .button, button, .wp-block-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 400;
  color: #F2F2F2;
  padding: 0.6em 2.2rem 0.7em;
  text-align: center;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  border-radius: 3em;
  background: #05497A;
  border: 1px solid #05497A;
  font-size: 2rem;
  font-family: Assistant, Roboto, sans-serif;
  border-radius: var(--btn-radius);
  background: var(--btn-bg);
  border: 1px solid var(--btn-bg);
  font-size: var(--btn-size);
  font-family: var(--font-family-base);
}
.btn:link, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:link, .btn-flat:link, .button:link, button:link, .wp-block-button__link:link {
  text-decoration: none;
}
.btn:link:hover, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:link:hover, .btn-flat:link:hover, .button:link:hover, button:link:hover, .wp-block-button__link:link:hover {
  text-decoration: none;
}
.btn:hover, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:hover, .btn-flat:hover, .btn:focus, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:focus, .btn-flat:focus, .button:hover, .button:focus, button:hover, button:focus, .wp-block-button__link:hover, .wp-block-button__link:focus {
  border-color: #05497A;
  color: #05497A;
  background: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: var(--btn-bg-hover);
}
.btn:active, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:active, .btn-flat:active, .button:active, button:active, .wp-block-button__link:active {
  border-color: #05497A;
  background: #004c81;
  color: #fff;
  border-color: var(--color-primary);
  background: var(--btn-bg-pressed);
  color: #fff;
}
.theme-dark .btn:active, .theme-dark body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:active, body .s-callback__form .gform_wrapper.gravity-theme form .theme-dark .gform_button:active, .theme-dark .btn-flat:active, .theme-dark .button:active, .theme-dark button:active, .theme-dark .wp-block-button__link:active {
  color: #fff;
  background: transparent;
}

.btn .icon, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button .icon, .btn-flat .icon, .button .icon, button .icon, .wp-block-button__link .icon {
  margin-right: 0.4em;
  margin-left: -0.4em;
  font-size: 1em;
}
.btn.m-white, body .s-callback__form .gform_wrapper.gravity-theme form .m-white.gform_button, .m-white.btn-flat, .button.m-white, button.m-white, .wp-block-button__link.m-white {
  background: #fff;
  color: #05497A;
  border-color: #fff;
}
.btn.m-white:hover, body .s-callback__form .gform_wrapper.gravity-theme form .m-white.gform_button:hover, .m-white.btn-flat:hover, .button.m-white:hover, button.m-white:hover, .wp-block-button__link.m-white:hover {
  background: #2D2B2E;
  color: #fff;
  border-color: #2D2B2E;
}
.btn.m-shadow, body .s-callback__form .gform_wrapper.gravity-theme form .m-shadow.gform_button, .m-shadow.btn-flat, .button.m-shadow, button.m-shadow, .wp-block-button__link.m-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.47);
}
.btn.m-rounded, body .s-callback__form .gform_wrapper.gravity-theme form .m-rounded.gform_button, .m-rounded.btn-flat, .button.m-rounded, button.m-rounded, .wp-block-button__link.m-rounded {
  border-radius: 100px;
}
.btn.size-normal, body .s-callback__form .gform_wrapper.gravity-theme form .size-normal.gform_button, .size-normal.btn-flat, .button.size-normal, button.size-normal, .wp-block-button__link.size-normal {
  font-size: 1.6rem;
}
.btn.size-medium, body .s-callback__form .gform_wrapper.gravity-theme form .size-medium.gform_button, .size-medium.btn-flat, .button.size-medium, button.size-medium, .wp-block-button__link.size-medium {
  font-size: 2rem;
}
.btn.size-large, body .s-callback__form .gform_wrapper.gravity-theme form .size-large.gform_button, .size-large.btn-flat, .button.size-large, button.size-large, .wp-block-button__link.size-large {
  font-size: 2.2rem;
}
.btn.size-xlarge, body .s-callback__form .gform_wrapper.gravity-theme form .size-xlarge.gform_button, .size-xlarge.btn-flat, .button.size-xlarge, button.size-xlarge, .wp-block-button__link.size-xlarge {
  font-size: 2.6rem;
}
.btn.size-extra, body .s-callback__form .gform_wrapper.gravity-theme form .size-extra.gform_button, .size-extra.btn-flat, .button.size-extra, button.size-extra, .wp-block-button__link.size-extra {
  font-size: 3rem;
  min-width: 7em;
}
.btn.border-medium, body .s-callback__form .gform_wrapper.gravity-theme form .border-medium.gform_button, .border-medium.btn-flat, .button.border-medium, button.border-medium, .wp-block-button__link.border-medium {
  border-width: 0.4rem;
}
.btn.border-large, body .s-callback__form .gform_wrapper.gravity-theme form .border-large.gform_button, .border-large.btn-flat, .button.border-large, button.border-large, .wp-block-button__link.border-large {
  border-width: 0.6rem;
}
.btn.border-extra, body .s-callback__form .gform_wrapper.gravity-theme form .border-extra.gform_button, .border-extra.btn-flat, .button.border-extra, button.border-extra, .wp-block-button__link.border-extra {
  border-width: 0.8rem;
}
.btn.is-hide, body .s-callback__form .gform_wrapper.gravity-theme form .is-hide.gform_button, .is-hide.btn-flat, .button.is-hide, button.is-hide, .wp-block-button__link.is-hide {
  display: none;
}
.btn._primary:hover, body .s-callback__form .gform_wrapper.gravity-theme form ._primary.gform_button:hover, ._primary.btn-flat:hover, .btn._primary:focus, body .s-callback__form .gform_wrapper.gravity-theme form ._primary.gform_button:focus, ._primary.btn-flat:focus, .button._primary:hover, .button._primary:focus, button._primary:hover, button._primary:focus, .wp-block-button__link._primary:hover, .wp-block-button__link._primary:focus {
  border-color: #004c81;
  background: #004c81;
  border-color: var(--color-primary-darken);
  background: var(--color-primary-darken);
  color: #fff;
}
.btn._primary.btn-flat:hover, body .s-callback__form .gform_wrapper.gravity-theme form ._primary.btn-flat.gform_button:hover, ._primary.btn-flat:hover, .btn._primary.btn-flat:focus, body .s-callback__form .gform_wrapper.gravity-theme form ._primary.btn-flat.gform_button:focus, ._primary.btn-flat:focus, .button._primary.btn-flat:hover, .button._primary.btn-flat:focus, button._primary.btn-flat:hover, button._primary.btn-flat:focus, .wp-block-button__link._primary.btn-flat:hover, .wp-block-button__link._primary.btn-flat:focus {
  color: #004c81;
  color: var(--color-primary-darken);
}
.btn--grey, .button--grey, button--grey, .wp-block-button__link--grey {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  color: #000;
}
.btn--grey:hover, .btn--grey:focus, .button--grey:hover, .button--grey:focus, button--grey:hover, button--grey:focus, .wp-block-button__link--grey:hover, .wp-block-button__link--grey:focus {
  border-color: #E0E0E0;
  background-color: #E0E0E0;
  color: #000;
}
.btn--grey.btn-flat, .button--grey.btn-flat, button--grey.btn-flat, .wp-block-button__link--grey.btn-flat {
  color: #000;
  border-color: #F2F2F2;
  background: transparent;
}
.btn--grey.btn-flat:hover, .btn--grey.btn-flat:focus, .button--grey.btn-flat:hover, .button--grey.btn-flat:focus, button--grey.btn-flat:hover, button--grey.btn-flat:focus, .wp-block-button__link--grey.btn-flat:hover, .wp-block-button__link--grey.btn-flat:focus {
  border-color: #E0E0E0;
  background-color: #E0E0E0;
  color: #000;
}
.btn--blue, .button--blue, button--blue, .wp-block-button__link--blue {
  border-color: #017A9B;
  background-color: #017A9B;
  color: #fff;
}
.btn--blue:hover, .btn--blue:focus, .button--blue:hover, .button--blue:focus, button--blue:hover, button--blue:focus, .wp-block-button__link--blue:hover, .wp-block-button__link--blue:focus {
  border-color: #016682;
  background-color: #016682;
  color: #fff;
}
.btn--blue.btn-flat, .button--blue.btn-flat, button--blue.btn-flat, .wp-block-button__link--blue.btn-flat {
  color: #017A9B;
  border-color: #017A9B;
  background: transparent;
}
.btn--blue.btn-flat:hover, .btn--blue.btn-flat:focus, .button--blue.btn-flat:hover, .button--blue.btn-flat:focus, button--blue.btn-flat:hover, button--blue.btn-flat:focus, .wp-block-button__link--blue.btn-flat:hover, .wp-block-button__link--blue.btn-flat:focus {
  border-color: #016682;
  background-color: #016682;
  color: #fff;
}
.btn[disabled], body .s-callback__form .gform_wrapper.gravity-theme form [disabled].gform_button, [disabled].btn-flat, .btn.disabled, body .s-callback__form .gform_wrapper.gravity-theme form .disabled.gform_button, .disabled.btn-flat, .button[disabled], .button.disabled, button[disabled], button.disabled, .wp-block-button__link[disabled], .wp-block-button__link.disabled {
  opacity: 0.7;
  user-select: none;
  pointer-events: none;
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.btn[disabled].btn-flat, body .s-callback__form .gform_wrapper.gravity-theme form [disabled].btn-flat.gform_button, [disabled].btn-flat, .btn.disabled.btn-flat, body .s-callback__form .gform_wrapper.gravity-theme form .disabled.btn-flat.gform_button, .disabled.btn-flat, .button[disabled].btn-flat, .button.disabled.btn-flat, button[disabled].btn-flat, button.disabled.btn-flat, .wp-block-button__link[disabled].btn-flat, .wp-block-button__link.disabled.btn-flat {
  background: none;
}
@media screen and (max-width: 35.99875em) {
  .btn, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, .btn-flat, .button, button, .wp-block-button__link {
    font-size: 1.6rem;
    font-size: var(--btn-size-mob);
  }
  .btn.m-fixed, body .s-callback__form .gform_wrapper.gravity-theme form .m-fixed.gform_button, .m-fixed.btn-flat, .button.m-fixed, button.m-fixed, .wp-block-button__link.m-fixed {
    min-width: 0;
    max-width: none;
  }
  .btn.size-extra, body .s-callback__form .gform_wrapper.gravity-theme form .size-extra.gform_button, .size-extra.btn-flat, .button.size-extra, button.size-extra, .wp-block-button__link.size-extra {
    font-size: 20px;
  }
}
@media screen and (max-width: 35.99875em) and (max-width: 374px) {
  .btn.size-extra, body .s-callback__form .gform_wrapper.gravity-theme form .size-extra.gform_button, .size-extra.btn-flat, .button.size-extra, button.size-extra, .wp-block-button__link.size-extra {
    font-size: 5.3475935829vw;
  }
}

.btn-flat {
  background: transparent;
  color: #05497A;
  border-color: #05497A;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-flat.is-active, .btn-flat:hover {
  background: #05497A;
  border-color: #05497A;
  color: #fff;
}

.btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.btn-group.text-center {
  justify-content: center;
}
@media screen and (max-width: 35.99875em) {
  .btn-group .btn, .btn-group body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, body .s-callback__form .gform_wrapper.gravity-theme form .btn-group .gform_button, .btn-group .btn-flat {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.reset [type=number] {
  -moz-appearance: spinner-textfield;
}

.reset input[type=number]::-webkit-outer-spin-button,
.reset input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: spinner-textfield;
}

input[type=file] + label,
input[type=file] + label.btn,
body .s-callback__form .gform_wrapper.gravity-theme form input[type=file] + label.gform_button {
  cursor: pointer !important;
  pointer-events: all !important;
}

.gfield--type-fileupload label {
  display: none;
}

input[type=file]::file-selector-button {
  position: absolute;
  left: 10px;
  top: 13px;
  border: 0;
  background-color: #05497A;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 30em;
}
[lang=en-US] input[type=file]::file-selector-button {
  left: auto;
  right: 10px;
}

input[type=file] *:not(input) {
  display: none;
}

label, .label {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #2D2B2E;
  color: var(--input-lbl-color);
}
label.block, .label.block {
  display: block;
}
label.hidden, .label.hidden {
  visibility: hidden;
}

.input-lbl {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  font-size: var(--font-size-base-sm);
}

.row-field + .row-field:not([class*=mt-]) {
  margin-top: 2rem;
}

.row-field--btn:not([class*=mt-]) {
  margin-top: 2.5rem;
}
.row-field--btn > div + div {
  margin-top: 1.2rem;
}

.row-field--flex {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.row-field--flex > * {
  margin: 0.5rem;
}
.row-field--flex._wide > * {
  margin: 0.5rem 1.8rem;
}

input, .input, textarea {
  font-size: 1.6rem;
  border: 1px solid #BCBEC0;
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  max-width: 100%;
  border-radius: 30em;
  border-radius: var(--border-radius-base);
  height: 50px;
  background: #ffffff;
  border-color: #BCBEC0;
  color: #2D2B2E;
  height: var(--input-height);
  background: var(--input-bg);
  border-color: var(--input-border-color);
  color: var(--input-color);
}
input::-webkit-input-placeholder, .input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: rgb(109, 110, 112);
}
input:-moz-placeholder, .input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgb(109, 110, 112);
}
input::-moz-placeholder, .input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(109, 110, 112);
}
input:-ms-input-placeholder, .input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(109, 110, 112);
}
input:hover, .input:hover, textarea:hover {
  border-color: #017A9B;
}
input:focus, .input:focus, textarea:focus {
  border-color: #7B7E8A;
}
input:hover, .input:hover, textarea:hover {
  border-color: var(--input-border-color-hover);
}
input:focus, .input:focus, textarea:focus {
  border-color: var(--input-border-color-focus);
}
input[readonly=readonly], .input[readonly=readonly], textarea[readonly=readonly] {
  border: 0;
}
input[readonly=readonly]:focus, .input[readonly=readonly]:focus, textarea[readonly=readonly]:focus {
  border: 0;
  outline: 0;
}
input:hover, .input:hover, textarea:hover {
  border-color: #017A9B;
}
input:focus, .input:focus, textarea:focus {
  border-color: #7B7E8A;
}
input:hover, .input:hover, textarea:hover {
  border-color: var(--input-border-color-hover);
}
input:focus, .input:focus, textarea:focus {
  border-color: var(--input-border-color-focus);
}

body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=phone], body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme select {
  font-size: 1.6rem;
  border: 1px solid #BCBEC0;
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  max-width: 100%;
  border-radius: 30em;
  border-radius: var(--border-radius-base);
  height: 50px;
  background: #ffffff;
  border-color: #BCBEC0;
  color: #2D2B2E;
  height: var(--input-height);
  background: var(--input-bg);
  border-color: var(--input-border-color);
  color: var(--input-color);
}
body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type=phone]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme select::-webkit-input-placeholder { /* WebKit browsers */
  color: rgb(109, 110, 112);
}
body .gform_wrapper.gravity-theme input[type=text]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type=email]:-moz-placeholder, body .gform_wrapper.gravity-theme input[type=phone]:-moz-placeholder, body .gform_wrapper.gravity-theme textarea:-moz-placeholder, body .gform_wrapper.gravity-theme select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgb(109, 110, 112);
}
body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=phone]::-moz-placeholder, body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme select::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(109, 110, 112);
}
body .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=phone]:-ms-input-placeholder, body .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, body .gform_wrapper.gravity-theme select:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(109, 110, 112);
}
body .gform_wrapper.gravity-theme input[type=text]:hover, body .gform_wrapper.gravity-theme input[type=email]:hover, body .gform_wrapper.gravity-theme input[type=phone]:hover, body .gform_wrapper.gravity-theme textarea:hover, body .gform_wrapper.gravity-theme select:hover {
  border-color: #017A9B;
}
body .gform_wrapper.gravity-theme input[type=text]:focus, body .gform_wrapper.gravity-theme input[type=email]:focus, body .gform_wrapper.gravity-theme input[type=phone]:focus, body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme select:focus {
  border-color: #7B7E8A;
}
body .gform_wrapper.gravity-theme input[type=text]:hover, body .gform_wrapper.gravity-theme input[type=email]:hover, body .gform_wrapper.gravity-theme input[type=phone]:hover, body .gform_wrapper.gravity-theme textarea:hover, body .gform_wrapper.gravity-theme select:hover {
  border-color: var(--input-border-color-hover);
}
body .gform_wrapper.gravity-theme input[type=text]:focus, body .gform_wrapper.gravity-theme input[type=email]:focus, body .gform_wrapper.gravity-theme input[type=phone]:focus, body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme select:focus {
  border-color: var(--input-border-color-focus);
}
body .gform_wrapper.gravity-theme input[type=text][readonly=readonly], body .gform_wrapper.gravity-theme input[type=email][readonly=readonly], body .gform_wrapper.gravity-theme input[type=phone][readonly=readonly], body .gform_wrapper.gravity-theme textarea[readonly=readonly], body .gform_wrapper.gravity-theme select[readonly=readonly] {
  border: 0;
}
body .gform_wrapper.gravity-theme input[type=text][readonly=readonly]:focus, body .gform_wrapper.gravity-theme input[type=email][readonly=readonly]:focus, body .gform_wrapper.gravity-theme input[type=phone][readonly=readonly]:focus, body .gform_wrapper.gravity-theme textarea[readonly=readonly]:focus, body .gform_wrapper.gravity-theme select[readonly=readonly]:focus {
  border: 0;
  outline: 0;
}
body .gform_wrapper.gravity-theme input[type=text]:hover, body .gform_wrapper.gravity-theme input[type=email]:hover, body .gform_wrapper.gravity-theme input[type=phone]:hover, body .gform_wrapper.gravity-theme textarea:hover, body .gform_wrapper.gravity-theme select:hover {
  border-color: #017A9B;
}
body .gform_wrapper.gravity-theme input[type=text]:focus, body .gform_wrapper.gravity-theme input[type=email]:focus, body .gform_wrapper.gravity-theme input[type=phone]:focus, body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme select:focus {
  border-color: #7B7E8A;
}
body .gform_wrapper.gravity-theme input[type=text]:hover, body .gform_wrapper.gravity-theme input[type=email]:hover, body .gform_wrapper.gravity-theme input[type=phone]:hover, body .gform_wrapper.gravity-theme textarea:hover, body .gform_wrapper.gravity-theme select:hover {
  border-color: var(--input-border-color-hover);
}
body .gform_wrapper.gravity-theme input[type=text]:focus, body .gform_wrapper.gravity-theme input[type=email]:focus, body .gform_wrapper.gravity-theme input[type=phone]:focus, body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme select:focus {
  border-color: var(--input-border-color-focus);
}
body .gform_wrapper.gravity-theme textarea {
  border-radius: 2rem;
}
body .gform_wrapper.gravity-theme select {
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none; /* safari and chrome */
  -moz-appearance: none; /* Mozilla */
  -ms-appearance: none; /* Ie */
  background-position: right 12px center !important;
  background-image: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
  background-repeat: no-repeat;
}
[dir=rtl] body .gform_wrapper.gravity-theme select {
  background-position: left 12px center !important;
}

.rtl body .gform_wrapper.gravity-theme select {
  background-position: left 12px center !important;
}

.input-large {
  height: 5.5rem;
}

textarea {
  width: 100%;
  max-width: 100%;
  outline: none;
  resize: none;
  overflow: hidden;
  border-radius: 1rem;
  min-height: 17.2rem;
  padding-top: 0.825em;
  padding-bottom: 0.825em;
  background: #ffffff;
  color: #2D2B2E;
  border-color: #BCBEC0;
  background: var(--input-bg);
  color: var(--input-color);
  border-color: var(--input-border-color);
}
textarea.size--small {
  min-height: 10rem;
}
.input-group {
  position: relative;
}
.input-group__devider {
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
}
.input-group--flex {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  border: 1px solid #BCBEC0;
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-color: #ffffff;
  color: #2D2B2E;
  background: #ffffff;
  border-radius: 30em;
  border-radius: var(--border-radius-base);
}
.input-group--flex::-webkit-input-placeholder { /* WebKit browsers */
  color: rgb(109, 110, 112);
}
.input-group--flex:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgb(109, 110, 112);
}
.input-group--flex::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(109, 110, 112);
}
.input-group--flex:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(109, 110, 112);
}
.input-group--flex:hover {
  border-color: #017A9B;
}
.input-group--flex:focus {
  border-color: #7B7E8A;
}
.input-group--flex:hover {
  border-color: var(--input-border-color-hover);
}
.input-group--flex:focus {
  border-color: var(--input-border-color-focus);
}
.input-group--flex[readonly=readonly] {
  border: 0;
}
.input-group--flex[readonly=readonly]:focus {
  border: 0;
  outline: 0;
}
.input-group--flex input, .input-group--flex .input {
  border: none;
  background: none;
  padding: 0;
}
.input-group--flex .input-lbl {
  flex: 0 0 auto;
  max-width: 50%;
  margin-bottom: 0;
}
.input-group--flex .input-lbl:not(label) {
  pointer-events: none;
}

.input-lbl {
  color: #2D2B2E;
  color: var(--input-lbl-color);
}

input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
}

input[type=checkbox] + label {
  line-height: 1.5;
  padding-inline-start: 0.5rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: text-top;
  min-height: 1.5rem;
}

.checkbox.checkbox--right[type=checkbox]:not(:checked) + label,
.checkbox.checkbox--right[type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 2.5rem;
}

.checkbox.checkbox--right[type=checkbox] + label:before,
.checkbox.checkbox--right[type=checkbox] + label:after {
  left: auto;
  right: 0;
}

[dir=rtl] .checkbox[type=checkbox]:not(:checked) + label,
[dir=rtl] .checkbox[type=checkbox]:checked + label, ._right .checkbox[type=checkbox]:not(:checked) + label,
._right .checkbox[type=checkbox]:checked + label {
  padding-left: 0;
  padding-right: 2.5rem;
}
[dir=rtl] .checkbox[type=checkbox] + label:before,
[dir=rtl] .checkbox[type=checkbox] + label:after, ._right .checkbox[type=checkbox] + label:before,
._right .checkbox[type=checkbox] + label:after {
  left: auto;
  right: 0;
}

/***************
  checkbox Buttons
***************/
/* Remove default checkbox Buttons */
.checkbox[type=checkbox]:not(:checked),
.checkbox[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  display: none;
}

.checkbox[type=checkbox]:not(:checked) + label,
.checkbox[type=checkbox]:checked + label {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  border-radius: 2px;
  min-height: 1.5rem;
  margin-bottom: 0;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.checkbox[type=checkbox]:not(:checked) + label a,
.checkbox[type=checkbox]:checked + label a {
  text-decoration: underline;
}
.checkbox[type=checkbox]:not(:checked) + label a:hover,
.checkbox[type=checkbox]:checked + label a:hover {
  text-decoration: none;
  color: currentColor;
}

.checkbox[type=checkbox] + label:before,
.checkbox[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 0;
  border: 2px solid #000;
  background-color: transparent;
  color: #fff;
  border-radius: 2px;
  transition: transform 0.2s;
  box-sizing: border-box;
}

.checkbox[type=checkbox] + label:after {
  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;
}

.checkbox[type=checkbox]:checked + label:after {
  content: "\e914" !important;
}

.checkbox[type=checkbox]:hover + label {
  color: #415EC6;
}
.checkbox[type=checkbox]:hover + label:before {
  border-color: currentColor;
  color: #415EC6;
}

.checkbox[type=checkbox].circle + label:before,
.checkbox[type=checkbox].circle + label:after {
  border-radius: 50%;
}

/* Unchecked styles */
.checkbox[type=checkbox]:not(:checked):hover + label:before {
  box-shadow: none;
}

.checkbox[type=checkbox]:not(:checked) + label:after {
  transform: scale(0);
  transform-origin: center center;
  border-color: transparent;
}

/* Checked styles */
.checkbox[type=checkbox]:checked + label:before {
  border-color: #05497A;
  background: #05497A;
}

.checkbox[type=checkbox]:checked + label:after {
  border-color: transparent;
  transform: scale(1) translateX(0%);
  font-weight: 900;
}

/* Disabled style */
.checkbox[type=checkbox]:disabled:not(:checked) + label:before,
.checkbox[type=checkbox]:disabled:checked + label:before {
  background-color: transparent;
  border-color: #BCBEC0;
}

.checkbox[type=checkbox]:disabled:not(:checked) + label:before {
  border-color: #BCBEC0;
}

.checkbox[type=checkbox]:disabled:checked + label:after {
  background-color: #BCBEC0;
  border-color: #BCBEC0;
}

._toggle-checked {
  margin-top: 1.5rem;
}

[type=checkbox].toggle-checked:checked ~ ._toggle-checked, [type=radio].toggle-checked:checked ~ ._toggle-checked {
  display: block !important;
}
[type=checkbox].m-white:hover + label, [type=radio].m-white:hover + label {
  color: rgb(160, 159, 183);
}
[type=checkbox].m-white:checked + label, [type=radio].m-white:checked + label {
  color: #fff;
}
[type=checkbox].m-white:checked + label:after, [type=checkbox].m-white:checked + label:before, [type=radio].m-white:checked + label:after, [type=radio].m-white:checked + label:before {
  content: "";
  background: #05497A;
  transform: none;
  top: 0;
  left: 0;
  opacity: 1;
}
[type=checkbox].m-white + label, [type=radio].m-white + label {
  color: #5b5a6c;
  line-height: 1.2;
  transition: color 0.3s ease;
}
[type=checkbox].m-white + label:before, [type=checkbox].m-white + label:after, [type=radio].m-white + label:before, [type=radio].m-white + label:after {
  content: "";
  opacity: 1;
  transform: none;
  top: 0;
  left: 0;
}
[type=checkbox].m-white--red:checked + label:after, [type=checkbox].m-white--red:checked + label:before, [type=radio].m-white--red:checked + label:after, [type=radio].m-white--red:checked + label:before {
  background-color: #EF3E4A;
}
[type=checkbox].m-grey:hover + label, [type=radio].m-grey:hover + label {
  color: #0a1637;
}
[type=checkbox].m-grey:checked + label, [type=radio].m-grey:checked + label {
  color: #0a1637;
}
[type=checkbox].m-grey:checked + label:after, [type=checkbox].m-grey:checked + label:before, [type=radio].m-grey:checked + label:after, [type=radio].m-grey:checked + label:before {
  content: "";
  background: #f2f2f2;
  transform: none;
  top: 0;
  left: 0;
  opacity: 1;
}
[type=checkbox].m-grey:not(:checked) + label:after, [type=radio].m-grey:not(:checked) + label:after {
  content: "";
}
[type=checkbox].m-grey + label, [type=radio].m-grey + label {
  color: #b9bbc0;
  line-height: 1.2;
  transition: color 0.3s ease;
}
[type=checkbox].m-grey + label:before, [type=checkbox].m-grey + label:after, [type=radio].m-grey + label:before, [type=radio].m-grey + label:after {
  content: "";
  opacity: 1;
  background: #f2f2f2;
  border-color: #f2f2f2 !important;
  transform: none;
  top: 0;
  left: 0;
}
[type=checkbox].m-grey--red:checked + label:after, [type=checkbox].m-grey--red:checked + label:before, [type=radio].m-grey--red:checked + label:after, [type=radio].m-grey--red:checked + label:before {
  background-color: #EF3E4A;
}
[type=checkbox].m-darkgrey:hover + label, [type=radio].m-darkgrey:hover + label {
  color: #0a1637;
}
[type=checkbox].m-darkgrey:checked + label, [type=radio].m-darkgrey:checked + label {
  color: #000000;
}
[type=checkbox].m-darkgrey:checked + label:after, [type=checkbox].m-darkgrey:checked + label:before, [type=radio].m-darkgrey:checked + label:after, [type=radio].m-darkgrey:checked + label:before {
  content: "";
  background: #afafaf;
  border-color: #afafaf;
  transform: none;
  top: 0;
  left: 0;
  opacity: 1;
}
[type=checkbox].m-darkgrey:not(:checked) + label:after, [type=radio].m-darkgrey:not(:checked) + label:after {
  content: "";
}
[type=checkbox].m-darkgrey + label, [type=radio].m-darkgrey + label {
  color: #afafaf;
  line-height: 1.2;
  transition: color 0.3s ease;
}
[type=checkbox].m-darkgrey + label:before, [type=checkbox].m-darkgrey + label:after, [type=radio].m-darkgrey + label:before, [type=radio].m-darkgrey + label:after {
  content: "";
  opacity: 1;
  background: #afafaf;
  border-color: #afafaf !important;
  transform: none;
  top: 0;
  left: 0;
}
[type=checkbox].m-darkgrey--red:checked + label:after, [type=checkbox].m-darkgrey--red:checked + label:before, [type=radio].m-darkgrey--red:checked + label:after, [type=radio].m-darkgrey--red:checked + label:before {
  background-color: #EF3E4A;
}

.ginput_container_consent {
  display: flex;
  align-items: center;
}
.ginput_container_consent label {
  margin-bottom: 0;
}

input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
}

input[type=radio] + label {
  line-height: 1.5;
  padding-left: 0.5rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: text-top;
  min-height: 2rem;
}

.radio.radio--right[type=radio]:not(:checked) + label,
.radio.radio--right[type=radio]:checked + label {
  padding-left: 0;
  padding-right: 3rem;
}

.radio.radio--right[type=radio] + label:before,
.radio.radio--right[type=radio] + label:after {
  left: auto;
  right: 0;
}

[dir=rtl] .radio[type=radio]:not(:checked) + label,
[dir=rtl] .radio[type=radio]:checked + label, ._right .radio[type=radio]:not(:checked) + label,
._right .radio[type=radio]:checked + label {
  padding-left: 0;
  padding-right: 3rem;
}
[dir=rtl] .radio[type=radio] + label:before,
[dir=rtl] .radio[type=radio] + label:after, ._right .radio[type=radio] + label:before,
._right .radio[type=radio] + label:after {
  left: auto;
  right: 0;
}

/***************
  radio Buttons
***************/
/* Remove default radio Buttons */
.radio[type=radio]:not(:checked),
.radio[type=radio]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  display: none;
}

.radio[type=radio]:not(:checked) + label,
.radio[type=radio]:checked + label {
  position: relative;
  padding-left: 3rem;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  border-radius: 2px;
  min-height: 2rem;
  margin-bottom: 0;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.radio[type=radio]:not(:checked) + label a,
.radio[type=radio]:checked + label a {
  text-decoration: underline;
}
.radio[type=radio]:not(:checked) + label a:hover,
.radio[type=radio]:checked + label a:hover {
  text-decoration: none;
  color: currentColor;
}

.radio[type=radio] + label:before,
.radio[type=radio] + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  z-index: 0;
  border: 2px solid #000;
  background-color: transparent;
  color: #fff;
  border-radius: 2px;
  transition: transform 0.2s;
  box-sizing: border-box;
}

.radio[type=radio] + label:after {
  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;
}

.radio[type=radio]:checked + label:after {
  content: "";
}

.radio[type=radio]:hover + label {
  color: #415EC6;
}
.radio[type=radio]:hover + label:before {
  border-color: currentColor;
  color: #415EC6;
}

.radio[type=radio].circle + label:before,
.radio[type=radio].circle + label:after {
  border-radius: 50%;
}

/* Unchecked styles */
.radio[type=radio]:not(:checked):hover + label:before {
  box-shadow: none;
}

.radio[type=radio]:not(:checked) + label:after {
  transform: scale(0);
  transform-origin: center center;
  border-color: transparent;
}

/* Checked styles */
.radio[type=radio]:checked + label:before {
  border-color: #05497A;
  background: transparent;
}

.radio[type=radio]:checked + label:after {
  border-color: transparent;
  transform: scale(0.5);
  background: #05497A;
}

/* Disabled style */
.radio[type=radio]:disabled:not(:checked) + label:before,
.radio[type=radio]:disabled:checked + label:before {
  background-color: transparent;
  border-color: #BCBEC0;
}

.radio[type=radio]:disabled:not(:checked) + label:before {
  border-color: #BCBEC0;
}

.radio[type=radio]:disabled:checked + label:after {
  background-color: #BCBEC0;
  border-color: #BCBEC0;
}

[data-collapse-target] {
  cursor: pointer;
}

[data-collapse].is-open [data-collapse-content] {
  display: block;
}
[data-collapse].is-open [data-collapse-content].flex {
  display: flex;
}
[data-collapse].is-open [data-title-open]:before, [data-collapse].is-open [data-title-close]:before {
  content: attr(data-title-close);
}
[data-collapse] [data-collapse-trigger], [data-collapse] .--collapse {
  position: relative;
}
[data-collapse] [data-collapse-trigger]:hover, [data-collapse] .--collapse:hover {
  text-decoration: none;
}
[data-collapse] [data-collapse-trigger].is-active:after, [data-collapse] .--collapse.is-active:after {
  content: "\e913";
}
[data-collapse] [data-collapse-trigger]:after, [data-collapse] .--collapse:after {
  transform: translateY(-50%);
  color: #05497A;
  position: absolute;
  right: 0;
  top: 50%;
  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;
  content: "\e912";
  font-size: 0.33em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 300;
}
[dir=rtl] [data-collapse] [data-collapse-trigger]:after, [dir=rtl] [data-collapse] .--collapse:after {
  right: auto;
  left: 0;
}

.rtl [data-collapse] [data-collapse-trigger]:after, .rtl [data-collapse] .--collapse:after {
  right: auto;
  left: 0;
}

.is-active [data-title-open]:before, .is-active [data-title-close]:before {
  content: attr(data-title-close);
}

[data-title-open]:before, [data-title-close]:before {
  content: attr(data-title-open);
}

[data-collapse-content] {
  display: none;
}
[data-collapse-content].is-active {
  display: block;
}
[data-collapse-content].is-active.flex {
  display: flex;
}

.b-pagination {
  position: relative;
  margin-top: 4.5rem;
}
.b-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  font-size: 0;
  margin: -0.5rem;
}
.b-pagination ul.page-numbers .page-numbers {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.3rem;
  min-height: 3.3rem;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 0;
  margin: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.2s ease;
  background: #fff;
}
.b-pagination ul.page-numbers .page-numbers:hover {
  background: #fff;
  color: #05497A;
}
.b-pagination ul.page-numbers .page-numbers:hover {
  text-decoration: none;
}
.b-pagination ul.page-numbers .page-numbers.current {
  background: #05497A;
  border-color: #05497A;
  color: #fff;
  box-shadow: 3px 3px 10px rgba(47, 47, 99, 0.1);
}
.b-pagination ul.page-numbers .page-numbers.current:hover {
  opacity: 1;
}
.b-pagination ul.page-numbers .page-numbers.dots {
  background: transparent;
  border-color: transparent;
  min-width: 1.65rem;
}
.b-pagination ul.page-numbers .page-numbers.prev, .b-pagination ul.page-numbers .page-numbers.next {
  background: transparent;
  border-color: transparent;
  font-size: 1.7rem;
  font-weight: 500;
  color: #05497A;
}
.b-pagination ul.page-numbers .page-numbers.prev:hover, .b-pagination ul.page-numbers .page-numbers.next:hover {
  opacity: 0.6;
}
@media screen and (max-width: 35.99875em) {
  .b-pagination {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.label--dark {
  color: #2D2B2E;
}

.form {
  font-size: 1.6rem;
  font-size: var(--font-size-base-sm);
}
.form input:placeholder-shown {
  text-overflow: ellipsis;
}
.form--white input:not([type=slider]):not([type=range]):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]) {
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.form--white .b-task__upload-cover, .form--white .b-editor,
.form--white .ss-main .ss-single-selected,
.form--white .input-tags {
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.form p {
  font-size: 100%;
}
fieldset {
  display: block;
}
fieldset legend {
  font-size: 1.9rem;
  color: #2D2B2E;
  font-size: var(--font-size-base);
  color: var(--color-text);
  display: block;
}
fieldset legend:not([class*=mb-]) {
  margin-bottom: 2.4rem;
}

body .gform_wrapper.gravity-theme .gform_heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
}
.modal body .gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .gsection {
  border-bottom: 0;
}
body .gform_wrapper.gravity-theme .gsection:not(:first-child) {
  margin-top: 2rem;
}
body .gform_wrapper.gravity-theme .gsection_title {
  font-size: 2.2rem;
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 2rem;
}
body .gform_wrapper.gravity-theme .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  line-height: 4rem;
  padding-right: 0;
}
body .gform_wrapper.gravity-theme .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  height: 4.9rem;
  left: 12px;
}
body .gform_wrapper.gravity-theme .gfield textarea.large, body .gform_wrapper.gravity-theme textarea {
  height: 110px;
}
body .gform_wrapper.gravity-theme .compact textarea, body .gform_wrapper.gravity-theme .compact.gfield textarea.large {
  height: var(--input-height);
  min-height: 1px;
}
body .gform_wrapper.gravity-theme .gfield--type-html {
  font-size: 1.7rem;
}
body .gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0;
}
.modal body .gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
}

body .gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: 0;
}
.modal body .gform_wrapper.gravity-theme .gform_footer .gform_button {
  width: 100%;
}

body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  background-color: #05497A;
  opacity: 0.9;
  color: #fff;
}
@media (max-width: 840px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 2.5rem;
    grid-row-gap: 0;
  }
  body .gform_wrapper.gravity-theme .gform_footer .gform_button {
    width: 100%;
    font-size: 2.4rem;
  }
}
body .gform_wrapper.gravity-theme .gfield {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield.gfield--type-checkbox {
  padding-inline-start: 1.5rem;
}
body .gform_wrapper.gravity-theme .gfield.gfield--type-select > label {
  position: relative;
  font-size: 1.5rem;
  top: auto;
  right: auto;
  left: auto;
  font-weight: 700;
  padding: 2px 5px;
}
body .gform_wrapper.gravity-theme .gfield .datepicker::-webkit-input-placeholder {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_validation_message {
  padding: 3px 10px 5px;
  background: #2D2B2E;
  border: 2px solid #fff;
  font-size: 1.3rem;
  color: #fff;
  width: auto;
  line-height: 1;
  border-radius: 30em;
  position: absolute;
  transform: translateY(-50%);
  left: 15px;
  top: 0;
  white-space: nowrap;
  margin-top: 0 !important;
  max-width: 50%;
  overflow: hidden;
}
body .gform_wrapper.gravity-theme .gfield_label {
  color: rgb(109, 110, 112);
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 0;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  line-height: 1 !important;
  font-weight: 400;
  border-radius: 5rem;
}
body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  color: currentColor;
  margin: 0 !important;
}
body .gform_wrapper.gravity-theme .gfield_label .gfield_required .gfield_required_text {
  font-size: 1.4rem;
}
body .gform_wrapper.gravity-theme .gfield_label .gfield_required .gfield_required_asterisk {
  font-size: 1.8rem;
  margin: 0;
}
body .gform_wrapper.gravity-theme .gfield_label.on, body .gform_wrapper.gravity-theme .gfield_label.show {
  top: -12px;
  left: 20px;
  font-size: 1.2rem;
  background: #fff;
  font-weight: 700;
  padding: 2px 5px;
}
body .gform_wrapper.gravity-theme .gfield_label.on > .gfield_required, body .gform_wrapper.gravity-theme .gfield_label.show > .gfield_required {
  font-size: 1.2rem;
}
[dir=rtl] body .gform_wrapper.gravity-theme .gfield_label {
  left: auto;
  right: 20px;
}
[dir=rtl] body .gform_wrapper.gravity-theme .gfield_label > .gfield_required {
  margin-left: 0 !important;
}

.rtl body .gform_wrapper.gravity-theme .gfield_label {
  left: auto;
  right: 20px;
}
.rtl body .gform_wrapper.gravity-theme .gfield_label > .gfield_required {
  margin-left: 0 !important;
}

body .gform_wrapper.gravity-theme legend.gfield_label {
  font-size: 1.7rem !important;
  color: #05497A !important;
  margin-top: 2rem;
}
body .gform_wrapper.gravity-theme .gfield--type-choice > .gfield_label {
  position: static;
  font-weight: 700;
  color: #2D2B2E;
}
body .gform_wrapper.gravity-theme .hidden_label .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  margin-bottom: 4rem;
  padding: 10px 15px;
}
body .gform_wrapper.gravity-theme.gform_validation_error .gfield_label {
  top: -10px;
  right: 20px;
  font-size: 1.2rem;
  background-color: #fff;
  font-weight: 700;
  padding: 2px 5px;
}
body .gform_wrapper.gravity-theme form label.btn, body .s-callback__form .gform_wrapper.gravity-theme form label.gform_button, body .gform_wrapper.gravity-theme form label.btn-flat, body .gform_wrapper.gravity-theme .form label.btn, body .gform_wrapper.gravity-theme .form label.btn-flat {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme form label .required, body .gform_wrapper.gravity-theme .form label .required {
  vertical-align: text-top;
  display: inline-block;
  margin-right: 0.5rem;
  color: #05497A;
  color: var(--color-primary);
}
body .gform_wrapper.gravity-theme form .gfield_visibility_hidden, body .gform_wrapper.gravity-theme .form .gfield_visibility_hidden {
  height: 0;
}
body .gform_wrapper.gravity-theme form .row-field label, body .gform_wrapper.gravity-theme .form .row-field label {
  padding-left: 0;
  margin-bottom: 0.42em;
}
body .gform_wrapper.gravity-theme form .has-error .label, body .gform_wrapper.gravity-theme form .has-error [class*=text-message--], body .gform_wrapper.gravity-theme .form .has-error .label, body .gform_wrapper.gravity-theme .form .has-error [class*=text-message--] {
  color: var(--color-red);
  color: var(--color-error);
}
body .gform_wrapper.gravity-theme form .has-error input, body .gform_wrapper.gravity-theme form .has-error textarea, body .gform_wrapper.gravity-theme .form .has-error input, body .gform_wrapper.gravity-theme .form .has-error textarea {
  border-color: var(--color-red) !important;
  color: var(--color-red) !important;
  border-color: var(--color-error) !important;
  color: var(--color-error) !important;
}
body .gform_wrapper.gravity-theme form .has-error ._style-status, body .gform_wrapper.gravity-theme .form .has-error ._style-status {
  border-color: var(--color-error);
}
body .gform_wrapper.gravity-theme form .has-error [class*=text-message], body .gform_wrapper.gravity-theme .form .has-error [class*=text-message] {
  padding: 1rem;
  padding-bottom: 0;
}
body .gform_wrapper.gravity-theme form .text-center .g-recaptcha > div, body .gform_wrapper.gravity-theme .form .text-center .g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}
body .gform_wrapper.gravity-theme form._style--flat, body .gform_wrapper.gravity-theme .form._style--flat {
  grid-row-gap: 1.5rem;
}
body .gform_wrapper.gravity-theme form._style--flat input:not([type=slider]):not([type=range]):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), body .gform_wrapper.gravity-theme form._style--flat textarea, body .gform_wrapper.gravity-theme .form._style--flat input:not([type=slider]):not([type=range]):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), body .gform_wrapper.gravity-theme .form._style--flat textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #58595B;
  border-radius: 0;
  padding-inline-start: 0.5rem;
  padding-inline-end: 0;
  padding-bottom: 0;
}
body .gform_wrapper.gravity-theme form._style--flat .gfield_label, body .gform_wrapper.gravity-theme .form._style--flat .gfield_label {
  right: 0;
}
body .gform_wrapper.gravity-theme form._style--flat .gfield_label.on, body .gform_wrapper.gravity-theme form._style--flat .gfield_label.show, body .gform_wrapper.gravity-theme .form._style--flat .gfield_label.on, body .gform_wrapper.gravity-theme .form._style--flat .gfield_label.show {
  right: 0.5rem;
  top: -2px;
  font-weight: 700;
}
body .gform_wrapper.gravity-theme form._style--flat .gform_footer, body .gform_wrapper.gravity-theme .form._style--flat .gform_footer {
  margin-top: 4.5rem;
}
body .gform_wrapper.gravity-theme form._style--flat button, body .gform_wrapper.gravity-theme form._style--flat .btn, body .s-callback__form .gform_wrapper.gravity-theme form._style--flat .gform_button, body .gform_wrapper.gravity-theme form._style--flat .btn-flat, body .gform_wrapper.gravity-theme .form._style--flat button, body .gform_wrapper.gravity-theme .form._style--flat .btn, body .s-callback__form .gform_wrapper.gravity-theme .form._style--flat form .gform_button, body .s-callback__form .gform_wrapper.gravity-theme form .form._style--flat .gform_button, body .gform_wrapper.gravity-theme .form._style--flat .btn-flat {
  border-radius: 0.4em;
  width: 100%;
}
body .gform_wrapper.gravity-theme form._style--flat button:hover, body .gform_wrapper.gravity-theme form._style--flat button:focus, body .gform_wrapper.gravity-theme form._style--flat .btn:hover, body .s-callback__form .gform_wrapper.gravity-theme form._style--flat .gform_button:hover, body .gform_wrapper.gravity-theme form._style--flat .btn-flat:hover, body .gform_wrapper.gravity-theme form._style--flat .btn:focus, body .s-callback__form .gform_wrapper.gravity-theme form._style--flat .gform_button:focus, body .gform_wrapper.gravity-theme form._style--flat .btn-flat:focus, body .gform_wrapper.gravity-theme .form._style--flat button:hover, body .gform_wrapper.gravity-theme .form._style--flat button:focus, body .gform_wrapper.gravity-theme .form._style--flat .btn:hover, body .s-callback__form .gform_wrapper.gravity-theme .form._style--flat form .gform_button:hover, body .s-callback__form .gform_wrapper.gravity-theme form .form._style--flat .gform_button:hover, body .gform_wrapper.gravity-theme .form._style--flat .btn-flat:hover, body .gform_wrapper.gravity-theme .form._style--flat .btn:focus, body .s-callback__form .gform_wrapper.gravity-theme .form._style--flat form .gform_button:focus, body .s-callback__form .gform_wrapper.gravity-theme form .form._style--flat .gform_button:focus, body .gform_wrapper.gravity-theme .form._style--flat .btn-flat:focus {
  background: #2D2B2E;
  color: #fff;
}
.bg-primary body .gform_wrapper.gravity-theme input[type=text], .bg-primary body .gform_wrapper.gravity-theme .btn, .bg-primary body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, .bg-primary body .gform_wrapper.gravity-theme .btn-flat, .bg-primary body .gform_wrapper.gravity-theme .button {
  background: #fff;
  height: 4.6rem;
}
.bg-primary body .gform_wrapper.gravity-theme .btn, .bg-primary body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, .bg-primary body .gform_wrapper.gravity-theme .btn-flat, .bg-primary body .gform_wrapper.gravity-theme .button {
  color: #2D2B2E;
}
.bg-primary body .gform_wrapper.gravity-theme .gfield_validation_message {
  color: #fff;
  position: absolute;
  font-size: 13px;
  margin-top: -22px;
}
.bg-primary body .gform_wrapper.gravity-theme .gform_submission_error {
  font-size: 1.8rem;
  color: #fff;
}

body .gform_wrapper.gravity-theme .gf_readonly {
  display: flex;
  align-items: center;
}
body .gform_wrapper.gravity-theme .gf_readonly .gfield_label.show {
  position: static;
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  body .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 15px;
  }
}

@media (min-width: 641px) {
  body .s-callback__form .gform_wrapper.gravity-theme form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
body .s-callback__form .gform_wrapper.gravity-theme form .gform_fields {
  grid-column-gap: 0;
}
body .s-callback__form .gform_wrapper.gravity-theme form .gfield_label:not(.show) {
  top: 16px;
}
body .s-callback__form .gform_wrapper.gravity-theme form .gfield_label .gfield_label:not(.show) {
  top: 15px;
}
body .s-callback__form .gform_wrapper.gravity-theme form .gform_body {
  flex: 1 0 0%;
}
body .s-callback__form .gform_wrapper.gravity-theme form .gfield {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
[dir=rtl] body .s-callback__form .gform_wrapper.gravity-theme form .gfield {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: 0;
}

.rtl body .s-callback__form .gform_wrapper.gravity-theme form .gfield {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: 0;
}

body .s-callback__form .gform_wrapper.gravity-theme form .gfield_label.show, body .s-callback__form .gform_wrapper.gravity-theme form .gfield_label.on {
  color: #fff !important;
  font-size: 1.4rem;
  background-color: transparent;
  top: -20px;
  padding: 0;
}
body .s-callback__form .gform_wrapper.gravity-theme form .ginput_container_consent {
  padding-inline-start: 1rem;
}
body .s-callback__form .gform_wrapper.gravity-theme form .ginput_container_consent label {
  color: #fff;
}
body .s-callback__form .gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin: 0;
}
body .s-callback__form .gform_wrapper.gravity-theme form .gform_button {
  border-color: #017A9B;
  background-color: #017A9B;
  font-size: 2.15rem;
  min-width: 13.2rem;
  margin-bottom: 0;
}
body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:hover, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:focus {
  border-color: #016682;
  background-color: #016682;
  color: #fff;
}
body .s-callback__form .gform_wrapper.gravity-theme .gfield_validation_message {
  position: relative;
  top: 15px;
  background-color: transparent;
  border: 0;
}
body .s-callback__form .gform_wrapper.gravity-theme.gform_validation_error form .gfield_label {
  top: -20px;
  padding: 0;
  color: #fff;
  background-color: transparent;
}
body .s-callback__form input:not([type=slider]):not([type=range]):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), body .s-callback__form select {
  border-radius: 30em;
  font-size: 1.8rem;
  transition: 0.2s ease;
}
body .s-callback__form input:not([type=slider]):not([type=range]):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus, body .s-callback__form select:focus {
  border-color: #017A9B;
  box-shadow: 0 0px 5px #017A9B;
}
body .s-callback__form button {
  height: 100%;
  font-size: 2.15rem;
  min-width: 13.2rem;
}
body .s-callback__form.footer-form {
  padding: 9rem 0;
  background: #1A1F24;
  background: var(--footer-bg);
}
body .s-callback__form.footer-form .gfield_label {
  color: #A7A9AC !important;
}
body .s-callback__form.footer-form input:not([type=slider]):not([type=range]):not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]), body .s-callback__form.footer-form select {
  height: 50px;
  background-color: transparent;
  color: #A7A9AC !important;
}
body .s-callback__form.footer-form .gform_wrapper.gravity-theme form .gform_button {
  background-color: #A7A9AC;
  color: #2D2B2E;
}
@media (max-width: 640px) {
  body .s-callback__form .gform_wrapper.gravity-theme form .gfield {
    margin-bottom: 15px;
  }
  body .s-callback__form .gform_wrapper.gravity-theme form .gform_footer {
    justify-content: center;
  }
}

.b-card {
  position: relative;
  font-size: 2rem;
}
.b-card__pic {
  position: relative;
}
.b-card__pic .btn-play {
  font-size: 1em;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  background-color: transparent;
  border: 0;
  transition: background-color 0.1s ease;
}
.b-card__pic .btn-play:hover, .b-card__pic .btn-play:focus {
  background: rgba(0, 0, 0, 0.1);
}
.b-card__pic .btn-play:hover svg, .b-card__pic .btn-play:focus svg {
  transform: scale(1.05);
}
.b-card__pic .btn-play:hover svg path, .b-card__pic .btn-play:focus svg path {
  fill: var(--color-primary);
  fill: var(--border);
}
.b-card__pic .btn-play svg {
  width: 3.5em;
  transition: 0.2s ease;
}
.b-card__body {
  padding: 2rem 0.5rem;
}
.b-card__title {
  letter-spacing: 0.02px;
  font-size: 1.12em;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.b-card__title:not([class*=color--]) {
  color: #2D2B2E;
}
.b-card__txt {
  font-size: 1em;
  line-height: 1.2;
}
.b-card__txt p {
  font-size: 100%;
}
.b-card._size--small {
  font-size: 1.8rem;
}
.b-card._bordered .b-card__pic {
  border-bottom: solid 0.9rem;
  border-color: #05497A;
  border-color: var(--color-primary);
  border-color: var(--border);
}
.b-card--post .b-card__pic {
  height: 23rem;
  padding-bottom: 1px;
  border-bottom: solid 0.9rem;
  border-color: #05497A;
  border-color: var(--color-primary);
}
.b-card--post .b-card__pic img {
  width: 100%;
  height: 100%;
}
.b-card--post .b-card__pic img:not(.placeholder) img {
  object-fit: cover;
  aspect-ratio: 283/230;
}
.b-card--post .b-card__pic.placeholder {
  padding: 2rem;
  background-color: #fff;
}
.b-card--post .b-card__pic.placeholder img {
  max-height: 180px;
}
@media screen and (min-width: 36em) {
  .b-card--post {
    height: 100%;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-card--post {
    display: flex;
    margin-bottom: 20px;
  }
  .b-card--post .b-card__body {
    padding: 0;
  }
  .b-card--post .b-card__pic {
    height: auto;
    width: 149px;
    flex: 0 0 149px;
    padding-bottom: 0;
    border-bottom-width: 0.5rem;
    margin-inline-end: 2rem;
  }
}
.b-card--post.b-card--inline .b-card__pic {
  height: auto;
}
.b-card--cat {
  background-color: #05497A;
}
.b-card--cat .b-card__title {
  margin-top: 0;
}
.b-card--cat .b-card__title a {
  display: block;
  padding: 1rem;
  color: #fff;
}
.b-card--cat .b-card__title i {
  font-size: 60%;
  margin-inline-start: 10px;
  text-decoration: none !important;
}
.b-card--news {
  border-bottom: 1px solid #BCBEC0;
}
.b-card--news .b-card__title {
  font-weight: 600;
  font-size: 1.11em;
}
.b-card--news .b-card__txt {
  color: #414042;
}
.b-card--news .b-card__footer {
  padding-top: 1.4em;
}
@media screen and (max-width: 35.99875em) {
  .b-card--news {
    padding-bottom: 2rem;
  }
}
.b-card--magazine .b-card__title {
  line-height: 1.3;
}
.b-card--horizontal {
  display: flex;
}
.b-card--horizontal .b-card__pic {
  height: auto;
  max-width: 22.7rem;
}
.b-card--horizontal .b-card__pic img {
  height: 100%;
}
.b-card--horizontal .b-card__pic.placeholder img {
  max-height: 120px;
}
.b-card--horizontal .b-card__title {
  font-weight: 600;
  font-size: 1.16em;
  margin-bottom: 0.5em;
}
.b-card--horizontal .b-card__txt {
  line-height: 1.33;
  font-weight: 300;
}
.b-card--horizontal .b-card__txt p {
  line-height: initial;
}
.b-card--horizontal .b-card__body {
  display: flex;
  flex-direction: column;
  padding: 0 1.3em;
  line-height: 1.33;
}
.b-card--horizontal .b-card__body p {
  line-height: initial;
}
.b-card--horizontal .b-card__footer {
  line-height: 1;
  padding-top: 0.77em;
  padding-bottom: 0.77em;
  font-weight: 400;
  border-top: 1px solid #BCBEC0;
  border-bottom: 1px solid #BCBEC0;
}
.b-card--horizontal + .b-card--horizontal {
  margin-top: 3.5rem;
}
@media screen and (max-width: 35.99875em) {
  .b-card--horizontal .b-card__body {
    padding: 0 1em;
    padding-inline-end: 0;
  }
  .b-card--horizontal .b-card__pic {
    max-width: 16rem;
    margin: 0;
  }
}
.b-card--course {
  border-bottom: 1px solid #BCBEC0;
  padding-bottom: 3rem;
}
.b-card--course + .b-card--course {
  padding-top: 3rem;
}
.b-card--course .b-card__body {
  padding: 0;
}
.b-card--course .b-card__title {
  font-weight: 700;
  font-size: 2.1rem;
}
.b-card--course .b-card__footer strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.b-card--inline {
  display: flex;
}
.b-card--inline + .b-card--inline {
  margin-top: 1rem;
}
.b-card--inline .b-card__pic.col-3 {
  max-width: 14rem;
}
.b-card--inline .b-card__pic.placeholder {
  padding: 2rem;
  background-color: #fff;
}
.b-card--inline .b-card__pic.placeholder img {
  max-height: 90px;
}
.b-card--inline .b-card__pic:not(.placeholder) img {
  height: 100%;
  object-fit: cover;
}
.b-card--inline .b-card__body {
  padding: 0 2em;
}
.home .s-post-list__group-info .b-card--inline .b-card__body {
  padding-inline-end: 0;
  padding-inline-start: 3rem;
}

@media screen and (max-width: 35.99875em) {
  .b-card--inline._mob-no-img {
    margin-top: 1.5rem;
  }
  .b-card--inline._mob-no-img .b-card__body {
    padding: 1rem 0;
  }
}
.b-card--bg.has-hover {
  overflow: hidden;
}
.b-card--bg.has-hover:hover .b-card__pic img {
  transform: scale(1.05);
}
.b-card--bg.has-hover .b-card__pic img {
  transition: transform 0.25s ease;
  transform: translateZ(0);
  will-change: transform;
}
.b-card--bg .b-card__pic {
  height: 100%;
}
.b-card--bg .b-card__body {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  padding: 1.5em;
}
.b-card--bg .b-card__body a {
  color: currentColor;
}
.b-card--bg .b-card__title {
  font-size: 1.4em;
  font-weight: 700;
  color: #fff;
}
.b-card--bg .b-card__title i {
  font-size: 70%;
}
@media screen and (max-width: 35.99875em) {
  .b-card--bg._size--small .b-card__body {
    padding: 0.75em;
  }
  .b-card--bg .b-card__body {
    padding: 1.25em;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-card .b-card__title br {
    display: none;
  }
}

.b-box {
  position: relative;
  background: #ffffff;
  padding: 2.5rem;
  font-weight: 300;
}
.b-box img.w-50 {
  height: 4.6rem;
}
.b-box__head {
  margin-bottom: 1.2rem;
  align-items: center;
}
.b-box__head > * + * {
  margin-inline-start: 1.5rem;
}
.b-box__body {
  line-height: 1.3;
}
.b-box__footer {
  padding-top: 1em;
}
.b-box.has-hover {
  transition: box-shadow 0.2s ease;
  position: relative;
}
.b-box.has-hover:hover {
  box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, 0.06);
}
.main-services .b-box__head-icn img {
  max-width: 35px;
  height: auto !important;
}

.b-box--promo {
  box-shadow: 0 0.4em 0.5em rgba(0, 0, 0, 0.14);
  overflow: hidden;
  height: 100%;
  border-radius: 0.5em;
  padding: 1.4em 0.5em;
}
.b-box--promo .b-box__head {
  margin-bottom: 0.66em;
  min-height: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.b-box--donation {
  margin-top: 3em;
}
.b-box--donation .b-box__head {
  margin-bottom: 1.5rem;
}
.b-box--donation .b-box__head-icn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.5em;
  margin-top: -4.5em;
  margin-bottom: 0.5em;
}
.b-box--donation .b-box__head-title {
  margin: auto;
}
@media screen and (min-width: 576px) {
  .b-box:not(.b-box--donation) {
    height: 100%;
  }
}

.section, .s-section, section {
  width: 100%;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.section.m-grey, .s-section.m-grey, section.m-grey {
  background-color: rgb(109, 110, 112);
  background-color: var(--color-grey);
}
.section.m-primary, .s-section.m-primary, section.m-primary {
  color: #fff;
  background-color: #05497A;
  background-color: var(--color-primary);
}
.section.m-primary a, .s-section.m-primary a, section.m-primary a {
  color: currentColor;
  transition: 0.3s ease;
}
.section.pt-0, .s-section.pt-0, section.pt-0 {
  padding-top: 0;
}
.section.pb-0, .s-section.pb-0, section.pb-0 {
  padding-bottom: 0;
}
.b-section + .b-section {
  margin-top: 3rem;
}
.b-section__heading {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  font-size: 3.3rem;
  border-bottom: 0.2727em solid #05497A;
}
.b-section__heading-title {
  max-width: fit-content;
  font-weight: 400;
  color: #fff;
  padding: 0.35em 0.85em 0.2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  display: inline-block;
  background: #05497A;
  background: var(--color-primary);
}
.b-section__heading.m-small {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.b-section__title {
  color: #797773;
  color: var(--heading-color);
  line-height: 1.33;
  margin-bottom: 0.35em;
}
.b-section__subtitle {
  color: #34A09D;
  font-size: 1.6rem;
  color: var(--color-secondary);
  font-size: var(--font-size-base-sm);
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 35.99875em) {
  .b-section__heading {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 1em;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 35.99875em) and (max-width: 374px) {
  .b-section__heading {
    font-size: 6.4171122995vw;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-section__heading-title {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .b-section__content {
    width: 100%;
  }
}

.s-content {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
.s-content__heading {
  margin-bottom: 3rem;
}
.s-content__heading > div {
  padding-top: 0.25em;
  padding-bottom: 0.35em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.s-content__heading .b-breadcrumbs__list {
  font-size: 1.5rem;
}
.s-content__heading .b-breadcrumbs__list .icon-left {
  font-size: 60%;
  margin: 0 0.5rem;
  display: inline-block;
}
[lang=en-US] .s-content__heading .b-breadcrumbs__list .icon-left {
  transform: rotate(180deg);
}

.s-content__info {
  line-height: 1.33;
}
.s-content__info p {
  line-height: 1.33;
}
.s-content__info.--border {
  border-bottom: 1px solid #BCBEC0;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1.4em;
}
.s-content__article:not(.flex-auto) {
  flex: 1;
}
@media screen and (min-width: 48em) {
  .s-content__article {
    padding-inline-end: 3.5rem;
    padding-inline-start: 3.5rem;
  }
  .s-content__article:last-of-type {
    padding-inline-end: 0;
  }
  .s-content__article:last-of-type[class*=col-] {
    padding-inline-end: calc(var(--bs-gutter-x) * 0.5);
  }
}
.s-content__aside {
  max-width: 28rem;
  height: auto;
  align-items: flex-start;
  align-self: flex-start;
}
@media screen and (min-width: 48em) {
  .s-content__aside.--sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 50;
    top: 2rem;
  }
}
.s-content__aside > * + * {
  margin-top: 3rem;
}
.s-content__aside-head.--collapse:after {
  font-size: 0.46em;
  padding-left: 0.5rem;
}
.s-content__aside-box {
  background: #fff;
  padding: 1.8rem 2rem;
}
.s-content__aside-box.no-bg {
  background-color: transparent;
}
.s-content__aside-box[data-collapse] [data-collapse-target]:after, .s-content__aside-box[data-collapse] .--collapse:after {
  left: 2rem;
}
.s-content__aside-box[data-collapse] .s-content__aside-head {
  padding: 1.8rem 2rem;
  margin-top: -1.8rem;
  margin-bottom: -1.8rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.s-content__aside-title {
  margin-bottom: 0;
}
.s-content__aside-search {
  margin-top: 0.8em;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .s-content__aside-search {
    margin-bottom: 0.5em;
  }
}
.s-content__aside-search form {
  display: flex;
  border: 1px solid #BCBEC0;
  height: 4rem;
  border-color: #F3F3F3;
  transition: border-color 0.1s ease;
}
.s-content__aside-search form:hover {
  border-color: #BCBEC0;
}
.s-content__aside-search .b-header__search-input, .s-content__aside-search input {
  padding-inline-end: 0;
  border: 0;
  border-radius: 0;
  height: auto;
}
.s-content__aside-search .b-header__search-button {
  border: none;
}
.s-content__aside-search .b-header__search-button i {
  font-size: 1.6rem;
}
.s-content__aside-search input, .s-content__aside-search button {
  background: #F3F3F3;
}
.s-content__aside-nav img:first-of-type {
  display: inline-block;
  margin-inline-end: 1rem;
}
.s-content__aside-nav a {
  color: #58595B;
  line-height: 1.2;
  display: block;
}
.s-content__aside-nav a:hover {
  text-decoration: none;
}
.s-content__aside-nav li {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.s-content__aside-nav li.menu-item-has-children > a {
  text-decoration: none;
  position: relative;
  padding-inline-end: 2.2rem;
}
.s-content__aside-nav li.menu-item-has-children > a:after {
  content: "\e912";
  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;
  right: -1.5rem;
  position: absolute;
  font-size: 0.4em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.33em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 300;
}
[dir=rtl] .s-content__aside-nav li.menu-item-has-children > a:after {
  right: auto;
  left: 0;
}

.rtl .s-content__aside-nav li.menu-item-has-children > a:after {
  right: auto;
  left: 0;
}

.s-content__aside-nav li.menu-item-has-children.is-open > a:after {
  content: "\e913";
}
.s-content__aside-nav li.menu-item-has-children.is-open > ul {
  display: block;
}
.s-content__aside-nav li:hover {
  border-top: 0.5px solid #05497A;
}
.s-content__aside-nav li.current-menu-item, .s-content__aside-nav li.current-page-item, .s-content__aside-nav li.current-cat, .s-content__aside-nav li.is-active {
  background-color: #05497A;
  padding: 0.6em;
}
.s-content__aside-nav li.current-menu-item > a, .s-content__aside-nav li.current-page-item > a, .s-content__aside-nav li.current-cat > a, .s-content__aside-nav li.is-active > a {
  color: #fff;
}
.s-content__aside-nav li + li {
  border-top: 0.5px solid #BCBEC0;
}
.s-content__aside-nav li ul {
  padding-top: 0.5em;
  font-size: 0.85em;
  display: none;
}
.s-content__aside-nav li ul li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.s-content__aside--contact {
  max-width: 22rem;
}
.s-content__aside--contact .s-content__aside-box {
  background: #05497A;
  color: #fff;
}
.s-content__aside--contact .s-content__aside-box {
  background: var(--color-primary);
  color: #fff;
}
.s-content__aside--contact a {
  color: currentColor;
}
.s-content__aside--contact a:hover {
  text-decoration: underline;
  color: currentColor;
}
@media screen and (max-width: 47.99875em) {
  .s-content {
    padding-bottom: 0;
  }
  .s-content:last-of-type {
    padding-bottom: 3rem;
  }
  .s-content__aside {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-bottom: 3rem;
  }
  .s-content__aside-head {
    display: flex;
    align-items: center;
  }
  .s-content__aside .s-content__aside-title {
    display: inline-block;
    --font-weight-title: 600;
    font-weight: 600;
    font-size: 20px;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 374px) {
  .s-content__aside .s-content__aside-title {
    font-size: 5.3475935829vw;
  }
}
@media screen and (max-width: 47.99875em) {
  .s-content__aside-search {
    margin-top: 1.5em;
  }
  .s-content__aside-search form {
    height: 5rem;
  }
  .s-content__aside .menu-icon {
    margin-inline-end: 1rem;
    display: inline-block;
  }
  .s-content__aside-body {
    display: none;
  }
  .s-content__aside-body.is-active {
    display: block;
  }
}
@media screen and (min-width: 36em) {
  .s-content__heading {
    margin-bottom: 6rem;
  }
}

.s-callback__info-title {
  font-weight: 700;
}
.s-callback__info-txt {
  font-size: 2.1rem;
  font-weight: 300;
}
@media screen and (max-width: 35.99875em) {
  .s-callback .form-callback {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.b-course-list__parent {
  margin-top: 5rem;
}
.b-course-list__parent:first-child {
  border-top-top: 0.5px solid #BCBEC0;
  padding-top: 3rem;
}

.b-service-list [data-collapse] [data-collapse-trigger], .b-event-list [data-collapse] [data-collapse-trigger] {
  padding: 1.4rem 1rem;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
  justify-content: space-between;
}
.b-service-list [data-collapse] [data-collapse-trigger] p, .b-event-list [data-collapse] [data-collapse-trigger] p {
  margin-top: 1rem;
}
.b-service-list .b-service, .b-service-list .b-event, .b-event-list .b-service, .b-event-list .b-event {
  border-bottom: 1px solid #BCBEC0;
  border-bottom: 1px solid var(--color-border);
}
.b-service-list .b-service__title, .b-service-list .b-event__title, .b-event-list .b-service__title, .b-event-list .b-event__title {
  margin-bottom: 0;
  font-size: 2.2rem;
}
.b-service-list .b-service__body, .b-service-list .b-event__body, .b-event-list .b-service__body, .b-event-list .b-event__body {
  padding: 3rem 1rem;
}

.b-service-list [data-collapse] [data-collapse-trigger].is-active {
  background-color: #05497A;
}
.b-service-list [data-collapse] [data-collapse-trigger].is-active .b-event__title, .b-service-list [data-collapse] [data-collapse-trigger].is-active .b-service__title, .b-service-list [data-collapse] [data-collapse-trigger].is-active p {
  color: #fff;
}
.b-service-list [data-collapse] [data-collapse-trigger].is-active:after {
  color: #fff;
}

.b-event-list [data-collapse] [data-collapse-trigger] {
  padding: 1.4rem;
}
.b-event-list [data-collapse] [data-collapse-trigger]:after {
  top: 25px;
}
.b-event-list .b-event.is-open {
  background-color: rgba(255, 255, 255, 0.7);
}
.b-event-list .b-event__body {
  padding: 0 1.4rem 3rem;
}
.b-event-list .b-event__body p {
  font-size: 1.8rem;
}

.has-hover-image {
  position: relative;
}
.has-hover-image.is-hovered ._hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 48em) {
  .has-hover-image:hover ._hover, .has-hover-image.is-hovered ._hover {
    opacity: 1;
    visibility: visible;
  }
}
.has-hover-image ._hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.b-post {
  position: relative;
  backface-visibility: hidden;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal--border .modal__container {
  border: 2px solid #05497A;
  border: 2px solid var(--color-primary);
}

.modal--large .modal__container {
  max-width: 90rem;
}

.modal--slider {
  max-width: none;
}
.modal--slider .modal__container {
  max-width: 100%;
  height: 100%;
  background: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}
.modal--slider .modal__content {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}
.modal--slider .splide {
  position: relative;
}
.modal--slider .splide__arrow:hover:not(:disabled) svg, .modal--slider .splide__arrow:focus:not(:disabled) svg {
  fill: currentColor;
}
.modal--slider .splide__slide img {
  height: 100%;
  width: auto;
}
.modal--slider .splide__pagination {
  bottom: -3.5rem;
}
.modal--slider .splide__pagination__page {
  width: 1.8rem;
  height: 1.8rem;
  background: none;
  border: 1px solid var(--color-primary);
  opacity: 1;
}
.modal--slider .splide__pagination__page.is-active {
  transform: scale(1);
  background: #05497A;
  background: var(--color-primary);
}

.modal--video .modal__container {
  padding: 0;
  overflow: visible;
}
.modal--video .modal__close {
  top: -4rem;
  right: -4rem;
}
.modal--video .modal__content {
  padding: 0;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 47.99875em) {
  .modal--order-cancel .modal__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal--order-cancel .modal__btn.btn, .modal--order-cancel .modal__btn.btn-flat, .modal--order-cancel body .s-callback__form .gform_wrapper.gravity-theme form .modal__btn.gform_button, body .s-callback__form .gform_wrapper.gravity-theme form .modal--order-cancel .modal__btn.gform_button {
    font-size: 1.4rem;
  }
}

.modal__overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(7, 7, 7, 0.9);
  background: var(--overlay);
}

.modal__container {
  padding: 3.6rem 4.5rem;
  max-width: 48rem;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  color: #2D2B2E;
  background: #fff;
  box-shadow: 0px 0px 1.2rem rgba(255, 255, 255, 0.12);
  border-radius: 1em;
  color: var(--modal-color);
  background: var(--modal-bg);
  box-shadow: var(--box-shadow);
  border-radius: var(--bg-main-radius);
}
@media screen and (max-width: 47.99875em) {
  .modal__container {
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .modal__container .modal__content {
    max-height: 100%;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-bottom: 3rem;
}

.modal__close {
  background: transparent;
  border: 0;
  background: none;
  border: none;
  font-size: 2.2rem;
  position: absolute;
  right: 2.2rem;
  top: 2.2rem;
  cursor: pointer;
  color: #fff;
  color: var(--modal-close-color);
}
.modal__close:before {
  content: "\e916";
  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;
}
.modal__close:hover, .modal__close:focus {
  background: none;
  border: none;
  color: #fff;
  color: var(--modal-close-color);
  opacity: 0.9;
}
.modal__close:hover {
  text-decoration: none;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  max-height: 84vh;
  overflow-x: hidden;
  padding-right: 1rem;
  overflow-y: auto;
  color: #2D2B2E;
  color: var(--color-text);
}
.modal__content::-webkit-scrollbar-track {
  border-radius: 1.2rem;
  background-color: #F4F4F8;
  margin-bottom: 0px;
  margin-top: 0px;
}
.modal__content::-webkit-scrollbar {
  -webkit-overflow-scrolling: touch;
  width: 4px;
  height: 4px;
  border-radius: 1.2rem;
}
.modal__content::-webkit-scrollbar-thumb {
  border-radius: 1.2rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #E0DFF0;
  background-color: var(--scroll-thumb-color);
}
.modal__content::-webkit-scrollbar-thumb:vertical {
  border-radius: 1.2rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #E0DFF0;
  background-color: var(--scroll-thumb-color);
}
.modal__content::-webkit-scrollbar-corner {
  border-radius: 1.2rem;
}
.modal__content::-webkit-resizer {
  display: none;
}
.modal__content:last-of-type {
  margin-bottom: 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-delay: 10ms;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin-top: 2rem;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.slick-dots li.slick-active button {
  background: #05497A;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #05497A;
  background-color: transparent;
  padding: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

table {
  width: 100%;
  background-color: #fff;
  font-size: 1.8rem;
}
table > .row-hover > tr:hover > * {
  background-color: transparent;
}
table tr:not(:first-child) {
  border-top: 1px solid #BCBEC0;
}
table td, table th {
  padding: 10px;
  background-color: transparent;
  color: #2D2B2E;
}
table td strong, table th strong {
  font-size: 1.8rem;
}
table td:not(:first-child), table td:only-child, table th:not(:first-child), table th:only-child {
  border-inline-start: 1px solid #BCBEC0;
}

body .tablepress {
  width: 100%;
  background-color: #fff;
  font-size: 1.8rem;
}
body .tablepress > :where(thead, tfoot) > tr > * {
  padding: 10px;
  background-color: #05497A;
  color: #fff;
}
body .tablepress > :where(thead, tfoot) > tr > * strong {
  font-size: 1.8rem;
}
body .tablepress > :where(thead, tfoot) > tr > *:not(:first-child), body .tablepress > :where(thead, tfoot) > tr > *:only-child {
  border-inline-start: 1px solid #BCBEC0;
}
body .tablepress > .row-hover > tr:hover > * {
  background-color: transparent;
}
body .tablepress > :not(caption) > * > * {
  PADDING: 10PX;
}
body .tablepress tr:not(:first-child) {
  border-top: 1px solid #BCBEC0;
}

.popup-container {
  display: none;
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  justify-content: center;
  align-items: center;
}
.popup-container .popup {
  position: relative;
  background: #fff;
  max-width: 90%;
  max-height: 80vh;
  overflow: overlay;
  padding: 4px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popup-container .popup img {
  max-height: 80vh;
  max-width: 100%;
  width: auto;
}
.popup-container .popup #close-popup {
  position: absolute;
  background-color: #fff;
  padding: 5px;
  top: 10px;
  left: 10px;
}

.s-banner--fixed {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.s-banner--fixed .b-banner {
  top: 70px;
  font-size: 1rem;
}
@media screen and (min-width: 48em) and (orientation: landscape) {
  .s-banner--fixed .b-banner {
    font-size: calc(0.3rem + 0.66vh);
  }
}
@media screen and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .s-banner--fixed .b-banner {
    font-size: 1rem;
  }
}
.s-banner--fixed .b-banner--left {
  position: absolute;
  left: 0;
}
.s-banner--fixed .b-banner--right {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1640px) {
  .s-banner--fixed {
    display: none;
  }
}

.s-hero._offset-top {
  margin-top: -4.5rem;
}
.s-hero__info {
  position: relative;
  padding: 2.8rem;
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  background: #05497A;
  background: var(--color-primary);
}
.s-hero__info p {
  font-size: 100%;
}
.s-hero__info-lbl {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 1.4em;
}
.s-hero__info-title {
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-hero__info-title a {
  color: #fff;
}
.s-hero__info-title a:hover {
  color: #fff;
}
.s-hero__info-txt {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.25;
}
.s-hero__info-link {
  margin-top: 2em;
  font-size: 1.8rem;
  font-weight: 700;
}
.s-hero__info-link a {
  color: currentColor;
}
.s-hero__info-link a:hover, .s-hero__info-link a:focus {
  color: currentColor;
  text-decoration: underline;
}
.s-hero__info-link a i {
  font-size: 65%;
}
.s-hero__pic {
  position: relative;
}
@media screen and (min-width: 48em) {
  .s-hero__pic {
    max-width: 63.3%;
  }
}
.s-hero__pic img {
  height: 100%;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.s-hero-bg {
  margin-bottom: 3rem;
  min-height: 38rem;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.s-hero-bg__title {
  font-size: 5.2rem;
  padding-top: 0.1em;
  padding-bottom: 0.15em;
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

@media screen and (min-width: 48em) {
  .s-post-list__group-pic {
    max-width: 48%;
  }
  .s-post-list__group-pic:not(.bg-pic):not(.placeholder) {
    height: 0;
    padding-bottom: 35%;
    overflow: hidden;
  }
}
.s-post-list__group-pic.placeholder {
  background-color: #fff;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-post-list__group-pic.placeholder img {
  max-height: 250px;
}
.s-post-list__group-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.s-post-list__group-info > * {
  flex: 1;
  height: auto;
}
.s-post-list__group-info .b-card {
  height: 100%;
}
.s-post-list--video .b-card--post .b-card__pic img {
  object-fit: none;
}

.s-promo {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 35.99875em) {
  .s-promo {
    --h0: 28px;
    --h2: 18px;
  }
  .s-promo .size-h0 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-contact--map {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.s-contact__map {
  font-size: 1rem;
}
.s-contact__map img {
  margin-inline-end: 2rem;
}
.s-contact__map-info {
  padding-top: 8rem;
  font-size: 2rem;
}
.s-contact__map-info .badge-add {
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
  color: #fff;
  width: 1em;
  height: 1em;
  font-size: 17px;
  font-weight: 700;
  margin-inline-end: 2rem;
}
.s-contact__map-info .badge-add i {
  font-size: 1rem;
}
.s-contact__map-info [data-collapse] [data-collapse-trigger]:after {
  content: none;
}
.s-contact__map-info-wrp {
  border-bottom: 1px solid;
  border-color: #BCBEC0;
  border-color: var(--color-border);
}
.s-contact__map-info-itm {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding-top: 1.35em;
  padding-bottom: 1.35em;
}
.s-contact__map-info-content {
  padding-inline-start: 4rem;
  padding-bottom: 2rem;
  font-size: 90%;
}
.s-contact__form {
  padding-top: 8rem;
}
.s-contact__form-title {
  line-height: 1.3;
  font-weight: 400;
}
.s-contact__form-txt {
  font-weight: 300;
  font-size: 1.8rem;
  max-width: 42rem;
}
@media screen and (max-width: 47.99875em) {
  .s-contact__map img {
    max-width: 20vw;
  }
  .s-contact__map-title br {
    display: none;
  }
}
@media screen and (max-width: 35.99875em) {
  .s-contact {
    background: #fff;
  }
  .s-contact__row {
    position: relative;
  }
  .s-contact__map {
    top: 7em;
    left: 0;
    position: absolute;
    flex: 0 1 auto;
    max-width: 30%;
  }
  .s-contact__map img {
    max-width: 100%;
    max-height: 34rem;
    object-fit: contain;
  }
  .s-contact__map-title br {
    display: none;
  }
  .s-contact__map-info {
    padding-top: 0;
    flex: 0 1 auto;
  }
  .s-contact__map-info-list {
    max-width: 70%;
  }
  .s-contact__form {
    flex: 0 0 100%;
  }
  .s-contact__form-txt {
    max-width: 100%;
  }
}

.img-shadow {
  box-shadow: -0.3rem 1.1rem 1rem 4px rgba(0, 0, 0, 0.0562992), 1.9rem 1.6rem 0px 1px #D6EEFF;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.img-shadow.--left {
  box-shadow: -0.3rem 1.1rem 1rem 4px rgba(0, 0, 0, 0.0562992), -1.9rem 1.6rem 0px 1px #D6EEFF;
  margin-right: initial;
  width: calc(100% - 1.9rem);
}

.b-digit {
  position: relative;
  width: 18.3rem;
  min-height: 18.3rem;
  aspect-ratio: 1/1;
  margin: auto;
  background: linear-gradient(to bottom, #0C80B2 0%, #05497A 100%);
  border-radius: 100%;
  color: #fff;
  padding: 0.8rem;
  font-size: 2.4rem;
}
.b-digit__inner {
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #3C373D;
}
.b-digit__title {
  color: #05497A;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.15em;
}

.s-about__content > * + * {
  border-top: 1px solid rgba(5, 73, 122, 0.5);
  padding-top: 4rem;
}
.s-about__info-preview-video {
  background: #979797;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  border: 1px solid #979797;
  box-shadow: 0 1.2rem 3.4rem rgba(0, 0, 0, 0.147126);
}
.s-about hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-top: 1px solid rgba(5, 73, 122, 0.5);
}
.s-about .article h1, .s-about .article h2, .s-about .article h3, .s-about .article h4, .s-about .article h5, .s-about .article h6 {
  margin-bottom: 1.5rem;
}
.s-about .article h1:not(.color--), .s-about .article h2:not(.color--), .s-about .article h3:not(.color--), .s-about .article h4:not(.color--), .s-about .article h5:not(.color--), .s-about .article h6:not(.color--) {
  color: #05497A;
  color: var(--color-primary);
}

@media screen and (max-width: 35.99875em) {
  .s-contacts {
    padding-bottom: 2rem;
  }
}

.b-aside-contact {
  position: relative;
  font-size: 0.94em;
}
.b-aside-contact__title {
  font-weight: 700;
  font-size: 1.29em;
}
.b-aside-contact__txt {
  font-size: 1em;
  line-height: 1.29;
}
.b-aside-contact__txt-lbl {
  display: inline-block;
  min-width: 2em;
  padding-inline-end: 0.3em;
}
.b-aside-contact__lbl {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1em;
}
.b-aside-contact__row {
  margin-top: 2.2rem;
}
.b-aside-contact__row li + li {
  margin-top: 2.2rem;
}
.b-card-list {
  position: relative;
}
.b-card-list__itm {
  border-bottom: 1px solid #BCBEC0;
}
.b-card-list__itm:last-of-type {
  border-bottom: 1px solid #BCBEC0;
}

.b-card-post {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}
.b-card-post__img {
  padding: 0.25em;
  display: inline-flex;
  min-width: 4.2em;
}
.b-card-post__img [class*=icon-], .b-card-post__img .icon {
  font-size: 2.8em;
}
.b-card-post__title {
  font-size: 1.08em;
  margin-bottom: 0.5em;
}
.b-card-post__txt {
  font-weight: 300;
  line-height: 1.29;
}
.b-card-post__txt p {
  line-height: initial;
  font-size: 100%;
}
.b-card-post__link {
  font-weight: 500;
}
.b-card-post__footer {
  margin-top: 0.75em;
}

.b-faq-list {
  position: relative;
  margin-top: 1em;
}
.b-faq {
  position: relative;
  font-size: 1em;
  border-bottom: 1px solid var(--color-primary);
}
.b-faq__title {
  font-weight: 700;
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  padding-bottom: 0.8em;
  padding-top: 1em;
  padding-inline: 0;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: start;
  border-radius: 0;
  color: #05497A;
  color: var(--color-primary);
}
.b-faq__title.is-active:after {
  content: "\e913";
}
.b-faq__title:after {
  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;
  content: "\e912";
  font-size: 0.46em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 300;
}
.b-faq__title:hover {
  color: #34A09D;
  color: var(--color-secondary);
}
.b-faq__title-inner {
  flex: 1;
  display: block;
}
.b-faq__body {
  padding-top: 0em;
  padding-bottom: 1.2em;
  padding-inline-end: 2em;
  line-height: 1.3;
  font-size: 1.8rem;
}
.b-faq__body p {
  font-size: 100%;
  line-height: 1.2;
}
.b-faq [data-collapse-trigger] {
  cursor: pointer;
}

.s-donation__list {
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}
.s-news__list {
  margin-bottom: -3rem;
}
@media screen and (min-width: 36em) {
  .s-news__list > .row > [class*=col-], .s-news__list > .row > .col {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 35.99875em) {
  .s-news__list {
    margin-bottom: -2rem;
  }
  .s-news__list .b-card {
    margin-bottom: 2rem;
  }
}

.s-post__header {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #BCBEC0;
  border-bottom: 1px solid #BCBEC0;
  border-color: #BCBEC0;
  border-color: var(--color-border);
}
.s-post__header .post-cat {
  font-weight: 600;
}
.s-post__header .post-cat span {
  font-weight: 400;
  color: #05497A;
}
.s-post__footer {
  margin-top: 3.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #BCBEC0;
  border-bottom: 1px solid #BCBEC0;
  border-color: #BCBEC0;
  border-color: var(--color-border);
}

.s-course .s-post__heading {
  gap: 3rem;
  border-top: 1px solid #05497A;
  padding-top: 3rem;
  margin-bottom: 4rem;
}
.s-course .article .wp-block-image {
  margin-bottom: 2.5rem;
}
.s-course .article h4:not([class*=color--]) {
  color: #05497A;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.course-details li {
  margin-bottom: 3rem;
  line-height: 1;
}
.course-details li strong {
  display: block;
}
.course-details li i {
  font-size: 4rem;
  color: #05497A;
  margin-inline-end: 1.5rem;
}
@media screen and (max-width: 47.99875em) {
  .course-details li {
    margin-bottom: 0;
    margin-inline-end: 2rem;
  }
}
.s-course__new .course-details {
  background: #fff;
}

.s-magazine__preview-inner {
  height: 100%;
  border-bottom: 0.5rem solid #05497A;
  border-bottom: 0.5rem solid var(--color-primary);
}
.s-magazine__preview-title:not([class*=size-]) {
  line-height: 1.13;
}
.s-magazine__preview-txt {
  line-height: 1.4;
}
.s-magazine__preview-txt p {
  font-size: 100%;
  line-height: 1.4;
}
.s-magazine__preview-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.s-magazine__preview-pic img {
  width: 100%;
  height: auto;
}
.s-magazine .s-post-list__group-pic {
  max-width: initial;
}
.s-magazine .s-post-list__group-info {
  max-width: initial;
}
@media screen and (max-width: 47.99875em) {
  .s-magazine__preview > * + * {
    margin-top: 3rem;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 35.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 36em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 36em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 35.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 36em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 35.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hide-for-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 61.99875em) {
  .hide-for-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 62em) {
  .show-for-tablet-only {
    display: none !important;
  }
}

@media screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 61.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 62em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 119.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: Assistant, Roboto, sans-serif;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1;
  color: #2D2B2E;
  background: #f3f3f3;
  font-size: 2rem;
  font-family: var(--font-family-base);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--fw-base);
  line-height: var(--lh-base);
  color: var(--color-text);
  background: var(--bg-color);
  font-size: var(--font-size-body);
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 62.5% !important;
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
  html {
    font-size: 0.81vw !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  html {
    font-size: 0.69488vw !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) and (max-width: 1280px) {
  html {
    font-size: 0.68vw !important;
  }
}
@media screen and (max-width: 47.99875em) {
  html {
    font-size: 50% !important;
  }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a {
  text-decoration: none;
  color: #05497A;
  color: var(--color-link);
}
a:hover {
  text-decoration: underline;
}

.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.abs-link:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.visible {
  overflow: visible !important;
}

.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

.halfwidth {
  width: 50% !important;
}

.fullheight {
  height: 100%;
  min-height: 100%;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

img {
  display: inline-block;
  vertical-align: middle;
}
img.normal {
  width: auto;
  max-width: none;
}
img.responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.flex-video, .responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  width: auto;
  max-width: 100%;
}

.img-rounded {
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.block {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.mr-auto {
  margin-right: auto;
}
[dir=rtl] .mr-auto {
  margin-left: auto;
  margin-right: initial;
}

.ml-auto {
  margin-left: auto;
}
[dir=rtl] .ml-auto {
  margin-right: auto;
  margin-left: initial;
}

[dir=rtl] .ml-auto.mr-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.align-justify {
  justify-content: space-between;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (max-width: 35.99875em) {
  .mob-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .mob-center > .col-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.w0 {
  width: 0;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.img-render {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

::selection {
  background: rgba(81, 113, 228, 0.8);
  color: #fff;
  background: var(--selection-bg);
  color: var(--selection-color);
}

.b-section__title {
  font-family: "Assistant", "Roboto", sans-serif;
  font-family: var(--font-family-title);
}

.section-title, h1, h2, h3, h4, h5, h6, .b-aside__title, .b-aside__profile-title, .b-box__head-title, .s-content__aside-title, .b-card-post__title {
  font-family: "Assistant", "Roboto", sans-serif;
  font-weight: 700;
  font-weight: var(--font-weight-title);
}
.section-title:not([class*=color--]), h1:not([class*=color--]), h2:not([class*=color--]), h3:not([class*=color--]), h4:not([class*=color--]), h5:not([class*=color--]), h6:not([class*=color--]), .b-aside__title:not([class*=color--]), .b-aside__profile-title:not([class*=color--]), .b-box__head-title:not([class*=color--]), .s-content__aside-title:not([class*=color--]), .b-card-post__title:not([class*=color--]) {
  color: #05497A;
  color: var(--color-primary);
}

p {
  margin: 0 0 3.2rem;
  line-height: 1.2;
  font-size: 1.9rem;
  font-family: Assistant, Roboto, sans-serif;
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
}
p:last-child {
  margin-bottom: 0;
}
.text-large p {
  font-size: 2.1rem;
  line-height: 1.5;
}

@media screen and (max-width: 35.99875em) {
  p {
    margin-bottom: 2rem;
  }
}

strong {
  font-weight: 700;
}

small {
  font-size: 70%;
}

i:not([class*=icon-]) {
  font-style: italic;
}

a {
  transition: color 0.25s;
  text-decoration: none;
}
a:hover {
  color: #05497A;
  color: var(--color-link-active);
}

.more-link {
  display: inline-flex;
  align-items: center;
}
.more-link:hover, .more-link:focus {
  text-shadow: 0 0 1px;
}
.more-link:hover {
  text-decoration: none;
}
.more-link > * + * {
  margin-inline-start: 0.5rem;
}
.more-link span {
  display: inline-block;
  line-height: 0.9;
}
.more-link.x-large {
  align-items: flex-end;
}
.more-link.x-large span {
  font-size: 3rem;
}
@media screen and (max-width: 47.99875em) {
  .more-link {
    font-size: 24px;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 374px) {
  .more-link {
    font-size: 6.4171122995vw;
  }
}
.more-link:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[lang=en-US] .more-link .icon-more {
  transform: rotate(180deg);
}

.inline-list {
  display: inline-block;
}
.inline-list > li {
  display: inline-block;
  vertical-align: middle;
}

.text--primary, .color--primary {
  color: #05497A;
  color: var(--color-primary);
}

.text--secondary, .color--secondary {
  color: #34A09D;
  color: var(--color-secondary);
}

.text--grey, .color--grey {
  color: rgb(109, 110, 112);
  color: var(--color-grey);
}

.text--red, .color--red {
  color: #EF3E4A;
  color: var(--color-red);
}

.text--error, .color--error {
  color: #EF3E4A;
  color: var(--color-error);
}

.text--purple, .color--purple {
  color: #FF0087;
  color: var(--color-purple);
}

.text--cyan, .color--cyan {
  color: #017A9B;
  color: var(--color-cyan);
}

.text--black, .color--black {
  color: #000;
}

.text--white, .color--white {
  color: #fff;
}

.color--text {
  color: #2D2B2E;
  color: var(--color-text);
}

[class*=color--] a {
  color: currentColor;
}

.bg--black {
  background-color: #000;
}

.bg--white {
  background-color: #fff;
}

.bg-primary {
  background-color: #05497A;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-bottom: var(--heading-margin);
}

[class*=size-h]:not([class*=mb-]) {
  margin-bottom: 0.42em;
}

.size-h0 {
  font-size: 5.6rem;
}

h1, .size-h1 {
  font-size: 3.6rem;
}

h2, .size-h2, .s-magazine__preview-title:not([class*=size-]) {
  font-size: 3.2rem;
}

h3, .size-h3, .s-content__aside-title {
  font-size: 3rem;
}

h4, .size-h4 {
  font-size: 2.6rem;
}

h5, .size-h5 {
  font-size: 2rem;
}

h6, .size-h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 47.99875em) {
  :root {
    --h0: 4.6rem;
    --h1: 3.6rem;
    --h2: 3.2rem;
    --h3: 2.6rem;
    --h4: 2.2rem;
    --h5: 2rem;
    --h6: 1.8rem;
  }
}
.size-h0 {
  font-size: var(--h0);
}

h1, .size-h1 {
  font-size: var(--h1);
}

h2, .size-h2, .s-magazine__preview-title:not([class*=size-]) {
  font-size: var(--h2);
}

h3, .size-h3, .s-content__aside-title {
  font-size: var(--h3);
}

h4, .size-h4 {
  font-size: var(--h4);
}

h5, .size-h5 {
  font-size: var(--h5);
}

h6, .size-h6 {
  font-size: var(--h6);
}

@media screen and (max-width: 47.99875em) {
  :root {
    --h0: 4.6rem;
    --h1: 3.6rem;
    --h2: 3.2rem;
    --h3: 2.6rem;
    --h4: 2.2rem;
    --h5: 2rem;
    --h6: 1.8rem;
  }
}
sup {
  vertical-align: super;
  font-size: 60%;
}

u {
  text-decoration: underline;
}

._heavy {
  font-weight: 900;
}

._bold {
  font-weight: 700;
}

._semibold {
  font-weight: 600;
}

._medium {
  font-weight: 500;
}

._normal {
  font-weight: 400;
}

._light {
  font-weight: 300;
}

.text-xlarge {
  font-size: 2.736rem;
  font-size: calc(var(--font-size-base) * 1.44);
}

.text-large {
  font-size: 2.109rem;
  font-size: calc(var(--font-size-base) * 1.11);
}

.text-medium {
  font-size: 1.6872rem;
  font-size: calc(var(--font-size-base) * 0.888);
}

.text-small {
  font-size: 1.4763rem;
  font-size: calc(var(--font-size-base) * 0.777);
}

[class*=title-], .section-title {
  margin-bottom: 0.42em;
  font-family: Assistant, Roboto, sans-serif;
  font-weight: 700;
  font-family: var(--font-family-title);
  font-weight: var(--font-weight-title);
}
[class*=title-].mb-1, .section-title.mb-1 {
  margin-bottom: 1rem;
}
[class*=title-].mb-2, .section-title.mb-2 {
  margin-bottom: 2rem;
}
[class*=title-].mb-3, .section-title.mb-3 {
  margin-bottom: 3rem;
}
[class*=title-].mb-4, .section-title.mb-4 {
  margin-bottom: 3rem;
}
[class*=title-].mb-5, .section-title.mb-5 {
  margin-bottom: 5rem;
}
[class*=title-].mt-1, .section-title.mt-1 {
  margin-top: 1rem;
}
[class*=title-].mt-2, .section-title.mt-2 {
  margin-top: 2rem;
}
[class*=title-].mt-3, .section-title.mt-3 {
  margin-top: 3rem;
}
[class*=title-].mt-4, .section-title.mt-4 {
  margin-top: 3rem;
}
[class*=title-].mt-5, .section-title.mt-5 {
  margin-top: 5rem;
}
[class*=title-]._bold, .section-title._bold {
  font-weight: 700;
}
[class*=title-]._semibold, .section-title._semibold {
  font-weight: 600;
}
[class*=title-]._medium, .section-title._medium {
  font-weight: 500;
}
[class*=title-]._normal, .section-title._normal {
  font-weight: 400;
}
[class*=title-]._light, .section-title._light {
  font-weight: 300;
}

.section-title {
  position: relative;
  z-index: 1;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 0.42em;
}
.section-title.m-group {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 35.99875em) {
  .section-title {
    font-size: 3rem;
  }
}

.title-0 {
  font-size: 5.6rem;
}
.title-1, .page-title {
  font-size: 3.6rem;
}
.title-2, .s-callback__info-title, .s-hero__info-title {
  font-size: 3.2rem;
}
.title-3, .modal__title {
  font-size: 3rem;
}
.title-4 {
  font-size: 2.6rem;
}
.title-5 {
  font-size: 2rem;
}
.title-6 {
  font-size: 1.6rem;
}
.title-0 {
  font-size: var(--h0);
}
.title-1, .page-title {
  font-size: var(--h1);
}
.title-2, .s-callback__info-title, .s-hero__info-title {
  font-size: var(--h2);
}
.title-3, .modal__title {
  font-size: var(--h3);
}
.title-4 {
  font-size: var(--h4);
}
.title-5 {
  font-size: var(--h5);
}
.title-6 {
  font-size: var(--h6);
}
@media screen and (min-width: 48em) {
  .title.--avh .title-0 {
    font-size: 5.6rem;
    font-size: calc(var(--h0) * 1);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-0 {
    font-size: calc(1.68rem + 3.696vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-0 {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-0 {
    font-size: calc(var(--h0) * 0.3rem + var(--h0) * 0.66vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-0 {
    font-size: calc(var(--h0) * 1);
  }
}
@media screen and (min-width: 48em) {
  .title.--avh .title-1, .title.--avh .page-title {
    font-size: 3.6rem;
    font-size: calc(var(--h1) * 1);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-1, .title.--avh .page-title {
    font-size: calc(1.08rem + 2.376vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-1, .title.--avh .page-title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-1, .title.--avh .page-title {
    font-size: calc(var(--h1) * 0.3rem + var(--h1) * 0.66vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-1, .title.--avh .page-title {
    font-size: calc(var(--h1) * 1);
  }
}
@media screen and (min-width: 48em) {
  .title.--avh .title-2, .title.--avh .s-callback__info-title, .title.--avh .s-hero__info-title {
    font-size: 3.2rem;
    font-size: calc(var(--h2) * 1);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-2, .title.--avh .s-callback__info-title, .title.--avh .s-hero__info-title {
    font-size: calc(0.96rem + 2.112vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-2, .title.--avh .s-callback__info-title, .title.--avh .s-hero__info-title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-2, .title.--avh .s-callback__info-title, .title.--avh .s-hero__info-title {
    font-size: calc(var(--h2) * 0.3rem + var(--h2) * 0.66vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-2, .title.--avh .s-callback__info-title, .title.--avh .s-hero__info-title {
    font-size: calc(var(--h2) * 1);
  }
}
@media screen and (min-width: 48em) {
  .title.--avh .title-3, .title.--avh .modal__title {
    font-size: 3rem;
    font-size: calc(var(--h3) * 1);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-3, .title.--avh .modal__title {
    font-size: calc(0.9rem + 1.98vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-3, .title.--avh .modal__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-3, .title.--avh .modal__title {
    font-size: calc(var(--h3) * 0.3rem + var(--h3) * 0.66vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-3, .title.--avh .modal__title {
    font-size: calc(var(--h3) * 1);
  }
}
@media screen and (min-width: 48em) {
  .title.--avh .title-4 {
    font-size: 2.6rem;
    font-size: calc(var(--h4) * 1);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-4 {
    font-size: calc(0.78rem + 1.716vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-4 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-4 {
    font-size: calc(var(--h4) * 0.3rem + var(--h4) * 0.66vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-4 {
    font-size: calc(var(--h4) * 1);
  }
}
@media screen and (min-width: 48em) {
  .title.--avh .title-5 {
    font-size: 2rem;
    font-size: calc(var(--h5) * 1);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-5 {
    font-size: calc(0.6rem + 1.32vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-5 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-5 {
    font-size: calc(var(--h5) * 0.3rem + var(--h5) * 0.66vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-5 {
    font-size: calc(var(--h5) * 1);
  }
}
@media screen and (min-width: 48em) {
  .title.--avh .title-6 {
    font-size: 1.6rem;
    font-size: calc(var(--h6) * 1);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-6 {
    font-size: calc(0.48rem + 1.056vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-6 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-6 {
    font-size: calc(var(--h6) * 0.3rem + var(--h6) * 0.66vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-6 {
    font-size: calc(var(--h6) * 1);
  }
}
@media screen and (max-width: 35.99875em) {
  .title-0 {
    font-size: 4.48rem;
    font-size: calc(var(--h0) * 0.8);
  }
  .title-1, .page-title {
    font-size: 2.88rem;
    font-size: calc(var(--h1) * 0.8);
  }
  .title-2, .s-callback__info-title, .s-hero__info-title {
    font-size: 2.56rem;
    font-size: calc(var(--h2) * 0.8);
  }
  .title-3, .modal__title {
    font-size: 2.4rem;
    font-size: calc(var(--h3) * 0.8);
  }
  .title-4 {
    font-size: 2.08rem;
    font-size: calc(var(--h4) * 0.8);
  }
  .title-5 {
    font-size: 1.6rem;
    font-size: calc(var(--h5) * 0.8);
  }
  .title-6 {
    font-size: 1.44rem;
    font-size: calc(var(--h6) * 0.9);
  }
}
.page-title {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.4em;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

ol li, ul li {
  line-height: 1.5;
}

ul.list {
  list-style-type: "-";
  list-style-position: outside;
  margin-left: -10px;
  margin-inline-start: -10px;
}
ul.list > li {
  padding-left: 10px;
  padding-inline-start: 10px;
}

.list-disc, .article ul, .term_description ul {
  list-style: disc;
}

.list-circle {
  list-style: circle;
}

.list-decimal {
  list-style: decimal;
}

ol.list {
  list-style: decimal;
  list-style-type: decimal-leading-zero;
}

.list-counter {
  list-style-type: none;
  counter-reset: li;
  line-height: 1;
}
.list-counter li {
  margin-top: 0.4rem;
  padding-left: 2.5em;
  position: relative;
}
.list-counter li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  color: #05497A;
  color: #FF0087;
  color: var(--color-primary);
  color: var(--color-purple);
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  margin-right: 0.25em;
}
.list-counter li:first-child {
  margin-top: 0;
}
.list-counter[start] {
  counter-reset: none;
}

.slice-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slice-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slice-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slice-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slice-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.no-decoration, .link {
  color: #2D2B2E;
}
.no-decoration:hover, .link:hover {
  text-decoration: none;
}
.no-decoration:hover, .no-decoration:focus, .link:hover, .link:focus {
  color: #05497A;
}

.link-icn {
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-flex;
  align-items: baseline;
}
.link-icn:hover, .link-icn:focus {
  color: #2D2B2E;
  color: var(--color-text);
}
.link-icn:hover {
  text-decoration: none;
}
.link-icn [class*=icon-], .link-icn .icon {
  margin-inline-start: 0.7em;
  font-size: 0.7em;
}
.link-icn [class*=icon-]:first-of-type, .link-icn .icon:first-of-type {
  margin-inline-end: 0.7em;
}
.link-icn:not(.btn-primary) {
  color: #05497A;
  color: var(--color-primary);
}

.link-form {
  text-decoration: underline;
}
.link-form:hover {
  text-decoration: none;
}
.link-form:not([class*=size-]) {
  font-size: 1em;
}

.link-txt, .link-text {
  color: currentColor;
  text-decoration: underline;
}
.link-txt:hover, .link-txt:focus, .link-text:hover, .link-text:focus {
  text-decoration: none;
}

.article a, .term_description a {
  text-decoration: underline;
}
.article a:hover, .term_description a:hover {
  color: #2D2B2E;
}
.article .alignleft, .term_description .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.article .alignright, .term_description .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.article .wp-block-gallery, .term_description .wp-block-gallery {
  margin-bottom: 2rem;
}
.article .wp-caption-text, .term_description .wp-caption-text {
  font-size: 14px;
  text-align: left;
  padding: 5px 10px;
  margin-top: 5px;
  border-top: 1px solid rgb(109, 110, 112);
}
.article ol, .term_description ol {
  margin-bottom: 2rem;
  list-style-type: none;
  counter-reset: li;
  line-height: 1;
}
.article ol li, .term_description ol li {
  margin-top: 2.8rem;
  padding-right: 2.5em;
  position: relative;
}
.article ol li:before, .term_description ol li:before {
  position: absolute;
  right: 0;
  top: 0;
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  color: #05497A;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  margin-left: 0.25em;
}
.article ol li:first-child, .term_description ol li:first-child {
  margin-top: 0;
}
.article ol[start], .term_description ol[start] {
  counter-reset: none;
}
.article ul, .term_description ul {
  margin-inline-start: 16px;
  padding-inline-start: 1rem;
  margin-bottom: 2rem;
}
.article ul li, .term_description ul li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
  list-style: initial;
}
.article ul li::marker, .term_description ul li::marker {
  color: #05497A;
}
.article p, .term_description p {
  line-height: 1.33;
}
.article p:not(:last-child), .term_description p:not(:last-child) {
  margin-bottom: 1.1em;
}
.article blockquote, .term_description blockquote {
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
  font-style: italic;
  padding: 1.6em;
  padding-inline-start: 6em;
  margin-top: 3rem;
  margin-bottom: 3rem;
  line-height: 1.3;
  background: #05497A;
  color: #fff;
  background: var(--color-primary);
  color: #fff;
}
.article blockquote:before, .term_description blockquote:before {
  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;
  position: absolute;
  pointer-events: none;
  content: "\e905";
  font-size: 2.92em;
  color: #017A9B;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
[dir=ltr] .article blockquote:before, [dir=ltr] .term_description blockquote:before {
  right: auto;
  left: 4rem;
}

.ltr .article blockquote:before, .ltr .term_description blockquote:before {
  right: auto;
  left: 4rem;
}

.article blockquote a, .article blockquote a:hover, .article blockquote a:focus, .term_description blockquote a, .term_description blockquote a:hover, .term_description blockquote a:focus {
  color: #fff;
  color: #fff;
}
@media screen and (max-width: 47.99875em) {
  .article blockquote, .term_description blockquote {
    padding: 1.4em;
    padding-inline-start: 4em;
    font-size: 2rem;
  }
  .article blockquote:before, .term_description blockquote:before {
    font-size: 2em;
    right: 2rem;
  }
  [dir=ltr] .article blockquote:before, [dir=ltr] .term_description blockquote:before {
    right: auto;
    left: 2rem;
  }
  .ltr .article blockquote:before, .ltr .term_description blockquote:before {
    right: auto;
    left: 2rem;
  }
}
.article .slick-slider blockquote, .term_description .slick-slider blockquote {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.article h1:not([class*=color--]), .article h2:not([class*=color--]), .article h3:not([class*=color--]), .article h4:not([class*=color--]), .article h5:not([class*=color--]), .article h6:not([class*=color--]), .term_description h1:not([class*=color--]), .term_description h2:not([class*=color--]), .term_description h3:not([class*=color--]), .term_description h4:not([class*=color--]), .term_description h5:not([class*=color--]), .term_description h6:not([class*=color--]) {
  color: #2D2B2E;
  color: var(--color-text);
}

.text-message {
  color: #2D2B2E;
  color: var(--color-text);
}
.text-message--warn, .text-message--error {
  color: #EF3E4A;
}
.text-message--success {
  color: var(--color-cyan);
}
.text-message--notice {
  color: #017A9B;
}
.text-message--warn, .text-message--error {
  color: var(--color-red);
}
.text-message--success {
  color: var(--color-success);
}
.text-message--notice {
  color: var(--color-cyan);
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table--fixed {
  table-layout: fixed;
}
.table thead {
  border-bottom: 2px solid;
}
.table th {
  font-weight: 500;
}
.table td, .table th {
  padding: 1em;
}
.table--stripe tr:nth-child(even) td {
  background: #fff;
}
.table--border td, .table--border th {
  border: 1px solid;
}
.table--accent thead {
  background: #000000;
  color: #fff;
  border-color: #000;
}
.table--accent thead th {
  border-color: #000;
}

.b-social {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.5rem;
  font-size: 2.4rem;
  color: #2D2B2E;
  color: var(--color-text);
}
.b-social a {
  color: currentColor;
}
.b-social a:hover, .b-social a:focus {
  color: #05497A;
  color: var(--color-primary);
}
.b-social a:hover {
  text-decoration: none;
}
.b-social li {
  padding: 0.5rem;
}

.gallery {
  display: flex;
  align-items: center;
}
.gallery .gallery-item {
  padding: 5px;
}
.gallery .gallery-item .gallery-icon {
  padding: 5px;
  border: 1px solid #BCBEC0;
  border: 1px solid var(--color-border);
}
.gallery img {
  border: 0 !important;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
}