@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: FbHachaluzim, Roboto, sans-serif;
  --font-family-en: Roboto, sans-serif;
  --font-family-title: FbHachaluzim, Roboto, sans-serif;
  --letter-spacing: 0em;
  --html-font-size: 62.5%;
  --font-size-base: 2.1rem;
  --font-size-base-sm: 1.7rem;
  --font-size-base-xs: 1.5rem;
  --font-size-base-md: 2.1rem;
  --font-size-base-lg: 2.4rem;
  --font-size-base-xl: 4.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: #1D1D1D;
  --color-heading: #05497A;
  --color-primary: #474193;
  --color-primary-light: #615ABA;
  --color-primary-darker: #24214A;
  --color-primary-darken: #12468C;
  --color-secondary: #CD9C4B;
  --color-secondary-light: #ECCF9F;
  --color-link: #474193;
  --color-link-active: #474193;
  --color-red: #D53327;
  --color-lightgrey: #F7F7F8;
  --color-grey: #636466;
  --color-yellow: #FFFAF5;
  --color-purple: #FF0087;
  --color-purple-dark: #e3077b;
  --color-cyan: #017A9B;
  --color-cyan-dark: #016682;
  --color-border: #D9D9D9;
  --color-border-input: #1D1D1D;
  --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: 90rem;
  --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: 0px 18px 18px rgba(234, 205, 205, 0.17);
  --logo-width: 25rem;
  --logo-width-mob: 18.75rem;
  --header-color: #231F20;
  --header-bg: #fff;
  --header-padding-top: 2.5rem;
  --header-padding-bottom: 2.5rem;
  --header-nav-size: 2.2rem;
  --header-nav-weight: 400;
  --modal-bg: #fff;
  --modal-color: #1D1D1D;
  --modal-close-color: #fff;
  --navbar-size: 2rem;
  --footer-size: 1.8rem;
  --footer-color: #1D1D1D;
  --footer-color-hover: #474193;
  --footer-bg: #24214A;
  --footer-padding-top: 8rem;
  --footer-padding-bottom: 6rem;
  --aside-width: 28rem;
  --aside-size: 1.6rem;
  --aside-active-bg: transparent;
  --aside-active-color: #474193;
  --aside-bg-mob: #fff;
  --aside-color: #000;
  --aside-menu-width: 100%;
  --aside-menu-margin: 0.5rem;
  --aside-menu-item-fill: #E0E6FA;
  --aside-menu-link-padding: 0.6em 2em;
  --aside-menu-font-weight: 500;
  --btn-size: 1.7rem;
  --btn-size-mob: 1.6rem;
  --btn-radius: 3em;
  --btn-bg: #474193;
  --btn-bg-hover: transparent;
  --btn-bg-pressed: #12468C;
  --input-height: 45px;
  --input-radius: 30em;
  --input-bg: #ffffff;
  --input-border-color: #DCE6F4;
  --input-border-color-hover: #017A9B;
  --input-border-color-focus: #7B7E8A;
  --input-size: 1.6rem;
  --input-size-md: 1.5rem;
  --input-color: #1D1D1D;
  --input-color-placeholder: #1D1D1D;
  --input-lbl-color: #1D1D1D;
  --select-bg-hover: #F5F7FE;
  --burger-width: 3rem;
  --burger-height: 2.4rem;
  --burger-color: #ECF0F6;
  --burger-color-hover: #05497A;
  --burger-color-open: #05497A;
  --burger-line-height: 1px;
  --burger-line-radius: 0px;
  --heading-margin: 2rem;
  --heading-color: #797773;
  --h0: 5.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: #D9D9D9;
}

