/*! 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 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 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;
}
/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
@font-face {
  src: local("Inter-Regular"), url(//lendplus.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Regular.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-Medium"), url(//lendplus.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Medium.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-SemiBold"), url(//lendplus.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-SemiBold.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Inter-Bold"), url(//lendplus.co.za/wp-content/themes/clean/assets/styles/../fonts/Inter-Bold.woff2) format("woff2");
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-thumb {
  background: #BAC3D5;
  border-radius: 10px;
}
html::-webkit-scrollbar-track {
  background: #F7F7FA;
  border-radius: 10px;
}
html.lock {
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #697395;
  background-color: #F7F7FA;
}
h1, .fs-h1,
h2, .fs-h2,
h3, .fs-h3,
h4, .fs-h4,
h5, .fs-h5,
h6, .fs-h6 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #0C122A;
}
h1, .fs-h1 {
  font-size: 44px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  h1, .fs-h1 {
    font-size: 32px;
  }
}
h2, .fs-h2 {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  h2, .fs-h2 {
    font-size: 26px;
  }
}
h3, .fs-h3 {
  font-size: 24px;
}
@media only screen and (max-width: 991.98px) {
  h3, .fs-h3 {
    font-size: 20px;
  }
}
h4, .fs-h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991.98px) {
  h4, .fs-h4 {
    font-size: 18px;
  }
}
h5, .fs-h5 {
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  h5, .fs-h5 {
    font-size: 16px;
  }
}
h6, .fs-h6 {
  font-size: 16px;
}
@media only screen and (max-width: 991.98px) {
  h6, .fs-h6 {
    font-size: 14px;
  }
}
.fs-small {
  font-size: 14px;
}
.fs-thin {
  font-size: 10px;
}
.fw-100 {
  font-weight: 100;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a,
button {
  text-decoration: none;
  color: #0C122A;
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
  height: auto;
}
input,
textarea {
  max-width: 100%;
}
section {
  margin: 50px 0;
}
@media only screen and (max-width: 991.98px) {
  section {
    margin: 28px 0;
  }
}
.main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin-top: 106px;
  padding-top: 60px;
  overflow-x: clip;
}
@media only screen and (max-width: 991.98px) {
  .main-content {
    margin-top: 72px;
    padding-top: 40px;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.container_fluid {
  max-width: 1340px;
}
@media only screen and (max-width: 991.98px) {
  .container {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .wp-block-spacer {
    height: 40px !important;
  }
}
.show-on-tablet {
  display: none !important;
}
@media only screen and (max-width: 991.98px) {
  .show-on-tablet {
    display: block !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .hide-on-tablet {
    display: none !important;
  }
}
.show-on-mobile {
  display: none !important;
}
@media only screen and (max-width: 767.98px) {
  .show-on-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.helpcrunch-iframe-wrapper iframe {
  z-index: 98 !important;
  right: 12px !important;
  bottom: 24px !important;
}
@media only screen and (max-width: 991.98px) {
  .helpcrunch-iframe-wrapper iframe {
    right: 8px !important;
    bottom: 7px !important;
  }
}
.helpcrunch-iframe-wrapper #helpcrunch-container .hcw-widget-button-label {
  display: none !important;
}
@media only screen and (max-width: 991.98px) {
  html {
    margin: 0 !important;
  }
  html #wpadminbar {
    display: none;
  }
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 100px;
}
@media only screen and (max-width: 991.98px) {
  .btn {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.btn:disabled {
  opacity: 0.5;
}
.btn_small {
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
}
.btn_small img, .btn_small svg {
  flex: 0 0 15px;
  margin-right: 8px;
}
.btn_large {
  min-height: 60px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .btn_large {
    font-size: 16px;
  }
}
.btn_primary {
  color: #FEFEFE;
  background-color: #6552D8;
  background-image: radial-gradient(125% 125% at 85.42% 0%, #826EFF 0%, #6552D8 100%);
}
.btn_primary:not(:disabled):hover {
  opacity: 0.95;
}
.btn_primary:not(:disabled):active {
  background-color: #4E3EB4;
  background-image: none;
}
.btn_secondary {
  color: #0C122A;
  border: 1px solid transparent;
  background-color: #F7F7FA;
}
.btn_secondary:not(:disabled):hover, .btn_secondary:not(:disabled):active {
  background-color: #F7F5FF;
}
.btn_secondary:not(:disabled):active {
  border-color: #6552D8;
}
.btn_outline {
  color: #0C122A;
  border: 1px solid #F7F5FF;
}
.btn_outline:not(:disabled):hover, .btn_outline:not(:disabled):active {
  color: #6552D8;
  background-color: #F7F5FF;
}
.btn_outline:not(:disabled):active {
  border-color: #6552D8;
}
.swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-prev-mob,
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-next-mob {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 40px;
  height: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid transparent;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-navigation .swiper-button-prev:hover,
.swiper-navigation .swiper-button-prev-mob:hover,
.swiper-navigation .swiper-button-next:hover,
.swiper-navigation .swiper-button-next-mob:hover {
  opacity: 0.8;
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-prev-mob:after,
.swiper-navigation .swiper-button-next:after,
.swiper-navigation .swiper-button-next-mob:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.08845 2.07802C8.79556 1.78512 8.32068 1.78512 8.02779 2.07802C7.7349 2.37091 7.7349 2.84578 8.02779 3.13868L10.8891 5.99997L2.80025 5.99997C2.38604 5.99997 2.05025 6.33576 2.05025 6.74997C2.05025 7.16418 2.38604 7.49997 2.80025 7.49997L10.8891 7.49997L8.02779 10.3613C7.7349 10.6542 7.7349 11.129 8.02779 11.4219C8.32068 11.7148 8.79556 11.7148 9.08845 11.4219L13.2301 7.2803C13.523 6.98741 13.523 6.51253 13.2301 6.21964L9.08845 2.07802Z' fill='%230C122A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled,
.swiper-navigation .swiper-button-prev-mob.swiper-button-disabled,
.swiper-navigation .swiper-button-next.swiper-button-disabled,
.swiper-navigation .swiper-button-next-mob.swiper-button-disabled {
  opacity: 0.6;
}
.swiper-navigation .swiper-button-prev.swiper-button-disabled:after,
.swiper-navigation .swiper-button-prev-mob.swiper-button-disabled:after,
.swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.swiper-navigation .swiper-button-next-mob.swiper-button-disabled:after {
  opacity: 0.4;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-prev-mob {
  margin-right: 10px;
}
.swiper-navigation .swiper-button-prev:after,
.swiper-navigation .swiper-button-prev-mob:after {
  transform: scale(-1, 1);
}
.swiper > .swiper-pagination {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .swiper > .swiper-pagination {
    margin-top: 20px;
  }
}
.swiper > .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #BAC3D5;
  opacity: 1;
}
.swiper > .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0C122A;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 12px;
  }
}
.content h1 {
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  .content h1 {
    font-size: 20px;
  }
}
.content h1, .content h2, .content h3, .content h4 {
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  .content h1, .content h2, .content h3, .content h4 {
    font-size: 16px;
  }
}
.content h5, .content h6 {
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  .content h5, .content h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .content p {
    font-size: 14px;
  }
}
.content p:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .content p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.content a {
  color: #6552D8;
  text-decoration: underline;
}
.content a:hover {
  color: #826EFF;
}
.content b, .content strong {
  font-weight: 600;
}
.content ul, .content ol {
  margin-bottom: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .content ul, .content ol {
    margin-bottom: 12px;
  }
}
.content ul p, .content ol p {
  margin: 16px 0;
}
.content ul {
  padding: 0 0 0 1em;
  list-style-type: disc;
}
.content ul li::marker {
  font-size: 14px;
}
.content ol {
  list-style: none;
  counter-reset: li;
}
.content ol ol, .content ol ul {
  margin: 20px;
}
.content ol > li {
  margin-bottom: 16px;
}
.content ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  font-weight: 600;
}
.content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content figure img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;
}
.content img.figure {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 30px;
}
.content .wp-block-table {
  margin: 24px 0;
}
@media only screen and (max-width: 767.98px) {
  .content .wp-block-table {
    padding-bottom: 10px;
    overflow-y: auto;
  }
}
.content .wp-block-table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.content .wp-block-table::-webkit-scrollbar-thumb {
  background: #BAC3D5;
  border-radius: 4px;
}
.content .wp-block-table::-webkit-scrollbar-track {
  background: #F7F7FA;
  border-radius: 4px;
}
.content table {
  position: relative;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 30px;
  border: 1px solid #BAC3D5;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .content table {
    overflow: hidden;
    min-width: 560px;
    border-radius: 20px;
    font-size: 14px;
  }
}
.content table tr:last-child td {
  border-bottom: 0;
}
.content table th, .content table td {
  position: relative;
  padding: 14px 20px;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #BAC3D5;
  line-height: normal;
}
@media only screen and (max-width: 767.98px) {
  .content table th, .content table td {
    padding: 12px;
  }
}
.content table th:not(:last-child):after, .content table td:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 30px);
  min-height: 20px;
  background-color: #BAC3D5;
}
.content table th {
  font-weight: 700;
  vertical-align: middle;
  color: #0C122A;
  background-color: #BAC3D5;
}
.content blockquote {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  margin-bottom: 25px;
  max-width: 540px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767.98px) {
  .content blockquote {
    margin-bottom: 20px;
  }
}
.content blockquote p {
  color: #697395;
  margin: 0;
  padding: 0;
}
.content blockquote a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
}
.content__phone {
  position: relative;
}
.content__phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #0C122A;
  font-weight: 600;
  text-decoration: none;
}
.content__phone img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 24px;
  margin-right: 12px;
}
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 30px;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 100;
}
@media only screen and (max-width: 991.98px) {
  .header {
    top: 12px;
  }
}
.header.sticky .header__wrap {
  border-color: #ECECFA;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  box-shadow: 2px 8px 44px 0 rgba(0, 0, 0, 0.08);
}
.header_landing .header__contacts {
  margin-left: auto;
}
.header__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .header__wrap {
    min-height: 60px;
    padding: 6px 12px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 100px;
}
@media only screen and (max-width: 991.98px) {
  .header__logo {
    flex: 0 0 80px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 991.98px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 1199.98px) {
  .header__menu ul {
    margin: 0 -7.5px;
  }
}
.header__menu ul li {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1199.98px) {
  .header__menu ul li {
    padding: 0 7.5px;
  }
}
.header__menu ul li .link:hover {
  color: #6552D8;
}
.header__menu ul li .current {
  color: #6552D8;
}
.header__contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}
@media only screen and (max-width: 991.98px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts.active .header__contacts-btn .btn {
  color: #6552D8;
  background-color: #F7F5FF;
  border-color: #6552D8;
}
.header__contacts.active .header__contacts-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__contacts-btn {
  position: relative;
  margin: auto;
}
.header__contacts-list {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 280px;
  padding: 24px;
  border-radius: 20px;
  background-color: #FEFEFE;
  transition: all 0.3s ease;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 1199.98px) {
  .header__contacts-list {
    left: auto;
    right: 0;
  }
}
.header__contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -12px 0;
}
.header__contacts-col {
  padding: 12px 0;
}
.header__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
.header__contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #0C122A;
}
.header__contacts-item .text .fs-thin {
  font-weight: 400;
}
.header__contacts-item .text a:hover {
  opacity: 0.85;
}
.header__auth {
  margin-left: 15px;
}
@media only screen and (max-width: 991.98px) {
  .header__auth {
    margin-left: auto;
    padding-left: 12px;
  }
}
.header__auth .btn {
  max-width: 150px;
}
.header__auth .btn span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__burger {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-aside {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 18, 42, 0.4);
  z-index: 101;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .header-aside {
    display: block;
  }
}
.header-aside.active {
  opacity: 1;
  visibility: visible;
}
.header-aside.active .header-aside__wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-aside__wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  top: 12px;
  left: 12px;
  padding: 12px 12px 20px 12px;
  width: calc(100% - 24px);
  max-height: calc(100% - 24px);
  border-radius: 20px;
  background-color: #F7F7FA;
  transition: all 0.3s ease;
}
.header-aside__start {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding-left: 20px;
}
@media only screen and (max-width: 374.98px) {
  .header-aside__start {
    padding-left: 0;
  }
}
.header-aside__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 80px;
}
.header-aside__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-aside__auth {
  margin-left: auto;
  padding-left: 12px;
}
.header-aside__auth .btn {
  border-color: #E3E4EC;
  max-width: 150px;
}
.header-aside__auth .btn span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-aside__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
}
.header-aside__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  padding-bottom: 80px;
  overflow-y: auto;
}
.header-aside__data::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.header-aside__data::-webkit-scrollbar-thumb {
  background: #BAC3D5;
  border-radius: 0;
}
.header-aside__data::-webkit-scrollbar-track {
  background: #F7F7FA;
  border-radius: 0;
}
.header-aside__contacts {
  padding: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.header-aside__menu {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
.header-aside__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -12px 0;
}
.header-aside__menu ul li {
  padding: 12px 0;
  font-weight: 500;
  font-size: 16px;
}
.header-aside__menu ul li .link:hover {
  color: #6552D8;
}
.header-aside__menu ul li .current {
  color: #6552D8;
}
.header-aside__logout {
  margin-top: 20px;
}
.header-aside__logout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: #697395;
  font-size: 16px;
}
.header-aside__logout a img {
  flex: 0 0 18px;
  margin-right: 10px;
}
.header-aside__apply {
  position: absolute;
  width: calc(100% - 24px);
  bottom: 12px;
  left: 12px;
}
.header-aside__apply .btn {
  width: 100%;
  min-height: 60px;
  font-size: 18px;
}
.header-notice {
  position: relative;
  padding: 9px 15px;
  background-color: #F1F7FC;
  border-top: 1px solid #E3ECF2;
}
@media only screen and (max-width: 767.98px) {
  .header-notice {
    padding: 9px;
  }
}
.header-notice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex: auto;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .header-notice__wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.header-notice__text {
  color: #34668E;
  padding-right: 40px;
}
@media only screen and (max-width: 767.98px) {
  .header-notice__text {
    padding-right: 0;
  }
}
.header-notice__link {
  flex: 0 0 210px;
}
@media only screen and (max-width: 767.98px) {
  .header-notice__link {
    flex: auto;
    width: 100%;
    max-width: 210px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-notice__link {
    max-width: none;
  }
}
.header-notice__link .btn {
  padding: 4px 12px;
  width: 100%;
}
.header-notice__link .btn svg {
  flex: 0 0 25px;
  margin-right: 8px;
}
@media only screen and (max-width: 991.98px) {
  body.show-chat-widget .footer__apply-loan .btn {
    margin: 0 0 0 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  body.show-chat-widget .footer__apply-loan .btn {
    width: calc(100% - 100px);
  }
}
.footer {
  position: relative;
  margin-top: auto;
  padding: 100px 0 60px 0;
}
@media only screen and (max-width: 991.98px) {
  .footer {
    padding: 50px 0 0 0;
  }
}
.footer_apply-mob .footer__apply-loan {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .footer_apply-mob .footer__apply-loan {
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer_google .footer__wrap {
    padding: 24px;
  }
}
.footer__wrap {
  padding: 40px 60px;
  border-radius: 30px;
  background-color: #282828;
  color: #FEFEFE;
}
@media only screen and (max-width: 991.98px) {
  .footer__wrap {
    width: 100vw;
    padding: 24px 24px 84px 24px;
    margin-left: -12px;
    border-radius: 20px 20px 0 0;
  }
}
.footer__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 116px;
}
@media only screen and (max-width: 991.98px) {
  .footer__logo {
    flex: 0 0 90px;
  }
}
.footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .footer__socials img {
    width: auto;
    max-height: 36px;
  }
}
.footer__socials-title {
  margin-right: 15px;
  font-weight: 500;
  font-size: 14px;
}
.footer__socials-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer__socials-col {
  padding: 0 10px;
}
.footer__socials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__socials-item:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 991.98px) {
  .footer__socials-item img {
    width: auto;
    max-height: 36px;
  }
}
.footer__apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 991.98px) {
  .footer__apps {
    margin-left: 12px;
  }
}
.footer__apps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer__apps-col {
  padding: 0 10px;
}
.footer__apps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__apps-item:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 991.98px) {
  .footer__apps-item img {
    width: auto;
    max-height: 36px;
  }
}
.footer__center {
  margin-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .footer__center {
    margin-top: 32px;
  }
}
.footer__center-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -16px;
}
.footer__center-col {
  padding: 16px;
}
.footer__center-col:first-child {
  margin-right: 140px;
}
@media only screen and (max-width: 991.98px) {
  .footer__center-col:first-child {
    margin-right: auto;
  }
}
.footer__center-col:last-child {
  margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
  .footer__center-col {
    width: 100%;
  }
}
.footer__contacts {
  position: relative;
}
.footer__contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -15px 0;
}
@media only screen and (max-width: 991.98px) {
  .footer__contacts-row {
    margin: -8px 0;
  }
}
.footer__contacts-col {
  padding: 15px 0;
}
@media only screen and (max-width: 991.98px) {
  .footer__contacts-col {
    padding: 8px 0;
  }
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer__contacts-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 35px;
  margin-right: 10px;
}
@media only screen and (max-width: 991.98px) {
  .footer__contacts-item .icon {
    flex: 0 0 30px;
  }
}
.footer__contacts-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .footer__contacts-item .text {
    font-size: 14px;
  }
}
.footer__contacts-item .text .fs-thin {
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .footer__contacts-item .text .fs-thin {
    font-size: 8px;
  }
}
.footer__contacts-item .text a {
  color: #FEFEFE;
}
.footer__contacts-item .text a:hover {
  opacity: 0.8;
}
.footer__menu {
  position: relative;
}
.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -12px 0;
}
@media only screen and (max-width: 991.98px) {
  .footer__menu ul {
    margin: -8px 0;
  }
}
.footer__menu ul li {
  padding: 12px 0;
  font-weight: 500;
  color: #FEFEFE;
  line-height: 1.2;
}
@media only screen and (max-width: 991.98px) {
  .footer__menu ul li {
    font-size: 14px;
    padding: 8px 0;
  }
}
.footer__menu ul li .link {
  color: #FEFEFE;
}
.footer__menu ul li .link:hover {
  opacity: 0.85;
}
.footer__menu ul li .current {
  text-decoration: underline;
}
.footer__submenu {
  position: relative;
}
.footer__submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -10px 0;
}
@media only screen and (max-width: 991.98px) {
  .footer__submenu ul {
    margin: -8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__submenu ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__submenu ul li {
  padding: 10px;
  color: #FEFEFE;
  font-size: 12px;
}
@media only screen and (max-width: 991.98px) {
  .footer__submenu ul li {
    padding: 8px;
  }
}
.footer__submenu ul li .link {
  color: #FEFEFE;
  text-decoration: underline;
}
.footer__submenu ul li .link:hover {
  opacity: 0.85;
}
.footer__submenu ul li .current {
  opacity: 0.85;
  text-decoration: underline;
}
.footer__end {
  margin-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .footer__end {
    margin-top: 32px;
  }
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  color: #EFEFEF;
  line-height: 1.4;
}
.footer__apply-loan {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  padding-bottom: 30px;
  left: 0;
  bottom: 0;
  transform: translateY(20px);
  z-index: 97;
  transition: all 0.3s ease;
}
.footer__apply-loan.active {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .footer__apply-loan {
    padding-bottom: 12px;
  }
}
.footer__apply-loan.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer__apply-loan .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .footer__apply-loan .btn {
    margin: 0 0 0 12px;
    width: calc(100% - 24px);
  }
}
.heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .heading {
    margin-bottom: 30px;
  }
}
.heading_inner {
  margin-bottom: 50px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .heading_inner {
    margin-bottom: 30px;
  }
}
.heading_inner .heading__title .fs-h2 {
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .heading_inner .heading__title .fs-h2 {
    font-size: 26px;
    font-weight: 600;
  }
}
.heading__label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: linear-gradient(266deg, #FF82EE -49.04%, #120081 126.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading__label:before, .heading__label:after {
  content: "";
  width: 20px;
  height: 1px;
  background: linear-gradient(266deg, #FF82EE -49.04%, #120081 126.54%);
}
.heading__label:before {
  margin-right: 12px;
}
.heading__label:after {
  margin-left: 12px;
}
.heading__text {
  margin-top: 16px;
}
.wrapper {
  position: relative;
}
.wrapper__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -15px -35px;
}
@media only screen and (max-width: 1199.98px) {
  .wrapper__row {
    margin: -15px;
  }
}
.wrapper__col {
  padding: 15px 35px;
}
.wrapper__col_full {
  width: 100%;
}
.wrapper__col_start {
  width: calc(100% - 470px);
}
@media only screen and (max-width: 1199.98px) {
  .wrapper__col_start {
    width: calc(100% - 360px);
  }
}
.wrapper__col_end {
  width: 470px;
}
@media only screen and (max-width: 1199.98px) {
  .wrapper__col_end {
    width: 360px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .wrapper__col {
    padding: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .wrapper__col {
    width: 100%;
  }
}
.wrapper .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 136px;
}
@media only screen and (max-width: 991.98px) {
  .wrapper .sidebar {
    position: relative;
    top: auto;
  }
}
.calculator {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  background-color: #FEFEFE;
  overflow: clip;
}
@media only screen and (max-width: 991.98px) {
  .calculator {
    padding: 24px;
    border-radius: 20px;
  }
}
.calculator__title {
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .calculator__title .fs-h4 {
    font-size: 16px;
  }
}
.calculator__wrap {
  margin-top: 24px;
}
.calculator__control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #BAC3D5;
}
.calculator__control-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 90px);
  padding: 0 5px;
}
.calculator__control-value input {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: none;
}
.calculator__control-value input:focus, .calculator__control-value input:focus-visible {
  border: 0 !important;
  outline: none !important;
}
.calculator__control-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  flex: 0 0 45px;
  cursor: pointer;
}
.calculator__control-button.minus, .calculator__control-button.plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calculator__control-button.minus::before, .calculator__control-button.plus::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%236948EB'/%3E%3Cline x1='8.33333' y1='12.5' x2='16.6667' y2='12.5' stroke='white' stroke-width='1.66667' stroke-linecap='round'/%3E%3C/svg%3E");
}
.calculator__control-button.plus::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%236948EB'/%3E%3Cline x1='8.33333' y1='12.5' x2='16.6667' y2='12.5' stroke='white' stroke-width='1.66667' stroke-linecap='round'/%3E%3Cline x1='12.4993' y1='8.33333' x2='12.4993' y2='16.6667' stroke='white' stroke-width='1.66667' stroke-linecap='round'/%3E%3C/svg%3E");
}
.calculator__control-range {
  position: absolute;
  width: calc(100% + 2px);
  bottom: -6px;
  left: -1px;
}
.calculator__control-range input {
  width: 100%;
  height: 4px;
  margin: 0;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__control-range input::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' fill='%236948EB'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__control-range input::-moz-range-thumb {
  width: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' fill='%236948EB'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.calculator__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.calculator__scale-item {
  font-size: 12px;
  font-weight: 500;
}
.calculator__submit {
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .calculator__submit {
    margin-top: 20px;
  }
}
.calculator__submit .btn {
  width: 100%;
  min-height: 50px;
}
.calculator__loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 20;
}
.calculator__loader-circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #826EFF;
  animation: spin 2s linear infinite;
}
.calculator__loader-circle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #6552D8;
  animation: spin 3s linear infinite;
}
.calculator__loader-circle:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #4E3EB4;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumbs {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .breadcrumbs {
    margin-bottom: 20px;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li.active {
  color: #697395;
}
.breadcrumbs ul li:after {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' viewBox='0 0 4 8' fill='none'%3E%3Cpath d='M0.5 7L3.35858 4.14142C3.43668 4.06332 3.43668 3.93668 3.35858 3.85858L0.5 1' stroke='%23697395' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #697395;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.accordion {
  position: relative;
  padding: 30px 8px;
  background-color: #FEFEFE;
}
@media only screen and (max-width: 991.98px) {
  .accordion {
    padding: 20px 8px;
  }
}
.accordion + .accordion {
  border-top: 1px solid #E3E4EC;
}
.accordion__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion__title:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 30px;
  margin-left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cline x1='15.25' y1='8.5' x2='15.25' y2='21.5' stroke='%230C122A' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='8.5' y1='14.75' x2='21.5' y2='14.75' stroke='%230C122A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.accordion__title_active {
  padding-bottom: 24px;
}
@media only screen and (max-width: 991.98px) {
  .accordion__title_active {
    padding-bottom: 16px;
  }
}
.accordion__title_active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cline x1='8.5' y1='14.75' x2='21.5' y2='14.75' stroke='%230C122A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 991.98px) {
  .accordion__title .fs-h4 {
    font-size: 16px;
  }
}
.accordion__panel {
  background-color: #FEFEFE;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.privacy-page {
  position: relative;
}
.privacy-page__title {
  margin-bottom: 20px;
}
.error-page {
  position: relative;
  padding: 120px 0 90px 0;
}
@media only screen and (max-width: 767.98px) {
  .error-page {
    padding: 30px 0 0 0;
  }
}
.error-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 500px;
}
.error-page__title {
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .error-page__title {
    margin-top: 0;
  }
}
.error-page__text {
  margin-top: 20px;
}
.error-page__btn {
  margin-top: 30px;
}
.error-page__btn .btn {
  width: 100%;
}
.banner {
  position: relative;
  margin-top: 0;
}
.banner__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.banner__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner__heading .fs-h2 {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
}
@media only screen and (max-width: 991.98px) {
  .banner__heading .fs-h2 {
    font-size: 18px;
    margin-top: 6px;
  }
}
.banner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 991.98px) {
  .banner__block {
    flex-direction: column;
    margin-top: 30px;
  }
}
.banner__image {
  position: relative;
  max-width: 800px;
}
@media only screen and (max-width: 991.98px) {
  .banner__image {
    max-width: none;
  }
}
.banner__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: clip;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .banner__image picture {
    border-radius: 20px;
  }
}
.banner__image picture img {
  width: auto;
}
.banner__calc {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-left: -70px;
}
@media only screen and (max-width: 991.98px) {
  .banner__calc {
    max-width: none;
    width: calc(100% - 32px);
    margin: -50px auto 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__calc {
    margin-top: -40px;
    width: calc(100% - 12px);
  }
}
.advantages {
  position: relative;
}
.advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.advantages__items {
  padding-top: 50px;
}
.advantages__items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -40px -15px;
}
.advantages__items-col {
  width: 33.3333333333%;
  padding: 40px 15px;
}
@media only screen and (max-width: 991.98px) {
  .advantages__items-col {
    width: 100%;
  }
}
.advantages__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 35px 45px 35px;
  height: 100%;
  background-color: #FEFEFE;
  border-radius: 30px;
}
@media only screen and (max-width: 991.98px) {
  .advantages__item {
    text-align: center;
    padding: 0 24px 30px 24px;
  }
}
.advantages__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  margin-top: -45px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991.98px) {
  .advantages__item-icon {
    margin-bottom: 20px;
  }
}
.advantages__item-icon img {
  -o-object-fit: cover;
     object-fit: cover;
}
.advantages__item-title {
  margin-bottom: 12px;
}
.steps {
  position: relative;
}
.steps__wrap {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  background-color: #FEFEFE;
}
@media only screen and (max-width: 991.98px) {
  .steps__wrap {
    padding: 20px;
    border-radius: 20px;
  }
}
.steps__items {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .steps__items {
    padding-top: 68px;
  }
}
.steps__items .swiper-navigation-steps {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: calc(100% - 605px);
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .steps__items .swiper-navigation-steps {
    top: 0;
    right: auto;
    left: 0;
    bottom: auto;
    max-width: none;
  }
}
.steps__items .swiper-pagination-steps {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F7F7FA;
  padding: 6px;
  border-radius: 100px;
  z-index: 1;
}
.steps__items .swiper-pagination-steps .swiper-pagination-bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  width: auto;
  height: auto;
  border-radius: 100px;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  color: #0C122A;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 991.98px) {
  .steps__items .swiper-pagination-steps .swiper-pagination-bullet {
    padding: 8px 16px;
  }
}
.steps__items .swiper-pagination-steps .swiper-pagination-bullet-active {
  font-weight: 600;
  background-color: #FEFEFE;
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .steps__item {
    justify-content: center;
    text-align: center;
  }
}
.steps__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px -30px;
}
.steps__item-col {
  padding: 10px 30px;
}
.steps__item-col_start {
  width: 605px;
}
.steps__item-col_end {
  width: calc(100% - 605px);
}
@media only screen and (max-width: 991.98px) {
  .steps__item-col {
    width: 100%;
  }
}
.steps__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .steps__item-image {
    justify-content: center;
  }
}
.steps__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.steps__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (max-width: 991.98px) {
  .steps__item-info {
    padding: 0;
  }
}
.steps__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .steps__item-icon {
    display: none;
  }
}
.steps__item-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .steps__item-title {
    margin-bottom: 12px;
  }
}
.testimonials {
  position: relative;
}
.testimonials__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .testimonials__image {
    margin-bottom: 24px;
  }
}
.testimonials__items {
  position: relative;
}
.testimonials__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 40px;
  min-height: 100%;
  background-color: #FEFEFE;
  border-radius: 30px;
}
@media only screen and (max-width: 991.98px) {
  .testimonials__item {
    padding: 20px;
    border-radius: 20px;
  }
}
.testimonials__item-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .testimonials__item-stars {
    padding-bottom: 20px;
  }
}
.testimonials__item-info {
  margin: auto 0;
}
.testimonials__item-text {
  margin-top: 16px;
}
.testimonials__item-name {
  padding-top: 40px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  .testimonials__item-name {
    padding-top: 20px;
  }
}
.info {
  position: relative;
}
.info__wrap {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  background-color: #FEFEFE;
}
@media only screen and (max-width: 991.98px) {
  .info__wrap {
    padding: 20px;
    border-radius: 20px;
  }
}
.info__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .info__image {
    margin-bottom: 30px;
  }
}
.info__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.info__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.info__excerpt, .info__articles {
  position: relative;
}
.info__excerpt-row, .info__articles-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media only screen and (max-width: 991.98px) {
  .info__excerpt-row, .info__articles-row {
    margin: -10px;
  }
}
.info__excerpt-col, .info__articles-col {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 991.98px) {
  .info__excerpt-col, .info__articles-col {
    width: 100%;
    padding: 10px;
  }
}
.info__excerpt-item, .info__articles-item {
  position: relative;
}
.info__excerpt-item + .info__excerpt-item, .info__excerpt-item + .info__articles-item, .info__articles-item + .info__excerpt-item, .info__articles-item + .info__articles-item {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .info__excerpt-item + .info__excerpt-item, .info__excerpt-item + .info__articles-item, .info__articles-item + .info__excerpt-item, .info__articles-item + .info__articles-item {
    margin-top: 20px;
  }
}
.info__excerpt-item.highlight, .info__articles-item.highlight {
  padding: 30px 30px 40px 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #D6D6D6;
}
@media only screen and (max-width: 991.98px) {
  .info__excerpt-item.highlight, .info__articles-item.highlight {
    padding: 20px;
    border-radius: 20px;
  }
}
.info__excerpt-item.highlight img.figure, .info__articles-item.highlight img.figure {
  width: calc(100% + 60px);
  max-width: none;
  margin: -30px 0 0 -30px;
}
@media only screen and (max-width: 991.98px) {
  .info__excerpt-item.highlight img.figure, .info__articles-item.highlight img.figure {
    width: calc(100% + 40px);
    margin: -20px 0 0 -20px;
    border-radius: 20px;
  }
}
.info__articles {
  display: none;
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .info__articles {
    margin-top: 20px;
  }
}
.info__articles.active {
  display: block;
}
.info__switch {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .info__switch {
    margin-top: 20px;
  }
}
.info__switch .btn {
  width: 100%;
  border-radius: 10px;
}
.info__switch .btn.hide {
  display: none;
}
.services {
  position: relative;
  margin-bottom: 0;
}
.services__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services__title.hide img {
  transform: scale(1, -1);
}
.services__title:hover {
  opacity: 0.85;
}
.services__title img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 20px;
  margin-left: 16px;
}
.services__items {
  margin-top: 24px;
}
@media only screen and (max-width: 991.98px) {
  .services__items {
    margin-top: 20px;
  }
}
.services__items.hide {
  display: none;
}
.services__items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.services__items ul li {
  padding: 8px;
}
@media only screen and (max-width: 767.98px) {
  .services__items ul li {
    width: 100%;
  }
}
.services__items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  background-color: #F7F7FA;
  border: 1px solid #E3E4EC;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.services__items ul li a:hover {
  color: #6552D8;
  background-color: #F7F5FF;
}
.services__items ul li a:active {
  border-color: #6552D8;
}
@media only screen and (max-width: 767.98px) {
  .services__items ul li a {
    border: 0;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: 0 30px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 16.5L15 12L10.5 7.5' stroke='%230C122A' stroke-width='1.28571' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.borrow {
  position: relative;
}
.borrow__items {
  position: relative;
}
.borrow__items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -10px 0;
}
.borrow__items-col {
  padding: 10px 0;
}
.borrow__items-col:nth-child(even) .borrow__item-row {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767.98px) {
  .borrow__items-col:nth-child(even) .borrow__item-row {
    flex-direction: column;
  }
}
.borrow__items-col:nth-child(even) .borrow__item-image {
  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .borrow__items-col:nth-child(even) .borrow__item-image {
    justify-content: center;
  }
}
.borrow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #FEFEFE;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .borrow__item {
    text-align: center;
    border-radius: 20px;
  }
}
.borrow__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  margin: -10px -20px;
}
.borrow__item-col {
  width: 50%;
  padding: 10px 20px;
}
@media only screen and (max-width: 767.98px) {
  .borrow__item-col {
    width: 100%;
  }
}
.borrow__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .borrow__item-image {
    justify-content: center;
  }
}
.borrow__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.borrow__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.borrow__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
}
@media only screen and (max-width: 767.98px) {
  .borrow__item-label {
    display: none;
  }
}
.borrow__item-label .fs-h6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(266deg, #FF82EE -49.04%, #120081 126.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.borrow__item-label .fs-h6:before, .borrow__item-label .fs-h6:after {
  content: "";
  width: 10px;
  height: 2px;
  background: linear-gradient(266deg, #FF82EE -49.04%, #120081 126.54%);
}
.borrow__item-label .fs-h6:before {
  margin-right: 12px;
}
.borrow__item-label .fs-h6:after {
  margin-left: 12px;
}
.borrow__item-title .fs-h5 {
  font-size: 18px;
}
.borrow__item-text {
  margin-top: 12px;
  font-size: 14px;
}
.postpone {
  position: relative;
}
.postpone__items {
  position: relative;
}
.postpone__items-title {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .postpone__items-title {
    margin-bottom: 20px;
  }
}
.postpone__items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -10px 0;
}
.postpone__items-col {
  padding: 10px 0;
}
.postpone__items-col:nth-child(even) .postpone__item-row {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767.98px) {
  .postpone__items-col:nth-child(even) .postpone__item-row {
    flex-direction: column;
  }
}
.postpone__items-col:nth-child(even) .postpone__item-image {
  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .postpone__items-col:nth-child(even) .postpone__item-image {
    justify-content: center;
  }
}
.postpone__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #FEFEFE;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .postpone__item {
    text-align: center;
    border-radius: 20px;
  }
}
.postpone__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  margin: -10px -20px;
}
.postpone__item-col {
  width: 50%;
  padding: 10px 20px;
}
@media only screen and (max-width: 767.98px) {
  .postpone__item-col {
    width: 100%;
  }
}
.postpone__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .postpone__item-image {
    justify-content: center;
  }
}
.postpone__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.postpone__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.postpone__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
}
@media only screen and (max-width: 767.98px) {
  .postpone__item-label {
    display: none;
  }
}
.postpone__item-label .fs-h6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(266deg, #FF82EE -49.04%, #120081 126.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.postpone__item-label .fs-h6:before, .postpone__item-label .fs-h6:after {
  content: "";
  width: 10px;
  height: 2px;
  background: linear-gradient(266deg, #FF82EE -49.04%, #120081 126.54%);
}
.postpone__item-label .fs-h6:before {
  margin-right: 12px;
}
.postpone__item-label .fs-h6:after {
  margin-left: 12px;
}
.postpone__item-title + .postpone__item-text {
  margin-top: 12px;
}
.postpone__item-title .fs-h5 {
  font-size: 18px;
}
.postpone__item-text {
  font-size: 14px;
}
.repay {
  position: relative;
}
.repay__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.repay__process, .repay__details {
  padding: 20px;
  border-radius: 30px;
  background-color: #FEFEFE;
}
@media only screen and (max-width: 991.98px) {
  .repay__process, .repay__details {
    border-radius: 20px;
  }
}
.repay__process-row, .repay__details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -6px -20px;
}
.repay__process-col, .repay__details-col {
  width: 50%;
  padding: 6px 20px;
}
@media only screen and (max-width: 767.98px) {
  .repay__process-col, .repay__details-col {
    width: 100%;
  }
}
.repay__process-info, .repay__details-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .repay__process-info, .repay__details-info {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }
}
.repay__process-icon, .repay__details-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .repay__process-icon, .repay__details-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 0 0 40px;
    margin-right: 12px;
  }
}
.repay__process-text, .repay__details-text {
  font-size: 14px;
  line-height: 1.4;
}
.repay__process-text p:not(:last-child), .repay__details-text p:not(:last-child) {
  margin-bottom: 12px;
}
.repay__process-text a, .repay__details-text a {
  color: #6552D8;
  text-decoration: underline;
}
.repay__process-text a:hover, .repay__details-text a:hover {
  color: #826EFF;
}
.repay__details {
  margin-top: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.repay__support {
  padding: 20px;
  margin-top: 40px;
  border-radius: 30px;
  background-color: #FEFEFE;
}
@media only screen and (max-width: 767.98px) {
  .repay__support {
    border-radius: 20px;
  }
}
.repay__support-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -6px -20px;
}
.repay__support-col {
  width: 50%;
  padding: 6px 20px;
}
@media only screen and (max-width: 767.98px) {
  .repay__support-col {
    width: 100%;
  }
}
.repay__support-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
}
.repay__support-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767.98px) {
  .repay__support-icon {
    margin-bottom: 20px;
  }
}
.repay__support-item {
  padding: 12px 20px;
  background-color: #F7F7FA;
  border-radius: 20px;
  text-align: center;
  color: #0C122A;
}
.repay__support-label {
  font-size: 14px;
}
.repay__support-link {
  margin-top: 12px;
  font-weight: 500;
}
.repay__support-link a:hover {
  color: #6552D8;
}
.repay__payments {
  padding: 20px;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #FEFEFE;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments {
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.repay__payments-title {
  font-size: 14px;
  font-weight: 600;
  color: #0C122A;
}
.repay__payments-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -12px 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-row {
    margin: -10px 0;
  }
}
.repay__payments-col {
  width: 100%;
  padding: 12px 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__payments-col {
    padding: 10px 0;
  }
}
.repay__tabs {
  position: relative;
}
.repay__tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3px;
}
@media only screen and (max-width: 767.98px) {
  .repay__tabs-row {
    overflow-x: auto;
  }
  .repay__tabs-row::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .repay__tabs-row::-webkit-scrollbar-thumb {
    background: #BAC3D5;
    border-radius: 0;
  }
  .repay__tabs-row::-webkit-scrollbar-track {
    background: #F7F7FA;
    border-radius: 0;
  }
}
.repay__tabs-col {
  padding: 3px;
  flex: 1 0 0;
}
.repay__tabs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px 10px 10px 10px;
  background-color: #FEFEFE;
  border: 1px solid #E3E4EC;
  border-radius: 16px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .repay__tabs-item {
    min-width: 100px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
  }
}
.repay__tabs-item:not(.active) {
  cursor: pointer;
}
.repay__tabs-item:hover {
  background-color: #F7F5FF;
}
.repay__tabs-item.active {
  border-color: #6552D8;
  background-color: #F7F5FF;
}
.repay__tabs-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.repay__tabs-title {
  margin-top: 6px;
  font-size: 14px;
  color: #0C122A;
}
.repay__items {
  display: none;
  position: relative;
}
.repay__items.active {
  display: block;
}
.repay__items .swiper-navigation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: calc(100% - 350px);
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__items .swiper-navigation {
    position: relative;
    right: auto;
    left: auto;
    max-width: none;
    margin: 20px auto 0 auto;
  }
}
.repay__items .swiper-pagination {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F7F7FA;
  padding: 6px;
  border-radius: 100px;
  z-index: 1;
}
.repay__items .swiper-pagination .swiper-pagination-bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  width: auto;
  height: auto;
  border-radius: 100px;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  color: #0C122A;
  text-align: center;
  white-space: nowrap;
}
.repay__items .swiper-pagination .swiper-pagination-bullet-active {
  font-weight: 600;
  background-color: #FEFEFE;
}
.repay__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .repay__item {
    justify-content: center;
    text-align: center;
  }
}
.repay__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: auto;
  margin: 0 -20px;
}
.repay__item-col {
  padding: 0 20px;
}
.repay__item-col_start {
  width: 350px;
}
.repay__item-col_end {
  width: calc(100% - 350px);
}
@media only screen and (max-width: 767.98px) {
  .repay__item-col {
    width: 100%;
  }
}
.repay__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .repay__item-image {
    justify-content: center;
  }
}
.repay__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.repay__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
}
@media only screen and (max-width: 767.98px) {
  .repay__item-info {
    padding: 0;
  }
}
.repay__item-text {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .repay__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    min-height: 60px;
  }
}
.repay__item-text b, .repay__item-text strong {
  font-weight: 600;
  color: #0C122A;
}
.about {
  position: relative;
}
.about__items {
  position: relative;
}
.about__items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -10px 0;
}
.about__items-col {
  padding: 10px 0;
}
.about__items-col:nth-child(even) .about__item-row {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767.98px) {
  .about__items-col:nth-child(even) .about__item-row {
    flex-direction: column;
  }
}
.about__items-col:nth-child(even) .about__item-image {
  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .about__items-col:nth-child(even) .about__item-image {
    justify-content: center;
  }
}
.about__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #FEFEFE;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .about__item {
    text-align: center;
    border-radius: 20px;
  }
}
.about__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  margin: -10px -20px;
}
.about__item-col {
  width: 50%;
  padding: 10px 20px;
}
@media only screen and (max-width: 767.98px) {
  .about__item-col {
    width: 100%;
  }
}
.about__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .about__item-image {
    justify-content: center;
  }
}
.about__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767.98px) {
  .about__item-label {
    display: none;
  }
}
.about__item-text {
  font-size: 14px;
}
.faq {
  position: relative;
}
.faq__landing {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  background-color: #FEFEFE;
}
@media only screen and (max-width: 991.98px) {
  .faq__landing {
    padding: 20px;
    border-radius: 20px;
  }
}
.faq__landing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (max-width: 991.98px) {
  .faq__landing-row {
    flex-direction: column-reverse;
  }
}
.faq__landing-col {
  padding: 10px;
}
.faq__landing-col_start {
  width: calc(100% - 552px);
}
.faq__landing-col_end {
  width: 552px;
}
@media only screen and (max-width: 991.98px) {
  .faq__landing-col {
    width: 100%;
  }
}
.faq__landing-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .faq__landing-image {
    justify-content: center;
  }
}
.faq__landing-image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__landing-image picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.faq__landing-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.faq__landing-button {
  margin-top: 30px;
}
.faq__landing-button .btn {
  border-radius: 10px;
  width: 100%;
}
.faq__inner {
  position: relative;
  padding: 0 20px;
  border-radius: 30px;
  background-color: #FEFEFE;
}
@media only screen and (max-width: 991.98px) {
  .faq__inner {
    border-radius: 20px;
  }
}
.contacts {
  position: relative;
}
.contacts__items {
  position: relative;
  padding-top: 20px;
}
.contacts__items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: -20px 0;
}
.contacts__items-col {
  padding: 20px 0;
}
.contacts__items-col:nth-child(even) .contacts__item-row {
  flex-direction: row-reverse;
}
.contacts__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  padding: 20px;
  background-color: #FEFEFE;
  border-radius: 30px;
  color: #0C122A;
}
.contacts__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  margin: -8px -20px;
}
.contacts__item-col {
  width: 50%;
  padding: 8px 20px;
}
@media only screen and (max-width: 767.98px) {
  .contacts__item-col {
    width: 100%;
  }
}
.contacts__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
}
.contacts__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: -40px;
}
@media only screen and (max-width: 767.98px) {
  .contacts__item-icon {
    margin-bottom: 20px;
  }
}
.contacts__item-data {
  padding: 20px;
  border-radius: 20px;
  background-color: #F7F7FA;
}
@media only screen and (max-width: 767.98px) {
  .contacts__item-data {
    padding: 12px 20px;
  }
}
.contacts__item-data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contacts__item-data ul li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #FEFEFE;
}
@media only screen and (max-width: 767.98px) {
  .contacts__item-data ul li + li {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.contacts__item-data ul li a:hover {
  color: #6552D8;
}
.contacts__item-data ul li .fw-500 {
  margin-right: 12px;
}
.contacts__list {
  position: relative;
  margin-top: 20px;
}
.contacts__list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px;
}
.contacts__list-col {
  width: 50%;
  padding: 20px 10px;
}
@media only screen and (max-width: 767.98px) {
  .contacts__list-col {
    width: 100%;
  }
}
.contacts__list .contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: auto;
}
.contacts__list .contacts__item-icon {
  margin-bottom: 30px;
}
.contacts__list .contacts__item-label {
  margin-bottom: 16px;
}
.contacts__list .contacts__item-value {
  width: 100%;
  padding: 16px 20px;
  border-radius: 20px;
  background-color: #F7F7FA;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.contacts__list .contacts__item-value a:hover {
  color: #6552D8;
}
.article {
  position: relative;
}
.apps {
  position: relative;
  padding: 0;
}
.apps__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 480px;
  padding: 50px 50px 38px 50px;
  border-radius: 30px;
  overflow: clip;
}
@media only screen and (max-width: 991.98px) {
  .apps__wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .apps__wrap {
    padding: 0;
    flex-direction: column-reverse;
    border-radius: 20px;
  }
}
.apps__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.apps__overlay picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.apps__overlay picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.apps__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 280px;
}
@media only screen and (max-width: 767.98px) {
  .apps__info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    max-width: none;
    padding: 16px 24px;
    min-height: 80px;
    border-radius: 20px;
    background: linear-gradient(95deg, #FFF 3.67%, rgba(255, 255, 255, 0.5) 97.96%);
    box-shadow: 2.429px 9.716px 48.578px 0 rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(18px);
            backdrop-filter: blur(18px);
    overflow: clip;
  }
}
.apps__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  .apps__title .fs-h1 {
    font-size: 20px;
  }
}
.apps__subtitle {
  margin-top: 12px;
  color: #12140D;
}
@media only screen and (max-width: 767.98px) {
  .apps__subtitle {
    margin: 0;
  }
}
.apps__subtitle .fs-h3 {
  color: #333333;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .apps__subtitle .fs-h3 {
    font-size: 14px;
  }
}
.apps__button {
  margin-top: 60px;
  flex: 0 0 141px;
}
@media only screen and (max-width: 991.98px) {
  .apps__button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .apps__button {
    margin: 0;
  }
}
.apps__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apps__button a:hover {
  opacity: 0.85;
}
.apps__qr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  padding: 16px;
  border-radius: 16px;
  background-color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .apps__qr {
    max-width: 130px;
    margin: 10px;
    padding: 10px;
    border-radius: 18px;
    box-shadow: 2.429px 9.716px 48.578px 0 rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(18px);
            backdrop-filter: blur(18px);
  }
}
.apps__qr-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .apps__qr-code {
    max-width: 110px;
  }
}
.apps__qr-text {
  color: #333333;
}
@media only screen and (max-width: 767.98px) {
  .apps__qr-text {
    display: none;
  }
}
.apps__qr-text .body-thin {
  font-size: 12px;
}
/*# sourceMappingURL=styles.css.map*/