@charset "UTF-8";
/* default for most elements */
/* links hover */
/* navigation desktop */
/* navigation mobile */
/* animations settings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* Lato Regular */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/landing/fonts/Lato-Latin-Regular.woff2") format("woff2"), url("/landing/fonts/Lato-Latin-Regular.woff") format("woff");
}
/* Lato Italic */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/landing/fonts/Lato-Latin-Italic.woff2") format("woff2"), url("/landing/fonts/Lato-Latin-Italic.woff") format("woff");
}
/* Lato Medium */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/landing/fonts/Lato-Latin-Medium.woff2") format("woff2"), url("/landing/fonts/Lato-Latin-Medium.woff") format("woff");
}
/* Lato SemiBold */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/landing/fonts/Lato-Latin-Semibold.woff2") format("woff2"), url("/landing/fonts/Lato-Latin-Semibold.woff") format("woff");
}
/* Lato Bold */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/landing/fonts/Lato-Latin-Bold.woff2") format("woff2"), url("/landing/fonts/Lato-Latin-Bold.woff") format("woff");
}
/* IBM Plex Mono */
@font-face {
  font-family: "IBM Plex Mono";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  src: url("/landing/fonts/IBMPlexMono-Regular.ttf") format("truetype");
}
/* Rubik */
@font-face {
  font-family: "Rubik";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  src: url("/landing/fonts/Rubik-Regular.ttf") format("truetype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[role=button] {
  cursor: pointer;
}

a,
button,
[role=button],
input,
label,
select,
textarea {
  touch-action: manipulation;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  overflow: visible;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

select {
  word-wrap: normal;
  text-transform: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

svg {
  visibility: visible;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

a:active,
a:focus {
  outline: none;
}

::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
}

input:invalid {
  box-shadow: none;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #6B7C93;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/***** sentiment analytics *****/
.svg-animated .svgi-sentiment_0 {
  stroke-dasharray: 160 162;
  stroke-dashoffset: 161;
  animation: svgi-sentiment_draw_0 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}
.svg-animated .svgi-sentiment_1 {
  stroke-dasharray: 57 59;
  stroke-dashoffset: 58;
  animation: svgi-sentiment_draw_1 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}
.svg-animated .svgi-sentiment_2 {
  stroke-dasharray: 57 59;
  stroke-dashoffset: 58;
  animation: svgi-sentiment_draw_2 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}
.svg-animated .svgi-sentiment_3 {
  stroke-dasharray: 326 328;
  stroke-dashoffset: 327;
  animation: svgi-sentiment_draw_3 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}
.svg-animated .svgi-sentiment_4 {
  stroke-dasharray: 41 43;
  stroke-dashoffset: 42;
  animation: svgi-sentiment_draw_4 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}
.svg-animated .svgi-sentiment_5 {
  stroke-dasharray: 41 43;
  stroke-dashoffset: 42;
  animation: svgi-sentiment_draw_5 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}
.svg-animated .svgi-sentiment_6 {
  stroke-dasharray: 85 87;
  stroke-dashoffset: 86;
  animation: svgi-sentiment_draw_6 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}
.svg-animated .svgi-sentiment_7 {
  stroke-dasharray: 48 50;
  stroke-dashoffset: 49;
  animation: svgi-sentiment_draw_7 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}
.svg-animated .svgi-sentiment_8 {
  stroke-dasharray: 50 52;
  stroke-dashoffset: 51;
  animation: svgi-sentiment_draw_8 6.2s infinite, svgi-sentiment_fade 6.2s linear infinite;
}

@keyframes svgi-sentiment_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_fade {
  0% {
    stroke-opacity: 1;
  }
  93.55% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes svgi-sentiment_draw_0 {
  4.84% {
    stroke-dashoffset: 161;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_draw_1 {
  4.84% {
    stroke-dashoffset: 58;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_draw_2 {
  4.84% {
    stroke-dashoffset: 58;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_draw_3 {
  4.84% {
    stroke-dashoffset: 327;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_draw_4 {
  4.84% {
    stroke-dashoffset: 42;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_draw_5 {
  4.84% {
    stroke-dashoffset: 42;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_draw_6 {
  4.84% {
    stroke-dashoffset: 86;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_draw_7 {
  4.84% {
    stroke-dashoffset: 49;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-sentiment_draw_8 {
  4.84% {
    stroke-dashoffset: 51;
  }
  12.9% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/***** tool *****/
.aos-animate .svg-animated .svgi_tool_line {
  stroke-dasharray: 390 392;
  stroke-dashoffset: 391;
  animation: svgi_tool_draw_1 9s ease-out infinite, svgi_tool_fade-stroke 9s linear infinite;
}
.aos-animate .svg-animated .svgi_tool_2 {
  stroke-dasharray: 41 43;
  stroke-dashoffset: 42;
  animation: svgi_tool_draw_2 9s ease-out infinite;
}
.aos-animate .svg-animated .svgi_tool_3 {
  stroke-dasharray: 41 43;
  stroke-dashoffset: 42;
  animation: svgi_tool_draw_3 9s ease-out infinite;
}
.aos-animate .svg-animated .svgi_tool_4 {
  stroke-dasharray: 41 43;
  stroke-dashoffset: 42;
  animation: svgi_tool_draw_4 9s ease-out infinite;
}
.aos-animate .svg-animated .svgi_tool_5 {
  stroke-dasharray: 41 43;
  stroke-dashoffset: 42;
  animation: svgi_tool_draw_5 9s ease-out infinite;
}
.aos-animate .svg-animated .svgi_tool_6 {
  stroke-dasharray: 41 43;
  stroke-dashoffset: 42;
  animation: svgi_tool_draw_6 9s ease-out infinite;
}

@keyframes svgi_tool_fade-stroke {
  0% {
    stroke-opacity: 1;
  }
  95.4% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes svgi_tool_draw_1 {
  4.73% {
    stroke-dashoffset: 391;
  }
  20.05% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi_tool_draw_2 {
  6% {
    stroke-dashoffset: 42;
  }
  21.33% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi_tool_draw_3 {
  7.28% {
    stroke-dashoffset: 42;
  }
  22.6% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi_tool_draw_4 {
  8.56% {
    stroke-dashoffset: 42;
  }
  23.88% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi_tool_draw_5 {
  9.83% {
    stroke-dashoffset: 42;
  }
  25.16% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi_tool_draw_6 {
  11.11% {
    stroke-dashoffset: 42;
  }
  26.44% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/***** platform *****/
.svg-animated .svgi-plt__circle {
  transform-origin: 50% 50%;
  animation: svgi-plt_bounce 1.7s infinite;
  will-change: transform;
}
.svg-animated .svgi-plt__shadow {
  transform-origin: 50% 50%;
  animation: svgi-plt_scale 1.7s infinite;
  will-change: transform;
}

@keyframes svgi-plt_bounce {
  50% {
    transform: translateY(19.5%);
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
  }
  100% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 1);
  }
}
@keyframes svgi-plt_scale {
  50% {
    transform: scale(0.6);
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 0.33);
  }
  100% {
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.66, 1);
  }
}
/***** publishers *****/
.svg-animated .svgi-publishers__group {
  transform-origin: 50% 50%;
  animation: svgi-publishers_move 1s linear infinite;
}

@keyframes svgi-publishers_move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-18.6%, 20%);
  }
}
/* filter settings */
.svg-animated .svgi-filter_1 {
  animation: filter-set-1 20s 1s both infinite;
}
.svg-animated .svgi-filter_2 {
  animation: filter-set-2 20s 1s both infinite;
}
.svg-animated .svgi-filter_3 {
  animation: filter-set-3 20s 2s both infinite;
}

@keyframes filter-set-1 {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  8% {
    transform: translateX(-55px);
  }
  20% {
    transform: translateX(-55px);
  }
  23% {
    transform: translateX(0);
  }
  67% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-43px);
  }
  80% {
    transform: translateX(-43px);
  }
  83% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes filter-set-2 {
  0% {
    transform: translateX(0);
  }
  3% {
    transform: translateX(0);
  }
  6% {
    transform: translateX(42px);
  }
  36% {
    transform: translateX(42px);
  }
  39% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(-13px);
  }
  60% {
    transform: translateX(-13px);
  }
  63% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes filter-set-3 {
  0% {
    transform: translateX(0);
  }
  3% {
    transform: translateX(0);
  }
  6% {
    transform: translateX(-35px);
  }
  36% {
    transform: translateX(-35px);
  }
  39% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
/***** world *****/
.svg-animated .svgi-world_0 {
  stroke-dasharray: 9 11;
  stroke-dashoffset: 10;
  animation: svgi-world_draw_0 6.7s ease-in-out infinite, svgi-world_fade 6.7s linear infinite;
}
.svg-animated .svgi-world_1 {
  stroke-dasharray: 25 27;
  stroke-dashoffset: 26;
  animation: svgi-world_draw_1 6.7s ease-in-out infinite, svgi-world_fade 6.7s linear infinite;
}
.svg-animated .svgi-world_2 {
  stroke-dasharray: 186 188;
  stroke-dashoffset: 187;
  animation: svgi-world_draw_2 6.7s ease-in-out infinite, svgi-world_fade 6.7s linear infinite;
}
.svg-animated .svgi-world_3 {
  stroke-dasharray: 113 115;
  stroke-dashoffset: 114;
  animation: svgi-world_draw_3 6.7s ease-in-out infinite, svgi-world_fade 6.7s linear infinite;
}
.svg-animated .svgi-world_4 {
  stroke-dasharray: 86 88;
  stroke-dashoffset: 87;
  animation: svgi-world_draw_4 6.7s ease-in-out infinite, svgi-world_fade 6.7s linear infinite;
}
.svg-animated .svgi-world_5 {
  stroke-dasharray: 35 37;
  stroke-dashoffset: 36;
  animation: svgi-world_draw_5 6.7s ease-in-out infinite, svgi-world_fade 6.7s linear infinite;
}

@keyframes svgi-world_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-world_fade {
  0% {
    stroke-opacity: 1;
  }
  94.02985074626866% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes svgi-world_draw_0 {
  1.4925373134328357% {
    stroke-dashoffset: 10;
  }
  13.432835820895523% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-world_draw_1 {
  2.6865671641791042% {
    stroke-dashoffset: 26;
  }
  14.626865671641792% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-world_draw_2 {
  3.88% {
    stroke-dashoffset: 187;
  }
  15.82% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-world_draw_3 {
  5.07% {
    stroke-dashoffset: 114;
  }
  17.015% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-world_draw_4 {
  6.27% {
    stroke-dashoffset: 87;
  }
  18.21% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-world_draw_5 {
  7.46% {
    stroke-dashoffset: 36;
  }
  19.4% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/**** archive ****/
.svg-animated .svgi-archive_1,
.svg-animated .svgi-archive_2,
.svg-animated .svgi-archive_3 {
  transform-origin: 100% 50%;
  animation: svgi-archive_x 8s infinite;
}
.svg-animated .svgi-archive_2 {
  animation-delay: 0.15s;
}
.svg-animated .svgi-archive_3 {
  animation-delay: 0.3s;
}

@keyframes svgi-archive_x {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-44%);
  }
  88% {
    transform: translateX(-44%);
  }
  100% {
    transform: translateX(0);
  }
}
/**** pay ****/
.svg-animated .svgi-pay_money {
  transform-origin: 80% 50%;
  animation: svgi-pay_upDown 3s both infinite;
}

@keyframes svgi-pay_upDown {
  0% {
    transform: translateY(0px);
  }
  35% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5%);
  }
  60% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
/**** content ****/
.svg-animated .svgi-content_field {
  animation: svgi-content_fade_1 5s infinite;
}
.svg-animated .svgi-content_icon {
  animation: svgi-content_fade_2 5s both infinite;
}

@keyframes svgi-content_fade_1 {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes svgi-content_fade_2 {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  44% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/**** deep analysis ****/
.svg-animated .svgi-da_0 {
  stroke-dasharray: 168 170;
  stroke-dashoffset: 169;
  animation: svgi-da_draw_0 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_1 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_1 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_2 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_2 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_3 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_3 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_4 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_4 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_5 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_5 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_6 {
  stroke-dasharray: 168 170;
  stroke-dashoffset: 169;
  animation: svgi-da_draw_6 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_7 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_7 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_8 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_8 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_9 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_9 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_10 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_10 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}
.svg-animated .svgi-da_11 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-da_draw_11 5.6s infinite, svgi-da_fade 5.6s linear infinite;
}

@keyframes svgi-da_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_fade {
  0% {
    stroke-opacity: 1;
  }
  96.43% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes svgi-da_draw_0 {
  7.14% {
    stroke-dashoffset: 169;
  }
  30.95% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_1 {
  8.22% {
    stroke-dashoffset: 64;
  }
  32.03% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_2 {
  9.31% {
    stroke-dashoffset: 64;
  }
  33.12% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_3 {
  10.39% {
    stroke-dashoffset: 64;
  }
  34.2% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_4 {
  11.47% {
    stroke-dashoffset: 64;
  }
  35.28% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_5 {
  12.55% {
    stroke-dashoffset: 64;
  }
  36.36% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_6 {
  13.63% {
    stroke-dashoffset: 169;
  }
  37.45% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_7 {
  14.72% {
    stroke-dashoffset: 64;
  }
  38.53% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_8 {
  15.8% {
    stroke-dashoffset: 64;
  }
  39.61% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_9 {
  16.88% {
    stroke-dashoffset: 64;
  }
  40.69% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_10 {
  17.97% {
    stroke-dashoffset: 64;
  }
  41.77% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-da_draw_11 {
  19.05% {
    stroke-dashoffset: 64;
  }
  42.86% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/**** metrics exposure ****/
.svg-animated .svgi-metrics-exp_0 {
  stroke-dasharray: 79 81;
  stroke-dashoffset: 80;
  animation: svgi-metrics-exp_draw_0 6.7s ease-in-out infinite, svgi-metrics-exp_fade 6.7s linear infinite;
}
.svg-animated .svgi-metrics-exp_1 {
  stroke-dasharray: 33 35;
  stroke-dashoffset: 34;
  animation: svgi-metrics-exp_draw_1 6.7s ease-in-out infinite, svgi-metrics-exp_fade 6.7s linear infinite;
}
.svg-animated .svgi-metrics-exp_2 {
  stroke-dasharray: 151 153;
  stroke-dashoffset: 152;
  animation: svgi-metrics-exp_draw_2 6.7s ease-in-out infinite, svgi-metrics-exp_fade 6.7s linear infinite;
}
.svg-animated .svgi-metrics-exp_3 {
  stroke-dasharray: 13 15;
  stroke-dashoffset: 14;
  animation: svgi-metrics-exp_draw_3 6.7s ease-in-out infinite, svgi-metrics-exp_fade 6.7s linear infinite;
}
.svg-animated .svgi-metrics-exp_4 {
  stroke-dasharray: 13 15;
  stroke-dashoffset: 14;
  animation: svgi-metrics-exp_draw_4 6.7s ease-in-out infinite, svgi-metrics-exp_fade 6.7s linear infinite;
}

@keyframes svgi-metrics-exp_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metrics-exp_fade {
  0% {
    stroke-opacity: 1;
  }
  94.03% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes svgi-metrics-exp_draw_0 {
  7.46% {
    stroke-dashoffset: 80;
  }
  10.71% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metrics-exp_draw_1 {
  10.71% {
    stroke-dashoffset: 34;
  }
  12.09% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metrics-exp_draw_2 {
  12.09% {
    stroke-dashoffset: 152;
  }
  18.26% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metrics-exp_draw_3 {
  18.26% {
    stroke-dashoffset: 14;
  }
  18.83% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metrics-exp_draw_4 {
  18.83% {
    stroke-dashoffset: 14;
  }
  19.4% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/**** metadata ****/
.svg-animated .svgi-metadata_0 {
  stroke-dasharray: 105 107;
  stroke-dashoffset: 106;
  animation: svgi-metadata_draw_0 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_1 {
  stroke-dasharray: 30 32;
  stroke-dashoffset: 31;
  animation: svgi-metadata_draw_1 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_2 {
  stroke-dasharray: 36 38;
  stroke-dashoffset: 37;
  animation: svgi-metadata_draw_2 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_3 {
  stroke-dasharray: 36 38;
  stroke-dashoffset: 37;
  animation: svgi-metadata_draw_3 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_4 {
  stroke-dasharray: 26 28;
  stroke-dashoffset: 27;
  animation: svgi-metadata_draw_4 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_5 {
  stroke-dasharray: 26 28;
  stroke-dashoffset: 27;
  animation: svgi-metadata_draw_5 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_6 {
  stroke-dasharray: 25 27;
  stroke-dashoffset: 26;
  animation: svgi-metadata_draw_6 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_7 {
  stroke-dasharray: 29 31;
  stroke-dashoffset: 30;
  animation: svgi-metadata_draw_7 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_8 {
  stroke-dasharray: 64 66;
  stroke-dashoffset: 65;
  animation: svgi-metadata_draw_8 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_9 {
  stroke-dasharray: 57 59;
  stroke-dashoffset: 58;
  animation: svgi-metadata_draw_9 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_10 {
  stroke-dasharray: 75 77;
  stroke-dashoffset: 76;
  animation: svgi-metadata_draw_10 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_11 {
  stroke-dasharray: 63 65;
  stroke-dashoffset: 64;
  animation: svgi-metadata_draw_11 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}
.svg-animated .svgi-metadata_12 {
  stroke-dasharray: 317 319;
  stroke-dashoffset: 318;
  animation: svgi-metadata_draw_12 7.2s ease-in-out infinite, svgi-metadata_fade 7.2s linear infinite;
}

@keyframes svgi-metadata_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes svgi-metadata_draw_0 {
  0% {
    stroke-dashoffset: 106;
  }
  7.41% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_1 {
  0.31% {
    stroke-dashoffset: 31;
  }
  7.716049382716047% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_2 {
  0.62% {
    stroke-dashoffset: 37;
  }
  8.02% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_3 {
  0.93% {
    stroke-dashoffset: 37;
  }
  8.33% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_4 {
  1.23% {
    stroke-dashoffset: 27;
  }
  8.64% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_5 {
  1.54% {
    stroke-dashoffset: 27;
  }
  8.95% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_6 {
  1.85% {
    stroke-dashoffset: 26;
  }
  9.26% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_7 {
  2.16% {
    stroke-dashoffset: 30;
  }
  9.57% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_8 {
  2.47% {
    stroke-dashoffset: 65;
  }
  9.88% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_9 {
  2.78% {
    stroke-dashoffset: 58;
  }
  10.18% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_10 {
  3.09% {
    stroke-dashoffset: 76;
  }
  10.49% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_11 {
  3.39% {
    stroke-dashoffset: 64;
  }
  10.8% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgi-metadata_draw_12 {
  3.7% {
    stroke-dashoffset: 318;
  }
  11.11% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/***** solutions *****/
.svg-animated .svgi-solutions_gear {
  transform: rotate(30deg);
  transform-origin: 50% 50%;
  animation: svgi-solutions_rotate 2s ease-out 0.3s infinite;
}

@keyframes svgi-solutions_rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0);
  }
}
/***** Global content green *****/
.svg-animated .svgi-gc_group_green path {
  transform-origin: 50% 50%;
}
.svg-animated .svgi-gc_group_green .svgi-gc_1 {
  fill: #b6fde7;
  transform: translateX(-50px);
  animation: gc_green_move_1 4s forwards infinite;
}
.svg-animated .svgi-gc_group_green .svgi-gc_2 {
  fill: #b6fde7;
  transform: translateX(-25px);
  animation: gc_green_move_2 4s cubic-bezier(0.65, 0.08, 0.33, 0.97) forwards infinite;
}
.svg-animated .svgi-gc_group_green .svgi-gc_3 {
  fill: #6bf3c8;
  transform: translateX(0px);
  animation: gc_green_move_3 4s forwards infinite;
}
.svg-animated .svgi-gc_group_green .svgi-gc_4 {
  fill: #269f86;
  transform: translateX(23px);
  animation: gc_green_move_4 4s cubic-bezier(0.65, 0.08, 0.33, 0.97) forwards infinite;
}

@keyframes gc_green_move_1 {
  0% {
    transform: translateX(-50px);
  }
  87% {
    transform: translateX(-50px);
  }
  97% {
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes gc_green_move_2 {
  0% {
    fill: #b6fde7;
    transform: translateX(-25px);
  }
  87% {
    fill: #b6fde7;
    transform: translateX(-25px);
  }
  97% {
    fill: #6bf3c8;
    transform: translateX(0px);
  }
  100% {
    fill: #6bf3c8;
    transform: translateX(0px);
  }
}
@keyframes gc_green_move_3 {
  0% {
    fill: #6bf3c8;
    transform: translateX(0px);
  }
  82% {
    fill: #6bf3c8;
    transform: translateX(0px);
  }
  87% {
    fill: #6bf3c8;
    transform: translateX(-5px);
  }
  100% {
    fill: #269f86;
    transform: translateX(23px);
  }
}
@keyframes gc_green_move_4 {
  0% {
    transform: translateX(23px);
  }
  87% {
    opacity: 1;
    transform: translateX(23px);
  }
  100% {
    opacity: 0.2;
    transform: translateX(60px) scale(0.8);
  }
}
/***** Global content blue *****/
.svg-animated .svgi-gc_group_blue path {
  transform-origin: 50% 50%;
}
.svg-animated .svgi-gc_group_blue .svgi-gc_1 {
  fill: rgba(136, 158, 254, 0.3);
  transform: translateX(-50px);
  animation: gc_blue_move_1 4s forwards infinite;
}
.svg-animated .svgi-gc_group_blue .svgi-gc_2 {
  fill: rgba(136, 158, 254, 0.3);
  transform: translateX(-25px);
  animation: gc_blue_move_2 4s cubic-bezier(0.65, 0.08, 0.33, 0.97) forwards infinite;
}
.svg-animated .svgi-gc_group_blue .svgi-gc_3 {
  fill: #8ca6ff;
  transform: translateX(0px);
  animation: gc_blue_move_3 4s forwards infinite;
}
.svg-animated .svgi-gc_group_blue .svgi-gc_4 {
  fill: #667eff;
  transform: translateX(23px);
  animation: gc_blue_move_4 4s cubic-bezier(0.65, 0.08, 0.33, 0.97) forwards infinite;
}

@keyframes gc_blue_move_1 {
  0% {
    transform: translateX(-50px);
  }
  87% {
    transform: translateX(-50px);
  }
  97% {
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes gc_blue_move_2 {
  0% {
    fill: rgba(136, 158, 254, 0.3);
    transform: translateX(-25px);
  }
  87% {
    fill: rgba(136, 158, 254, 0.3);
    transform: translateX(-25px);
  }
  97% {
    fill: #8ca6ff;
    transform: translateX(0px);
  }
  100% {
    fill: #8ca6ff;
    transform: translateX(0px);
  }
}
@keyframes gc_blue_move_3 {
  0% {
    fill: #8ca6ff;
    transform: translateX(0px);
  }
  82% {
    fill: #8ca6ff;
    transform: translateX(0px);
  }
  87% {
    fill: #8ca6ff;
    transform: translateX(-5px);
  }
  100% {
    fill: #667eff;
    transform: translateX(23px);
  }
}
@keyframes gc_blue_move_4 {
  0% {
    transform: translateX(23px);
  }
  87% {
    opacity: 1;
    transform: translateX(23px);
  }
  100% {
    opacity: 0.2;
    transform: translateX(60px) scale(0.8);
  }
}
/***** data *****/
.svg-animated .svgi-data_2 {
  transform-origin: 50% 90%;
  animation: svgi-data_op 5s infinite, svgi-data_scale_2 5s infinite;
}
.svg-animated .svgi-data_3 {
  transform-origin: 50% 90%;
  animation: svgi-data_op 5s infinite, svgi-data_scale_3 5s infinite;
}
.svg-animated .svgi-data_4 {
  transform-origin: 50% 88%;
  animation: svgi-data_scale_4 5s ease-out infinite;
}

@keyframes svgi-data_op {
  0% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes svgi-data_scale_2 {
  0% {
    transform: scale(1);
  }
  84% {
    transform: scale(1);
  }
  92% {
    transform: scale(0.3);
  }
  94% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes svgi-data_scale_3 {
  0% {
    transform: scale(1);
  }
  84% {
    transform: scale(1);
  }
  92% {
    transform: scale(0.7);
  }
  94% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes svgi-data_scale_4 {
  0% {
    transform: scale(1);
  }
  87% {
    transform: scale(1);
  }
  92% {
    transform: scale(0.7);
  }
  94% {
    transform: scale(0.7);
  }
  98% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.8125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #f2f4f7;
  background-clip: padding-box;
  border: 1px solid #f2f4f7;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #6B7C93;
  background-color: #fff;
  border-color: rgb(82.5210084034%, 85.2100840336%, 89.243697479%);
  outline: 0;
  box-shadow: 0 0 0 0;
}
.form-control::-moz-placeholder {
  color: rgba(107, 124, 147, 0.4);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(107, 124, 147, 0.4);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #f2f4f7;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #6B7C93;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5625rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #32dca0;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(50, 220, 160, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #32dca0;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2332dca0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #32dca0;
  box-shadow: 0 0 0 0 rgba(50, 220, 160, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3.25rem !important;
  background-position: right 1.625rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #32dca0;
  padding-right: calc(0.75em + 2.5625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8125rem center/8px 10px no-repeat, #f2f4f7 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2332dca0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.8125rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #32dca0;
  box-shadow: 0 0 0 0 rgba(50, 220, 160, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #32dca0;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #32dca0;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #32dca0;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(36.6911764706%, 89.1911764706%, 70.6617647059%);
  background-color: rgb(36.6911764706%, 89.1911764706%, 70.6617647059%);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(50, 220, 160, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #32dca0;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #32dca0;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #32dca0;
  box-shadow: 0 0 0 0 rgba(50, 220, 160, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f00;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f00;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f00' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f00;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3.25rem !important;
  background-position: right 1.625rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f00;
  padding-right: calc(0.75em + 2.5625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8125rem center/8px 10px no-repeat, #f2f4f7 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f00' stroke='none'/%3e%3c/svg%3e") center right 1.8125rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f00;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f00;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f00;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f00;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f00;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f00;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5761FF;
  background-color: #5761FF;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(82.5210084034%, 85.2100840336%, 89.243697479%);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #f2f4f7;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5761FF;
  background-color: #5761FF;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(87, 97, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(87, 97, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(87, 97, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #f2f4f7;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(87, 97, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.8125rem 0.5rem 0.8125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #f2f4f7 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8125rem center/8px 10px no-repeat;
  border: 1px solid #f2f4f7;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(82.5210084034%, 85.2100840336%, 89.243697479%);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(87, 97, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #f2f4f7;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.8125rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(82.5210084034%, 85.2100840336%, 89.243697479%);
  box-shadow: 0 0 0 0;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.8125rem;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #f2f4f7;
  border: 1px solid #f2f4f7;
  border-radius: 16px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.8125rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 16px 16px 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5761FF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5761FF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #5761FF;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #5761FF;
  --indigo: #6610f2;
  --purple: #8939B6;
  --pink: #fa5096;
  --red: #f00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #32dca0;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #5761FF;
  --secondary: #6c757d;
  --success: #32dca0;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f00;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6B7C93;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #5761FF;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(4.1176470588%, 9.824929972%, 100%);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.32rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #fa5096;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #6B7C93;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f1f1f1;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f1f1f1;
}
.table tbody + tbody {
  border-top: 2px solid #f1f1f1;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #f1f1f1;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #f1f1f1;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #6B7C93;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(81.5529411765%, 82.6509803922%, 100%);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(65.7411764706%, 67.7803921569%, 100%);
}

.table-hover .table-primary:hover {
  background-color: rgb(71.5529411765%, 73.2462184874%, 100%);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(71.5529411765%, 73.2462184874%, 100%);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(83.8588235294%, 84.8470588235%, 85.7254901961%);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(70.0235294118%, 71.8588235294%, 73.4901960784%);
}

.table-hover .table-secondary:hover {
  background-color: rgb(78.5519643236%, 79.865109365%, 81.0323494019%);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(78.5519643236%, 79.865109365%, 81.0323494019%);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(77.4901960784%, 96.1568627451%, 89.568627451%);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(58.1960784314%, 92.862745098%, 80.6274509804%);
}

.table-hover .table-success:hover {
  background-color: rgb(68.9485294118%, 94.6985294118%, 85.6102941176%);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(68.9485294118%, 94.6985294118%, 85.6102941176%);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(74.5254901961%, 89.7882352941%, 92.2039215686%);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(52.6901960784%, 81.0352941176%, 85.5215686275%);
}

.table-hover .table-info:hover {
  background-color: rgb(66.8687245195%, 86.7189283634%, 89.8606872452%);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(66.8687245195%, 86.7189283634%, 89.8606872452%);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(100%, 93.1921568627%, 72.768627451%);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(100%, 87.3568627451%, 49.4274509804%);
}

.table-hover .table-warning:hover {
  background-color: rgb(100%, 90.6921568627%, 62.768627451%);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(100%, 90.6921568627%, 62.768627451%);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(100%, 72%, 72%);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(100%, 48%, 48%);
}

.table-hover .table-danger:hover {
  background-color: rgb(100%, 62%, 62%);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(100%, 62%, 62%);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(99.231372549%, 99.3411764706%, 99.4509803922%);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(98.5725490196%, 98.7764705882%, 98.9803921569%);
}

.table-hover .table-light:hover {
  background-color: rgb(93.3980392157%, 94.3411764706%, 95.2843137255%);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(93.3980392157%, 94.3411764706%, 95.2843137255%);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(77.7098039216%, 78.368627451%, 79.0274509804%);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(58.6039215686%, 59.8274509804%, 61.0509803922%);
}

.table-hover .table-dark:hover {
  background-color: rgb(72.5575196576%, 73.368627451%, 74.1797352444%);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(72.5575196576%, 73.368627451%, 74.1797352444%);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(27.1162947938%, 30.2450980392%, 33.3739012847%);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #f1f1f1;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(27.1162947938%, 30.2450980392%, 33.3739012847%);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.8125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #f2f4f7;
  background-clip: padding-box;
  border: 1px solid #f2f4f7;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #6B7C93;
  background-color: #fff;
  border-color: rgb(82.5210084034%, 85.2100840336%, 89.243697479%);
  outline: 0;
  box-shadow: 0 0 0 0;
}
.form-control::-moz-placeholder {
  color: rgba(107, 124, 147, 0.4);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(107, 124, 147, 0.4);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #f2f4f7;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #6B7C93;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0.5625rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #32dca0;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(50, 220, 160, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #32dca0;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2332dca0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #32dca0;
  box-shadow: 0 0 0 0 rgba(50, 220, 160, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3.25rem !important;
  background-position: right 1.625rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #32dca0;
  padding-right: calc(0.75em + 2.5625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8125rem center/8px 10px no-repeat, #f2f4f7 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2332dca0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.8125rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #32dca0;
  box-shadow: 0 0 0 0 rgba(50, 220, 160, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #32dca0;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #32dca0;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #32dca0;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(36.6911764706%, 89.1911764706%, 70.6617647059%);
  background-color: rgb(36.6911764706%, 89.1911764706%, 70.6617647059%);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(50, 220, 160, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #32dca0;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #32dca0;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #32dca0;
  box-shadow: 0 0 0 0 rgba(50, 220, 160, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f00;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f00;
  padding-right: calc(1.5em + 1rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f00' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f00;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3.25rem !important;
  background-position: right 1.625rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f00;
  padding-right: calc(0.75em + 2.5625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8125rem center/8px 10px no-repeat, #f2f4f7 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f00' stroke='none'/%3e%3c/svg%3e") center right 1.8125rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f00;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f00;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f00;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f00;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f00;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f00;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #6B7C93;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #6B7C93;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(87, 97, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #5761FF;
  border-color: #5761FF;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(19.1176470588%, 23.9320728291%, 100%);
  border-color: rgb(14.1176470588%, 19.2296918768%, 100%);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(19.1176470588%, 23.9320728291%, 100%);
  border-color: rgb(14.1176470588%, 19.2296918768%, 100%);
  box-shadow: 0 0 0 0.2rem rgba(44%, 47.3333333333%, 100%, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5761FF;
  border-color: #5761FF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(14.1176470588%, 19.2296918768%, 100%);
  border-color: rgb(9.1176470588%, 14.5273109244%, 100%);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44%, 47.3333333333%, 100%, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(35.4001514769%, 38.3501641%, 40.9723975427%);
  border-color: rgb(33.0825549104%, 35.8394344862%, 38.2899941092%);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(35.4001514769%, 38.3501641%, 40.9723975427%);
  border-color: rgb(33.0825549104%, 35.8394344862%, 38.2899941092%);
  box-shadow: 0 0 0 0.2rem rgba(51%, 54%, 56.6666666667%, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.0825549104%, 35.8394344862%, 38.2899941092%);
  border-color: rgb(30.7649583439%, 33.3287048725%, 35.6075906758%);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51%, 54%, 56.6666666667%, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #32dca0;
  border-color: #32dca0;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(13.2536764706%, 77.6286764706%, 54.9080882353%);
  border-color: rgb(12.5245098039%, 73.3578431373%, 51.887254902%);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(13.2536764706%, 77.6286764706%, 54.9080882353%);
  border-color: rgb(12.5245098039%, 73.3578431373%, 51.887254902%);
  box-shadow: 0 0 0 0.2rem rgba(18.6078431373%, 75.5098039216%, 55.7450980392%, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #32dca0;
  border-color: #32dca0;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(12.5245098039%, 73.3578431373%, 51.887254902%);
  border-color: rgb(11.7953431373%, 69.0870098039%, 48.8664215686%);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18.6078431373%, 75.5098039216%, 55.7450980392%, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(7.3529411765%, 51.7902813299%, 58.8235294118%);
  border-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(7.3529411765%, 51.7902813299%, 58.8235294118%);
  border-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
  box-shadow: 0 0 0 0.2rem rgba(22.6666666667%, 69%, 76.3333333333%, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
  border-color: rgb(6.2418300654%, 43.9641943734%, 49.9346405229%);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(22.6666666667%, 69%, 76.3333333333%, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(87.7450980392%, 65.8088235294%, 0%);
  border-color: rgb(82.7450980392%, 62.0588235294%, 0%);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(87.7450980392%, 65.8088235294%, 0%);
  border-color: rgb(82.7450980392%, 62.0588235294%, 0%);
  box-shadow: 0 0 0 0.2rem rgba(86.9411764706%, 66.5098039216%, 4.7450980392%, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(82.7450980392%, 62.0588235294%, 0%);
  border-color: rgb(77.7450980392%, 58.3088235294%, 0%);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86.9411764706%, 66.5098039216%, 4.7450980392%, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(85%, 0%, 0%);
  border-color: #cc0000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(85%, 0%, 0%);
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(100%, 15%, 15%, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: rgb(75%, 0%, 0%);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100%, 15%, 15%, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(88.5049019608%, 90.1470588235%, 91.7892156863%);
  border-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(88.5049019608%, 90.1470588235%, 91.7892156863%);
  border-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%);
  box-shadow: 0 0 0 0.2rem rgba(84.6078431373%, 85.1764705882%, 85.7450980392%, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%);
  border-color: rgb(82.6715686275%, 85.1470588235%, 87.6225490196%);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84.6078431373%, 85.1764705882%, 85.7450980392%, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(13.6680189317%, 15.2450980392%, 16.8221771467%);
  border-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(13.6680189317%, 15.2450980392%, 16.8221771467%);
  border-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
  box-shadow: 0 0 0 0.2rem rgba(32.3333333333%, 34.3333333333%, 36.3333333333%, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
  border-color: rgb(9.185260311%, 10.2450980392%, 11.3049357674%);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32.3333333333%, 34.3333333333%, 36.3333333333%, 0.5);
}

.btn-outline-primary {
  color: #5761FF;
  border-color: #5761FF;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #5761FF;
  border-color: #5761FF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 97, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #5761FF;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #5761FF;
  border-color: #5761FF;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 97, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #32dca0;
  border-color: #32dca0;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #32dca0;
  border-color: #32dca0;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 220, 160, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #32dca0;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #32dca0;
  border-color: #32dca0;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 220, 160, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #f00;
  border-color: #f00;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f00;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #5761FF;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(4.1176470588%, 9.824929972%, 100%);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #6B7C93;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(8.4817170111%, 9.5098039216%, 10.537890832%);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5761FF;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.8125rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #f2f4f7;
  border-radius: 16px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.8125rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5761FF;
  background-color: #5761FF;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(82.5210084034%, 85.2100840336%, 89.243697479%);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #f2f4f7;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5761FF;
  background-color: #5761FF;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(87, 97, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(87, 97, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(87, 97, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #f2f4f7;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(87, 97, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.8125rem 0.5rem 0.8125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #f2f4f7 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.8125rem center/8px 10px no-repeat;
  border: 1px solid #f2f4f7;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(82.5210084034%, 85.2100840336%, 89.243697479%);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(87, 97, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #f2f4f7;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.8125rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(82.5210084034%, 85.2100840336%, 89.243697479%);
  box-shadow: 0 0 0 0;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.8125rem;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #f2f4f7;
  border: 1px solid #f2f4f7;
  border-radius: 16px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.8125rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 16px 16px 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5761FF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5761FF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #5761FF;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5761FF;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5761FF;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(4.1176470588%, 9.824929972%, 100%);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(87, 97, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5761FF;
  border-color: #5761FF;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #5761FF;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(14.1176470588%, 19.2296918768%, 100%);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(87, 97, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(33.0825549104%, 35.8394344862%, 38.2899941092%);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #32dca0;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: rgb(12.5245098039%, 73.3578431373%, 51.887254902%);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 220, 160, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(82.7450980392%, 62.0588235294%, 0%);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f00;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(17.7411764706%, 19.7803921569%, 52%);
  background-color: rgb(86.8235294118%, 87.6078431373%, 100%);
  border-color: rgb(81.5529411765%, 82.6509803922%, 100%);
}
.alert-primary hr {
  border-top-color: rgb(71.5529411765%, 73.2462184874%, 100%);
}
.alert-primary .alert-link {
  color: rgb(12.6534571723%, 14.107877537%, 37.0877192982%);
}

.alert-secondary {
  color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
  background-color: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
  border-color: rgb(83.8588235294%, 84.8470588235%, 85.7254901961%);
}
.alert-secondary hr {
  border-top-color: rgb(78.5519643236%, 79.865109365%, 81.0323494019%);
}
.alert-secondary .alert-link {
  color: rgb(12.7531431457%, 13.8159050745%, 14.7605823445%);
}

.alert-success {
  color: rgb(10.1960784314%, 44.862745098%, 32.6274509804%);
  background-color: #d6f8ec;
  border-color: rgb(77.4901960784%, 96.1568627451%, 89.568627451%);
}
.alert-success hr {
  border-top-color: rgb(68.9485294118%, 94.6985294118%, 85.6102941176%);
}
.alert-success .alert-link {
  color: rgb(6.4923747277%, 28.5664488017%, 20.7755991285%);
}

.alert-info {
  color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
  background-color: rgb(81.8039215686%, 92.7058823529%, 94.431372549%);
  border-color: rgb(74.5254901961%, 89.7882352941%, 92.2039215686%);
}
.alert-info hr {
  border-top-color: rgb(66.8687245195%, 86.7189283634%, 89.8606872452%);
}
.alert-info .alert-link {
  color: rgb(2.4679738562%, 17.3831202046%, 19.7437908497%);
}

.alert-warning {
  color: rgb(52%, 39.3568627451%, 1.4274509804%);
  background-color: rgb(100%, 95.137254902%, 80.5490196078%);
  border-color: rgb(100%, 93.1921568627%, 72.768627451%);
}
.alert-warning hr {
  border-top-color: rgb(100%, 90.6921568627%, 62.768627451%);
}
.alert-warning .alert-link {
  color: rgb(32.534351145%, 24.6240383176%, 0.8930998354%);
}

.alert-danger {
  color: rgb(52%, 0%, 0%);
  background-color: #ffcccc;
  border-color: rgb(100%, 72%, 72%);
}
.alert-danger hr {
  border-top-color: rgb(100%, 62%, 62%);
}
.alert-danger .alert-link {
  color: rgb(32%, 0%, 0%);
}

.alert-light {
  color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
  background-color: rgb(99.4509803922%, 99.5294117647%, 99.6078431373%);
  border-color: rgb(99.231372549%, 99.3411764706%, 99.4509803922%);
}
.alert-light hr {
  border-top-color: rgb(93.3980392157%, 94.3411764706%, 95.2843137255%);
}
.alert-light .alert-link {
  color: rgb(40.6075432085%, 40.7764705882%, 40.945397968%);
}

.alert-dark {
  color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
  background-color: rgb(84.0784313725%, 84.5490196078%, 85.0196078431%);
  border-color: rgb(77.7098039216%, 78.368627451%, 79.0274509804%);
}
.alert-dark hr {
  border-top-color: rgb(72.5575196576%, 73.368627451%, 74.1797352444%);
}
.alert-dark .alert-link {
  color: rgb(1.6384043272%, 1.8274509804%, 2.0164976335%);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5761FF;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #6B7C93;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5761FF;
  border-color: #5761FF;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(17.7411764706%, 19.7803921569%, 52%);
  background-color: rgb(81.5529411765%, 82.6509803922%, 100%);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(17.7411764706%, 19.7803921569%, 52%);
  background-color: rgb(71.5529411765%, 73.2462184874%, 100%);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(17.7411764706%, 19.7803921569%, 52%);
  border-color: rgb(17.7411764706%, 19.7803921569%, 52%);
}

.list-group-item-secondary {
  color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
  background-color: rgb(83.8588235294%, 84.8470588235%, 85.7254901961%);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
  background-color: rgb(78.5519643236%, 79.865109365%, 81.0323494019%);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
  border-color: rgb(22.0235294118%, 23.8588235294%, 25.4901960784%);
}

.list-group-item-success {
  color: rgb(10.1960784314%, 44.862745098%, 32.6274509804%);
  background-color: rgb(77.4901960784%, 96.1568627451%, 89.568627451%);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(10.1960784314%, 44.862745098%, 32.6274509804%);
  background-color: rgb(68.9485294118%, 94.6985294118%, 85.6102941176%);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.1960784314%, 44.862745098%, 32.6274509804%);
  border-color: rgb(10.1960784314%, 44.862745098%, 32.6274509804%);
}

.list-group-item-info {
  color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
  background-color: rgb(74.5254901961%, 89.7882352941%, 92.2039215686%);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
  background-color: rgb(66.8687245195%, 86.7189283634%, 89.8606872452%);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
  border-color: rgb(4.6901960784%, 33.0352941176%, 37.5215686275%);
}

.list-group-item-warning {
  color: rgb(52%, 39.3568627451%, 1.4274509804%);
  background-color: rgb(100%, 93.1921568627%, 72.768627451%);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(52%, 39.3568627451%, 1.4274509804%);
  background-color: rgb(100%, 90.6921568627%, 62.768627451%);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52%, 39.3568627451%, 1.4274509804%);
  border-color: rgb(52%, 39.3568627451%, 1.4274509804%);
}

.list-group-item-danger {
  color: rgb(52%, 0%, 0%);
  background-color: rgb(100%, 72%, 72%);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(52%, 0%, 0%);
  background-color: rgb(100%, 62%, 62%);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52%, 0%, 0%);
  border-color: rgb(52%, 0%, 0%);
}

.list-group-item-light {
  color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
  background-color: rgb(99.231372549%, 99.3411764706%, 99.4509803922%);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
  background-color: rgb(93.3980392157%, 94.3411764706%, 95.2843137255%);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
  border-color: rgb(50.5725490196%, 50.7764705882%, 50.9803921569%);
}

.list-group-item-dark {
  color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
  background-color: rgb(77.7098039216%, 78.368627451%, 79.0274509804%);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
  background-color: rgb(72.5575196576%, 73.368627451%, 74.1797352444%);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
  border-color: rgb(10.6039215686%, 11.8274509804%, 13.0509803922%);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f1f1f1;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #f1f1f1;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(97%, 97%, 97%);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(97%, 97%, 97%);
  border-bottom: 1px solid rgb(92%, 92%, 92%);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #6B7C93;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #5761FF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(14.1176470588%, 19.2296918768%, 100%) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(33.0825549104%, 35.8394344862%, 38.2899941092%) !important;
}

.bg-success {
  background-color: #32dca0 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(12.5245098039%, 73.3578431373%, 51.887254902%) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(6.7973856209%, 47.8772378517%, 54.3790849673%) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(82.7450980392%, 62.0588235294%, 0%) !important;
}

.bg-danger {
  background-color: #f00 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(85.5882352941%, 87.6470588235%, 89.7058823529%) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(11.4266396214%, 12.7450980392%, 14.0635564571%) !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #f1f1f1 !important;
}

.border-top {
  border-top: 1px solid #f1f1f1 !important;
}

.border-right {
  border-right: 1px solid #f1f1f1 !important;
}

.border-bottom {
  border-bottom: 1px solid #f1f1f1 !important;
}

.border-left {
  border-left: 1px solid #f1f1f1 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #5761FF !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #32dca0 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #f00 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #5761FF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(4.1176470588%, 9.824929972%, 100%) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(28.4473617773%, 30.8179752588%, 32.9251872423%) !important;
}

.text-success {
  color: #32dca0 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(11.0661764706%, 64.8161764706%, 45.8455882353%) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(5.6862745098%, 40.0511508951%, 45.4901960784%) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(72.7450980392%, 54.5588235294%, 0%) !important;
}

.text-danger {
  color: #f00 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(70%, 0%, 0%) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(79.7549019608%, 82.6470588235%, 85.5392156863%) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(6.9438810007%, 7.7450980392%, 8.5463150778%) !important;
}

.text-body {
  color: #6B7C93 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #f1f1f1;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #f1f1f1;
  }
}
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
ul.bulleted {
  list-style: disc;
  margin-left: 25px;
}
ul.bulleted li {
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
}

@media (min-width: 2840px) {
  .mt-xxl-6 {
    margin-top: 6rem;
  }
}

.banner {
  position: relative;
  width: 100vw;
  min-height: 70vmin;
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
  background-image: url(../img/new/bg_banner.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  overflow: visible;
  padding: 2rem 0;
}
@media (max-width: 1199px) {
  .banner {
    min-height: 60vmin;
  }
}
@media (max-width: 992px) {
  .banner {
    min-height: 50vmin;
  }
}
@media (max-width: 767px) {
  .banner {
    min-height: 45vmin;
  }
}
@media (max-width: 576px) {
  .banner {
    min-height: 40vmin;
  }
}

.notable {
  font-style: italic;
  color: #1b293c;
}

/* theme page colors */
.theme-use-cases .logo_header path {
  fill: #fff;
}
.theme-use-cases .logo_header .logo__shape {
  fill: #fff;
}
.theme-use-cases .logo_header .logo__text {
  fill: #fff;
}
@media (min-width: 993px) {
  .theme-use-cases .nav__link {
    color: #fff;
  }
}
.theme-use-cases .nav-btn__line, .theme-use-cases .nav-btn__line:before, .theme-use-cases .nav-btn__line:after {
  background-color: #fff;
}
.theme-use-cases .top.top_geopolitical, .theme-use-cases .top.top_market, .theme-use-cases .top.top_risk {
  padding-bottom: 90px;
  margin-bottom: 150px;
}
.theme-use-cases .top__title {
  color: #fff;
}
.theme-use-cases .top__text {
  color: #fff;
}
.theme-use-cases .top .text {
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  margin-top: 10px;
}
.theme-use-cases .item__title {
  color: #6772e5;
  font-family: Lato;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
}
.theme-use-cases .item__text {
  color: #32325d;
  font-family: Lato;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  margin-top: 10px;
}
@media (min-width: 993px) {
  .theme-use-cases .sign {
    color: #fff;
  }
  .theme-use-cases .sign__icon {
    background-color: #fff;
  }
  .theme-use-cases .sign__icon svg {
    fill: #7C7FFF;
  }
}
.theme-white .logo_header .logo__shape {
  fill: #fff;
}
.theme-white .logo_header .logo__text {
  fill: #fff;
}
@media (min-width: 993px) {
  .theme-white .nav__link {
    color: #fff;
  }
}
.theme-white .nav-btn__line, .theme-white .nav-btn__line:before, .theme-white .nav-btn__line:after {
  background-color: #fff;
}
.theme-white .top__title {
  color: #fff;
}
.theme-white .top__text {
  color: #fff;
}
@media (min-width: 993px) {
  .theme-white .sign {
    color: #fff;
  }
  .theme-white .sign__icon {
    background-color: #fff;
  }
  .theme-white .sign__icon svg {
    fill: #7C7FFF;
  }
}
.theme-blue .top__title {
  color: #5761FF;
}
.theme-blue .top__dark {
  color: #37367F;
}
.theme-blue .topic__title {
  color: #5761FF;
}
.theme-blue .item__title {
  color: #5761FF;
}
.theme-purple .logo_header .logo__shape {
  fill: #C770DB;
}
.theme-purple .logo_header .logo__text {
  fill: #3D075C;
}
.theme-purple .top__title {
  color: #c770db;
}
.theme-purple .top__dark {
  color: #591182;
}
.theme-purple .topic__title {
  color: #8939B6;
}
.theme-purple .item__title {
  color: #c770db;
}
@media (min-width: 993px) {
  .theme-purple .sign__icon {
    background-color: #8939B6;
  }
  .theme-purple .sign__icon svg {
    fill: #fff;
  }
}
.theme-violet .logo_header .logo__shape {
  fill: #7c5db8;
}
.theme-violet .logo_header .logo__text {
  fill: #000;
}
.theme-violet .top__title {
  color: #be9dff;
}
.theme-violet .top__dark {
  color: #532AA1;
}
.theme-violet .topic__title {
  color: #532AA1;
}
.theme-violet .item__title {
  color: #7c5db8;
}
@media (min-width: 993px) {
  .theme-violet .sign__icon {
    background-color: #532AA1;
  }
  .theme-violet .sign__icon svg {
    fill: #f3edff;
  }
}
.theme-green .logo_header .logo__shape {
  fill: #32dca0;
}
.theme-green .logo_header .logo__text {
  fill: #000;
}
.theme-green .top__title {
  color: #32DCA0;
}
.theme-green .top__dark {
  color: #246F68;
}
.theme-green .topic__title {
  color: #246F68;
}
.theme-green .item__title {
  color: #16C382;
}
@media (min-width: 993px) {
  .theme-green .sign__icon {
    background-color: #246F68;
  }
  .theme-green .sign__icon svg {
    fill: #fff;
  }
}
.theme-green-pale .logo_header .logo__shape {
  fill: #009f63;
}
.theme-green-pale .logo_header .logo__text {
  fill: #000;
}
.theme-green-pale .top__title {
  color: #32dca0;
}
.theme-green-pale .top__dark {
  color: #237759;
}
.theme-green-pale .topic__title {
  color: #237759;
}
.theme-green-pale .item__title {
  color: #009f63;
}
@media (min-width: 993px) {
  .theme-green-pale .sign__icon {
    background-color: #237759;
  }
  .theme-green-pale .sign__icon svg {
    fill: #fff;
  }
}

/* page wrapper */
.wrapper {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.wrapper__content {
  width: 100%;
  position: relative;
  flex: 1 0 auto;
}
.wrapper_ofx {
  overflow-x: visible;
}

/* container */
.box {
  width: 100%;
  max-width: 1060px;
  min-width: 320px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.box_md {
  max-width: 950px;
}
.box_sm {
  max-width: 880px;
}
.box_xsm {
  max-width: 680px;
}
@media (max-width: 992px) {
  .box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* covers */
.frame {
  padding-top: 57px;
  padding-bottom: 69px;
  background-image: linear-gradient(259deg, #f6f8ff 100%, #edeff8 1%);
}

.cover {
  border-radius: 14px;
  box-shadow: 7px 7px 36px 3px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  padding: 55px 60px 35px;
}
@media (max-width: 767px) {
  .cover {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .cover {
    padding: 30px 20px 25px;
  }
}

.border {
  border-top: 1px solid #B9C0D4;
  padding-top: 57px;
  padding-bottom: 29px;
}
.border__title {
  margin-bottom: 20px;
}

/*** header ***/
.header {
  position: fixed;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 3000;
  background-color: transparent;
}
.header__container {
  flex: 1;
}
.header__logo {
  display: inline-block;
  margin-right: 35px;
}
.header__box {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
.header__close-btn {
  display: none;
}
@media (min-width: 576px) {
  .header__box {
    padding: 0 50px;
  }
}
@media (min-width: 993px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
  .header__sign {
    margin-left: 57px;
  }
}
@media (max-width: 992px) {
  .header {
    height: 70px;
    background: #fff;
  }
  .header__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    padding: 20px;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: none;
    background-color: rgba(55, 54, 127, 0.2);
    will-change: opacity;
    transition: opacity 0.15s ease-in, visibility 0.15s ease-in, width 0.15s ease-in 0.15s, height 0.15s ease-in 0.15s;
  }
  .header__nav {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 38px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform-origin: top right;
    transform: scale(0.92);
    will-change: transform;
    transition: transform 0.15s ease-in;
  }
}

#drift-widget-container {
  z-index: 2147483646 !important;
}

.toastify {
  z-index: 2147483647 !important;
}
.toastify.error {
  background: #ea6e6e;
}
.toastify.info {
  background: #5077f2;
}

.logo {
  transform-origin: left center;
}
.logo__shape {
  fill: #647DFF;
}
.logo__text {
  fill: #000;
}
@media (max-width: 576px) {
  .logo_header {
    transform: scale(0.92);
  }
}

.nav:before {
  display: none;
}
.nav hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0;
}
.nav__main {
  margin-bottom: 0;
}
.nav__item {
  display: block;
}
.nav__link {
  text-decoration: none;
  display: block;
  color: #475467;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.nav__sub {
  padding: 0;
}
.nav__sub-category {
  display: none;
}
.nav__sub-link {
  text-decoration: none;
  display: flex;
  transition: background-color 0.1s ease-in-out;
}
.nav__sub-link:hover {
  text-decoration: none;
}
.nav__sub-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.nav__sub-content {
  flex: 1;
  display: flex;
  min-width: 40%;
}
.nav__sub-title {
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #5a64ff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.nav__sub-bold {
  font-weight: 500;
}
.nav__dropdown-list {
  padding-left: 0;
}
@media (min-width: 993px) {
  .nav {
    position: relative;
    display: inline-block;
  }
  .nav:before {
    content: "desktop";
  }
  .nav__main {
    display: inline-flex;
  }
  .nav__link {
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    letter-spacing: 0.5px;
    transition: opacity 0.1s ease-in-out;
  }
  .nav__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .nav__dropdown-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .nav__dropdown-box {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 357px;
    transform: translateZ(0);
    transform-origin: top left;
    will-change: transform, height;
    transition: visibility 0.25s ease-in-out;
  }
  .nav__dropdown-box::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.25s ease-in-out;
  }
  .nav__dropdown-list {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .nav__dropdown-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  }
  .nav__dropdown-item.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav__dropdown-item_to-left .nav__dropdown-content {
    transform: translateX(-100px);
  }
  .nav__dropdown-item_to-right .nav__dropdown-content {
    transform: translateX(100px);
  }
  .nav__dropdown-content {
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.25s ease-in-out;
  }
  .nav__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 364px;
    width: 357px;
    opacity: 0;
    backface-visibility: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);
    transform-origin: top left;
    transform: translateZ(0);
    will-change: transform;
    transition: opacity 0.25s ease-in-out;
  }
  .nav__sub-item:first-child .nav__sub-link {
    padding-top: 28px;
    border-radius: 10px 10px 0 0;
  }
  .nav__sub-item:last-child .nav__sub-link {
    padding-bottom: 28px;
    border-radius: 0 0 10px 10px;
  }
  .nav__sub-link {
    padding: 16px 22px;
  }
  .nav__sub-link:hover {
    background-color: #f4f6ff;
  }
  .nav__sub-content {
    flex-direction: column;
    justify-content: center;
  }
  .nav__sub-desc {
    margin-top: 3px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.15px;
    color: #6B7C93;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.nav {
  /* mobile */
}
@media (max-width: 992px) {
  .nav {
    display: flex;
    flex-direction: column-reverse;
  }
  .nav:before {
    content: "mobile";
  }
  .nav__main {
    padding: 9px 0;
  }
  .nav__item_dropdown {
    display: none;
  }
  .nav__link, .nav__sub-title {
    font-size: 16px;
  }
  .nav__link {
    letter-spacing: 0.4px;
    padding: 9px 0;
    -webkit-tap-highlight-color: transparent;
  }
  .nav__dropdown-box {
    padding: 0;
    height: auto !important;
    transform: none !important;
  }
  .nav__dropdown-list {
    display: flex;
    flex-wrap: wrap;
  }
  .nav__dropdown-item {
    width: 31%;
    padding-right: 20px;
  }
  .nav__dropdown-item:nth-child(2) {
    flex: 1;
  }
  .nav__bg {
    display: none;
  }
  .nav__sub-category {
    display: block;
    color: #3a5374;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
  }
  .nav__sub-link {
    padding: 9px 0;
    -webkit-tap-highlight-color: transparent;
  }
  .nav__sub-icon {
    width: 35px;
    height: 35px;
    margin-right: 13px;
  }
  .nav__sub-content {
    align-items: center;
  }
  .nav__sub-title {
    letter-spacing: 0.2px;
    padding-bottom: 2px;
  }
  .nav__sub-desc {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .nav__dropdown-wrapper {
    max-height: 263px;
  }
}
@media (max-width: 767px) {
  .nav__dropdown-item {
    width: 41%;
    padding-right: 20px;
  }
  .nav__dropdown-item:nth-child(2) {
    flex: 1;
  }
  .nav__dropdown-item:nth-child(2) .nav__sub-category, .nav__dropdown-item:nth-child(2) .nav__sub-link {
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .nav {
    padding-top: 30px;
  }
  .nav__dropdown-item {
    padding-right: 16px;
  }
  .nav__dropdown-item:nth-child(1) {
    width: 42%;
  }
  .nav__sub-icon {
    width: 28px;
    height: 28px;
    margin-right: 11px;
  }
  .nav__sub-category {
    font-size: 13px;
  }
  .nav__sub-title {
    padding-bottom: 3px;
  }
}
@media (max-width: 499px) {
  .nav__dropdown-item {
    padding-right: 16px;
  }
  .nav__dropdown-item:nth-child(1) {
    width: 100%;
  }
  .nav__dropdown-item:nth-child(n+2) {
    padding-right: 0;
    margin-top: 20px;
  }
}

/* dropdown opened */
.is-dropdown-opened .nav__dropdown-box {
  visibility: visible;
  transition: transform 0.25s ease-in-out, height 0.25s ease-in-out;
}
.is-dropdown-opened .nav__dropdown-box::before {
  opacity: 1;
}
.is-dropdown-opened .nav__bg {
  opacity: 1;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
}

.burger {
  margin-left: auto;
  padding: 1rem 0 1rem 1rem;
  justify-content: right;
}

/* open/close mobile navigation buttons */
.nav-btn {
  display: none;
  width: 64px;
  height: 100%;
  cursor: pointer;
}
.nav-btn:focus {
  outline: none;
}
.nav-btn__line, .nav-btn__line:before, .nav-btn__line:after {
  position: absolute;
  height: 2px;
  background-color: #3a5374;
}
.nav-btn__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -10px;
  width: 20px;
}
.nav-btn__line:before, .nav-btn__line:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
}
.nav-btn__line:before {
  transform: rotate(0) translateY(-6px);
}
.nav-btn__line:after {
  transform: rotate(0) translateY(6px);
}
@media (max-width: 992px) {
  .nav-btn {
    display: inline-flex;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-btn_close {
    width: 44px;
    height: 46px;
  }
  .nav-btn_close .nav-btn__line, .nav-btn_close .nav-btn__line:before, .nav-btn_close .nav-btn__line:after {
    background-color: #3a5374;
  }
  .nav-btn_close .nav-btn__line {
    width: 18px;
    margin-left: -9px;
    background: transparent;
  }
  .nav-btn_close .nav-btn__line:before {
    transform: rotate(45deg) translateY(0);
  }
  .nav-btn_close .nav-btn__line:after {
    transform: rotate(-45deg) translateY(0);
  }
}
@media (max-width: 576px) {
  .nav-btn_open {
    right: 0;
  }
}

/* styles for header when we open mobile navigation */
@media (max-width: 992px) {
  .nav-opened {
    overflow: hidden;
  }
  .nav-opened .header__container {
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.15s ease-in, transform 0.15s ease-in, visibility 0.15s ease-in;
  }
  .nav-opened .header__nav {
    opacity: 1;
    transform: scale(1);
    padding: 1rem;
  }
  .nav-opened .nav__dropdown-wrapper {
    display: block;
  }
}

.sign {
  align-items: center;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #6067d5;
}
.sign__text {
  transition: opacity 0.1s ease-in-out;
}
.sign__icon {
  margin-top: 1px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #6067d5;
}
.sign__icon svg {
  fill: #d4dbff;
}
@media (min-width: 993px) {
  .sign {
    display: inline-flex;
    height: 50px;
    margin-left: 57px;
  }
  .sign:hover .sign__text {
    opacity: 0.7;
  }
  .sign:hover .sign__icon {
    transform: translateX(3px);
  }
  .sign__text {
    flex: 1;
  }
  .sign__icon {
    transition: transform 0.15s ease;
  }
}
@media (max-width: 992px) {
  .sign {
    display: flex;
    padding: 16px 20px 19px;
    font-size: 16px;
    background-color: #f4f6ff;
    border-top: 1px solid #e9e9e9;
    color: #37367F;
    -webkit-tap-highlight-color: transparent;
  }
  .sign__icon {
    margin-left: 9px;
    background-color: rgb(45.5575065847%, 47.9543459175%, 85.6189640035%);
  }
}

/* SVG icons */
.icon_arrow-dots {
  width: 14px;
  height: 19px;
}
.icon_arrow-dots_sm {
  width: 12px;
  height: 15px;
}
.icon_arrow-long {
  width: 50px;
  height: 15px;
}
.icon_chain {
  width: 50px;
  height: 50px;
}
.icon_time {
  width: 39px;
  height: 39px;
}
.icon_mentions {
  width: 59px;
  height: 39px;
}
.icon_star {
  width: 67px;
  height: 54px;
}
.icon_star_big {
  width: 325px;
  height: 260px;
}
.icon_email {
  width: 38px;
  height: 40px;
}
.icon_sentiment-analysis {
  width: 58px;
  height: 48px;
}
.icon_deep-analysis {
  width: 74px;
  height: 54px;
}
.icon_metrics {
  width: 60px;
  height: 58px;
}
.icon_demographics {
  width: 87px;
  height: 58px;
}
.icon_metrics-exposure {
  width: 67px;
  height: 51px;
}
.icon_discovery {
  width: 64px;
  height: 50px;
}
.icon_insights {
  width: 64px;
  height: 48px;
}
.icon_analysis {
  width: 51px;
  height: 55px;
}
@media (max-width: 576px) {
  .icon_publishers {
    height: 80px;
    width: auto;
  }
  .icon_arrow-dots {
    height: 16px;
  }
}

.icon-link {
  transition: opacity 0.1s ease-in-out;
}
.icon-link:hover {
  opacity: 0.8;
}

/* text colors */
/*
can be added to any element.
Example:
<h1 class="top__title text-purple-light">Title</h1>
*/
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-gray {
  color: #6B7C93 !important;
}
.text-purple {
  color: #8939B6 !important;
}
.text-purple-light {
  color: #c770db !important;
}
.text-purple-dark {
  color: #591182 !important;
}
.text-green {
  color: #32dca0 !important;
}
.text-green-dark {
  color: #246F68 !important;
}
.text-blue {
  color: #5761FF !important;
}
.text-blue-dark {
  color: #37367F !important;
}
.text-violet {
  color: #7c5db8 !important;
}
.text-pink {
  color: #fa5096 !important;
}
.text-blue-gradient {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(96deg, #5d31d7 -113%, #7aa9ff 100%);
  color: #614ef2;
}
.text-blue-green {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(77deg, #614ef2 13%, #32dca0 95%);
  color: #614ef2;
}
.text-purple-gradient {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #8939b6 1%, #f0b4f5 135%);
  color: #8939B6;
}

/* typography */
.text {
  font-size: 17px;
  line-height: 28px;
}

.content {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.07px;
}
.content p:not(:last-child) {
  margin-bottom: 23px;
}
.content a:not(.link) {
  font-weight: bold;
  text-decoration: none;
  transition: color 0.15s ease;
}
.content a:not(.link):hover {
  color: #37367F;
}
.content .table-inner:not(:first-child) {
  margin-top: 17px;
}
.content .table-inner:not(:last-child) {
  margin-bottom: 40px;
}

.list {
  list-style: none outside none;
  font-size: 17px;
  line-height: 28px;
  margin-left: 2px;
}
.list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 7px;
  opacity: 1;
  transition: opacity 0.25s ease-in, background-image 0.25s ease-in;
}
.list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9ImFwaSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMzQgLTM3NTUpIj48ZyBpZD0iR3JvdXAtOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAzNC41IDM3NTUpIj48Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjMzJEQ0EwIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiLz48cGF0aCBkPSJNNSA4LjY5Mkw2LjYyNCA5Ljg3bC4xOC4xM0wxMC4yIDYiIGlkPSJQYXRoLTMtQ29weS0yIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9nPjwvZz48L3N2Zz4=");
}
.list li.inactive {
  opacity: 0.5;
}
.list li.inactive:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 16px auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9ImFwaSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMzQgLTM3NTUpIj48ZyBpZD0iR3JvdXAtOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAzNC41IDM3NTUpIj48Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjQ0VEN0RGIiBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiLz48cGF0aCBkPSJNNSA4LjY5Mkw2LjYyNCA5Ljg3bC4xOC4xM0wxMC4yIDYiIGlkPSJQYXRoLTMtQ29weS0yIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMS44IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L2c+PC9nPjwvZz48L3N2Zz4=");
}

.table-inner {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 5px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 6px;
  border: solid 2px #f1f1f1;
}
.table-inner__responsive {
  width: 100%;
  overflow-x: auto;
}
.table-inner table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.table-inner th, .table-inner td {
  padding: 13px 2px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
.table-inner th:not(:last-child), .table-inner td:not(:last-child) {
  padding-right: 22px;
}
.table-inner th:not(:first-child), .table-inner td:not(:first-child) {
  padding-left: 22px;
}
.table-inner th {
  font-weight: 600;
  color: #5761FF;
}
.table-inner td {
  border-top: solid 2px #f1f1f1;
}
.table-inner_nowrap th, .table-inner_nowrap td {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .table-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* titles */
.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #32dca0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.title_semibold {
  font-weight: 600;
}
@media (max-width: 767px) {
  .title {
    font-size: 19px;
  }
}

.leading {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.14px;
  color: #5761FF;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 13px;
}
@media (max-width: 576px) {
  .leading {
    font-size: 28px;
  }
}

.subtitle {
  font-size: 45px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 992px) {
  .subtitle {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .subtitle {
    font-size: 28px;
  }
  .subtitle br {
    display: none;
  }
}

.headline {
  margin-bottom: 45px;
}
.headline.headline__sm-margin {
  margin-bottom: 15px;
}
.headline.headline__sm-negative-margin {
  margin-bottom: -35px;
}
.headline__title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.14px;
  color: #4f566b;
  margin-bottom: 6px;
}
.headline__subtitle {
  font-size: 26px;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.14px;
  color: #344054;
  margin-bottom: 6px;
  margin-top: 80px;
}
.headline__desc {
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .headline {
    margin-bottom: 40px;
  }
  .headline__title {
    font-size: 28px;
  }
  .headline__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .headline {
    margin-bottom: 18px;
  }
  .headline__title {
    font-size: 26px;
  }
  .headline__subtitle {
    font-size: 22px;
  }
  .headline__desc {
    font-size: 13px;
  }
}
@media (max-width: 374px) {
  .headline__title {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .headline__subtitle {
    font-size: 21px;
    margin-bottom: 7px;
  }
}

.note {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.note__top {
  margin-bottom: 35px;
}
.note__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 468px;
  margin-bottom: 30px;
}
.note__row {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .note__title {
    margin-bottom: 25px;
  }
  .note__title br {
    display: none;
  }
}

.caption {
  text-align: center;
  margin-bottom: 52px;
}
.caption__title {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.11px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 13px;
}
.caption__desc {
  font-size: 15px;
  line-height: 1.6;
}
.caption__row {
  margin-top: 23px;
}
.caption_white {
  color: #fff;
}
@media (max-width: 992px) {
  .caption {
    margin-bottom: 45px;
  }
}

/* buttons */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-shadow: none;
  padding: 15px 32px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.18px;
  color: #fff;
  border-radius: 25px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.button__icon {
  position: absolute;
  top: 50%;
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.button_icon_left {
  position: relative;
  padding-left: 50px;
}
.button_icon_left .button__icon {
  left: 27px;
  transform: translate(-50%, -50%);
}
.button_icon_right {
  position: relative;
  padding-right: 50px;
}
.button_icon_right .button__icon {
  right: 27px;
  transform: translate(50%, -50%);
}
.button::-moz-focus-inner {
  border: none;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 55, 95, 0.1), 0 4px 12px rgba(0, 55, 95, 0.1);
  color: #fff !important;
  text-decoration: none !important;
}
.button:active {
  transform: translateY(2px);
  box-shadow: 0 10px 22px rgba(0, 55, 95, 0.1), 0 4px 6px rgba(0, 61, 95, 0.2);
}
.button {
  /* button sizes */
}
.button_size_sm {
  padding: 12px 22px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.14px;
  border-radius: 20px;
}
.button_size_md {
  padding: 8px 34px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.17px;
  border-radius: 16px;
}
.button_wide {
  padding-left: 40px;
  padding-right: 40px;
}
.button_wide .button__icon {
  padding-left: 0;
}
.button {
  /* background colors */
}
.button_dark {
  background-color: #000;
}
.button_blue {
  background-color: #5761FF;
}
.button_blue-light {
  background-color: #6772e5;
}
.button_pink {
  background-color: #fa5096;
}
.button_pink-light {
  background-color: #f68eff;
}
.button_purple {
  background-color: #8939B6;
}
.button_purple-light {
  background-color: #c770db;
}
.button_violet {
  background-color: #7c5db8;
}
.button_green {
  background-color: #32dca0;
}
.button_green-bright {
  background-color: #32DCA0;
}
.button_green-light {
  background-color: #16C382;
}
@media (max-width: 576px) {
  .button {
    padding: 12px 26px;
    font-size: 14px;
    border-radius: 22px;
  }
  .button_icon_left {
    padding-left: 41px;
  }
  .button_icon_left .button__icon {
    left: 22px;
  }
  .button_icon_right {
    padding-right: 41px;
  }
  .button_icon_right .button__icon {
    right: 22px;
  }
  .button__icon {
    width: 44px;
  }
  .button_wide .button__icon {
    padding-left: 0;
  }
  .button_wide.button_icon_left {
    padding-left: 40px;
  }
  .button_wide.button_icon_left .button__icon {
    left: 27px;
  }
  .button_wide.button_icon_right {
    padding-right: 40px;
  }
  .button_wide.button_icon_right .button__icon {
    right: 27px;
  }
  .button_size_sm {
    font-size: 12px;
    line-height: 15px;
    border-radius: 20px;
  }
}

/* grids */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid_2 {
  margin-left: -18px;
  margin-right: -18px;
}
.grid_2 .grid__cell {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 18px;
  padding-right: 18px;
}
.grid_2 .grid__cell:nth-child(n+3) {
  margin-top: 75px;
}
.grid_2 .grid__cell .review {
  flex: 1;
}
@media (max-width: 992px) {
  .grid_2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid_2 .grid__cell {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .grid_2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
  .grid_2 .grid__cell {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid_2 .grid__cell:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .grid_2 .grid__cell:nth-child(n+2) {
    margin-top: 70px;
  }
}
.grid_3 {
  margin-left: -20px;
  margin-right: -20px;
}
.grid_3 .grid__cell {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}
.grid_3 .grid__cell .property {
  flex: 1;
}
@media (max-width: 992px) {
  .grid_3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid_3 .grid__cell {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .grid_3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
  .grid_3 .grid__cell {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid_3 .grid__cell:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .grid_3 .grid__cell:nth-child(n+2) {
    margin-top: 70px;
  }
}
.grid_platform {
  margin-left: -19px;
  margin-right: -19px;
}
.grid_platform .grid__cell {
  width: 25%;
  padding-left: 19px;
  padding-right: 19px;
}
@media (max-width: 992px) {
  .grid_platform {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid_platform .grid__cell {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .grid_platform .grid__cell {
    width: 50%;
  }
  .grid_platform .grid__cell:nth-child(n+3) {
    margin-top: 27px;
  }
  .grid_platform .grid__cell .platform__item {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 374px) {
  .grid_platform {
    margin-left: -11px;
    margin-right: -11px;
  }
  .grid_platform .grid__cell {
    padding-left: 11px;
    padding-right: 11px;
  }
  .grid_platform .grid__cell:nth-child(n+3) {
    margin-top: 25px;
  }
}
.grid_property {
  margin-left: -30px;
  margin-right: -30px;
}
.grid_property .grid__cell {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
}
.grid_property .grid__cell .property {
  flex: 1;
}
@media (max-width: 992px) {
  .grid_property {
    margin-left: -22px;
    margin-right: -22px;
  }
  .grid_property .grid__cell {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .grid_property {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
  .grid_property .grid__cell {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid_property .grid__cell:nth-child(n+2) {
    margin-top: 65px;
  }
}
@media (max-width: 576px) {
  .grid_property .grid__cell:nth-child(n+2) {
    margin-top: 55px;
  }
}
.grid_advantages {
  margin-left: -40px;
  margin-right: -40px;
}
.grid_advantages .grid__cell {
  padding-left: 40px;
  padding-right: 40px;
  width: 33.33%;
}
.grid_advantages .grid__cell:nth-child(n+4) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .grid_advantages {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid_advantages .grid__cell {
    padding-left: 30px;
    padding-right: 30px;
    width: 50%;
  }
  .grid_advantages .grid__cell:nth-child(n+3) {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .grid_advantages {
    max-width: none;
    margin-left: -30px;
    margin-right: -30px;
  }
  .grid_advantages .grid__cell:nth-child(n+3) {
    margin-top: 70px;
  }
  .grid_advantages .advantage__title {
    font-size: 22px;
    margin-bottom: 23px;
  }
}
@media (max-width: 576px) {
  .grid_advantages {
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
  }
  .grid_advantages .grid__cell {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .grid_advantages .grid__cell:nth-child(n+2) {
    margin-top: 50px;
  }
  .grid_advantages .advantage__icon {
    height: auto;
    margin-bottom: 23px;
  }
  .grid_advantages .advantage__title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.grid_dev {
  margin-left: -20px;
  margin-right: -20px;
}
.grid_dev .grid__cell {
  padding-left: 20px;
  padding-right: 20px;
  width: 33.33%;
}
.grid_dev .grid__cell:nth-child(n+4) {
  margin-top: 60px;
}
@media (max-width: 680px) {
  .grid_dev {
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
  }
  .grid_dev .grid__cell {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .grid_dev .grid__cell:nth-child(n+2) {
    margin-top: 53px;
  }
  .grid_dev .dev__icon-wrap {
    height: auto;
    width: auto;
    margin-bottom: 17px;
  }
  .grid_dev .dev__title {
    font-size: 21px;
  }
  .grid_dev .dev__button {
    margin-top: 23px;
  }
}
.grid_units {
  justify-content: flex-start;
  margin-left: -30px;
  margin-right: -30px;
}
.grid_units .grid__cell {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}
.grid_units .grid__cell .unit {
  max-width: 415px;
}
@media (max-width: 767px) {
  .grid_units {
    margin-left: auto;
    margin-right: auto;
  }
  .grid_units .grid__cell {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .grid_units .grid__cell:nth-child(n+2) {
    margin-top: 55px;
  }
  .grid_units .grid__cell .unit {
    max-width: 100%;
  }
}

/* align */
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}

.mt {
  margin-top: 325px;
}

/* margins */
.mbt-top {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .mbt-top {
    margin-bottom: 55px;
  }
}
@media (max-width: 992px) {
  .mbt-top {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .mbt-top {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .mbt-top {
    margin-bottom: 45px;
  }
}
@media (max-width: 374px) {
  .mbt-top {
    margin-bottom: 40px;
  }
}

.mbt-xsm {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .mbt-xsm {
    margin-bottom: 75px;
  }
}
@media (max-width: 576px) {
  .mbt-xsm {
    margin-bottom: 65px;
  }
}

.mbt-sm {
  margin-bottom: 115px;
}
@media (max-width: 1399px) {
  .mbt-sm {
    margin-bottom: 95px;
  }
}
@media (max-width: 992px) {
  .mbt-sm {
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .mbt-sm {
    margin-bottom: 55px;
  }
}

.mbt {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .mbt {
    margin-bottom: 90px;
  }
}
@media (max-width: 576px) {
  .mbt {
    margin-bottom: 70px;
  }
}

.mbt-large {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .mbt-large {
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .mbt-large {
    margin-bottom: 90px;
  }
}

/* advantage item */
.advantage {
  text-align: center;
}
.advantage__icon-wrap {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.advantage__icon {
  transform-origin: bottom center;
}
.advantage__title {
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  color: #5761FF;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .advantage__title {
    margin-bottom: 28px;
  }
}
@media (max-width: 576px) {
  .advantage__icon {
    transform: scale(0.84);
  }
}

/* dev */
.dev {
  text-align: center;
}
.dev__icon-wrap {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.dev__icon {
  max-width: 100%;
  max-height: 100%;
  transform-origin: bottom center;
}
.dev__title {
  font-size: 23px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.dev__button {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .dev__icon {
    transform: scale(0.84);
  }
}

/* customers */
.customers-carousel {
  padding-top: 40px;
  padding-bottom: 40px;
}
.customers-carousel.carousel-with-borders {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
@media (min-width: 767px) {
  .customers-carousel #customers-logos .carousel-item {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .customers-carousel #customers-logos .carousel-item {
    height: 210px;
  }
}
@media (max-width: 576px) {
  .customers-carousel #customers-logos .carousel-item {
    height: 220px;
  }
}
@media (max-width: 374px) {
  .customers-carousel #customers-logos .carousel-item {
    height: 300px;
  }
}
.customers-carousel #customers-logos .carousel-item .customers {
  position: relative;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.customers-carousel #customers-logos .carousel-item .customers__link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}
.customers-carousel #customers-logos .carousel-item .customers__link .button {
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.customers-carousel #customers-logos .carousel-item .customers__link .button:hover {
  transform: translateY(-2px);
}
.customers-carousel #customers-logos .carousel-item .customers__list {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  will-change: transform;
  transition: opacity 0.25s ease-in, filter 0.25s ease-in, transform 0.25s ease-in;
}
.customers-carousel #customers-logos .carousel-item .customers__item {
  padding: 7px;
}
.customers-carousel #customers-logos .carousel-item .customers__logo {
  color: #6B7C93;
  font-size: 12px;
}
@media (hover: none) {
  .customers-carousel #customers-logos .carousel-item .customers__link {
    display: none;
  }
}
@media (max-width: 992px) {
  .customers-carousel #customers-logos .carousel-item .customers__list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .customers-carousel #customers-logos .carousel-item .customers__list {
    justify-content: center;
  }
  .customers-carousel #customers-logos .carousel-item .customers__logo {
    max-height: 60px;
  }
}
@media (max-width: 374px) {
  .customers-carousel #customers-logos .carousel-item .customers__logo {
    max-height: 52px;
  }
}

/* top hero section */
.top {
  position: relative;
  padding-top: 110px;
  padding-bottom: 60px;
}
.top__bg {
  position: absolute;
  top: -1%;
  right: 0;
  bottom: -170px;
  left: 0;
  z-index: -1;
  overflow-x: hidden;
}
.top__bg-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 100%;
  width: auto;
  height: auto;
  bottom: 0;
}
@media (min-width: 2561px) {
  .top__bg-img {
    min-width: 100%;
  }
}
.top__img {
  max-width: 100%;
  height: auto;
}
.top__center {
  text-align: center;
  padding-top: 80px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.top__center_wide {
  max-width: 650px;
}
.top__flex {
  padding-top: 50px;
  position: relative;
  display: flex;
}
.top__base {
  width: 386px;
  padding-bottom: 45px;
}
.top__side {
  flex: 1;
  text-align: right;
  margin-left: 35px;
}
.top__side_api-img {
  margin-right: -9.2%;
}
.top__side_api-img .top__img {
  margin-top: -17px;
}
.top__title {
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #37367F;
}
.top__title_bold {
  font-weight: bold;
}
.top__title_sm {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.17px;
}
.top__text {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 15px;
}
.top__text a {
  text-decoration: none;
}
.top__desc {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.top__desc_small {
  font-size: 17px;
  line-height: 1.57;
  letter-spacing: 0.07px;
}
.top__buttons {
  margin: 32px -14px 0;
  display: flex;
  flex-wrap: wrap;
}
.top__button {
  margin: 14px;
}
.top__video {
  margin-left: auto;
  margin-right: 5%;
  max-width: 427px;
  perspective: 450px;
}
.top__video-container {
  transform-style: preserve-3d;
  transform: rotateY(-14deg);
}
.top_default {
  margin-bottom: 70px;
}
.top_default .top__bg {
  bottom: auto;
  height: 770px;
}
.top_main {
  margin-bottom: 217px;
}
.top_main .top__bg {
  bottom: -275px;
}
.top_main .top__base {
  width: 412px;
}
.top_main .top__side {
  margin-left: 50px;
}
.top_api {
  margin-bottom: 125px;
}
.top_api .top__bg {
  bottom: -333px;
}
.top_api .top__flex {
  padding-top: 0;
}
.top_api .top__base {
  padding-top: 50px;
  padding-bottom: 0;
}
.top_pricing-api {
  margin-bottom: -10px;
}
.top_pricing-api .top__bg {
  bottom: -450px;
}
.top_intelligence .top__bg {
  bottom: -210px;
}
.top_solutions .top__bg {
  bottom: -95px;
}
.top_solutions .top__base {
  width: 425px;
}
.top_color {
  margin-bottom: 40px;
}
.top_color .top__bg {
  bottom: -370px;
}
.top_cases {
  margin-bottom: 35px;
}
.top_cases .top__bg {
  bottom: -836px;
}
@media (max-width: 1199px) {
  .top_default {
    margin-bottom: 40px;
  }
  .top_main {
    margin-bottom: 190px;
  }
}
@media (max-width: 1100px) {
  .top_api .top__side_api-img {
    margin-right: -7.5%;
  }
  .top_api .top__side_api-img .top__img {
    max-width: 556px;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .top {
    padding-top: 130px;
  }
  .top__center {
    padding-top: 20px;
  }
  .top__flex {
    padding-top: 0;
  }
  .top__base {
    width: 350px;
  }
  .top__title {
    font-size: 40px;
  }
  .top__title_sm {
    font-size: 36px;
  }
  .top__buttons {
    margin-top: 23px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .top__button {
    margin: 10px;
  }
  .top__video {
    margin-top: 2%;
    max-width: 380px;
  }
  .top_default {
    margin-bottom: 0;
  }
  .top_main {
    margin-bottom: 170px;
  }
  .top_main .top__base {
    width: 380px;
  }
  .top_api .top__base {
    padding-top: 0;
  }
  .top_api .top__side_api-img .top__img {
    max-width: 100%;
    margin-top: -38px;
  }
}
@media (max-width: 767px) {
  .top {
    padding-top: 110px;
    padding-bottom: 20px;
  }
  .top__bg {
    bottom: -160px;
  }
  .top__flex {
    display: block;
  }
  .top__base {
    width: 100%;
    padding-bottom: 0;
  }
  .top__title {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 23px;
  }
  .top__side {
    text-align: center;
    margin-top: 35px;
    margin-left: 0;
  }
  .top__img {
    max-width: 200px;
  }
  .top__buttons {
    margin-top: 20px;
  }
  .top__video {
    margin-left: auto;
    margin-right: auto;
    padding-top: 6%;
    padding-left: 0;
    padding-right: 9%;
    max-width: 420px;
  }
  .top_main {
    margin-bottom: 170px;
  }
  .top_main .top__bg {
    bottom: -340px;
  }
  .top_main .top__base {
    width: 100%;
  }
  .top_main .top__side {
    margin-left: 0;
    margin-right: 0;
  }
  .top_api .top__bg {
    bottom: -420px;
  }
  .top_api .top__side {
    margin-top: 20px;
  }
  .top_api .top__side_api-img {
    margin-right: 0;
  }
  .top_api .top__side_api-img .top__img {
    margin-top: 0;
  }
  .top_intelligence .top__bg {
    bottom: -195px;
  }
  .top_solutions .top__bg {
    bottom: -80px;
  }
  .top_solutions .top__base {
    width: auto;
  }
  .top_color {
    padding-bottom: 40px;
  }
  .top_color .top__bg {
    bottom: -345px;
  }
}
@media (max-width: 576px) {
  .top__center {
    padding-top: 0;
    text-align: left;
  }
  .top__desc {
    font-size: 19px;
  }
  .top__desc br {
    display: none;
  }
  .top__desc_small {
    font-size: 17px;
  }
  .top__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .top__buttons {
    margin-left: -5px;
    margin-right: -5px;
  }
  .top__button {
    margin: 8px 5px;
  }
  .top_main {
    margin-bottom: 160px;
  }
  .top_api .top__bg {
    bottom: -320px;
  }
  .top_color {
    margin-bottom: 10px;
  }
  .top_color .top__bg {
    bottom: -320px;
  }
}
@media (max-width: 374px) {
  .top__center {
    padding-top: 0;
    text-align: left;
  }
  .top__desc {
    font-size: 18px;
  }
  .top_main {
    margin-bottom: 140px;
  }
  .top_api .top__bg {
    bottom: -335px;
  }
}

/* canvas map */
.map {
  position: relative;
  max-width: 100%;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  margin-bottom: 55px;
}
.map__box {
  padding-bottom: 54.358974359%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  transform: translateZ(0);
}
.map__box.picture canvas {
  display: none;
}
.map__box.picture .map__picture {
  display: block;
}
.map canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
  bottom: 0;
  transform-origin: 0 0;
  z-index: 1;
}
.map__picture {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.map__events {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media (max-width: 1080px) {
  .map {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .map {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .map__events {
    display: none;
  }
  .map canvas {
    display: none;
  }
  .map__picture {
    display: block;
  }
}
@media (max-width: 576px) {
  .map {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}

/* events on the map */
.event {
  position: absolute;
  transform: translate(-50%, -100%);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.event__container {
  display: block;
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(110deg, #5d31d7 -107%, #7aa9ff 117%);
  border-radius: 27px;
  padding: 24px 26px 25px;
  width: 280px;
  z-index: 10;
  transform: scale(0.5);
  transform-origin: center bottom;
  transition: transform 0.2s cubic-bezier(0.25, 0.47, 0.45, 0.92);
}
.event__container:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7681f4;
}
.event__title {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #fff;
}
.event__bottom {
  margin-top: 19px;
  display: flex;
}
.event__info {
  display: flex;
}
.event__info_articles {
  margin-left: auto;
  padding-left: 12px;
}
.event__info_articles .event__text {
  white-space: nowrap;
}
.event__icon {
  min-width: 17px;
  margin-right: 8px;
}
.event__text {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: #fff;
}
.event.active {
  opacity: 1;
  pointer-events: auto;
}
.event.active:hover .event__container {
  transform: scale(1.03);
}
.event.active .event__container {
  transform: scale(1);
}

/* ready to get started */
.panel {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
}
.panel__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.panel__base {
  flex: 1;
  margin-right: 35px;
}
.panel__title {
  font-size: 36px;
  line-height: 1.3;
  color: #5761FF;
}
.panel__controls {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}
.panel__item {
  margin: 15px 17px;
}
@media (max-width: 992px) {
  .panel {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .panel__container {
    display: block;
  }
  .panel__base {
    text-align: center;
    margin-right: 0;
  }
  .panel__controls {
    margin-top: 20px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .panel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .panel__title {
    font-size: 34px;
  }
  .panel__item {
    margin: 10px 15px;
  }
}
@media (max-width: 374px) {
  .panel__title {
    font-size: 29px;
  }
}

/* background with shapes */
.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.bg__shape {
  position: absolute;
}
.bg__shape svg {
  transform-origin: top right;
}
.bg__shape_news_diagram-1 {
  left: -15%;
  top: -15%;
}
@media (min-width: 1399px) {
  .bg__shape_news_diagram-1 svg {
    transform: scale(1.5);
  }
}
@media (max-width: 767px) {
  .bg__shape_news_diagram-1 {
    left: -15% !important;
    top: -90% !important;
  }
}
@media (max-width: 992px) {
  .bg__shape_news_diagram-1 {
    left: -15%;
    top: -50%;
  }
}
.bg__shape_use-cases-1 {
  left: -110%;
}
.bg__shape_use-cases-2 {
  left: 0;
  top: -175%;
}
.bg__shape_purple-1 {
  top: -150px;
  right: -100px;
}
.bg__shape_purple-2 {
  top: 30px;
  right: 47%;
}
.bg__shape_purple-3 {
  top: 180px;
  right: 47%;
}
.bg__shape_purple-4 {
  top: -410px;
  right: -500px;
}
.bg__shape_purple-5 {
  top: -280px;
  right: -490px;
}
.bg__shape_purple-6 {
  top: -180px;
  right: -475px;
}
.bg__shape_purple-7 {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
}
.bg__shape_violet-1 {
  top: -560px;
  right: -630px;
}
.bg__shape_violet-2 {
  top: -115px;
  right: -630px;
}
.bg__shape_violet-3 {
  top: -420px;
  left: 12%;
}
.bg__shape_violet-4 {
  top: -10px;
  right: 50%;
}
.bg__shape_violet-5 {
  top: -65px;
  right: -500px;
}
.bg__shape_violet-6 {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
}
.bg__shape_green-1 {
  top: -130px;
  right: 48%;
}
.bg__shape_green-2 {
  top: -20px;
  right: 18%;
}
.bg__shape_green-3 {
  top: 230px;
  right: 50%;
}
.bg__shape_green-4 {
  top: -400px;
  right: -500px;
}
.bg__shape_green-5 {
  top: -370px;
  left: -1000px;
  width: auto;
  height: auto;
}
.bg__shape_green-6 {
  top: 20px;
  right: 50%;
}
.bg__shape_green-pale-1 {
  top: -150px;
  right: -200px;
}
.bg__shape_green-pale-2 {
  top: 465px;
  right: 50%;
}
.bg__shape_green-pale-3 {
  top: -160px;
  right: -900px;
}
.bg__shape_blue-light-1 {
  top: -193px;
  right: 57%;
}
.bg__shape_blue-light-2 {
  top: -2px;
  right: 66%;
}
.bg__shape_blue-light-3 {
  bottom: -180px;
  left: 46.5%;
}
.bg__shape_blue-light-4 {
  bottom: -154px;
  left: 66%;
}
@media (max-width: 1199px) {
  .bg__shape_purple-1 {
    top: -100px;
    right: -60px;
  }
  .bg__shape_purple-1 svg {
    transform: scale(0.95);
  }
  .bg__shape_green-pale-1 {
    top: -100px;
  }
  .bg__shape_green-pale-1 svg {
    transform: scale(0.95);
  }
  .bg__shape_green-pale-2 {
    top: 535px;
  }
  .bg__shape_green-pale-2 svg {
    transform: scale(0.7);
  }
}
@media (max-width: 992px) {
  .bg__shape_purple-1 {
    top: -90px;
    right: 10px;
  }
  .bg__shape_purple-1 svg {
    transform: scale(0.75);
  }
  .bg__shape_purple-2 {
    display: none;
  }
  .bg__shape_purple-3 {
    display: none;
  }
  .bg__shape_purple-4 {
    top: -90px;
    right: 10px;
  }
  .bg__shape_purple-4 svg {
    transform: scale(0.75);
  }
  .bg__shape_purple-5 {
    top: 10px;
    right: 30px;
  }
  .bg__shape_purple-5 svg {
    transform: scale(0.75);
  }
  .bg__shape_purple-6 {
    top: 70px;
    right: 38px;
  }
  .bg__shape_purple-6 svg {
    transform: scale(0.75);
  }
  .bg__shape_green-1 {
    top: -150px;
  }
  .bg__shape_green-1 svg {
    transform: scale(0.85);
  }
  .bg__shape_green-2 {
    display: none;
  }
  .bg__shape_green-3 {
    display: none;
  }
  .bg__shape_green-4 {
    display: none;
  }
  .bg__shape_green-5 {
    top: -390px;
  }
  .bg__shape_green-6 {
    display: none;
  }
  .bg__shape_green-pale-1 {
    top: -90px;
    right: 49%;
  }
  .bg__shape_green-pale-1 svg {
    transform: scale(0.9);
  }
  .bg__shape_green-pale-2 {
    display: none;
  }
  .bg__shape_green-pale-3 {
    top: -70px;
    right: -200px;
  }
  .bg__shape_green-pale-3 svg {
    height: 1000px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .bg__shape_purple-1 {
    top: -60px;
  }
  .bg__shape_purple-4 {
    top: -50px;
  }
  .bg__shape_purple-5 {
    top: 50px;
  }
  .bg__shape_purple-6 {
    top: 110px;
  }
  .bg__shape_green-1 {
    top: -40px;
    right: 20px;
  }
  .bg__shape_green-1 svg {
    transform: scale(0.6);
  }
  .bg__shape_green-5 {
    top: -340px;
  }
  .bg__shape_violet-1 {
    display: none;
  }
  .bg__shape_violet-2 {
    display: none;
  }
  .bg__shape_violet-3 {
    top: -50px;
    right: 10px;
    left: auto;
  }
  .bg__shape_violet-3 svg {
    transform: scale(0.8);
  }
  .bg__shape_green-pale-1 {
    top: -55px;
    right: 20px;
  }
  .bg__shape_green-pale-1 svg {
    transform: scale(0.8);
  }
  .bg__shape_green-pale-3 {
    top: -30px;
  }
  .bg_blue-light {
    display: none;
  }
}
@media (max-width: 576px) {
  .bg__shape_purple-1 {
    top: -35px;
  }
  .bg__shape_purple-1 svg {
    transform: scale(0.5);
  }
  .bg__shape_purple-4 {
    top: 0;
    right: 20px;
  }
  .bg__shape_purple-4 svg {
    transform: scale(0.5);
  }
  .bg__shape_purple-5 {
    top: 80px;
    right: 40px;
  }
  .bg__shape_purple-5 svg {
    transform: scale(0.5);
  }
  .bg__shape_purple-6 {
    top: 125px;
    right: 40px;
  }
  .bg__shape_purple-6 svg {
    transform: scale(0.5);
  }
  .bg__shape_green-1 {
    top: -30px;
  }
  .bg__shape_green-1 svg {
    transform: scale(0.5);
  }
  .bg__shape_green-5 {
    top: -330px;
  }
  .bg__shape_violet-3 {
    top: -20px;
  }
  .bg__shape_green-pale-1 {
    top: -15px;
  }
  .bg__shape_green-pale-1 svg {
    transform: scale(0.7);
  }
  .bg__shape_green-pale-3 {
    top: 0;
  }
}
@media (max-width: 374px) {
  .bg__shape_purple-1 {
    top: -10px;
  }
  .bg__shape_green-1 {
    top: -5px;
  }
  .bg__shape_green-5 {
    top: -300px;
  }
}

.decor {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  height: 535px;
  overflow: hidden;
}
.decor__set {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1060px;
  left: 50%;
  margin-left: -530px;
}
.decor__icon {
  position: absolute;
}
.decor__icon_left {
  bottom: 10px;
  left: -348px;
}
.decor__icon_left svg {
  transform-origin: left top;
}
.decor__icon_center {
  margin-top: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.decor__icon_right {
  top: 0;
  right: -312px;
}
.decor__icon_right svg {
  transform-origin: left bottom;
}
@media (max-width: 1399px) {
  .decor__icon svg {
    transform: scale(0.7);
  }
  .decor__icon_left {
    display: none;
  }
  .decor__icon_right {
    display: none;
  }
}
@media (max-width: 992px) {
  .decor__icon svg {
    transform: scale(0.6);
  }
}
@media (max-width: 576px) {
  .decor {
    height: 310px;
    top: -95px;
  }
  .decor__icon svg {
    transform: scale(0.4);
  }
}

/* diagonal background */
.bg-section {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 125px;
}
.bg-section + .bg-section {
  margin-top: 0;
}
.bg-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: -110px;
  transform: skewY(-12deg);
  z-index: -1;
}
.bg-section__top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bg-section__title {
  margin-top: 23px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.bg-section_mb-0 {
  margin-bottom: 0;
}
.bg-section_pt-middle {
  padding-top: 210px;
  margin-bottom: 285px;
}
.bg-section_pt-large {
  padding-top: 310px;
}
.bg-section_pink:before {
  background-image: linear-gradient(to bottom, #FAF3FF 1%, #FFFBFF 100%);
  background-color: #FAF3FF;
}
.bg-section_gray:before {
  background-image: linear-gradient(to bottom, #f7f7f7 1%, rgba(247, 247, 247, 0.5) 99%);
}
.bg-section_blue:before {
  background-image: linear-gradient(167deg, #647dff 32%, rgba(185, 215, 255, 0) 115%);
}
.bg-section_blue-white:before {
  background-image: linear-gradient(to bottom, #F2F4FE 1%, #FFF 100%);
}
.bg-section_blue-light:before {
  background-image: linear-gradient(351deg, #82AAFF -128%, rgba(219, 235, 251, 0.47) 100%);
}
@media (max-width: 1399px) {
  .bg-section_pt-large {
    padding-top: 250px;
  }
}
@media (max-width: 992px) {
  .bg-section_pt-middle {
    padding-top: 170px;
    margin-bottom: 250px;
  }
  .bg-section_pt-large {
    padding-top: 230px;
  }
}
@media (max-width: 767px) {
  .bg-section_pt-middle {
    padding-top: 140px;
    margin-bottom: 230px;
  }
}
@media (max-width: 576px) {
  .bg-section__icon {
    width: 100px;
    height: 100px;
  }
  .bg-section__title {
    margin-top: 18px;
    font-size: 28px;
  }
  .bg-section_pt-middle {
    padding-top: 130px;
    margin-bottom: 170px;
  }
  .bg-section_pt-middle:before {
    bottom: -65px;
  }
  .bg-section_pt-large {
    padding-top: 205px;
  }
}
@media (max-width: 480px) {
  .bg-section_pt-middle {
    margin-bottom: 145px;
  }
  .bg-section_pt-middle:before {
    bottom: -60px;
  }
}

/* diagonal background with shapes */
.bg-gradient {
  margin-top: 205px;
  margin-bottom: 205px;
  padding-bottom: 100px;
  position: relative;
}
.bg-gradient__img {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 50%;
  width: 250%;
  margin-left: -125%;
  background-size: cover;
  transform: rotate(-12deg);
  transform-origin: center center;
  overflow: hidden;
  isolation: isolate;
  z-index: -1;
}
.bg-gradient__content {
  position: relative;
  padding-top: 100px;
}
.bg-gradient__shape {
  position: absolute;
  mix-blend-mode: overlay;
}
.bg-gradient__shape_blue-1 {
  top: -100px;
  right: 55.2%;
}
.bg-gradient__shape_blue-2 {
  top: 60px;
  right: 59%;
}
.bg-gradient__shape_blue-3 {
  bottom: 340px;
  left: 59%;
}
.bg-gradient__shape_blue-4 {
  bottom: 270px;
  left: 61%;
}
.bg-gradient_blue .bg-gradient__img {
  background-image: linear-gradient(167deg, #647dff 32%, rgba(185, 215, 255, 0) 115%);
}
@media (max-width: 992px) {
  .bg-gradient {
    margin-top: 160px;
    margin-bottom: 160px;
    padding-bottom: 110px;
  }
  .bg-gradient__shape {
    display: none;
  }
  .bg-gradient__content {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .bg-gradient {
    margin-top: 130px;
    margin-bottom: 140px;
    padding-bottom: 90px;
  }
}
@media (max-width: 576px) {
  .bg-gradient {
    margin-top: 100px;
    margin-bottom: 110px;
    padding-bottom: 50px;
  }
  .bg-gradient__content {
    padding-top: 70px;
  }
}
@media (max-width: 374px) {
  .bg-gradient {
    margin-top: 90px;
    margin-bottom: 100px;
    padding-bottom: 50px;
  }
  .bg-gradient__content {
    padding-top: 60px;
  }
}

.inner {
  padding-left: 43px;
  padding-right: 43px;
  margin-bottom: 23px;
}
@media (max-width: 576px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

#faq {
  margin-top: 40px;
}

/* Expand/collapse and Accordion */
.ac-btn {
  display: block;
  cursor: pointer;
  position: relative;
}
.ac-btn:hover + .ac-content {
  will-change: max-height;
}
.ac-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.expand {
  border-radius: 6px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #f1f1f1;
  background-color: #fff;
}
.expand:not(:last-child) {
  margin-bottom: 20px;
}
.expand__header, .expand__desc {
  padding-left: 43px;
  padding-right: 58px;
}
.expand__header {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.07px;
}
.expand__header:before, .expand__header:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 17px;
  height: 17px;
  top: 50%;
  margin-top: -25px;
}
.expand__header:before {
  background-color: #5761FF;
  border-radius: 50%;
}
.expand__header:after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjkiIHZpZXdCb3g9Ii0zLjUgLjUgOSA5IiB3aWR0aD0iOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNCAzLjkyOS0zLjAwMSAzLjE4OC0yLjk5OS0zLjE4OCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  transform: rotate(-90deg);
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}
.expand__header.active:after {
  transform: none;
}
.expand__header:hover:after {
  will-change: transform;
}
.expand__desc {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 576px) {
  .expand:not(:last-child) {
    margin-bottom: 10px;
  }
  .expand__header, .expand__desc {
    padding-left: 20px;
    padding-right: 45px;
  }
  .expand__header {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .expand__header:before, .expand__header:after {
    right: 15px;
  }
  .expand__desc {
    padding-bottom: 30px;
  }
  .expand .table-inner {
    display: block;
    max-width: none;
    margin-right: -25px;
  }
}

@media (max-width: 766px) {
  .code__panel {
    display: none;
  }
}

@media (max-width: 766px) {
  .use-cases__panel {
    margin-top: 70px;
  }
}

@media (max-width: 992px) {
  .hidden-lg {
    display: none;
  }
}

/* sections */
.section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
  margin-bottom: 255px;
}
.section.section__center {
  justify-content: center;
}
.section.section__center .section__content {
  width: 75%;
}
@media (max-width: 992px) {
  .section.section__center .section__content {
    width: 100%;
  }
}
.section.section__center .topic__header {
  text-align: center;
}
.section.section__center .topic__header .topic__title {
  text-align: center;
  display: inline-block !important;
}
.section.section__center .topic__text {
  text-align: center;
}
.section.section__news_diagram {
  margin-top: 200px;
  margin-bottom: 200px;
}
.section.section__news_diagram .topic__title {
  margin-top: 0;
}
@media (max-width: 992px) {
  .section.section__news_diagram .topic__icon {
    transform: none;
    transform-origin: inherit;
  }
}
@media (max-width: 767px) {
  .section.section__news_diagram .bg {
    overflow: hidden;
  }
}
.section.section__news_diagram .text {
  display: flex;
  justify-content: center;
}
.section.section__news_diagram .text .topic__text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .section.section__news_diagram .text .topic__text {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .section.section__news_diagram .text .topic__text {
    width: 80%;
    margin-bottom: 100px;
  }
}
.section.section__news_diagram .svg-shape {
  max-width: 1060px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .section {
    margin-bottom: 185px;
  }
}
@media (max-width: 992px) {
  .section {
    margin-bottom: 160px;
  }
  .section:last-child {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section {
    margin-bottom: 115px;
  }
}
@media (max-width: 576px) {
  .section {
    margin-bottom: 90px;
  }
}
@media (max-width: 374px) {
  .section {
    margin-bottom: 75px;
  }
}
.section__caption, .section__content {
  position: relative;
  width: 415px;
}
.section__caption {
  padding-top: 10px;
}
.section_right {
  flex-direction: row-reverse;
}
.section_pt_caption .section__caption {
  padding-top: 130px;
}
.section_pt_content .section__content {
  padding-top: 130px;
}
.section_pb {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .section {
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .section {
    padding-top: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
  .section__caption, .section__content {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section__caption {
    padding-top: 0;
  }
  .section__content {
    padding-top: 10px;
  }
  .section_pt_caption .section__caption {
    padding-top: 0;
  }
  .section_pt_content .section__content {
    padding-top: 0;
  }
  .section_pb {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section {
    flex-direction: column;
  }
  .section__caption, .section__content {
    width: 100%;
  }
  .section__caption {
    padding-top: 0;
  }
  .section__content {
    padding-top: 0;
    margin-top: 35px;
  }
}
@media (max-width: 576px) {
  .section__content {
    margin-top: 30px;
  }
}

.topic__header {
  margin-bottom: 30px;
}
.topic__icon-wrap {
  margin-bottom: 65px;
}
.topic__icon {
  max-width: 100%;
  max-height: 100%;
}
.topic__icon.icon_star_big {
  display: block;
  position: relative;
  z-index: -1;
  margin-left: -153px;
  margin-bottom: -47px;
}
.topic__title {
  font-size: 35px;
  line-height: 1.25;
  font-weight: bold;
  color: #325a8f;
}
@media (max-width: 992px) {
  .topic__header {
    margin-bottom: 25px;
  }
  .topic__title {
    font-size: 30px;
  }
  .topic__icon-wrap {
    margin-bottom: 29px;
  }
  .topic__icon {
    transform: scale(0.8);
    transform-origin: left bottom;
  }
  .topic__icon.icon_star_big {
    margin-left: -100px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .topic__header {
    margin-bottom: 23px;
  }
  .topic__icon-wrap {
    margin-top: -50px;
  }
  .topic__icon {
    transform: scale(0.75);
  }
  .topic__icon.icon_star_big {
    margin-bottom: -43px;
  }
  .topic__title {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 26px;
  }
  .topic__title br {
    display: none;
  }
}
@media (max-width: 576px) {
  .topic__header {
    margin-bottom: 16px;
  }
  .topic__title {
    font-size: 24px;
  }
  .topic__icon-wrap {
    margin-bottom: 23px;
  }
  .topic__icon {
    transform: scale(0.65);
  }
  .topic__icon.icon_star_big {
    margin-left: -85px;
    margin-bottom: -35px;
  }
}
@media (max-width: 374px) {
  .topic__title {
    font-size: 23px;
  }
  .topic__icon-wrap {
    margin-top: -60px;
    margin-bottom: 17px;
  }
  .topic__icon {
    transform: scale(0.5);
  }
  .topic__icon .icon_star_big {
    margin-left: -64px;
    margin-bottom: -27px;
  }
}

.item:not(:first-child) {
  margin-top: 35px;
}
.item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.item__text {
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .item:not(:first-child) {
    margin-top: 28px;
  }
  .item__title {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .item:not(:first-child) {
    margin-top: 24px;
  }
  .item__title {
    font-size: 16px;
  }
}

/* company */
.company {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 210px;
}
.company__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 182px;
  border-radius: 18px;
  background-color: #f6f6f6;
}
.company__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.company__column {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
}
.company__color-purple.company__link,
.company__color-purple .company__box {
  background-color: #feefff;
}
.company__color-purple .company__heading, .company__color-purple .company__name {
  color: #8939B6;
}
.company__color-purple .company__header, .company__color-purple .company__link {
  background-color: #feefff;
}
.company__color-violet.company__link,
.company__color-violet .company__box {
  background-color: #f5f0ff;
}
.company__color-violet .company__heading, .company__color-violet .company__name {
  color: #532AA1;
}
.company__color-violet .company__header, .company__color-violet .company__link {
  background-color: #f5f0ff;
}
.company__color-green.company__link,
.company__color-green .company__box {
  background-color: #e1fdf2;
}
.company__color-green .company__heading, .company__color-green .company__name {
  color: #246F68;
}
.company__color-green .company__header, .company__color-green .company__link {
  background-color: #e1fdf2;
}
.company__color-green-pale.company__link,
.company__color-green-pale .company__box {
  background-color: #e1fdf2;
}
.company__color-green-pale .company__heading, .company__color-green-pale .company__name {
  color: #237759;
}
.company__color-green-pale .company__header, .company__color-green-pale .company__link {
  background-color: #e1fdf2;
}
.company__color-blue.company__link,
.company__color-blue .company__box {
  background-color: #e9f3ff;
}
.company__color-blue .company__heading, .company__color-blue .company__name {
  color: #5761FF;
}
.company__color-blue .company__header, .company__color-blue .company__link {
  background-color: #e9f3ff;
}
.company__header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  min-height: 182px;
  margin-bottom: 16px;
}
.company__header-item {
  text-align: center;
}
.company__link {
  text-decoration: none;
  color: #6B7C93;
  flex: 1;
  padding: 32px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company__link:not(.company__link_sub) {
  border-radius: 18px;
}
.company__link:not(.company__link_sub):not(:last-child) {
  margin-bottom: 16px;
}
.company__link:hover .company__icon-small {
  transform: scale(1.1);
}
.company__link_sub {
  background-color: transparent !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.company__link_sub:first-child {
  padding-top: 32px;
}
.company__link_sub:last-child {
  padding-bottom: 32px;
}
.company__link_sub .company__item {
  min-width: 210px;
}
.company__box {
  flex: 1;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}
.company__heading {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.09px;
}
.company__item {
  display: flex;
  align-items: center;
  min-width: 150px;
}
.company__item:not(:last-child) {
  margin-bottom: 20px;
}
.company__icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
}
.company__icon {
  width: 68px;
  height: 68px;
}
.company__icon-small {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  transition: transform 0.2s cubic-bezier(0.25, 0.47, 0.45, 0.92);
}
.company__name {
  min-width: 40px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.company__name b {
  font-weight: bold;
}
@media (max-width: 992px) {
  .company {
    margin-bottom: 150px;
  }
  .company__link {
    padding: 26px 24px;
  }
  .company__link_sub {
    justify-content: flex-start;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .company__link_sub:first-child {
    padding-top: 26px;
  }
  .company__link_sub:last-child {
    padding-bottom: 26px;
  }
  .company__link_sub .company__item {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .company {
    margin-bottom: 140px;
  }
  .company__top {
    margin-bottom: 24px;
  }
  .company__grid {
    display: block;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .company__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .company__column:not(:first-child) {
    margin-top: 80px;
  }
  .company__header {
    margin-bottom: 12px;
  }
  .company__link:not(.company__link_sub):not(:last-child) {
    margin-bottom: 12px;
  }
  .company__link_sub {
    justify-content: center;
  }
  .company__link_sub .company__item {
    min-width: 210px;
  }
  .company__link, .company__header, .company__box {
    transform: none !important;
  }
  .company__link.aos-animate, .company__header.aos-animate, .company__box.aos-animate {
    transition-delay: 0s !important;
    transition-duration: 0.5s !important;
  }
}
@media (max-width: 576px) {
  .company {
    margin-bottom: 110px;
  }
}
@media (max-width: 374px) {
  .company {
    margin-bottom: 90px;
  }
  .company__link_sub {
    justify-content: flex-start;
  }
  .company__link_sub .company__item {
    min-width: 0;
  }
}

/* reviews */
.review {
  display: flex;
  flex-direction: column;
}
.review__box {
  flex: 1;
  position: relative;
  padding: 60px;
  font-size: 19px;
  line-height: 1.65;
  background-color: #fff;
  border-radius: 54px;
  box-shadow: 0 5px 12px 0 rgba(85, 34, 228, 0.1);
}
.review__box:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 77px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: inherit;
  box-shadow: 0 6px 6px 0 rgba(85, 34, 228, 0.05);
}
.review__info {
  display: flex;
  margin-top: 31px;
  padding-left: 60px;
}
.review__photo {
  position: relative;
  width: 62px;
  height: 62px;
  margin-right: 22px;
  border-radius: 50%;
  background-color: #b9d7ff;
  overflow: hidden;
}
.review__icon {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.review__img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.review__base {
  flex: 1;
  min-width: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.review__author {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  color: #5522e4;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.review__position {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #5761FF;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 992px) {
  .review__box {
    padding: 50px;
    font-size: 18px;
    border-radius: 50px;
  }
  .review__box:after {
    left: 67px;
  }
  .review__info {
    padding-left: 50px;
  }
  .review__photo {
    margin-right: 19px;
  }
  .review__author {
    font-size: 20px;
  }
  .review__position {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .review__box {
    padding: 30px;
    font-size: 17px;
    border-radius: 30px;
  }
  .review__box:after {
    left: 47px;
    bottom: -12px;
    width: 24px;
    height: 24px;
  }
  .review__info {
    margin-top: 27px;
    padding-left: 30px;
  }
  .review__photo {
    margin-right: 15px;
  }
  .review__author {
    font-size: 18px;
  }
  .review__position {
    font-size: 13px;
  }
}

/* pricing */
.pricing {
  display: flex;
  flex-wrap: wrap;
}
.pricing__side {
  display: flex;
  flex-direction: column;
  width: 215px;
  margin-top: 136px;
  margin-bottom: 124px;
  box-shadow: 0 0 9px 0 rgba(32, 50, 82, 0.17);
  border-radius: 14px 0 0 14px;
  background-color: #fff;
  overflow: hidden;
}
.pricing__bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 25px;
}
.pricing__bar_products {
  min-height: 170px;
}
.pricing__bar_includes {
  flex: 1;
  background-color: #f3f4f8;
}
.pricing__title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: bold;
  color: #5761FF;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 13px;
}
.pricing__title-mob {
  display: none;
}
.pricing__desc {
  font-size: 15px;
  line-height: 1.65;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pricing__item {
  flex: 1;
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 13px 0 rgba(37, 49, 99, 0.11);
}
.pricing__item:not(:last-child) {
  margin-right: 16px;
}
.pricing__item_standart .pricing__header {
  background-image: linear-gradient(to bottom, #bdf4e1 -21%, #42dba4 100%);
}
.pricing__item_standart .pricing__cell_includes {
  background-color: #ebfaf2;
}
.pricing__item_advanced .pricing__header {
  background-image: linear-gradient(to bottom, #fcf2fa -33%, #e589fb 100%);
}
.pricing__item_advanced .pricing__cell_includes {
  background-color: #fdf5fd;
}
.pricing__item_pro .pricing__header {
  background-image: linear-gradient(to bottom, #dde7ff -21%, #647cfd 100%);
}
.pricing__item_pro .pricing__cell_includes {
  background-color: #eef2fe;
}
.pricing__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 136px;
  padding: 25px 20px;
}
.pricing__name {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pricing__name b {
  font-weight: bold;
}
.pricing__amount {
  margin-top: 11px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pricing__cell_products {
  padding: 28px 25px;
}
.pricing__cell_includes {
  padding: 33px 20px;
}
.pricing__product {
  display: flex;
  align-items: center;
}
.pricing__product:not(:last-child) {
  margin-bottom: 12px;
}
.pricing__product_disabled .pricing__icon {
  opacity: 0;
}
.pricing__product_disabled .pricing__product-name {
  color: #ccc !important;
}
.pricing__icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 10px;
}
.pricing__product-name {
  min-width: 40px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.09px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pricing__text {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.07px;
  color: #4a4a4a;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.pricing__text:not(:last-child) {
  margin-bottom: 18px;
}
.pricing__bottom {
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 124px;
}
@media (max-width: 992px) {
  .pricing__side {
    display: none;
  }
  .pricing__title-mob {
    display: block;
    text-align: center;
    margin-left: -25px;
    margin-right: -25px;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: rgba(87, 97, 255, 0.8);
    margin-bottom: 11px;
    background-color: rgba(87, 97, 255, 0.04);
  }
  .pricing__cell {
    padding-top: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .pricing {
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing__item {
    transform: none !important;
    box-shadow: 0 4px 18px 0 rgba(37, 49, 99, 0.11);
  }
  .pricing__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .pricing__item.aos-animate {
    transition-delay: 0s !important;
    transition-duration: 0.5s !important;
  }
  .pricing__header {
    min-height: 0;
    padding: 23px 20px;
  }
  .pricing__amount {
    margin-top: 9px;
  }
  .pricing__product:not(:last-child) {
    margin-bottom: 10px;
  }
  .pricing__product-name {
    font-size: 16px;
  }
  .pricing__text:not(:last-child) {
    margin-bottom: 13px;
  }
  .pricing__cell_products {
    padding-bottom: 24px;
  }
  .pricing__cell_includes {
    padding-bottom: 27px;
  }
  .pricing__bottom {
    min-height: 0;
  }
}

.check {
  position: relative;
  padding-left: 25px;
}
.check:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 12px auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE0IiB2aWV3Qm94PSItNC41IC0xLjUgMTIgMTQiIHdpZHRoPSIxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjIxIDEyLjAyM0E0NS42NzggNDUuNjc4IDAgMDAtMS4wMTkgOS45bC0uNDU1LS43MTMtLjM0NC0uNTI0Yy0uNzUxLTEuMTY5LTEuNTMzLTIuMTM0LTIuMzQ2LTIuODk2LjQ2NC0uMzg0Ljg5Ni0uNTc1IDEuMjk3LS41NzUuNDkzIDAgLjkzMS4xOCAxLjMxNS41NDFzLjg2OCAxLjA0OSAxLjQ1MyAyLjA2MkEzNS4xNzUgMzUuMTc1IDAgMDEyLjQzNyAxLjY1QzMuMDAzLjU5NiAzLjUwOS0uMTEzIDMuOTU0LS40NzdjLjQ0My0uMzYzIDEuMDMyLS41NDYgMS43NjYtLjU0Ni4zOSAwIC44NzEuMDYxIDEuNDQ0LjE4MWExMy44MTEgMTMuODExIDAgMDAtMy41MzIgNC4yMjlDMi43NDkgNS4wMTkgMS42MDggNy44OTguMjEgMTIuMDIzeiIgZmlsbD0iIzUwNzZmMiIvPjwvc3ZnPg==");
}
.check_disabled {
  color: #ccc !important;
}
.check_disabled:before {
  opacity: 0;
}

.link {
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.55;
  color: #5761FF;
  transition: color 0.15s ease;
}
.link__icon {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 9px;
  fill: #5761FF;
  transition: fill 0.15s ease, transform 0.15s ease;
}
.link:hover .link__icon {
  transform: translateX(3px);
}
.link_arrow {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.07px;
}
.link_arrow .link__icon {
  margin-left: 10px;
  margin-bottom: 2px;
}

.property {
  text-align: center;
}
.property__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 81px;
  margin-bottom: 14px;
}
.property__icon svg {
  max-height: 100%;
}
.property__title {
  max-width: 234px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  min-height: 64px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 992px) {
  .property__icon {
    margin-bottom: 13px;
  }
  .property__title {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .property__desc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .property__icon {
    min-height: 0;
    margin-bottom: 18px;
  }
  .property__title {
    max-width: 100%;
    min-height: 0;
  }
}

.unit__icon-wrap {
  margin-bottom: 25px;
}
.unit__icon {
  border-radius: 50%;
  width: 82px;
  height: 83px;
}
.unit__title {
  margin-bottom: 19px;
}
.unit__row {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .unit__icon-wrap {
    margin-bottom: 25px;
  }
  .unit__title {
    margin-bottom: 15px;
  }
  .unit__row {
    margin-top: 19px;
  }
}

/* Filtering cases */
.filter__title {
  text-align: center;
  margin-bottom: 20px;
}
.filter__options {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.filter__container {
  margin-left: -22px;
  margin-right: -22px;
}
.filter__grid {
  display: flex;
  flex-wrap: wrap;
}
.filter__item {
  display: none;
  flex-direction: column;
  width: 33.33%;
  padding: 15px 22px 29px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.filter__item .case {
  flex: 1;
}
.filter__item.show {
  display: flex;
}
.filter__sizer {
  width: 33.33%;
}
.filter__btn {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px 38px;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  font-family: "Lato", sans-serif;
  border-radius: 14px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.filter__btn.is-checked {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.filter__btn:not(.is-checked):hover .filter__btn-icon {
  transform: scale(1.1);
}
.filter__btn-icon {
  width: 59px;
  height: 59px;
  min-width: 30px;
  margin-right: 15px;
  transition: transform 0.2s cubic-bezier(0.25, 0.47, 0.45, 0.92);
}
.filter__btn-name {
  min-width: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.filter__btn-name b {
  font-weight: bold;
}
.filter.hide .filter__item {
  transform: scale(0.5);
  opacity: 0;
}
@media (max-width: 1199px) {
  .filter__options {
    margin-bottom: 40px;
  }
  .filter__container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .filter__item {
    padding: 13px 20px 27px;
  }
}
@media (max-width: 992px) {
  .filter__options {
    margin-bottom: 35px;
  }
  .filter__btn {
    padding: 14px 28px;
  }
  .filter__container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .filter__item {
    padding: 13px 15px 27px;
  }
  .filter .case__header {
    font-size: 15px;
    padding: 23px 20px 22px;
  }
  .filter .case__box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .filter__options {
    margin-bottom: 30px;
  }
  .filter__btn {
    padding: 12px 15px;
  }
  .filter__btn-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .filter__btn-name {
    font-size: 15px;
  }
  .filter__grid {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .filter__item {
    width: 50%;
  }
  .filter .case__header {
    font-size: 16px;
    padding: 23px 25px 22px;
  }
  .filter .case__box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 576px) {
  .filter__options {
    margin-bottom: 25px;
  }
  .filter__btn {
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    border-radius: 12px;
  }
  .filter__btn-icon {
    width: 36px;
    height: 36px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .filter__grid {
    max-width: 325px;
  }
  .filter__item {
    width: 100%;
  }
  .filter .case__header {
    font-size: 17px;
    padding: 23px 30px 22px;
  }
  .filter .case__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 399px) {
  .filter__btn {
    padding: 8px 12px;
  }
}
@media (max-width: 374px) {
  .filter__options {
    margin-bottom: 22px;
  }
  .filter__btn {
    padding: 9px;
    border-radius: 10px;
  }
  .filter__btn-icon {
    width: 32px;
    height: 32px;
  }
  .filter__btn-name {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: normal;
  }
}

.case {
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 14px 8px rgba(66, 77, 112, 0.1);
  background-color: #eef3ff;
  border-radius: 16px;
  transition: box-shadow 0.15s ease;
}
.case:hover {
  box-shadow: 0 7px 16px 8px rgba(66, 77, 112, 0.14);
}
.case__header {
  padding: 35px 35px 29px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 16px 16px 0 0;
  background-image: linear-gradient(to bottom, #dde7ff -93%, #647cfd 121%);
}
.case__box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 35px 24px;
}
.case__title {
  font-size: 13px;
  letter-spacing: 0.06px;
  font-weight: bold;
  color: #5761FF;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.case__title:not(:first-child) {
  margin-top: 30px;
}
.case__text {
  font-size: 13px;
  line-height: 1.57;
  letter-spacing: 0.06px;
}
.case__flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.case__product {
  text-decoration: none;
  color: #6B7C93;
  margin-top: 14px;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  align-items: center;
}
.case__product:hover .case__product-icon {
  transform: scale(1.1);
}
.case__product-icon {
  width: 27px;
  height: 27px;
  min-width: 27px;
  margin-right: 9px;
  transition: transform 0.2s cubic-bezier(0.25, 0.47, 0.45, 0.92);
}
.case__product-name {
  min-width: 40px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.05px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.case__product-name b {
  font-weight: bold;
}
.case__bottom {
  margin-top: auto;
  padding-top: 28px;
  text-align: center;
}

.companies-section h5.headline__subtitle {
  align-self: stretch;
  color: #98A2B3;
  text-align: center;
  font-family: "IBM Plex Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.bw-image img {
  filter: url(#whiteOrGray);
}

.plans_review_parent-container {
  width: 100%;
  max-width: 1060px;
  min-width: 320px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.plans_review_parent-container .carousel-prev {
  left: -30px;
}
.plans_review_parent-container .carousel-next {
  right: -30px;
}

.faq-section .headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.faq-section .headline__title {
  flex: 1 0 0;
  color: #344054;
  text-align: center;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  padding-bottom: 16px;
}
.faq-section .headline__desc {
  width: 680px;
  color: #1D2939;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq-section .leading {
  color: #111322;
  font-family: Lato;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.faq-section .expand {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: #FFF;
  box-shadow: none;
  margin-bottom: 10px;
  border: none;
  border-radius: 16px;
}
.faq-section .expand:hover {
  background: #FCFCFD;
}
.faq-section .expand__header {
  color: #101828;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-top: 0;
  padding-bottom: 0px;
  width: 100%;
  position: relative;
  padding-left: 33px;
  padding-right: 32px;
  cursor: pointer;
  transition: color 0.2s;
}
.faq-section .expand__header::before {
  background-color: transparent !important;
}
.faq-section .expand__header::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px auto;
  padding: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #EDEEFA;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC41IDYuMjVMNiAxLjc1TDEuNSA2LjI1IiBzdHJva2U9IiM4Mjg5RjciIHN0cm9rZS13aWR0aD0iMS42NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 25px;
}
.faq-section .expand.active {
  border-radius: 8px;
  background: #F9FAFB;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  transform: translateY(-1px);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  will-change: transform, box-shadow;
}
.faq-section .expand.active .expand__header {
  color: #101828;
}
.faq-section .expand.active .expand__header::after {
  transform: rotate(0deg);
  background-color: #E4E7FE;
}
.faq-section .expand.active .expand__header:hover::after {
  background-color: #D2D6FE;
}
.faq-section .expand.active .ac-box {
  max-height: 400px;
  opacity: 1;
  border-top: 1px solid rgba(234, 236, 240, 0.5);
  margin-top: 0px;
  padding-top: 12px;
}
.faq-section .expand .ac-box {
  color: #475467;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s ease-in-out, padding-top 0.15s ease-in-out, margin-top 0.15s ease-in-out;
  overflow: hidden;
  width: 100%;
  padding-top: 0;
  margin-top: 0;
  will-change: max-height, opacity;
}

.info-badge {
  padding: 6px 12px;
  max-width: 195px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #F9FAFB;
  color: #1D2939;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.plan {
  position: relative;
  border-radius: 14px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.13);
  border: solid 1px #f1f1f1;
  background-color: #fff;
  margin-bottom: 55px;
}
.plan__btns {
  display: flex;
  width: 100%;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .plan__btns {
    flex-wrap: wrap;
  }
}
.plan__btns .btn-container {
  position: relative;
  height: 60px;
  margin-bottom: 10px;
}
.plan__btns .btn-subscribe {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  align-self: stretch;
  border-radius: 30px;
  border: none;
  background: linear-gradient(75deg, #444CE7 5.84%, #647DFF 96.9%);
  box-shadow: 0px 8px 16px -6px rgba(16, 24, 40, 0.12);
  color: #FFF;
  text-align: justify;
  font-family: "IBM Plex Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.plan__btns .btn-subscribe.hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.plan__btns .btn-subscribe:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 20px -8px rgba(16, 24, 40, 0.15);
  background: linear-gradient(75deg, #3D45DE 5.84%, #5B66F8 96.9%);
  text-decoration: none;
}
.plan__btns .btn-yearly-subscription {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  text-transform: uppercase;
  border-radius: 30px;
  border: 2px solid #454EE8;
  background: #FFF;
  text-align: justify;
  font-family: "IBM Plex Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #505EF0 0%, #5B6FF8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.plan__btns .btn-yearly-subscription:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px -4px rgba(69, 78, 232, 0.12);
  border-color: #3D45DE;
  background: linear-gradient(90deg, #444CE7 0%, #4A5EF7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-decoration: none;
}
.plan__btns .btn-yearly-subscription:active {
  transform: translateY(1px);
  box-shadow: 0px 2px 4px -2px rgba(69, 78, 232, 0.08);
}
.plan__btns > div {
  display: flex;
  gap: 10px;
  width: 100%;
}
.plan__btns > div .btn-secondary-info {
  display: flex;
  flex: 1;
  height: 60px;
  justify-content: center;
  border: none;
  align-items: center;
  border-radius: 30px;
  background: #F5F8FF;
  color: #475467;
  text-transform: uppercase;
  text-align: justify;
  font-family: "IBM Plex Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  cursor: pointer;
}
.plan__btns > div .btn-secondary-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(71, 84, 103, 0.08), 0 4px 8px rgba(71, 84, 103, 0.06);
  background-color: #EEF3FF;
  color: #475467;
  cursor: pointer;
  text-decoration: none;
}
.plan__btns > div .btn-secondary-info:active {
  transform: translateY(1px);
  color: #475467;
  box-shadow: 0 4px 8px rgba(71, 84, 103, 0.06);
}
.plan .list-item {
  justify-content: flex-start;
  gap: 12px;
  transition: opacity 0.3s;
}
.plan .list-item.strike-trough {
  text-decoration: line-through;
}
.plan .list-item .tick-transition {
  transition: opacity 0.3s ease-in-out;
}
.plan .list-item .tick-transition:hover {
  opacity: 0;
}
.plan .list-item .tick-transition-wrapper {
  position: relative;
  display: inline-block;
}
.plan .list-item .tick-transition-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/new/tick_in_a_circle-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.plan .list-item.active .tick-transition {
  transition: opacity 0.3s ease-in-out;
}
.plan .list-item.active .tick-transition-wrapper {
  position: relative;
  display: inline-block;
}
.plan .list-item.active .tick-transition-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/new/tick_in_a_circle-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.plan-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.plan-header h1 {
  color: #101828;
  text-align: center;
  font-family: Lato;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.plan-header p {
  color: #1D2939;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 992px) {
  .plan {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .plan {
    margin-bottom: 60px;
  }
}
.plan__options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
}
.plan__row {
  display: flex;
  align-items: center;
}
.plan_info_title {
  color: #101828;
  padding-top: 10px;
  font-family: "IBM Plex Mono";
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 0.08em;
  text-shadow: 0.25px 0.25px 0 #333;
}
.plan .feature {
  color: #101828;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  line-clamp: 2;
  --webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.plan .feature .green-tick {
  width: 13.333px;
  height: 13.333px;
  flex-shrink: 0;
  border-radius: 5.333px;
  border: 1.333px solid #32DCA0;
  padding: 1.5px;
  background: #70E7BC;
  margin-right: 4px;
  margin-top: -2.5px;
}
.plan .info-card {
  display: flex;
  height: 32px;
  padding: 10px 15px;
}
@media (max-width: 425px) {
  .plan .info-card {
    padding: 10px;
  }
}
.plan .info-card {
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #F2F4F7;
  color: #1D2939;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.plan .info-card.limited {
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-width: 100%;
  min-width: 140px;
  white-space: break-spaces;
}
.plan__info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .plan__info {
    gap: 20px;
  }
}
.plan__info__name-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 110px;
  min-width: 200px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .plan__info__name-price {
    width: 100%;
    align-items: center;
    text-align: center;
    min-height: 110px;
  }
}
.plan__info__name-price .hidden {
  opacity: 0;
}
.plan__info__name-price .plan__price-postfix {
  margin-top: auto;
  color: rgba(107, 124, 147, 0.7);
  text-align: justify;
  font-family: Lato;
  font-size: 20.625px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.938px;
  letter-spacing: 0.082px;
  display: block;
}
@media (max-width: 767px) {
  .plan__info__name-price .plan__price-postfix {
    display: none;
  }
}
.plan__info__name-price .standard-price-info {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .plan__info__name-price .standard-price-info {
    flex-direction: column;
  }
}
.plan__info__name-price .standard-price-info.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.plan__info__name-price .standard-price-info .plan__price-postfix {
  visibility: hidden;
  display: block;
}
@media (max-width: 767px) {
  .plan__info__name-price .standard-price-info .plan__price-postfix {
    display: block;
    visibility: visible;
  }
}
.plan__info__name-price #plan__card-info {
  display: flex;
  height: 32px;
  padding: 5px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #101828;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Mono";
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
}
.plan__info__name-price #plan__price {
  color: #000;
  margin-top: 5px;
  text-align: justify;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 53.9px;
  letter-spacing: 0.165px;
}
@media (max-width: 767px) {
  .plan__info__name-price #plan__price {
    font-size: 32px;
    line-height: 40px;
  }
}
.plan__info__name-price #plan__custom {
  white-space: nowrap;
}
.plan__info__middle {
  display: flex;
  justify-content: space-between;
  min-height: 205px;
  min-width: 50%;
}
@media (max-width: 905px) {
  .plan__info__middle {
    min-height: 400px;
  }
}
@media (max-width: 500px) {
  .plan__info__middle {
    min-height: 600px;
  }
}
.plan__info__middle .plan__info_notes-container {
  position: relative;
  min-width: 140px;
  width: 100%;
}
@media (max-width: 767px) {
  .plan__info__middle .plan__info_notes-container {
    min-width: auto;
  }
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 790px) {
  .plan__info__middle .plan__info_notes-container .plan__info__custom_note {
    align-items: flex-start;
  }
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note .btn-subscribe {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  align-self: stretch;
  border-radius: 30px;
  border: none;
  background: linear-gradient(75deg, #444CE7 5.84%, #647DFF 96.9%);
  box-shadow: 0px 8px 16px -6px rgba(16, 24, 40, 0.12);
  color: #FFF;
  text-align: justify;
  font-family: "IBM Plex Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  max-width: 200px;
}
@media (max-width: 425px) {
  .plan__info__middle .plan__info_notes-container .plan__info__custom_note .btn-subscribe {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note .btn-subscribe.hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note .btn-subscribe:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 20px -8px rgba(16, 24, 40, 0.15);
  background: linear-gradient(75deg, #3D45DE 5.84%, #5B66F8 96.9%);
  text-decoration: none;
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note .custom-price-text {
  color: #344054;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  min-width: 250px;
  max-width: auto;
}
@media (max-width: 790px) {
  .plan__info__middle .plan__info_notes-container .plan__info__custom_note .custom-price-text {
    min-width: auto;
    max-width: calc(65% - 15px);
  }
}
@media (max-width: 425px) {
  .plan__info__middle .plan__info_notes-container .plan__info__custom_note .custom-price-text {
    max-width: 100%;
    text-align: center;
  }
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note .custom-price-text {
  white-space: break-spaces;
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note .plan__info__note {
  max-width: 500px;
}
.plan__info__middle .plan__info_notes-container .plan__info__custom_note .plan__info__note .plan__info__note_text {
  text-align: justify;
}
.plan__info__middle .plan__info_notes-container .plan__info_notes, .plan__info__middle .plan__info_notes-container .plan__info__custom_note {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .plan__info__middle .plan__info_notes-container .plan__info_notes, .plan__info__middle .plan__info_notes-container .plan__info__custom_note {
    left: 0;
    right: 0;
  }
}
.plan__info__middle .plan__info_notes-container .plan__info_notes.hidden, .plan__info__middle .plan__info_notes-container .plan__info__custom_note.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.plan__info__middle .plan__info_notes-container .note-container {
  position: relative;
  width: 100%;
}
.plan__info__middle .plan__info_notes-container .note-container .standard-note {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 500px) {
  .plan__info__middle .plan__info_notes-container .standard-note {
    align-self: center;
  }
}
.plan__info__middle .plan__info_notes-container .plan__info_notes {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 30px;
  flex-basis: auto;
  width: 100%;
}
.plan__info__middle .plan__info_notes-container .plan__info_notes > * {
  flex: 1;
  min-width: 0;
}
.plan__info__middle .plan__info_notes-container .plan__info_notes .break-line {
  display: none;
  flex: 0;
  width: 0;
  height: 0;
  flex-basis: auto;
}
@media (max-width: 905px) {
  .plan__info__middle .plan__info_notes-container .plan__info_notes {
    flex-wrap: wrap;
  }
  .plan__info__middle .plan__info_notes-container .plan__info_notes .break-line {
    display: block;
    flex-basis: 100%;
  }
  .plan__info__middle .plan__info_notes-container .plan__info_notes {
    gap: 15px;
  }
}
@media (max-width: 500px) {
  .plan__info__middle .plan__info_notes-container .plan__info_notes {
    gap: 5px;
    flex-direction: column;
  }
  .plan__info__middle .plan__info_notes-container .plan__info_notes .break-line {
    display: none;
    flex: 0;
    width: 0;
    height: 0;
    flex-basis: auto;
  }
}
.plan__info__note {
  display: flex;
  gap: 8px;
  flex-direction: column;
  min-width: 140px;
  flex: 1 1 calc(50% - 15px);
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.plan__info__note.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 905px) {
  .plan__info__note {
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .plan__info__note {
    align-items: center;
  }
}
@media (max-width: 425px) {
  .plan__info__note {
    flex: 1 1 100%;
    width: 100%;
    max-width: 400px;
  }
}
.plan__info__note-support-container {
  width: 100%;
  height: 200px;
  min-width: 140px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 905px) {
  .plan__info__note-support-container {
    height: 150px;
  }
}
.plan__info__note.support-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
}
.plan__info__note_title, .plan__info__note_title-left {
  align-self: stretch;
  text-align: center;
  color: #101828;
  font-family: "IBM Plex Mono";
  font-size: 12px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media (max-width: 905px) {
  .plan__info__note_title, .plan__info__note_title-left {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .plan__info__note_title, .plan__info__note_title-left {
    text-align: center;
  }
}
.plan__info__note_title-left {
  text-align: left;
}
.plan__info__note_subtitle {
  align-self: stretch;
  color: #101828;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.plan__info__note_text {
  align-self: stretch;
  color: #667085;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}
.plan__info__note_desc {
  color: #6B7C93;
  opacity: 0.7;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.plan__notice {
  font-size: 16px;
  line-height: 1.5;
}
.plan__select {
  display: inline-block;
  padding: 5px 6px;
}
.plan__pricing {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.plan__col {
  position: relative;
  min-width: 197px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.plan__col:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 78%;
  width: 1px;
  background-color: #ced7df;
}
.plan__value {
  font-size: 28px;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0.12px;
}
.plan__note {
  margin-top: 1px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(107, 124, 147, 0.7);
  letter-spacing: 0.06px;
}
.plan__contact-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.plan__box-hide {
  will-change: transform;
  filter: blur(0);
  transition: opacity 0.3s ease-in, filter 0.3s ease-in, transform 0.3s ease-in;
}
.plan__slider {
  position: relative;
  height: 4px !important;
  max-width: 100%;
  cursor: pointer;
  /* Safari-specific fixes */
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  touch-action: none; /* Important for touch events */
  margin-left: 50px;
  margin-right: 50px;
}
.plan__slider.noUi-target {
  height: 4px;
  background: #EAECF0;
  border-radius: 0px 2px 2px 0px;
  border: none;
  box-shadow: none;
  margin-bottom: 53px;
}
.plan__slider .noUi-origin {
  z-index: 10 !important;
}
.plan__slider .noUi-base,
.plan__slider .noUi-connects {
  z-index: auto;
}
.plan__slider .noUi-base {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px !important;
  background: #EAECF0;
  border-radius: 3px;
}
.plan__slider .noUi-connect {
  background-color: #32DCA0;
  background-size: 0% 100%;
  height: 10px;
  width: 100%; /* can be any width */
  border-radius: 5px;
  height: 4px !important;
  transition: background-size 1s ease-out, background-color 1s ease-out;
  -webkit-transition: background-size 1s ease-out, background-color 1s ease-out; /* Safari fix */
}
.plan__slider .noUi-handle {
  z-index: 10;
  top: -13px;
  right: -26px;
  width: 56px;
  height: 28px;
  display: inline-flex;
  padding: 5.091px;
  align-items: center;
  gap: 10.182px;
  border-radius: 25.455px;
  border: 1.273px solid #70E7BC;
  background: #32DCA0;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
  cursor: ew-resize;
  /* Safari-specific fixes */
  -webkit-transition: background-color 0.15s ease, box-shadow 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.plan__slider .noUi-handle:after, .plan__slider .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); /* Safari fix */
  width: 7px;
  height: 8px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 7px auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA3IDgiIHdpZHRoPSI3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0uNDM3Njc3MjMgNiAzLjE4NzU3NTk2LTMuMDAxMTY4NjgtMy4xODc1NzU5Ni0yLjk5ODgzMTMyIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSA1LjUgMSkiLz48L3N2Zz4=");
}
.plan__slider .noUi-handle:before {
  left: 7px;
}
.plan__slider .noUi-handle:after {
  left: auto;
  right: 7px;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg); /* Safari fix */
}
.plan__slider .noUi-handle .noUi-touch-area:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  border: 3px solid #32DCA0;
  background: #70E7BC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); /* Safari fix */
  z-index: 1;
}
.plan__slider .noUi-handle:focus {
  outline: none;
}
.plan__slider .noUi-handle:hover, .plan__slider .noUi-handle.noUi-active {
  background: rgb(28.1495098039%, 87.7328431373%, 66.7034313725%);
  box-shadow: 0 6px 16px 1px rgba(0, 0, 0, 0.16);
}
.plan__slider .noUi-pips-horizontal {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.plan__slider .noUi-value {
  margin-top: -42px;
  padding-top: 35px;
  color: #98A2B3;
  text-align: center;
  font-family: "IBM Plex Mono";
  font-size: calc(12px + 0.1vmin);
  font-style: normal;
  font-weight: 500;
  line-height: 14.4px;
}
.plan__slider .noUi-value.active-handle {
  color: #1D2939; /* Special color only for the last in-range value */
}
.plan__slider .noUi-marker {
  pointer-events: none;
  transform: translateY(-8px);
  height: 12px;
  width: 12px;
  margin-left: -6px;
  border-radius: 6px;
  border: 3px solid #EAECF0;
  background-color: #fff;
  z-index: 5;
}
.plan__slider .noUi-marker.active-marker {
  border-color: #32DCA0;
  border-radius: 6px;
  background: #70E7BC;
}
.plan__slider .noUi-marker[data-in-range="1"] {
  border-color: #32DCA0;
}
@media (max-width: 425px) {
  .plan__slider {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
  }
  .plan__slider .noUi-handle {
    width: 64px;
    height: 32px;
    top: -14px;
  }
  .plan__slider .noUi-handle:before, .plan__slider .noUi-handle:after {
    top: 50%;
    width: 8px;
    height: 9px;
  }
  .plan__slider .noUi-handle:before {
    left: 10px;
    margin-top: 0.75px;
  }
  .plan__slider .noUi-handle:after {
    right: 10px;
  }
  .plan__slider .noUi-handle .noUi-touch-area:before {
    width: 18px;
    height: 18px;
  }
  .plan__slider .noUi-value {
    font-size: 11px;
    margin-top: -35px;
    padding-top: 25px;
    transform: translateX(-50%) scale(0.9);
    white-space: nowrap;
  }
  .plan__slider .noUi-value:nth-child(even) {
    display: none;
  }
  .plan__slider .noUi-marker {
    width: 10px;
    height: 10px;
    margin-left: -5px;
  }
  .plan__slider .noUi-marker.active-marker {
    width: 12px;
    height: 12px;
    margin-left: -6px;
  }
}
.plan .help {
  position: relative;
  display: inline-flex;
  margin-left: 4px;
  cursor: pointer;
}
.plan .help:hover .tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.plan .help .tip {
  position: absolute;
  left: 24px;
  top: -8px;
  min-width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  font-family: Lato;
  letter-spacing: normal;
  text-shadow: none;
  text-transform: none;
  line-height: 20px;
  color: #667085;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.3s ease;
  z-index: 10;
  white-space: normal;
  word-wrap: break-word;
}
.plan .help .tip:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.plan .help .tip a {
  color: #5761FF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.plan .help .tip a:hover {
  color: #444CE7;
  text-decoration: underline;
}
.plan .help .tip.shadow {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.plan .plan_desc-list-features {
  display: flex;
  gap: 15px;
  padding: 12px 16px;
  row-gap: 2.5px;
  flex-wrap: wrap;
  width: 100%;
  background: linear-gradient(to right, rgba(248, 250, 255, 0.5), rgba(240, 244, 255, 0.5));
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: background 0.3s ease;
}
.plan .plan_desc-list-features:hover {
  background: linear-gradient(to right, rgba(248, 250, 255, 0.7), rgba(240, 244, 255, 0.7));
}
.plan__desc {
  background: linear-gradient(135deg, #F8FAFF 0%, #F0F4FF 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(100, 125, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.plan__desc__title {
  color: #1D2939;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.plan__desc__title span {
  padding: 6px 12px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.plan__desc-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 425px) {
  .plan__desc-container {
    flex-direction: column;
  }
}
.plan__desc-features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.plan__desc-features-basic {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  min-width: 21.5vmin;
  max-width: 100%;
}
@media (max-width: 425px) {
  .plan__desc-features-basic {
    width: 100%;
    min-width: 100%;
  }
}
.plan__desc-features .features-transition-container {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-top: 20px;
}
.plan__desc-features .features-transition-container .plan__desc-features-basic,
.plan__desc-features .features-transition-container .plan__desc-custom-features {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.plan__desc-features .features-transition-container .plan__desc-features-basic.hidden,
.plan__desc-features .features-transition-container .plan__desc-custom-features.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.plan__desc-features .features-transition-container .plan__desc-custom-features {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.plan__desc-features .features-transition-container .plan__desc-custom-features.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.plan__desc-features .plan__desc-features-advanced, .plan__desc-features .plan__desc-custom-features {
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  transition: opacity 0.3s;
  opacity: 1;
}
.plan__desc-features .plan__desc-features-advanced .plan__desc_list-paragraph, .plan__desc-features .plan__desc-custom-features .plan__desc_list-paragraph {
  align-self: stretch;
  color: #667085;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: justify;
}
.plan__desc-features .plan__desc-features-advanced.hidden, .plan__desc-features .plan__desc-custom-features.hidden {
  opacity: 0;
}
.plan__desc_list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
}
.plan__desc_list-item .help {
  padding-left: 0;
}
.plan__desc_list-item span {
  white-space: nowrap;
}
.plan__desc_info {
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  border-radius: 8px;
  background: #FFF;
  padding: 20px;
  height: 100%;
  flex: 1;
}
.plan__desc_info-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.plan__desc_info-block .plan_desc-list-features {
  margin-top: 20px;
  align-items: center;
  align-content: center;
  gap: 10px 14px;
  padding: 8px 10px;
  align-self: stretch;
  flex-wrap: wrap;
  background: #F9FAFB;
}
.plan__desc_info-block .plan__desc_info_title {
  padding-top: 20px;
}
.plan__desc_info_header {
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.plan__desc-right, .plan__desc-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 calc(50% - 10px);
  min-width: 350px;
  padding: 20px;
  gap: 10px;
  height: auto;
  align-self: stretch;
}
@media (max-width: 782px) {
  .plan__desc-right, .plan__desc-left {
    padding: 0px;
  }
}
@media (max-width: 425px) {
  .plan__desc-right, .plan__desc-left {
    padding: 20px;
    min-width: 0;
    width: 100%;
  }
}
.plan__desc-right {
  padding-left: 0px;
}
.plan__desc-right .plan_desc-list-features {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  flex: 1;
}
.plan__desc-left {
  padding-right: 0px;
}
.plan__btn {
  text-align: center;
  transform: translateY(50%);
  transition: opacity 0.15s ease;
}
.plan_contact .plan__btn {
  opacity: 0;
  pointer-events: none;
}
.plan_contact .plan__box-hide {
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.8);
}
.plan_contact .plan__contact-btn {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .plan {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 576px) {
  .plan {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .plan__col {
    min-width: 187px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .plan__slider .noUi-value:last-child {
    display: none;
  }
}
@media (max-width: 374px) {
  .plan__options {
    margin-bottom: 5px;
  }
  .plan__pricing {
    display: block;
    margin-bottom: 16px;
  }
  .plan__col {
    padding: 15px 0;
  }
  .plan__col:nth-child(n+2):before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .plan__note {
    font-size: 16px;
    margin-top: 1px;
  }
  .plan__slider .noUi-value {
    font-size: 11px;
  }
}

.sep {
  display: flex;
  flex-wrap: wrap;
}
.sep__side {
  width: 38%;
  margin-right: 11%;
}
.sep__side svg {
  max-width: 100%;
  height: auto;
}
.sep__base {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sep__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #647dff;
}
.sep__desc {
  margin-top: 31px;
  font-size: 19px;
  line-height: 1.63;
}
@media (max-width: 1199px) {
  .sep__side {
    margin-right: 9%;
  }
}
@media (max-width: 992px) {
  .sep__side {
    width: 37%;
    margin-right: 7%;
  }
  .sep__title {
    font-size: 27px;
    line-height: 1.35;
  }
  .sep__desc {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .sep__title {
    font-size: 25px;
  }
  .sep__desc {
    font-size: 17px;
    margin-top: 18px;
  }
}
@media (max-width: 576px) {
  .sep {
    display: block;
  }
  .sep__side {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
  .sep__side svg {
    max-width: 220px;
  }
  .sep__base {
    text-align: center;
    margin-top: 29px;
  }
  .sep__desc {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media (max-width: 374px) {
  .sep__title {
    font-size: 24px;
  }
}

/* popup (modal window) */
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  background-color: rgba(55, 54, 127, 0.2);
  z-index: 6500;
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  transition: visibility 0s ease 0.3s, transform 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s, height 0s ease 0.3s;
}
.popup:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.popup__box {
  position: relative;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
  padding: 15px 20px;
  width: 640px;
  font-size: 14px;
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.popup__body {
  position: relative;
  padding: 55px 60px 35px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 7px 7px 36px 3px rgba(0, 0, 0, 0.13);
  transition: padding 0.2s ease;
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.popup__close:focus {
  outline: none;
}
.popup__close:hover .popup__close-icon:before, .popup__close:hover .popup__close-icon:after {
  background-color: #37367F;
}
.popup__close-icon {
  display: block;
  position: relative;
  width: 20px;
}
.popup__close-icon:before, .popup__close-icon:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 2px;
  background-color: #3a5374;
  transition: background-color 0.15s ease;
}
.popup__close-icon:before {
  transform: rotate(45deg);
}
.popup__close-icon:after {
  transform: rotate(-45deg);
}
.popup {
  /* opened popup */
}
.popup_show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
  transition: transform 0s ease, opacity 0.3s ease;
}
.popup_show .popup__box {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .popup__box {
    width: 600px;
  }
  .popup__body {
    padding: 45px 40px 35px;
  }
  .popup__close {
    width: 44px;
    height: 46px;
  }
  .popup__close-icon {
    width: 18px;
  }
}
@media (max-width: 576px) {
  .popup__body {
    padding: 40px 20px 25px;
  }
}
@media (max-width: 620px) {
  .popup__box {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .popup__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* form elements */
.form__flex {
  display: flex;
  flex-wrap: wrap;
}
.form__side {
  width: 115px;
  margin-right: 20px;
}
.form__side label {
  padding-top: 10px;
}
.form__base {
  flex: 1;
}
.form__button {
  margin-top: 32px;
}
.form__label {
  display: inline-block;
  font-size: 16px;
}
.form__note {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.33;
  letter-spacing: 0.05px;
  color: rgba(107, 124, 147, 0.8);
}
@media (max-width: 576px) {
  .form__flex {
    display: block;
  }
  .form__side {
    width: 100%;
    margin-right: 0;
  }
  .form__note {
    padding-top: 0;
  }
  .form__label {
    font-size: 14px;
  }
  .form__button {
    margin-top: 25px;
  }
}

.form-control {
  font-family: inherit;
  padding-top: 5px;
  padding-bottom: 7px;
  height: 38px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 7px;
}

textarea {
  resize: vertical;
  overflow: auto;
  min-height: 45px;
}
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
}

select {
  height: 50px;
  padding: 12px 40px 12px 20px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 7px;
  border: 1px solid #fff;
  color: #37367F;
  margin: 0;
  position: relative;
  z-index: 1;
  outline: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: none;
  word-wrap: normal;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMCA3IiB3aWR0aD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE1NjAuNSA2MDAgMy42ODY1LTMuNTAxMzYzLTMuNjg2NS0zLjQ5ODYzNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYWZiNGJkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJtYXRyaXgoMCAxIC0xIDAgNjAxLjg0MzI1IC0xNTU4Ljg0MzI1KSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 10px auto;
  transition: border-color 0.15s ease;
}
select:focus {
  color: #37367F;
  outline: none;
}
select:focus::-ms-value {
  color: #3a5374;
  background-color: #fff;
}
select::-ms-expand {
  display: none;
}
select option {
  font-weight: normal;
}
select.form-control {
  padding-right: 40px;
}

.select_code {
  height: 50px;
  padding: 12px 40px 12px 20px;
}
.select_color {
  height: 30px;
  padding: 6px 28px 6px 16px;
  font-size: 12px;
  letter-spacing: 0.14px;
  color: #fff;
  border-radius: 19px;
  text-transform: uppercase;
  background-color: #5761FF;
  background-size: 8px auto;
  background-position: right 0.9em top 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMi41IDggNyI+CiAgPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTcgNC40MDZMMy45OTkgNy41OTQgMSA0LjQwNiIvPgo8L3N2Zz4K");
}
.select_color:focus {
  color: #fff;
}
.select_color:focus::-ms-value {
  color: #fff;
  background-color: #fff;
}
@supports (-webkit-touch-callout: none) {
  .select_color {
    height: 36px;
    font-size: 16px;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* ER brand logo with animation */
.er {
  position: relative;
  width: 64px;
  height: 64px;
}
.er__item {
  position: absolute;
  height: 25%;
  width: 100%;
  transform: rotate(-12deg);
  transform-origin: left center;
}
.er__item_1 {
  top: 10%;
  left: 0;
}
.er__item_1 .er__shape {
  right: 75.5%;
  animation-name: er-draw_1;
}
.er__item_2 {
  width: 75%;
  top: 48%;
  left: 0;
}
.er__item_2 .er__shape {
  right: 66%;
  animation-name: er-draw_2;
}
.er__item_3 {
  width: 25%;
  top: 86%;
  left: 1%;
}
.er__item_3 .er__shape {
  right: 0;
  border-radius: 50%;
  background-color: #647DFF;
  animation-name: er-draw_3;
}
.er__item_4 {
  width: 61.5%;
  top: 78%;
  left: 39%;
}
.er__item_4 .er__shape {
  right: 59%;
  animation-name: er-draw_4;
}
.er__shape {
  display: block;
  border-radius: 18px;
  background-color: #647DFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  will-change: left, right, opacity;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-duration: 6s;
  animation-fill-mode: backwards;
  animation-delay: 0.4s;
}

@keyframes er-draw_1 {
  0% {
    opacity: 0;
    left: 0;
    right: 75.5%;
  }
  1% {
    opacity: 1;
    right: 75.5%;
  }
  9% {
    opacity: 1;
    right: 0;
  }
  81% {
    left: 0;
  }
  89% {
    opacity: 1;
    left: 75.5%;
    right: 0;
  }
  90% {
    opacity: 0;
  }
  93% {
    opacity: 0;
    left: 0;
    right: 75.5%;
  }
  100% {
    opacity: 0;
    left: 0;
    right: 75.5%;
  }
}
@keyframes er-draw_2 {
  0% {
    opacity: 0;
    left: 0;
    right: 66%;
  }
  5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
    right: 66%;
  }
  13% {
    right: 0;
  }
  86% {
    left: 0;
  }
  94% {
    opacity: 1;
    left: 66%;
    right: 0;
  }
  95% {
    opacity: 0;
    left: 66%;
    right: 0;
  }
  100% {
    opacity: 0;
    left: 66%;
    right: 0;
  }
}
@keyframes er-draw_3 {
  0% {
    transform: scale(0);
  }
  11% {
    transform: scale(0);
  }
  16% {
    transform: scale(1);
  }
  79% {
    transform: scale(1);
  }
  91.3% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes er-draw_4 {
  0% {
    opacity: 0;
    left: 0;
    right: 59%;
  }
  11% {
    opacity: 0;
  }
  12% {
    opacity: 1;
    right: 59%;
  }
  19% {
    opacity: 1;
    right: 0;
  }
  87% {
    left: 0;
  }
  97% {
    opacity: 1;
    left: 59%;
    right: 0;
  }
  98% {
    opacity: 0;
    left: 59%;
    right: 0;
  }
  100% {
    opacity: 0;
    left: 59%;
    right: 0;
  }
}
/* Bounce animation */
.anim-bounce {
  animation-name: anim-bounce-into, anim-bounce-upDown;
  animation-duration: 1s, 1s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

@keyframes anim-bounce-into {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-bounce-upDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Video appear animation */
[data-aos=video-appear] {
  opacity: 0;
  transform: scale(0.2);
  transition-property: transform, opacity;
}
[data-aos=video-appear].aos-animate {
  opacity: 1;
  transform: scale(1);
}

/*** footer ***/
.footer {
  flex-shrink: 0;
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  border-top: 1px solid #B9C0D4;
  background-color: #f5f5f5;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
}
.footer__side {
  margin-right: 50px;
}
.footer__logo * {
  font-size: 12px !important;
}
.footer__social {
  margin-top: 30px;
}
.footer__base {
  margin-left: auto;
  padding-right: 30px;
}
.footer__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 700px;
  margin-left: -25px;
  margin-right: -25px;
}
.footer__cell {
  padding-left: 25px;
  padding-right: 25px;
}
.footer__list {
  padding: 0;
}
.footer__title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1.17px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #325a8f;
}
.footer__item:nth-child(n+2) {
  margin-top: 13px;
}
.footer__link {
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.4;
  color: #325a8f;
  transition: opacity 0.15s ease;
}
.footer__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media (max-width: 992px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .footer__container {
    display: block;
  }
  .footer__side {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  .footer__base {
    margin-top: 45px;
    padding-right: 0;
  }
  .footer__grid {
    min-width: 0;
  }
  .footer__cell:last-child {
    margin-right: 50px;
  }
  .footer__social {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .footer__cell {
    width: 50%;
  }
  .footer__cell:nth-child(n+3) {
    margin-top: 40px;
  }
  .footer__cell:last-child {
    margin-right: 0;
  }
  .footer__title {
    margin-bottom: 17px;
  }
  .footer__item:nth-child(n+2) {
    margin-top: 11px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .footer__base {
    margin-top: 42px;
  }
  .footer__grid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer__cell {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 420px) {
  .footer__side {
    display: block;
  }
  .footer__social {
    margin-top: 35px;
  }
}

/* social icons */
.social {
  display: flex;
  flex-wrap: wrap;
}
.social__item:not(:last-child) {
  margin-right: 17px;
}
.social__link {
  text-decoration: none;
  border-radius: 50%;
}
.social__link:hover .social__icon {
  fill: rgb(71.38607167%, 71.38607167%, 74.4962812711%);
}
.social__icon {
  width: 30px;
  height: 30px;
  fill: #d1d1d6;
  transition: fill 0.15s ease;
}

.referral-img {
  margin: 70px auto;
  width: 500px;
  display: block;
}

.theme-plans .carousel-next {
  right: 10px;
}
.theme-plans .carousel-prev {
  left: 10px;
}
.theme-plans .headline {
  margin-bottom: 45px;
}
.theme-plans .headline.headline__sm-margin {
  margin-bottom: 15px;
}
.theme-plans .headline.headline__sm-negative-margin {
  margin-bottom: -35px;
}
.theme-plans .headline__title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.14px;
  color: #4f566b;
  margin-bottom: 6px;
}
.theme-plans .headline__subtitle {
  font-size: 26px;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.14px;
  color: #344054;
  margin-bottom: 6px;
  margin-top: 80px;
}
.theme-plans .headline__desc {
  font-size: 15px;
  line-height: 1.5;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 767px) {
  .theme-plans .headline {
    margin-bottom: 40px;
  }
  .theme-plans .headline__title {
    font-size: 28px;
  }
  .theme-plans .headline__subtitle {
    font-size: 24px;
  }
  .theme-plans .headline__desc {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .theme-plans .headline {
    margin-bottom: 18px;
  }
  .theme-plans .headline__title {
    font-size: 26px;
  }
  .theme-plans .headline__subtitle {
    font-size: 22px;
  }
  .theme-plans .headline__desc {
    font-size: 13px;
  }
}
@media (max-width: 374px) {
  .theme-plans .headline__title {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .theme-plans .headline__subtitle {
    font-size: 21px;
    margin-bottom: 7px;
  }
}

.table-inner th, .table-inner td {
  padding: 5px 2px !important;
}

/* default for most elements */
/* links hover */
/* navigation desktop */
/* navigation mobile */
/* animations settings */
a:not([href]) {
  color: #325a8f;
}
a:not([href]):hover {
  color: rgb(4.1176470588%, 9.824929972%, 100%);
  text-decoration: underline;
}

* {
  font-size: 18px;
}

.text-area {
  max-width: 600px;
}

.calendly-overlay .calendly-popup {
  max-width: unset !important;
  min-width: unset !important;
  top: unset !important;
  left: unset !important;
  transform: unset !important;
  width: 100% !important;
  height: 100% !important;
  max-height: unset !important;
}

@media (max-width: 975px) {
  .calendly-overlay .calendly-popup {
    top: 50px !important;
  }
}
.new-style.wrapper__content {
  overflow: hidden;
}
.new-style.wrapper__content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/new/bg-sm.webp");
  background-repeat: no-repeat;
  background-size: 1090px;
  background-position: 30% -60px;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 576px) {
  .new-style.wrapper__content:before {
    background-position: 10% -60px;
  }
}
@media (min-width: 768px) {
  .new-style.wrapper__content:before {
    background-position: 0% -60px;
  }
}
@media (min-width: 992px) {
  .new-style.wrapper__content:before {
    background-image: url("../img/new/bg-lg.webp");
    background-size: 1440px;
    background-position: 0 0;
  }
}
@media (min-width: 1200px) {
  .new-style.wrapper__content:before {
    background-position: 0% 0%;
  }
}
@media (min-width: 1440px) {
  .new-style.wrapper__content:before {
    background-size: 100%;
  }
}
@media (min-width: 1800px) {
  .new-style.wrapper__content:before {
    background-position: 0% -150px;
  }
}
@media (min-width: 2200px) {
  .new-style.wrapper__content:before {
    background-position: 0% -300px;
  }
}
.header .header__box {
  padding: 0 15px;
  max-width: 450px;
  flex: 1 1;
}

@media (min-width: 576px) {
  .header .header__box {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .header .header__box {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .header .header__box {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .header .header__box {
    max-width: 1045px;
  }
}
.header__nav .arrow {
  width: 0.75rem;
  height: 0.75rem;
  filter: invert(31%) sepia(10%) saturate(1182%) hue-rotate(176deg) brightness(92%) contrast(84%);
  transform: rotate(90deg);
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .header {
    background: #fff;
  }
}
.header__nav .auth {
  font-weight: 600;
  gap: 1rem;
  margin-left: auto;
}
.header__nav .auth .btn {
  padding: 0 1rem;
  padding-top: 2px;
  height: 44px;
  transition: background-color 0.3s ease;
}
.header__nav .auth .demo {
  border: 1px solid #7c5db8;
  border-radius: 4px;
  color: #7c5db8;
}
.header__nav .auth .demo:hover {
  background: rgba(124, 93, 184, 0.1);
}
.header__nav .auth .login {
  color: #3a5374;
  border: 1px solid #3a5374;
  border-radius: 4px;
}
.header__nav .auth .login:hover {
  background: #eceff7;
}
.header__nav .auth .register {
  background: #5761FF;
}
.header__nav .auth .register:hover {
  background: #37367F;
}

@media (min-width: 992px) {
  .splash-image-1:before {
    content: "";
    display: block;
    position: absolute;
    right: -10%;
    top: 0;
    width: 976px;
    height: 200%;
    background-image: url("../img/new/splash1.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    pointer-events: none;
  }
}
@media (min-width: 1200px) {
  .splash-image-1:before {
    right: 0;
    top: 20%;
  }
}
.intro .col {
  max-width: 450px;
}

.splash-section {
  flex: 1 0 auto;
}
.splash-section .text-part {
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
.splash-section .text-part .description {
  color: #070929;
  font-size: 20px;
}
.splash-section .main-title h1 {
  font-size: 50px;
  font-weight: 700;
}
.splash-section .main-title .first {
  color: #37367F;
}
.splash-section .main-title .second {
  color: #5761FF;
}
.splash-section .buttons {
  gap: 0.5rem;
}
.splash-section .buttons > * {
  gap: 0.25rem;
  padding: 0 1.3rem;
  padding-top: 2px;
  height: 44px;
  transition: background-color 0.3s ease;
}
.splash-section .buttons .api {
  background: #5761FF;
}
.splash-section .buttons .api:hover {
  background: #37367F;
}
.splash-section .buttons .demo {
  background: #f4f6ff;
  color: #444CE7;
}
.splash-section .buttons .demo:hover {
  background: #d5d9e7;
  text-decoration: none;
}
.splash-section .computer {
  pointer-events: none;
  position: relative;
  min-width: 450px;
  max-width: 600px;
  margin-right: -170px;
}
.splash-section .computer img {
  position: relative;
  z-index: 1;
}
.splash-section .computer .img2 {
  display: none;
}

@media (min-width: 576px) {
  .splash-section .computer {
    margin-right: -300px;
    margin-top: -50px;
  }
  .intro .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .splash-section .text-part {
    margin-top: 200px;
  }
  .intro .col {
    max-width: 650px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .splash-section .computer {
    margin-left: 20%;
    margin-right: -350px;
  }
}
@media (min-width: 992px) {
  .splash-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .splash-section .main-title {
    font-size: 55px;
    line-height: 0.9px;
  }
  .splash-section .computer {
    margin-top: 100px;
    max-width: unset;
  }
  .splash-section .computer .img1 {
    display: none;
  }
  .splash-section .computer .img2 {
    display: block;
  }
  .intro .col {
    max-width: 810px;
  }
}
@media (min-width: 1200px) {
  .splash-section .main-title h1 {
    font-size: 55px;
  }
  .splash-section .computer {
    min-width: 890px;
    min-height: 630px;
  }
  .intro .col {
    max-width: 1045px;
  }
}
@media (min-width: 1800px) {
  .splash-section {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 2200px) {
  .splash-section {
    grid-template-columns: 1.4fr 1fr;
  }
}
.companies {
  position: relative;
}

.companies .col {
  max-width: 450px;
  padding-right: 0;
  margin-right: 14px;
  border-right: 2px dashed #e9e9e9;
}
.companies .col .company-image {
  border-left: 2px dashed #e9e9e9;
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
}
.companies .col .company-image img {
  max-height: auto;
  width: auto;
}

@media (min-width: 576px) {
  .companies .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .companies .col {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .companies .col {
    max-width: 810px;
  }
  .companies .col .company-image {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .companies .col {
    max-width: 1045px;
  }
}
.examples {
  display: none !important;
  position: relative;
  background: #030527;
}
.examples .col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 450px;
}
.examples .content {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.examples .text-area {
  margin-bottom: 3rem;
}
.examples .explore {
  background: #5761FF;
  width: 100%;
}
.examples .explore:hover {
  background: #37367F;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 576px) {
  .examples .col {
    max-width: 530px;
  }
}
@media (min-width: 766px) {
  .examples {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .examples .col {
    padding-top: 3rem;
    padding-bottom: 3rem;
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .examples .col {
    max-width: 810px;
  }
  .examples .text-area {
    margin-bottom: 5rem;
  }
  .examples .content {
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
  }
}
@media (min-width: 1200px) {
  .examples .col {
    max-width: 1045px;
  }
}
.data-access .col {
  max-width: 450px;
}
.data-access .content {
  background: linear-gradient(75deg, #444CE7 5.84%, #647DFF 96.9%);
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.data-access .languages {
  gap: 1rem;
}
.data-access .language {
  gap: 0.5rem;
  width: 140px;
}
.data-access a.btn {
  gap: 0.25rem;
  background: #5761FF;
}
.data-access a.btn:hover {
  background: #37367F;
}

@media (min-width: 576px) {
  .data-access .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .data-access .col {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .data-access .col {
    max-width: 810px;
  }
}
@media (min-width: 1200px) {
  .data-access .col {
    max-width: 1045px;
  }
}
.pipeline-text .col {
  max-width: 450px;
  color: #070929;
}
.pipeline-text .col h1 {
  font-size: 50px;
  font-weight: 700;
}
.pipeline-text .col h2 {
  color: #344054;
}

@media (min-width: 576px) {
  .pipeline-text .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .pipeline-text .col {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .pipeline-text .col {
    max-width: 1045px;
  }
}
.pipeline-image {
  position: relative;
}
.pipeline-image .image1 {
  width: 100%;
  max-width: 600px;
}
.pipeline-image .image2 {
  width: 100%;
  display: none;
  max-width: 1550px;
}
.pipeline-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -15%;
  width: 100%;
  height: 300%;
  opacity: 0.6;
  background-image: url("../img/new/splash3.svg");
  background-repeat: no-repeat;
  background-size: 150%;
  z-index: -100;
  pointer-events: none;
}

@media (min-width: 576px) {
  .pipeline-image:before {
    background-size: 140%;
  }
}
@media (min-width: 768px) {
  .pipeline-image:before {
    background-size: 120%;
    top: -20%;
  }
}
@media (min-width: 992px) {
  .pipeline-image {
    margin-bottom: 100px;
  }
  .pipeline-image .image2 {
    display: block;
  }
  .pipeline-image .image1 {
    display: none;
  }
  .pipeline-image:before {
    background-image: url("../img/new/splash2.svg");
    background-size: 110%;
    top: -60%;
  }
}
@media (min-width: 1200px) {
  .pipeline-image:before {
    background-size: 100%;
    top: -90%;
  }
}
.features {
  position: relative;
}
.features:before {
  position: absolute;
  content: "";
  top: 120px;
  left: 0;
  height: 1000px;
  width: 100%;
  background-image: url("../img/new/linija.svg");
  background-repeat: no-repeat;
  background-size: 900px;
  z-index: -1;
}
.features:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 400px;
  width: 100%;
  background-image: url("../img/new/linija.svg");
  background-repeat: no-repeat;
  background-size: 900px;
  background-position-x: 100%;
  z-index: -1;
}
.features .col {
  gap: 1.5rem;
  padding: 1.5rem 0;
  max-width: 450px;
}
.features .card {
  max-width: 300px;
}
.features .card-title {
  color: #344054;
  font-size: 18px;
  font-weight: 700;
}
.features .card-text {
  color: #6B7C93;
  font-size: 16px;
  font-weight: 600;
}
.features img {
  width: 40px;
}

@media (min-width: 576px) {
  .features .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .features .col {
    max-width: 650px;
  }
  .features:before {
    background-size: 992px;
  }
}
@media (min-width: 650px) {
  .features:after {
    content: unset;
  }
}
@media (min-width: 992px) {
  .features .col {
    max-width: 810px;
  }
  .features:before {
    top: -170px;
    background-size: 100%;
  }
}
@media (min-width: 1200px) {
  .features .col {
    max-width: 1045px;
  }
}
@media (min-width: 1600px) {
  .features:before {
    top: -190px;
  }
}
@media (min-width: 1900px) {
  .features:before {
    top: -220px;
  }
}
.uses-image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -250px;
  width: 100%;
  height: 1000px;
  background-image: url("../img/new/bg-uses.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 85%;
  z-index: -100;
  pointer-events: none;
}

@media (min-width: 460px) {
  .uses-image:before {
    height: 1500px;
    background-position: 50% 25%;
    top: -200px;
  }
  .uses .overall {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 650px) {
  .uses-image:before {
    top: -270px;
  }
}
@media (min-width: 768px) {
  .uses-image:before {
    background-position: 50% 5%;
  }
  .uses .overall {
    margin-bottom: 400px !important;
  }
}
@media (min-width: 900px) {
  .uses-image:before {
    background-position: 50% -50%;
    top: -320px;
  }
  .uses .overall {
    margin-bottom: 500px !important;
  }
}
@media (min-width: 992px) {
  .uses-image:before {
    height: 1500px;
    background-image: url("../img/new/bg-uses-lg.svg");
    background-size: 70%;
    background-position: 0% 40%;
    top: -250px;
  }
}
@media (min-width: 1200px) {
  .uses-image:before {
    background-size: 60%;
    left: 7%;
  }
}
.compare {
  margin-bottom: 3rem;
}
.compare h1 {
  font-weight: 700;
  color: #070929;
}
.compare h1, .compare .desc {
  padding: 0 14px;
}
.compare h2 {
  color: #344054;
}
.compare .desc {
  font-size: 18px;
  font-weight: 500;
}
.compare .col {
  padding: 1.5rem 0;
}
.compare table {
  max-width: 715px;
}
.compare thead {
  font-size: 18px;
  font-weight: 600;
  color: #070929;
  border-bottom: 1px solid #B9C0D4;
}
.compare .cap th {
  color: #444CE7;
  font-weight: 600;
  background-color: #e1e5ee;
}
.compare th {
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.compare th .info {
  color: #475467;
}
.compare th .help {
  display: inline;
  position: relative;
  padding: 0.5rem;
}
.compare th .help:hover .tip {
  display: block;
}
.compare th .tip {
  display: none;
  position: absolute;
  bottom: 90%;
  left: 90%;
  width: 250px;
  padding: 0.5rem;
  background: white;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
  color: #475467;
  text-align: center;
}
.compare tr th:not(:first-child) {
  text-align: center;
}
.compare tbody tr:nth-child(even) {
  background: #f4f6ff;
}
.compare tbody th {
  font-size: 14px;
}

@media (min-width: 420px) {
  .compare th {
    padding: 1rem;
  }
}
@media (max-width: 575.98px) {
  .compare h1, .compare .text {
    max-width: 450px;
  }
}
@media (min-width: 576px) {
  .compare tbody th {
    font-size: 15px;
  }
  .compare thead {
    font-size: 20px;
  }
  .compare .col {
    max-width: 530px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .compare {
    margin-bottom: 5rem;
  }
  .compare .col {
    max-width: 650px;
  }
  .compare th .info {
    display: inline;
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .compare .col {
    max-width: 810px;
  }
}
@media (min-width: 1200px) {
  .compare .col {
    max-width: 1045px;
  }
}
.uses .col {
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 450px;
}
.uses h1 {
  font-weight: 700;
  color: #070929;
}
.uses h2 {
  color: #344054;
}
.uses .desc {
  font-size: 18px;
  font-weight: 500;
}
.uses .overall {
  flex: 1;
  margin-bottom: 200px;
}
.uses .details {
  flex: 1;
  gap: 1.5rem;
}
.uses .use-title {
  font-weight: 700;
  color: #344054;
  font-size: 18px;
}
.uses .use-text {
  font-size: 16px;
}

@media (min-width: 576px) {
  .uses .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .use {
    width: calc(50% - 0.75rem);
  }
  .uses .col {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .uses .col {
    max-width: 810px;
  }
}
@media (min-width: 1200px) {
  .uses .col {
    max-width: 1045px;
  }
}
.links .col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 450px;
}
.links .link-card {
  background: linear-gradient(75deg, #444CE7 5.84%, #647DFF 96.9%);
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
}
.links .link-card .card-header {
  background: unset;
}
.links .badge {
  background: rgba(255, 255, 255, 0.8980392157);
  font-size: 0.7rem;
  padding: 0.5rem 1rem !important;
}
.links .text {
  color: #FCFCFD;
  font-weight: 500;
  font-size: 20px;
}
.links .btn {
  height: 44px;
  gap: 0.5rem;
  max-width: 200px;
  padding: 0;
  padding-top: 2px;
  transition: background-color 0.3s ease;
}
.links .api {
  background: #5761FF;
}
.links .api .inline-svg path {
  stroke: white;
}
.links .api {
  border: 1px solid white;
}
.links .api:hover {
  background: #37367F;
  border: 1px solid white;
}
.links .demo {
  background: #f4f6ff;
  color: #444CE7;
}
.links .demo .inline-svg path {
  stroke: #444CE7;
}
.links .demo:hover {
  background: #d5d9e7;
  text-decoration: none;
}
.links .buttons {
  gap: 0.5rem 1rem;
}
.links:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: 1000px;
  background-image: url("../img/new/splash4.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -100;
  pointer-events: none;
}

@media (min-width: 576px) {
  .links .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .links .col {
    max-width: 650px;
  }
  .links:after {
    bottom: -150px;
  }
}
@media (min-width: 992px) {
  .links .col {
    max-width: 810px;
  }
  .links:after {
    background-image: url("../img/new/splash5.svg");
    background-size: 1440px;
    background-position: 50% 40%;
  }
}
@media (min-width: 1200px) {
  .links .col {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1045px;
  }
}
/* default for most elements */
/* links hover */
/* navigation desktop */
/* navigation mobile */
/* animations settings */
.solutions.wrapper__content:before {
  background-image: url("../img/new/solutions-bg-sm.webp");
}

@media (min-width: 992px) {
  .solutions.wrapper__content:before {
    background-image: url("../img/new/solutions-bg.webp");
  }
}
.solutions .text-part .main-title {
  color: #37367F;
}
.solutions .text-part .description {
  color: #667085;
}
.solutions .computer {
  max-width: 500px;
  margin-top: unset;
  position: relative;
}
.solutions .computer:after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: -50%;
  width: 2000px;
  height: 1000px;
  background-image: url("../img/new/splash6.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (min-width: 992px) {
  .solutions .splash-section .text-part {
    padding-right: 10%;
  }
  .solutions .splash-section .computer {
    max-width: unset;
    min-width: unset;
    margin-top: 140px;
    margin-right: -200px;
  }
}
@media (min-width: 1400px) {
  .solutions .splash-section .computer {
    margin-top: 130px;
  }
}
.broad .col {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 450px;
}
.broad .broad-title {
  font-weight: 700;
  color: #070929;
}
.broad .text {
  color: #475467;
  font-size: 18px;
  font-weight: 500;
}
.broad .free {
  width: -moz-fit-content;
  width: fit-content;
  background: #5761FF;
}
.broad .free:hover {
  background: #37367F;
}

@media (min-width: 576px) {
  .broad .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .broad .col {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .broad .col {
    max-width: 810px;
  }
}
@media (min-width: 1200px) {
  .broad .col {
    max-width: 1045px;
  }
}
.part {
  margin-bottom: 4rem;
}
.part .col {
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 450px;
}
.part .tags {
  color: #647DFF;
  font-weight: 600;
}
.part .section-title {
  font-size: 30px;
  color: #070929;
  font-weight: 700;
}
.part .info, .part .image {
  flex: 1;
}
.part .image {
  position: relative;
}
.part .text {
  color: #6B7C93;
  font-size: 16px;
  font-weight: 500;
}
.part .data-features {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}
.part .feature .feature-title {
  font-weight: 700;
  font-size: 16px;
  color: #070929;
}
.part .feature .feature-text {
  color: #6B7C93;
}
.part .list {
  gap: 0.5rem;
}
.part .line {
  color: #6B7C93;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.part .line img {
  width: 16px;
}

@media (min-width: 576px) {
  .part .col {
    max-width: 530px;
  }
  .part .data-features {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
  }
}
@media (min-width: 768px) {
  .part .col {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .part .col {
    max-width: 810px;
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .part .col {
    max-width: 1045px;
    gap: 5rem;
  }
}
@media (min-width: 1600px) {
  .part {
    margin-bottom: 5rem;
  }
  .part.first {
    margin-top: 5rem;
  }
}
.second .image:before {
  content: "";
  position: absolute;
  top: -350px;
  left: -350px;
  width: 1000px;
  height: 1000px;
  background-image: url("../img/new/splash7.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

@media (min-width: 992px) {
  .second .image:before {
    left: -450px;
  }
}
@media (min-width: 1600px) {
  .second .image:before {
    top: -300px;
  }
}
.third .image:after {
  content: "";
  position: absolute;
  top: -300px;
  right: -550px;
  width: 1000px;
  height: 1000px;
  background-image: url("../img/new/splash8.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

@media (min-width: 1600px) {
  .third .image:after {
    top: 0px;
  }
}
.example-companies .col {
  margin-top: 2rem;
  max-width: 450px;
}
.example-companies .text {
  color: #344054;
  font-size: 20px;
}
.example-companies .images {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}

@media (min-width: 576px) {
  .example-companies .col {
    max-width: 530px;
  }
}
@media (min-width: 768px) {
  .example-companies .col {
    margin-top: 3rem;
    max-width: 650px;
  }
  .example-companies .images {
    grid-template-columns: 1fr 0.5fr 0.8fr;
    grid-template-rows: unset;
  }
}
@media (min-width: 992px) {
  .example-companies .col {
    margin-top: 5rem;
    max-width: 810px;
  }
}
@media (min-width: 1200px) {
  .example-companies .col {
    max-width: 1045px;
  }
  .example-companies .col .text {
    margin-bottom: 1.5rem;
  }
}
.solutions.data-mining .part.fourth {
  display: none !important;
}

/* default for most elements */
/* links hover */
/* navigation desktop */
/* navigation mobile */
/* animations settings */
.news-aggregation.wrapper__content {
  position: relative;
  min-height: 100vh;
}
.news-aggregation.wrapper__content:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/bg/news-aggregation-bg.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  opacity: 0.85;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.news-aggregation.wrapper__content .who_uses_news_aggregation_img {
  position: absolute;
  top: 0;
  left: -100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 72.5vw;
}
.news-aggregation.wrapper__content .details {
  gap: 1.25vmin;
}
.news-aggregation.wrapper__content .details .use img {
  padding: 4.156px;
  border-radius: 4px;
  background: #EDEEFA;
}
.news-aggregation.wrapper__content .details .use .use-title {
  color: #30374F;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.news-aggregation.wrapper__content .details .use .use-text {
  color: #30374F;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.news-aggregation.wrapper__content .who-uses-news-aggregation.details .use img {
  padding: 4.156px;
  background: none;
}
.news-aggregation.wrapper__content .info-news-aggregation-cards {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.news-aggregation.wrapper__content .info-news-aggregation-cards .info-news-aggregation-card {
  display: flex;
  height: 244px;
  width: 274px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 16px -4px rgba(16, 24, 40, 0.08), 0px 0px 10px -2px rgba(16, 24, 40, 0.03);
}
.news-aggregation.wrapper__content .info-news-aggregation-cards .info-news-aggregation-card-title {
  color: #344054;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.news-aggregation.wrapper__content .info-news-aggregation-cards .info-news-aggregation-card-description {
  color: #6B7C93;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.news-aggregation.wrapper__content .row.part.third {
  position: relative;
  padding-bottom: 30vmin;
  margin-bottom: 0;
}
.news-aggregation.wrapper__content .row.part.third:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  height: 40vmin;
  background-image: url(../img/new/bg_banner.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}
@media (min-width: 2399px) {
  .news-aggregation.wrapper__content .row.part.third {
    padding-bottom: 45vmin;
  }
  .news-aggregation.wrapper__content .row.part.third:after {
    height: 90vmin;
    bottom: -280px;
  }
}
@media (max-width: 1599px) {
  .news-aggregation.wrapper__content .row.part.third {
    padding-bottom: 45vmin;
  }
  .news-aggregation.wrapper__content .row.part.third:after {
    height: 60vmin;
  }
}
@media (max-width: 1399px) {
  .news-aggregation.wrapper__content .row.part.third {
    padding-bottom: 60vmin;
  }
  .news-aggregation.wrapper__content .row.part.third:after {
    height: 60vmin;
  }
}
@media (max-width: 1199px) {
  .news-aggregation.wrapper__content .row.part.third {
    padding-bottom: 60vmin;
  }
  .news-aggregation.wrapper__content .row.part.third:after {
    height: 60vmin;
  }
}
@media (max-width: 992px) {
  .news-aggregation.wrapper__content .row.part.third {
    padding-bottom: 50vmin;
  }
  .news-aggregation.wrapper__content .row.part.third:after {
    height: 50vmin;
  }
}
@media (max-width: 767px) {
  .news-aggregation.wrapper__content .row.part.third {
    padding-bottom: 45vmin;
  }
  .news-aggregation.wrapper__content .row.part.third:after {
    height: 45vmin;
  }
}
@media (max-width: 576px) {
  .news-aggregation.wrapper__content .row.part.third {
    padding-bottom: 40vmin;
  }
  .news-aggregation.wrapper__content .row.part.third:after {
    height: 40vmin;
  }
}
@media (min-width: 2399px) {
  .news-aggregation.wrapper__content .row.part.fourth {
    margin-top: 110px;
  }
}
.news-aggregation.wrapper__content .row.part.fourth .section-title {
  text-align: center;
}
.news-aggregation.wrapper__content .row.part.fourth .text {
  text-align: center;
}

.analytical-insights-composition {
  position: relative;
  width: 100%;
  height: 100%;
}
.analytical-insights-composition .bg-dots {
  position: absolute;
  z-index: 1;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 1000px;
  height: 899.96px;
  left: 30%;
}
.analytical-insights-composition .main-insight {
  position: absolute;
  top: -125px;
  z-index: 2;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 150%;
  height: auto;
  margin: 0 auto;
}
.analytical-insights-composition .insight-card {
  position: absolute;
  z-index: 3;
  top: 200px;
  right: -22.5%;
  width: 35%;
  height: auto;
}

div.info div.tags {
  color: #647DFF;
  font-family: "IBM Plex Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.part.first div.image {
  margin-top: -40px;
}
.part.first .info .section-title,
.part.first .info .text {
  margin-bottom: 50px !important;
}
@media (max-width: 1199.98px) {
  .part.first .info .section-title,
  .part.first .info .text {
    margin-bottom: 30px !important;
  }
}

.info__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info__list .info__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #6B7C93;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.info__list .info__item img {
  margin-top: -2.5px;
}

@media (min-width: 992px) {
  .news-aggregation.wrapper__content:before {
    background-image: url("../img/bg/news-aggregation-bg.svg");
    background-size: 100% auto;
    background-position: center top;
  }
}
.right-overflow {
  position: relative;
  width: 110%;
  right: -10%;
  clip-path: inset(0 10% 0 0);
}

div.splash-section .text-part .main-title {
  color: #37377B;
  font-family: Lato;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -1.1px;
  min-width: 440px;
}
div.splash-section .text-part div.description {
  color: #667085;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  opacity: 0.8;
}

.trustpilot-icon {
  width: 25.36px;
  height: 24px;
}
.trustpilot-icon path {
  fill: #219653;
}

.trustpilot-logo {
  margin-top: -7.5px;
}

.icon-button {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #F9FAFB;
  border: 1px solid #EAECF0;
  border-radius: 28px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  gap: 12px;
  cursor: pointer;
  transition: background 0.3s, box-shadow 0.3s;
}
.icon-button:active {
  background: #E0E0E0;
  box-shadow: 0px 10px 12px -2px rgba(16, 24, 40, 0.08), 0px 4px 4px -2px rgba(16, 24, 40, 0.03);
}
.icon-button .icon-container {
  width: 24px;
  height: 24px;
  position: relative;
}
.icon-button .icon-container .square-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #475467;
}

.review-card:first-child {
  margin-left: 20px;
}

.carousel-prev {
  left: -10px;
}
@media screen and (min-width: 0px) {
  .carousel-prev {
    display: none;
  }
}
@media screen and (min-width: 515px) {
  .carousel-prev {
    opacity: 0;
    display: flex;
    z-index: 1;
  }
}
@media screen and (min-width: 430px) and (max-width: 708px) {
  .carousel-prev {
    opacity: 1;
    display: flex;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .carousel-prev {
    opacity: 1;
    display: flex;
    z-index: 1;
  }
}

.carousel-next {
  right: -10px;
}
@media screen and (min-width: 0px) {
  .carousel-next {
    display: none;
  }
}
@media screen and (min-width: 515px) {
  .carousel-next {
    opacity: 0;
    display: flex;
    z-index: 1;
  }
}
@media screen and (min-width: 430px) and (max-width: 708px) {
  .carousel-next {
    opacity: 1;
    display: flex;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .carousel-next {
    opacity: 1;
    display: flex;
    z-index: 1;
  }
}

.carousel-container {
  position: relative;
}

.review-container:hover .carousel-prev {
  opacity: 1;
}
.review-container:hover .carousel-next {
  opacity: 1;
}
.review-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 25px;
}
@media screen and (min-width: 2560px) {
  .review-container {
    padding-top: 50px;
  }
}
@media screen and (min-width: 2800px) {
  .review-container {
    padding-top: 155px;
  }
}
@media screen and (min-width: 2900px) {
  .review-container {
    padding-top: 175px;
  }
}
.review-container .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.review-container .content .testimonial-section {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.review-container .content .testimonial-section .rating-header {
  min-height: 44px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.review-container .content .testimonial-section .rating-header .testimonial-title {
  text-align: center;
  color: #344054;
  font-size: 32px;
  font-family: Lato;
  font-weight: 600;
  line-height: 44px;
  word-wrap: break-word;
}
.review-container .content .testimonial-section .rating-header .stars-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
}
.review-container .content .testimonial-section .rating-header .stars-container .star-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.review-container .content .testimonial-section .rating-header .stars-container .star-wrapper .star {
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  position: absolute;
}
.review-container .content .testimonial-section .rating-header .trustpilot-text {
  color: black;
  font-size: 27.7px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 60.01px;
  word-wrap: break-word;
}
.review-container .content .testimonial-section .testimonial-subtitle-container {
  align-self: stretch;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.review-container .content .testimonial-section .testimonial-subtitle-container .testimonial-subtitle {
  text-align: center;
  color: #B6BECA;
  font-size: 22px;
  font-family: Lato;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}
.review-container .content .review-card-container {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding-left: 0;
  padding-right: 0;
}
.review-container .content .review-card-container .reviews {
  height: 425px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.review-container .content .review-card-container .reviews .review-card {
  cursor: pointer;
}
@media screen and (min-width: 0px) {
  .review-container .content .review-card-container .reviews .review-card {
    width: 215px;
  }
}
@media screen and (min-width: 380px) {
  .review-container .content .review-card-container .reviews .review-card {
    width: 300px;
  }
}
@media screen and (min-width: 790px) {
  .review-container .content .review-card-container .reviews .review-card {
    width: 340px;
  }
}
.review-container .content .review-card-container .reviews .review-card {
  height: 400px;
  padding: 20px;
  background: #FFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  border: rgba(99, 99, 99, 0.1) 1px solid;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header {
  align-self: stretch;
  flex-wrap: wrap;
}
@media screen and (min-width: 0px) {
  .review-container .content .review-card-container .reviews .review-card .review-card-header {
    height: 40px;
  }
}
@media screen and (min-width: 380px) {
  .review-container .content .review-card-container .reviews .review-card .review-card-header {
    height: 26px;
  }
}
.review-container .content .review-card-container .reviews .review-card .review-card-header {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating {
  width: 106.67px;
  height: 20px;
  position: relative;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating .stars {
  position: absolute;
  width: 106.67px;
  height: 20px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating .stars .star {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #8939B6;
  border-radius: 2px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating .stars .star-inner {
  width: 14px;
  height: 13.25px;
  position: absolute;
  top: 3.37px;
  left: 3px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating .stars .star:nth-child(1) {
  left: 0px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating .stars .star:nth-child(2) {
  left: 21.67px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating .stars .star:nth-child(3) {
  left: 43.34px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating .stars .star:nth-child(4) {
  left: 65.01px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .rating .stars .star:nth-child(5) {
  left: 86.68px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-header .date {
  color: #98A2B3;
  font-family: Lato;
  font-size: 13px;
  white-space: wrap;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-title {
  align-self: stretch;
  color: #000000;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  min-height: 44px;
}
.review-container .content .review-card-container .reviews .review-card .review-card-content {
  align-self: stretch;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 220px;
  color: #667085;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
}
@media screen and (min-width: 0px) {
  .review-container .content .review-card-container .reviews .review-card .review-card-content {
    -webkit-line-clamp: 8;
    line-clamp: 8;
    height: 220px;
  }
}
@media screen and (min-width: 380px) {
  .review-container .content .review-card-container .reviews .review-card .review-card-content {
    -webkit-line-clamp: 9;
    line-clamp: 9;
    height: 200px;
  }
}
@media screen and (min-width: 789px) {
  .review-container .content .review-card-container .reviews .review-card .review-card-content {
    -webkit-line-clamp: 10;
    line-clamp: 10;
    height: 220px;
  }
}
.review-container .content .review-card-container .reviews .review-card .review-card-content {
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
}
.review-container .content .review-card-container .reviews .review-card .review-card-divider {
  width: 60px;
  height: 1px;
  background: #EAECF0;
}
.review-container .content .review-card-container .reviews .review-card .review-card-author-name {
  color: #344054;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}
.review-container .content .review-card-container .reviews .review-card .connector {
  color: #344054;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 0 15px 20px;
  background: transparent;
  display: none;
}

.cookie-consent-banner.is-visible {
  display: block;
}

.banner-help {
  position: relative;
  display: inline-flex;
  margin-left: 4px;
  cursor: pointer;
}
.banner-help:hover .tip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 10000;
}
.banner-help .tip {
  position: absolute;
  left: 24px;
  top: -8px;
  min-width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  font-family: Lato;
  letter-spacing: normal;
  text-shadow: none;
  text-transform: none;
  line-height: 20px;
  color: #667085;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all 0.3s ease;
  z-index: 10;
  white-space: normal;
  word-wrap: break-word;
}
.banner-help .tip:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.banner-help .tip a {
  color: #5761FF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.banner-help .tip a:hover {
  color: #444CE7;
  text-decoration: underline;
}
.banner-help .tip.shadow {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.cookie-consent-panel {
  max-width: 1060px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
  border-radius: 14px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: 0 18px 40px rgba(3, 5, 39, 0.18);
  color: #6B7C93;
  transform: translateY(16px);
  opacity: 0;
}

.cookie-consent-banner.is-visible .cookie-consent-panel {
  animation: cookie-consent-slide-in 0.28s ease-out forwards;
}

.cookie-consent-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: #070929;
}

.cookie-consent-description {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #475467;
}
.cookie-consent-description a {
  color: #5761FF;
  text-decoration: none;
  background-color: transparent;
}

.cookie-consent-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  flex: 3 1 320px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  margin-top: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease, margin-top 0.2s ease;
}

.cookie-consent-banner.is-expanded .cookie-consent-options {
  max-height: 420px;
  opacity: 1;
  margin-top: 8px;
  pointer-events: auto;
  overflow: visible;
}

.cookie-consent-option {
  padding: 6px 0;
}

.cookie-consent-option label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #070929;
}

.cookie-consent-option input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #5077f2;
}

.cookie-consent-option p {
  margin: 2px 0 0 24px;
  font-size: 13px;
  line-height: 1.5;
  color: #7D89B0;
}

.cookie-consent-actions {
  display: flex;
  flex: 0 0 100%;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  height: 38px;
}

.cookie-consent-btn-toggle {
  position: relative;
  overflow: hidden;
}

.cookie-consent-btn-toggle .cookie-consent-btn-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cookie-consent-btn-label-more {
  opacity: 1;
}

.cookie-consent-btn-label-less {
  opacity: 0;
}

.cookie-consent-banner.is-expanded .cookie-consent-btn-label-more {
  opacity: 0;
  transform: translate(-50%, -60%);
}

.cookie-consent-banner.is-expanded .cookie-consent-btn-label-less {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.cookie-consent-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border: 1px solid #b9c0d4;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  outline: none;
}

.cookie-consent-btn-customize {
  width: 110px;
}

.cookie-consent-btn:focus {
  outline: none;
}

.cookie-consent-btn-secondary {
  background: #FCFCFD;
  color: #475467;
  border-color: #B9C0D4;
}

.cookie-consent-btn-secondary:hover {
  background: #f4f6ff;
}

.cookie-consent-btn-primary,
.cookie-consent-btn-accent {
  background: linear-gradient(75deg, #444CE7 5.84%, #647DFF 96.9%);
  color: #fff;
  box-shadow: 0 8px 16px -6px rgba(16, 24, 40, 0.12);
}

.cookie-consent-btn-primary:hover,
.cookie-consent-btn-accent:hover {
  background: linear-gradient(75deg, #3D45DE 5.84%, #5B66F8 96.9%);
  box-shadow: 0 12px 20px -8px rgba(16, 24, 40, 0.15);
}

/* Save is hidden until “More options” is used */
.cookie-consent-btn-save {
  display: none;
}

.cookie-consent-banner.is-expanded .cookie-consent-btn-save {
  display: inline-flex;
}

@keyframes cookie-consent-slide-in {
  from {
    transform: translateY(16px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .cookie-consent-panel {
    padding: 14px 16px 18px;
  }
  .cookie-consent-actions {
    justify-content: flex-start;
  }
  .cookie-consent-options {
    grid-template-columns: 1fr;
  }
}