/* 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;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
body[data-aos-duration="3050"] [data-aos], [data-aos][data-aos][data-aos-duration="3050"] {
  transition-duration: 3050ms;
}
body[data-aos-delay="3050"] [data-aos], [data-aos][data-aos][data-aos-delay="3050"] {
  transition-delay: 0;
}
body[data-aos-delay="3050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3050"].aos-animate {
  transition-delay: 3050ms;
}
body[data-aos-duration="3100"] [data-aos], [data-aos][data-aos][data-aos-duration="3100"] {
  transition-duration: 3100ms;
}
body[data-aos-delay="3100"] [data-aos], [data-aos][data-aos][data-aos-delay="3100"] {
  transition-delay: 0;
}
body[data-aos-delay="3100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3100"].aos-animate {
  transition-delay: 3100ms;
}
body[data-aos-duration="3150"] [data-aos], [data-aos][data-aos][data-aos-duration="3150"] {
  transition-duration: 3150ms;
}
body[data-aos-delay="3150"] [data-aos], [data-aos][data-aos][data-aos-delay="3150"] {
  transition-delay: 0;
}
body[data-aos-delay="3150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3150"].aos-animate {
  transition-delay: 3150ms;
}
body[data-aos-duration="3200"] [data-aos], [data-aos][data-aos][data-aos-duration="3200"] {
  transition-duration: 3200ms;
}
body[data-aos-delay="3200"] [data-aos], [data-aos][data-aos][data-aos-delay="3200"] {
  transition-delay: 0;
}
body[data-aos-delay="3200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3200"].aos-animate {
  transition-delay: 3200ms;
}
body[data-aos-duration="3250"] [data-aos], [data-aos][data-aos][data-aos-duration="3250"] {
  transition-duration: 3250ms;
}
body[data-aos-delay="3250"] [data-aos], [data-aos][data-aos][data-aos-delay="3250"] {
  transition-delay: 0;
}
body[data-aos-delay="3250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3250"].aos-animate {
  transition-delay: 3250ms;
}
body[data-aos-duration="3300"] [data-aos], [data-aos][data-aos][data-aos-duration="3300"] {
  transition-duration: 3300ms;
}
body[data-aos-delay="3300"] [data-aos], [data-aos][data-aos][data-aos-delay="3300"] {
  transition-delay: 0;
}
body[data-aos-delay="3300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3300"].aos-animate {
  transition-delay: 3300ms;
}
body[data-aos-duration="3350"] [data-aos], [data-aos][data-aos][data-aos-duration="3350"] {
  transition-duration: 3350ms;
}
body[data-aos-delay="3350"] [data-aos], [data-aos][data-aos][data-aos-delay="3350"] {
  transition-delay: 0;
}
body[data-aos-delay="3350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3350"].aos-animate {
  transition-delay: 3350ms;
}
body[data-aos-duration="3400"] [data-aos], [data-aos][data-aos][data-aos-duration="3400"] {
  transition-duration: 3400ms;
}
body[data-aos-delay="3400"] [data-aos], [data-aos][data-aos][data-aos-delay="3400"] {
  transition-delay: 0;
}
body[data-aos-delay="3400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3400"].aos-animate {
  transition-delay: 3400ms;
}
body[data-aos-duration="3450"] [data-aos], [data-aos][data-aos][data-aos-duration="3450"] {
  transition-duration: 3450ms;
}
body[data-aos-delay="3450"] [data-aos], [data-aos][data-aos][data-aos-delay="3450"] {
  transition-delay: 0;
}
body[data-aos-delay="3450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3450"].aos-animate {
  transition-delay: 3450ms;
}
body[data-aos-duration="3500"] [data-aos], [data-aos][data-aos][data-aos-duration="3500"] {
  transition-duration: 3500ms;
}
body[data-aos-delay="3500"] [data-aos], [data-aos][data-aos][data-aos-delay="3500"] {
  transition-delay: 0;
}
body[data-aos-delay="3500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3500"].aos-animate {
  transition-delay: 3500ms;
}
body[data-aos-duration="3550"] [data-aos], [data-aos][data-aos][data-aos-duration="3550"] {
  transition-duration: 3550ms;
}
body[data-aos-delay="3550"] [data-aos], [data-aos][data-aos][data-aos-delay="3550"] {
  transition-delay: 0;
}
body[data-aos-delay="3550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3550"].aos-animate {
  transition-delay: 3550ms;
}
body[data-aos-duration="3600"] [data-aos], [data-aos][data-aos][data-aos-duration="3600"] {
  transition-duration: 3600ms;
}
body[data-aos-delay="3600"] [data-aos], [data-aos][data-aos][data-aos-delay="3600"] {
  transition-delay: 0;
}
body[data-aos-delay="3600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3600"].aos-animate {
  transition-delay: 3600ms;
}
body[data-aos-duration="3650"] [data-aos], [data-aos][data-aos][data-aos-duration="3650"] {
  transition-duration: 3650ms;
}
body[data-aos-delay="3650"] [data-aos], [data-aos][data-aos][data-aos-delay="3650"] {
  transition-delay: 0;
}
body[data-aos-delay="3650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3650"].aos-animate {
  transition-delay: 3650ms;
}
body[data-aos-duration="3700"] [data-aos], [data-aos][data-aos][data-aos-duration="3700"] {
  transition-duration: 3700ms;
}
body[data-aos-delay="3700"] [data-aos], [data-aos][data-aos][data-aos-delay="3700"] {
  transition-delay: 0;
}
body[data-aos-delay="3700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3700"].aos-animate {
  transition-delay: 3700ms;
}
body[data-aos-duration="3750"] [data-aos], [data-aos][data-aos][data-aos-duration="3750"] {
  transition-duration: 3750ms;
}
body[data-aos-delay="3750"] [data-aos], [data-aos][data-aos][data-aos-delay="3750"] {
  transition-delay: 0;
}
body[data-aos-delay="3750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3750"].aos-animate {
  transition-delay: 3750ms;
}
body[data-aos-duration="3800"] [data-aos], [data-aos][data-aos][data-aos-duration="3800"] {
  transition-duration: 3800ms;
}
body[data-aos-delay="3800"] [data-aos], [data-aos][data-aos][data-aos-delay="3800"] {
  transition-delay: 0;
}
body[data-aos-delay="3800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3800"].aos-animate {
  transition-delay: 3800ms;
}
body[data-aos-duration="3850"] [data-aos], [data-aos][data-aos][data-aos-duration="3850"] {
  transition-duration: 3850ms;
}
body[data-aos-delay="3850"] [data-aos], [data-aos][data-aos][data-aos-delay="3850"] {
  transition-delay: 0;
}
body[data-aos-delay="3850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3850"].aos-animate {
  transition-delay: 3850ms;
}
body[data-aos-duration="3900"] [data-aos], [data-aos][data-aos][data-aos-duration="3900"] {
  transition-duration: 3900ms;
}
body[data-aos-delay="3900"] [data-aos], [data-aos][data-aos][data-aos-delay="3900"] {
  transition-delay: 0;
}
body[data-aos-delay="3900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3900"].aos-animate {
  transition-delay: 3900ms;
}
body[data-aos-duration="3950"] [data-aos], [data-aos][data-aos][data-aos-duration="3950"] {
  transition-duration: 3950ms;
}
body[data-aos-delay="3950"] [data-aos], [data-aos][data-aos][data-aos-delay="3950"] {
  transition-delay: 0;
}
body[data-aos-delay="3950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3950"].aos-animate {
  transition-delay: 3950ms;
}
body[data-aos-duration="4000"] [data-aos], [data-aos][data-aos][data-aos-duration="4000"] {
  transition-duration: 4000ms;
}
body[data-aos-delay="4000"] [data-aos], [data-aos][data-aos][data-aos-delay="4000"] {
  transition-delay: 0;
}
body[data-aos-delay="4000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4000"].aos-animate {
  transition-delay: 4000ms;
}
body[data-aos-duration="4050"] [data-aos], [data-aos][data-aos][data-aos-duration="4050"] {
  transition-duration: 4050ms;
}
body[data-aos-delay="4050"] [data-aos], [data-aos][data-aos][data-aos-delay="4050"] {
  transition-delay: 0;
}
body[data-aos-delay="4050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4050"].aos-animate {
  transition-delay: 4050ms;
}
body[data-aos-duration="4100"] [data-aos], [data-aos][data-aos][data-aos-duration="4100"] {
  transition-duration: 4100ms;
}
body[data-aos-delay="4100"] [data-aos], [data-aos][data-aos][data-aos-delay="4100"] {
  transition-delay: 0;
}
body[data-aos-delay="4100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4100"].aos-animate {
  transition-delay: 4100ms;
}
body[data-aos-duration="4150"] [data-aos], [data-aos][data-aos][data-aos-duration="4150"] {
  transition-duration: 4150ms;
}
body[data-aos-delay="4150"] [data-aos], [data-aos][data-aos][data-aos-delay="4150"] {
  transition-delay: 0;
}
body[data-aos-delay="4150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4150"].aos-animate {
  transition-delay: 4150ms;
}
body[data-aos-duration="4200"] [data-aos], [data-aos][data-aos][data-aos-duration="4200"] {
  transition-duration: 4200ms;
}
body[data-aos-delay="4200"] [data-aos], [data-aos][data-aos][data-aos-delay="4200"] {
  transition-delay: 0;
}
body[data-aos-delay="4200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4200"].aos-animate {
  transition-delay: 4200ms;
}
body[data-aos-duration="4250"] [data-aos], [data-aos][data-aos][data-aos-duration="4250"] {
  transition-duration: 4250ms;
}
body[data-aos-delay="4250"] [data-aos], [data-aos][data-aos][data-aos-delay="4250"] {
  transition-delay: 0;
}
body[data-aos-delay="4250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4250"].aos-animate {
  transition-delay: 4250ms;
}
body[data-aos-duration="4300"] [data-aos], [data-aos][data-aos][data-aos-duration="4300"] {
  transition-duration: 4300ms;
}
body[data-aos-delay="4300"] [data-aos], [data-aos][data-aos][data-aos-delay="4300"] {
  transition-delay: 0;
}
body[data-aos-delay="4300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4300"].aos-animate {
  transition-delay: 4300ms;
}
body[data-aos-duration="4350"] [data-aos], [data-aos][data-aos][data-aos-duration="4350"] {
  transition-duration: 4350ms;
}
body[data-aos-delay="4350"] [data-aos], [data-aos][data-aos][data-aos-delay="4350"] {
  transition-delay: 0;
}
body[data-aos-delay="4350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4350"].aos-animate {
  transition-delay: 4350ms;
}
body[data-aos-duration="4400"] [data-aos], [data-aos][data-aos][data-aos-duration="4400"] {
  transition-duration: 4400ms;
}
body[data-aos-delay="4400"] [data-aos], [data-aos][data-aos][data-aos-delay="4400"] {
  transition-delay: 0;
}
body[data-aos-delay="4400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4400"].aos-animate {
  transition-delay: 4400ms;
}
body[data-aos-duration="4450"] [data-aos], [data-aos][data-aos][data-aos-duration="4450"] {
  transition-duration: 4450ms;
}
body[data-aos-delay="4450"] [data-aos], [data-aos][data-aos][data-aos-delay="4450"] {
  transition-delay: 0;
}
body[data-aos-delay="4450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4450"].aos-animate {
  transition-delay: 4450ms;
}
body[data-aos-duration="4500"] [data-aos], [data-aos][data-aos][data-aos-duration="4500"] {
  transition-duration: 4500ms;
}
body[data-aos-delay="4500"] [data-aos], [data-aos][data-aos][data-aos-delay="4500"] {
  transition-delay: 0;
}
body[data-aos-delay="4500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4500"].aos-animate {
  transition-delay: 4500ms;
}
body[data-aos-duration="4550"] [data-aos], [data-aos][data-aos][data-aos-duration="4550"] {
  transition-duration: 4550ms;
}
body[data-aos-delay="4550"] [data-aos], [data-aos][data-aos][data-aos-delay="4550"] {
  transition-delay: 0;
}
body[data-aos-delay="4550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4550"].aos-animate {
  transition-delay: 4550ms;
}
body[data-aos-duration="4600"] [data-aos], [data-aos][data-aos][data-aos-duration="4600"] {
  transition-duration: 4600ms;
}
body[data-aos-delay="4600"] [data-aos], [data-aos][data-aos][data-aos-delay="4600"] {
  transition-delay: 0;
}
body[data-aos-delay="4600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4600"].aos-animate {
  transition-delay: 4600ms;
}
body[data-aos-duration="4650"] [data-aos], [data-aos][data-aos][data-aos-duration="4650"] {
  transition-duration: 4650ms;
}
body[data-aos-delay="4650"] [data-aos], [data-aos][data-aos][data-aos-delay="4650"] {
  transition-delay: 0;
}
body[data-aos-delay="4650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4650"].aos-animate {
  transition-delay: 4650ms;
}
body[data-aos-duration="4700"] [data-aos], [data-aos][data-aos][data-aos-duration="4700"] {
  transition-duration: 4700ms;
}
body[data-aos-delay="4700"] [data-aos], [data-aos][data-aos][data-aos-delay="4700"] {
  transition-delay: 0;
}
body[data-aos-delay="4700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4700"].aos-animate {
  transition-delay: 4700ms;
}
body[data-aos-duration="4750"] [data-aos], [data-aos][data-aos][data-aos-duration="4750"] {
  transition-duration: 4750ms;
}
body[data-aos-delay="4750"] [data-aos], [data-aos][data-aos][data-aos-delay="4750"] {
  transition-delay: 0;
}
body[data-aos-delay="4750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4750"].aos-animate {
  transition-delay: 4750ms;
}
body[data-aos-duration="4800"] [data-aos], [data-aos][data-aos][data-aos-duration="4800"] {
  transition-duration: 4800ms;
}
body[data-aos-delay="4800"] [data-aos], [data-aos][data-aos][data-aos-delay="4800"] {
  transition-delay: 0;
}
body[data-aos-delay="4800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4800"].aos-animate {
  transition-delay: 4800ms;
}
body[data-aos-duration="4850"] [data-aos], [data-aos][data-aos][data-aos-duration="4850"] {
  transition-duration: 4850ms;
}
body[data-aos-delay="4850"] [data-aos], [data-aos][data-aos][data-aos-delay="4850"] {
  transition-delay: 0;
}
body[data-aos-delay="4850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4850"].aos-animate {
  transition-delay: 4850ms;
}
body[data-aos-duration="4900"] [data-aos], [data-aos][data-aos][data-aos-duration="4900"] {
  transition-duration: 4900ms;
}
body[data-aos-delay="4900"] [data-aos], [data-aos][data-aos][data-aos-delay="4900"] {
  transition-delay: 0;
}
body[data-aos-delay="4900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4900"].aos-animate {
  transition-delay: 4900ms;
}
body[data-aos-duration="4950"] [data-aos], [data-aos][data-aos][data-aos-duration="4950"] {
  transition-duration: 4950ms;
}
body[data-aos-delay="4950"] [data-aos], [data-aos][data-aos][data-aos-delay="4950"] {
  transition-delay: 0;
}
body[data-aos-delay="4950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4950"].aos-animate {
  transition-delay: 4950ms;
}
body[data-aos-duration="5000"] [data-aos], [data-aos][data-aos][data-aos-duration="5000"] {
  transition-duration: 5000ms;
}
body[data-aos-delay="5000"] [data-aos], [data-aos][data-aos][data-aos-delay="5000"] {
  transition-delay: 0;
}
body[data-aos-delay="5000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5000"].aos-animate {
  transition-delay: 5000ms;
}
body[data-aos-duration="5050"] [data-aos], [data-aos][data-aos][data-aos-duration="5050"] {
  transition-duration: 5050ms;
}
body[data-aos-delay="5050"] [data-aos], [data-aos][data-aos][data-aos-delay="5050"] {
  transition-delay: 0;
}
body[data-aos-delay="5050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5050"].aos-animate {
  transition-delay: 5050ms;
}
body[data-aos-duration="5100"] [data-aos], [data-aos][data-aos][data-aos-duration="5100"] {
  transition-duration: 5100ms;
}
body[data-aos-delay="5100"] [data-aos], [data-aos][data-aos][data-aos-delay="5100"] {
  transition-delay: 0;
}
body[data-aos-delay="5100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5100"].aos-animate {
  transition-delay: 5100ms;
}
body[data-aos-duration="5150"] [data-aos], [data-aos][data-aos][data-aos-duration="5150"] {
  transition-duration: 5150ms;
}
body[data-aos-delay="5150"] [data-aos], [data-aos][data-aos][data-aos-delay="5150"] {
  transition-delay: 0;
}
body[data-aos-delay="5150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5150"].aos-animate {
  transition-delay: 5150ms;
}
body[data-aos-duration="5200"] [data-aos], [data-aos][data-aos][data-aos-duration="5200"] {
  transition-duration: 5200ms;
}
body[data-aos-delay="5200"] [data-aos], [data-aos][data-aos][data-aos-delay="5200"] {
  transition-delay: 0;
}
body[data-aos-delay="5200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5200"].aos-animate {
  transition-delay: 5200ms;
}
body[data-aos-duration="5250"] [data-aos], [data-aos][data-aos][data-aos-duration="5250"] {
  transition-duration: 5250ms;
}
body[data-aos-delay="5250"] [data-aos], [data-aos][data-aos][data-aos-delay="5250"] {
  transition-delay: 0;
}
body[data-aos-delay="5250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5250"].aos-animate {
  transition-delay: 5250ms;
}
body[data-aos-duration="5300"] [data-aos], [data-aos][data-aos][data-aos-duration="5300"] {
  transition-duration: 5300ms;
}
body[data-aos-delay="5300"] [data-aos], [data-aos][data-aos][data-aos-delay="5300"] {
  transition-delay: 0;
}
body[data-aos-delay="5300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5300"].aos-animate {
  transition-delay: 5300ms;
}
body[data-aos-duration="5350"] [data-aos], [data-aos][data-aos][data-aos-duration="5350"] {
  transition-duration: 5350ms;
}
body[data-aos-delay="5350"] [data-aos], [data-aos][data-aos][data-aos-delay="5350"] {
  transition-delay: 0;
}
body[data-aos-delay="5350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5350"].aos-animate {
  transition-delay: 5350ms;
}
body[data-aos-duration="5400"] [data-aos], [data-aos][data-aos][data-aos-duration="5400"] {
  transition-duration: 5400ms;
}
body[data-aos-delay="5400"] [data-aos], [data-aos][data-aos][data-aos-delay="5400"] {
  transition-delay: 0;
}
body[data-aos-delay="5400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5400"].aos-animate {
  transition-delay: 5400ms;
}
body[data-aos-duration="5450"] [data-aos], [data-aos][data-aos][data-aos-duration="5450"] {
  transition-duration: 5450ms;
}
body[data-aos-delay="5450"] [data-aos], [data-aos][data-aos][data-aos-delay="5450"] {
  transition-delay: 0;
}
body[data-aos-delay="5450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5450"].aos-animate {
  transition-delay: 5450ms;
}
body[data-aos-duration="5500"] [data-aos], [data-aos][data-aos][data-aos-duration="5500"] {
  transition-duration: 5500ms;
}
body[data-aos-delay="5500"] [data-aos], [data-aos][data-aos][data-aos-delay="5500"] {
  transition-delay: 0;
}
body[data-aos-delay="5500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5500"].aos-animate {
  transition-delay: 5500ms;
}
body[data-aos-duration="5550"] [data-aos], [data-aos][data-aos][data-aos-duration="5550"] {
  transition-duration: 5550ms;
}
body[data-aos-delay="5550"] [data-aos], [data-aos][data-aos][data-aos-delay="5550"] {
  transition-delay: 0;
}
body[data-aos-delay="5550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5550"].aos-animate {
  transition-delay: 5550ms;
}
body[data-aos-duration="5600"] [data-aos], [data-aos][data-aos][data-aos-duration="5600"] {
  transition-duration: 5600ms;
}
body[data-aos-delay="5600"] [data-aos], [data-aos][data-aos][data-aos-delay="5600"] {
  transition-delay: 0;
}
body[data-aos-delay="5600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5600"].aos-animate {
  transition-delay: 5600ms;
}
body[data-aos-duration="5650"] [data-aos], [data-aos][data-aos][data-aos-duration="5650"] {
  transition-duration: 5650ms;
}
body[data-aos-delay="5650"] [data-aos], [data-aos][data-aos][data-aos-delay="5650"] {
  transition-delay: 0;
}
body[data-aos-delay="5650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5650"].aos-animate {
  transition-delay: 5650ms;
}
body[data-aos-duration="5700"] [data-aos], [data-aos][data-aos][data-aos-duration="5700"] {
  transition-duration: 5700ms;
}
body[data-aos-delay="5700"] [data-aos], [data-aos][data-aos][data-aos-delay="5700"] {
  transition-delay: 0;
}
body[data-aos-delay="5700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5700"].aos-animate {
  transition-delay: 5700ms;
}
body[data-aos-duration="5750"] [data-aos], [data-aos][data-aos][data-aos-duration="5750"] {
  transition-duration: 5750ms;
}
body[data-aos-delay="5750"] [data-aos], [data-aos][data-aos][data-aos-delay="5750"] {
  transition-delay: 0;
}
body[data-aos-delay="5750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5750"].aos-animate {
  transition-delay: 5750ms;
}
body[data-aos-duration="5800"] [data-aos], [data-aos][data-aos][data-aos-duration="5800"] {
  transition-duration: 5800ms;
}
body[data-aos-delay="5800"] [data-aos], [data-aos][data-aos][data-aos-delay="5800"] {
  transition-delay: 0;
}
body[data-aos-delay="5800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5800"].aos-animate {
  transition-delay: 5800ms;
}
body[data-aos-duration="5850"] [data-aos], [data-aos][data-aos][data-aos-duration="5850"] {
  transition-duration: 5850ms;
}
body[data-aos-delay="5850"] [data-aos], [data-aos][data-aos][data-aos-delay="5850"] {
  transition-delay: 0;
}
body[data-aos-delay="5850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5850"].aos-animate {
  transition-delay: 5850ms;
}
body[data-aos-duration="5900"] [data-aos], [data-aos][data-aos][data-aos-duration="5900"] {
  transition-duration: 5900ms;
}
body[data-aos-delay="5900"] [data-aos], [data-aos][data-aos][data-aos-delay="5900"] {
  transition-delay: 0;
}
body[data-aos-delay="5900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5900"].aos-animate {
  transition-delay: 5900ms;
}
body[data-aos-duration="5950"] [data-aos], [data-aos][data-aos][data-aos-duration="5950"] {
  transition-duration: 5950ms;
}
body[data-aos-delay="5950"] [data-aos], [data-aos][data-aos][data-aos-delay="5950"] {
  transition-delay: 0;
}
body[data-aos-delay="5950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5950"].aos-animate {
  transition-delay: 5950ms;
}
body[data-aos-duration="6000"] [data-aos], [data-aos][data-aos][data-aos-duration="6000"] {
  transition-duration: 6000ms;
}
body[data-aos-delay="6000"] [data-aos], [data-aos][data-aos][data-aos-delay="6000"] {
  transition-delay: 0;
}
body[data-aos-delay="6000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="6000"].aos-animate {
  transition-delay: 6000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 80px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -80px, 0);
}

[data-aos=fade-down-long] {
  transform: translate3d(0, -500%, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-80px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(80px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-80px, 80px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(80px, 80px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-80px, -80px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(80px, -80px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 80px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -80px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-80px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(80px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 80px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -80px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-80px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(80px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

@font-face {
  font-family: "icomoon";
  src: url("../font//icomoon.eot?6s67qc");
  src: url("../font//icomoon.eot?6s67qc#iefix") format("embedded-opentype"), url("../font//icomoon.ttf?6s67qc") format("truetype"), url("../font//icomoon.woff?6s67qc") format("woff"), url("../font//icomoon.svg?6s67qc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [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-market:before {
  content: "\e91c";
}

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

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

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

.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-arrow-long-left:before {
  content: "\e90c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  content: "\e91a";
}

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

.b-header {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #231F20;
  background: var(--header-bg);
  color: var(--header-color);
}
.b-header.m-abs {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 99;
  background-color: transparent;
}
.b-header.m-fixed {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99;
  background-color: rgba(36, 33, 74, 0.9);
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
  animation-duration: 0.5s;
  animation-name: NavSlideIn;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.b-header.m-fixed .b-header__top {
  padding-top: calc(2.5rem * 0.5);
  padding-bottom: calc(2.5rem * 0.5);
  padding-top: calc(var(--header-padding-top) * 0.5);
  padding-bottom: calc(var(--header-padding-bottom) * 0.5);
}
.b-header.m-fixed .b-logo img {
  max-width: 18rem;
}
.b-header.m-fixed .b-header__menu-nav {
  padding-right: 10rem;
}
.b-header.m-fixed .b-header__menu-nav > ul > li > a {
  font-size: 1.8rem;
}
.b-header.m-fixed .b-header__top-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
}
@keyframes NavSlideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.b-header + #header_placeholder {
  display: none;
  height: 90px;
}
.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%;
  max-width: 90%;
}
.b-header .b-logo img {
  width: 25rem;
}
.b-header .b-logo img {
  width: var(--logo-width);
}
@media screen and (min-width: 48em) {
  .b-header__logo {
    flex: 0 0 15%;
  }
}
.b-header__top {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-top: var(--header-padding-top);
  padding-bottom: var(--header-padding-bottom);
}
.b-header__top-nav {
  margin-bottom: 0.5rem;
}
.b-header__top-nav > a {
  font-size: var(--font-size-base-lg);
}
.b-header__top-nav > a + a {
  margin-inline-start: 1.5rem;
}
.b-header__search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15rem;
  background-color: #12468C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-header__search form {
  display: flex;
  height: 6rem;
  width: 500px;
  max-width: 90%;
}
.b-header__search input {
  background: none;
  border-radius: 0;
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  flex: 1;
  margin-bottom: 0;
  height: 100%;
  font-size: 2rem;
  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 {
  padding-left: 1em;
  padding-right: 1em;
  background: none;
  border: 0;
  border-radius: 0;
  color: #FFF;
}
.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 {
  padding: 0.6rem 2rem;
  background-color: #CD9C4B;
  -webkit-border-radius: 30em;
  -moz-border-radius: 30em;
  border-radius: 30em;
}
.b-header__search-button:hover, .b-header__search-button:focus {
  background-color: #474193;
  color: #fff;
  text-decoration: none;
}
.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: #474193;
    border: 0;
    border-top: 0.5px solid #fff;
    width: 100%;
    height: 4rem;
    transition: 0.2s ease;
    transform: translateY(-100%);
  }
  .b-header__search--mob > * {
    height: 100%;
  }
  .b-header__search--mob form {
    color: #fff;
  }
  .b-header__search--mob form > div {
    border: none;
    height: 100%;
  }
  .b-header__search--mob form .b-header__search-button {
    border-inline-start: 0;
    min-width: 4rem;
  }
  .b-header__search--mob input {
    color: #fff;
  }
  .b-header__search--mob .b-header__search-button {
    padding: 0;
    min-width: 5rem;
    text-align: center;
    color: currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .b-header__search--mob .b-header__search-button i {
    margin-top: 0.15em;
    font-size: 1.6rem;
  }
  .b-header__search--mob .b-header__search-input {
    color: #fff;
    font-size: 14px;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 374px) {
  .b-header__search--mob .b-header__search-input {
    font-size: 3.743315508vw;
  }
}
@media screen and (max-width: 47.99875em) {
  .b-header__search--mob .b-header__search-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
  }
  .b-header__search--mob .b-header__search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
  }
  .b-header__search--mob .b-header__search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
  }
  .b-header__search--mob .b-header__search-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
  }
  .b-header__search--mob.is-active {
    transform: translateY(0);
  }
}
.b-header .wpml-ls-flag {
  display: none !important; /* Hide flags */
}
.b-header .wpml-ls-item {
  line-height: 1;
}
.b-header .wpml-ls-item a {
  padding: 0;
  color: #CD9C4B;
  font-size: var(--font-size-base-lg);
  position: relative; /* Needed for absolute positioning of icon */
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  GAP: 6px;
}
.b-header .wpml-ls-item a:hover {
  text-decoration: none;
}
.b-header .wpml-ls-item a span {
  font-size: var(--font-size-base-sm);
}
.b-header .wpml-ls-item a::before {
  content: "\e914";
  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;
}
.b-header .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}
.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: #1D1D1D;
  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: #CD9C4B;
}
.b-header__login {
  cursor: pointer;
  font-size: 3rem;
  color: #1D1D1D;
  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__menu-nav {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
  font-weight: var(--header-nav-weight);
  font-size: var(--header-nav-size);
}
.b-header__menu-nav .menu-item-has-children, .b-header__menu-nav .has-submenu {
  position: relative;
}
.b-header__menu-nav .menu-item-has-children:hover:after, .b-header__menu-nav .has-submenu:hover:after {
  color: currentColor;
}
.b-header__menu-nav .menu-item-has-children:after, .b-header__menu-nav .has-submenu:after {
  content: "\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;
}
[lang=en-US] .b-header__menu-nav-list {
  justify-content: flex-end;
}

.b-header__menu-nav.--border {
  margin-left: -1em;
  margin-right: -1em;
}
.b-header__menu-nav.--border li:hover a {
  border-bottom-color: transparent;
}
.b-header__menu-nav.--border li:first-child a {
  border: none;
}
.b-header__menu-nav.--border a {
  padding: 0 1em;
  border-inline-start: 1px solid;
  display: inline-block;
  line-height: 1;
}
.b-header__menu-nav.--border a:hover {
  border-bottom-color: transparent;
}
.b-header__menu-nav.--border li {
  padding-left: 0;
  padding-right: 0;
}
.b-header__menu-nav a {
  color: #231F20;
}
@media screen and (min-width: 48em) {
  .b-header__menu-nav a:hover {
    color: #CD9C4B;
  }
}
.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;
}
.b-header__menu-nav > ul > li {
  position: relative;
}
.b-header__menu-nav > ul > li:not(:last-child) {
  padding-inline-end: 2.5rem;
}
.b-header__menu-nav > ul > li:not(:first-child) {
  padding-inline-start: 2.5rem;
}
[lang=en-US] .b-header__menu-nav > ul > li:not(:last-child) {
  padding-inline-end: 2rem;
}
[lang=en-US] .b-header__menu-nav > ul > li:not(:first-child) {
  padding-inline-start: 2rem;
}

