@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: Rubik, Roboto, sans-serif;
  --letter-spacing: 0em;
  --html-font-size: 62.5%;
  --font-size-base: 1.8rem;
  --font-size-base-md: 1.9rem;
  --font-size-base-sm: 1.6rem;
  --font-size-base-xs: 1.5rem;
  --font-size-base-lg: 2rem;
  --font-size-base-xl: 2.2rem;
  --font-size-body: 1.8rem;
  --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: #121928;
  --color-heading: #05497A;
  --color-primary: #5fc9d8;
  --color-primary-darken: #253C78;
  --color-secondary: #074B7E;
  --color-link: #5fc9d8;
  --color-link-active: #5fc9d8;
  --color-red: #EF3E4A;
  --color-grey: #68748E;
  --color-yellow: #FFFAF5;
  --color-purple: #FF0087;
  --color-purple-dark: #e3077b;
  --color-cyan: #017A9B;
  --color-cyan-dark: #016682;
  --color-border: #E3E3E3;
  --color-border-input: #121928;
  --color-box-border: #E3EAF3;
  --color-success: var(--color-cyan);
  --color-error: var(--color-red);
  --selection-bg: rgba(81, 113, 228, 0.8);
  --selection-color: #fff;
  --container-width: 120rem;
  --container-width-xl: 130rem;
  --container-width-sm: 75rem;
  --container-header-width: 120rem;
  --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);
  --aside-box-shadow: -5px 5px 0 0 #ECF0F6;
  --logo-width: 20rem;
  --logo-width-mob: 15rem;
  --header-color: #121928;
  --header-bg: #ECF0F6;
  --header-padding-top: 2rem;
  --header-padding-bottom: 2rem;
  --header-nav-size: 1.7rem;
  --header-nav-weight: 400;
  --modal-bg: #fff;
  --modal-color: #121928;
  --modal-close-color: #fff;
  --navbar-size: 2rem;
  --footer-size: 1.6rem;
  --footer-color: #fff;
  --footer-color-hover: #5fc9d8;
  --footer-bg: #121928;
  --footer-padding-top: 7rem;
  --footer-padding-bottom: 6rem;
  --aside-width: 28rem;
  --aside-size: 1.8rem;
  --aside-active-bg: transparent;
  --aside-active-color: #5fc9d8;
  --aside-bg-mob: #fff;
  --aside-color: #121928;
  --aside-menu-width: 100%;
  --aside-menu-margin: 0;
  --aside-menu-item-fill: #E0E6FA;
  --aside-menu-link-padding: 1.4rem 0;
  --aside-menu-font-weight: 400;
  --btn-size: 2rem;
  --btn-size-mob: 2rem;
  --btn-radius: 3em;
  --btn-bg: #5fc9d8;
  --btn-bg-hover: #121928;
  --btn-bg-pressed: #253C78;
  --input-height: 55px;
  --input-radius: 30em;
  --input-bg: #ffffff;
  --input-border-color: #ECF0F6;
  --input-border-color-hover: #E3E3E3;
  --input-border-color-focus: #5fc9d8;
  --input-size: 1.6rem;
  --input-size-md: 1.5rem;
  --input-color: #121928;
  --input-color-placeholder: #121928;
  --input-lbl-color: #121928;
  --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: 4.4rem;
  --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: #E3E3E3;
}

/* 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.eot?ubss9l");
  src: url("../font/icomoon.eot?ubss9l#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?ubss9l") format("truetype"), url("../font/icomoon.woff?ubss9l") format("woff"), url("../font/icomoon.svg?ubss9l#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-whatsapp:before {
  content: "\e914";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-angle-left:before, .fc-icon-chevron-left:before {
  content: "\e91a";
}

.icon-angle-right:before, .fc-icon-chevron-right:before {
  content: "\e91b";
}

.b-header {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
  background: #ECF0F6;
  color: #121928;
  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;
  animation-duration: 0.5s;
  animation-name: NavSlideIn;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.b-header.m-fixed .b-logo img {
  width: 15rem;
  width: var(--logo-width-mob);
}
.b-header.m-fixed .b-header__top {
  padding-top: calc(2rem * 0.5);
  padding-bottom: calc(2rem * 0.5);
  padding-top: calc(var(--header-padding-top) * 0.5);
  padding-bottom: calc(var(--header-padding-bottom) * 0.5);
}
.b-header.m-fixed .sub-menu {
  padding-top: 2rem;
}
@keyframes NavSlideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.b-header + #header_placeholder {
  height: 0;
}
.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: 20rem;
  max-height: 70px;
  object-fit: contain;
}
.b-header .b-logo img {
  width: var(--logo-width);
  max-height: 70px;
  object-fit: contain;
}
@media screen and (min-width: 48em) {
  .b-header__logo {
    flex: 0 0 20rem;
    max-width: 20rem;
  }
}
.b-header__bottom {
  background-color: #5fc9d8;
}
.b-header__top {
  padding-top: 2rem;
  padding-bottom: 2rem;
  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 #5fc9d8;
  background-color: #5fc9d8;
}
.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: #5fc9d8;
}
.b-header__navbar .inline-list > li.menu-item:first-child > a {
  padding-inline-start: 0;
}
.b-header__search {
  display: none;
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 68, 83, 0.9);
  padding: 5rem;
}
.b-header__search #closeSearch {
  position: absolute;
  left: 5REM;
}
.b-header__search form {
  display: flex;
  align-items: center;
  height: 100%;
  width: 700px;
  max-width: 90%;
  margin: auto;
}
.b-header__search input {
  background: none;
  border-radius: 0;
  padding-inline: 0;
  padding-bottom: 1rem;
  border: 0;
  border-bottom: 1px solid #fff;
  flex: 1;
  margin-bottom: 0;
  font-size: 3rem;
  color: #FFF;
}
.b-header__search input::-webkit-input-placeholder { /* WebKit browsers */
  color: #FFF;
}
.b-header__search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFF;
}
.b-header__search input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFF;
}
.b-header__search input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #FFF;
}
.b-header__search button {
  background-color: #5fc9d8;
  background-color: var(--color-primary);
}
.b-header__search button i {
  font-size: 2rem;
}
.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 {
  min-width: 10rem;
  border-radius: 0;
}
.b-header__search-button:hover, .b-header__search-button:focus {
  background-color: #fff;
  text-decoration: none;
  color: #5fc9d8;
  color: var(--color-primary);
}
.b-header__search-button:hover:after, .b-header__search-button:focus:after {
  border-right-color: #fff !important;
}
.b-header__search-button i {
  margin-inline-end: 0.5rem;
  font-size: 75%;
}
@media screen and (max-width: 47.99875em) {
  .b-header__search {
    max-width: 100%;
  }
  .b-header__search--mob {
    background: #5fc9d8;
    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;
  }
  .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, .b-header__lang li a:hover {
  text-decoration: none;
}
.b-header__account {
  position: relative;
}
.b-header__account [data-collapse-trigger]:after {
  content: none !important;
}
.b-header__account #accountCollapse {
  background: #fff;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  width: 100%;
  min-width: 180px;
  padding: 2rem 3rem;
}
.b-header__account #accountCollapse a {
  display: block;
  font-size: 1.6rem;
  color: #121928;
  padding: 1rem;
  border-bottom: 1px solid #E3EAF3;
}
.b-header__account #accountCollapse a:first-child {
  border-top: 1px solid #E3EAF3;
}
.b-header__account #accountCollapse a:hover {
  text-decoration: none;
  color: #074B7E;
}
.b-header__login {
  cursor: pointer;
  font-size: 3rem;
  color: #121928;
  margin-inline-end: 2rem;
  display: flex;
  align-items: center;
}
.b-header__login small {
  font-size: 1.7rem;
  margin-inline-start: 1rem;
}
.b-header__login: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__top-nav {
  padding-inline-start: 3rem;
}
.b-header__top-nav-list {
  display: flex;
}
.b-header__top-nav-list > li {
  padding-inline-end: 1rem;
}
.b-header__top-nav-list > li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.3rem;
  background-color: #074B7E;
  margin-inline-start: 1rem;
  transform: rotate(-9deg);
}
.b-header__top-nav-list > li > a {
  font-size: 1.6rem;
  color: #121928;
}
.b-header__menu-nav {
  position: relative;
  color: var(--header-color);
  padding-inline-start: 3rem;
  font-weight: 400;
  font-size: 1.7rem;
  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: "\e906";
  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;
  color: currentColor;
  font-size: 1Rem;
}
.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;
  border-radius: 10px;
  padding: 0 1rem;
}
.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 {
  font-family: var(--font-family-title);
  color: #231F20;
}
@media screen and (min-width: 48em) {
  .b-header__menu-nav a:hover {
    color: #074B7E;
  }
}
.b-header__menu-nav a, .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;
  gap: 2rem;
}
.b-header__menu-nav > ul > li {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 62em) {
  .b-header__menu-nav > ul > li:hover > a {
    border-bottom-color: #5fc9d8;
    border-bottom-color: var(--color-primary);
  }
}
.b-header__menu-nav > ul > li > a {
  display: flex;
  align-items: center;
  padding: 1.1rem 0 1rem;
  color: currentColor;
  font-size: var(--font-size-base);
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 0.2rem solid transparent;
}
@media screen and (min-width: 62em) {
  .b-header__menu-nav > ul > li > a:hover {
    border-bottom-color: #5fc9d8;
    border-bottom-color: var(--color-primary);
  }
}
.b-header__menu-nav > ul > li > a, .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: #5fc9d8;
}
.b-header__tools {
  gap: 2.5rem;
}
.b-header__tools a {
  color: #121928;
}
.b-header__tools .search-toggle {
  width: 60px;
  height: 60px;
  line-height: 67Px;
  background: #5fc9d8;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.b-header__tools .search-toggle, .b-header__tools .search-toggle:hover {
  text-decoration: none;
}
.b-header__tools .search-toggle i {
  font-size: 130%;
}
.b-header__tools .b-header__account {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.b-header__tools .b-header__account i {
  color: #5fc9d8;
  font-size: 115%;
}
.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: "\e90e";
  }
  .b-header .link-fav, .b-header [class^=link-] {
    font-size: 22px;
  }
  .b-header .link-fav, .b-header .link-fav:hover, .b-header [class^=link-], .b-header [class^=link-]:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 48em) {
  .b-header__navbar {
    color: #121928;
    background-color: transparent;
  }
}
@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: 15rem;
    width: var(--logo-width-mob);
  }
}

.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: #121928;
  color: var(--color-text);
}
.is-menu-open .b-header__menu-nav ul a {
  width: 100%;
  color: #121928;
  color: var(--color-text);
  font-size: 5vw;
  font-size: 3vh;
  line-height: 1.25;
}

.b-footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.2;
  background: #0b292d;
  color: #fff;
  font-size: 1.6rem;
  color: var(--footer-color);
  font-size: var(--footer-size);
}
.b-footer a {
  color: currentColor;
}
.b-footer a:hover {
  color: #5fc9d8;
  color: var(--footer-color-hover);
}
.b-footer a, .b-footer a:hover {
  text-decoration: none;
}
.b-footer h4.b-footer__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 2.4rem;
}
.b-footer h4.b-footer__title a {
  pointer-events: none;
}
.b-footer .footer-logo {
  filter: brightness(0) invert(1);
}
.b-footer__contact {
  gap: 2rem;
  margin-top: 1rem;
}
.b-footer__contact > li {
  margin-top: 2rem;
}
.b-footer__contact > li i {
  color: #5fc9d8;
  margin-inline-end: 0.8rem;
  font-size: 1.1em;
}
.b-footer__top {
  padding-top: 7rem;
  padding-bottom: 6rem;
  padding-top: var(--footer-padding-top);
  padding-bottom: var(--footer-padding-bottom);
}
.b-footer__bottom {
  padding: 3rem 0;
  color: #DBDBDB;
  font-size: var(--font-size-base-xs);
  border-top: 0.5px solid #5fc9d8;
}
.b-footer__bottom__menu-list li:not(:last-child):after {
  content: "|";
  margin-inline: 0.5rem;
}
.b-footer__menu ul li {
  margin-top: 1rem;
}
.b-footer__menu ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
}
.b-footer__menu + * {
  margin-top: 2rem;
}
@media screen and (min-width: 48em) {
  .b-footer__menu-list {
    gap: 2rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .b-footer {
    background-size: cover;
    background-position: left -480px top;
  }
}
@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: "\e906";
    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 {
    transform: rotate(-180deg);
  }
  .b-footer .container, .b-footer .s-main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-footer__title {
    border-color: #D1D3D4;
    margin-bottom: -1px;
  }
  .b-footer__contact > li + li {
    margin-top: 2rem;
  }
  .b-footer__menu {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .b-footer__menu-list {
    display: flex;
    flex-wrap: wrap;
  }
  .b-footer__menu-list > li {
    flex: 0 0 50%;
    margin-top: 1rem;
  }
  .b-footer__menu + * {
    margin-top: -1px;
  }
}

.floating_share {
  position: fixed;
  bottom: 50px;
  left: 1rem;
  z-index: 11111;
}
.floating_share li:not(:last-child) a {
  border-bottom: 1px solid;
}
.floating_share li a {
  display: block;
  color: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  font-size: var(--font-size-base-xl);
}
.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;
}

.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 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 62em) {
  .container, .s-main, .container-fluid {
    max-width: 120rem;
    max-width: var(--container-width);
  }
  .container._wide, ._wide.s-main, .container-fluid._wide {
    max-width: 130rem;
    max-width: var(--container-width-xl);
  }
  .container._narrow, ._narrow.s-main, .container-fluid._narrow {
    max-width: var(--container-width-sm);
  }
}
@media screen and (max-width: 47.99875em) {
  .container, .s-main, .container-fluid {
    padding-left: 3Rem;
    padding-right: 3rem;
  }
}

.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 {
  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;
}

@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 #E3E3E3;
  border-right: 1px solid #E3E3E3;
  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 {
  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));
  }
}
.home .s-main__content {
  padding-bottom: 0;
}

