@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap);
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
:where(article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary) {
  display: block; }

:where(audio,
canvas,
video) {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

dfn {
  font-style: normal; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote,
cite {
  font-style: normal; }

blockquote {
  margin: 0; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  border: none;
  outline: none; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=range]::-ms-tooltip {
  display: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none; }

dl,
dd,
p {
  margin: 0; }

[type="text"],
[type="password"],
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0; }
  [type="text"]:focus,
  [type="password"]:focus,
  textarea:focus {
    outline: none; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

textarea {
  resize: none; }

select:focus,
a:focus,
button {
  outline: none; }

button {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent; }
  button:active {
    color: initial; }

h1,
h2,
h3,
h4,
h5,
b,
em {
  margin: 0; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal;
  text-align: left; }

th,
td {
  padding: 0; }

a {
  text-decoration: none;
  color: inherit; }

address {
  font-style: normal; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .nav-link.disabled, .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd; }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius); }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap); }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent; }
    .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
      border-bottom-color: currentcolor; }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.25rem;
  --bs-offcanvas-padding-y: 1.25rem;
  --bs-offcanvas-color: #1D61C8;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5; }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1023.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }

@media (max-width: 1023.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 1024px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1439.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 1439.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }

@media (max-width: 1439.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1440px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1919.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition); } }
  @media (max-width: 1919.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }

@media (max-width: 1919.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1920px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition); }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height); }

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media screen and (min-width: 576px) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

@media screen and (min-width: 1440px) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; } }

.icon-soc-group-light {
  width: 2.375rem;
  height: 2.25rem;
  flex: 0 0 2.375rem; }

.icon-soc-group {
  width: 2.75rem;
  height: 2.5rem;
  flex: 0 0 2.75rem; }

