@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent;
}
/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}
/**
 * Render the  main  element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on  h1  elements within  section  and
 *  article  contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0;
}
/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd  em  font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd  em  font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent  sub  and  sup  elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from  fieldset  elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *     fieldset  elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to  inherit  in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
::placeholder {
  color: #E5E6E8;
  font-weight: 400;
}
body {
  font-family: "interstate", "Roboto", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}
body.overflow-hidden {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
ul, li {
  list-style-type: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /*  -webkit-text-fill-color: #fff; */
  /* -webkit-box-shadow: 0 0 0px 1000px #1b1b6c inset; */
  background-color: #1b1b6c;
  transition: background-color 5000s ease-in-out 0s;
}
.contentPopup .input-wrapper .css-1dimb5e-singleValue {
  color: #212121;
}
#react-select-2-listbox {
  min-width: 278px;
  margin-left: -16px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  scroll-behavior: smooth;
}
.wealth-landing#wealth-landing-main {
  transition-duration: 1s;
}
.wealth-landing#wealth-landing-main.active {
  transform: translateX(-100vw);
}
.container-fluid {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1060px) {
  .container-fluid {
    padding: 0 40px;
  }
}
.container {
  box-sizing: border-box;
  padding: 0 40px;
  max-width: 1192px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1192px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1080px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}