@media screen and (max-width: 47.99875em) {
  .s-main {
    --container-padding: 1.5rem;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
  }
  .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;
    transform: translate3d(-100%, 0, 0);
    background: #253C78;
    background: var(--color-primary-darken);
    transition: transform 0.4s ease;
    will-change: transform;
    left: -30px;
    z-index: 9999;
    width: 100%;
    max-width: 100%;
    top: 8rem;
    height: 100%;
    padding-top: 8rem !important;
    padding-top: 8rem !important;
  }
  [dir=rtl] .s-main__aside.show-on-mobile {
    right: -30px;
    left: auto;
    transform: translate3d(100%, 0, 0);
  }
  .rtl .s-main__aside.show-on-mobile {
    right: -30px;
    left: auto;
    transform: translate3d(100%, 0, 0);
  }
  .is-aside-open .s-main__aside.show-on-mobile {
    transform: translate3d(0%, 0, 0);
    left: 0;
  }
  [dir=rtl] .is-aside-open .s-main__aside.show-on-mobile {
    right: 0;
    left: auto;
  }
  .rtl .is-aside-open .s-main__aside.show-on-mobile {
    right: 0;
    left: auto;
  }
  .s-main__aside.show-on-mobile + div {
    margin-top: 0;
  }
  .s-main__aside.show-on-mobile .b-header__menu-nav {
    padding-inline-start: 0;
  }
  .s-main__aside.show-on-mobile .b-header__menu-nav > ul li.current-menu-ancestor > a, .s-main__aside.show-on-mobile .b-header__menu-nav > ul li.current-menu-item > a, .s-main__aside.show-on-mobile .b-header__menu-nav > ul li:hover > a {
    border-bottom-color: transparent;
    color: #5fc9d8 !important;
    color: var(--color-primary) !important;
  }
  .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: #5fc9d8;
  margin-bottom: 1.5rem;
}

.holder-clickable {
  cursor: pointer;
}