.icon-shield {
  width: 1rem;
  height: 1.125rem;
  flex: 0 0 1rem;
  fill: #1BA643; }

.icon-inst {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 1.125rem; }

.icon-whatsapp {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem; }

.icon-tg {
  width: 1.1875rem;
  height: 0.9375rem;
  flex: 0 0 1.1875rem; }

.icon-close {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  cursor: pointer; }

.icon-menu {
  width: 1.375rem;
  height: 1.25rem;
  flex: 0 0 1.375rem;
  cursor: pointer; }

.icon-pdf {
  width: 2.1875rem;
  height: 2.875rem;
  flex: 0 0 2.1875rem; }

.icon-check {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  fill: #fff; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  width: 100%;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.4;
  color: #001E4A;
  background-color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%; }

.container {
  width: 100%;
  max-width: 80.5rem;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 1.66667vw, 1.5rem);
  padding-right: clamp(1.25rem, 1.66667vw, 1.5rem); }
  .container-md {
    max-width: 88.5rem; }
  .container-xl {
    max-width: none; }
    @media screen and (max-width: 1023.98px) {
      .container-xl {
        padding: 0; } }
  .container-xl + .container-xl {
    margin-top: 3.75rem; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }
  .row [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .row-lg {
    margin: 0 -0.75rem; }
    .row-lg [class*="col-"] {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }

.logo {
  width: 7.625rem;
  height: 2.75rem; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

a {
  color: #1D61C8;
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

@media (hover: hover) {
  a:hover {
    color: rgba(29, 97, 200, 0.8); } }

input {
  padding: 0; }

button:active {
  color: inherit; }

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

h1, .h1, h2, .h2, h3, .h3, .heading-font {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 600; }

h1, .h1, h2, .h2 {
  line-height: 1.2; }

h1, .h1 {
  font-size: clamp(2rem, 4.44444vw, 4rem);
  margin-bottom: clamp(1rem, 1.66667vw, 1.5rem); }

.h1-sm {
  font-size: clamp(2rem, 3.75vw, 3.375rem); }

h2, .h2 {
  font-size: clamp(2rem, 3.33333vw, 3rem); }

.h2-sm {
  font-size: clamp(2rem, 2.77778vw, 2.5rem); }

h3, .h3 {
  font-size: clamp(1.5rem, 2.22222vw, 2rem); }

h4, .h4 {
  font-size: clamp(1.25rem, 1.66667vw, 1.5rem); }

p, :where(ul:not(.menu)), ol, table {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: clamp(1.5rem, 1.94444vw, 1.75rem); }

ul strong {
  font-weight: 500; }

ul:not(.menu) li {
  position: relative;
  padding-left: 1rem; }

ul:not(.menu) li::before {
  content: '';
  position: absolute;
  top: clamp(0.625rem, 0.90278vw, 0.8125rem);
  left: 0.25rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #001E4A;
  border-radius: 50%; }

ul.without-circle li {
  padding: 0; }

ul.without-circle li::before {
  height: 0;
  width: 0; }

.text-lg {
  font-size: clamp(1.125rem, 1.66667vw, 1.5rem);
  line-height: clamp(1.25rem, 1.94444vw, 1.75rem); }

.text-md {
  font-size: clamp(1.125rem, 1.52778vw, 1.375rem);
  line-height: clamp(1.25rem, 1.94444vw, 1.75rem); }

.text-sm {
  font-size: 0.875rem; }

ul.text-lg li + li,
ul.text-md li + li {
  margin-top: 0.625rem; }

:is(table, p, ol, ul) + :is(table, p, ol, ul) {
  margin-top: 1.5rem; }

:is(table, p, ol, ul) + :is(h2, h3, h4, h5),
:is(h2, h3, h4, h5) + :is(table, p, ol, ul) {
  margin-top: 2.5rem; }

.header {
  background-color: #fff;
  padding-top: clamp(0.625rem, 1.11111vw, 1rem);
  padding-bottom: clamp(0.625rem, 0.41667vw, 0.375rem); }
  .header__container {
    max-width: 96rem; }
  .header__social {
    gap: 1rem;
    padding-left: 1rem; }
  .header__social a {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #EFF3F6;
    border-radius: 0.5rem; }
    .header__social a:hover {
      background-color: #E8EFF9; }
  .header__social .icon {
    fill: #181818; }
  @media screen and (min-width: 1024px) {
    .header__logo {
      margin-right: clamp(1.5rem, 4.44444vw, 5.25rem); }
    .header__social {
      margin-right: clamp(1rem, 2.77778vw, 2.5rem); } }

.menu {
  list-style-type: none;
  gap: clamp(0rem, 0.55556vw, 0.5rem); }
  .menu__link {
    display: block;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    color: #001E4A;
    border-radius: 0.5rem; }
    .menu__link:hover {
      background-color: #EFF3F6; }

.offcanvas.offcanvas-menu {
  width: 100%; }

.offcanvas-header {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 30, 74, 0.1); }

.offcanvas-body {
  padding-top: 1.5rem;
  padding-bottom: 4rem; }

.offcanvas .menu {
  margin-bottom: 1.5rem; }

.offcanvas .btn {
  width: 100%;
  gap: 1.75rem; }

:where(.btn) {
  display: inline-block; }

.btn {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.4;
  font-weight: 500;
  padding: 0.875rem 1.5rem 0.875rem clamp(0.875rem, 1.11111vw, 1rem);
  border-radius: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1); }
  .btn-primary {
    color: #ffffff;
    background-color: #1D61C8;
    border: 1px solid #1D61C8; }
  .btn-primary-light {
    font-size: 0.875rem;
    padding: clamp(0.75rem, 0.97222vw, 0.875rem) clamp(0.75rem, 2.08333vw, 1.875rem);
    color: #001E4A;
    background-color: #E8EFF9;
    border: 1px solid #E8EFF9; }
  .btn-has-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem; }
  .btn--accent {
    color: #fff;
    background-color: #181818;
    border: 1px solid #181818; }
  .btn-menu {
    margin-right: 1.25rem; }
  .btn-wide {
    width: 100%; }
  .btn-lg {
    font-size: clamp(1.125rem, 1.66667vw, 1.5rem); }
  @media (hover: hover) {
    .btn-primary:hover {
      color: #1D61C8;
      background-color: #E8EFF9;
      border-color: #E8EFF9; }
    .btn-primary-light:hover {
      color: #fff;
      background-color: #1D61C8;
      border-color: #1D61C8; } }

.s {
  padding-top: clamp(2.5rem, 5.55556vw, 5rem);
  padding-bottom: clamp(2.5rem, 5.55556vw, 5rem); }
  .s--bg {
    background-color: #EFF3F6;
    border-radius: 1.875rem;
    overflow: hidden; }
  .s__title {
    margin-bottom: clamp(1.5rem, 2.22222vw, 2rem);
    letter-spacing: -1px; }
  .s__text {
    max-width: 35rem;
    margin: -0.5rem 0 2rem; }
  @media screen and (min-width: 1024px) {
    .s__text {
      margin: 0.625rem 0 3.75rem -3.375rem; } }

.s-hero {
  background: linear-gradient(180deg, #FFFFFF 0%, #DFE8EE 100%); }
  .s-hero__content {
    position: relative;
    padding-top: clamp(1.5rem, 3.19444vw, 2.875rem);
    padding-bottom: clamp(1.5rem, 5.83333vw, 5.25rem);
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221245%22%20height%3D%22860%22%20viewBox%3D%220%200%201245%20860%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter0_f_239_286)%22%3E%3Cellipse%20cx%3D%22615%22%20cy%3D%22704.5%22%20rx%3D%22160%22%20ry%3D%22160.5%22%20fill%3D%22%230065FF%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter1_f_239_286)%22%3E%3Cellipse%20cx%3D%22800.568%22%20cy%3D%22391.716%22%20rx%3D%22160%22%20ry%3D%22160.5%22%20transform%3D%22rotate(147.04%20800.568%20391.716)%22%20fill%3D%22%230065FF%22%2F%3E%3C%2Fg%3E%3Cg%20style%3D%22mix-blend-mode%3Aplus-lighter%22%20opacity%3D%220.5%22%20filter%3D%22url(%23filter2_f_239_286)%22%3E%3Ccircle%20cx%3D%22660.5%22%20cy%3D%22609.5%22%20r%3D%22160.5%22%20fill%3D%22%231D61C8%22%2F%3E%3C%2Fg%3E%3Cg%20style%3D%22mix-blend-mode%3Aplus-lighter%22%20opacity%3D%220.5%22%20filter%3D%22url(%23filter3_f_239_286)%22%3E%3Ccircle%20cx%3D%22814.076%22%20cy%3D%22496.18%22%20r%3D%22160.5%22%20transform%3D%22rotate(147.04%20814.076%20496.18)%22%20fill%3D%22%231D61C8%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter4_f_239_286)%22%3E%3Ccircle%20cx%3D%22652.5%22%20cy%3D%22638.5%22%20r%3D%22160.5%22%20fill%3D%22%23FFB6B6%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter5_f_239_286)%22%3E%3Ccircle%20cx%3D%22867.988%22%20cy%3D%22610.988%22%20r%3D%22160.5%22%20transform%3D%22rotate(147.04%20867.988%20610.988)%22%20fill%3D%22%23FFB6B6%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_239_286%22%20x%3D%22155%22%20y%3D%22244%22%20width%3D%22920%22%20height%3D%22921%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22150%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter1_f_239_286%22%20x%3D%22340.401%22%20y%3D%22-68.6554%22%20width%3D%22920.334%22%20height%3D%22920.743%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22150%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter2_f_239_286%22%20x%3D%220%22%20y%3D%22-51%22%20width%3D%221321%22%20height%3D%221321%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22250%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter3_f_239_286%22%20x%3D%22153.558%22%20y%3D%22-164.339%22%20width%3D%221321.04%22%20height%3D%221321.04%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22250%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter4_f_239_286%22%20x%3D%22292%22%20y%3D%22278%22%20width%3D%22721%22%20height%3D%22721%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22100%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter5_f_239_286%22%20x%3D%22507.469%22%20y%3D%22250.469%22%20width%3D%22721.038%22%20height%3D%22721.038%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22100%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain; }
  .s-hero__text {
    font-size: clamp(1.125rem, 1.66667vw, 1.5rem);
    line-height: clamp(1.75rem, 2.5vw, 2.25rem); }
  .s-hero__docs {
    gap: clamp(1rem, 1.66667vw, 1.5rem); }
  .s-hero__docs-text {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 19.375rem;
    color: #1D61C8; }
  .s-hero__card {
    max-width: 26.5rem;
    padding: 0.875rem 0.875rem 1.5rem;
    background-color: #fff;
    border-radius: 1.0625rem; }
  .s-hero__card-img {
    position: relative;
    height: 33.5rem;
    width: 100%;
    max-width: 26.125rem;
    overflow: hidden;
    border-radius: 1.0625rem; }
  .s-hero__card-user {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    z-index: 0; }
  .s-hero__card-logo-top, .s-hero__card-img-text {
    position: relative;
    z-index: 10; }
  .s-hero__card-logo-top {
    top: 1.5rem;
    left: 1.5rem;
    max-width: 12.75rem; }
  .s-hero__card-img-text {
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 1.5rem;
    color: #fff;
    background: linear-gradient(184.74deg, rgba(28, 167, 68, 0) 50%, rgba(28, 167, 68, 0.9) 90%); }
    .s-hero__card-img-text span {
      font-weight: 600;
      padding-left: 0.75rem;
      letter-spacing: 2px; }
  .s-hero__card-info {
    font-size: 0.9375rem;
    margin-top: 1.5rem; }
  .s-hero__card-info-name {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #141414; }
  .s-hero__card-info-status {
    color: rgba(20, 20, 20, 0.33);
    margin-right: 1rem; }
  .s-hero__card-info-excluded {
    color: #00467F; }
  .s-hero .btn {
    margin-top: clamp(1.5rem, 2.22222vw, 2rem);
    margin-bottom: clamp(1.5rem, 2.91667vw, 2.625rem); }
  @media screen and (max-width: 1023.98px) {
    .s-hero__content {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='375' height='1026' viewBox='0 0 375 1026' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5' filter='url(%23filter0_f_239_350)'%3E%3Cellipse cx='94.4918' cy='712.662' rx='94.4918' ry='94.7871' fill='%230065FF'/%3E%3C/g%3E%3Cg opacity='0.5' filter='url(%23filter1_f_239_350)'%3E%3Cellipse cx='204.084' cy='527.94' rx='94.4918' ry='94.7871' transform='rotate(147.04 204.084 527.94)' fill='%230065FF'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.5' filter='url(%23filter2_f_239_350)'%3E%3Ccircle cx='121.363' cy='656.557' r='94.7871' fill='%231D61C8'/%3E%3C/g%3E%3Cg style='mix-blend-mode:plus-lighter' opacity='0.5' filter='url(%23filter3_f_239_350)'%3E%3Ccircle cx='212.061' cy='589.633' r='94.7871' transform='rotate(147.04 212.061 589.633)' fill='%231D61C8'/%3E%3C/g%3E%3Cg opacity='0.5' filter='url(%23filter4_f_239_350)'%3E%3Ccircle cx='116.638' cy='673.684' r='94.7871' fill='%23FFB6B6'/%3E%3C/g%3E%3Cg opacity='0.5' filter='url(%23filter5_f_239_350)'%3E%3Ccircle cx='243.9' cy='657.436' r='94.7871' transform='rotate(147.04 243.9 657.436)' fill='%23FFB6B6'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_239_350' x='-300' y='317.875' width='788.983' height='789.574' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_239_350'/%3E%3C/filter%3E%3Cfilter id='filter1_f_239_350' x='-190.507' y='133.229' width='789.181' height='789.422' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='150' result='effect1_foregroundBlur_239_350'/%3E%3C/filter%3E%3Cfilter id='filter2_f_239_350' x='-473.424' y='61.77' width='1189.57' height='1189.57' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_239_350'/%3E%3C/filter%3E%3Cfilter id='filter3_f_239_350' x='-382.737' y='-5.16479' width='1189.6' height='1189.6' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='250' result='effect1_foregroundBlur_239_350'/%3E%3C/filter%3E%3Cfilter id='filter4_f_239_350' x='-178.149' y='378.897' width='589.574' height='589.574' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_239_350'/%3E%3C/filter%3E%3Cfilter id='filter5_f_239_350' x='-50.8984' y='362.638' width='589.597' height='589.597' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='100' result='effect1_foregroundBlur_239_350'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
      background-position: center center;
      background-size: cover; }
    .s-hero__card {
      margin: 1.5rem auto 0; }
    .s-hero__card-img-text {
      font-size: 0.625rem;
      line-height: 0.75rem; }
    .s-hero__card-logo-bottom {
      max-width: 3.75rem; } }
  @media screen and (min-width: 1024px) {
    .s-hero__title, .s-hero__text {
      max-width: 41.25rem; } }

.s-steps__donut {
  width: 5.5rem;
  height: 5.5rem;
  flex: 0 0 5.5rem; }

.s-steps__item-title {
  font-size: clamp(1rem, 1.45833vw, 1.3125rem);
  margin-left: 1.5rem;
  padding-right: 0.375rem; }

@media screen and (max-width: 767.98px) {
  .s-steps__col + .s-steps__col {
    margin-top: 1.5rem; } }

@media screen and (min-width: 1024px) {
  .s-steps {
    padding-top: 3.75rem;
    padding-bottom: 7.25rem; }
    .s-steps__title {
      margin-bottom: 5rem; } }

.donut__ring {
  stroke: #D2EDDA; }

.donut__segment {
  transform-origin: center;
  stroke: #1CA744; }

.donut__text {
  fill: rgba(0, 30, 74, 0.3); }

.donut__count {
  font-size: 0.625rem;
  line-height: 1;
  transform: translateY(0.625rem);
  font-weight: 700; }

.s-about {
  background: linear-gradient(158.6deg, rgba(223, 232, 238, 0) 33.33%, rgba(29, 97, 200, 0.2) 100.53%), #EFF3F6; }
  .s-about__content {
    padding-top: clamp(2.5rem, 5vw, 4.5rem); }
  .s-about__title {
    font-size: clamp(1.25rem, 2.77778vw, 2.5rem);
    line-height: 1.2; }
  .s-about__text, .s-about__link {
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    line-height: clamp(1.5rem, 1.94444vw, 1.75rem); }
  .s-about__text {
    margin: clamp(1rem, 2.22222vw, 2rem) 0; }
  .s-about__link {
    color: #1D61C8;
    margin-bottom: 2.5rem; }
  .s-about__col {
    position: relative;
    /* &::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
     // background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%);
      @include dim(600, 600);
      background-image: url(../../assets/media/img/blur.png);
      // background-image: url(../media/img/blur.png);
      border-radius: 50%;
      transform: translateX(-50%);
      z-index: 6;
    }*/ }
  .s-about__card {
    position: relative;
    max-width: 20.375rem;
    height: 24.0625rem;
    margin-bottom: clamp(0.375rem, 5.13889vw, 4.625rem);
    border-width: 0.875rem 0.625rem;
    border-style: solid;
    border-color: #fff;
    border-radius: 1.0625rem;
    box-shadow: 0px 4px 50px 0px #0000001F;
    z-index: 2; }
  .s-about__card-img-photo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 39.75rem;
    width: calc(100% + 2rem);
    height: 18.125rem;
    z-index: 10;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center; }
  .s-about__card-info {
    font-size: 0.9375rem;
    padding-bottom: 0.75rem;
    background-color: #fff; }
  .s-about__card-info-name {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem; }
  .s-about__card-info-desc {
    font-size: 0.875rem;
    line-height: 1.75rem; }
  @media screen and (min-width: 1024px) {
    .s-about__title {
      margin-top: 4.5rem; }
    .s-about__card {
      max-width: 25.5rem;
      height: 33.75rem; }
    .s-about__card-img-photo {
      height: 30.75rem;
      width: 100%; } }

.s-telegram__about {
  gap: 3.125rem;
  padding: 1.875rem 2.125rem;
  background-color: #fff;
  box-shadow: 2px 2px 44px 0px #0000001A;
  border-radius: 2.75rem; }

.s-telegram__about-pic {
  width: 9.375rem;
  height: 9.375rem;
  flex: 0 0 9.375rem; }

.s-telegram__benefit {
  padding: 1.875rem 3rem;
  border-radius: 2.75rem;
  background-color: #EBF0FF; }

.s-telegram__benefit ul {
  font-size: clamp(1.125rem, 1.66667vw, 1.5rem);
  line-height: clamp(1.25rem, 1.94444vw, 1.75rem); }

.s-telegram__benefit ul li + li {
  margin-top: clamp(1rem, 1.66667vw, 1.5rem); }

@media screen and (max-width: 1023.98px) {
  .s-telegram__benefit {
    margin-bottom: 1.5rem; } }

@media screen and (min-width: 768px) {
  .s-telegram__benefit ul {
    align-self: center; } }

.s-services__item {
  padding-top: clamp(1.5rem, 1.11111vw, 1rem);
  padding-bottom: clamp(0.75rem, 1.66667vw, 1.5rem); }

.s-services__item + .s-services__item {
  border-top: 1px solid rgba(217, 217, 217, 0.5); }

.s-services__item-title, .s-services__item-text {
  max-width: 44.375rem; }

.s-services__item-title, .s-services__item-cost {
  font-size: clamp(1.25rem, 1.66667vw, 1.5rem); }

.s-services__item-title {
  margin-bottom: clamp(0.75rem, 1.11111vw, 1rem); }

.s-services__item-text {
  margin-bottom: 1rem;
  color: rgba(0, 30, 74, 0.66); }

.s-services__item-cost {
  margin-bottom: clamp(0rem, 0.625vw, 0.5625rem); }

@media screen and (max-width: 1023.98px) {
  .s-services .btn {
    background-color: #1D61C8;
    border-color: #1D61C8;
    color: #fff; } }

@media screen and (min-width: 1024px) {
  .s-services__title {
    padding-right: 4.5rem; } }

.s-stage__content {
  gap: 0.75rem; }

.s-stage__item {
  width: 100%;
  padding: clamp(1.5rem, 2.5vw, 2.25rem) clamp(1.5rem, 2.22222vw, 2rem);
  border-radius: 1.25rem; }
  .s-stage__item:nth-child(1) {
    background-color: #EBF0FF; }
  .s-stage__item:nth-child(2) {
    background-color: #E7FAF0; }
  .s-stage__item:nth-child(3) {
    background-color: #FFE5E7; }
  .s-stage__item:nth-child(4) {
    background-color: #FFF7EA; }

.s-stage__item-num {
  font-size: clamp(1.5rem, 2.22222vw, 2rem);
  font-weight: 700;
  width: clamp(3.75rem, 5.27778vw, 4.75rem);
  height: clamp(3.75rem, 5.27778vw, 4.75rem);
  background-color: #fff;
  border-radius: 50%; }

.s-stage__item-title, .s-stage__item-text {
  max-width: 31.875rem; }

.s-stage__item-title {
  font-size: clamp(1rem, 1.66667vw, 1.5rem);
  margin-top: clamp(1rem, 0.83333vw, 0.75rem);
  margin-bottom: 0.75rem; }

.s-stage__item-text {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  line-height: clamp(1.125rem, 1.94444vw, 1.75rem);
  margin-bottom: 0.875rem; }

@media screen and (min-width: 1024px) {
  .s-stage__content {
    gap: 1.25rem; }
  .s-stage__item {
    width: calc(50% - .625rem); } }

.s-consultation ul {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  .s-consultation__img {
    width: 100%;
    max-width: 26.125rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; }
  .s-consultation .btn {
    padding-left: 2.75rem;
    padding-right: 2.75rem; } }

.s-download__box {
  padding: 1.25rem 1.5rem;
  background-color: #EBF0FF;
  border-radius: 1.5rem; }

.s-download__card {
  position: relative;
  padding: 1.25rem 0.875rem 0.625rem;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 1px 1px 14px 0px #00000040; }

.s-download__card-title {
  font-size: 0.9375rem;
  line-height: 0.875rem;
  font-weight: 600; }
  .s-download__card-title span {
    color: #1E61C8; }

.s-download__card-desc {
  padding: 0.25rem 0.375rem;
  font-size: 0.5rem;
  line-height: 0.5rem;
  max-width: 10.625rem;
  margin: 0.375rem auto -0.75rem;
  color: #fff;
  background-color: #1E61C8;
  border-radius: 0.375rem; }

.s-download__card-desc, .s-download__card-user {
  position: relative; }

.s-download__card-desc, .s-download__card-caption {
  z-index: 5; }

.s-download__card-user {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2; }

.s-download__card-caption {
  position: absolute;
  right: 0.875rem;
  bottom: 1.5rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.625rem;
  line-height: 0.6875rem;
  gap: 0.125rem;
  background-color: rgba(255, 255, 255, 0.8); }

.s-download__card-caption a {
  gap: 0.25rem; }

.s-download__box:first-child .s-download__card-caption {
  border-radius: 0.375rem 0 0 0.375rem; }

.s-download__box:last-child .s-download__card-caption {
  left: 1.5rem;
  right: 1.5rem;
  border-radius: 0.375rem; }

.s-download__card-name {
  font-weight: 600; }

.s-download__card-status {
  color: #00A832; }

.s-download__icon {
  width: 2rem;
  height: 2rem; }

.s-download__btn {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
  gap: 0.625rem;
  padding: 0.5rem 1rem;
  margin-top: 1.25rem;
  background-color: #fff;
  border-radius: 0.75rem; }

.s-download__btn:hover {
  opacity: .7; }

.s-download .btn {
  margin-top: 2.5rem; }

.s-download .btn img {
  width: 2rem;
  height: 2.5rem; }

@media screen and (max-width: 767.98px) {
  .s-download__box {
    margin-top: 2.25rem; } }

@media screen and (max-width: 575.98px) {
  .s-download__box:last-child {
    margin-top: 0; } }

@media screen and (max-width: 1023.98px) {
  .s-download__box {
    margin-top: 2.25rem; } }

@media screen and (min-width: 1024px) {
  .s-download__text {
    margin-top: 0.625rem; }
  .s-download__col:first-child {
    padding-right: 1.75rem; }
  .s-download__col:last-child {
    padding-left: 1.75rem; }
  .s-download__col:first-child p {
    line-height: 2.25rem; }
  .s-download ul {
    line-height: 2.375rem; } }

.s-video__item {
  cursor: pointer;
  overflow: hidden; }

.s-video__item:hover {
  text-decoration: none; }

.s-video__item:hover .s-video__item-img {
  transform: scale(1.05); }

.s-video__item-preview {
  position: relative;
  height: clamp(12.5rem, 17.36111vw, 15.625rem);
  border-radius: 0.625rem;
  background-color: #000;
  overflow: hidden; }

.s-video__item-play {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 50%; }

.s-video__item-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: .8;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1); }

.s-video__item-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: clamp(0.75rem, 1.25vw, 1.125rem);
  color: #222; }

.s-video__info {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  max-width: 38.375rem;
  margin-top: clamp(0.25rem, 0.83333vw, 0.75rem);
  color: #222; }

.s-video__info-logo {
  width: clamp(6.75rem, 10.06944vw, 9.0625rem);
  height: clamp(1.5rem, 2.22222vw, 2rem);
  margin-top: 0.625rem; }

.s-smi {
  margin-bottom: clamp(2.5rem, 5.55556vw, 5rem);
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  background: linear-gradient(95.28deg, #EFF3F6 1.22%, #C8D6EC 98.78%);
  border-radius: 1.875rem; }
  .s-smi__box {
    padding: 2.5rem 1.5rem 1.5rem;
    background-color: #fff;
    border-radius: 2.5rem; }
  .s-smi__box-info {
    position: relative;
    padding-left: 1.5rem; }
  .s-smi__box-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.75rem;
    height: 100%;
    border-radius: 0.375rem;
    background-color: #1E61C8; }
  .s-smi__box-title {
    font-size: 1.375rem;
    line-height: 1.75rem; }
  .s-smi__box-logo {
    max-width: 11.875rem;
    margin-bottom: 1.25rem;
    padding: 0.625rem 0.375rem 0.625rem;
    background-color: #F5F5F5;
    border-radius: 0.75rem; }
  .s-smi__box-img {
    height: 3.125rem;
    width: 7.75rem;
    -o-object-fit: contain;
       object-fit: contain; }
  .s-smi__box .btn {
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding-top: 0.625rem;
    padding-bottom: 0.75rem; }
  .s-smi p {
    font-size: 1.5rem;
    line-height: 1.875rem; }

.s-faq__item {
  background-color: #fff;
  border-radius: 1.25rem; }

.s-faq__item + .s-faq__item {
  margin-top: clamp(0.75rem, 1.11111vw, 1rem); }

.s-faq__item-title {
  font-size: clamp(1rem, 1.66667vw, 1.5rem);
  padding: 0.75rem 1.25rem 1rem;
  background-color: #fff;
  border-radius: 0.75rem;
  cursor: pointer; }
  .s-faq__item-title:hover {
    color: #fff;
    background-color: #1D61C8; }
    .s-faq__item-title:hover .s-faq__item-icon::before,
    .s-faq__item-title:hover .s-faq__item-icon::after {
      background-color: #fff; }
  .s-faq__item-title > span:first-child {
    padding-right: 1rem; }

.s-faq__item-icon {
  position: relative;
  height: clamp(1.25rem, 1.80556vw, 1.625rem);
  width: clamp(1.25rem, 1.80556vw, 1.625rem); }
  .s-faq__item-icon::before, .s-faq__item-icon::after {
    content: '';
    position: absolute;
    background-color: #001E4A;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px; }
  .s-faq__item-icon::before {
    height: 2px;
    width: clamp(1.25rem, 1.80556vw, 1.625rem); }
  .s-faq__item-icon::after {
    opacity: 0;
    height: 0;
    transition: opacity 0.1s cubic-bezier(0.6, 0, 0.4, 1); }
  .collapsed .s-faq__item-icon::after {
    opacity: 1;
    width: 2px;
    height: clamp(1.25rem, 1.80556vw, 1.625rem); }

.s-faq__item-content {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  line-height: clamp(1.5rem, 1.94444vw, 1.75rem);
  max-width: 60.625rem;
  padding: 0.75rem 1.25rem 1.5rem 1rem; }

@media screen and (min-width: 1024px) {
  .s-faq__item-title {
    padding-left: 1.625rem;
    padding-right: 1rem; }
  .s-faq__item-content {
    padding-left: 1.625rem; } }

:where(.d-flex) {
  display: flex; }

:where(.d-block) {
  display: block; }

:where(.d-inline-flex) {
  display: inline-flex; }

:where(.d-inline-block) {
  display: inline-block; }

:where(.flex-row) {
  flex-direction: row; }

:where(.flex-v-center) {
  align-items: center; }

:where(.flex-col) {
  flex-direction: column; }

:where(.flex-wrap) {
  flex-wrap: wrap; }

:where(.flex-center) {
  justify-content: center; }

:where(.flex-between) {
  justify-content: space-between; }

:where(.d-none) {
  display: none; }

:where(.d-grid) {
  display: grid; }

.flex-1 {
  flex: 1; }

.text-up {
  text-transform: uppercase; }

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

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

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

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

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

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

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

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

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

.px-0 {
  padding-left: 0;
  padding-right: 0; }

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

.mb-24 {
  margin-bottom: 1.5rem; }

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

.mt-24 {
  margin-top: 1.5rem; }

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

.mt-36 {
  margin-top: 2.25rem; }

.mr-8 {
  margin-right: 0.5rem; }

.gap-30 {
  gap: 1.875rem; }

.gap-36 {
  gap: 2.25rem; }

.light-color {
  color: rgba(0, 30, 74, 0.66); }

@media screen and (max-width: 767.98px) {
  .flex-m-center {
    justify-content: center; }
  .mx-m-auto {
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row; } }

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none; }
  .d-md-flex {
    display: flex; }
  .d-md-block {
    display: block; }
  .d-md-inline {
    display: inline; }
  .d-md-inline-block {
    display: inline-block; }
  .flex-md-row {
    flex-direction: row; }
  .flex-md-col {
    flex-direction: column; }
  .flex-md-row-rev {
    flex-direction: row-reverse; }
  .flex-md-end {
    align-items: end; }
  .flex-md-v-start {
    align-items: start; }
  .flex-md-start {
    justify-content: start; }
  .text-md-right {
    text-align: right; } }

@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none; }
  .d-lg-flex {
    display: flex; }
  .d-lg-block {
    display: block; }
  .d-lg-inline-block {
    display: inline-block; }
  .flex-lg-row {
    flex-direction: row; }
  .flex-lg-row-rev {
    flex-direction: row-reverse; }
  .flex-lg-col {
    flex-direction: column; }
  .flex-lg-align-center {
    justify-content: center; }
  .flex-lg-v-start {
    align-items: flex-start; }
  .flex-lg-end {
    align-items: flex-end; }
  .text-lg-center {
    text-align: center; }
  .mr-lg-0 {
    margin-right: 0; } }

.footer {
  padding-top: 2.5rem;
  padding-bottom: clamp(1.5rem, 2.77778vw, 2.5rem);
  background-color: #fff; }
  .footer__links {
    gap: 1rem; }
  .footer__links-useful {
    margin-top: clamp(1rem, 3.75vw, 3.375rem); }
  .footer__text, .footer__copyright, .footer__links {
    margin-bottom: 0.75rem;
    text-align: center; }
  .footer__text {
    margin-bottom: clamp(0.75rem, 1.38889vw, 1.25rem); }
  .footer__logo {
    margin-bottom: clamp(0rem, 1.38889vw, 1.25rem); }
  .footer__copyright,
  .footer__links a {
    color: rgba(0, 30, 74, 0.3); }
  .footer__top {
    margin-bottom: clamp(1.25rem, 2.36111vw, 2.125rem); }
  .footer__bottom {
    font-size: 0.875rem; }
  .footer__social {
    gap: 2rem; }
  .footer__text {
    color: rgba(0, 30, 74, 0.66); }
  .footer__logo {
    width: 7.625rem;
    height: 2.125rem; }
  .footer__disc p {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-top: 0.5rem; }
  .footer .icon {
    fill: rgba(87, 106, 136, 0.3);
    transition: fill 0.2s cubic-bezier(0.6, 0, 0.4, 1); }
    .footer .icon:hover {
      fill: rgba(87, 106, 136, 0.85); }
  @media screen and (min-width: 768px) {
    .footer__logo {
      order: 1; }
    .footer__text {
      order: 2; }
    .footer__links {
      order: 3; }
    .footer__copyright {
      order: 4; }
    .footer__phone-link {
      order: 5; }
    .footer__social {
      gap: 2rem; } }
  @media screen and (min-width: 1024px) {
    .footer .btn {
      margin-left: 3.375rem; } }

.cookies {
  line-height: 1.2;
  position: fixed;
  left: 0.75rem;
  right: clamp(0.75rem, 2.77778vw, 2.5rem);
  bottom: 4.5rem;
  padding: clamp(1rem, 1.66667vw, 1.5rem);
  color: #fff;
  background-color: #1D61C8;
  border-radius: 0.75rem;
  z-index: 20;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.4, 1); }
  .cookies--hide {
    opacity: 0;
    visibility: hidden;
    right: -50vw !important; }
  .cookies__btn {
    text-decoration: underline;
    padding-right: 0;
    color: #fff; }
  @media screen and (min-width: 768px) {
    .cookies {
      width: 20.625rem;
      left: auto;
      bottom: 2.5rem; } }

.b-above-header {
  gap: clamp(0.625rem, 0.97222vw, 0.875rem); }
  .b-above-header__text {
    font-size: clamp(0.75rem, 1.11111vw, 1rem); }
  @media screen and (max-width: 767.98px) {
    .b-above-header {
      position: fixed;
      left: 0.75rem;
      right: 0.75rem;
      bottom: 0.75rem;
      padding: 0.75rem 1rem 0.75rem 0.875rem;
      color: #fff;
      border-radius: 0.75rem;
      background-color: rgba(0, 0, 0, 0.87);
      z-index: 20; }
      .b-above-header--hide {
        display: none; } }
  @media screen and (min-width: 768px) {
    .b-above-header {
      padding: 1rem 1.25rem;
      background-color: #EFF3F6; }
      .b-above-header__shield {
        font-size: 1rem;
        gap: 0.8125rem; }
      .b-above-header__text {
        color: rgba(0, 30, 74, 0.66); } }

.b-help {
  background-color: #fff;
  padding: clamp(1.5rem, 3.61111vw, 3.25rem) clamp(1.5rem, 4.44444vw, 4rem) clamp(1.5rem, 4.16667vw, 3.75rem);
  margin-top: 1.25rem;
  border-radius: 1.875rem; }
  .b-help__title {
    font-size: clamp(1.5rem, 3.33333vw, 3rem);
    padding-right: clamp(2rem, 3.33333vw, 3rem);
    color: #1D61C8; }
  .b-help__text {
    font-size: 1.5rem;
    line-height: 2.25rem;
    max-width: 28rem; }
  .b-help__call {
    font-size: clamp(0.875rem, 1.25vw, 1.125rem);
    margin: clamp(0.75rem, 1.11111vw, 1rem) 0 clamp(1.25rem, 2.22222vw, 2rem);
    color: rgba(0, 30, 74, 0.66); }
  .b-help__shield {
    font-size: clamp(0.75rem, 1.25vw, 1.125rem);
    gap: clamp(0.625rem, 0.83333vw, 0.75rem); }
  @media screen and (max-width: 767.98px) {
    .b-help__shield {
      margin-top: 1.375rem; } }
  @media screen and (min-width: 1024px) {
    .b-help__title {
      line-height: 3.375rem; } }

.front-page a[href="/"],
.front-page a[href$="index.php"],
.about-page a[href*="about"] {
  background-color: #EFF3F6; }

.page-not-front {
  background-color: #EFF3F6; }
  .page-not-front .header {
    margin-bottom: clamp(0.75rem, 4.02778vw, 3.625rem); }
  .page-not-front .b-help {
    margin-top: clamp(2.5rem, 4.16667vw, 3.75rem);
    margin-bottom: clamp(0px, 3.47222vw, 3.125rem); }

.about {
  background: linear-gradient(180deg, #FFFFFF 0%, #DFE8EE 100%); }
  .about__content {
    position: relative;
    padding-top: clamp(1.5rem, 3.19444vw, 2.875rem);
    padding-bottom: clamp(1.5rem, 5.83333vw, 5.25rem);
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221245%22%20height%3D%22860%22%20viewBox%3D%220%200%201245%20860%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter0_f_239_286)%22%3E%3Cellipse%20cx%3D%22615%22%20cy%3D%22704.5%22%20rx%3D%22160%22%20ry%3D%22160.5%22%20fill%3D%22%230065FF%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter1_f_239_286)%22%3E%3Cellipse%20cx%3D%22800.568%22%20cy%3D%22391.716%22%20rx%3D%22160%22%20ry%3D%22160.5%22%20transform%3D%22rotate(147.04%20800.568%20391.716)%22%20fill%3D%22%230065FF%22%2F%3E%3C%2Fg%3E%3Cg%20style%3D%22mix-blend-mode%3Aplus-lighter%22%20opacity%3D%220.5%22%20filter%3D%22url(%23filter2_f_239_286)%22%3E%3Ccircle%20cx%3D%22660.5%22%20cy%3D%22609.5%22%20r%3D%22160.5%22%20fill%3D%22%231D61C8%22%2F%3E%3C%2Fg%3E%3Cg%20style%3D%22mix-blend-mode%3Aplus-lighter%22%20opacity%3D%220.5%22%20filter%3D%22url(%23filter3_f_239_286)%22%3E%3Ccircle%20cx%3D%22814.076%22%20cy%3D%22496.18%22%20r%3D%22160.5%22%20transform%3D%22rotate(147.04%20814.076%20496.18)%22%20fill%3D%22%231D61C8%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter4_f_239_286)%22%3E%3Ccircle%20cx%3D%22652.5%22%20cy%3D%22638.5%22%20r%3D%22160.5%22%20fill%3D%22%23FFB6B6%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%220.5%22%20filter%3D%22url(%23filter5_f_239_286)%22%3E%3Ccircle%20cx%3D%22867.988%22%20cy%3D%22610.988%22%20r%3D%22160.5%22%20transform%3D%22rotate(147.04%20867.988%20610.988)%22%20fill%3D%22%23FFB6B6%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_239_286%22%20x%3D%22155%22%20y%3D%22244%22%20width%3D%22920%22%20height%3D%22921%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22150%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter1_f_239_286%22%20x%3D%22340.401%22%20y%3D%22-68.6554%22%20width%3D%22920.334%22%20height%3D%22920.743%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22150%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter2_f_239_286%22%20x%3D%220%22%20y%3D%22-51%22%20width%3D%221321%22%20height%3D%221321%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22250%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter3_f_239_286%22%20x%3D%22153.558%22%20y%3D%22-164.339%22%20width%3D%221321.04%22%20height%3D%221321.04%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22250%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter4_f_239_286%22%20x%3D%22292%22%20y%3D%22278%22%20width%3D%22721%22%20height%3D%22721%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22100%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3Cfilter%20id%3D%22filter5_f_239_286%22%20x%3D%22507.469%22%20y%3D%22250.469%22%20width%3D%22721.038%22%20height%3D%22721.038%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%22100%22%20result%3D%22effect1_foregroundBlur_239_286%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain; }
  .about__text {
    font-size: clamp(1.125rem, 1.66667vw, 1.5rem);
    line-height: clamp(1.75rem, 2.5vw, 2.25rem); }
  .about__docs {
    gap: clamp(1rem, 1.66667vw, 1.5rem); }
  .about__docs-text {
    font-size: 1rem;
    line-height: 1.5rem;
    max-width: 19.375rem;
    color: #1D61C8; }
  .about__card {
    max-width: 31.25rem;
    padding: clamp(0.875rem, 1.38889vw, 1.25rem) clamp(0.875rem, 1.38889vw, 1.25rem) clamp(1rem, 3.33333vw, 3rem);
    background-color: #fff;
    border-radius: 1.0625rem; }
  .about__card-info {
    font-size: 0.9375rem;
    margin-top: clamp(0.875rem, 2.77778vw, 2.5rem); }
  .about__card-info-name {
    font-size: clamp(1rem, 1.59722vw, 1.4375rem);
    line-height: 1.75rem;
    font-weight: 600; }
  .about__card-info-desc {
    font-size: clamp(0.875rem, 1.25vw, 1.125rem);
    margin-top: clamp(0.25rem, 0.55556vw, 0.5rem); }
  .about__card-social {
    gap: 0.5rem;
    margin-top: 1rem; }
  .about__card-social a {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f0f4f8;
    border-radius: 0.5rem; }
    .about__card-social a:hover {
      opacity: .7; }
  @media screen and (max-width: 1023.98px) {
    .about__card {
      margin-top: 0.25rem;
      margin-bottom: 1.25rem; } }