.wealth__heading h2 {
  font-size: 76px;
  font-weight: 300;
  line-height: 90px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 992px) {
  .wealth__heading h2 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.26px;
  }
}
.wealth__description {
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .wealth__description {
    font-size: 16px;
    line-height: 24px;
  }
}
.wealth__description p:not(:last-child) {
  padding-bottom: 24px;
}
.wealth-done-well__button {
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__button {
    font-size: 16px;
    line-height: 24px;
    padding-top: 40px;
  }
}
.wealth-done-well__button img {
  margin-left: 50px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__button img {
    margin-left: 20px;
    width: 40px;
    height: 40px;
  }
}
.wealth-landing-header {
  background: #056dae;
  height: 64px;
  width: 100%;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-header {
    height: 56px;
  }
}
.wealth-landing-header-logo {
  width: 60px;
}
.wealth-landing-header-logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-header-logo {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    width: 49px;
  }
}
.wealth-landing-header-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-header-menu {
    display: block;
  }
}
.wealth-landing-header-inner {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 12px;
  height: 56px;
}
.wealth-landing-header-scroll {
  display: none;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateY(-100%);
    transform-origin: top;
    transition: transform 0.2s ease-in-out;
    visibility: hidden;
    display: block;
  }
  .wealth-landing-header-scroll.scrolling {
    visibility: visible;
    transform: none;
  }
}
.wealth-landing-navigation-bar, .wealth-landing-navigation-bar-scroll {
  display: flex;
  align-items: center;
  max-width: 100vw;
  width: 100%;
  background: white;
  z-index: 999;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar, .wealth-landing-navigation-bar-scroll {
    height: 100vh;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar-content, .wealth-landing-navigation-bar-scroll-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
    height: 100vh;
    background: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar.show, .wealth-landing-navigation-bar-scroll.show {
    z-index: 99999;
    transform: translateX(0);
    transition: transform 0.2s ease-in-out;
  }
}
.wealth-landing-navigation-bar-bg, .wealth-landing-navigation-bar-scroll-bg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar-bg, .wealth-landing-navigation-bar-scroll-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: transparent;
    opacity: 0;
    display: none;
    transition: opacity 0.2s ease-in-out;
    width: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar-bg.open, .wealth-landing-navigation-bar-scroll-bg.open {
    display: block;
    background-color: #000000;
    opacity: 0.57;
  }
}
.wealth-landing-navigation-bar-header, .wealth-landing-navigation-bar-scroll-header {
  display: none;
  background: #056dae;
  align-items: center;
  height: 56px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 12px;
  padding: 15px 20px 12px 30px;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar-header, .wealth-landing-navigation-bar-scroll-header {
    display: flex;
  }
}
.wealth-landing-navigation-bar-header .wealth-landing-header-logo, .wealth-landing-navigation-bar-scroll-header .wealth-landing-header-logo {
  left: 30px;
  transform: none;
}
.wealth-landing-navigation-bar-header .wealth-landing-header-close, .wealth-landing-navigation-bar-scroll-header .wealth-landing-header-close {
  margin-left: auto;
}
.wealth-landing-navigation-bar-inner ul, .wealth-landing-navigation-bar-scroll-inner ul {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar-inner ul, .wealth-landing-navigation-bar-scroll-inner ul {
    flex-direction: column;
    margin: 10px 0;
  }
}
.wealth-landing-navigation-bar-inner ul li, .wealth-landing-navigation-bar-scroll-inner ul li {
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar-inner ul li, .wealth-landing-navigation-bar-scroll-inner ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666666;
    padding-right: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .wealth-landing-navigation-bar-inner ul li:last-child, .wealth-landing-navigation-bar-scroll-inner ul li:last-child {
    border-bottom: none;
  }
}
.wealth-landing-navigation-bar-inner ul a, .wealth-landing-navigation-bar-scroll-inner ul a {
  padding: 13px 0;
}
.wealth-landing-navigation-bar .container, .wealth-landing-navigation-bar-scroll .container {
  margin: 0 auto;
  padding: 0 4rem;
  max-width: 100%;
}
.wealth-landing-navigation-bar-scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-100%);
  transform-origin: top;
  transition: transform 0.2s ease-in-out;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .wealth-landing-navigation-bar-scroll {
    display: none;
  }
}
.wealth-landing-navigation-bar-scroll.scrolling {
  visibility: visible;
  transform: none;
}
.wealth-masthead {
  background-color: #f2ad14;
  width: 100%;
  color: #ffffff;
}
.wealth-masthead-container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .wealth-masthead-container {
    padding-bottom: 60px;
    padding-top: 120px;
    height: 100vh;
  }
}
.wealth-masthead .wealth__heading h2 {
  font-size: 70px;
  line-height: 85.2px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1600px) {
  .wealth-masthead .wealth__heading h2 {
    font-size: 56px;
    line-height: 64px;
  }
}
@media screen and (max-width: 1439px) {
  .wealth-masthead .wealth__heading h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-masthead .wealth__heading h2 {
    font-size: 26px;
    line-height: 33px;
    max-width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-masthead {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.wealth-masthead__image-left {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .wealth-masthead__image-left {
    top: -56px;
    transform: none;
    left: unset;
    right: 0;
  }
}
.wealth-masthead__image-left img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .wealth-masthead__image-left img {
    width: 90%;
  }
}
@media screen and (max-width: 1439px) {
  .wealth-masthead__image-left img {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .wealth-masthead__image-left img {
    width: 100%;
  }
}
.wealth-masthead__bg {
  height: 499px;
  background-color: #73c2fc;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .wealth-masthead__bg {
    height: 399px;
    bottom: 70px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-masthead__bg {
    bottom: 55px;
    height: 50vh;
  }
}
.wealth-masthead__top {
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 499px;
}
@media screen and (max-width: 1600px) {
  .wealth-masthead__top {
    height: 399px;
    bottom: 70px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-masthead__top {
    padding-bottom: 32px;
    justify-content: flex-start;
    padding: 0 20px;
    bottom: 55px;
    height: 50vh;
  }
}
.wealth-masthead__top .wealth__heading {
  text-align: start;
}
.wealth-masthead__inner {
  transition: all 0.7s ease-in-out;
  opacity: 0;
  transform: translateY(-50px) translateZ(0);
}
.wealth-masthead__inner.show {
  transform: none;
  transition: all 0.7s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .wealth-masthead__inner.show {
    transition: all 0.5s ease-in-out;
  }
}
.wealth-masthead__content {
  max-width: 944px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: start;
  padding-top: 250px;
}
@media screen and (max-width: 1600px) {
  .wealth-masthead__content {
    padding-top: 200px;
    max-width: 750px;
  }
}
@media screen and (max-width: 1439px) {
  .wealth-masthead__content {
    max-width: 660px;
  }
}
@media screen and (max-width: 1200px) {
  .wealth-masthead__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .wealth-masthead__content {
    padding-top: 20vh;
  }
}
.wealth-masthead__inner {
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .wealth-masthead__inner {
    padding-top: 32px;
    text-align: start;
  }
}
.wealth-masthead__inner-title {
  font-size: 42px;
  line-height: 48px;
  padding-bottom: 5px;
  padding-top: 32px;
}
@media screen and (max-width: 1600px) {
  .wealth-masthead__inner-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .wealth-masthead__inner-title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-masthead__inner-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.wealth-masthead .wealth__description {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1600px) {
  .wealth-masthead .wealth__description {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1439px) {
  .wealth-masthead .wealth__description {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-masthead .wealth__description {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.wealth-masthead__img {
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .wealth-masthead__img {
    padding-bottom: 0;
  }
}
.wealth-masthead__img img {
  width: 100%;
}
.wealth-video {
  background-color: #056dae;
  padding: 66px 0;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .wealth-video {
    padding-top: 31px;
    padding-bottom: 150px;
  }
}
.wealth-video .container {
  padding: 0 40px;
  max-width: 1360px;
}
.wealth-video__img {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wealth-video__img-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wealth-video__img img {
  width: 100%;
}
.wealth-video__content {
  text-align: center;
  padding-top: 32px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .wealth-video__content {
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
  }
}
.wealth-protection {
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 992px) {
  .wealth-protection {
    padding: 80px 0;
  }
}
.wealth-protection__title {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.2px;
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .wealth-protection__title {
    font-size: 24px;
    line-height: 32px;
    padding-top: 32px;
  }
}
.wealth-protection__img {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wealth-protection__img img {
    width: 100%;
  }
}
.wealth-protection .wealth__description {
  text-align: left;
}
.wealth-mental-health {
  background-color: #4c9da0;
  padding-top: 150px;
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .wealth-mental-health {
    padding-top: 80px;
  }
}
.wealth-mental-health__content {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  .wealth-mental-health__content {
    flex-direction: column-reverse;
  }
}
.wealth-mental-health__img {
  display: flex;
}
@media screen and (max-width: 992px) {
  .wealth-mental-health__img {
    text-align: center;
    justify-content: center;
  }
}
.wealth-mental-health__img img {
  width: 376px;
}
@media screen and (max-width: 992px) {
  .wealth-mental-health__img img {
    width: 50%;
  }
}
.wealth-mental-health .wealth__description {
  padding-left: 30px;
  padding-top: 70px;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .wealth-mental-health .wealth__description {
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 0;
    max-width: 100%;
  }
}
.wealth-done-well {
  background-color: #ffffff;
  width: 100%;
}
.wealth-done-well__content {
  color: #ffffff;
}
.wealth-done-well__heading {
  position: relative;
}
.wealth-done-well__inner {
  flex: 0 0 85%;
  max-width: 85%;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wealth-done-well__inner .wealth-done-well__button {
  margin-right: -60px;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__inner .wealth-done-well__button {
    margin-right: 0;
  }
}
.wealth-done-well .wealth__heading {
  padding-top: 150px;
  padding-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .wealth-done-well .wealth__heading {
    padding-top: 110px;
    padding-bottom: 32px;
  }
}
.wealth-done-well__content {
  padding-top: 200px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__content {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.wealth-done-well__button {
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__button {
    display: none;
  }
}
.wealth-done-well__img {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.wealth-done-well__creating .wealth-done-well__content {
  background-color: #ff9200;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__creating .wealth-done-well__content {
    background-color: #ffffff;
    color: #666666;
  }
}
.wealth-done-well__creating .wealth-done-well__img {
  top: 45%;
  right: -5%;
}
@media screen and (max-width: 1200px) {
  .wealth-done-well__creating .wealth-done-well__img {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-done-well__creating .wealth-done-well__img {
    top: 58%;
  }
}
@media screen and (max-width: 992px) {
  .wealth-done-well__creating .wealth-done-well__img {
    top: -66%;
  }
}
@media screen and (max-width: 767px) {
  .wealth-done-well__creating .wealth-done-well__img {
    top: -50%;
  }
}
.wealth-done-well__creating .wealth-done-well__img img {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .wealth-done-well__creating .wealth-done-well__img img {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .wealth-done-well__creating .wealth-done-well__img img {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .wealth-done-well__creating .wealth-done-well__img img {
    width: 68%;
    margin: auto;
  }
}
.wealth-done-well__protecting .wealth-done-well__content {
  background-color: #890c58;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__protecting .wealth-done-well__content {
    background-color: #ffffff;
    color: #666666;
  }
}
.wealth-done-well__protecting .wealth-done-well__img {
  top: 64%;
  right: -5%;
}
@media screen and (max-width: 1200px) {
  .wealth-done-well__protecting .wealth-done-well__img {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-done-well__protecting .wealth-done-well__img {
    top: 76%;
  }
}
@media screen and (max-width: 992px) {
  .wealth-done-well__protecting .wealth-done-well__img {
    top: -28%;
  }
}
@media screen and (max-width: 767px) {
  .wealth-done-well__protecting .wealth-done-well__img {
    top: -20%;
  }
}
.wealth-done-well__protecting .wealth-done-well__img img {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .wealth-done-well__protecting .wealth-done-well__img img {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .wealth-done-well__protecting .wealth-done-well__img img {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .wealth-done-well__protecting .wealth-done-well__img img {
    width: 100%;
  }
}
.wealth-done-well__managing .wealth-done-well__content {
  background-color: #4c6c9c;
}
@media screen and (max-width: 992px) {
  .wealth-done-well__managing .wealth-done-well__content {
    background-color: #ffffff;
    color: #666666;
  }
}
.wealth-done-well__managing .wealth-done-well__img {
  top: 31%;
  right: -5%;
}
@media screen and (max-width: 1200px) {
  .wealth-done-well__managing .wealth-done-well__img {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-done-well__managing .wealth-done-well__img {
    top: 50%;
  }
}
@media screen and (max-width: 992px) {
  .wealth-done-well__managing .wealth-done-well__img {
    top: -72%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wealth-done-well__managing .wealth-done-well__img {
    width: 100%;
    top: -26%;
  }
}
.wealth-done-well__managing .wealth-done-well__img img {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .wealth-done-well__managing .wealth-done-well__img img {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .wealth-done-well__managing .wealth-done-well__img img {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .wealth-done-well__managing .wealth-done-well__img img {
    width: 55%;
  }
}
.wealth-your-way {
  background-color: #a05eb5;
  padding: 120px 0;
  width: 100%;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .wealth-your-way {
    padding: 40px 0;
  }
}
.wealth-your-way__content {
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 992px) {
  .wealth-your-way__content {
    flex-direction: column;
  }
}
.wealth-your-way .wealth__description {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .wealth-your-way .wealth__description {
    padding-top: 32px;
  }
}
.wealth-your-way__inner {
  flex: 0 0 60%;
  max-width: 60%;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 992px) {
  .wealth-your-way__inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wealth-your-way__list {
  flex: 0 0 40%;
  max-width: 40%;
  box-sizing: border-box;
  flex-direction: column;
  display: flex;
  justify-content: center;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  align-items: flex-end;
  padding-left: 32px;
}
@media screen and (max-width: 992px) {
  .wealth-your-way__list {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-top: 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
.wealth-your-way__item {
  display: block;
  position: relative;
  padding-left: 48px;
  padding-bottom: 100px;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .wealth-your-way__item {
    max-width: 100%;
    padding-bottom: 60px;
    padding-left: 28px;
  }
}
.wealth-your-way__item a {
  text-decoration: underline;
}
.wealth-your-way__item::before {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  height: 28px;
  width: 28px;
  background: #ffffff;
  z-index: 1;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .wealth-your-way__item::before {
    top: 8px;
    width: 14px;
    height: 14px;
  }
}
.wealth-your-way__item::after {
  content: "";
  border-left: 1px dashed #ffffff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  height: 100%;
  width: 1;
  z-index: 1;
  top: 10px;
  left: 13px;
}
@media screen and (max-width: 992px) {
  .wealth-your-way__item::after {
    left: 6px;
  }
}
.wealth-your-way__item:last-child {
  padding-bottom: 0;
}
.wealth-your-way__item:last-child::after {
  content: none;
}
@media screen and (max-width: 992px) {
  .wealth-carousel {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.wealth-carousel--mb {
  display: none;
}
@media screen and (max-width: 992px) {
  .wealth-carousel--mb {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .wealth-carousel--dt {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .wealth-carousel {
    z-index: -1;
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: translateX(100%);
    transition-duration: 1s;
  }
  .wealth-carousel.show {
    z-index: 9995;
    pointer-events: auto;
    transform: translateX(0);
  }
  .wealth-carousel.show .wealth-carousel__container {
    visibility: visible;
    pointer-events: auto;
  }
  .wealth-carousel.show .wealth-carousel__bottom {
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  .wealth-carousel__container {
    position: absolute;
    display: block;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    margin: 0;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
  }
}
@media screen and (max-width: 992px) {
  .wealth-carousel__container {
    padding: 0 20px;
  }
}
.wealth-carousel__creating {
  background: #ff9200;
}
.wealth-carousel__managing {
  background: #4c6c9c;
}
.wealth-carousel__protecting {
  background: #890c58;
}
.wealth-carousel__bottom {
  position: fixed;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 992px) {
  .wealth-carousel__bottom {
    display: none;
  }
}
.wealth-carousel__progress {
  display: block;
  width: 100%;
  height: 2px;
  margin-right: 28px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
  transition-duration: 300ms;
}
.wealth-carousel__progress-bar {
  width: 0px;
  height: 100%;
  background-color: #ffffff;
}
.wealth-carousel__button-close {
  cursor: pointer;
}
.wealth-carousel__button-close__image {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (min-width: 993px) {
  .wealth-carousel__inner {
    padding: 60px 10vw;
    height: 100%;
    align-items: center;
    display: flex !important;
  }
  .wealth-carousel__inner .scrollbar {
    width: 0;
    display: none;
  }
  .wealth-carousel__inner .scrollbar-track, .wealth-carousel__inner .scrollbar-track-x {
    display: none;
    background: transparent;
  }
  .wealth-carousel__inner .scrollbar-thumb, .wealth-carousel__inner .scrollbar-thumb-x {
    display: none;
    background: transparent;
  }
  .wealth-carousel__inner .scrollbar-thumb:hover {
    display: none;
    background: transparent;
  }
}
.wealth-carousel__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 993px) {
  .wealth-carousel__list {
    display: flex;
    justify-content: flex-start;
    grid-gap: 100px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-carousel__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
  }
}
.wealth-carousel__item {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 992px) {
  .wealth-carousel__item {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 993px) {
  .wealth-carousel__item {
    flex: 0 0 520px;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.wealth-carousel__item-title {
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 24px;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 992px) {
  .wealth-carousel__item-title {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.wealth-carousel__item-inner {
  display: flex;
}
.wealth-carousel__item-desc {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .wealth-carousel__item-desc {
    padding-left: 0;
  }
}
.wealth-carousel__item-desc ul {
  padding-left: 20px;
}
.wealth-carousel__item-desc ul, .wealth-carousel__item-desc li {
  margin: 0;
  list-style-type: disc;
}
.wealth-carousel__item-icon {
  flex: 0 0 56px;
  max-width: 56px;
}
@media screen and (max-width: 992px) {
  .wealth-carousel__item-icon {
    display: none;
  }
}
.wealth-carousel__item-icon img {
  max-width: 100%;
}
.wealth-carousel__item-icon-mb {
  display: none;
  padding-bottom: 16px;
  flex: 0 0 40px;
  max-width: 40px;
}
@media screen and (max-width: 992px) {
  .wealth-carousel__item-icon-mb {
    display: block;
  }
}
.wealth-carousel__item-icon-mb img {
  max-width: 100%;
}
.wealth-carousel__item-button {
  margin-top: auto;
  padding-top: 24px;
}
.wealth-carousel__item-button a {
  text-decoration: underline;
}
.wealth-enjoy-deals {
  background-color: #ffffff;
  width: 100%;
}
.wealth-enjoy-deals .container {
  padding: 0 40px;
  max-width: 1360px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals .container {
    padding: 0 20px;
  }
}
.wealth-enjoy-deals__heading {
  background-color: #fd754d;
  color: #ffffff;
  padding-top: 120px;
  text-align: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__heading {
    text-align: start;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.wealth-enjoy-deals__welcome .wealth__heading h2, .wealth-enjoy-deals__exclusive .wealth__heading h2 {
  font-size: 56px;
  line-height: 1.25;
  text-align: center;
  color: #444444;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__welcome .wealth__heading h2, .wealth-enjoy-deals__exclusive .wealth__heading h2 {
    font-size: 26px;
    line-height: 33px;
    text-align: start;
  }
  .wealth-enjoy-deals__welcome .wealth__heading h2 br, .wealth-enjoy-deals__exclusive .wealth__heading h2 br {
    display: none;
  }
}
.wealth-enjoy-deals__exclusive {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__exclusive {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .wealth-enjoy-deals__exclusive .container {
    max-width: 1621px;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-enjoy-deals__exclusive .container {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-enjoy-deals__exclusive .wealth__heading {
    padding: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__exclusive .wealth__heading {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1920px) {
  .wealth-enjoy-deals__welcome .container {
    max-width: 1340px;
  }
}
.wealth-enjoy-deals__content {
  color: #666666;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__content {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.wealth-enjoy-deals__container {
  max-width: 100%;
}
.wealth-enjoy-deals__welcome-list {
  position: relative;
  width: 100%;
  display: grid;
  padding-left: 0;
  padding-top: 80px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
}
@media screen and (max-width: 1024px) {
  .wealth-enjoy-deals__welcome-list {
    grid-gap: 80px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__welcome-list {
    padding-left: 0;
    padding-top: 40px;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wealth-enjoy-deals__welcome-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
  }
}
.wealth-enjoy-deals__welcome-list .wealth-enjoy-deals__item {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wealth-enjoy-deals__welcome-list .wealth-enjoy-deals__item-img img {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__welcome-list .wealth-enjoy-deals__item-desc {
    margin-top: 16px;
  }
}
.wealth-enjoy-deals__list {
  position: relative;
  width: 100%;
  display: flex;
  padding-left: 0;
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__list {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-enjoy-deals__list {
    padding-left: 0;
  }
}
.wealth-enjoy-deals__list .slick-list {
  padding-left: calc((100% - 1360px) / 2 - 10px);
  padding-right: calc((100% - 1360px) / 2 - 10px);
}
@media screen and (max-width: 1024px) {
  .wealth-enjoy-deals__list .slick-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__list .slick-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.wealth-enjoy-deals__list .slick-list .slick-slide {
  height: auto;
}
.wealth-enjoy-deals__list .slick-list .slick-slide > div {
  height: 100%;
}
.wealth-enjoy-deals__list .slick-list .slick-track {
  display: flex;
}
.wealth-enjoy-deals__list .wealth-enjoy-deals__item {
  padding: 0 40px;
}
@media screen and (max-width: 1439px) {
  .wealth-enjoy-deals__list .wealth-enjoy-deals__item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .wealth-enjoy-deals__list .wealth-enjoy-deals__item {
    padding: 0 20px;
  }
}
.wealth-enjoy-deals__item {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .wealth-enjoy-deals__item {
    padding: 0 20px;
  }
}
.wealth-enjoy-deals__item-inner {
  display: flex;
  flex-direction: column;
}
.wealth-enjoy-deals__item-sub-title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__item-sub-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.wealth-enjoy-deals__item-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
  margin-top: 16px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__item-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.wealth-enjoy-deals__item-desc {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 1.2px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__item-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.wealth-enjoy-deals__item-desc sup {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__item-desc sup {
    font-size: 10px;
  }
}
.wealth-enjoy-deals__item-button {
  margin-top: auto;
  padding-top: 32px;
  display: flex;
  padding-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__item-button {
    padding-top: 24px;
  }
}
.wealth-enjoy-deals__item-button a {
  color: #666666;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 1.2px;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #666666;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__item-button a {
    font-size: 16px;
    line-height: 22px;
  }
}
.wealth-enjoy-deals__item-button a:hover {
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.87);
}
.wealth-enjoy-deals__item-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 992px) {
  .wealth-enjoy-deals__item-img img {
    border-radius: 10px;
  }
}
.wealth-enjoy-deals .text-line-through {
  text-decoration: line-through;
}
.wealth-accordion__heading {
  padding-top: 200px;
  padding-bottom: 116px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__heading {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .wealth-accordion__heading .wealth__heading h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 72px;
  }
}
@media screen and (max-width: 992px) {
  .wealth-accordion__heading .wealth__heading h2 {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.26px;
  }
}
.wealth-accordion__content {
  padding-top: 144px;
  padding-bottom: 190px;
  background-color: #5f4290;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__content {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}
.wealth-accordion__content .wealth__description {
  color: #ffffff;
  padding-bottom: 120px;
  flex: 0 0 90%;
  max-width: 90%;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__content .wealth__description {
    padding-bottom: 32px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wealth-accordion__list {
  flex: 0 0 95%;
  max-width: 95%;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__list {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wealth-accordion__img {
  position: absolute;
  bottom: -119px;
  right: -14%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1600px) {
  .wealth-accordion__img {
    right: -12%;
  }
}
@media screen and (max-width: 1440px) {
  .wealth-accordion__img {
    right: -10%;
  }
}
@media screen and (max-width: 1200px) {
  .wealth-accordion__img {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .wealth-accordion__img {
    width: 144px;
    bottom: 45%;
  }
}
.wealth-accordion__img img {
  width: 82%;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__img img {
    width: 100%;
    margin-left: auto;
  }
}
.wealth-accordion__item {
  padding-bottom: 30px;
  margin-bottom: -30px;
  color: #ffffff;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
}
.wealth-accordion__item:nth-child(1) {
  background-color: #25a6da;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item:nth-child(1) {
    border-radius: 10px 10px 0 0;
  }
}
.wealth-accordion__item:nth-child(2) {
  border-radius: 30px 30px 0 0;
  background-color: #056dae;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item:nth-child(2) {
    border-radius: 10px 10px 0 0;
  }
}
.wealth-accordion__item:nth-child(2) .wealth-accordion__item-img img {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item:nth-child(2) .wealth-accordion__item-img {
    display: none;
  }
}
.wealth-accordion__item:nth-child(3) {
  padding-bottom: 0;
  border-radius: 30px;
  background-color: #002a54;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item:nth-child(3) {
    border-radius: 10px;
  }
}
.wealth-accordion__item-img {
  flex: 0 0 100px;
  max-width: 100px;
}
.wealth-accordion__item-img img {
  width: 90%;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item-img {
    display: none;
  }
}
.wealth-accordion__item-header {
  display: flex;
  padding: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item-header {
    padding: 20px;
  }
}
.wealth-accordion__item-header.active .wealth-accordion__item-title-inner img {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.wealth-accordion__item-title {
  padding-left: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.2px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item-title {
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.wealth-accordion__item-title-inner {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wealth-accordion__item-title-inner img {
  width: 24px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item-title-inner img {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item-title-inner {
    padding-bottom: 10px;
  }
}
.wealth-accordion__item-title-logo {
  display: flex;
}
.wealth-accordion__item-title-logo img {
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item-title-logo img {
    max-width: 100%;
  }
}
.wealth-accordion__item-desc {
  display: none;
  padding: 0 30px 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 992px) {
  .wealth-accordion__item-desc {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px 20px;
  }
}
.wealth-accordion__item-desc ul {
  padding-left: 20px;
}
.wealth-accordion__item-desc ul, .wealth-accordion__item-desc li {
  margin: 0;
  list-style-type: disc;
}
.wealth-accordion__item-desc li {
  padding-left: 0;
  padding-bottom: 5px;
}
.wealth-terms-conditions {
  padding-bottom: 80px;
}
.wealth-terms-conditions__content {
  display: none;
  padding-top: 40px;
}
.wealth-terms-conditions__content a {
  color: #0a2ea4;
  text-decoration: underline;
  word-wrap: break-word;
}
.wealth-terms-conditions__content p {
  margin-bottom: 12px;
}
.wealth-terms-conditions__content strong {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .wealth-terms-conditions__content {
    padding-top: 32px;
  }
}
.wealth-terms-conditions__content sup {
  font-size: 10px;
}
.wealth-terms-conditions__content ul, .wealth-terms-conditions__content li {
  list-style-type: disc;
}
.wealth-terms-conditions__button {
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .wealth-terms-conditions__button {
    padding-top: 24px;
  }
}
.wealth-terms-conditions__button-more {
  color: #0a2ea4;
  font-size: 24px;
  line-height: 1.25;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .wealth-terms-conditions__button-more {
    font-size: 18px;
  }
}
.wealth-terms-conditions__heading {
  font-size: 32px;
  line-height: 1.25;
}
@media screen and (max-width: 992px) {
  .wealth-terms-conditions__heading {
    font-size: 26px;
  }
}
.wealth-terms-conditions .text-line-through {
  text-decoration: line-through;
}
.wealth-popup-button {
  cursor: pointer;
  text-decoration: underline;
}
.wealth-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 50px 0;
}
.wealth-popup-content {
  background-color: #fff;
  width: 70%;
  max-width: 760px;
  border-radius: 5px;
  padding: 60px 60px 0 40px;
  position: relative;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .wealth-popup-content {
    width: 80%;
    padding: 50px 20px 0 20px;
  }
}
.close-popup-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 992px) {
  .close-popup-button {
    width: 16px;
    height: 16px;
  }
}
.wealth-popup-inner {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  overflow-y: auto;
  height: 100%;
  padding: 30px 0 40px 0;
}
.wealth-popup-inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 992px) {
  .wealth-popup-inner {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 20px 0;
  }
}
.wealth-popup-inner sup {
  top: -0.5em;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .wealth-popup-inner sup {
    font-size: 10px;
  }
}
.wealth-popup-table__heading {
  background-color: #fd754d;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 992px) {
  .wealth-popup-table__heading {
    padding: 10px;
  }
}
.wealth-popup-table__title {
  background-color: #e5e5e5;
  padding: 10px 15px;
  color: #666666;
}
.wealth-popup-table__line {
  width: calc(100% - 15px);
  height: 1px;
  background: #666666;
  text-align: end;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .wealth-popup-table__line {
    width: calc(100% - 10px);
  }
}
.wealth-popup-table__content {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.wealth-popup-table__desc {
  max-width: 59%;
  flex: 0 0 59%;
}
.wealth-popup-table__number {
  text-align: end;
}
.wealth-popup-total__heading {
  padding: 15px;
  font-weight: 700;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 992px) {
  .wealth-popup-total__heading {
    padding: 10px;
  }
}
.wealth-popup-total__heading sup {
  font-weight: 700;
}
.wealth-popup-total__desc {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .wealth-popup-total__desc {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
}
.wealth-popup-total__desc p {
  display: flex;
}
.wealth-popup-total__desc p .tc {
  text-decoration: underline;
  padding-left: 16px;
}
.wealth-popup-total__desc p > span {
  padding-right: 16px;
}
.wealth-popup-total ul, .wealth-popup-total li {
  list-style-type: disc;
  margin: 0;
}
.wealth-popup-total li {
  padding-left: 5px;
}
.wealth-popup-total__content {
  margin-top: 12px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .wealth-popup-total__content {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
  }
}
.wealth-popup-total__content a {
  text-decoration: underline;
}
.wealth-popup-total__content p {
  margin-bottom: 16px;
}
.wealth-popup-total__content p:last-child {
  margin-bottom: 0;
}
.wealth-popup-total__content-inner {
  padding-bottom: 16px;
  padding-left: 32px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .wealth-popup-total__content-inner {
    padding-left: 16px;
  }
}
.wealth-popup-total__content-inner ul, .wealth-popup-total__content-inner li {
  list-style-type: none;
}
.wealth-popup-total__content-inner li {
  position: relative;
}
.wealth-popup-total__content-inner li::before {
  content: "-";
  position: absolute;
  width: 10px;
  height: 100%;
  display: inline-block;
  left: -5px;
}
.wealth-popup-total__content-inner p {
  margin-bottom: 0;
}
@keyframes moveToTop {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveToLeft {
  0% {
    transform: translate(0%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0%, -50%);
    opacity: 1;
  }
}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:1;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(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)}[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)}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/ajax-loader-e7b44c86.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=");
  src: url("data:application/vnd.ms-fontobject;base64,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") format("embedded-opentype"), url("data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF") format("woff"), url("data:font/ttf;base64,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") format("truetype"), url("/assets/slick-12459f22.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/* 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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  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;
}