@media screen and (min-width: 62em) {
  .b-header__menu-nav > ul > li:hover > a {
    border-bottom-color: #474193;
    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(--header-nav-size);
  -webkit-text-stroke: 0.3px;
  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: #474193;
    border-bottom-color: var(--color-primary);
  }
}
.b-header__menu-nav > ul > li > a:hover {
  text-decoration: none;
}
[lang=en-US] .b-header__menu-nav > ul > li > a {
  font-size: 1.9rem;
  font-weight: 300;
}

.b-header__menu-nav > ul > li.current-menu-ancestor > a, .b-header__menu-nav > ul > li.current-menu-item > a, .b-header__menu-nav > ul > li:hover > a {
  border-bottom-color: #fff;
}
.b-header__burger {
  align-items: center;
  display: flex;
  margin-top: -4px;
}
.b-header__burger.column {
  padding: 5px 20px;
}
@media screen and (max-width: 47.99875em) {
  .b-header__wrp {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
  .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:hover, .b-header [class^=link-]:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 48em) {
  .b-header__navbar {
    color: #1D1D1D;
    background-color: transparent;
  }
}
@media screen and (max-width: 74.99875em) {
  .b-header {
    --header-padding-top: 0.5rem;
    --header-padding-bottom: 0.5rem;
  }
  .b-header__top {
    padding-top: 1rem;
    padding: 2rem 1.5rem;
    gap: 1rem;
  }
  .b-header__top-nav {
    margin-bottom: 0;
  }
  .b-header__top-nav > a {
    font-size: calc(2.4rem * 1.25);
    font-size: calc(var(--font-size-base-lg) * 1.25);
  }
  .b-header .b-logo img {
    width: 18.75rem;
    width: var(--logo-width-mob);
  }
  .b-header.m-fixed .b-header__top {
    padding: 1rem;
  }
}

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

.b-footer {
  overflow: hidden;
  position: relative;
  letter-spacing: 0.018em;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: left;
  background-color: var(--footer-bg);
  color: #1D1D1D;
  font-size: 1.8rem;
  color: var(--footer-color);
  font-size: var(--footer-size);
}
.b-footer a {
  color: currentColor;
}
.b-footer a:hover {
  color: #474193;
  color: var(--footer-color-hover);
}
.b-footer a:hover {
  text-decoration: none;
}
.b-footer__top {
  padding-top: 8rem;
  padding-top: var(--footer-padding-top);
}
.b-footer__slogan {
  color: var(--color-secondary);
  font-size: 3.6rem;
  -webkit-text-stroke: 1px;
}
.b-footer__bottom {
  padding: 0;
  color: #F3F4F8;
  padding: 4.5rem 0 3.5rem;
}
.b-footer__bottom__menu-list li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-inline: 0.5rem;
}
.b-footer__menu ul li {
  padding: 0 2.5rem;
}
.b-footer__menu ul li a {
  color: #fff;
  font-size: var(--font-size-base-lg);
}
.b-footer__menu + * {
  margin-top: 2rem;
}
.b-footer__soc {
  display: flex;
  justify-content: center;
  color: #C6C5D5;
  margin-top: 5rem;
}
.b-footer__soc-link {
  margin: 0 1rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 5rem;
  background-color: #423E73;
}
@media screen and (max-width: 47.99875em) {
  .b-footer {
    --footer-padding-top: 5rem;
    --footer-padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-footer .container, .b-footer .s-main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .b-footer__bottom {
    border: none;
  }
  .b-footer__title {
    border-color: #D1D3D4;
    margin-bottom: -1px;
  }
  .b-footer__menu {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .b-footer__menu.flex {
    flex-direction: column;
  }
  .b-footer__menu ul li {
    text-align: center;
  }
  .b-footer__menu + * {
    margin-top: -1px;
  }
}

.floating_share {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 11111;
}
.floating_share li:not(:last-child) a {
  border-bottom: 1px solid;
}
.floating_share li a {
  display: block;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.floating_share li svg {
  width: 20px;
  margin: auto;
  display: block;
}
.floating_share li svg g {
  fill: #fff;
}
.floating_share li.whatsapp a {
  background-color: #25D366;
}
.floating_share li.facebook a {
  background-color: #4267B2;
}
.floating_share li:hover {
  opacity: 0.9;
}
.floating_share li:hover a {
  text-decoration: none;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-relative {
  position: relative;
}

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

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

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

.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;
  z-index: 1;
}

@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 #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}
@media screen and (max-width: 47.99875em) {
  .s-main._bordered .s-main__content {
    border: none;
  }
}
.s-main__aside {
  flex: 0 0 28rem;
  max-width: 28rem;
  width: 28rem;
  flex: 0 0 var(--aside-width);
  max-width: var(--aside-width);
  width: var(--aside-width);
}
@media screen and (min-width: 48em) {
  .s-main__aside.show-on-mobile {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    transform: translate3d(-100%, 0, 0);
  }
}
.s-main__content {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  flex: 1;
  max-width: calc(100% - 28rem);
  max-width: calc(100% - var(--aside-width));
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  background-color: #F7F7F8;
  padding-left: var(--main-content-padding);
  padding-right: var(--main-content-padding);
  background-color: var(--color-lightgrey);
}
.s-main__content.fullwidth {
  padding-left: 0;
  padding-right: 0;
}
.s-main__content.has-gradient {
  background-image: url("../img/bg/gradient-blue.png");
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (min-width: 48em) {
  .s-main__content._offset {
    margin-right: 4rem;
    max-width: calc(100% - 28rem - 28rem);
    max-width: calc(100% - var(--aside-width) - var(--aside-width));
  }
}
@media screen and (max-width: 47.99875em) {
  .s-main {
    --container-padding: 1.5rem;
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
  }
  .s-main__content {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .s-main__aside {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .s-main__aside.show-on-mobile {
    position: fixed;
    position: absolute;
    transform: translate3d(-100%, 0, 0);
    background: #F5F7FE;
    background: #24214A;
    background: var(--color-primary-darker);
    transition: transform 0.4s ease;
    will-change: transform;
    left: -30px;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    top: 0;
    height: 100%;
    padding-top: 2.5rem !important;
    padding-top: var(--header-padding-top) !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;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 47.99875em) {
  .s-main__aside.show-on-mobile {
    padding-top: 2.5rem !important;
    padding-top: var(--header-padding-top) !important;
  }
  .s-main__aside.show-on-mobile + div {
    margin-top: 0;
  }
}
@media screen and (max-width: 47.99875em) {
  .s-main__content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .s-main__content._offset {
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

.holder-clickable {
  cursor: pointer;
}

.stock-ticker-wrapper, .stockdio_ticker {
  padding: 1.2rem 0;
  background: linear-gradient(90deg, #474193 0%, #000245 100%);
  border-top: 1px solid #CD9C4B;
}
.stock-ticker-wrapper ul.stock_ticker, .stockdio_ticker ul.stock_ticker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 4rem;
  direction: ltr;
}
.stock-ticker-wrapper ul.stock_ticker .sqitem:before, .stockdio_ticker ul.stock_ticker .sqitem:before {
  display: none;
}
.stock-ticker-wrapper ul.stock_ticker > li, .stockdio_ticker ul.stock_ticker > li {
  text-align: left;
  padding-left: 3rem;
}
.stock-ticker-wrapper ul.stock_ticker > li:not(:first-child), .stockdio_ticker ul.stock_ticker > li:not(:first-child) {
  border-left: 1px solid rgba(205, 156, 75, 0.6);
}
.stock-ticker-wrapper ul.stock_ticker > li .company, .stockdio_ticker ul.stock_ticker > li .company {
  display: block;
  color: #fff;
  font-size: 12px;
}
.stock-ticker-wrapper ul.stock_ticker > li .price, .stockdio_ticker ul.stock_ticker > li .price {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.stock-ticker-wrapper ul.stock_ticker > li .label, .stockdio_ticker ul.stock_ticker > li .label {
  display: block;
  background-color: #55AF15;
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 10px 1px;
  border-radius: 4px;
}
.stock-ticker-wrapper ul.stock_ticker > li.minus .label, .stockdio_ticker ul.stock_ticker > li.minus .label {
  background-color: var(--color-red);
}
@media screen and (max-width: 47.99875em) {
  .stock-ticker-wrapper, .stockdio_ticker {
    margin-top: 0;
  }
}

.l-main + .stockdio_ticker {
  border-bottom: 1px solid #CD9C4B;
  border-top: 0;
}

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

.b-aside > * + * {
  margin-top: 3rem;
}
.b-aside__nav + .b-aside__nav {
  margin-top: 3rem;
}
.b-aside__nav-list {
  max-width: 100%;
  max-width: var(--aside-menu-width);
}
.b-aside__nav-list li + li {
  margin-top: 0.5rem;
  margin-top: var(--aside-menu-margin);
}
.b-aside__nav-list .is-active a {
  background: transparent;
  color: #474193;
  background: var(--aside-active-bg);
  color: var(--aside-active-color);
}
.b-aside__nav-list .is-active a:hover, .b-aside__nav-list .is-active a:focus {
  color: #474193;
}
.b-aside__nav-list .is-active a:hover, .b-aside__nav-list .is-active a:focus {
  color: var(--aside-active-color);
}
.b-aside__nav-list li:not(.is-active):hover a {
  background: #e0e6fa;
}
.b-aside__nav-list a {
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 3em;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: var(--aside-menu-font-weight);
  font-size: var(--aside-size);
  font-size: 1.6rem;
  color: #000;
  padding: 0.6em 2em;
  font-wTIeight: 500;
  font-size: var(--aside-size);
  color: var(--aside-color);
  padding: var(--aside-menu-link-padding);
  font-wTIeight: var(--aside-menu-font-weight);
}
.b-aside__nav-list a:hover, .b-aside__nav-list a:focus {
  text-decoration: none;
}
.b-aside__nav-list a .icon, .b-aside__nav-list a i, .b-aside__nav-list a svg {
  margin-right: 1rem;
  font-size: 1.1em;
  width: 1em;
  height: 1em;
  color: currentColor;
  display: inline-block;
  vertical-align: baseline;
}
.b-aside__nav-list a:hover, .b-aside__nav-list a:focus {
  color: #474193;
}
.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: #474193;
  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__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--mobile {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  padding: 4em 2em;
  background-color: #24214A;
  height: 100%;
  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 #D9D9D9;
}
.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 {
  padding: 0 !important;
}
.b-aside--mobile .b-aside__nav > ul > li + li {
  margin-top: 0.3em;
}
.b-aside--mobile .b-aside__nav > ul > li > a {
  display: block;
  padding: 1rem 0;
  color: #fff;
  border-bottom: 0.6rem solid transparent;
  font-size: 3.2rem;
  font-size: var(--h2);
}
.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: 3rem;
  height: 2.4rem;
  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: 3px;
}
.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: 4px;
  color: #ECF0F6;
  height: 1px;
  border-radius: 0px;
  top: 4px;
  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: -4px;
  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: #ECF0F6;
  height: 1px;
  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: -0.5px;
  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: 1px;
  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: "\e910";
}
.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: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 20rem;
  font-size: 2.1rem;
  background: #12468C;
  font-size: var(--font-size-base);
  background: var(--color-primary-darken);
}
.b-submenu .sub-menu, .b-header .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
[dir=rtl] .b-submenu .sub-menu, [dir=rtl] .b-header .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

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

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

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

.b-submenu a, .b-header .sub-menu a {
  color: currentColor;
}
.b-submenu li a, .b-header .sub-menu li a {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 1rem 1.6rem;
}
.b-submenu li a:hover, .b-submenu li a.is-active, .b-header .sub-menu li a:hover, .b-header .sub-menu li a.is-active {
  text-decoration: underline;
  color: currentColor;
}
.b-submenu li.menu-item-has-children:after, .b-header .sub-menu li.menu-item-has-children:after {
  left: 15px;
}
.b-submenu 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: "\e901";
  font-size: 0.45em;
  top: 58%;
}
.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;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 400;
  color: #F2F2F2;
  min-width: 18rem;
  padding: 0.7em 3rem;
  text-align: center;
  -webkit-text-stroke: 0.7px;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  border-radius: 4px;
  border: 2px solid transparent;
  background: #474193;
  font-size: 1.7rem;
  font-family: FbHachaluzim, Roboto, sans-serif;
  background: var(--btn-bg);
  font-size: var(--btn-size);
  font-family: var(--font-family-base);
}
.btn:link, body .s-callback__form .gform_wrapper.gravity-theme form .gform_button:link, .btn-flat:link, .button:link, button:link, .wp-block-button__link:link {
  text-decoration: none !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;
  color: #474193;
  background: transparent;
  border-color: #474193;
  color: var(--color-primary);
  background: var(--btn-bg-hover);
  border-color: var(--color-primary);
}
.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: #474193;
  background: #12468C;
  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;
  -webkit-text-stroke: 0;
}
.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-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: 2px solid #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;
}
.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-secondary-light, body .s-callback__form .gform_wrapper.gravity-theme form .m-secondary-light.gform_button, .m-secondary-light.btn-flat, .button.m-secondary-light, button.m-secondary-light, .wp-block-button__link.m-secondary-light {
  background: var(--color-secondary-light);
}
.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);
  color: var(--color-text);
}
.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 {
  font-size: 1.6rem;
}
.btn.size-medium, body .s-callback__form .gform_wrapper.gravity-theme form .size-medium.gform_button, .size-medium.btn-flat, .button.size-medium, button.size-medium, .wp-block-button__link.size-medium {
  font-size: 2rem;
}
.btn.size-large, body .s-callback__form .gform_wrapper.gravity-theme form .size-large.gform_button, .size-large.btn-flat, .button.size-large, button.size-large, .wp-block-button__link.size-large {
  font-size: 2.4rem;
  padding: 0.5em 2.4rem;
}
.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: #12468C;
  background: #12468C;
  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: #12468C;
  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 {
    min-width: 14rem;
    font-size: 1.6rem;
    font-size: var(--btn-size-mob);
  }
  .btn.m-fixed, body .s-callback__form .gform_wrapper.gravity-theme form .m-fixed.gform_button, .m-fixed.btn-flat, .button.m-fixed, button.m-fixed, .wp-block-button__link.m-fixed {
    min-width: 0;
    max-width: none;
  }
  .btn.size-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: 18px;
  }
}
@media screen and (max-width: 35.99875em) and (max-width: 374px) {
  .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: 4.8128342246vw;
  }
}
@media screen and (max-width: 35.99875em) {
  .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: 7rem;
  height: 7rem;
  min-width: 7rem;
  background: #CD9C4B;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 50%;
  border: 0;
  padding: 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-inline-start: -0.4rem;
  font-size: 2.4rem;
}
.btn.btn-play:after, body .s-callback__form .gform_wrapper.gravity-theme form .btn-play.gform_button:after, .btn-play.btn-flat:after, .button.btn-play:after, button.btn-play:after, .wp-block-button__link.btn-play:after {
  content: "לצפייה בוידאו";
  POSITION: ABSOLUTE;
  TOP: 112%;
  COLOR: #474193;
  white-space: nowrap;
}
.btn.btn-play:hover, body .s-callback__form .gform_wrapper.gravity-theme form .btn-play.gform_button:hover, .btn-play.btn-flat:hover, .button.btn-play:hover, button.btn-play:hover, .wp-block-button__link.btn-play:hover {
  background: #474193;
}
[lang=en-US] .btn, [lang=en-US] body .s-callback__form .gform_wrapper.gravity-theme form .gform_button, body .s-callback__form .gform_wrapper.gravity-theme form [lang=en-US] .gform_button, [lang=en-US] .btn-flat, [lang=en-US] .button, [lang=en-US] button, [lang=en-US] .wp-block-button__link {
  font-family: Roboto, sans-serif;
  font-family: var(--font-family-en);
}
[lang=en-US] .btn.size-large, [lang=en-US] body .s-callback__form .gform_wrapper.gravity-theme form .size-large.gform_button, body .s-callback__form .gform_wrapper.gravity-theme form [lang=en-US] .size-large.gform_button, [lang=en-US] .size-large.btn-flat, [lang=en-US] .button.size-large, [lang=en-US] button.size-large, [lang=en-US] .wp-block-button__link.size-large {
  font-size: 2.2rem;
}
[lang=en-US] .btn.btn-play:after, [lang=en-US] body .s-callback__form .gform_wrapper.gravity-theme form .btn-play.gform_button:after, body .s-callback__form .gform_wrapper.gravity-theme form [lang=en-US] .btn-play.gform_button:after, [lang=en-US] .btn-play.btn-flat:after, [lang=en-US] .button.btn-play:after, [lang=en-US] button.btn-play:after, [lang=en-US] .wp-block-button__link.btn-play:after {
  content: "Play video";
  font-size: var(--font-size-base-xs);
}