.b-aside > * + * {
  margin-top: 3rem;
}
.b-aside__title {
  font-size: 3.2rem;
  font-size: var(--h2);
}
.b-aside__title:after {
  content: "";
  display: block;
  width: 84px;
  height: 10px;
  margin: 2rem auto 2rem;
  background-image: url("../img/title-decor.svg");
  background-repeat: no-repeat;
}
.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;
  margin-top: var(--aside-menu-margin);
}
.b-aside__nav-list .is-active a:hover, .b-aside__nav-list .is-active a:focus {
  color: #5fc9d8;
}
.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 a {
  line-height: 1.3;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: var(--aside-menu-font-weight);
  font-size: var(--aside-size);
  font-size: 1.8rem;
  color: #121928;
  padding: 1.4rem 0;
  font-weight: 400;
  border-bottom: 1px solid #E3E3E3;
  font-size: var(--aside-size);
  color: var(--aside-color);
  padding: var(--aside-menu-link-padding);
  font-weight: var(--aside-menu-font-weight);
  border-bottom: 1px solid #E3E3E3;
}
.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: #5fc9d8;
}
.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: #5fc9d8;
  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: #253C78;
  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 #E3E3E3;
}
.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;
  color: #fff;
  border-bottom-width: 0.3rem;
}
.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: "\e906";
  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.5em;
  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: "\e919";
}
.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: #fff;
  display: block;
  padding: 0.6rem 0;
}
.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;
  display: flex;
  align-items: center;
}
.has-submenu:after, .b-header .menu-item-has-children:after {
  content: "\e906";
  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;
  color: currentColor;
  font-size: 1rem;
  margin-inline-start: 0.5rem;
}
.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:hover:after, .has-submenu.is-open:after, .b-header .menu-item-has-children:hover:after, .b-header .menu-item-has-children.is-open:after {
  content: "\e919";
}
.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: "\e919";
  }
  .has-submenu [data-collapse-trigger]:after, .b-header .menu-item-has-children [data-collapse-trigger]:after {
    content: "\e906";
    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;
  left: 1rem;
  top: 100%;
  transform: translateY(3rem);
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  color: #121928;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  min-width: 20rem;
  background-color: rgba(236, 240, 246, 0.85);
  box-shadow: 0 10PX 10px -5px rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  font-size: var(--font-size-base);
}
.b-submenu .sub-menu, .b-header .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  padding-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: var(--font-size-base-sm);
  line-height: 1;
  padding: 1rem 1.6rem;
}
.b-submenu li a:hover, .b-submenu li a:hover:hover, .b-submenu li a.is-active, .b-submenu li a.is-active:hover, .b-header .sub-menu li a:hover, .b-header .sub-menu li a:hover:hover, .b-header .sub-menu li a.is-active, .b-header .sub-menu li a.is-active:hover {
  text-decoration: none;
}
.b-submenu li.menu-item-has-children:after, .b-header .sub-menu li.menu-item-has-children:after {
  left: 15px;
}
.b-submenu li.menu-item-has-children:hover:after, .b-submenu li.menu-item-has-children.is-open:after, .b-header .sub-menu li.menu-item-has-children:hover:after, .b-header .sub-menu li.menu-item-has-children.is-open:after {
  content: "\e919";
  font-size: 0.45em;
  top: 58%;
}
.b-submenu li.current-menu-ancestor > a, .b-submenu li.current-menu-item > a, .b-submenu li:hover > a, .b-header .sub-menu li.current-menu-ancestor > a, .b-header .sub-menu li.current-menu-item > a, .b-header .sub-menu li:hover > a {
  -webkit-text-stroke: 0.4px;
  color: #5fc9d8;
  color: var(--color-primary);
}
.b-submenu li.menu-item-has-children, .b-header .sub-menu li.menu-item-has-children {
  padding-inline-end: 1.5rem;
}
.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 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  min-width: 19rem;
  padding: 1.8rem 4rem;
  text-align: center;
  transition: color 0.5s, background 0.5s, border-color 0.5s;
  font-weight: 500;
  background: #5fc9d8;
  font-size: 2rem;
  font-family: Rubik, Roboto, sans-serif;
  background: var(--btn-bg);
  font-size: var(--btn-size);
  font-family: var(--font-family-title);
}
.btn#acwp-toolbar-btn, body .s-callback__form .gform_wrapper.gravity-theme form #acwp-toolbar-btn.gform_button, #acwp-toolbar-btn.btn-flat, .button#acwp-toolbar-btn, button#acwp-toolbar-btn, .wp-block-button__link#acwp-toolbar-btn {
  min-width: 48px;
}
.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 !important;
}
.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 {
  text-decoration: none;
  border-color: #5fc9d8;
  color: #5fc9d8;
  background: #121928;
  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: #5fc9d8;
  background: #253C78;
  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 i, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button i, .btn-flat i, .button i, button i, .wp-block-button__link i {
  margin-inline-start: 1.2rem;
}
.btn i:not(.btn-icon), body .s-callback__form .gform_wrapper.gravity-theme form .gform_button i:not(.btn-icon), .btn-flat i:not(.btn-icon), .button i:not(.btn-icon), button i:not(.btn-icon), .wp-block-button__link i:not(.btn-icon) {
  font-size: 70%;
}
.btn.m-featured, .m-featured.btn-flat, .btn.gform_button, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, .gform_button.btn-flat, .btn.b-header__search-button, .b-header__search-button.btn-flat, .button.m-featured, .button.gform_button, .button.b-header__search-button, button.m-featured, button.gform_button, button.b-header__search-button, .wp-block-button__link.m-featured, .wp-block-button__link.gform_button, .wp-block-button__link.b-header__search-button {
  border: 0;
  transition: all 0.5s;
  height: 6rem;
  padding: 2rem 4rem;
  margin-inline-end: 2.5rem;
}
.btn.m-featured:hover, .m-featured.btn-flat:hover, .btn.gform_button:hover, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:hover, .gform_button.btn-flat:hover, .btn.b-header__search-button:hover, .b-header__search-button.btn-flat:hover, .button.m-featured:hover, .button.gform_button:hover, .button.b-header__search-button:hover, button.m-featured:hover, button.gform_button:hover, button.b-header__search-button:hover, .wp-block-button__link.m-featured:hover, .wp-block-button__link.gform_button:hover, .wp-block-button__link.b-header__search-button:hover {
  color: #fff;
  transform: translateX(-5px);
}
.btn.m-featured:hover:after, .m-featured.btn-flat:hover:after, .btn.gform_button:hover:after, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:hover:after, .gform_button.btn-flat:hover:after, .btn.b-header__search-button:hover:after, .b-header__search-button.btn-flat:hover:after, .button.m-featured:hover:after, .button.gform_button:hover:after, .button.b-header__search-button:hover:after, button.m-featured:hover:after, button.gform_button:hover:after, button.b-header__search-button:hover:after, .wp-block-button__link.m-featured:hover:after, .wp-block-button__link.gform_button:hover:after, .wp-block-button__link.b-header__search-button:hover:after {
  border-right-color: var(--btn-bg-hover);
}
.btn.m-featured:after, .m-featured.btn-flat:after, .btn.gform_button:after, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:after, .gform_button.btn-flat:after, .btn.b-header__search-button:after, .b-header__search-button.btn-flat:after, .button.m-featured:after, .button.gform_button:after, .button.b-header__search-button:after, button.m-featured:after, button.gform_button:after, button.b-header__search-button:after, .wp-block-button__link.m-featured:after, .wp-block-button__link.gform_button:after, .wp-block-button__link.b-header__search-button:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3rem 2.5rem 3rem 0;
  border-color: transparent #5fc9d8 transparent transparent;
  transition: all 0.5s;
}
.btn.m-featured.m-small, .m-featured.m-small.btn-flat, .btn.gform_button.m-small, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button.m-small, .gform_button.m-small.btn-flat, .btn.b-header__search-button.m-small, .b-header__search-button.m-small.btn-flat, .button.m-featured.m-small, .button.gform_button.m-small, .button.b-header__search-button.m-small, button.m-featured.m-small, button.gform_button.m-small, button.b-header__search-button.m-small, .wp-block-button__link.m-featured.m-small, .wp-block-button__link.gform_button.m-small, .wp-block-button__link.b-header__search-button.m-small {
  height: 4.5rem;
  padding: 1.4rem 2rem;
  min-width: 14rem;
  font-size: 1.8rem;
  font-size: var(--font-size-base);
}
.btn.m-featured.m-small:after, .m-featured.m-small.btn-flat:after, .btn.gform_button.m-small:after, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button.m-small:after, .gform_button.m-small.btn-flat:after, .btn.b-header__search-button.m-small:after, .b-header__search-button.m-small.btn-flat:after, .button.m-featured.m-small:after, .button.gform_button.m-small:after, .button.b-header__search-button.m-small:after, button.m-featured.m-small:after, button.gform_button.m-small:after, button.b-header__search-button.m-small:after, .wp-block-button__link.m-featured.m-small:after, .wp-block-button__link.gform_button.m-small:after, .wp-block-button__link.b-header__search-button.m-small:after {
  border-width: 2.25rem 1.5rem 2.25rem 0;
}
.btn.m-featured.m-white, .m-featured.m-white.btn-flat, .btn.gform_button.m-white, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button.m-white, .gform_button.m-white.btn-flat, .btn.b-header__search-button.m-white, .b-header__search-button.m-white.btn-flat, .button.m-featured.m-white, .button.gform_button.m-white, .button.b-header__search-button.m-white, button.m-featured.m-white, button.gform_button.m-white, button.b-header__search-button.m-white, .wp-block-button__link.m-featured.m-white, .wp-block-button__link.gform_button.m-white, .wp-block-button__link.b-header__search-button.m-white {
  background: #fff;
  color: #121928;
}
.btn.m-featured.m-white:hover, .m-featured.m-white.btn-flat:hover, .btn.gform_button.m-white:hover, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button.m-white:hover, .gform_button.m-white.btn-flat:hover, .btn.b-header__search-button.m-white:hover, .b-header__search-button.m-white.btn-flat:hover, .button.m-featured.m-white:hover, .button.gform_button.m-white:hover, .button.b-header__search-button.m-white:hover, button.m-featured.m-white:hover, button.gform_button.m-white:hover, button.b-header__search-button.m-white:hover, .wp-block-button__link.m-featured.m-white:hover, .wp-block-button__link.gform_button.m-white:hover, .wp-block-button__link.b-header__search-button.m-white:hover {
  background: #fff;
  color: var(--color-primary);
}
.btn.m-featured.m-white:after, .m-featured.m-white.btn-flat:after, .btn.gform_button.m-white:after, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button.m-white:after, .gform_button.m-white.btn-flat:after, .btn.b-header__search-button.m-white:after, .b-header__search-button.m-white.btn-flat:after, .button.m-featured.m-white:after, .button.gform_button.m-white:after, .button.b-header__search-button.m-white:after, button.m-featured.m-white:after, button.gform_button.m-white:after, button.b-header__search-button.m-white:after, .wp-block-button__link.m-featured.m-white:after, .wp-block-button__link.gform_button.m-white:after, .wp-block-button__link.b-header__search-button.m-white:after {
  border-right-color: #fff;
}
.btn.m-featured.outlined, .m-featured.outlined.btn-flat, .btn.gform_button.outlined, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button.outlined, .gform_button.outlined.btn-flat, .btn.b-header__search-button.outlined, .b-header__search-button.outlined.btn-flat, .button.m-featured.outlined, .button.gform_button.outlined, .button.b-header__search-button.outlined, button.m-featured.outlined, button.gform_button.outlined, button.b-header__search-button.outlined, .wp-block-button__link.m-featured.outlined, .wp-block-button__link.gform_button.outlined, .wp-block-button__link.b-header__search-button.outlined {
  background: transparent;
  border: 4px solid #5fc9d8;
  border-left: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  height: 60px;
}
.btn.m-featured.outlined:after, .m-featured.outlined.btn-flat:after, .btn.gform_button.outlined:after, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button.outlined:after, .gform_button.outlined.btn-flat:after, .btn.b-header__search-button.outlined:after, .b-header__search-button.outlined.btn-flat:after, .button.m-featured.outlined:after, .button.gform_button.outlined:after, .button.b-header__search-button.outlined:after, button.m-featured.outlined:after, button.gform_button.outlined:after, button.b-header__search-button.outlined:after, .wp-block-button__link.m-featured.outlined:after, .wp-block-button__link.gform_button.outlined:after, .wp-block-button__link.b-header__search-button.outlined:after {
  content: "";
  position: absolute;
  top: -4px;
  right: 100%;
  width: 33px;
  height: calc(100% + 8px);
  border: 0;
  background-image: url("../pic/icons/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: right -3PX center;
}
.btn.gform_button, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, .gform_button.btn-flat, .button.gform_button, button.gform_button, .wp-block-button__link.gform_button {
  height: 6rem;
  padding: 2rem 6rem !important;
  background-color: #5fc9d8 !important;
  background: #5fc9d8 !important;
  font-size: 2rem !important;
  font-family: Rubik, Roboto, sans-serif !important;
  background: var(--btn-bg) !important;
  font-size: var(--btn-size) !important;
  font-family: var(--font-family-title) !important;
  border-radius: 30em !important;
}
.btn.gform_button:after, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:after, .gform_button.btn-flat:after, .button.gform_button:after, button.gform_button:after, .wp-block-button__link.gform_button:after {
  display: block;
}
.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: transparent;
  color: #fff;
  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: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.m-secondary, body .s-callback__form .gform_wrapper.gravity-theme form .m-secondary.gform_button, .m-secondary.btn-flat, .button.m-secondary, button.m-secondary, .wp-block-button__link.m-secondary {
  background: var(--color-secondary);
}
.btn.m-shadow, body .s-callback__form .gform_wrapper.gravity-theme form .m-shadow.gform_button, .m-shadow.btn-flat, .btn.has-background, body .s-callback__form .gform_wrapper.gravity-theme form .has-background.gform_button, .has-background.btn-flat, .button.m-shadow, .button.has-background, button.m-shadow, button.has-background, .wp-block-button__link.m-shadow, .wp-block-button__link.has-background {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
.btn__rounded, .button__rounded, button__rounded, .wp-block-button__link__rounded {
  border-radius: 1rem;
}
.btn.size-small, body .s-callback__form .gform_wrapper.gravity-theme form .size-small.gform_button, .size-small.btn-flat, .button.size-small, button.size-small, .wp-block-button__link.size-small {
  font-size: 1.4rem;
  padding: 0.8rem 2.4rem;
}
.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 {
  ffont-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.has_icon, body .s-callback__form .gform_wrapper.gravity-theme form .has_icon.gform_button, .has_icon.btn-flat, .button.has_icon, button.has_icon, .wp-block-button__link.has_icon {
  padding-block: 0;
  min-width: 27rem;
  justify-content: space-between;
}
.btn .btn-icon, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button .btn-icon, .btn-flat .btn-icon, .button .btn-icon, button .btn-icon, .wp-block-button__link .btn-icon {
  font-size: 4.5rem;
  margin-inline-start: 0;
  margin-inline-end: 2REM;
  padding: 1rem 0;
  padding-inline-end: 2rem;
  border-inline-end: 1px solid #fff;
}
.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, .btn.has-primary-background-color:hover, body .s-callback__form .gform_wrapper.gravity-theme form .has-primary-background-color.gform_button:hover, .has-primary-background-color.btn-flat:hover, .btn.has-primary-background-color:focus, body .s-callback__form .gform_wrapper.gravity-theme form .has-primary-background-color.gform_button:focus, .has-primary-background-color.btn-flat:focus, .button._primary:hover, .button._primary:focus, .button.has-primary-background-color:hover, .button.has-primary-background-color:focus, button._primary:hover, button._primary:focus, button.has-primary-background-color:hover, button.has-primary-background-color:focus, .wp-block-button__link._primary:hover, .wp-block-button__link._primary:focus, .wp-block-button__link.has-primary-background-color:hover, .wp-block-button__link.has-primary-background-color:focus {
  border-color: #253C78;
  background: #253C78;
  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, .btn.has-primary-background-color.btn-flat:hover, body .s-callback__form .gform_wrapper.gravity-theme form .has-primary-background-color.btn-flat.gform_button:hover, .has-primary-background-color.btn-flat:hover, .btn.has-primary-background-color.btn-flat:focus, body .s-callback__form .gform_wrapper.gravity-theme form .has-primary-background-color.btn-flat.gform_button:focus, .has-primary-background-color.btn-flat:focus, .button._primary.btn-flat:hover, .button._primary.btn-flat:focus, .button.has-primary-background-color.btn-flat:hover, .button.has-primary-background-color.btn-flat:focus, button._primary.btn-flat:hover, button._primary.btn-flat:focus, button.has-primary-background-color.btn-flat:hover, button.has-primary-background-color.btn-flat:focus, .wp-block-button__link._primary.btn-flat:hover, .wp-block-button__link._primary.btn-flat:focus, .wp-block-button__link.has-primary-background-color.btn-flat:hover, .wp-block-button__link.has-primary-background-color.btn-flat:focus {
  color: #253C78;
  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: 2rem;
    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.btn-play, body .s-callback__form .gform_wrapper.gravity-theme form .btn-play.gform_button, .btn-play.btn-flat, .button.btn-play, button.btn-play, .wp-block-button__link.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  background: rgba(255, 255, 255, 0.85);
  color: #074B7E;
  border-radius: 50%;
  border: 0;
}
.btn.btn-play i, body .s-callback__form .gform_wrapper.gravity-theme form .btn-play.gform_button i, .btn-play.btn-flat i, .button.btn-play i, button.btn-play i, .wp-block-button__link.btn-play i {
  margin: 0;
}
.btn.filter-trigger, body .s-callback__form .gform_wrapper.gravity-theme form .filter-trigger.gform_button, .filter-trigger.btn-flat, .button.filter-trigger, button.filter-trigger, .wp-block-button__link.filter-trigger {
  width: 100%;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-bottom-color: #6C757D;
  padding: 0 0 1.2rem 0;
  font-weight: 400;
  text-align: start;
  color: #121928;
  font-size: 1.8rem;
  color: var(--color-text);
  font-size: var(--font-size-base);
}
.btn.filter-trigger:after, body .s-callback__form .gform_wrapper.gravity-theme form .filter-trigger.gform_button:after, .filter-trigger.btn-flat:after, .button.filter-trigger:after, button.filter-trigger:after, .wp-block-button__link.filter-trigger:after {
  font-size: 80% !important;
  padding-left: 0 !important;
  position: relative !important;
}
.btn.clear-all, body .s-callback__form .gform_wrapper.gravity-theme form .clear-all.gform_button, .clear-all.btn-flat, .button.clear-all, button.clear-all, .wp-block-button__link.clear-all {
  padding: 0;
  background-color: transparent;
  border: 0;
  min-width: 0;
  font-weight: 400;
  float: left;
  color: #5fc9d8;
  font-size: 1.5rem;
  color: var(--color-primary);
  font-size: var(--font-size-base-xs);
}

.btn-flat {
  background: transparent;
  color: #121928;
  border: 2px solid #074B7E;
  color: var(--color-text);
  border: 2px solid var(--color-secondary);
}
.btn-flat.is-active, .btn-flat:hover {
  background: #5fc9d8;
  border-color: #5fc9d8;
  color: #fff;
}
.btn-flat i {
  color: var(--color-secondary);
}
.btn-flat.m-white {
  color: #fff;
  border-color: #fff;
}
.btn-flat.m-white i {
  color: #fff;
}

.btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btn-group.text-center {
  justify-content: center;
}
.btn-group > [class*=btn-], .btn-group > .btn, body .s-callback__form .gform_wrapper.gravity-theme form .btn-group > .gform_button, .btn-group > .btn-flat {
  border-radius: 1rem;
  margin: 2px;
}
@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;
}

label, .label {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #121928;
  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.7rem;
  border-width: 0 0 2px 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  height: 55px;
  background: #ffffff;
  border-color: #ECF0F6;
  color: #121928;
  height: var(--input-height);
  background: var(--input-bg);
  border-color: var(--input-border-color);
  color: var(--input-color);
}
[dir=rtl] input, [dir=rtl] .input, [dir=rtl] textarea {
  text-align: right;
}
input::-webkit-input-placeholder, .input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #121928;
}
input:-moz-placeholder, .input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #121928;
}
input::-moz-placeholder, .input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #121928;
}
input:-ms-input-placeholder, .input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #121928;
}
input:hover, .input:hover, textarea:hover {
  border-color: #E3E3E3;
}
input:focus, input:focus-visible, .input:focus, .input:focus-visible, textarea:focus, textarea:focus-visible {
  border-color: #5fc9d8;
  outline: none;
}
input:hover, .input:hover, textarea:hover {
  border-color: var(--input-border-color-hover);
}
input:focus, input:focus-visible, .input:focus, .input:focus-visible, textarea:focus, textarea:focus-visible {
  border-color: var(--input-border-color-focus);
  outline: none;
}
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: #E3E3E3;
}
input:focus, .input:focus, textarea:focus {
  border-color: #5fc9d8;
}
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.gform-theme--foundation input[type=text], body .gform_wrapper.gform-theme--foundation input[type=email], body .gform_wrapper.gform-theme--foundation input[type=tel], body .gform_wrapper.gform-theme--foundation input[type=file], body .gform_wrapper.gform-theme--foundation input[type=url], body .gform_wrapper.gform-theme--foundation input[type=number], body .gform_wrapper.gform-theme--foundation textarea, body .gform_wrapper.gform-theme--foundation select {
  font-size: 1.7rem;
  border-width: 0 0 2px 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  height: 55px;
  background: #ffffff;
  border-color: #ECF0F6;
  color: #121928;
  height: var(--input-height);
  background: var(--input-bg);
  border-color: var(--input-border-color);
  color: var(--input-color);
}
[dir=rtl] body .gform_wrapper.gform-theme--foundation input[type=text], [dir=rtl] body .gform_wrapper.gform-theme--foundation input[type=email], [dir=rtl] body .gform_wrapper.gform-theme--foundation input[type=tel], [dir=rtl] body .gform_wrapper.gform-theme--foundation input[type=file], [dir=rtl] body .gform_wrapper.gform-theme--foundation input[type=url], [dir=rtl] body .gform_wrapper.gform-theme--foundation input[type=number], [dir=rtl] body .gform_wrapper.gform-theme--foundation textarea, [dir=rtl] body .gform_wrapper.gform-theme--foundation select {
  text-align: right;
}
body .gform_wrapper.gform-theme--foundation input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=file]::-webkit-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gform-theme--foundation textarea::-webkit-input-placeholder, body .gform_wrapper.gform-theme--foundation select::-webkit-input-placeholder { /* WebKit browsers */
  color: #121928;
}
body .gform_wrapper.gform-theme--foundation input[type=text]:-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=email]:-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=tel]:-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=file]:-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=url]:-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=number]:-moz-placeholder, body .gform_wrapper.gform-theme--foundation textarea:-moz-placeholder, body .gform_wrapper.gform-theme--foundation select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #121928;
}
body .gform_wrapper.gform-theme--foundation input[type=text]::-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=email]::-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=tel]::-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=file]::-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=url]::-moz-placeholder, body .gform_wrapper.gform-theme--foundation input[type=number]::-moz-placeholder, body .gform_wrapper.gform-theme--foundation textarea::-moz-placeholder, body .gform_wrapper.gform-theme--foundation select::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #121928;
}
body .gform_wrapper.gform-theme--foundation input[type=text]:-ms-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=email]:-ms-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=tel]:-ms-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=file]:-ms-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=url]:-ms-input-placeholder, body .gform_wrapper.gform-theme--foundation input[type=number]:-ms-input-placeholder, body .gform_wrapper.gform-theme--foundation textarea:-ms-input-placeholder, body .gform_wrapper.gform-theme--foundation select:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #121928;
}
body .gform_wrapper.gform-theme--foundation input[type=text]:hover, body .gform_wrapper.gform-theme--foundation input[type=email]:hover, body .gform_wrapper.gform-theme--foundation input[type=tel]:hover, body .gform_wrapper.gform-theme--foundation input[type=file]:hover, body .gform_wrapper.gform-theme--foundation input[type=url]:hover, body .gform_wrapper.gform-theme--foundation input[type=number]:hover, body .gform_wrapper.gform-theme--foundation textarea:hover, body .gform_wrapper.gform-theme--foundation select:hover {
  border-color: #E3E3E3;
}
body .gform_wrapper.gform-theme--foundation input[type=text]:focus, body .gform_wrapper.gform-theme--foundation input[type=text]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=email]:focus, body .gform_wrapper.gform-theme--foundation input[type=email]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=tel]:focus, body .gform_wrapper.gform-theme--foundation input[type=tel]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=file]:focus, body .gform_wrapper.gform-theme--foundation input[type=file]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=url]:focus, body .gform_wrapper.gform-theme--foundation input[type=url]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=number]:focus, body .gform_wrapper.gform-theme--foundation input[type=number]:focus-visible, body .gform_wrapper.gform-theme--foundation textarea:focus, body .gform_wrapper.gform-theme--foundation textarea:focus-visible, body .gform_wrapper.gform-theme--foundation select:focus, body .gform_wrapper.gform-theme--foundation select:focus-visible {
  border-color: #5fc9d8;
  outline: none;
}
body .gform_wrapper.gform-theme--foundation input[type=text]:hover, body .gform_wrapper.gform-theme--foundation input[type=email]:hover, body .gform_wrapper.gform-theme--foundation input[type=tel]:hover, body .gform_wrapper.gform-theme--foundation input[type=file]:hover, body .gform_wrapper.gform-theme--foundation input[type=url]:hover, body .gform_wrapper.gform-theme--foundation input[type=number]:hover, body .gform_wrapper.gform-theme--foundation textarea:hover, body .gform_wrapper.gform-theme--foundation select:hover {
  border-color: var(--input-border-color-hover);
}
body .gform_wrapper.gform-theme--foundation input[type=text]:focus, body .gform_wrapper.gform-theme--foundation input[type=text]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=email]:focus, body .gform_wrapper.gform-theme--foundation input[type=email]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=tel]:focus, body .gform_wrapper.gform-theme--foundation input[type=tel]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=file]:focus, body .gform_wrapper.gform-theme--foundation input[type=file]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=url]:focus, body .gform_wrapper.gform-theme--foundation input[type=url]:focus-visible, body .gform_wrapper.gform-theme--foundation input[type=number]:focus, body .gform_wrapper.gform-theme--foundation input[type=number]:focus-visible, body .gform_wrapper.gform-theme--foundation textarea:focus, body .gform_wrapper.gform-theme--foundation textarea:focus-visible, body .gform_wrapper.gform-theme--foundation select:focus, body .gform_wrapper.gform-theme--foundation select:focus-visible {
  border-color: var(--input-border-color-focus);
  outline: none;
}
body .gform_wrapper.gform-theme--foundation input[type=text][readonly=readonly], body .gform_wrapper.gform-theme--foundation input[type=email][readonly=readonly], body .gform_wrapper.gform-theme--foundation input[type=tel][readonly=readonly], body .gform_wrapper.gform-theme--foundation input[type=file][readonly=readonly], body .gform_wrapper.gform-theme--foundation input[type=url][readonly=readonly], body .gform_wrapper.gform-theme--foundation input[type=number][readonly=readonly], body .gform_wrapper.gform-theme--foundation textarea[readonly=readonly], body .gform_wrapper.gform-theme--foundation select[readonly=readonly] {
  border: 0;
}
body .gform_wrapper.gform-theme--foundation input[type=text][readonly=readonly]:focus, body .gform_wrapper.gform-theme--foundation input[type=email][readonly=readonly]:focus, body .gform_wrapper.gform-theme--foundation input[type=tel][readonly=readonly]:focus, body .gform_wrapper.gform-theme--foundation input[type=file][readonly=readonly]:focus, body .gform_wrapper.gform-theme--foundation input[type=url][readonly=readonly]:focus, body .gform_wrapper.gform-theme--foundation input[type=number][readonly=readonly]:focus, body .gform_wrapper.gform-theme--foundation textarea[readonly=readonly]:focus, body .gform_wrapper.gform-theme--foundation select[readonly=readonly]:focus {
  border: 0;
  outline: 0;
}
body .gform_wrapper.gform-theme--foundation input[type=text]:hover, body .gform_wrapper.gform-theme--foundation input[type=email]:hover, body .gform_wrapper.gform-theme--foundation input[type=tel]:hover, body .gform_wrapper.gform-theme--foundation input[type=file]:hover, body .gform_wrapper.gform-theme--foundation input[type=url]:hover, body .gform_wrapper.gform-theme--foundation input[type=number]:hover, body .gform_wrapper.gform-theme--foundation textarea:hover, body .gform_wrapper.gform-theme--foundation select:hover {
  border-color: #E3E3E3;
}
body .gform_wrapper.gform-theme--foundation input[type=text]:focus, body .gform_wrapper.gform-theme--foundation input[type=email]:focus, body .gform_wrapper.gform-theme--foundation input[type=tel]:focus, body .gform_wrapper.gform-theme--foundation input[type=file]:focus, body .gform_wrapper.gform-theme--foundation input[type=url]:focus, body .gform_wrapper.gform-theme--foundation input[type=number]:focus, body .gform_wrapper.gform-theme--foundation textarea:focus, body .gform_wrapper.gform-theme--foundation select:focus {
  border-color: #5fc9d8;
}
body .gform_wrapper.gform-theme--foundation input[type=text]:hover, body .gform_wrapper.gform-theme--foundation input[type=email]:hover, body .gform_wrapper.gform-theme--foundation input[type=tel]:hover, body .gform_wrapper.gform-theme--foundation input[type=file]:hover, body .gform_wrapper.gform-theme--foundation input[type=url]:hover, body .gform_wrapper.gform-theme--foundation input[type=number]:hover, body .gform_wrapper.gform-theme--foundation textarea:hover, body .gform_wrapper.gform-theme--foundation select:hover {
  border-color: var(--input-border-color-hover);
}
body .gform_wrapper.gform-theme--foundation input[type=text]:focus, body .gform_wrapper.gform-theme--foundation input[type=email]:focus, body .gform_wrapper.gform-theme--foundation input[type=tel]:focus, body .gform_wrapper.gform-theme--foundation input[type=file]:focus, body .gform_wrapper.gform-theme--foundation input[type=url]:focus, body .gform_wrapper.gform-theme--foundation input[type=number]:focus, body .gform_wrapper.gform-theme--foundation textarea:focus, body .gform_wrapper.gform-theme--foundation select:focus {
  border-color: var(--input-border-color-focus);
}
body .gform_wrapper.gform-theme--foundation 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;
  padding: 0.2rem 0;
}
[dir=rtl] body .gform_wrapper.gform-theme--foundation select {
  background-position: left 12px center !important;
}

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