.btn-flat {
  background: transparent;
  color: #1D1D1D;
  border: 2px solid #CD9C4B;
  color: var(--color-text);
  border: 2px solid var(--color-secondary);
}
.btn-flat.is-active, .btn-flat:hover {
  background: #474193;
  border-color: #474193;
  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;
  gap: 3rem;
}
.btn-group.text-center {
  justify-content: center;
}
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: #1D1D1D;
  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.7rem;
  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.8rem;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ECCF9F;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  height: 45px;
  background: #ffffff;
  color: #1D1D1D;
  height: var(--input-height);
  background: var(--input-bg);
  border-color: var(--input-border-color --input-border-color);
  color: var(--input-color);
}
input::-webkit-input-placeholder, .input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #1D1D1D;
}
input:-moz-placeholder, .input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1D1D1D;
}
input::-moz-placeholder, .input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1D1D1D;
}
input:-ms-input-placeholder, .input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #1D1D1D;
}
input:hover, .input:hover, textarea:hover {
  border-color: #017A9B;
}
input:focus, .input:focus, textarea:focus {
  border-color: #7B7E8A;
}
input:hover, .input:hover, textarea:hover {
  border-color: var(--input-border-color-hover);
}
input:focus, .input:focus, textarea:focus {
  border-color: var(--input-border-color-focus);
}
input[readonly=readonly], .input[readonly=readonly], textarea[readonly=readonly] {
  border: 0;
}
input[readonly=readonly]:focus, .input[readonly=readonly]:focus, textarea[readonly=readonly]:focus {
  border: 0;
  outline: 0;
}
input:hover, .input:hover, textarea:hover {
  border-color: #017A9B;
}
input:focus, .input:focus, textarea:focus {
  border-color: #7B7E8A;
}
input:hover, .input:hover, textarea:hover {
  border-color: var(--input-border-color-hover);
}
input:focus, .input:focus, textarea:focus {
  border-color: var(--input-border-color-focus);
}