body .gform_wrapper.gform-theme--foundation input[type=file]::file-selector-button {
  position: absolute;
  left: 10px;
  top: 13px;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 0;
  padding: 5px 10px;
  border-radius: 30em;
}
[lang=en-US] body .gform_wrapper.gform-theme--foundation input[type=file]::file-selector-button {
  left: auto;
  right: 10px;
}

body .gform_wrapper.gform-theme--foundation.classic_wrapper .gform_fields {
  grid-row-gap: 2rem;
}
body .gform_wrapper.gform-theme--foundation.classic_wrapper .gform_fields > .gfield {
  margin-bottom: 0;
}
body .gform_wrapper.gform-theme--foundation.classic_wrapper input[type=text], body .gform_wrapper.gform-theme--foundation.classic_wrapper input[type=email], body .gform_wrapper.gform-theme--foundation.classic_wrapper input[type=tel] {
  height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.input-large {
  height: 5.5rem;
}

input[type=file]::file-selector-button {
  position: absolute;
  left: 10px;
  top: 13px;
  border: 0;
  background-color: #5fc9d8;
  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;
}

textarea {
  width: 100%;
  max-width: 100%;
  outline: none;
  resize: none;
  overflow: hidden;
  border-radius: 0;
  min-height: 7.2rem;
  padding-top: 0.825em;
  padding-bottom: 0.825em;
  background: #ffffff;
  color: #121928;
  border-color: #ECF0F6;
  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.7rem;
  border-width: 0 0 2px 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  height: 55px;
  border-color: #ECF0F6;
  color: #121928;
  background: #ffffff;
}
[dir=rtl] .input-group--flex {
  text-align: right;
}
.input-group--flex::-webkit-input-placeholder { /* WebKit browsers */
  color: #121928;
}
.input-group--flex:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #121928;
}
.input-group--flex::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #121928;
}
.input-group--flex:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #121928;
}
.input-group--flex:hover {
  border-color: #E3E3E3;
}
.input-group--flex:focus, .input-group--flex:focus-visible {
  border-color: #5fc9d8;
  outline: none;
}
.input-group--flex:hover {
  border-color: var(--input-border-color-hover);
}
.input-group--flex:focus, .input-group--flex:focus-visible {
  border-color: var(--input-border-color-focus);
  outline: none;
}
.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: #121928;
  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: "\e90f" !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: #5fc9d8;
  background: #5fc9d8;
}

.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: #E3E3E3;
}

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

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

._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: #5fc9d8;
  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: #5fc9d8;
  background: transparent;
}

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

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

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

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

[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: "\e919";
}
[data-collapse] [data-collapse-trigger]:after, [data-collapse] .--collapse:after {
  transform: translateY(-50%);
  color: #5fc9d8;
  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: "\e906";
  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.8rem;
  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: #5fc9d8;
}
.b-pagination ul.page-numbers .page-numbers, .b-pagination ul.page-numbers .page-numbers:hover {
  text-decoration: none;
}
.b-pagination ul.page-numbers .page-numbers.current {
  background: #5fc9d8;
  border-color: #5fc9d8;
  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: 2px solid #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #121928;
}
.b-pagination ul.page-numbers .page-numbers.prev:hover, .b-pagination ul.page-numbers .page-numbers.next:hover {
  color: #5fc9d8;
  color: #5fc9d8;
}
@media screen and (max-width: 35.99875em) {
  .b-pagination {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.label--dark {
  color: #121928;
}

.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.8rem;
  color: #121928;
  font-size: var(--font-size-base);
  color: var(--color-text);
  display: block;
}
fieldset legend:not([class*=mb-]) {
  margin-bottom: 2.4rem;
}

body .gform_wrapper.gform-theme--foundation .gform_heading {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
}
body .gform_wrapper.gform-theme--foundation .gform_heading .gform_title {
  color: #121928;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3REM;
}
.modal body .gform_wrapper.gform-theme--foundation .gform_heading {
  margin-bottom: 0;
}

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

@media (max-width: 840px) {
  body .gform_wrapper.gform-theme--foundation .gform_fields {
    grid-column-gap: 2.5rem;
    grid-row-gap: 0;
  }
}
body .gform_wrapper.gform-theme--foundation .gfield {
  position: relative;
}
body .gform_wrapper.gform-theme--foundation .gfield.gfield--type-checkbox {
  padding-inline-start: 1.5rem;
}
body .gform_wrapper.gform-theme--foundation .gform_fileupload_rules {
  display: none;
}
body .gform_wrapper.gform-theme--foundation .gfield_validation_message {
  padding: 3px 10px 5px;
  background: #121928;
  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.gform-theme--foundation .gfield_label {
  color: #121928;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 0;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  font-size: 1.8rem;
  line-height: 1 !important;
  font-weight: 400;
  border-radius: 5rem;
}
body .gform_wrapper.gform-theme--foundation .gfield_label .gfield_required {
  color: #5fc9d8;
  font-size: var(--font-size-base);
  margin: 0 !important;
}
body .gform_wrapper.gform-theme--foundation .gfield_label .gfield_required .gfield_required_text {
  font-size: 1.4rem;
}
body .gform_wrapper.gform-theme--foundation .gfield_label .gfield_required .gfield_required_asterisk {
  margin: 0;
}
body .gform_wrapper.gform-theme--foundation .gfield_label.on, body .gform_wrapper.gform-theme--foundation .gfield_label.show {
  top: -10px;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
body .gform_wrapper.gform-theme--foundation .gfield_label.on > .gfield_required, body .gform_wrapper.gform-theme--foundation .gfield_label.show > .gfield_required {
  font-size: 1.2rem;
}
[dir=rtl] body .gform_wrapper.gform-theme--foundation .gfield_label {
  left: auto;
  right: 0;
}
[dir=rtl] body .gform_wrapper.gform-theme--foundation .gfield_label > .gfield_required {
  margin-left: 0 !important;
}

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

[dir=rtl] body .gform_wrapper.gform-theme--foundation.classic_wrapper .gfield_label {
  right: 2rem;
  top: 2rem;
}

.rtl body .gform_wrapper.gform-theme--foundation.classic_wrapper .gfield_label {
  right: 2rem;
  top: 2rem;
}

body .gform_wrapper.gform-theme--foundation.classic_wrapper .gfield_label.on, body .gform_wrapper.gform-theme--foundation.classic_wrapper .gfield_label.show {
  top: 0.2rem;
}
body .gform_wrapper.gform-theme--foundation .gfield--type-fileupload .gfield_label, body .gform_wrapper.gform-theme--foundation .gfield--type-select .gfield_label, body .gform_wrapper.gform-theme--foundation .gfield--input-type-datepicker .gfield_label {
  top: -16px;
  left: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}
body .gform_wrapper.gform-theme--foundation .gfield--type-fileupload .gfield_label > .gfield_required, body .gform_wrapper.gform-theme--foundation .gfield--type-select .gfield_label > .gfield_required, body .gform_wrapper.gform-theme--foundation .gfield--input-type-datepicker .gfield_label > .gfield_required {
  font-size: 1.2rem;
}
[dir=rtl] body .gform_wrapper.gform-theme--foundation .gfield--type-fileupload .gfield_label, [dir=rtl] body .gform_wrapper.gform-theme--foundation .gfield--type-select .gfield_label, [dir=rtl] body .gform_wrapper.gform-theme--foundation .gfield--input-type-datepicker .gfield_label {
  left: auto;
  right: 0;
}
[dir=rtl] body .gform_wrapper.gform-theme--foundation .gfield--type-fileupload .gfield_label > .gfield_required, [dir=rtl] body .gform_wrapper.gform-theme--foundation .gfield--type-select .gfield_label > .gfield_required, [dir=rtl] body .gform_wrapper.gform-theme--foundation .gfield--input-type-datepicker .gfield_label > .gfield_required {
  margin-left: 0 !important;
}

.rtl body .gform_wrapper.gform-theme--foundation .gfield--type-fileupload .gfield_label, .rtl body .gform_wrapper.gform-theme--foundation .gfield--type-select .gfield_label, .rtl body .gform_wrapper.gform-theme--foundation .gfield--input-type-datepicker .gfield_label {
  left: auto;
  right: 0;
}
.rtl body .gform_wrapper.gform-theme--foundation .gfield--type-fileupload .gfield_label > .gfield_required, .rtl body .gform_wrapper.gform-theme--foundation .gfield--type-select .gfield_label > .gfield_required, .rtl body .gform_wrapper.gform-theme--foundation .gfield--input-type-datepicker .gfield_label > .gfield_required {
  margin-left: 0 !important;
}

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

body .gform_wrapper.gform-theme--foundation .gf_readonly {
  display: flex;
  align-items: center;
}
body .gform_wrapper.gform-theme--foundation .gf_readonly .gfield_label.show {
  position: static;
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  body .gform_wrapper.gform-theme--foundation .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: #121928;
  background: var(--footer-bg);
}
body .s-callback__form.footer-form .gfield_label {
  color: #fff !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: #fff !important;
}
body .s-callback__form.footer-form .gform_wrapper.gravity-theme form .gform_button {
  background-color: #fff;
  color: #121928;
}
@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;
  }
}

#registration {
  margin-top: 6rem;
  padding: 4rem 0;
}

.b-card {
  position: relative;
  font-size: 2rem;
}
.b-card__pic {
  position: relative;
  overflow: hidden;
}
.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 {
  position: relative;
  z-index: 1;
  padding: 2rem 1.5rem;
  background-color: #fff;
}
.s-index .b-card__body {
  padding-bottom: 0;
}

.post-list--overImage .b-card__body {
  width: calc(100% - 1rem);
  margin-inline-start: 1rem;
  margin-top: -2.5rem;
  box-shadow: -2px 5px 0 -2px #121928;
}

.s-index .b-card__footer {
  border-top: 1px solid #D8D8D8;
  text-align: center;
  margin: 1rem -1.5rem 0;
}
.s-index .b-card__footer .b-card__link {
  transition: 0.2s ease;
  color: #074B7E;
  display: block;
  padding-block: 1.5rem;
}
.s-index .b-card__footer .b-card__link:hover {
  background-color: #074B7E;
  color: #fff;
  text-decoration: none;
}

.b-card__title {
  letter-spacing: 0.02px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  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: #121928;
}
.post-list--overImage .b-card__title {
  font-weight: 400;
  margin-bottom: 3rem;
}

.b-card__txt {
  font-size: 1em;
  line-height: 1.2;
}
.b-card__txt p {
  font-size: 100%;
}
.b-card .author {
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
.b-card .author:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  margin: 1.3rem auto 0;
  background-color: #074B7E;
}
.b-card .date {
  font-size: 1.5rem;
  color: #68748E;
}
.b-card .date i {
  color: #5fc9d8;
  margin-inline-end: 1rem;
  -webkit-text-stroke: 0.5px;
}
.post-list--default .b-card .date {
  justify-content: center;
  margin-top: 1.4rem;
}
.post-list--default .b-card .date i {
  display: none;
}