body .gform_wrapper.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 textarea, body .gform_wrapper.gform-theme--foundation select {
  font-size: 1.8rem;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ECCF9F;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  height: 45px;
  background: #ffffff;
  color: #1D1D1D;
  height: var(--input-height);
  background: var(--input-bg);
  border-color: var(--input-border-color --input-border-color);
  color: var(--input-color);
  border-radius: 0;
}
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 textarea::-webkit-input-placeholder, body .gform_wrapper.gform-theme--foundation select::-webkit-input-placeholder { /* WebKit browsers */
  color: #1D1D1D;
}
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 textarea:-moz-placeholder, body .gform_wrapper.gform-theme--foundation select:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1D1D1D;
}
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 textarea::-moz-placeholder, body .gform_wrapper.gform-theme--foundation select::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1D1D1D;
}
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 textarea:-ms-input-placeholder, body .gform_wrapper.gform-theme--foundation select:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #1D1D1D;
}
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 textarea:hover, body .gform_wrapper.gform-theme--foundation select:hover {
  border-color: #017A9B;
}
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 textarea:focus, body .gform_wrapper.gform-theme--foundation select:focus {
  border-color: #7B7E8A;
}
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 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 textarea:focus, body .gform_wrapper.gform-theme--foundation select:focus {
  border-color: var(--input-border-color-focus);
}
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 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 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 textarea:hover, body .gform_wrapper.gform-theme--foundation select:hover {
  border-color: #017A9B;
}
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 textarea:focus, body .gform_wrapper.gform-theme--foundation select:focus {
  border-color: #7B7E8A;
}
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 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 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 1.5rem;
}
[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 input[type=file]:after {
  content: "\e90e";
  display: inline-block;
  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: 2rem;
  -webkit-text-stroke: 0.5px currentColor;
  color: #CD9C4B;
  position: absolute;
  left: 0;
  padding: 1rem 1.5rem;
}
[lang=en-US] body .gform_wrapper.gform-theme--foundation input[type=file]:after {
  left: auto;
  right: 0;
}

.input-large {
  height: 5.5rem;
}

input[type=file]::file-selector-button {
  position: absolute;
  left: 10px;
  top: 13px;
  border: 0;
  background-color: #474193;
  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: #1D1D1D;
  border-color: #DCE6F4;
  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.8rem;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ECCF9F;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  height: 45px;
  border-color: #ffffff;
  color: #1D1D1D;
  background: #ffffff;
}
.input-group--flex::-webkit-input-placeholder { /* WebKit browsers */
  color: #1D1D1D;
}
.input-group--flex:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #1D1D1D;
}
.input-group--flex::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #1D1D1D;
}
.input-group--flex:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #1D1D1D;
}
.input-group--flex:hover {
  border-color: #017A9B;
}
.input-group--flex:focus {
  border-color: #7B7E8A;
}
.input-group--flex:hover {
  border-color: var(--input-border-color-hover);
}
.input-group--flex:focus {
  border-color: var(--input-border-color-focus);
}
.input-group--flex[readonly=readonly] {
  border: 0;
}
.input-group--flex[readonly=readonly]:focus {
  border: 0;
  outline: 0;
}
.input-group--flex input, .input-group--flex .input {
  border: none;
  background: none;
  padding: 0;
}
.input-group--flex .input-lbl {
  flex: 0 0 auto;
  max-width: 50%;
  margin-bottom: 0;
}
.input-group--flex .input-lbl:not(label) {
  pointer-events: none;
}

.input-lbl {
  color: #1D1D1D;
  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: #474193;
  background: #474193;
}

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

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

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

._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: #474193;
  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: #D53327;
}
[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: #D53327;
}
[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: #D53327;
}

.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: #474193;
  background: transparent;
}

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

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

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

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

[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 {
  color: #474193;
  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;
}

.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: 2.1rem;
  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: #474193;
}
.b-pagination ul.page-numbers .page-numbers:hover {
  text-decoration: none;
}
.b-pagination ul.page-numbers .page-numbers.current {
  background: #474193;
  border-color: #474193;
  color: #fff;
  box-shadow: 3px 3px 10px rgba(47, 47, 99, 0.1);
}
.b-pagination ul.page-numbers .page-numbers.current:hover {
  opacity: 1;
}
.b-pagination ul.page-numbers .page-numbers.dots {
  background: transparent;
  border-color: transparent;
  min-width: 1.65rem;
}
.b-pagination ul.page-numbers .page-numbers.prev, .b-pagination ul.page-numbers .page-numbers.next {
  background: transparent;
  border-color: transparent;
  font-size: 1.7rem;
  font-weight: 500;
  color: #474193;
}
.b-pagination ul.page-numbers .page-numbers.prev:hover, .b-pagination ul.page-numbers .page-numbers.next:hover {
  opacity: 0.6;
}
@media screen and (max-width: 35.99875em) {
  .b-pagination {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.label--dark {
  color: #1D1D1D;
}

.form {
  font-size: 1.7rem;
  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: 2.1rem;
  color: #1D1D1D;
  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: #1D1D1D;
  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 {
  display: grid;
  grid-row-gap: 5rem;
}
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 {
  height: 35px;
}
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-top: 8rem;
  padding-bottom: 0;
}
.modal body .gform_wrapper.gform-theme--foundation .gform_footer {
  padding: 0 !important;
}

body .gform_wrapper.gform-theme--foundation .gform_footer .gform_button {
  border: 0;
  background: #474193 !important;
  font-size: 2.4rem;
  background: var(--color-primary) !important;
  font-size: var(--font-size-base-lg);
  padding-left: 5rem;
  padding-right: 7rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  -webkit-text-stroke: 0.7px;
}
body .gform_wrapper.gform-theme--foundation .gform_footer .gform_button: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: "\e90b";
  position: absolute;
  right: 3rem;
  font-size: 80%;
  -webkit-text-stroke: 0;
}
.modal body .gform_wrapper.gform-theme--foundation .gform_footer .gform_button {
  width: 100%;
}

body .gform_wrapper.gform-theme--foundation .gform_footer .gform_button:hover {
  background-color: #474193;
  opacity: 0.9;
  color: #fff;
}
@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: #1D1D1D;
  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 {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 0;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  line-height: 1 !important;
  font-weight: 400;
  border-radius: 5rem;
  font-size: 2.1rem;
  color: #24214A;
  font-size: var(--font-size-base-md);
  color: var(--color-primary-darker);
}
body .gform_wrapper.gform-theme--foundation .gfield_label .gfield_required {
  color: currentColor;
  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: -16px;
  left: 0;
  font-size: 1.5rem;
  font-size: var(--font-size-base-xs);
}
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;
}

body .gform_wrapper.gform-theme--foundation .gfield--type-fileupload .gfield_label, body .gform_wrapper.gform-theme--foundation .gfield--type-select .gfield_label {
  top: -16px;
  left: 0;
  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 {
  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 {
  left: auto;
  right: 10px;
}
[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 {
  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 {
  left: auto;
  right: 10px;
}
.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 {
  margin-left: 0 !important;
}

body .gform_wrapper.gform-theme--foundation legend.gfield_label {
  font-size: 1.7rem !important;
  color: #474193 !important;
  margin-top: 2rem;
}
body .gform_wrapper.gform-theme--foundation .gfield--type-choice > .gfield_label {
  position: static;
  font-weight: 700;
  color: #1D1D1D;
}
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: 0;
  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: #474193;
  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: #1D1D1D;
  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: #1D1D1D;
}
.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: #24214A;
  background: var(--footer-bg);
}
body .s-callback__form.footer-form .gfield_label {
  color: #1D1D1D !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: #1D1D1D !important;
}
body .s-callback__form.footer-form .gform_wrapper.gravity-theme form .gform_button {
  background-color: #1D1D1D;
  color: #1D1D1D;
}
@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;
  padding: 0;
}
.post-list--default .b-card__pic {
  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: 3rem 2.5rem 4rem;
  background-color: #fff;
}
.post-list--overImage .b-card__body {
  width: calc(100% - 1rem);
  margin-inline-start: 1rem;
  margin-top: -2.5rem;
  box-shadow: -2px 5px 0 -2px #1D1D1D;
}

.b-card__footer .b-card__link {
  transition: 0.2s ease;
  font-weight: 700;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-title);
  letter-spacing: 3px;
}
.b-card__footer .b-card__link [class*=icon-] {
  margin-inline-start: 2rem;
  font-size: 0.4em;
  transition: 0.2s ease;
  color: #1D1D1D;
  font-weight: 400;
  color: var(--color-text);
  font-weight: var(--fw-base);
}
.b-card__footer .b-card__link:hover {
  text-decoration: none;
}
.b-card__footer .b-card__link:hover [class*=icon-] {
  margin-inline-start: 3rem;
}
.b-card__title {
  font-size: 3rem;
  font-size: var(--h3);
}
.b-card__title .post-category {
  font-size: 2.1rem;
  color: #1D1D1D;
  font-weight: 400;
  font-size: var(--font-size-base);
  color: var(--color-text);
  font-weight: var(--fw-base);
}
.b-card__txt {
  line-height: 1.4;
  -webkit-text-stroke: 0.3px;
}
.b-card._size--small {
  font-size: 1.8rem;
}
.b-card--post .b-card__pic {
  border-color: #474193;
  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;
}
@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: #474193;
}
.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;
}
@media screen and (max-width: 35.99875em) {
  .b-card--news {
    padding-bottom: 2rem;
  }
}
.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 #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.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 #D9D9D9;
  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;
  box-shadow: 0px 18px 18px rgba(234, 205, 205, 0.17);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.b-box img.w-50 {
  height: 4.6rem;
}
.b-box__head {
  margin-bottom: 1.2rem;
  align-items: center;
}
.b-box__head-title {
  font-size: 2.6rem;
  font-size: var(--h4);
}
.b-box__body {
  line-height: 1.3;
}
.b-box__footer {
  padding-top: 1em;
}
.b-box--fund {
  padding: 3rem;
}
.b-box--fund .fund_pie {
  max-width: 75px;
  max-height: 75px;
  margin-inline-start: auto;
}
.b-box--fund .fund_key {
  color: #636466;
  font-size: 106%;
  -webkit-text-stroke: 0.2px;
}
[lang=en-US] .b-box--fund .fund_key {
  font-size: 95%;
  -webkit-text-stroke: 0;
}

.b-box--fund .b-box__head-icn {
  text-align: end;
}
.b-box--fund .b-box__head-title {
  padding-inline-end: 4rem;
  margin-bottom: 0.5rem;
}
.b-box--fund .b-box__head-title span {
  display: block;
}
.b-box--fund .b-box__body {
  padding: 2rem 0;
}
.b-box--fund .b-box__body ul {
  border-bottom: 1px solid #ECF0F6;
}
.b-box--fund .b-box__body ul li {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid #D9D9D9;
}
.b-box--fund .b-box__body ul li .rate {
  color: #CD9C4B;
  -webkit-text-stroke: 0.3px;
}
.b-box--fund .b-box__footer a {
  color: #24214A;
  -webkit-text-stroke: 0.4px;
}
[lang=en-US] .b-box--fund .b-box__footer a {
  font-size: var(--font-size-base-sm);
  -webkit-text-stroke: 0;
}

.b-box--fund .b-box__footer a i {
  -webkit-text-stroke: 0;
  font-size: 90%;
  color: #CD9C4B;
}
.b-box--fund .b-box__footer a:hover {
  color: #CD9C4B;
}
.b-box--fund .b-box__footer a:hover:hover {
  text-decoration: none;
}
.b-box--fund:hover {
  transform: translateY(-10px);
}
.b-box--stats {
  box-shadow: 0px 2px 6px rgba(13, 10, 44, 0.08);
}
.b-box--stats .update {
  -webkit-text-stroke: 0.3px;
  direction: ltr;
  text-align: right;
  font-size: 1.7rem;
  color: #636466;
  font-size: var(--font-size-base-sm);
  color: var(--color-grey);
}
.b-box--stats .update__title {
  -webkit-text-stroke: 0.7px;
  margin-top: 0.7rem;
  font-size: 2.1rem;
  font-size: var(--font-size-base-md);
}
.b-box--stats .number {
  font-size: 4.2rem;
  font-weight: 700;
  color: #615ABA;
  font-size: var(--font-size-base-xl);
  font-weight: var(--font-weight-title);
  color: var(--color-primary-light);
  margin-top: 2rem;
}
.b-box--stats .rank {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  -webkit-text-stroke: 0.7PX;
  color: #CD9C4B;
  font-size: 2.1rem;
  color: var(--color-secondary);
  font-size: var(--font-size-base-md);
}
.b-box--stats .rank i {
  -webkit-text-stroke: 0;
  margin-inline-end: 1rem;
  font-size: 80%;
}
.b-box--stats .rank i.icon-increase {
  color: #04CE00;
}
.b-box--stats .rank i.icon-decrease {
  color: #D53327;
}
.b-box--contact {
  border-radius: 20px;
  padding: 5rem;
  box-shadow: none;
}
.main-services .b-box {
  padding: 4.5rem 3.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
}
.main-services .b-box__head-icn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CD9C4B;
  background-color: #FFF9EE;
  width: 6rem;
  height: 6rem;
  text-align: center;
}
.main-services .b-box__head-icn i {
  font-size: 4rem;
}
.main-services .b-box .b-box__head-title {
  margin: 2rem 0 2rem;
  font-size: 2.4rem;
  color: var(--color-primary-darker);
  font-weight: 600;
}
.main-services .b-box p {
  color: #636466;
  line-height: 1.5;
}
.main-services .b-box a {
  color: #636466;
  font-size: 2.1rem;
  font-weight: 500;
  border-bottom: 1px solid #CD9C4B;
  padding-bottom: 0.5rem;
}
.main-services .b-box a:hover {
  text-decoration: none;
  color: #CD9C4B;
}
[lang=en-US] .main-services .b-box .b-box__head-title {
  font-size: 2.1rem;
}

@media screen and (min-width: 576px) {
  .b-box:not(.b-box--donation) {
    height: 100%;
  }
}