.b-card--event .date:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  margin: 1.3rem auto 0;
  background-color: #074B7E;
}
.b-card._size--small {
  font-size: 1.8rem;
}
.b-card._bordered .b-card__pic {
  border-bottom: solid 0.9rem;
  border-color: #5fc9d8;
  border-color: var(--color-primary);
  border-color: var(--border);
}
.b-card_story {
  background-color: #fff;
  box-shadow: 0px 24px 24px -10px rgba(0, 0, 0, 0.1);
}
.b-card_story + .b-card {
  margin-top: 5rem;
}
.b-card_story .b-card__pic img {
  width: 100%;
}
.b-card_story .b-card__head-title h3 {
  color: #074B7E;
  font-size: 2.6rem;
  color: var(--color-secondary);
  font-size: var(--h4);
}
.b-card_story .b-card__dets {
  margin-bottom: 2rem;
  padding: 0.7rem 1rem;
  background-color: #ECF0F6;
  line-height: 1.3;
  font-size: 1.6rem;
  font-size: var(--font-size-base-sm);
}
.b-card_story blockquote {
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: Rubik, Roboto, sans-serif;
  font-size: 2rem;
  font-family: var(--font-family-title);
  font-size: var(--font-size-base-lg);
}
.b-card_story blockquote i {
  color: var(--color-primary);
  font-size: 150%;
  margin-inline-end: 0.75rem;
  vertical-align: middle;
}
.b-card_story .b-card__txt p {
  font-size: 95%;
  opacity: 0.7;
  line-height: 1.5;
}
.b-card_story .b-card__body {
  padding: 4.5rem 4rem;
}
@media screen and (max-width: 47.99875em) {
  .b-card_story .b-card__pic {
    height: 250px;
  }
  .b-card_story .b-card__pic img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.b-card--post {
  background-color: #fff;
  padding: 2rem;
}
.b-card--post .b-card__pic {
  border-color: #5fc9d8;
  border-color: var(--color-primary);
}
.b-card--post .b-card__pic.placeholder {
  padding: 2rem;
  background-color: #fff;
}
.b-card--post .b-card__pic.placeholder img {
  max-height: 180px;
}
.b-card--post .b-card__title {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
}
.b-card--post .b-card__title a {
  color: #121928;
}
.b-card--post .b-card__body {
  padding: 1.2rem 0;
}
.b-card--post .b-card__txt {
  line-height: 1.5;
}
.b-card--post .post-meta {
  font-size: 1.6rem;
}
.b-card--post .post-meta .post-category {
  margin-inline-start: 1.5rem;
}
.b-card--post .post-meta .post-category:before {
  content: "|";
  height: 1.5rem;
  margin-inline-end: 1.5rem;
}
@media screen and (min-width: 36em) {
  .b-card--post {
    height: 100%;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-card--post {
    margin-bottom: 20px;
  }
  .b-card--post .b-card__pic {
    height: auto;
  }
}
.b-card--post.b-card--inline .b-card__pic {
  height: auto;
}
.b-card--cat {
  background-color: #5fc9d8;
}
.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 .b-card__txt {
  color: #414042;
}
@media screen and (max-width: 35.99875em) {
  .b-card--news {
    padding-bottom: 2rem;
  }
}
.b-card--classified {
  border-bottom: 3px solid #EDF0FF;
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
}
.b-card--classified .b-card__pic {
  background-color: #fff;
  box-shadow: 0px 0px 40px rgba(187, 187, 187, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.b-card--classified .b-card__body {
  background-color: transparent;
  padding: 0;
}
.b-card--classified .b-card__body > .row {
  height: 100%;
}
.b-card--classified .b-card__title {
  font-size: 2.2rem;
  font-size: var(--font-size-base-xl);
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .b-card--classified .b-card__dets {
    height: 100%;
    padding: 0 3rem;
    border-left: 10px solid #f3f3f3;
  }
}
.b-card--classified .b-card__dets .post-meta {
  background-color: #F7F7F7;
  font-size: var(--font-size-base-sm);
  padding: 0.8rem 1.5rem;
  color: var(--color-primary);
}
.b-card--classified .b-card__dets .post-meta strong {
  color: #074B7E;
}
.b-card--classified .requirements ul {
  margin-top: 2.5rem;
}
.b-card--classified .requirements ul li {
  position: relative;
  margin-bottom: 1rem;
}
.b-card--classified .requirements ul li:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #5fc9d8;
  margin-left: 0.8rem;
}
.b-card--classified .requirements ul li:after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 0.8rem;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0.6rem 0.3rem 0.6rem 0;
  border-color: transparent #5fc9d8 transparent transparent;
}
.b-card--classified .b-card__link:not(:hover) {
  background-color: #074B7E;
}
.b-card--classified .b-card__link:not(:hover):after {
  border-right-color: #074B7E;
}
.b-card--classified .collapsed-link {
  white-space: nowrap;
}
.b-card--classified:not(.expanded) .b-card__pic img {
  max-height: 55px;
  max-width: 70px;
}
@media screen and (min-width: 48em) {
  .b-card--classified.expanded .b-card__body .col-md-2 {
    width: 7.666%;
  }
  .b-card--classified.expanded .b-card__body .b-card__content {
    width: 50%;
  }
}
.b-card--classified.expanded .b-card__title {
  color: #5fc9d8;
  color: var(--color-primary);
}
@media screen and (max-width: 47.99875em) {
  .b-card--classified.expanded .b-card__title {
    PADDING: 1REM 0 1REM 7REM;
  }
}
.b-card--classified.expanded .collapsed-link {
  margin-left: 0;
  min-width: 0;
  -webkit-text-stroke: 1px;
}
.b-card--classified.expanded .collapsed-link i {
  margin-right: 0;
}
.b-card--classified.expanded .collapsed-link:after {
  content: none;
}
@media screen and (max-width: 47.99875em) {
  .b-card--classified.expanded .collapsed-link {
    left: 0;
    top: 0;
    position: absolute;
  }
}
.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 #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
.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 #E3E3E3;
  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);
}
.b-box_category {
  padding: 1.5rem;
  background-color: transparent;
}
.b-box_category .b-box__body {
  transition: all 0.3s ease-in-out;
  background-color: rgba(37, 60, 120, 0.9);
}
.b-box_category .b-box__body h4 {
  font-size: 1.6rem;
  font-size: var(--font-size-base-sm);
  line-height: 1.3;
  font-weight: 500;
}
.b-box_category .b-box__body h4 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 1rem 1.5rem;
  height: 6rem;
  transition: 0.3s ease-in-out;
}
.b-box_category .b-box__body h4 a, .b-box_category .b-box__body h4 a:hover {
  text-decoration: none;
}
.b-box_category .b-box__body h4 a i {
  color: #5fc9d8;
  font-size: 2.6rem;
  color: var(--color-primary);
  font-size: var(--h4);
}
.b-box_category:hover .b-box__body {
  transform: translateY(-5px);
}
.b-box_workshop {
  background-color: #3D4453;
  text-align: center;
  color: #fff;
}
.b-box_workshop .b-box__dets {
  background: rgba(255, 255, 255, 0.09);
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-size: var(--font-size-base-sm);
}
.b-box_workshop .b-box__dets > span:not(:first-child):before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 2px;
  margin-inline-end: 1rem;
  background-color: #5fc9d8;
}
.b-box_workshop .b-box__head-title {
  font-size: 2.2rem;
  font-size: var(--font-size-base-xl);
}
.b-box_workshop .b-box__body {
  margin-top: 1.5rem;
}
.b-box_workshop .b-box__body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  font-size: 1.6rem;
  font-size: var(--font-size-base-sm);
}
@media screen and (min-width: 48em) {
  .b-box_workshop {
    height: 100%;
  }
}
.single-workshops .b-box_workshop {
  margin-bottom: 5rem;
}
.single-workshops .b-box_workshop .b-box__dets {
  padding: 1.6rem;
  gap: 1.5rem;
}
.single-workshops .b-box_workshop .b-box__dets > span:not(:first-child):before {
  margin-inline-end: 1.5rem;
}
.single-workshops .b-box_workshop .b-box__dets label {
  margin-bottom: 0;
  margin-inline-end: 0.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #5fc9d8;
  font-size: var(--font-size-base-sm);
  color: var(--color-primary);
}
.main-services .b-box {
  background: #253C78;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: 3.5rem 2.5rem 1rem;
}
.main-services .b-box__head-icn img {
  filter: brightness(0) invert(1);
}
.main-services .b-box__head-icn path {
  fill: #FFF;
}
.main-services .b-box__head-icn i {
  font-size: 7rem;
}
.main-services .b-box .b-box__head-title {
  margin: 1.5rem 0;
  font-size: 2rem;
  color: #5fc9d8;
  font-weight: 600;
}
.main-services .b-box p {
  color: #FFF;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.5rem;
}
.main-services .b-box a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 1rem;
  margin: 3rem -1.5rem 0;
  transition: all 0.3s;
}
.main-services .b-box a:hover {
  background-color: #fff;
  color: #253C78;
}

.b-box__team {
  padding: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.b-box__team .b-box__head-title {
  font-size: 2.2rem;
}
.b-box__team .b-box__body {
  padding: 1.2rem 1.5rem 2.5rem;
}
.b-box__team .b-box__body P {
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 95%;
  margin-top: 0.5rem;
}
.b-box.featured .b-box__head {
  margin-bottom: 0;
}
.b-box.featured .b-box__body {
  padding: 3rem;
}

.b-box__links {
  margin-bottom: 1.5rem;
}
.b-box__links a, .b-box__links span {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--font-size-base-sm);
  color: #121928;
}
.b-box__links a, .b-box__links a:hover, .b-box__links span, .b-box__links span:hover {
  text-decoration: none;
}
.b-box__links a i, .b-box__links span i {
  color: #074B7E;
  color: var(--color-secondary);
}
.b-box__links a i.icon-phone, .b-box__links span i.icon-phone {
  font-size: 85%;
}
.b-box__links a i.icon-Email, .b-box__links span i.icon-Email {
  margin-bottom: 2PX;
}
.b-box__links a:hover, .b-box__links a:hover i {
  color: var(--color-primary);
}
.b-box__links span {
  margin-top: 0.75rem;
}
.modal__content .b-box__links {
  display: flex;
  gap: 2rem;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  PADDING: 0.5rem 0;
  font-size: var(--font-size-base);
}
.modal__content .b-box__links span {
  margin-top: 0;
}
.modal__content .b-box__links .icon-phone {
  font-size: 80%;
}

.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: #68748E;
  background-color: var(--color-grey);
}
.section.m-primary, .s-section.m-primary, section.m-primary {
  color: #fff;
  background-color: #5fc9d8;
  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 {
  padding: 9rem 0;
}
.b-section__heading, .article h2.wp-block-heading, .term_description h2.wp-block-heading {
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
.b-section__heading-title, .article h2.wp-block-heading, .term_description h2.wp-block-heading {
  font-size: 4rem;
  font-weight: 800;
}
.b-section__heading.m-small, .article h2.m-small.wp-block-heading, .term_description h2.m-small.wp-block-heading {
  margin-bottom: 3rem;
}
.b-section__heading.m-small .b-section__heading-title, .b-section__heading.m-small .article h2.wp-block-heading, .article .b-section__heading.m-small h2.wp-block-heading, .b-section__heading.m-small .term_description h2.wp-block-heading, .term_description .b-section__heading.m-small h2.wp-block-heading, .article h2.m-small.wp-block-heading .b-section__heading-title, .article h2.m-small.wp-block-heading h2.wp-block-heading, .term_description h2.m-small.wp-block-heading .b-section__heading-title, .term_description h2.m-small.wp-block-heading h2.wp-block-heading {
  font-size: 3rem;
}
.b-section__heading:after, .article h2.wp-block-heading:after, .term_description h2.wp-block-heading:after {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  margin: 2rem auto 2rem;
  background-color: #5fc9d8;
  background-repeat: no-repeat;
}
.b-section__heading.has_icon, .article h2.has_icon.wp-block-heading, .term_description h2.has_icon.wp-block-heading {
  display: flex;
  align-items: center;
  text-align: start;
}
.b-section__heading.has_icon:before, .article h2.has_icon.wp-block-heading:before, .term_description h2.has_icon.wp-block-heading:before {
  content: none;
}
.b-section__heading.has_icon i, .article h2.has_icon.wp-block-heading i, .term_description h2.has_icon.wp-block-heading i {
  margin-inline-end: 2rem;
  font-size: 4.3rem;
}
.b-section__heading + .b-section__subtitle, .article h2.wp-block-heading + .b-section__subtitle, .term_description h2.wp-block-heading + .b-section__subtitle {
  margin-top: -2rem;
  margin-bottom: 5rem;
}
.b-section__heading.text-right:after, .article h2.text-right.wp-block-heading:after, .term_description h2.text-right.wp-block-heading:after {
  margin-right: 0;
}
.b-section__title {
  color: #797773;
  color: var(--heading-color);
  line-height: 1.33;
  margin-bottom: 0.35em;
}
.b-section__subtitle {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.4;
}
.b-section.has-rectangle-arrow {
  background-image: url("../img/bg/rectangle-arrow.svg");
  background-repeat: no-repeat;
  background-position: right -20px center;
  background-size: contain;
}
.b-section.has-rectangle-arrow-neg {
  background-image: url("../img/bg/rectangle-arrow-neg.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 55%;
}
@media screen and (min-width: 48em) {
  .b-section__heading.text-md-right:after, .article h2.text-md-right.wp-block-heading:after, .term_description h2.text-md-right.wp-block-heading:after {
    margin-right: 0;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-section {
    padding: 5rem 0;
  }
  .b-section__heading, .article h2.wp-block-heading, .term_description h2.wp-block-heading {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (max-width: 35.99875em) and (max-width: 374px) {
  .b-section__heading, .article h2.wp-block-heading, .term_description h2.wp-block-heading {
    font-size: 6.4171122995vw;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-section__heading-title, .article h2.wp-block-heading, .term_description h2.wp-block-heading {
    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;
}
.s-content__heading {
  position: relative;
}
.s-content__heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.s-content__heading .s-content__heading_wrp {
  position: relative;
}
.s-content__heading .subtitle {
  font-size: 3rem;
  margin-top: 0;
}
.s-content__heading .s-content__heading_rectangle {
  position: absolute;
  bottom: -4px;
  left: 0;
  WIDTH: 100%;
}
.s-content__heading .s-content__heading_rectangle svg {
  width: 100%;
  height: 100%;
}
.s-content__heading.has_image {
  padding: 15rem 0 6rem;
  background-size: cover;
  height: 400px;
  text-align: center;
}
.s-content__heading.has_image .overlay {
  position: absolute;
  opacity: 0.6;
  visibility: visible;
  background: linear-gradient(108.15deg, rgba(9, 27, 50, 0) 0, rgba(9, 27, 50, 0.8) 40%, rgba(9, 27, 50, 0.24) 69%, rgba(9, 27, 50, 0) 100%), url(image.png);
  z-index: 0;
}
.s-content__heading.solid {
  background-color: #253C78;
  text-align: center;
  padding: 8rem 0 10REM;
}
.s-content__heading.solid:before {
  background-image: url("../img/bg/solid-title-img-border.svg");
  z-index: 1;
}
.s-content__heading.solid:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/bg/solid-heading-rectangles.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  opacity: 0.5;
}
.single-workshops .s-content__heading.solid {
  background-color: #3D4453;
}

.s-content__heading.solid .s-content__heading_rectangle {
  bottom: -3px;
}
.s-content__info {
  line-height: 1.33;
}
.s-content__info p {
  line-height: 1.33;
}
.s-content__info.--border {
  border-bottom: 1px solid #E3E3E3;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1.4em;
}
@media screen and (min-width: 48em) {
  .s-content__article.s-index {
    margin-inline-start: 3rem;
  }
}
.s-content__article-intro {
  margin-bottom: 5rem;
}
.s-content__article-intro p {
  line-height: 1.7;
}
.s-content__aside {
  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 {
  margin-bottom: 2rem;
}
.s-content__aside-head.--collapse:after {
  font-size: 0.46em;
  padding-left: 0.5rem;
}
.s-content__aside-box.s-filter {
  background-color: transparent;
  box-shadow: none;
}
@media screen and (min-width: 62em) {
  .s-content__aside-box.s-filter {
    margin-inline-end: 5rem;
    padding: 0;
    background-color: transparent;
  }
}
.s-content__aside-box.s-filter .s-content__aside-title {
  font-size: 2.4rem;
  color: #121928;
}
.s-content__aside-box.s-filter .form-check {
  background: #FFFFFF;
  box-shadow: -5px 5px 0 0 rgba(227, 234, 243, 0.5);
  margin-bottom: 0.5rem;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
}
.s-content__aside-box.s-filter .form-check.active {
  background-color: #074B7E;
}
.s-content__aside-box.s-filter .form-check.active .form-check-label {
  color: #fff;
  font-weight: 600;
}
.s-content__aside-box.s-filter .form-check.active .form-check-label::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;
  content: "\e90f";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  font-size: 9px;
  -webkit-text-stroke: 0.25px;
  text-align: center;
  color: #074B7E;
}
.s-content__aside-box.s-filter .form-check.active input[type=checkbox] {
  border-color: #fff;
}
.s-content__aside-box.s-filter .form-check input[type=checkbox] {
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border-color: #5fc9d8;
  border-radius: 2px;
}
.s-content__aside-box.s-filter .form-check-label {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  margin-inline-start: 0.8rem;
}
.s-content__aside-box.s-subcategories {
  margin-inline-end: 5rem;
}
.s-content__aside-box.m-shadow {
  box-shadow: -5px 5px 0 0 #ECF0F6;
  box-shadow: var(--aside-box-shadow);
}
.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-box .chairman {
  padding-bottom: 3REM;
  border-bottom: 6px solid #fff;
}
.s-content__aside-box .chairman__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2.5rem 3rem;
  margin: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
  font-size: var(--h4);
}
.s-content__aside-box .chairman__txt {
  margin-top: 2.5rem;
}
.s-content__aside-box .chairman__txt, .s-content__aside-box .chairman__txt p {
  line-height: 1.5;
}
.s-content__aside-box.features .feature-list li {
  background-color: #5fc9d8;
  margin-bottom: 2px;
  padding: 6px 10px;
  color: #fff;
  font-weight: 500;
}
.s-content__aside-title {
  font-size: 3rem;
  font-size: var(--h3);
  margin-bottom: 5rem;
}
.s-content__aside-title:after {
  content: "";
  display: block;
  width: 6REM;
  height: 6px;
  margin: 2rem 0 2rem;
  background-color: #5fc9d8;
}
.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: "\e906";
  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 #5fc9d8;
}
.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: #5fc9d8;
  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: #5fc9d8;
  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__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;
    margin-bottom: 0;
  }
  .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 .s-content__aside-title:after {
    margin-bottom: 0;
  }
  .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;
  }
  .js-aside-trigger-mob + .s-content__aside-body {
    display: none;
  }
  .js-aside-trigger-mob + .s-content__aside-body.is-active {
    display: block;
  }
  .s-content__heading .page-title {
    font-size: 5rem;
  }
  .s-content__heading.solid {
    padding: 6rem 0 7rem;
  }
  .s-content__heading.solid:after {
    background-size: 145%;
  }
  .s-content__heading.has_image {
    height: 350px;
    padding-top: 15rem;
  }
  .s-content__heading.has_image .page-title {
    font-size: 6.5rem;
  }
  .s-content__heading.has_image .overlay {
    background-image: linear-gradient(344deg, rgba(0, 0, 0, 0.5411764706), transparent);
  }
}

.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 #E3E3E3;
  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 #E3E3E3;
  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: #5fc9d8;
}
.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;
}