.section, .s-section, section {
  width: 100%;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.section.m-grey, .s-section.m-grey, section.m-grey {
  background-color: #636466;
  background-color: var(--color-grey);
}
.section.m-primary, .s-section.m-primary, section.m-primary {
  color: #fff;
  background-color: #474193;
  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 {
  position: relative;
  margin-bottom: 5rem;
}
.b-section__heading-title {
  font-weight: 700;
}
.b-section__heading-title:after {
  content: "";
  display: block;
  width: 12px;
  height: 12Px;
  transform: rotate(45deg);
  transform-origin: top;
  margin: 2rem 0 2rem;
  background-color: #ECCF9F;
}
.b-section__heading-title.m-small {
  font-size: 4rem;
  margin-bottom: 3rem;
}
.b-section__heading-subtitle {
  font-size: var(--font-size-base-lg);
}
@media screen and (min-width: 62em) {
  .b-section__heading-subtitle {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.b-section__heading.text-center {
  text-align: center;
}
.b-section__heading.text-center h2:after {
  margin-left: auto;
  margin-right: auto;
  transform-origin: unset;
}
.b-section__heading.has_icon {
  display: flex;
  align-items: center;
  text-align: start;
}
.b-section__heading.has_icon:before {
  content: none;
}
.b-section__heading.has_icon i {
  margin-inline-end: 2rem;
  font-size: 4.3rem;
}
[lang=en-US] .b-section__heading-subtitle {
  font-weight: 300;
  margin-top: 1rem !important;
}

.b-section__title {
  color: #797773;
  color: var(--heading-color);
  line-height: 1.33;
  margin-bottom: 0.35em;
}
.b-section__subtitle {
  color: #CD9C4B;
  font-size: 1.7rem;
  color: var(--color-secondary);
  font-size: var(--font-size-base-sm);
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 35.99875em) {
  .b-section {
    padding: 5rem 0;
  }
  .b-section__heading {
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 35.99875em) and (max-width: 374px) {
  .b-section__heading {
    font-size: 6.4171122995vw;
  }
}
@media screen and (max-width: 35.99875em) {
  .b-section__heading-title {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .b-section__content {
    width: 100%;
  }
}

.s-content {
  position: relative;
}
.s-content__heading.has_image {
  position: relative;
  padding: 27rem 0 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  height: 500px;
}
.s-content__heading.has_image .overlay {
  position: absolute;
  opacity: 1;
  visibility: visible;
  z-index: 0;
  background: linear-gradient(180deg, rgba(36, 33, 74, 0.8) 0%, rgba(36, 33, 74, 0.4) 47%, rgba(44, 69, 129, 0) 100%);
}
.s-content__heading.has_image .s-content__heading_wrp {
  position: relative;
}
.s-content__heading.has_image .subtitle {
  font-size: 3rem;
  margin-top: 0;
  color: #fff;
}
@media screen and (max-width: 35.99875em) {
  .s-content__heading.has_image {
    padding-top: 14rem;
    padding-bottom: 9rem;
    height: auto;
  }
  .home .s-content__heading.has_image {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.s-content__info {
  line-height: 1.33;
}
.s-content__info p {
  line-height: 1.33;
}
.s-content__info.--border {
  border-bottom: 1px solid #D9D9D9;
  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[class^=bg-], .s-content__aside-head[class*=bg-] {
  padding: 1rem 1.5rem;
}
.s-content__aside-head.--collapse:after {
  font-size: 0.46em;
  padding-left: 0.5rem;
}
.s-content__aside-box {
  background: #fff;
  padding: 3rem;
  border-radius: 6px;
  border: 1px solid rgba(217, 217, 217, 0.4);
  overflow: hidden;
}
.s-content__aside-box.m-shadow {
  box-shadow: 0px 18px 18px rgba(234, 205, 205, 0.17);
  box-shadow: var(--aside-box-shadow);
}
.s-content__aside-box.no-bg {
  background-color: transparent;
}
.s-content__aside-box table tbody tr:last-child td {
  border-bottom: 0;
}
.s-content__aside-box .fund-distribution {
  -webkit-text-stroke: 0.6PX;
  font-size: 90%;
}
.s-content__aside-box .fund-distribution .row {
  margin: 0 0 2PX;
  border-bottom: 1px solid #EEE;
}
.s-content__aside-box .fund-distribution .row:last-child {
  margin-bottom: 0;
}
.s-content__aside-box .fund-distribution .row .col, .s-content__aside-box .fund-distribution .row .col-auto {
  background-color: #fff;
  padding: 1.5rem 2rem;
}
.s-content__aside-box .fund-distribution .row .col {
  border-inline-end: 2px solid #eeeeee;
}
.s-content__aside-box .fund-distribution .row .col-auto {
  flex: 0 0 80px;
}
.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.bg-primary {
  background: linear-gradient(224.75deg, #35316D 30.63%, #403C74 89.1%);
  border: 1px solid rgba(212, 212, 212, 0.1);
}
.s-content__aside-box.bg-primary .s-content__aside-nav a:not(:hover) {
  color: #F7F7F8;
}
.s-content__aside-title {
  margin-bottom: 0;
}
.s-content__aside-nav img:first-of-type {
  display: inline-block;
  margin-inline-end: 1rem;
}
.s-content__aside-nav a {
  color: #636466;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.6em;
  padding-bottom: 0.8em;
}
.s-content__aside-nav a i {
  color: var(--color-secondary);
  font-size: 70%;
}
.s-content__aside-nav a sup {
  margin-inline-end: auto;
}
.s-content__aside-nav a:hover {
  text-decoration: none;
  color: #fff;
}
.s-content__aside-nav a:hover i {
  color: #fff;
}
.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.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: #474193;
  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 #D9D9D9;
}
.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: #474193;
  color: #fff;
}
.s-content__aside--contact .s-content__aside-box {
  background: var(--color-primary);
  color: #fff;
}
.s-content__aside--contact a {
  color: currentColor;
}
.s-content__aside--contact a:hover {
  text-decoration: underline;
  color: currentColor;
}
@media screen and (max-width: 47.99875em) {
  .s-content {
    padding-bottom: 0;
  }
  .s-content:last-of-type {
    padding-bottom: 3rem;
  }
  .s-content__aside {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-bottom: 3rem;
  }
  .s-content__aside-box.--collapse .s-content__aside-head {
    margin: -1rem -2rem;
  }
  .s-content__aside-box.--collapse .s-content__aside-head h4 {
    margin-bottom: 0;
    font-size: 3rem;
  }
  .s-content__aside-box.--collapse .s-content__aside-body {
    margin-top: 3rem;
  }
  .s-content__aside-head {
    display: flex;
    align-items: center;
  }
  .s-content__aside .s-content__aside-title {
    display: inline-block;
    --font-weight-title: 600;
    font-weight: 600;
    font-size: 20px;
  }
}
@media screen and (max-width: 47.99875em) and (max-width: 374px) {
  .s-content__aside .s-content__aside-title {
    font-size: 5.3475935829vw;
  }
}
@media screen and (max-width: 47.99875em) {
  .s-content__aside-search {
    margin-top: 1.5em;
  }
  .s-content__aside-search form {
    height: 5rem;
  }
  .s-content__aside .menu-icon {
    margin-inline-end: 2rem;
    display: inline-block;
    height: 2rem;
  }
  .s-content__aside-body {
    display: none;
  }
  .s-content__aside-body.is-active {
    display: block;
  }
}

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

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

#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 #474193;
  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: #474193;
  background: var(--color-primary);
}

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

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

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

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

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

.modal__title {
  margin-bottom: 3rem;
}

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

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

.modal__content {
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  max-height: 84vh;
  overflow-x: hidden;
  padding-right: 1rem;
  overflow-y: auto;
  color: #1D1D1D;
  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: #474193;
}
.slick-dots li button {
  border-radius: 50%;
  min-width: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #474193;
  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: #474193;
  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: 4px 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: #1D1D1D;
  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: #474193;
}
.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: #474193;
}
.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;
}

.os-animation, .os-animation-always {
  opacity: 0;
}
.os-animation.animated, .os-animation-always.animated {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.progress {
  -webkit-animation-name: progress;
  animation-name: progress;
}

@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/* Generated with Bounce.js. Edit at http://goo.gl/PJ93gs */
@-webkit-keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes anim-jelly {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.32778, 0, 0, 0, 0, 0.32778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.69875, 0, 0, 0, 0, 0.69875, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1815, 0, 0, 0, 0, 1.1815, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.24402, 0, 0, 0, 0, 1.24402, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.21871, 0, 0, 0, 0, 1.21871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14702, 0, 0, 0, 0, 1.14702, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06589, 0, 0, 0, 0, 1.06589, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9603, 0, 0, 0, 0, 0.9603, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94663, 0, 0, 0, 0, 0.94663, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95217, 0, 0, 0, 0, 0.95217, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96784, 0, 0, 0, 0, 0.96784, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98559, 0, 0, 0, 0, 0.98559, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00868, 0, 0, 0, 0, 1.00868, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01167, 0, 0, 0, 0, 1.01167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01046, 0, 0, 0, 0, 1.01046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00703, 0, 0, 0, 0, 1.00703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 1.00315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9981, 0, 0, 0, 0, 0.9981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99745, 0, 0, 0, 0, 0.99745, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99771, 0, 0, 0, 0, 0.99771, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99846, 0, 0, 0, 0, 0.99846, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99931, 0, 0, 0, 0, 0.99931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00042, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.home .s-content__heading.has_video {
  overflow: hidden;
  position: relative;
}
.home .s-content__heading.has_video .overlay {
  position: absolute;
  opacity: 1;
  visibility: visible;
  z-index: 0;
  background: linear-gradient(180deg, rgba(36, 33, 74, 0.8) 0%, rgba(36, 33, 74, 0.4) 47%, rgba(44, 69, 129, 0) 100%);
}
.home .s-content__heading_wrp {
  position: absolute;
  top: 27rem;
  width: 100%;
}
.home .s-content__heading video {
  display: block;
  width: 100%;
  MIN-HEIGHT: 400px;
  object-fit: cover;
}

.hero-content .page-title {
  text-align: start;
  padding: 0;
  font-size: 9.5rem;
  font-weight: 700;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.24);
}
.hero-content .page-title:not([class*=color--]) {
  background-color: transparent;
}
.hero-content .subtitle {
  font-size: 4.8rem;
  color: #fff;
}
[lang=en-US] .hero-content .page-title {
  font-size: 8rem;
}
[lang=en-US] .hero-content .subtitle {
  font-size: 3.6rem;
  margin-top: 1rem;
  font-weight: 300;
}

.s-about .triangle-title {
  position: relative;
  margin: 0 auto;
  height: 100%;
  z-index: 0;
}
.s-about .triangle-title h2 {
  font-size: 5rem;
  letter-spacing: -1px;
  font-weight: 400;
  -webkit-text-stroke: 1px;
  margin-top: 1.5rem;
  margin-inline-start: 2rem;
  padding-inline-end: 4rem;
}
.s-about .triangle-title:before {
  content: "";
  width: 165px;
  height: 125%;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 0;
  transform: scaleX(-1);
  background-image: url("../img/bg/triangle.svg");
  background-position: left top;
  background-repeat: no-repeat;
}
.s-about__intro {
  line-height: 1.4;
  font-size: var(--font-size-base-lg);
}
.s-about .btn-play {
  transform: none;
  bottom: 0;
  right: 4rem;
  left: auto;
  top: auto;
}
.s-about .btn-play i {
  margin-inline-start: 0.4rem;
}
.s-about__stats-box {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EBF0FF;
  padding: 2rem;
  height: 100%;
}
.s-about__stats .number {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  color: #615ABA;
}
.s-about__stats .desc {
  display: block;
  font-weight: 500;
  margin-top: 5PX;
}
@media screen and (min-width: 36em) {
  .s-about__intro {
    padding-inline-end: 5rem;
  }
}
@media screen and (max-width: 47.99875em) {
  .s-about .triangle-title {
    padding-bottom: 7rem;
    height: auto;
  }
  .s-about .triangle-title:before {
    height: 100%;
    top: -20px;
    background-size: contain;
    background-position: right center;
  }
}
[dir=rtl] .triangle-title:before {
  right: 0;
  left: auto;
  background-position: right top;
  transform: none;
}
[dir=rtl] .btn-play {
  left: 4rem;
  right: auto;
}

[lang=en-US] .s-about .triangle-title h2 {
  font-size: 4.5rem;
  letter-spacing: 0;
  -webkit-text-stroke: 0;
}
[lang=en-US] .s-about__intro {
  font-size: var(--font-size-base-md);
}

.main-services .row {
  --bs-gutter-y: 5rem;
}

.s-features {
  padding-top: 24rem;
  padding-bottom: 5em;
}
.s-features:last-of-type {
  padding-bottom: 24rem;
}
.s-features .feature-desc {
  padding-inline-start: 3rem;
  padding-top: 6rem;
}
@media screen and (min-width: 48em) {
  .s-features:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex: 0 0 50%;
  }
  .s-features .pr-60 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media screen and (max-width: 35.99875em) {
  .s-features {
    padding-top: 14rem;
    padding-bottom: 0;
  }
  .s-features:last-of-type {
    padding-bottom: 0;
  }
}

figure {
  padding-inline-end: 4rem;
}
figure .position-absolute {
  position: absolute;
  width: 115%;
  bottom: -15%;
  right: -15%;
  z-index: -1;
}
figure.has-rectangle {
  position: relative;
  z-index: 0;
  padding: 0;
}
figure.has-rectangle:before {
  content: "";
  position: absolute;
  width: 125%;
  height: 165%;
  bottom: -30%;
  LEFT: -11%;
  z-index: -1;
  background-image: url(../img/bg/rectangle-peach.svg);
  BACKGROUND-SIZE: CONTAIN;
  BACKGROUND-POSITION: TOP left;
  BACKGROUND-REPEAT: NO-REPEAT;
}
figure.has-rectangle.light-blue:before {
  height: 150%;
  bottom: -32%;
  left: -4%;
  background-image: url("../img/bg/rectangle-light-blue.svg");
}
figure.has-rectangle.lavender:before {
  width: 115%;
  height: 152%;
  bottom: -32%;
  left: -8%;
  background-image: url("../img/bg/rectangle-lavender.svg");
}

.s-global {
  padding-bottom: 12.5rem;
  background-image: url("../img/bg/map.svg");
}
.s-global .row > .col + .col {
  margin-top: 4rem;
}
.s-global .b-box--location figure {
  padding: 0;
  border: 8px solid rgba(255, 255, 255, 0.75);
}
.s-global .b-box--location .location__desc {
  margin-top: 2rem;
  margin-inline-start: 1rem;
}
.s-global .b-box--location .location__desc:after {
  content: "";
  display: block;
  width: 5rem;
  height: 2px;
  background-color: #CD9C4B;
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em) {
  .s-global .row .col:first-child {
    position: relative;
    z-index: 2;
    right: -8%;
  }
  .s-global .row .col:first-child .location__desc {
    padding-inline-end: 14rem;
  }
  .s-global .row .col:nth-child(2) {
    position: relative;
    z-index: 1;
    margin-top: 90px;
  }
  .s-global .row .col:nth-child(2) .location__desc {
    padding-inline-end: 7rem;
  }
  .s-global .row .col:nth-child(3) {
    position: relative;
    margin-top: 40px;
    left: -6%;
  }
  .s-global .row .col:nth-child(3) .b-box--location .location__desc {
    padding-inline-start: 8.5rem;
    padding-inline-end: 3rem;
  }
}
@media screen and (min-width: 48em) {
  [dir=rtl] .s-global .row .col:first-child {
    left: -8%;
    right: auto;
  }
  [dir=rtl] .s-global .row .col:nth-child(3) {
    left: auto;
    right: -6%;
  }
}

@media screen and (max-width: 47.99875em) {
  .home .s-content__heading_wrp {
    top: 10rem;
  }
}
@media screen and (max-width: 35.99875em) {
  .hero-content .page-title {
    font-size: 6rem;
  }
  .hero-content .subtitle {
    font-size: 3.6rem;
  }
  [lang=en-US] .hero-content .page-title {
    font-size: 5.5rem;
  }
  [lang=en-US] .hero-content .subtitle {
    font-size: 3rem;
  }
  .home .s-main__content {
    margin-top: 0;
  }
}
.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: #474193;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.15em;
}

.s-about__content > * + * {
  border-top: 1px solid rgba(71, 65, 147, 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(71, 65, 147, 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: #474193;
  color: var(--color-primary);
}

.s-team .b-box {
  padding: 0;
}
.s-team .b-box__head {
  margin-bottom: 0;
}
.s-team .b-box__head-icn {
  POSITION: RELATIVE;
  PADDING-BOTTOM: 100%;
  OVERFLOW: HIDDEN;
}
.s-team .b-box__head-icn img {
  position: absolute;
}
.s-team .b-box__head-title {
  font-weight: 700;
  font-size: var(--font-size-base-md);
}
.s-team .b-box__body {
  padding: 2rem;
}

@media screen and (min-width: 48em) {
  .row-cols-md-20 > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
.s-contact-details {
  margin-top: 5rem;
}
.s-contact-details ul li {
  border-bottom: 1px solid #919EAB;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.s-contact-details ul li a {
  font-size: 2.4rem;
  color: #1D1D1D;
  font-size: var(--font-size-base-lg);
  color: var(--color-text);
}
.s-contact-details ul li a:hover {
  color: #474193;
  color: var(--color-primary);
}
.s-contact-details ul li a:hover:hover {
  text-decoration: none;
}
.s-contact-details ul li a span + span {
  margin-inline-start: 3rem;
}
.s-contact-details ul li i {
  margin-inline-end: 1.4rem;
  color: #615ABA;
  color: var(--color-primary-light);
}

.s-contact__soc {
  margin-top: 7rem;
  display: flex;
  gap: 2.5rem;
}
.s-contact__soc a {
  width: 6rem;
  height: 6rem;
  line-height: 6.5rem;
  border-radius: 50%;
  text-align: center;
  color: #F8F8F8;
  font-size: var(--font-size-base-lg);
  background-color: #24214A;
}
.s-contact__soc a:hover {
  background-color: #474193;
  color: #F8F8F8;
}
.s-contact__soc a:hover:hover {
  text-decoration: none;
}

.b-aside-contact {
  position: relative;
  font-size: 0.94em;
}
.b-aside-contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: -5%;
  width: 50%;
  height: 50%;
  max-height: 400px;
  max-width: 400px;
  background-color: rgba(236, 207, 159, 0.3);
  transform: rotate(45deg);
}
.b-aside-contact__title {
  font-weight: 700;
  font-size: 1.29em;
}
.b-aside-contact__txt {
  font-size: 1em;
  line-height: 1.29;
}
.b-aside-contact__txt-lbl {
  display: inline-block;
  min-width: 2em;
  padding-inline-end: 0.3em;
}
.b-aside-contact__lbl {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1em;
}
.b-aside-contact__row {
  margin-top: 2.2rem;
}
.b-aside-contact__row li + li {
  margin-top: 2.2rem;
}
.b-card-list {
  position: relative;
}
.b-card-list__itm {
  border-bottom: 1px solid #BCBEC0;
}
.b-card-list__itm:last-of-type {
  border-bottom: 1px solid #BCBEC0;
}

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

.b-faq-list {
  position: relative;
  margin-top: 1em;
}
.b-faq {
  position: relative;
  font-size: 1em;
  border-bottom: 1px solid var(--color-primary);
}
.b-faq__title {
  font-weight: 700;
  display: flex;
  align-items: center;
  user-select: none;
  position: relative;
  padding-bottom: 0.8em;
  padding-top: 1em;
  padding-inline: 0;
  border: 0;
  background-color: transparent;
  width: 100%;
  text-align: start;
  border-radius: 0;
  color: #474193;
  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: #CD9C4B;
  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;
}

@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 {
  padding-top: 2rem;
}
.s-post__heading .b-section__heading {
  font-size: 3.6rem;
  font-weight: 700;
  font-size: var(--h1);
  font-weight: var(--font-weight-title);
}
.s-post__header {
  margin-bottom: 3.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #D9D9D9;
  align-items: flex-end;
  border-color: #D9D9D9;
  border-color: var(--color-border);
}
.s-post__header .author {
  font-size: 2.4rem;
}
.s-post__header .author span {
  color: #474193;
}
.s-post__header .post-date {
  color: #474193;
}
@media screen and (min-width: 36em) {
  .s-classified .s-post__content {
    padding-inline-end: 5rem;
  }
}

.s-post__footer {
  margin-top: 3.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-color: #474193;
  border-color: var(--color-primary);
}
.s-post__footer .next:only-child {
  text-align: end;
  flex: 1;
}
.s-post__footer .prev .link-icn [class*=icon-] {
  margin-inline-start: 0;
  margin-inline-end: 0.7em;
}
.s-post__footer .link-icn {
  font-weight: 400;
  font-size: 2rem;
}
.s-post__footer .link-icn:not(.btn-primary) {
  color: #1D1D1D;
}
.s-post__footer .link-icn:hover {
  color: #CD9C4B;
}

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

@font-face {
  font-family: "FbHachaluzim";
  font-weight: 400;
  font-style: normal;
  src: url("../font/FbHachaluzim-Regularwebfont.eot");
  src: url("../font/FbHachaluzim-Regularwebfont.eot?#iefix") format("embedded-opentype"), url("../font/FbHachaluzim-Regularwebfont.woff") format("woff"), url("../font/FbHachaluzim-Regularwebfont.ttf") format("truetype"), url("../font/FbHachaluzim-Regularwebfont.svg#MasaBold") format("svg");
}
@font-face {
  font-family: "FbHachaluzim";
  font-weight: 700;
  font-style: normal;
  src: url("../font/FbHachaluzim-Boldwebfont.eot");
  src: url("../font/FbHachaluzim-Boldwebfont.eot?#iefix") format("embedded-opentype"), url("../font/FbHachaluzim-Boldwebfont.woff") format("woff"), url("../font/FbHachaluzim-Boldwebfont.ttf") format("truetype"), url("../font/FbHachaluzim-Boldwebfont.svg#MasaBold") format("svg");
}
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: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-family: FbHachaluzim, Roboto, sans-serif;
  letter-spacing: 0em;
  font-weight: 400;
  line-height: 1;
  color: #1D1D1D;
  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;
}
[lang=en-US] body {
  font-family: Roboto, sans-serif;
  font-family: var(--font-family-en);
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 62.5%;
  font-size: var(--html-font-size);
}
@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 (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: #474193;
  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;
}

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

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

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

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

.block {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w0 {
  width: 0;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

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

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

p {
  margin: 0 0 3.2rem;
  line-height: 1.2;
  font-size: 2.1rem;
  font-family: FbHachaluzim, 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;
  }
}
[lang=en-US] p {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
  font-family: var(--font-family-en);
  line-height: 1.3;
}

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

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

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

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

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

.text--grey, .color--grey {
  color: #636466;
  color: var(--color-grey);
}

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

.text--error, .color--error {
  color: #D53327;
  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: #1D1D1D;
  color: var(--color-text);
}

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

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

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

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

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

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

.bg-heading {
  background-color: #A2A1B2;
}

.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%, #F7F7F8 100%);
}

.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, .b-section__heading-title {
  font-size: 5.4rem;
}

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

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

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

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

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

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

@media screen and (max-width: 47.99875em) {
  :root {
    --h0: 5.4rem;
    --h1: 3.6rem;
    --h2: 3.2rem;
    --h3: 2.6rem;
    --h4: 2.2rem;
    --h5: 2rem;
    --h6: 1.8rem;
  }
}
.size-h0, .b-section__heading-title {
  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, .s-content__aside-title {
  font-size: var(--h4);
}

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

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

@media screen and (max-width: 47.99875em) {
  :root {
    --h0: 5.4rem;
    --h1: 3.6rem;
    --h2: 3.2rem;
    --h3: 2.6rem;
    --h4: 2.2rem;
    --h5: 2rem;
    --h6: 1.8rem;
  }
}
:root[lang=en-US] {
  --font-size-base:1.8rem;
  --font-size-base-sm:1.6rem;
  --font-size-base-md:1.9rem;
  --font-size-base-lg:2.1rem;
  --font-size-base-xl:3.4rem;
  --footer-size: 1.7rem;
  --h0: 4.8rem;
  --h1: 3.6rem;
  --h2: 3rem;
  --h3: 2.4rem;
  --h4: 2.1rem;
  --font-size-base:1.8rem;
  --font-size-base-sm:1.6rem;
  --font-size-base-md:1.9rem;
  --font-size-base-lg:2.1rem;
  --font-size-base-xl:3.4rem;
  --footer-size: 1.7rem;
  --h0: 4.8rem;
  --h1: 3.6rem;
  --h2: 3rem;
  --h3: 2.4rem;
  --h4: 2.1rem;
}

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: 3.024rem;
  font-size: calc(var(--font-size-base) * 1.44);
}

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

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

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

[class*=title-], .section-title {
  margin-bottom: 0.42em;
  font-family: FbHachaluzim, 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;
}
[lang=en-US] [class*=title-], [lang=en-US] .section-title {
  font-family: Roboto, sans-serif;
  font-family: var(--font-family-en);
}

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

.title-0 {
  font-size: 5.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: 5.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.62rem + 3.564vh);
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (min-aspect-ratio: 1/1) and (max-aspect-ratio: 19/9) and (orientation: landscape) {
  .title.--avh .title-0 {
    font-size: 5.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: 4.32rem;
    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 {
  text-align: center;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.24);
  line-height: 1;
}
.page-title:not([class*=color--]) {
  color: #fff;
}
[lang=en-US] .page-title {
  font-size: 8.5rem;
}

@media screen and (max-width: 35.99875em) {
  .page-title {
    font-size: 7rem;
  }
  [lang=en-US] .page-title {
    font-size: 6.5rem;
  }
  [lang=en-US] .page-title {
    font-size: 5.5rem;
  }
}

sup {
  vertical-align: top;
  font-size: 60%;
}

.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: #474193;
  color: #FF0087;
  color: var(--color-primary);
  color: var(--color-purple);
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  margin-right: 0.25em;
}
.list-counter li:first-child {
  margin-top: 0;
}
.list-counter[start] {
  counter-reset: none;
}

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

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

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

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

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

.no-decoration, .link {
  color: #1D1D1D;
}
.no-decoration:hover, .link:hover {
  text-decoration: none;
}
.no-decoration:hover, .no-decoration:focus, .link:hover, .link:focus {
  color: #474193;
}

.link-icn {
  font-size: 1.7rem;
  font-weight: 500;
  display: inline-flex;
  align-items: baseline;
}
.link-icn:hover, .link-icn:focus {
  color: #1D1D1D;
  color: var(--color-text);
}
.link-icn:hover {
  text-decoration: none;
}
.link-icn [class*=icon-], .link-icn .icon {
  margin-inline-start: 0.7em;
  font-size: 0.7em;
}
.link-icn [class*=icon-]:first-of-type: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: #474193;
  color: var(--color-primary);
}

.link_line {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
}
.link_line:hover {
  text-decoration: none;
  color: #CD9C4B;
}
.link_line:hover:after {
  background-color: #CD9C4B;
}
.link_line:after {
  content: "";
  display: inline-flex;
  width: 6rem;
  height: 2px;
  background-color: #474193;
  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: #1D1D1D;
}
.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-heading.highlight strong, .term_description .wp-block-heading.highlight strong {
  border-top: 2px solid #CD9C4B;
  border-bottom: 2px solid #CD9C4B;
  padding: 10px;
}
.article h2.wp-block-heading, .term_description h2.wp-block-heading {
  position: relative;
  margin-bottom: 3rem;
  color: #474193 !important;
}
.article h2.wp-block-heading.has-text-color, .term_description h2.wp-block-heading.has-text-color {
  color: #1D1D1D;
  color: var(--color-text);
}
.article h2.wp-block-heading.has-medium-font-size, .term_description h2.wp-block-heading.has-medium-font-size {
  font-weight: 600;
  font-size: 4.2rem !important;
  font-size: var(--font-size-base-xl) !important;
}
.article h2.wp-block-heading.has-large-font-size, .term_description h2.wp-block-heading.has-large-font-size {
  -webkit-text-stroke: thin;
}
.article h2.wp-block-heading.has-x-large-font-size, .term_description h2.wp-block-heading.has-x-large-font-size {
  line-height: 1.3;
  font-size: var(--h0) !important;
  letter-spacing: -2px;
}
.article h2.wp-block-heading:after, .term_description h2.wp-block-heading:after {
  content: "";
  display: block;
  width: 12px;
  height: 12Px;
  transform: rotate(45deg);
  transform-origin: top;
  margin: 2rem 0 2rem;
  background-color: #ECCF9F;
}
.article h2.wp-block-heading.has-text-align-center, .term_description h2.wp-block-heading.has-text-align-center {
  text-align: center;
}
.article h2.wp-block-heading.has-text-align-center:after, .term_description h2.wp-block-heading.has-text-align-center:after {
  margin-left: auto;
  margin-right: auto;
  transform-origin: unset;
}
.article h4.wp-block-heading.has-medium-font-size, .term_description h4.wp-block-heading.has-medium-font-size {
  font-size: var(--h4) !important;
}
.article .wp-block-image, .term_description .wp-block-image {
  margin: 4rem 0;
}
.article .wp-block-image.has-rectangle, .term_description .wp-block-image.has-rectangle {
  margin: 0;
  padding: 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 #636466;
}
.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: #474193;
  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: 2.1rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  list-style: initial;
}
.article ul li::marker, .term_description ul li::marker {
  color: #CD9C4B;
}
.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: #CD9C4B;
  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: #474193;
  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: #474193;
  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: "\e900";
  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: #474193;
  color: var(--color-primary);
}
.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: #1D1D1D;
  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: #CD9C4B;
  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: #24214A;
  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: "FbHachaluzim", "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: #CD9C4B;
}
.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: #474193;
}

.text-message {
  color: #1D1D1D;
  color: var(--color-text);
}
.text-message--warn, .text-message--error {
  color: #D53327;
}
.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: #1D1D1D;
  color: var(--color-text);
}
.b-social a {
  color: currentColor;
}
.b-social a:hover, .b-social a:focus {
  color: #474193;
  color: var(--color-primary);
}
.b-social a:hover {
  text-decoration: none;
}
.b-social li {
  padding: 0.5rem;
}

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