@media screen and (min-width: 48em) {
  .imgText-grid .s-imgText.has-rectangle-arrow:nth-child(even) {
    background-image: url("../img/bg/rectangle-arrow-right.svg");
    background-position: left -20px center;
  }
}

.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;
}

.commentlist .comment-author a {
  pointer-events: none;
}
.commentlist .comment-meta a {
  color: #68748E;
}

#commentform .required-field-message {
  display: none;
}
#commentform .logged-in-as a:first-child {
  display: none;
}

/**************************\
  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 #5fc9d8;
  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: #5fc9d8;
  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__overlay.transparent {
  background-color: rgba(104, 116, 142, 0.75);
}
.modal__overlay.transparent .modal__container {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
.modal__overlay.transparent .modal__close {
  background-color: #5fc9d8;
  background-color: var(--color-primary);
}

.modal__container {
  padding: 3.6rem 4.5rem;
  max-width: 48rem;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
  color: #121928;
  background: #fff;
  box-shadow: 0px 0px 1.2rem rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  color: var(--modal-color);
  background: var(--modal-bg);
  box-shadow: var(--box-shadow);
  border-radius: 0.5rem;
}
@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;
  padding: 1rem;
  right: 2.2rem;
  top: 2.2rem;
  cursor: pointer;
  min-width: 0;
  color: #fff;
  color: var(--modal-close-color);
}
.modal__close:before {
  content: "\e90e";
  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, .modal__close:hover {
  text-decoration: none;
}
[dir=rtl] .modal__close {
  right: auto;
  left: 2rem;
}

.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: #121928;
  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: #5fc9d8;
}
.slick-dots li button {
  border-radius: 50%;
  min-width: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #5fc9d8;
  background-color: transparent;
  padding: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

table, .dataTables_wrapper .tablepress, .wp-block-table, .foo-table.footable.table {
  width: 100%;
  background-color: transparent;
  font-size: 1.8rem;
}
table > .row-hover > tr:hover > *, .dataTables_wrapper .tablepress > .row-hover > tr:hover > *, .wp-block-table > .row-hover > tr:hover > *, .foo-table.footable.table > .row-hover > tr:hover > * {
  background-color: transparent;
}
table thead, .dataTables_wrapper .tablepress thead, .wp-block-table thead, .foo-table.footable.table thead {
  border-bottom: 0;
}
table thead th, .dataTables_wrapper .tablepress thead th, .wp-block-table thead th, .foo-table.footable.table thead th {
  background-color: #E3EAF3;
  font-size: 1.7rem;
  font-weight: 600;
  color: #5fc9d8;
  padding: 1.5rem;
}
table th, table td, .dataTables_wrapper .tablepress th, .dataTables_wrapper .tablepress td, .wp-block-table th, .wp-block-table td, .foo-table.footable.table th, .foo-table.footable.table td {
  border: 6px solid #f7f9fe;
  text-align: start;
  border-top: 0;
}
table th:last-child, table td:last-child, .dataTables_wrapper .tablepress th:last-child, .dataTables_wrapper .tablepress td:last-child, .wp-block-table th:last-child, .wp-block-table td:last-child, .foo-table.footable.table th:last-child, .foo-table.footable.table td:last-child {
  border-inline-end: 0;
}
table th:first-child, table td:first-child, .dataTables_wrapper .tablepress th:first-child, .dataTables_wrapper .tablepress td:first-child, .wp-block-table th:first-child, .wp-block-table td:first-child, .foo-table.footable.table th:first-child, .foo-table.footable.table td:first-child {
  border-inline-start: 0;
}
table > tbody > tr > td, .dataTables_wrapper .tablepress > tbody > tr > td, .wp-block-table > tbody > tr > td, .foo-table.footable.table > tbody > tr > td {
  font-size: 1.7rem;
  background-color: #fff !important;
  color: #121928;
  padding: 1.5rem;
}

.footable_parent {
  overflow-y: hidden;
}

.foo-table.footable.table > thead > .footable-filtering > th {
  background-color: transparent;
  padding-inline: 0;
}
.foo-table.footable.table > thead > .footable-filtering > th .input-group {
  display: flex;
}
.foo-table.footable.table > thead > .footable-filtering > th .form-control {
  height: 4.5rem;
  border: 1px solid rgba(19, 89, 182, 0.15);
  box-shadow: -4px 4px 0 0 rgba(19, 89, 182, 0.02);
}
.foo-table.footable.table > thead > .footable-filtering > th .fooicon-search:before {
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.foo-table.footable.table > thead > .footable-filtering > th .input-group-btn {
  display: flex;
  gap: 1rem;
}
.foo-table.footable.table > thead > .footable-filtering > th .input-group-btn .btn, .foo-table.footable.table > thead > .footable-filtering > th .input-group-btn .btn-flat, .foo-table.footable.table > thead > .footable-filtering > th .input-group-btn body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, body .s-callback__form .gform_wrapper.gravity-theme form .foo-table.footable.table > thead > .footable-filtering > th .input-group-btn .gform_button {
  height: 45px !important;
}
.foo-table.footable.table > thead > .footable-filtering > th .input-group-btn [type=submit] {
  background-color: #5fc9d8;
}
.foo-table.footable.table > thead > .footable-filtering > th .input-group-btn .dropdown-toggle {
  margin-inline-start: 1rem;
  width: 40px;
  border-radius: 4px;
}
.foo-table.footable.table > thead > .footable-filtering > th .input-group-btn .dropdown-toggle:hover {
  background-color: #ECF0F6;
}
.foo-table.footable.table > tbody > tr > td {
  padding: 1.5rem !important;
}
.foo-table.footable.table tfoot .footable-paging {
  background-color: transparent;
}
.foo-table.footable.table tfoot .footable-paging .pagination > .active > a {
  background-color: #5fc9d8;
}
.foo-table.footable.table tfoot .footable-paging td {
  border: 0;
}

.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;
}

.hero-slider {
  overflow: hidden;
}
.hero-slider .hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-slider .hero_slide {
  position: relative;
}
.hero-slider .hero_image img {
  width: 100%;
  height: auto;
}
.hero-slider .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 3rem 2.5rem;
}
.hero-slider .hero-content .page-title {
  margin-inline-start: 0;
  padding: 0;
  font-size: 4.6rem;
  font-weight: 800;
}
.hero-slider .hero-content .page-title span {
  font-size: 85%;
}
.hero-slider .hero-content .subtitle {
  font-size: 2.4rem;
  margin-top: 1rem;
}
.hero-slider .hero-content .btn:hover, .hero-slider .hero-content .btn-flat:hover, .hero-slider .hero-content body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:hover, body .s-callback__form .gform_wrapper.gravity-theme form .hero-slider .hero-content .gform_button:hover {
  background-color: #fff;
}
@media screen and (min-width: 48em) {
  .hero-slider .hero_slide {
    height: 500px;
  }
  .hero-slider .hero-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 8% 3.5%;
    display: flex;
    background-color: #121928;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 47.99875em) {
  .hero-slider .hero_image img {
    width: auto;
    height: 400px;
  }
  .hero-slider .hero-content {
    position: absolute;
    width: calc(100% - 6rem);
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    text-align: center;
  }
  .hero-slider .hero-content .page-title {
    font-size: 3.4rem;
  }
  .hero-slider .hero-content .subtitle {
    font-size: 2.2rem;
  }
}

.s-business {
  padding: 12rem 0;
  background-image: url("../img/bg/rectangle-lightblue.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 425px;
  z-index: 1;
}
.s-business .b-box {
  background-color: transparent;
  padding-top: 0;
}
.s-business .b-box__head-title {
  font-weight: 500;
}
.s-business .b-box svg {
  height: 7.5rem;
  width: auto;
}
.s-business .b-box svg path {
  fill: #232529;
}
.s-business .b-box__footer a, .s-business .b-box__footer a:hover {
  text-decoration: none;
}
.s-business .b-box__footer i {
  font-size: 2.6rem;
}
.s-business_wrp [class^=col-]:not(:first-child) {
  border-right: 0.5px solid #121928;
}

.s-categories {
  background-color: #F7F7F7;
  padding-top: 8rem;
  padding-bottom: 12rem;
  position: relative;
}
.s-categories_wrp {
  position: relative;
}
.s-categories .slick-slide {
  margin: 0 1rem;
}
.s-categories .slide__arrow--prev, .s-categories .slide__arrow--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #5fc9d8;
  border-radius: 50%;
}
.s-categories .slide__arrow--prev i, .s-categories .slide__arrow--next i {
  font-size: 2rem;
  color: #fff;
}
.s-categories .slide__arrow--prev {
  right: -8REM;
}
.s-categories .slide__arrow--next {
  LEFT: -8REM;
}

.s-testimonials .slick-slide {
  margin: 3rem;
}
.s-testimonials blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 3rem;
  background-color: #fff;
  box-shadow: 10PX 0 24px rgba(0, 0, 0, 0.1);
}
.s-testimonials blockquote i {
  font-size: 8rem;
  color: #5fc9d8;
}
.s-testimonials blockquote p {
  font-size: 2.2rem;
}

.s-cta {
  background-color: #253C78;
  background-repeat: no-repeat;
  background-size: 30% 100%;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
.s-cta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../pic/cta-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.15;
}
.s-cta.has-rectangle-arrow {
  padding-bottom: 15rem;
}
@media screen and (max-width: 35.99875em) {
  .s-cta.has-rectangle-arrow {
    margin-bottom: 5rem;
  }
}
.s-cta .cta-rectangle {
  position: absolute;
  bottom: 0;
  height: 90px;
}
.s-cta .gform_wrapper.gform-theme--foundation input {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  COLOR: #FFF !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border-radius: 30em;
}
.s-cta .gform_wrapper.gform-theme--foundation .gfield_label {
  margin-inline-start: 2rem;
  top: 20px;
  color: #fff;
}
.s-cta .gform_wrapper.gform-theme--foundation .gfield_label.show {
  top: 4px;
}
.s-cta .gform_wrapper.gform-theme--foundation .gform_footer {
  padding-top: 0;
  margin-top: 0;
  justify-content: center;
}

@media screen and (max-width: 47.99875em) {
  .s-business {
    background-size: auto 100%;
    MARGIN-TOP: -7REM;
    padding: 16rem 0;
  }
  .s-business_wrp [class^=col-]:not(:first-child) {
    border-right: 0;
    border-top: 0.5px solid #121928;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 35.99875em) {
  .s-categories {
    padding-top: 10rem;
  }
  .s-categories .slide__arrow--next {
    left: -1rem;
  }
  .s-categories .slide__arrow--prev {
    right: -1rem;
  }
  .s-news {
    padding: 2rem 0 6rem;
  }
}
.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: #5fc9d8;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.15em;
}

.s-about__content > * + * {
  border-top: 1px solid rgba(95, 201, 216, 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(95, 201, 216, 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: #5fc9d8;
  color: var(--color-primary);
}

.s-page-contact {
  position: relative;
}
.s-page-contact .s-contact {
  position: relative;
}
.s-page-contact .s-contact h1 {
  line-height: 1.4;
}
.s-page-contact .s-contact__soc {
  max-width: 40rem;
}
.s-page-contact .s-contact__soc li a, .s-page-contact .s-contact__soc li span {
  display: block;
  padding: 2rem 0;
  color: var(--color-text);
  border-bottom: 1px solid #919EAB;
}
.s-page-contact .s-contact__soc li a:hover, .s-page-contact .s-contact__soc li span:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.s-page-contact .s-contact__soc li a:hover i, .s-page-contact .s-contact__soc li span:hover i {
  color: var(--color-primary);
}
.s-page-contact .s-contact__soc li a i, .s-page-contact .s-contact__soc li span i {
  color: #68748E;
  margin-inline-end: 1.5rem;
}
.s-page-contact .s-contact__form {
  padding: 6rem 4rem;
  background: #fff;
  box-shadow: 0 14px 24px -5px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 47.99875em) {
  .s-page-contact {
    background-image: linear-gradient(to bottom, #fff 26%, #f0f0f0 26%, #f0f0f0);
  }
  .s-page-contact:before {
    bottom: 74%;
  }
  .s-page-contact .s-contact__details {
    padding-top: 0;
  }
}

.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: #5fc9d8;
  color: var(--color-primary);
}
.b-faq__title.is-active:after {
  content: "\e919";
}
.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: "\e906";
  font-size: 0.46em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-weight: 300;
}
.b-faq__title:hover {
  color: #074B7E;
  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-club__overview {
  background-image: url("../img/bg/plasters.svg");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: top right;
  margin-bottom: -8rem;
}
.s-club__benefits {
  background-image: url("../img/bg/rectangle-blue.svg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 8rem 0;
}
.s-club__benefits:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background-image: url("../img/bg/triangles-group.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.s-club__benefits img {
  transform: rotate(-3deg);
  box-shadow: 15px 15px 0 rgba(255, 255, 255, 0.15);
}
.s-club__partners {
  padding-top: 5rem;
}
@media screen and (min-width: 48em) {
  .s-club__benefits {
    background-size: 100%;
    padding: 18rem 0;
  }
  .s-club__benefits:before {
    background-position: center top;
  }
}

@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__heading .b-section__heading, .s-post__heading .article h2.wp-block-heading, .article .s-post__heading h2.wp-block-heading, .s-post__heading .term_description h2.wp-block-heading, .term_description .s-post__heading h2.wp-block-heading {
  font-size: 3.6rem;
  font-weight: 700;
  font-size: var(--h1);
  font-weight: var(--font-weight-title);
}
.s-post__category {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.s-post__category span {
  border: 2px solid #5fc9d8;
  font-size: var(--font-size-base-sm);
}
.s-post__category span a {
  display: block;
  color: #68748E;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}
.s-post__category span a:hover {
  background-color: #5fc9d8;
  color: #fff;
}
.s-post__category span a, .s-post__category span a:hover {
  text-decoration: none;
}
.s-post__header {
  margin-bottom: 3.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #E3E3E3;
  align-items: flex-end;
  border-color: #E3E3E3;
  border-color: var(--color-border);
}
.s-post__header .author {
  font-size: 2.4rem;
}
.s-post__header .author span {
  color: #5fc9d8;
}
.s-post__header .post-date {
  color: #5fc9d8;
}
@media screen and (min-width: 36em) {
  .s-classified .s-post__content {
    padding-inline-end: 5rem;
  }
}

.s-post__body img {
  box-shadow: -10px 14px 0px #ECF0F6;
}
.s-post__footer {
  margin-top: 3.5rem;
  padding-top: 3em;
  border-top: 8px solid #E3E3E3;
}
.s-post__footer .next a, .s-post__footer .prev a {
  background: transparent;
  border: 1Px solid #5fc9d8;
  border: 1Px solid #5fc9d8;
  padding: 0.75rem 1.75rem;
  position: relative;
  font-family: Rubik, Roboto, sans-serif;
  font-size: 1.6rem;
  color: #121928;
  font-family: var(--font-family-title);
  font-size: var(--font-size-base-sm);
  color: var(--color-text);
}
.s-post__footer .next a:hover, .s-post__footer .prev a:hover {
  color: #5fc9d8;
  color: var(--color-primary);
}
.s-post__footer .next a:after, .s-post__footer .prev a:after {
  content: "";
  position: absolute;
  top: -2px;
  width: 15px;
  height: 35PX;
  border: 0;
  background-image: url("../pic/icons/btn-arrow-small.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.s-post__footer .next a {
  border-left: 0;
  margin-left: 1.5rem;
}
.s-post__footer .next a:after {
  right: 100%;
  background-position: right -2PX center;
}
.s-post__footer .next:only-child {
  margin-right: auto;
}
.s-post__footer .prev a {
  border-right: 0;
  margin-right: 1.5rem;
}
.s-post__footer .prev a:after {
  left: 100%;
  background-position: left 2px center;
  transform: scale(-1);
}

.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: #121928;
  background: #fff;
  font-size: 1.8rem;
  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: #fff;
  font-size: var(--font-size-body);
}
body #pojo-a11y-toolbar {
  top: calc(100% - 20px) !important;
  transform: translateY(-100%);
}
@media screen and (max-width: 74.99875em) {
  body #pojo-a11y-toolbar {
    top: calc(100% - 60px) !important;
  }
}
body .pojo-a11y-toolbar-toggle {
  bottom: 0;
}

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: #5fc9d8;
  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;
}

.lightboxOverlay {
  opacity: 0.7 !important;
}

.lb-closeContainer {
  position: absolute;
  top: -40px;
}

.lb-data .lb-details {
  transform: translateY(calc(-100% - 8px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  background-color: rgba(18, 25, 40, 0.8);
  padding: 1rem;
}
.lb-data .lb-details .lb-caption {
  font-size: var(--font-size-base-sm);
}
.lb-data .lb-details .lb-number {
  padding: 0;
}

iframe {
  max-width: 100%;
}

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%;
}

.b-gallery .image-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.b-gallery .image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#filter-dropdown {
  position: absolute;
  min-width: 20rem;
  z-index: 11;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

label.decor {
  font-weight: 700;
  background-color: #E2EBED;
  margin-bottom: 0;
  position: relative;
}
label.decor:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 44px 8px;
  border-color: transparent transparent transparent #E2EBED;
}

.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 (min-width: 48em) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@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;
}

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

.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;
}

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

.mt-n10 {
  margin-top: -10rem;
}

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

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

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

@media screen and (min-width: 48em) {
  .pt-md-0 {
    padding-top: 0rem;
  }
  .ps-md-0 {
    padding-inline-start: 0rem;
  }
  .pe-md-0 {
    padding-inline-end: 0rem;
  }
}
.pt-1 {
  padding-top: 1rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-1 {
    padding-top: 1rem;
  }
  .ps-md-1 {
    padding-inline-start: 1rem;
  }
  .pe-md-1 {
    padding-inline-end: 1rem;
  }
}
.pt-2 {
  padding-top: 2rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-2 {
    padding-top: 2rem;
  }
  .ps-md-2 {
    padding-inline-start: 2rem;
  }
  .pe-md-2 {
    padding-inline-end: 2rem;
  }
}
.pt-3 {
  padding-top: 3rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-3 {
    padding-top: 3rem;
  }
  .ps-md-3 {
    padding-inline-start: 3rem;
  }
  .pe-md-3 {
    padding-inline-end: 3rem;
  }
}
.pt-4 {
  padding-top: 4rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-4 {
    padding-top: 4rem;
  }
  .ps-md-4 {
    padding-inline-start: 4rem;
  }
  .pe-md-4 {
    padding-inline-end: 4rem;
  }
}
.pt-5 {
  padding-top: 5rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-5 {
    padding-top: 5rem;
  }
  .ps-md-5 {
    padding-inline-start: 5rem;
  }
  .pe-md-5 {
    padding-inline-end: 5rem;
  }
}
.pt-6 {
  padding-top: 6rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-6 {
    padding-top: 6rem;
  }
  .ps-md-6 {
    padding-inline-start: 6rem;
  }
  .pe-md-6 {
    padding-inline-end: 6rem;
  }
}
.pt-7 {
  padding-top: 7rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-7 {
    padding-top: 7rem;
  }
  .ps-md-7 {
    padding-inline-start: 7rem;
  }
  .pe-md-7 {
    padding-inline-end: 7rem;
  }
}
.pt-8 {
  padding-top: 8rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-8 {
    padding-top: 8rem;
  }
  .ps-md-8 {
    padding-inline-start: 8rem;
  }
  .pe-md-8 {
    padding-inline-end: 8rem;
  }
}
.pt-9 {
  padding-top: 9rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-9 {
    padding-top: 9rem;
  }
  .ps-md-9 {
    padding-inline-start: 9rem;
  }
  .pe-md-9 {
    padding-inline-end: 9rem;
  }
}
.pt-10 {
  padding-top: 10rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-10 {
    padding-top: 10rem;
  }
  .ps-md-10 {
    padding-inline-start: 10rem;
  }
  .pe-md-10 {
    padding-inline-end: 10rem;
  }
}
.pt-11 {
  padding-top: 11rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-11 {
    padding-top: 11rem;
  }
  .ps-md-11 {
    padding-inline-start: 11rem;
  }
  .pe-md-11 {
    padding-inline-end: 11rem;
  }
}
.pt-12 {
  padding-top: 12rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-12 {
    padding-top: 12rem;
  }
  .ps-md-12 {
    padding-inline-start: 12rem;
  }
  .pe-md-12 {
    padding-inline-end: 12rem;
  }
}
.pt-13 {
  padding-top: 13rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-13 {
    padding-top: 13rem;
  }
  .ps-md-13 {
    padding-inline-start: 13rem;
  }
  .pe-md-13 {
    padding-inline-end: 13rem;
  }
}
.pt-14 {
  padding-top: 14rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-14 {
    padding-top: 14rem;
  }
  .ps-md-14 {
    padding-inline-start: 14rem;
  }
  .pe-md-14 {
    padding-inline-end: 14rem;
  }
}
.pt-15 {
  padding-top: 15rem;
}

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

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

@media screen and (min-width: 48em) {
  .pt-md-15 {
    padding-top: 15rem;
  }
  .ps-md-15 {
    padding-inline-start: 15rem;
  }
  .pe-md-15 {
    padding-inline-end: 15rem;
  }
}
.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%;
}

.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: "Rubik", "Roboto", sans-serif;
  font-family: var(--font-family-title);
}

.section-title, h1, h2, h3, h4, h5, h6, .b-aside__profile-title, .b-box__head-title {
  font-family: "Rubik", "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__profile-title:not([class*=color--]), .b-box__head-title:not([class*=color--]) {
  color: #121928;
  color: var(--color-text);
}

p {
  margin: 0 0 3.2rem;
  line-height: 1.5;
  font-size: 1.8rem;
  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;
  }
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

.lh-md {
  line-height: 1.5;
}

.lh-lg {
  line-height: 1.7;
}

.lh-xl {
  line-height: 2;
}

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: #5fc9d8;
  color: var(--color-link-active);
}

.more-link {
  display: inline-block;
  font-size: var(--font-size-base-sm);
  font-weight: 600;
  cursor: pointer;
}
.more-link:hover, .more-link:focus {
  text-shadow: 0 0 1px;
}
.more-link, .more-link:hover {
  text-decoration: none;
}
.more-link > i {
  margin-inline-start: 0.75rem;
  vertical-align: middle;
}
.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: 18px;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 374px) {
  .more-link {
    font-size: 4.8128342246vw;
  }
}
.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: #5fc9d8;
  color: var(--color-primary);
}

.text--secondary, .color--secondary {
  color: #074B7E;
  color: var(--color-secondary);
}

.text--primary-darken, .color--primary-darken {
  color: #253C78;
  color: var(--color-primary-darken);
}

.text--grey, .color--grey {
  color: #68748E;
  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: #121928;
  color: var(--color-text);
}

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

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

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

.bg-primary {
  background-color: #5fc9d8;
  color: #fff;
}

.bg-lightgrey {
  background-color: #F7F7F7;
}

.bg-lightergrey {
  background-color: #ECF0F6;
}

.m-gradient, .article .wp-block-essential-blocks-accordion .eb-accordion-content, .term_description .wp-block-essential-blocks-accordion .eb-accordion-content {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);
}

.has-rectangle__lightgrey {
  background-image: url("../img/bg/rectangle-lightgrey.svg");
  display: flex;
  align-items: center;
  min-height: 670px;
  background-repeat: no-repeat;
  background-position: center top;
}

.has-rectangle__lightgrey_up {
  padding-top: 0;
  margin-top: 14rem;
  background-color: #F7F7F7;
  position: relative;
}
.has-rectangle__lightgrey_up > .container, .has-rectangle__lightgrey_up > .s-main {
  margin-top: -16rem;
}
.has-rectangle__lightgrey_up:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 83px;
  background-image: url("../img/bg/rectangle-lightgrey-up.svg");
  background-repeat: no-repeat;
  background-position: center top;
}

.has-triangle__lightgrey_down {
  background-color: #F7F7F7;
  position: relative;
}
.has-triangle__lightgrey_down:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: url("../img/bg/tringle-lightgrey-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 47.99875em) {
  .has-rectangle__lightgrey {
    min-height: 350px;
    background-size: auto 100%;
    padding-bottom: 9rem;
  }
  .has-rectangle__lightgrey_up > .container, .has-rectangle__lightgrey_up > .s-main {
    margin-top: -12rem;
  }
}
.h-auto {
  height: auto;
}

.h-100 {
  height: 100%;
}

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, .archive .s-intro h2 {
  font-size: 4.4rem;
}

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

h2, .size-h2 {
  font-size: 3.2rem;
}

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

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

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

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

.size-xl {
  font-size: 2.2rem;
}

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

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

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

h3, .size-h3 {
  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);
}

.size-xl {
  font-size: var(--font-size-base-xl);
}

@media screen and (max-width: 47.99875em) {
  :root {
    --h0: 4.4rem;
    --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.592rem;
  font-size: calc(var(--font-size-base) * 1.44);
}

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

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

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

[class*=title-], .section-title {
  margin-bottom: 0.42em;
  font-family: Rubik, 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;
  }
}

.s-intro__title._has-border {
  padding-inline-start: 2.5rem;
  line-height: 2;
  border-inline-start: 6px solid #E3E3E3;
}
.s-intro__title._size--small {
  font-size: 3.6rem;
  font-size: var(--h1);
}
.s-intro__title._size--small .s-intro__subtitle, .s-intro__title._size--small .archive .s-intro h5, .archive .s-intro .s-intro__title._size--small h5, .s-intro__title._size--small .archive .s-intro h5 p, .archive .s-intro h5 .s-intro__title._size--small p, .s-intro__title._size--small .s-intro__subtitle p, .archive .s-intro .s-intro__title._size--small h5 p, .s-intro__subtitle .s-intro__title._size--small p {
  font-size: var(--font-size-base-lg);
  font-weight: normal;
}
.s-intro__subtitle, .archive .s-intro h5, .archive .s-intro h5 p, .s-intro__subtitle p {
  font-size: 2.4rem;
  margin-top: 1rem;
}
.s-intro__subtitle:not(._medium):not(._normal), .archive .s-intro h5:not(._medium):not(._normal), .archive .s-intro h5 p:not(._medium):not(._normal), .s-intro__subtitle p:not(._medium):not(._normal) {
  font-weight: 600;
}
.s-intro__content:not(.no-clamp) p {
  font-size: 1.9rem;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.s-intro__content ul, .s-intro__content ol {
  margin: 0 auto 2rem;
  max-width: 600px;
}
.s-intro__content p + ul {
  margin-top: -1rem;
}
.archive .s-intro h2 {
  margin-bottom: 0;
}
.archive .s-intro h5 {
  color: #5fc9d8;
  font-weight: 400 !important;
}

.section-intro p {
  font-size: var(--font-size-base-lg);
  line-height: 1.7;
}

.title-0 {
  font-size: 4.4rem;
}
.title-1 {
  font-size: 3.6rem;
}
.title-2, .s-callback__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 {
  font-size: var(--h1);
}
.title-2, .s-callback__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: 4.4rem;
    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.32rem + 2.904vh);
  }
}
@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: 4.4rem;
  }
}
@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 {
    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 {
    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 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (orientation: landscape) {
  .title.--avh .title-1 {
    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 {
    font-size: calc(var(--h1) * 1);
  }
}
@media screen and (min-width: 48em) {
  .title.--avh .title-2, .title.--avh .s-callback__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 {
    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 {
    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 {
    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 {
    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: 3.52rem;
    font-size: calc(var(--h0) * 0.8);
  }
  .title-1 {
    font-size: 2.88rem;
    font-size: calc(var(--h1) * 0.8);
  }
  .title-2, .s-callback__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-size: 6.5rem;
  font-weight: 700;
  border-radius: 5px;
  display: inline-block;
}
.page-title:not([class*=color--]) {
  color: #fff;
  line-height: 1.2;
}
.has_image .page-title {
  font-size: 7.5rem;
}

.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: #5fc9d8;
  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;
}

.list-check {
  list-style-type: none;
}
.list-check li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-inline-start: 2.5rem;
}
.list-check li:before {
  content: "\e90f";
  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;
  right: 0;
  top: 8px;
  line-height: 1.2;
  margin-inline-end: 1rem;
  font-size: 70%;
  color: #074B7E;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.no-decoration, .link {
  color: #121928;
}
.no-decoration, .no-decoration:hover, .link, .link:hover {
  text-decoration: none;
}
.no-decoration:hover, .no-decoration:focus, .link:hover, .link:focus {
  color: #5fc9d8;
}

.link-icn {
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-flex;
  align-items: baseline;
}
.link-icn:hover, .link-icn:focus {
  color: #121928;
  color: var(--color-text);
}
.link-icn, .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:not(:only-of-type), .link-icn .icon:first-of-type:not(:only-of-type) {
  margin-inline-end: 0.7em;
}
.link-icn:not(.btn-primary) {
  color: #5fc9d8;
  color: var(--color-primary);
}

.link_line {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.link_line:hover {
  text-decoration: none;
  color: #074B7E;
}
.link_line:hover:after {
  background-color: #074B7E;
}
.link_line:after {
  content: "";
  display: inline-flex;
  width: 6rem;
  height: 2px;
  background-color: #5fc9d8;
  margin-inline-start: 1.5rem;
}

.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: #121928;
}
.article a.more-link, .term_description a.more-link {
  text-decoration: none;
}
.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-image, .term_description .wp-block-image {
  margin: 4rem 0;
}
.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 #68748E;
}
.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: #5fc9d8;
  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 {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  list-style: initial;
}
.article ul li::marker, .term_description ul li::marker {
  color: #68748E;
  font-size: var(--font-size-base-lg);
}
.article p, .term_description p {
  line-height: 1.6;
}
.article p:not(:last-child), .term_description p:not(:last-child) {
  margin-bottom: 1.1em;
}
.article .event_details_box, .term_description .event_details_box {
  box-shadow: -5px 5px 0 0 rgba(227, 234, 243, 0.5);
  margin-bottom: 3rem;
}
.article .event_details_box .date-box, .term_description .event_details_box .date-box {
  width: 75px;
  background-color: #074B7E;
  color: #fff;
  padding: 0.6rem 0.5rem 0.5rem;
}
.article .event_details_box .date-box span, .term_description .event_details_box .date-box span {
  display: block;
  text-align: center;
}
.article .event_details_box .date-box span.month, .term_description .event_details_box .date-box span.month {
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.article .event_details_box .date-box span.day, .term_description .event_details_box .date-box span.day {
  font-size: 4rem;
  font-weight: 600;
}
.article .event_details_box .event_details, .term_description .event_details_box .event_details {
  list-style: none;
  margin-bottom: 0;
  padding: 1rem 0;
  display: flex;
  gap: 6rem;
}
.article .event_details_box .event_details li, .term_description .event_details_box .event_details li {
  list-style: none;
}
.article .event_details_box .event_details li label, .term_description .event_details_box .event_details li label {
  display: block;
  font-size: 1.8rem;
  color: #5fc9d8;
  margin-bottom: 0.5rem;
}
.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: #5fc9d8;
  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: "\e910";
  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, .term_description blockquote a {
  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: #121928;
  color: var(--color-text);
}
.article .wp-block-essential-blocks-advanced-video, .term_description .wp-block-essential-blocks-advanced-video {
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
}
.article .wp-block-essential-blocks-advanced-video .fas.fa-play-circle, .term_description .wp-block-essential-blocks-advanced-video .fas.fa-play-circle {
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #121928;
  background-color: #fff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
}
.article .wp-block-essential-blocks-advanced-video .fas.fa-play-circle:before, .term_description .wp-block-essential-blocks-advanced-video .fas.fa-play-circle: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;
  content: "\e90c";
  font-size: 1.7rem;
  margin-right: -0.5rem;
}
.article .wp-block-essential-blocks-advanced-video .fas.fa-play-circle:hover, .term_description .wp-block-essential-blocks-advanced-video .fas.fa-play-circle:hover {
  background-color: #074B7E;
  color: #fff;
}
.article .wp-block-essential-blocks-advanced-video .eb-advanced-video-wrapper .player-placeholder, .term_description .wp-block-essential-blocks-advanced-video .eb-advanced-video-wrapper .player-placeholder {
  height: 0;
  padding-bottom: 56.25%;
}
@media screen and (min-width: 62em) {
  .article .wp-block-essential-blocks-advanced-video, .term_description .wp-block-essential-blocks-advanced-video {
    margin-left: -41.3333%;
  }
}
.article .wp-block-essential-blocks-accordion .eb-accordion-container, .term_description .wp-block-essential-blocks-accordion .eb-accordion-container {
  padding: 0 1.2rem;
}
.article .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper, .term_description .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper {
  background: #074B7E;
  color: #fff;
  box-shadow: 10px 12px 0 0 #DFE7F1;
  margin-bottom: 1.2rem;
}
.article .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .eb-accordion-title-content-wrap, .term_description .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .eb-accordion-title-content-wrap {
  margin: 0;
}
.article .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .eb-accordion-title, .term_description .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .eb-accordion-title {
  font-weight: 600;
}
.article .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .fa-angle-right, .term_description .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .fa-angle-right {
  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;
}
.article .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .fa-angle-right:before, .term_description .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .fa-angle-right:before {
  content: "\e911";
}
.article .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .fa-angle-down, .term_description .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .fa-angle-down {
  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;
}
.article .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .fa-angle-down:before, .term_description .wp-block-essential-blocks-accordion .eb-accordion-title-wrapper .fa-angle-down:before {
  content: "\e912";
}
.article .wp-block-essential-blocks-accordion .eb-accordion-content, .term_description .wp-block-essential-blocks-accordion .eb-accordion-content {
  padding: 3rem;
}
.article .wp-block-essential-blocks-accordion .eb-accordion-content p, .term_description .wp-block-essential-blocks-accordion .eb-accordion-content p {
  margin-bottom: 2rem !important;
}
.article .eb-feature-list-wrapper.eb-feature-list-right, .term_description .eb-feature-list-wrapper.eb-feature-list-right {
  justify-content: flex-start;
  margin-top: 0;
}
.article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-items, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-items {
  flex: 1;
}
.article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-item, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-item {
  background: #FFFFFF;
  box-shadow: -5px 5px 0 0 rgba(227, 234, 243, 0.5);
  margin: 0 1.2rem 1rem;
  padding: 0 !important;
}
.article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-content-box, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-content-box {
  font-family: "Assistant", "Roboto", sans-serif;
  flex: 1;
  padding: 1.5rem 0;
}
.article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title {
  font-weight: 400;
}
.article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title a, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title a {
  display: block;
}
.article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title a:before, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title a: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;
  content: "\e905";
  position: absolute;
  left: 3rem;
  top: 1.75rem;
  color: #074B7E;
}
.article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-icon-box, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-icon-box {
  border-inline-start: 1px solid #EBEFF6;
  height: 5.5rem;
}
@media screen and (max-width: 47.99875em) {
  .article .eb-feature-list-wrapper.eb-feature-list-right, .term_description .eb-feature-list-wrapper.eb-feature-list-right {
    display: block;
  }
  .article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list {
    display: flex;
  }
  .article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title {
    word-break: break-all;
  }
  .article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title > a, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title > a {
    padding-inline-start: 20px;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
  }
  .article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title > a:before, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-title > a:before {
    content: none;
  }
  .article .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-content, .term_description .eb-feature-list-wrapper.eb-feature-list-right .eb-feature-list-content {
    padding-inline-start: 20px !important;
  }
}
.article .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles, .term_description .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles {
  gap: 3rem;
}
.article .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles li, .term_description .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles li {
  box-shadow: -5px 6px 0 0 rgba(19, 89, 182, 0.2);
  padding: 0;
  text-align: start !important;
  min-height: 8.5rem;
}
.article .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles li img, .term_description .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles li img {
  width: 70px !important;
  height: 85px !important;
}
.article .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles li .tab-title-text, .term_description .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles li .tab-title-text {
  line-height: 1.5;
  padding-inline-end: 4rem !important;
}
.article .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles li.active:after, .term_description .eb-advanced-tabs-wrapper .eb-tabs-nav ul.tabTitles li.active:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 1;
  border: transparent solid 15px;
  bottom: 0;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-top: 0px;
  left: 50%;
  transform: translate(-50%, 3.5rem);
}
.article .eb-advanced-tabs-wrapper .eb-tabs-contents, .term_description .eb-advanced-tabs-wrapper .eb-tabs-contents {
  margin-top: 2.5rem;
}
.article .eb-advanced-tabs-wrapper .eb-tabs-contents .eb-tab-wrapper, .term_description .eb-advanced-tabs-wrapper .eb-tabs-contents .eb-tab-wrapper {
  border: 0 !important;
}
.article .eb-advanced-tabs-wrapper .eb-tabs-contents .eb-tab-wrapper h4, .term_description .eb-advanced-tabs-wrapper .eb-tabs-contents .eb-tab-wrapper h4 {
  color: #5fc9d8;
}
[dir=rtl] .article .wp-block-ub-expand-portion *, [dir=rtl] .term_description .wp-block-ub-expand-portion * {
  text-align: right !important;
}

.rtl .article .wp-block-ub-expand-portion *, .rtl .term_description .wp-block-ub-expand-portion * {
  text-align: right !important;
}

.article .wp-block-details, .term_description .wp-block-details {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 1rem;
}
.article .wp-block-details summary, .term_description .wp-block-details summary {
  font-weight: 700;
  padding: 1.4rem 0;
  list-style: none;
}
.article .wp-block-details summary:before, .term_description .wp-block-details summary: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;
  content: "\e906";
  font-size: 75%;
  color: #5fc9d8;
  padding: 0.5rem;
  margin-inline-end: 0.5rem;
}
.article .wp-block-details[open] summary:before, .term_description .wp-block-details[open] summary:before {
  content: "\e919";
}

.text-message {
  color: #121928;
  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: #121928;
  color: var(--color-text);
}
.b-social a {
  color: currentColor;
}
.b-social a:hover, .b-social a:focus {
  color: #5fc9d8;
  color: var(--color-primary);
}
.b-social a, .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 #E3E3E3;
  border: 1px solid var(--color-border);
}
.gallery img {
  border: 0 !important;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
}

img.has-shadow {
  box-shadow: 0px 30px 60px -20px rgba(0, 0, 0, 0.25);
}

#sharebox {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 1rem 0;
  margin-top: 5rem;
}
#sharebox label {
  margin-bottom: 0;
  font-size: var(--font-size-base);
  font-weight: 600;
}
#sharebox ul.sharebox {
  margin-bottom: 0;
}
#sharebox ul.sharebox li {
  margin: 0 1rem;
}
#sharebox ul.sharebox li a {
  color: #253C78;
}
#sharebox ul.sharebox li a, #sharebox ul.sharebox li a:hover {
  text-decoration: none;
}
#sharebox ul.sharebox li a:hover, #sharebox ul.sharebox li a:focus {
  color: #5fc9d8;
}

/*# sourceMappingURL=app.css.map */
