/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

:root {
  --border-width: 2px;
  --color-border: #ddd;
  --input-color-border: #ddd;
  --border-radius-base: 0.5rem;
  --color-text-primary: rgba(9, 37, 64, 1);
  --color-link: #195AFE;
  --color-link-hover: #195AFE;
  --color-bg: #fff;
  --input-color-border-focus: #195AFE;
  --input-color-border-hover: #195AFE;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: auto;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* Embedded Video */
body .vp-center {
  justify-content: normal !important;
  width: 640px !important;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

html,
body {
  height: 100%;
}

body {
  height: auto;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(9, 37, 64, 1);
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #195AFE;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1048D4;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eceeef;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1 {
  margin: 0 0 calc(15px * 1.5);
}

h2 {
  margin: 0 0 calc(15px * 1.5);
}

h3 {
  margin: 0 0 calc(15px * 1.5);
}

h4 {
  margin: 0 0 calc(15px * 1.5);
}

h5 {
  margin: 0 0 calc(15px * 1.5);
}

h6 {
  margin: 0 0 calc(15px * 1.5);
}

.h1 {
  margin: 0 0 calc(15px * 1.5);
}

.h2 {
  margin: 0 0 calc(15px * 1.5);
}

.h3 {
  margin: 0 0 calc(15px * 1.5);
}

.h4 {
  margin: 0 0 calc(15px * 1.5);
}

.h5 {
  margin: 0 0 calc(15px * 1.5);
}

.h6 {
  margin: 0 0 calc(15px * 1.5);
}

p {
  margin: 0 0 calc(15px * 1.5);
}

ul {
  margin: 0 0 calc(15px * 1.5);
}

ol {
  margin: 0 0 calc(15px * 1.5);
}

h1 {
  font-size: 40px;
}

.h1 {
  font-size: calc(15px * 2.5);
}

h2 {
  font-size: calc(15px * 1.25);
}

.h2 {
  font-size: calc(15px * 1.25);
}

h3 {
  font-size: calc(15px * 1.25);
}

.h3 {
  font-size: calc(15px * 1.25);
}

h4 {
  font-size: calc(15px * 1.25);
}

.h4 {
  font-size: calc(15px * 1.25);
}

h5 {
  font-size: calc(15px * 1.1);
}

.h5 {
  font-size: calc(15px * 1.1);
}

h6 {
  font-size: calc(15px * 1);
}

.h6 {
  font-size: calc(15px * 1);
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

dl {
  margin-top: 0;
  margin-bottom: calc(15px * 1.5);
}

dt {
  line-height: 1.5;
  margin-bottom: calc(15px * 1.5 / 2);
}

dd {
  line-height: 1.5;
  margin-bottom: calc(15px * 1.5 / 2);
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table; /* 1 */
  content: ""; /* 2 */
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 30%;
    float: left;
    clear: both;
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dd {
    width: 70%;
    float: right;
  }
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

blockquote {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  background-color: #f7f7f9;
  padding: calc(15px * 1.5 / 2)
    calc(15px * 1.5);
  margin: 0 0 calc(15px * 1.5);
  border-left: 5px solid #dee2e6;
}

blockquote.is-colored {
  border-left: 5px solid #195AFE;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

code {
  border-radius: 4px !important;
  padding: 20px !important;
}

address {
  margin-bottom: calc(15px * 1.5);
  font-style: normal;
  line-height: 1.5;
}

.clearfix:before,
.clearfix:after {
  display: table; /* 1 */
  content: ""; /* 2 */
}

.clearfix:after {
  clear: both;
}

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

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

.is-hidden,
.hidden {
  display: none !important;
}

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

/* Because of Paligo Reuse Content, added zd*/
.zdsidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 135px;
}

.zdsidebar .sidenav-btn {
  display: none;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .zdsidebar {
    margin-bottom: 25px;
  }
  .zdsidebar .sidenav-btn {
    display: inline-block;
  }
  .zdsidebar .zdsidebar-inner .sidenav-btn {
    display: none !important;
  }
  .zdsidebar .zdsidebar-inner {
    display: none;
  }
}

.prevnext {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: calc(15px * 1.5);
  margin-bottom: 0;
}

.prevnext .swtips__box {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2a3e52;
  padding-right: 43px;
  position: relative;
}

.prevnext .swtips__box:before {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: rgba(42, 62, 82, 0.6);
  margin-bottom: calc(15px * 1.5 / 2);
}

.prevnext .swtips__box:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01JSHDFRDMQVGPF6QK0Z11WBJX);
  background-size: 130%;
  background-position: -2px -2px;
  top: calc(50% - 8px);
  right: 27px;
}

.prevnext span.prevnext__btn {
  cursor: default;
}

.prevnext__btn-prev {
  display: none !important;
}

.prevnext__btn-next {
  width: 100%;
}

.layout {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

[role="main"] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wysiwyg-color-black {
  color: rgba(9, 37, 64, 1) !important;
}

%form-control-disabled[disabled] {
  cursor: not-allowed;
  background-color: #dee2e6;
  opacity: 1;
}

%form-control-disabled[readonly] {
  cursor: not-allowed;
  background-color: #dee2e6;
  opacity: 1;
}

fieldset[disabled] %form-control-disabled {
  cursor: not-allowed;
  background-color: #dee2e6;
  opacity: 1;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(15px * 1.5);
  font-size: calc(15px * 1.5);
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(15px * 1.5 / 2);
  font-weight: 600;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: calc(6px + 1px);
  font-size: 15px;
  line-height: 1.5;
  color: #55595c;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #293e53;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #293e53;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.nesty-input:focus {
  border-color: #9ed5e7;
  outline: 0;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: $color;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.nesty-input:-ms-input-placeholder {
  color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.nesty-input::-webkit-input-placeholder {
  color: #999;
}

select {
  height: calc((15px * 1.5) + (6px * 2) + 2px);
}

textarea {
  resize: vertical;
  height: calc(((15px * 1.5) + (6px * 2) + 2px) * 3);
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc((15px * 1.5) + (6px * 2) + 2px);
  }
  input[type="time"] {
    line-height: calc((15px * 1.5) + (6px * 2) + 2px);
  }
  input[type="datetime-local"] {
    line-height: calc((15px * 1.5) + (6px * 2) + 2px);
  }
  input[type="month"] {
    line-height: calc((15px * 1.5) + (6px * 2) + 2px);
  }
}

.form-field {
  margin-bottom: calc(15px * 1.5);
}

.form-field p {
  font-size: 90%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #1966b0;
}

.form-field.required > label:after {
  content: "*";
  color: #ff5252;
  margin-left: 2px;
}

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

.form-field.boolean input[type="checkbox"] {
  position: absolute;
  left: 0;
}

.form-field.boolean label {
  min-height: calc(15px * 1.5);
  margin-bottom: 0;
  cursor: pointer;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.btn,
[role="button"],
input[type="submit"],
.satisfaction-box input[type="radio"] ~ label {
  padding: 11px 22px;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.6px;
  text-transform: none;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid transparent;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.btn:focus,
.btn:active:focus,
[role="button"]:focus,
[role="button"]:active:focus,
input[type="submit"]:focus,
input[type="submit"]:active:focus,
.satisfaction-box input[type="radio"] ~ label:focus,
.satisfaction-box input[type="radio"] ~ label:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
[role="button"]:hover,
[role="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.satisfaction-box input[type="radio"] ~ label:hover,
.satisfaction-box input[type="radio"] ~ label:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
[role="button"]:active,
input[type="submit"]:active,
.satisfaction-box input[type="radio"] ~ label:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn,
[role="button"] {
  color: #333;
  background-color: transparent;
  border-color: #ccc;
}

.btn:hover,
.btn:focus,
.btn:active,
[role="button"]:hover,
[role="button"]:focus,
[role="button"]:active {
  color: #1048D4;
  background-color: transparent;
  border-color: #1048D4;
}

.btn:active,
[role="button"]:active {
  background-image: none;
}

.btn--default,
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #195AFE;
  background-color: transparent;
  border-color: #195AFE;
}

.btn--default:hover,
.btn--default:focus,
.btn--default:active,
.topic-controls__item--subscribe .dropdown-toggle:hover,
.topic-controls__item--subscribe .dropdown-toggle:focus,
.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:hover,
.topic-controls__item--subscribe .topic-unsubscribe:focus,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  color: #1048D4;
  background-color: transparent;
  border-color: #1048D4;
}

.btn--default:active,
.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  background-image: none;
}

input[type="submit"],
.btn--primary {
  color: #fff;
  background-color: #195AFE;
  border-color: #195AFE;
  /* text-transform: none; */
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
  color: #fff;
  background-color: #1048D4;
  border-color: #1048D4;
}

input[type="submit"]:active,
.btn--primary:active {
  background-image: none;
}

.login,
.btn--topbar,
.article-subscribe,
.article-unsubscribe,
.section-subscribe .dropdown-toggle,
.post-subscribe,
.post-unsubscribe,
.topic-buttons .dropdown-toggle,
.topic-buttons .topic-unsubscribe,
[data-action="edit-profile"] {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.85);
}

.login svg {
  margin-right: calc(15px * 1.5 / 2);
}

.btn--topbar svg {
  margin-right: calc(15px * 1.5 / 2);
}

.article-subscribe svg {
  margin-right: calc(15px * 1.5 / 2);
}

.article-unsubscribe svg {
  margin-right: calc(15px * 1.5 / 2);
}

.section-subscribe .dropdown-toggle svg {
  margin-right: calc(15px * 1.5 / 2);
}

.post-subscribe svg {
  margin-right: calc(15px * 1.5 / 2);
}

.post-unsubscribe svg {
  margin-right: calc(15px * 1.5 / 2);
}

.topic-buttons .dropdown-toggle svg {
  margin-right: calc(15px * 1.5 / 2);
}

.topic-buttons .topic-unsubscribe svg {
  margin-right: calc(15px * 1.5 / 2);
}

[data-action="edit-profile"] svg {
  margin-right: calc(15px * 1.5 / 2);
}

.login use,
.btn--topbar use,
.article-subscribe use,
.article-unsubscribe use,
.section-subscribe .dropdown-toggle use,
.post-subscribe use,
.post-unsubscribe use,
.topic-buttons .dropdown-toggle use,
.topic-buttons .topic-unsubscribe use,
[data-action="edit-profile"] use {
  fill: #fff;
}

.login:hover,
.login:focus,
.login:active,
.btn--topbar:hover,
.btn--topbar:focus,
.btn--topbar:active,
.article-subscribe:hover,
.article-subscribe:focus,
.article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active,
.section-subscribe .dropdown-toggle:hover,
.section-subscribe .dropdown-toggle:focus,
.section-subscribe .dropdown-toggle:active,
.post-subscribe:hover,
.post-subscribe:focus,
.post-subscribe:active,
.post-unsubscribe:hover,
.post-unsubscribe:focus,
.post-unsubscribe:active,
.topic-buttons .dropdown-toggle:hover,
.topic-buttons .dropdown-toggle:focus,
.topic-buttons .dropdown-toggle:active,
.topic-buttons .topic-unsubscribe:hover,
.topic-buttons .topic-unsubscribe:focus,
.topic-buttons .topic-unsubscribe:active,
[data-action="edit-profile"]:hover,
[data-action="edit-profile"]:focus,
[data-action="edit-profile"]:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.login:hover use,
.login:focus use,
.login:active use,
.btn--topbar:hover use,
.btn--topbar:focus use,
.btn--topbar:active use,
.article-subscribe:hover use,
.article-subscribe:focus use,
.article-subscribe:active use,
.article-unsubscribe:hover use,
.article-unsubscribe:focus use,
.article-unsubscribe:active use,
.section-subscribe .dropdown-toggle:hover use,
.section-subscribe .dropdown-toggle:focus use,
.section-subscribe .dropdown-toggle:active use,
.post-subscribe:hover use,
.post-subscribe:focus use,
.post-subscribe:active use,
.post-unsubscribe:hover use,
.post-unsubscribe:focus use,
.post-unsubscribe:active use,
.topic-buttons .dropdown-toggle:hover use,
.topic-buttons .dropdown-toggle:focus use,
.topic-buttons .dropdown-toggle:active use,
.topic-buttons .topic-unsubscribe:hover use,
.topic-buttons .topic-unsubscribe:focus use,
.topic-buttons .topic-unsubscribe:active use,
[data-action="edit-profile"]:hover use,
[data-action="edit-profile"]:focus use,
[data-action="edit-profile"]:active use {
  fill: #e0e0e0;
}

.login:active,
.btn--topbar:active,
.article-subscribe:active,
.article-unsubscribe:active,
.section-subscribe .dropdown-toggle:active,
.post-subscribe:active,
.post-unsubscribe:active,
.topic-buttons .dropdown-toggle:active,
.topic-buttons .topic-unsubscribe:active,
[data-action="edit-profile"]:active {
  background-image: none;
}

.satisfaction-box .satisfaction-submit {
  color: #fff;
  background-color: #195AFE;
  border-color: #195AFE;
}

.satisfaction-box .satisfaction-submit:hover,
.satisfaction-box .satisfaction-submit:focus,
.satisfaction-box .satisfaction-submit:active {
  color: #e0e0e0;
  background-color: #1048D4;
  border-color: #1048D4;
}

.satisfaction-box .satisfaction-submit:active {
  background-image: none;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #0c9;
  border-color: #0c9;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  color: #e0e0e0;
  background-color: #008f6b;
  border-color: #008f6b;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  background-image: none;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff5252;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  color: #e0e0e0;
  background-color: #ff1515;
  border-color: #ff1515;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  background-image: none;
}

.satisfaction-box input[type="radio"][checked="checked"][value="good"] + label {
  background-color: #008f6b !important;
  color: #fff !important;
  border-color: #008f6b !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="good"]
  + label:hover,
.satisfaction-box
  input[type="radio"][checked="checked"][value="good"]
  + label:focus,
.satisfaction-box
  input[type="radio"][checked="checked"][value="good"]
  + label:active {
  color: #e0e0e0;
  background-color: #ff1515;
  border-color: #ff1515;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="good"]
  + label:active {
  background-image: none;
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"] + label {
  background-color: #ff1515 !important;
  color: #fff !important;
  border-color: #ff1515 !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="bad"]
  + label:hover,
.satisfaction-box
  input[type="radio"][checked="checked"][value="bad"]
  + label:focus,
.satisfaction-box
  input[type="radio"][checked="checked"][value="bad"]
  + label:active {
  color: #e0e0e0 !important;
  background-color: #eb0000 !important;
  border-color: #eb0000 !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="bad"]
  + label:active {
  background-image: none;
}

.btn--vote,
.btn--search-topbar-close {
  border-radius: 4px;
  border-width: 1px;
  text-transform: none;
}

.btn--vote:before,
.btn--search-topbar-close:before {
  display: none !important;
}

.btn.btn--platform {
  padding: 10px 20px;
  font-size: calc(15px - 3px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn.btn--platform svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.btn.btn--platform:hover {
  background-color: #1048D4;
  border-color: #1048D4;
  color: #fff;
}

.btn.btn--platform:hover svg path {
  fill: #fff;
}

.btn.btn--platform-mobile {
  display: none;
  padding: 0;
  border: 0;
  color: rgba(9, 37, 64, 1) !important;
  font-size: calc(15px - 2px);
  font-weight: bold;
  position: relative;
  top: 2px;
}

.btn.btn--platform-mobile svg {
  width: calc(15px * 1.5) !important;
  height: calc(15px * 1.5) !important;
  margin-right: 0;
}

.btn.btn--platform-mobile svg path {
  fill: rgba(9, 37, 64, 1) !important;
}

.btn--toggle-search {
  border: 0;
  padding: 0;
}

.btn--toggle-search svg {
  margin-right: 0;
}

.btn--topbar {
  font-size: calc(15px - 3px);
}

.container {
  padding-right: calc(12px * 2);
  padding-left: calc(12px * 2);
}

.container--gradient {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/hc/theming_assets/01JYEM43S0CV5QK586WC24F8TF);

  &[data-page="category"] {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: cover;
  }

  &.new-request-page {
    background-size: cover;
  }
}

.container-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.container-inner--wide {
  max-width: 1260px;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

.table,
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(15px * 1.5);
}

.table th,
.table td,
table td,
table th {
  padding: 8px;
  vertical-align: top;
}

.table td,
table td {
  border-top: 1px solid #d3d6d8-color;
}

.table thead th,
table thead th {
  vertical-align: bottom;
}

.table tbody + tbody,
table tbody + tbody {
  border-top: 1px solid #d3d6d8-color;
}

.table .table {
  background-color: #fff;
}

.table--color-header th {
  background-color: #195AFE;
  color: #fff;
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: #fff;
}

.table--striped tbody tr:nth-child(odd) {
  background-color: #dee2e6;
  color: inherit;
}

.table--hover tbody tr:hover {
  background-color: #dee2e6;
  color: inherit;
}

.table--bordered {
  border: 1px solid #d3d6d8;
}

.table--bordered td {
  border-left: 1px solid #d3d6d8;
}

.table--bordered th {
  border-left: 1px solid #d3d6d8;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: calc(15px * 1.5 * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d3d6d8-color;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row--promoted {
  margin-left: -30px;
  margin-right: -30px;
}

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.column--promoted-left {
  padding-left: 15px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .column--promoted-left {
    padding-left: 30px;
  }
}

.column--promoted-right {
  padding-left: 30px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .column--promoted-right {
    padding-right: 30px;
  }
}

.column--xs-1 {
  width: 8.33333%;
}

.column--xs-2 {
  width: 16.66667%;
}

.column--xs-3 {
  width: 25%;
}

.column--xs-4 {
  width: 33.33333%;
}

.column--xs-5 {
  width: 41.66667%;
}

.column--xs-6 {
  width: 50%;
}

.column--xs-7 {
  width: 58.33333%;
}

.column--xs-8 {
  width: 66.66667%;
}

.column--xs-9 {
  width: 75%;
}

.column--xs-10 {
  width: 83.33333%;
}

.column--xs-11 {
  width: 91.66667%;
}

.column--xs-12 {
  width: 100%;
}

.column--xs-pull-0 {
  right: auto;
}

.column--xs-pull-1 {
  right: 8.33333%;
}

.column--xs-pull-2 {
  right: 16.66667%;
}

.column--xs-pull-3 {
  right: 25%;
}

.column--xs-pull-4 {
  right: 33.33333%;
}

.column--xs-pull-5 {
  right: 41.66667%;
}

.column--xs-pull-6 {
  right: 50%;
}

.column--xs-pull-7 {
  right: 58.33333%;
}

.column--xs-pull-8 {
  right: 66.66667%;
}

.column--xs-pull-9 {
  right: 75%;
}

.column--xs-pull-10 {
  right: 83.33333%;
}

.column--xs-pull-11 {
  right: 91.66667%;
}

.column--xs-pull-12 {
  right: 100%;
}

.column--xs-push-0 {
  left: auto;
}

.column--xs-push-1 {
  left: 8.33333%;
}

.column--xs-push-2 {
  left: 16.66667%;
}

.column--xs-push-3 {
  left: 25%;
}

.column--xs-push-4 {
  left: 33.33333%;
}

.column--xs-push-5 {
  left: 41.66667%;
}

.column--xs-push-6 {
  left: 50%;
}

.column--xs-push-7 {
  left: 58.33333%;
}

.column--xs-push-8 {
  left: 66.66667%;
}

.column--xs-push-9 {
  left: 75%;
}

.column--xs-push-10 {
  left: 83.33333%;
}

.column--xs-push-11 {
  left: 91.66667%;
}

.column--xs-push-12 {
  left: 100%;
}

.column--xs-offset-0 {
  margin-left: 0%;
}

.column--xs-offset-1 {
  margin-left: 8.33333%;
}

.column--xs-offset-2 {
  margin-left: 16.66667%;
}

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

.column--xs-offset-4 {
  margin-left: 33.33333%;
}

.column--xs-offset-5 {
  margin-left: 41.66667%;
}

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

.column--xs-offset-7 {
  margin-left: 58.33333%;
}

.column--xs-offset-8 {
  margin-left: 66.66667%;
}

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

.column--xs-offset-10 {
  margin-left: 83.33333%;
}

.column--xs-offset-11 {
  margin-left: 91.66667%;
}

.column--xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }
  .column--sm-2 {
    width: 16.66667%;
  }
  .column--sm-3 {
    width: 25%;
  }
  .column--sm-4 {
    width: 33.33333%;
  }
  .column--sm-5 {
    width: 41.66667%;
  }
  .column--sm-6 {
    width: 50%;
  }
  .column--sm-7 {
    width: 58.33333%;
  }
  .column--sm-8 {
    width: 66.66667%;
  }
  .column--sm-9 {
    width: 75%;
  }
  .column--sm-10 {
    width: 83.33333%;
  }
  .column--sm-11 {
    width: 91.66667%;
  }
  .column--sm-12 {
    width: 100%;
  }
  .column--sm-pull-0 {
    right: auto;
  }
  .column--sm-pull-1 {
    right: 8.33333%;
  }
  .column--sm-pull-2 {
    right: 16.66667%;
  }
  .column--sm-pull-3 {
    right: 25%;
  }
  .column--sm-pull-4 {
    right: 33.33333%;
  }
  .column--sm-pull-5 {
    right: 41.66667%;
  }
  .column--sm-pull-6 {
    right: 50%;
  }
  .column--sm-pull-7 {
    right: 58.33333%;
  }
  .column--sm-pull-8 {
    right: 66.66667%;
  }
  .column--sm-pull-9 {
    right: 75%;
  }
  .column--sm-pull-10 {
    right: 83.33333%;
  }
  .column--sm-pull-11 {
    right: 91.66667%;
  }
  .column--sm-pull-12 {
    right: 100%;
  }
  .column--sm-push-0 {
    left: auto;
  }
  .column--sm-push-1 {
    left: 8.33333%;
  }
  .column--sm-push-2 {
    left: 16.66667%;
  }
  .column--sm-push-3 {
    left: 25%;
  }
  .column--sm-push-4 {
    left: 33.33333%;
  }
  .column--sm-push-5 {
    left: 41.66667%;
  }
  .column--sm-push-6 {
    left: 50%;
  }
  .column--sm-push-7 {
    left: 58.33333%;
  }
  .column--sm-push-8 {
    left: 66.66667%;
  }
  .column--sm-push-9 {
    left: 75%;
  }
  .column--sm-push-10 {
    left: 83.33333%;
  }
  .column--sm-push-11 {
    left: 91.66667%;
  }
  .column--sm-push-12 {
    left: 100%;
  }
  .column--sm-offset-0 {
    margin-left: 0%;
  }
  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }
  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }
  .column--sm-offset-3 {
    margin-left: 25%;
  }
  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }
  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }
  .column--sm-offset-6 {
    margin-left: 50%;
  }
  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }
  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }
  .column--sm-offset-9 {
    margin-left: 75%;
  }
  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }
  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }
  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }
  .column--md-2 {
    width: 16.66667%;
  }
  .column--md-3 {
    width: 25%;
  }
  .column--md-4 {
    width: 33.33333%;
  }
  .column--md-5 {
    width: 41.66667%;
  }
  .column--md-6 {
    width: 50%;
  }
  .column--md-7 {
    width: 58.33333%;
  }
  .column--md-8 {
    width: 66.66667%;
  }
  .column--md-9 {
    width: 75%;
  }
  .column--md-10 {
    width: 83.33333%;
  }
  .column--md-11 {
    width: 91.66667%;
  }
  .column--md-12 {
    width: 100%;
  }
  .column--md-13 {
    width: 20%;
  }
  .column--md-pull-0 {
    right: auto;
  }
  .column--md-pull-1 {
    right: 8.33333%;
  }
  .column--md-pull-2 {
    right: 16.66667%;
  }
  .column--md-pull-3 {
    right: 25%;
  }
  .column--md-pull-4 {
    right: 33.33333%;
  }
  .column--md-pull-5 {
    right: 41.66667%;
  }
  .column--md-pull-6 {
    right: 50%;
  }
  .column--md-pull-7 {
    right: 58.33333%;
  }
  .column--md-pull-8 {
    right: 66.66667%;
  }
  .column--md-pull-9 {
    right: 75%;
  }
  .column--md-pull-10 {
    right: 83.33333%;
  }
  .column--md-pull-11 {
    right: 91.66667%;
  }
  .column--md-pull-12 {
    right: 100%;
  }
  .column--md-push-0 {
    left: auto;
  }
  .column--md-push-1 {
    left: 8.33333%;
  }
  .column--md-push-2 {
    left: 16.66667%;
  }
  .column--md-push-3 {
    left: 25%;
  }
  .column--md-push-4 {
    left: 33.33333%;
  }
  .column--md-push-5 {
    left: 41.66667%;
  }
  .column--md-push-6 {
    left: 50%;
  }
  .column--md-push-7 {
    left: 58.33333%;
  }
  .column--md-push-8 {
    left: 66.66667%;
  }
  .column--md-push-9 {
    left: 75%;
  }
  .column--md-push-10 {
    left: 83.33333%;
  }
  .column--md-push-11 {
    left: 91.66667%;
  }
  .column--md-push-12 {
    left: 100%;
  }
  .column--md-offset-0 {
    margin-left: 0%;
  }
  .column--md-offset-1 {
    margin-left: 8.33333%;
  }
  .column--md-offset-2 {
    margin-left: 16.66667%;
  }
  .column--md-offset-3 {
    margin-left: 25%;
  }
  .column--md-offset-4 {
    margin-left: 33.33333%;
  }
  .column--md-offset-5 {
    margin-left: 41.66667%;
  }
  .column--md-offset-6 {
    margin-left: 50%;
  }
  .column--md-offset-7 {
    margin-left: 58.33333%;
  }
  .column--md-offset-8 {
    margin-left: 66.66667%;
  }
  .column--md-offset-9 {
    margin-left: 75%;
  }
  .column--md-offset-10 {
    margin-left: 83.33333%;
  }
  .column--md-offset-11 {
    margin-left: 91.66667%;
  }
  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }
  .column--lg-2 {
    width: 16.66667%;
  }
  .column--lg-3 {
    width: 25%;
  }
  .column--lg-4 {
    width: 33.33333%;
  }
  .column--lg-5 {
    width: 41.66667%;
  }
  .column--lg-6 {
    width: 50%;
  }
  .column--lg-7 {
    width: 58.33333%;
  }
  .column--lg-8 {
    width: 66.66667%;
  }
  .column--lg-9 {
    width: 75%;
  }
  .column--lg-10 {
    width: 83.33333%;
  }
  .column--lg-11 {
    width: 91.66667%;
  }
  .column--lg-12 {
    width: 100%;
  }
  .column--lg-pull-0 {
    right: auto;
  }
  .column--lg-pull-1 {
    right: 8.33333%;
  }
  .column--lg-pull-2 {
    right: 16.66667%;
  }
  .column--lg-pull-3 {
    right: 25%;
  }
  .column--lg-pull-4 {
    right: 33.33333%;
  }
  .column--lg-pull-5 {
    right: 41.66667%;
  }
  .column--lg-pull-6 {
    right: 50%;
  }
  .column--lg-pull-7 {
    right: 58.33333%;
  }
  .column--lg-pull-8 {
    right: 66.66667%;
  }
  .column--lg-pull-9 {
    right: 75%;
  }
  .column--lg-pull-10 {
    right: 83.33333%;
  }
  .column--lg-pull-11 {
    right: 91.66667%;
  }
  .column--lg-pull-12 {
    right: 100%;
  }
  .column--lg-push-0 {
    left: auto;
  }
  .column--lg-push-1 {
    left: 8.33333%;
  }
  .column--lg-push-2 {
    left: 16.66667%;
  }
  .column--lg-push-3 {
    left: 25%;
  }
  .column--lg-push-4 {
    left: 33.33333%;
  }
  .column--lg-push-5 {
    left: 41.66667%;
  }
  .column--lg-push-6 {
    left: 50%;
  }
  .column--lg-push-7 {
    left: 58.33333%;
  }
  .column--lg-push-8 {
    left: 66.66667%;
  }
  .column--lg-push-9 {
    left: 75%;
  }
  .column--lg-push-10 {
    left: 83.33333%;
  }
  .column--lg-push-11 {
    left: 91.66667%;
  }
  .column--lg-push-12 {
    left: 100%;
  }
  .column--lg-offset-0 {
    margin-left: 0%;
  }
  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }
  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }
  .column--lg-offset-3 {
    margin-left: 25%;
  }
  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }
  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }
  .column--lg-offset-6 {
    margin-left: 50%;
  }
  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }
  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }
  .column--lg-offset-9 {
    margin-left: 75%;
  }
  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }
  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }
  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

.meta {
  font-size: calc(15px - 2px);
  color: #979797;
}

.meta__item {
  display: inline-block;
  margin-right: calc(12px / 2);
}

.meta__item + .meta__item:before {
  margin-right: calc(12px / 2);
  font-size: 10px;
  content: "\2022";
}

.meta--profile {
  margin-bottom: 0;
}

.meta--hero-unit {
  color: #dee2e6;
}

.tcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: calc(10px * 1.5);
  padding: 0;
  width: 24px;
  height: 24px;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon:hover,
.tcon:focus {
  outline: none;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  width: 24px;
  height: calc(24px / 12);
  border-radius: 4px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;

  position: relative;
}

.tcon-menu__lines:before,
.tcon-menu__lines:after {
  display: inline-block;
  width: 24px;
  height: calc(24px / 12);
  border-radius: 4px;
  background: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  -webkit-transform-origin: calc(24px / 10) center;
  transform-origin: calc(24px / 10) center;
}

.tcon-menu__lines:before {
  top: calc(24px / 3);
}

.tcon-menu__lines:after {
  top: calc(24px / -3);
}

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xcross {
  width: auto;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:before,
.tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
  top: 0;
  width: 24px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: rgba(9, 37, 64, 1);
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}

.logo {
  display: block;
  max-height: 50px;
}

@media (min-width: 768px) {
  .logo {
    /* max-width: 200px; */
  }
}

#user > .btn {
  padding: 0;
  color: inherit;
  font-size: calc(15px - 2px);
  background-color: transparent;
}

#user > .btn,
#user > .btn:active,
#user > .btn:hover {
  border-color: transparent;
}

.breadcrumbs {
  margin-bottom: calc(10px * 2);
  padding: 8px 0 0;
  border-radius: 4px;
  background-color: transparent;
  list-style: none;
}

main:has(.article-page) {
  .breadcrumbs {
    margin-top: 1rem;
  }
}

.breadcrumbs li {
  display: inline-block;
  color: rgba(58, 81, 102, 1);
}

.breadcrumbs li + li:before {
  padding: 0 5px;
  color: rgba(58, 81, 102, 1);
  content: "› ";
}

.breadcrumbs a {
  color: #195AFE;
}

.breadcrumbs-wrapper .breadcrumbs a {
  color: rgba(58, 81, 102, 1);
}

.hero-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(0, 9, 33, 1);
  background-image: url(/hc/theming_assets/01JSHDFVYCR5X7WPXCSTPP8GZV);
  background-position: center 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-unit--category,
.hero-unit--category-api,
.hero-unit--category-feature,
.hero-unit--article {
  position: relative;
  padding-top: 15px;
  background-image: url(/hc/theming_assets/01JSHDFVYCR5X7WPXCSTPP8GZV);
  background-position: center;

  .hero-unit__content {
    margin-bottom: 4rem;
  }
}

.hero-unit--article {
  margin-bottom: 0;
}

body:has(.container--gradient) .hero-unit--category,
body:has(.my-activities-page) .hero-unit--category {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hero-unit--category,
  .hero-unit--category-api,
  .hero-unit--category-feature,
  .hero-unit--article {
    padding-top: 30px;
  }
}

/* .hero-unit--category-glossary,
.hero-unit--category-faq {
  background-image: url(/hc/theming_assets/01JYEM4704AZYB1GA10V58G214);
}

.hero-unit--article {
  background-image: url(/hc/theming_assets/01JYEM457Q204JK76Z34GQKQPZ);
} */

@media (max-width: 767px) {
  .hero-unit--category-glossary,
  .hero-unit--category-faq,
  .hero-unit--article {
    background-position: 78% 0;
  }
}

.hero-unit--category .hero-unit__title {
  text-align: left;
  margin-top: calc(15px * 1.5 * 1.5);
}

.hero-unit--category-api .hero-unit__title {
  text-align: left;
  margin-top: calc(15px * 1.5 * 1.5);
}

.hero-unit--category-feature .hero-unit__title {
  text-align: left;
  margin-top: calc(15px * 1.5 * 1.5);
}

.hero-unit--category-glossary .hero-unit__title {
  text-align: left;
  margin-top: calc(15px * 1.5 * 1.5);
}

.hero-unit--category-faq .hero-unit__title {
  text-align: left;
  margin-top: calc(15px * 1.5 * 1.5);
}

@media (max-width: 767px) {
  .hero-unit--section,
  .hero-unit--article {
    background-size: 550%;
  }
}

.hero-unit--section .hero-unit__title {
  text-align: left;
  margin-top: calc(15px * 1.5 * 2.5);
}

.hero-unit--article .hero-unit__title {
  text-align: left;
  margin-top: calc(15px * 1.5);
}

@media (max-width: 767px) {
  .hero-unit--section .hero-unit__title {
    margin-bottom: calc(15px * 1.5 * 3);
  }

  .hero-unit--article .hero-unit__title {
    margin-bottom: calc(15px * 1.5 * 3);
  }
}

.hero-unit__content {
  position: relative;
  z-index: 2;
}

.hero-unit__subtitle {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  margin-bottom: calc(15px * 1.5 * 0.7);
}

@media (max-width: 767px) {
  .hero-unit__subtitle {
    font-size: 14px;
    font-weight: 500;
  }
}

.hero-unit__title {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 2.5rem;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .hero-unit__title {
    font-size: calc(15px * 1.75);
  }
}

@media (min-width: 992px) {
  .hero-unit__title {
    font-size: calc(15px * 2.5);
  }
}

.hero-unit__desc {
  font-size: calc(15px * 1.25);
}

@media (min-width: 768px) {
  .hero-unit__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.hero-unit--large {
  padding-top: 0;
  padding-bottom: 0;
  min-height: max(45vh, 430px);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hero-unit__popular {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.hero-unit__popular-title,
.hero-unit__popular-links {
  display: inline-block;
}

.hero-unit__popular-title {
  font-weight: 700;
}

.hero-unit__popular-links .hero-unit__popular-item:after {
  content: ", ";
}

.hero-unit__popular-links .hero-unit__popular-item:last-of-type:after {
  display: none;
}

.hero-unit__popular-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .hero-unit__popular-links a {
    text-decoration: none;
  }
}

.hero-unit__popular-links a:hover,
.hero-unit__popular-links a:focus,
.hero-unit__popular-links a:active {
  color: #fff;
  text-decoration: none;
}

.hero-unit--short .hero-unit__title {
  text-align: left;
}

.hero-unit--short .meta--hero-unit {
  color: #fff;
  font-size: 16px;
}

.language-selector {
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  position: relative;
  display: inline-block;
}

.avatar--agent:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -4px;
  margin-bottom: -4px;

  font-size: calc(15px * 0.75);
  color: #12b886;
  content: "\f19d";
}

.user-avatar {
  border-radius: 4px;
}

.user-avatar--default {
  width: 40px;
  height: 40px;
}

#user .user-avatar {
  width: 30px;
  height: 30px;
}

.searchbox {
  margin-top: calc(15px * 1.5);
}

.searchbox-suggestions ul {
  margin-bottom: calc(15px * 1.5);

  padding-left: 0;
  list-style: none;
}

.searchbox-suggestions li {
  margin-bottom: calc(15px * 1.5 / 3);
}

.search #query {
  color: #293e53;
}

.search-box {
  position: relative;
}

.search-box input[type="submit"] {
  display: none;
}

.search-box #query {
  padding-left: calc(10px * 4);
}

.search-box:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/hc/theming_assets/01JSHDFQXKQAYF2C3TRNQKRAC7);
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 10px;
}

.search-box--hero-unit {
  margin-right: auto;
  margin-left: auto;
  max-width: 770px;
  margin-bottom: calc(15px * 1.5);
}

.search-box--hero-unit:before {
  left: calc(10px * 2);
  margin-top: calc((15px + 6px) / -2);
  font-size: calc(15px + 6px);
}

.search-box--hero-unit #query {
  padding: 0 63px;
  height: 64px;
  display: flex;
  align-items: center;
  border-color: #fff;
  -webkit-box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  border-radius: 48px;
}

@media (max-width: 767px) {
  .search-box--hero-unit #query {
    padding: 24px 63px;
  }
}

.search-mobile {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: none;
  padding: calc(10px * 2);
  background-color: #fff;
}

.search-box--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.search-box--mobile #query {
  margin-right: 10px;
}

.topbar-search {
  display: none;

  &.topbar-search--active {
    .search-box--topbar {
      display: block;
    }

    .topbar-search-trigger {
      display: none;
    }
  }

  @media (min-width: 1200px) {
    display: block;
  }
}

.topbar-search--mobile {
  display: block;
  margin-bottom: 1.5rem;

  @media (min-width: 1200px) {
    display: non;
  }

  .search-box--topbar {
    display: block;

    @media (min-width: 1200px) {
      display: none;
    }
  }
}

.search-box--topbar {
  display: none;
  width: 100%;
  border-radius: 24px;

  #query {
    border-radius: 24px;
  }
}

.search-box--topbar #query {
  border-color: #fff;
  border: 1px solid #d4d8dc;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  height: 50px;
}

.search-box--mobile-active {
  display: block;
  padding: 23px calc(10px * 2);
}

.search-box--mobile-active .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box--mobile-active .container-inner .search-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-box--mobile-active .container-inner .search-box #query {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.search-box--mobile-active .container-inner .btn--search-topbar-close {
  display: none;
}

.search-box--small {
  margin-bottom: calc(15px * 1.5);
}

.search-results-page {
  padding-top: calc(10px * 2);
  margin-bottom: calc(15px * 1.5 * 2);
}

@media (min-width: 768px) {
  .search-results-page {
    padding-top: calc(15px * 1.5 * 2);
  }
}

.search-results__wrapper {
  max-width: 615px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.search-results-count {
  font-size: calc(15px * 1.25);
}

.search-result {
  margin-bottom: calc(15px * 1.5);
  border-bottom: 1px solid #e1e1e1;
}

.search-result:last-child {
  border-bottom: 0;
}

.search-result__title {
  margin-bottom: calc(15px * 1.5 / 2);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: normal;
}

.search-result__description {
  font-size: calc(15px);
}

.search-result__description:empty {
  display: none;
}

.search-result__description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: #fff3ca;
  border-radius: 3px;
}

.search-result__meta {
  margin-bottom: calc(15px * 1.5 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: calc(15px * 0.75);
  color: #fff;
  background-color: #195AFE;
  border-radius: 4px;
}

.search-results-subheading__title {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #293e53;
}

@media (min-width: 768px) {
  .category-page {
    margin-bottom: calc(15px * 1.5 * 2);
  }
}

.category-page {
  padding-top: 3rem;
}

.category-description:empty {
  display: none;
}

.category-list {
  margin-bottom: calc(10px * 6);
  padding-top: calc(10px * 6);
  padding-bottom: calc(10px * 4);
  padding-left: 0;
  border-bottom: 1px solid #eceeef;
}

.category-list__title {
  font-size: calc(15px * 1.5);
}

.category-list__icon {
  margin-right: calc(10px / 2);
  color: #fbce0a;
  vertical-align: middle;
  font-size: 16px !important;
}

.category-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(12px * -1);
  margin-left: calc(12px * -1);
}

.category-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(15px * 1.5);
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .category-list-item {
    min-height: 115px;
    width: 50%;
  }
}

.category-list-item__link {
  padding: calc(15px * 1.5) 12px;
  width: 100%;
  border: 1px solid #eceeef;
  border-radius: 4px;
  color: rgba(9, 37, 64, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-list-item__link:active,
.category-list-item__link:focus,
.category-list-item__link:hover {
  border-color: #195AFE;
  background-color: #195AFE;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
}

.category-list-item__desc {
  padding-top: calc(15px * 1.5 / 2);
}

.category-list-item__buttons {
  padding-top: calc(15px * 1.5 / 2);
}

.category-list-item__title {
  margin-bottom: 0;
  font-weight: 600;
}

/****
  CATEGORY LIST ACCORDION
****/

.category-list-item--accordion-item {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin-bottom: calc(15px * 1.5);
  padding: 0;
  display: block;
  min-height: auto;
}

.category-list-item__link--accordion-title {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 52px 20px 20px;
  cursor: pointer;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.category-list-item__link--accordion-title:hover,
.category-list-item__link--accordion-title:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(9, 37, 64, 1);
}

.category-list-item__link--accordion-title:before {
  content: "";
  position: absolute;
}

.category-list-item__link--accordion-title a {
  pointer-events: none;
}

.category-list-item__link--accordion-title h3 {
  font-size: calc(15px * 1.25);
}

.category-list-item__body--accordion-content {
  display: none;
  padding: 24px 24px 0;
  border-top: 1px solid #dee2e6;
  margin-left: 0;
  margin-right: 0;
}

.category-list-item__body--accordion-content p:last-child {
  margin-bottom: 0;
}

.category-list-item__body--accordion-content ul li.section h2 {
  font-size: calc(15px * 1.25);
}

.category-list__items--accordion {
  margin-left: 0;
  margin-right: 0;
}

.category-list__items--accordion
  .category-list-item__link--accordion-title:before {
  right: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #195AFE;
  border-left: 2px solid #195AFE;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.category-list__items--accordion
  .category-list-item__link--accordion-title--active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section {
  margin-bottom: calc(15px * 1.5);
}

@media (min-width: 768px) {
  .section {
    margin-bottom: calc(15px * 1.5 * 2);
  }
}

.section + .section {
  border-top: 1px solid #eceeef;
  padding-top: calc(15px * 1.5);
}

@media (min-width: 768px) {
  .section + .section {
    padding-top: calc(15px * 1.5 * 2);
  }
}

.section__title-link {
  color: inherit;
}

@media (min-width: 768px) {
  .section-subscribe {
    margin-left: calc(10px * 2);
  }
}

.section-tree {
  margin-top: calc(15px * 1.5 * -2);
}

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

@media (min-width: 768px) {
  .section-list {
    display: block;
  }
}

.section-list__item {
  margin-bottom: 10px;
}

.section-list__link {
  display: block;
  padding: calc(10px / 2) 10px;
  border-radius: 4px;
  color: rgba(9, 37, 64, 1);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.section-list__link.is-active {
  background-color: #195AFE;
  color: #fff;
}

.section-list--fixed {
  position: fixed;
}

.section-page {
  padding-top: calc(15px * 1.5 * 2);
  margin-bottom: calc(15px * 1.5 * 2);
}

.section-tree-with-article {
  padding-left: 0;
  list-style: none;
}

.section-tree-with-article ul {
  padding-left: 0;
  list-style: none;
}

.section-tree-with-article .section h2 {
  font-size: calc(15px * 1.25);
}

.section-tree-with-article .article-list {
  list-style-type: disc;
}

@media (min-width: 768px) {
  .section-tree-with-article .article-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: calc(12px * 3);
    -moz-column-gap: calc(12px * 3);
    column-gap: calc(12px * 3);
  }
}

.section-tree-with-article .article-list li {
  margin-bottom: 10px;
  page-break-inside: avoid;
}

.section-tree-with-article .article-list li span {
  display: none;
}

.section-tree-with-article .article-list .article-promoted a {
  display: inline-table;
  font-weight: 600;
}

.section-tree-with-article .article-list .article-promoted a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f005";
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
  margin-right: 5px;
}

.author {
  font-weight: 700;
}

.author--hero-unit,
.author--hero-unit:active,
.author--hero-unit:hover,
.author--hero-unit:focus {
  color: #fff;
}

.article-page {
  margin-bottom: calc(15px * 1.5 * 2);
  padding-top: calc(15px * 1.5 * 2);
}

.article {
  position: relative;
}

.article__title {
  font-weight: 300;
  font-size: calc(15px * 1.5);
}

@media (min-width: 768px) {
  .article__title {
    font-size: calc(15px * 1.75);
  }
}

@media (min-width: 992px) {
  .article__title {
    font-size: calc(15px * 2.5);
  }
}

.article-meta {
  display: table;
  margin-bottom: calc(15px * 1.5);
  width: 100%;
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  padding-right: 12px;
  width: 100%;
}

.article__body {
  margin-bottom: calc(10px * 4);
  padding-right: 12px;
}

.article__body h2 {
  font-size: calc(15px * 1.25);
  font-weight: 900;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-x-large {
  font-size: calc(15px * 1.75);
  font-weight: 900;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-large {
  font-size: calc(15px * 1.5);
  font-weight: 900;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-medium {
  font-size: calc(15px * 1.25);
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-small {
  font-size: calc(15px * 0.75);
}

.article__body ul,
.article__body ol {
  padding-left: 20px;
}

.article__body ul ul {
  margin-top: calc(15px * 1.5 / 2);
}

.article__body ul ol {
  margin-top: calc(15px * 1.5 / 2);
}

.article__body ol ul {
  margin-top: calc(15px * 1.5 / 2);
}

.article__body ol ol {
  margin-top: calc(15px * 1.5 / 2);
}

.article__body ul li {
  margin-bottom: calc(15px * 1.5 / 2);
}
.article__body ul li p,
.article__body ol li p {
  margin-bottom: 10px;
}
.article__body ol li {
  margin-bottom: calc(15px * 1.5 / 2);
}

.article__attachments {
  margin-bottom: calc(15px * 1.5);
}

.article-more-questions {
  clear: both;
  margin-bottom: calc(15px * 1.5);
}

.article-more-questions:empty {
  display: none;
}

.article-more-questions a {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .article-sidebar {
    padding-top: calc(15px * 1.5);
    border-top: 2px solid #eceeef;
  }
}

.article__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(15px * 1.5);
}

.article__share span {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: rgba(42, 62, 82, 0.4);
  text-transform: uppercase;
}

.article__share .share li,
.article__share .share--additional li {
  line-height: 24px;
  height: 24px;
}

.article-votes {
  padding-top: calc(10px * 3);
  text-align: center;
}

.article-votes__question {
  display: block;
  margin-bottom: calc(10px * 2);
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: rgba(42, 62, 82, 0.8);
}

.article-votes__controls {
  margin-bottom: calc(10px * 2);
}

.article-votes__count {
  display: none;

  color: #979797;
  font-size: calc(15px * 0.75);
}

.article-votes__count + .article__share {
  padding-top: calc(10px * 2);
}

.article-vote {
  position: relative;
  padding-right: calc(10px * 2);
  padding-left: calc(10px * 2);
  font-weight: 400;
  letter-spacing: 0;
}

.article-vote:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  margin-right: calc(10px / 2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-vote:after {
  display: inline-block;
  vertical-align: middle;
  content: attr(title);
}

.article-vote--up {
  margin-right: 10px;
}

.article-vote--up::before {
  content: "\f00c";
}

.article-vote--down::before {
  content: "\f00d";
}

.article-vote--voted {
  border-color: #030b13;
  color: #030b13;
}

.article-votes + .comments {
  margin-top: calc(10px * 3);
  padding-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
}

.article-list {
  padding-left: 0;
  margin-bottom: 10px;
  margin-left: calc(10px * 2);
  color: #818a91;
}

.article-list-item {
  margin-bottom: 10px;
}

.article-list-item__link {
  color: rgba(9, 37, 64, 1);
}

.article-list-item--is-promoted {
  font-weight: 700;
}

.article-list-item--is-promoted span {
  margin-right: 5px;
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.article-list--section {
  padding-left: 0;
}

@media (min-width: 768px) {
  .article-list--section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .article-list--section .article-list-item {
    width: 50%;
    padding-right: calc(12px * 2);
  }
}

.comments {
}

.comments__callout {
  color: #979797;
  font-size: calc(15px * 0.75);
}

.comments__list {
  padding-left: 0;
  list-style: none;
  margin-bottom: calc(10px * 4);
}

.comments--article {
  border-bottom: 1px solid #eceeef;
  padding-bottom: 10px;
  margin-bottom: calc(10px * 4);
}

.comment {
  margin-bottom: calc(10px * 2);
  padding-bottom: calc(10px * 2);
  border-bottom: 2px solid #eceeef;
}

.comment p:last-child {
  margin-bottom: 0;
}

.comment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comment__content {
  padding-right: calc(10px * 2);
}

.comment__header {
  position: relative;
  margin-bottom: 10px;
  font-size: calc(15px * 0.75);
}

.comment__author {
  display: block;
}

.comment__body {
  margin-bottom: calc(15px * 1.5);
}

.comment__body ul {
  list-style: disc;
}

.comment__body ul,
.comment__body ol {
  padding-left: 20px;
}

.comment__body ul ul {
  margin-top: calc(15px * 1.5 / 2);
}

.comment__body ul ol {
  margin-top: calc(15px * 1.5 / 2);
}

.comment__body ol ul {
  margin-top: calc(15px * 1.5 / 2);
}

.comment__body ol ol {
  margin-top: calc(15px * 1.5 / 2);
}

.comment__body ul li {
  margin-bottom: calc(15px * 1.5 / 2);
}

.comment__body ol li {
  margin-bottom: calc(15px * 1.5 / 2);
}

.comment__voting-and-actions {
  text-align: center;
}

.comment__voting-and-actions .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  content: "\f013";
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment__pending {
  display: inline-block;
  padding: 1px calc(12px / 2);
  border-radius: 4px;
  background-color: rgba(255, 129, 38, 1);
  color: #fff;
  font-size: 12px;
}

.comment__official-heading {
  position: absolute;
  top: 0;
  right: calc(12px * 3);
  padding: 1px calc(12px / 2);
  width: auto;
  border-radius: 0 0 4px 4px;
  background-color: #195AFE;
  color: #fff;
  font-size: calc(15px * 0.75);
}

.comment__official-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #0c9;
}

.comment--official .comment__inner {
  position: relative;
  padding: calc(10px * 2) calc(12px * 2);
  border: 2px solid #195AFE;
  border-radius: 4px;
}

.comment--official p {
  margin-bottom: 0;
}

.comment--request {
  padding-bottom: calc(10px * 2);
}

.comment-form {
  position: relative;
  margin-bottom: calc(10px * 2);
}

@media (min-width: 768px) {
  .comment-form {
    padding-left: calc(40px + 10px);
  }
}

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}

.comment-form__body {
  margin-bottom: calc(10px * 2);
}

.comment-form__attachments {
  margin-bottom: calc(10px * 2);
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-sorter {
  display: table;
  margin-bottom: calc(10px * 2);
  width: 100%;
  color: #979797;
  font-size: calc(15px - 2px);
}

.comment-sorter__col {
  display: table-cell;
  vertical-align: middle;
}

.comment-sorter__col--filters {
  text-align: right;
}

.comment-sorter__item.is-active {
  font-weight: 600;
}

.comment-list-header {
  margin-bottom: calc(10px * 2);
  padding-bottom: 10px;
  border-bottom: 2px solid #eceeef;
}

.comment-sorter__item.is-active {
  font-weight: 600;
}

.share,
.share--additional {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
}

.share li,
.share--additional li {
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  vertical-align: top;
}

@media (max-width: 767px) {
  .share li,
  .share--additional li {
    margin-bottom: 5px;
  }
}

.share a,
.share--additional a {
  display: inline-block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  color: rgba(42, 62, 82, 0.4);
  line-height: 24px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Font Awesome 5 Brands";
}

.share a:hover,
.share a:focus,
.share a:active,
.share--additional a:hover,
.share--additional a:focus,
.share--additional a:active {
  background-color: #aab3b7;
}

.share-facebook:before {
  content: "\f09a";
}

.share-twitter:before {
  content: "\f099";
}

.share-linkedin:before {
  content: "\f0e1";
}

.share-googleplus:before {
  content: "\f0d5";
}

.my-activities-page {
  padding-top: calc(10px * 4);
}

.my-activities-header {
  margin-bottom: calc(15px * 1.5);
}

.my-activities-items {
  margin-bottom: calc(15px * 1.5 * 2);
}

@media (min-width: 768px) {
  .my-activities-items {
    display: table;
    width: 100%;
  }
}

.my-activities-items__head {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {
  .my-activities-items__head {
    display: table-header-group;
    font-size: calc(15px * 0.75);
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}

@media (min-width: 768px) {
  .my-activities-items__row {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .my-activities-items__col {
    display: table-cell;
    padding-top: calc(15px * 1.5 / 2);
    padding-bottom: calc(15px * 1.5 / 2);
    border-bottom: 1px solid #eceeef;
  }
  .my-activities-items__col + .my-activities-items__col {
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .my-activities-items__request-id {
    display: inline;
  }
}

@media (min-width: 768px) {
  .my-activities-items__request-id {
    display: none;
  }
}

.my-activities-menu ul {
  list-style: none;
  padding-left: 0;
}

.my-activities-menu__items {
  margin-bottom: 0;
}

.my-activities-menu__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .my-activities-menu__item {
    float: left;
  }
}

.my-activities-menu__item a {
  display: block;
}

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  margin-bottom: calc(15px * 1.5);
  padding-bottom: calc(15px * 1.5);
  border-bottom: 2px solid #eceeef;
}

.my-activities-menu--main .my-activities-menu__item {
  border-radius: 4px;
  background-color: #dee2e6;
}

@media (max-width: 767px) {
  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: calc(15px * 1.5 / 3);
  }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  padding: 6px 12px;
  color: rgba(9, 37, 64, 1);
  font-weight: 600;
}

.my-activities-menu--main .my-activities-menu__link {
  padding: 6px 12px;
  color: #fff;
  background-color: #195AFE;
  border-radius: 4px;
}

.my-activities-menu--sub {
  margin-bottom: calc(15px * 1.5);
}

@media (min-width: 768px) {
  .my-activities-menu--sub
    .my-activities-menu__item
    + .my-activities-menu__item:before {
    margin-right: calc(12px / 2);
    content: "\2022";
    font-size: 10px;
  }
}

.my-activities-menu--sub .my-activities-menu__item.is-active {
  font-weight: 600;
}

.my-activities-menu--sub .my-activities-menu__item a {
  display: inline-block;
}

@media (max-width: 767px) {
  .my-activities-item {
    margin-bottom: calc(15px * 1.5);
    padding: calc(15px * 1.5 / 2) 12px;
    border: 2px solid #eceeef;
    border-radius: 4px;
  }
}

.my-activities-item__meta {
  color: #979797;
  font-size: calc(15px - 2px);
}

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: calc(12px / 2);
  }

  .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: calc(12px / 2);
    content: "\2022";
  }
}

.my-activities-item__title {
  font-weight: 900;
}

@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: calc(15px * 1.25);
  }
}

.request-table-toolbar {
  padding-top: calc(6px * 2);
  padding-bottom: 6px;
  margin-bottom: calc(15px * 1.5);
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .request-table-toolbar {
    padding-top: 6px;
    padding-bottom: calc(6px * 2);
  }
}

.request-table-toolbar label {
  font-size: calc(15px * 0.75);
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}

.request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .request-table-filters__item {
    margin-bottom: calc(15px * 1.5 / 2);
  }
}

@media (min-width: 768px) {
  .request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: calc(12px / 2);
}

.request-table-organization__col--button [role="button"] {
  height: calc((15px * 1.5) + calc(6px * 2) + 2);
  line-height: calc((15px * 1.5) + calc(6px * 2) + 2);
  padding-top: 0;
  padding-bottom: 0;
}

.requests-sort-symbol {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.requests-sort-symbol:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  display: inline-block;
  color: #979797;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 2px;
}

.requests-link {
  white-space: nowrap;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: "\f0d8";
}

.request-page {
  padding-top: calc(10px * 2);
  margin-bottom: calc(15px * 1.5 * 2);
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: calc(15px * 1.5 / 2);
  font-weight: 600;
}

.request-subject {
  font-size: calc(15px * 1.5);
}

@media (min-width: 992px) {
  .request-subject {
    font-size: calc(15px * 1.75);
  }
}

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: calc(15px * 1.5) 12px 0;
  margin-bottom: calc(15px * 1.5);
  font-size: calc(15px - 2px);
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.request-sidebar dd {
  margin-bottom: calc(15px * 1.5 / 2);
}

.request-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}

.request-status--solved,
.request-status--closed {
  background-color: #0c9;
}

.request-status--new,
.request-status--open {
  background-color: #ff5252;
}

.request-status--answered {
  background-color: rgba(255, 129, 38, 1);
}

.new-request-page {
  padding-top: calc(10px * 4);
  padding-bottom: calc(15px * 1.5 * 2);
}

.new-request-title {
  font-size: calc(15px * 1.5);
}

@media (min-width: 768px) {
  .new-request-title {
    font-size: calc(15px * 1.75);
  }
}

@media (min-width: 992px) {
  .new-request-title {
    font-size: calc(15px * 2.5);
  }
}

.new-request-form {
  margin-bottom: calc(15px * 1.5);
}

.upload-dropzone {
  padding: calc(15px * 1.5) 16px;
  border-color: #dee2e6;
  border-radius: 4px;
}

.upload-dropzone {
  font-size: calc(15px * 0.75);
}

.upload-dropzone a {
  font-size: calc(15px * 0.75);
}

.custom-blocks {
  position: relative;
  background-color: #f5f9fd;
  padding: calc(15px * 1.5 * 2.333333) 12px
    calc(15px * 1.5 * 2.8);
  overflow: hidden;
}

.custom-blocks .row {
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 992px) {
  .custom-blocks .row {
    flex-wrap: nowrap;
  }
}

.custom-blocks--small {
  padding: 0 14px calc(15px * 1.5 * 2.333333);
}

.custom-blocks--small:after {
  display: none;
}

.custom-block {
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .custom-block {
    margin-bottom: calc(15px * 1.5);
    padding-left: 35px;
    padding-right: 35px;
  }
}

.custom-block__box {
  width: 100%;
  padding: 20px 40px 5px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  -webkit-box-shadow: 0 8px 12px 0 rgba(164, 164, 164, 0.2);
  box-shadow: 0 8px 12px 0 rgba(164, 164, 164, 0.2);
}

.custom-block__box.no-hover {
  pointer-events: none;
}

.custom-block__box:not(.no-hover):hover,
.custom-block__box:not(.no-hover):focus,
.custom-block__box:not(.no-hover):active {
  -webkit-box-shadow: 0 8px 12px 0 rgba(164, 164, 164, 0.2);
  box-shadow: 0 8px 12px 0 rgba(164, 164, 164, 0.2);
}

.custom-block__box:not(.no-hover):hover .btn.btn--primary,
.custom-block__box:not(.no-hover):focus .btn.btn--primary,
.custom-block__box:not(.no-hover):active .btn.btn--primary {
  color: #fff;
  background-color: #1048D4;
  border-color: #1048D4;
}

.custom-block__box--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 12px 25px;
}

.custom-block__shape {
  width: 72px;
  height: 72px;
  margin: 0 auto 13px;
  border-radius: 50%;
  background-color: #edf2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-block__title {
  font-size: 18.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2a3e52;
}

.custom-block__title--small {
  margin-bottom: 0;
}

.custom-block__link .btn {
  width: 100%;
}

.custom-block__icon {
  height: 72px;
}

.custom-block__icon--small {
  height: 40px;
  width: auto;
  margin-right: calc(15px * 1.5 * 0.7);
}

.custom-block__icon--small_2 {
  height: 40px;
  width: auto;
  margin-right: calc(1px * 1.5 * 0.7);
}

.custom-block__disabled {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.3px;
  color: #ffffff;
  display: inline-block;
  background-color: #aab2ba;
  border-radius: 4px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: inherit;
  content: "\f107";
}

.dropdown-menu {
  border: 0;
  min-width: 0 !important;
  font-size: calc(15px - 2px);
  overflow: hidden;
}

.dropdown-menu [role="menuitem"] {
  padding: calc(15px * 1.5 / 2) 12px;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  content: "\f00c";
}

.error-page {
  padding: 10% 0 10%;
  text-align: center;
}

.error-page__title {
  text-transform: capitalize;
}

.note {
  position: relative;
  margin-bottom: calc(15px * 1.5);
  padding-left: 12px;
  border-left: calc(2px * 4) solid transparent;
  color: #165999;
}

.note p:last-child {
  margin-bottom: 0;
}

.note-title {
  margin-bottom: calc(15px * 1.5 / 2);
  font-weight: 600;
}

.note-default {
  border-color: #5bc0de;
}

.note--default {
  border-color: #5bc0de;
}

.note-default .note-title {
  color: #5bc0de;
}

.note--default .note-title {
  color: #5bc0de;
}

.note-info,
.note--info {
  border-color: #5bc0de;
}

.note-info .note-title,
.note--info .note-title {
  color: #5bc0de;
}

.note-warning,
.note--warning {
  border-color: rgba(255, 129, 38, 1);
}

.note-warning .note-title,
.note--warning .note-title {
  color: rgba(255, 129, 38, 1);
}

.note-success,
.note--success {
  border-color: #0c9;
}

.note-success .note-title,
.note--success .note-title {
  color: #0c9;
}

.note-danger,
.note--danger {
  border-color: #ff5252;
}

.note-danger .note-title,
.note--danger .note-title {
  color: #ff5252;
}

.footer {
  position: relative;
  padding-top: 102px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  background-color: #092540;
}

@media (min-width: 888px) {
  .footer {
    padding-top: 50px;
  }
}

.footer-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 888px) {
  .footer-inner {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (min-width: 888px) {
  .footer-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}

.footer-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}

@media (min-width: 321px) {
  .footer-container {
    padding: 0 16px;
  }
}

@media (min-width: 888px) {
  .footer-container {
    max-width: 1200px;
    padding: 0 24px;
  }
}

.footerLogo {
  position: absolute;
  top: 40px;
  left: 8px;
}

@media (min-width: 321px) {
  .footerLogo {
    left: 16px;
  }
}

@media (min-width: 888px) {
  .footerLogo {
    position: static;
    height: 29px;
  }
}

.footerLogo-link {
  display: inline-block;
  line-height: 0;
}

.footerLogo-image {
  width: 144px;
  height: 24px;
  fill: #fff;
}

.footerInfo {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
}

@media (min-width: 321px) {
  .footerInfo {
    padding: 0 16px;
  }
}

@media (min-width: 888px) {
  .footerInfo {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 392px;
    padding: 0 0 0 24px;
    text-align: left;
  }
}

@media (min-width: 1201px) {
  .footerInfo {
    width: 32.66%;
  }
}

.footerInfo-office {
  margin-top: 16px;
}

@media (min-width: 1201px) {
  .footerInfo-office {
    margin-top: 20px;
  }
}

.footerSocial {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 888px) {
  .footerSocial {
    margin-top: 20px;
  }
}

@media (min-width: 1201px) {
  .footerSocial {
    margin-top: 16px;
  }
}

.footerSocial-text {
  line-height: 1.43;
}

.footerSocial-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerSocial-item {
  margin-left: 10px;
}

.footerSocial-link {
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  background-size: 0;
  font-size: 20px;
}

.footerSocial-icon {
  fill: currentColor;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.footerSocial-link:hover .footerSocial-icon {
  fill: #fff;
}

.footerOffice {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}

@media (min-width: 888px) {
  .footerOffice {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    padding-right: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1201px) {
  .footerOffice {
    width: 25%;
  }
}

.footerInfo-office .footerOffice {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 1201px) {
  .footerInfo-office .footerOffice {
    margin-top: 14px;
  }
}

.footerOffice-line {
  font-size: 0;
}

@media (min-width: 888px) {
  .footerOffice-line {
    margin-bottom: 10px;
  }
  .footerInfo-office .footerOffice-line {
    margin-bottom: 15px;
  }
  .footerOffice-line:last-of-type {
    margin-bottom: 0;
  }
}

.footerOffice-line--title {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footerOffice-line--title::after {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  right: 0;
}

@media (min-width: 888px) {
  .footerOffice-line--title::after {
    content: none;
  }
}

@media (min-width: 888px) {
  .footerOffice-line--title {
    padding-right: 0;
    cursor: auto;
  }
}

.footerOffice-line--dropdown {
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 0 8px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 888px) {
  .footerOffice-line--dropdown {
    display: block;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
  }
}

.footerInfo-office .footerOffice-line--dropdown {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.78;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footerOffice-title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.3;
}

@media (min-width: 888px) {
  .footerOffice-title {
    line-height: 1;
    color: #fff;
  }
}

.footerInfo-office .footerOffice-title {
  display: none;
}

.footerOffice-contact {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 0.875rem;
  line-height: 1.78;
}

.footerOffice-contact--phone {
  margin-bottom: 7px;
  color: currentColor;
  text-decoration: none;
}

.footerOffice-contact--address {
  display: block;
  margin: 0;
}

.footerOffice-contactLink {
  color: currentColor;
  text-decoration: none;
}

.footerOffice-icon {
  position: absolute;
  top: 4px;
  left: 0;
  fill: currentColor;
}

.footerOffice-openMapLink .footerOffice-icon {
  top: 2px;
}

.footerOffice-openMapLink {
  margin-top: 5px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footerOffice-openMapLink:hover {
  color: #fff;
}

.footerAllOffices {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}

@media (min-width: 888px) {
  .footerAllOffices {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-top: 20px;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }

  .footerAllOffices.is-open {
    background-color: #111b42;
  }
}

.footerAllOffices-toggler {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  -webkit-transition: color, border-bottom-color 0.2s ease-in-out;
  transition: color, border-bottom-color 0.2s ease-in-out;
  line-height: 19px;
}

.footerAllOffices-toggler:hover {
  color: #fff;
}

.footerAllOffices-toggler:focus {
  outline: none;
}

@media (min-width: 888px) {
  .footerAllOffices-toggler {
    display: block;
    padding: 10px 0;
  }
  .footerAllOffices-toggler::after {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -6px;
    content: "";
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    right: 0;
  }
  .footerAllOffices-toggler::after {
    position: relative;
    top: -3px;
    display: inline-block;
    margin-left: 10px;
  }
}

@media (min-width: 888px) {
  .footerAllOffices-container {
    overflow: hidden;
    display: block;
    max-height: 600px;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
    width: 100%;
    margin: 0;
    -webkit-transition-property: max-height, padding;
    transition-property: max-height, padding;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0.25, 0.28, 1.38);
    transition-timing-function: cubic-bezier(0.5, 0.25, 0.28, 1.38);
  }
  .footerAllOffices-container.is-closed {
    max-height: 0;
  }
}

.footerAllOffices-title {
  position: relative;
  display: block;
  line-height: 3.43;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.footerAllOffices-title::after {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  right: 0;
}

@media (min-width: 888px) {
  .footerAllOffices-title::after {
    content: none;
  }
}

@media (min-width: 888px) {
  .footerAllOffices-title {
    display: none;
  }
}

.footerAllOffices-dropdown {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 8px;
  margin: 0 -8px;
  background-color: #111b42;
}

@media (min-width: 321px) {
  .footerAllOffices-dropdown {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 888px) {
  .footerAllOffices-dropdown {
    display: block;
    margin: 0 -24px 0 0;
    padding: 0;
    background: transparent;
  }
}

.footerNav {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding: 0 8px;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 321px) {
  .footerNav {
    padding: 0 16px;
  }
}

@media (min-width: 888px) {
  .footerNav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    padding: 0 24px 0 0;
    margin-left: 16px;
  }
}

@media (min-width: 1201px) {
  .footerNav {
    width: 65.33%;
    max-width: 784px;
    margin-left: 24px;
  }
}

.footerNav-item {
  position: relative;
  display: block;
}

@media (min-width: 888px) {
  .footerNav-item {
    width: 25%;
  }
}

@media (min-width: 888px) {
  .footerNav-item--wide {
    width: 50%;
  }
}

.footerNav-itemTitle {
  position: relative;
  display: block;
  line-height: 3.43;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.footerNav-itemTitle::after {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -6px;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  right: 0;
}

@media (min-width: 888px) {
  .footerNav-itemTitle::after {
    content: none;
  }
}

@media (min-width: 888px) {
  .footerNav-itemTitle {
    margin-bottom: 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9375rem;
    line-height: 1.67;
    cursor: auto;
  }
}

.footerNav-dropdown {
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px 8px;
  margin: 0 -8px;
  background-color: #111b42;
}

@media (min-width: 321px) {
  .footerNav-dropdown {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 888px) {
  .footerNav-dropdown {
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
}

.footerNav-dropdownSubtitle {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.7;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 888px) {
  .footerNav-dropdownSubtitle {
    line-height: 2.1;
  }
}

.footerNav-dropdownList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerNav-dropdownList:not(:first-of-type) {
  position: relative;
  padding-top: 25px;
}

.footerNav-dropdownList:not(:first-of-type)::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 17px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.footerNav-dropdownList--submenu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media (min-width: 888px) {
  .footerNav-dropdownLine {
    padding-right: 16px;
  }
}

@media (min-width: 1201px) {
  .footerNav-dropdownLine {
    padding-right: 24px;
  }
}

.footerNav-link {
  display: block;
  width: 100%;
  padding: 0;
  color: currentColor;
  font: inherit;
  line-height: 2.3;
  text-align: left;
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
}

@media (min-width: 888px) {
  .footerNav-link {
    display: inline;
    line-height: 1.8;
  }
}

.footerNav-link:hover {
  color: #fff;
}

.footerNav-dropdownSubItem {
  width: 50%;
}

.footerExtension-btn {
  position: relative;
  overflow: hidden;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 16px 0 24px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: background-color 0s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: background-color 0s ease-in-out, border-color 0.2s ease-in-out;
}

@media (min-width: 888px) {
  .footerExtension-btn {
    margin-top: 4px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .footerExtension-btn::before {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4f8df9;
    border-radius: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: "";
  }
  .footerExtension-btn:hover,
  .footerExtension-btn:focus {
    color: #fff;
    background-color: #4f8df9;
    border-color: #4f8df9;
    -webkit-transition: color 0s ease-in-out 0.2s,
      background-color 0s ease-in-out 0.2s, border-color 0.2s ease-in-out;
    transition: color 0s ease-in-out 0.2s, background-color 0s ease-in-out 0.2s,
      border-color 0.2s ease-in-out;
  }
  .footerExtension-btn:hover::before,
  .footerExtension-btn:focus::before {
    width: 100%;
  }
  .footerExtension-btn:active {
    color: #fff;
    background-color: #4f8df9;
    border-color: #4f8df9;
  }
  .footerExtension-btn:active::before {
    background-color: #4f8df9;
  }
}

.footerExtension-btn--desktop {
  display: none;
}

@media (min-width: 888px) {
  .footerExtension-btn--desktop {
    display: inline-block;
  }
}

@media (min-width: 888px) {
  .footerExtension-btn--mobile {
    display: none;
  }
}

.footerExtension-btnIcon {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 7px;
  fill: currentColor;
  -webkit-transition: fill 0s ease-in-out 0.2s;
  transition: fill 0s ease-in-out 0.2s;
}

.footerAdditional {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 888px) {
  .footerAdditional {
    padding: 16px 0;
  }
}

.footerAdditional-list {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerAdditional-item {
  display: inline-block;
  margin-right: 16px;
}

.footerAdditional-link {
  display: block;
  margin-top: 4px;
  line-height: 1.78;
  cursor: pointer;
  color: currentColor;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footerAdditional-link:hover {
  color: #fff;
}

.footerAdditional-copyright {
  margin-top: 4px;
  line-height: 1.78;
}

.footerLogo-image {
  width: 144px;
  height: 24px;
}

.footerLogo-image > path {
  fill: #fff;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 calc(15px * 1.5 / 2);
}

.pagination ul > li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: calc(15px * 1.5 / 2);
}

.pagination ul > li > a {
  position: relative;

  display: block;
  padding: 6px 16px;
  line-height: 1.5;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.pagination ul > li > span {
  position: relative;

  display: block;
  padding: 6px 16px;
  line-height: 1.5;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.pagination ul > li > a:hover {
  color: #013aca;
  background-color: #dee2e6;
  border-color: #ddd;
}

.pagination ul > li > a:focus {
  color: #013aca;
  background-color: #dee2e6;
  border-color: #ddd;
}

.pagination ul > li > span:hover {
  color: #013aca;
  background-color: #dee2e6;
  border-color: #ddd;
}

.pagination ul > li > span:focus {
  color: #013aca;
  background-color: #dee2e6;
  border-color: #ddd;
}

.pagination ul > .pagination-current > span,
.pagination ul > .pagination-current > span:hover,
.pagination ul > .pagination-current > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #195AFE;
  border-color: #195AFE;
}

.satisfaction-box {
  padding: calc(15px * 1.5) 12px;
  margin: 0 0 (10px * 2) 0;
  margin-top: 0;
  border-color: #eceeef;
  border-radius: 4px;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type="radio"] ~ label {
  letter-spacing: normal;
  margin-right: 10px;
}

.satisfaction-box label.disabled {
  margin-bottom: calc(15px * 1.5) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #0c9 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #ff5252 !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 10px !important;
  font-size: 14px !important;
}

.satisfaction-reason {
  padding-top: calc(15px * 1.5);
}

.satisfaction-box .satisfaction-cancel {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.topbar {
  position: sticky;
  background-color: rgba(0, 9, 33, 1);
  top: 0;
  left: 0;
  z-index: 50;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  color: rgba(9, 37, 64, 1);
  font-weight: 700;
  -webkit-transition: margin-top 0.7s ease;
  transition: margin-top 0.7s ease, background-color 0.25s ease-out;

  /*&:not(.topbar--fixed) {
    @media (--screen-lg) {
      &:not(.topbar--fixed) {
        background-color: transparent !important;
      }
    }
  }*/

  /*&:not(.topbar--white) {
    .headerLogo-image {   
      & > path {
        fill: #fff;
      }
    }

    .topbar__icon--2 {
      display: none;
    }
  }*/
}

@media (max-width: 767px) {
  .topbar {
    padding: 23px;
  }
}

.topbar:not(.topbar--fixed):not(.topbar--white):not(.topbar--opened)
  .headerLogo-image
  > path {
  fill: #fff;
}

.topbar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;

  height: 50px;
}

.topbar__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: calc(15px * 1.5);
}

.topbar__help-center-name {
  display: inline-block;
  margin: 0 0 0 calc(15px * 1.5 / 2);
  padding-left: calc(15px * 1.5 / 2);
  vertical-align: middle;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #fff;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 990px) {
  .topbar__help-center-name {
    display: none;
  }
}

.topbar__help-center-name strong {
  font-weight: 300;
  position: relative;
  top: 3px;
  text-transform: capitalize;
}

.topbar__help-center-name:hover,
.topbar__help-center-name:active,
.topbar__help-center-name:focus {
  color: #fff;
}

@media (max-width: 1199px) {
  .topbar__controls {
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 10px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .topbar__controls {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
  }

  .topbar__controls > * + * {
    margin-left: 1rem;
  }
}

.topbar__link {
  color: #4c88f0;
}

@media (max-width: 1199px) {
  .topbar__link {
    display: block;
    padding: 10px 0;
  }
}

.topbar__link:hover,
.topbar__link:focus,
.topbar__link:active {
  color: #1463eb;
}

.topbar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  .topbar__buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 33%;
  }
}

@media (min-width: 1200px) {
  .topbar__buttons {
    display: none;
  }
}

.topbar--fixed {
  position: fixed;
}

.topbar--fixed,
.topbar--white,
.topbar--opened {
  background-color: #fff;
  box-shadow: 0px 4px 13px 0px rgba(25, 90, 254, 0.12);
}

.topbar--fixed .search-box--topbar,
.topbar--white .search-box--topbar,
.topbar--opened .search-box--topbar {
  opacity: 1;
}

.topbar--fixed #user,
.topbar--white #user,
.topbar--opened #user {
  display: none;
}

.topbar--fixed .btn--toggle-search use,
.topbar--white .btn--toggle-search use,
.topbar--opened .btn--toggle-search use {
  fill: rgba(9, 37, 64, 1);
}

@media (min-width: 1200px) {
  .topbar--fixed .btn--toggle-search,
  .topbar--white .btn--toggle-search,
  .topbar--opened .btn--toggle-search {
    display: none;
  }
}

.topbar--fixed .topbar__help-center-name,
.topbar--white .topbar__help-center-name,
.topbar--opened .topbar__help-center-name {
  color: rgba(9, 37, 64, 1);
  border-color: rgba(9, 37, 64, 1);
}

.topbar--fixed .topbar__help-center-name:hover,
.topbar--fixed .topbar__help-center-name:active,
.topbar--fixed .topbar__help-center-name:focus,
.topbar--white .topbar__help-center-name:hover,
.topbar--white .topbar__help-center-name:active,
.topbar--white .topbar__help-center-name:focus,
.topbar--opened .topbar__help-center-name:hover,
.topbar--opened .topbar__help-center-name:active,
.topbar--opened .topbar__help-center-name:focus {
  color: rgba(9, 37, 64, 1);
}

.topbar--fixed .tcon-menu__lines,
.topbar--white .tcon-menu__lines,
.topbar--opened .tcon-menu__lines {
  background: rgba(9, 37, 64, 1);
}

.topbar--fixed .btn--topbar,
.topbar--fixed .btn--platform,
.topbar--white .btn--topbar,
.topbar--white .btn--platform,
.topbar--opened .btn--topbar,
.topbar--opened .btn--platform {
  border-color: rgba(9, 37, 64, 1);
  color: rgba(9, 37, 64, 1);
}

.topbar--fixed .btn--topbar svg,
.topbar--fixed .btn--platform svg,
.topbar--white .btn--topbar svg,
.topbar--white .btn--platform svg,
.topbar--opened .btn--topbar svg,
.topbar--opened .btn--platform svg {
  position: relative;
  top: 2px;
}

.topbar--fixed .btn--topbar svg path,
.topbar--fixed .btn--platform svg path,
.topbar--white .btn--topbar svg path,
.topbar--white .btn--platform svg path,
.topbar--opened .btn--topbar svg path,
.topbar--opened .btn--platform svg path {
  fill: rgba(9, 37, 64, 1);
}

.topbar--hidden {
  margin-top: -100px;
}

.topbar--hidden .topbar__help-center-name {
  display: none;
}

.topbar--opened {
  z-index: 10;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .topbar--opened .topbar__controls {
    position: fixed;
    top: 96px;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    padding: 2rem;
    display: flex !important;
    flex-direction: column;
    gap: 1rem;

    @media (min-width: 768px) {
      top: 74px;
    }
  }
}

@media (max-width: 1200px) {
  .topbar--opened {
    -webkit-box-shadow: 0 0 5px 0 #55595c;
    box-shadow: 0 0 5px 0 #55595c;
  }
}

.topbar--opened .btn.btn--platform {
  display: none;
}

.topbar--opened .btn.btn--platform-mobile {
  display: inline-block;
}

.topbar--opened .topbar__logo--mobile {
  /* display: none; */
}

.topbar--opened .topbar__controls {
  padding-top: 0;
}

.topbar--opened .btn--toggle-search {
  display: none;
}

#password-form {
  color: #969696;
}

.topbar__icon {
  margin-right: calc(15px * 1.5 / 3);
}

.topbar__icon--2 {
  margin-right: calc(15px * 1.5 / 3);
}

.headerLogo-image {
  width: auto;
  height: 26px;
}

@media (max-width: 767px) {
  .topbar__logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .topbar__logo {
    display: inline;
  }
}

@media (max-width: 767px) {
  .topbar__logo--mobile {
    display: inline;
  }
}

@media (min-width: 768px) {
  .topbar__logo--mobile {
    display: none;
  }
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid #195AFE;
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

.scroll-to-top:focus,
.scroll-to-top:active {
  outline: 0;
}

.scroll-to-top.is-active {
  bottom: 30px;
}

.scroll-to-top:hover {
  color: #013aca;
  border-color: #013aca;
}

@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}

.embed,
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.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:focus,
.embed-responsive:focus {
  outline: none !important;
}

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

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.page-header {
  margin-bottom: calc(15px * 1.5);
}

.page-header--with-border {
  border-bottom: 2px solid #eceeef;
}

.recent-articles {
  padding-top: calc(15px * 1.5);
  /*border-top: 1px solid #e1e1e1;
  margin-top: calc(15px * 1.5);*/
  margin-bottom: calc(15px * 1.5);
}

.recent-articles h3 {
  margin-bottom: 15px;
}

.recent-articles ul {
  color: #818a91;
  margin-left: calc(10px * 2);
  margin-bottom: 10px;
  padding-left: 0;
}

.related-articles ul {
  color: #818a91;
  margin-left: calc(10px * 2);
  margin-bottom: 10px;
  padding-left: 0;
}

.recent-articles li {
  margin-bottom: 10px;
  color: #195afe;
}

.related-articles li {
  margin-bottom: 10px;
}

.section-articles {
  margin-bottom: calc(10px * 4);
}

.section-articles__title {
  font-size: calc(15px * 1.5);
}

.section-articles__list {
  color: #818a91;
  margin-left: calc(10px * 2);
  margin-bottom: 10px;
  padding-left: 0;
}

.section-articles__item {
  margin-bottom: 10px;
}

/* font-size: var(--font-size-h3); */

.community-activity__title:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  color: #fbce0a;
  content: "\f075";
  vertical-align: middle;
  font-size: 16px;
}

.community-activity__link {
  color: inherit;
}

.recent-activity-header {
  font-size: calc(15px * 1.25);
  font-weight: 400;
}

.recent-activity {
  margin-bottom: calc(10px * 6);
}

.recent-activity-list {
  list-style: none;
  padding-left: 0;

  margin-bottom: 0;
}

@media (min-width: 768px) {
  .recent-activity-list {
    margin-right: calc(12px * -1);
    margin-left: calc(12px * -1);
  }
}

.recent-activity-item {
  margin-bottom: calc(15px * 1.5);
}

@media (min-width: 768px) {
  .recent-activity-item {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    width: 33.3333%;
    vertical-align: top;
  }
}

.recent-activity-item-meta {
  color: #979797;
  font-size: calc(15px * 0.75);
}

.recent-activity-item-time,
.recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-item-time {
  margin-right: calc(10px / 2);
}

.recent-activity-item-comment span:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: calc(12px / 4);
  content: "\f075";
}

.recent-activity-item-parent {
  color: rgba(9, 37, 64, 1);
  font-weight: 600;
}

.promoted-articles {
  padding-top: calc(10px * 6);
  padding-bottom: calc(10px * 4);
}

.promoted-articles__image {
  margin-top: -9px;
  margin-right: calc(15px * 1.5 / 2);
  height: 32px;
  width: auto;
}

.promoted-articles__icon {
  margin-right: calc(10px / 2);
  color: #fbce0a;
  vertical-align: middle;
  font-size: 16px !important;
}

.promoted-articles__title {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #293e53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promoted-articles__articles {
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #195AFE;
  list-style-type: disc;
  padding-left: 42px;
}

.promoted-articles__item {
  margin-bottom: calc(10px * 2);
  width: 100%;
  font-size: 16px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .promoted-articles__item {
    font-size: 12px;
  }
}

.promoted-articles__link {
  font-size: 20px;
}

@media (max-width: 767px) {
  .promoted-articles__link {
    font-size: 16px;
  }
}

.tips {
  margin-bottom: calc(10px * 6);
  padding-bottom: calc(10px * 4);
  border-bottom: 1px solid #eceeef;
}

.tips__title {
  font-size: calc(15px * 1.5);
}

.tips__icon {
  font-size: calc(15px * 0.75);
  color: #fbce0a;
  vertical-align: middle;
  margin-right: calc(10px / 2);
}

.tips-item {
  margin-bottom: calc(10px * 2);
}

.tips-item__content {
  border: 1px solid #eceeef;
  border-radius: 4px;
  padding: calc(10px * 4) calc(10px * 2);
  color: #979797;
}

.user-profile-page {
  padding-top: calc(15px * 1.5 * 2);
}

.profile-header {
  margin-bottom: calc(15px * 1.5);
  color: #fff;
  text-align: center;
}

.profile-header__avatar {
  display: inline-block;
  margin-bottom: calc(15px * 1.5 / 2);
}

.profile-header__name {
  margin-bottom: calc(15px * 1.5 / 2);
  font-size: calc(15px * 1.5);
}

@media (min-width: 768px) {
  .profile-header__name {
    font-size: calc(15px * 1.75);
  }
}

.profile-header__name a {
  color: #fff;
}

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(15px * 1.5);
  background-color: #195AFE;
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: calc(15px * 1.5 / 2);
  padding-left: 0;
  color: #979797;
  list-style: none;
  font-size: calc(15px * 0.75);
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc(15px * 1.5 / 4);
  color: #fff;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }

  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: calc(12px / 2);
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  overflow: hidden;
  margin-bottom: calc(15px * 1.5 * 2);
  border-radius: 4px;
  background-color: #eceeef;
  font-weight: 600;
  font-size: calc(15px * 0.75);
}

.profile-nav__items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav__item a {
  display: block;
  color: rgba(9, 37, 64, 1);
}

.profile-nav__item.is-active {
  background-color: #195AFE;
  color: #fff;
}

.profile-nav__item.is-active {
  padding: calc(15px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav__item a {
  padding: calc(15px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(15px * 1.5);
}

.profile-section__title {
  margin-bottom: calc(15px * 1.5 / 2);
  font-size: calc(15px * 1.5);
}

.profile-section__description {
  color: #979797;
  font-size: calc(15px * 0.75);
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  font-size: calc(15px * 0.75);
}

@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    padding-top: 0;
    border-top: 0;
  }
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 768px) {
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .profile-section-sorter__col--main {
    margin-bottom: calc(15px * 1.5 / 2);
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--main {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--btn {
    text-align: right;
  }
}

.profile-contribution {
  position: relative;
  padding: calc(15px * 1.5 / 2) 12px;
  border-radius: 4px;
  background-color: #f4f5f6;
  word-wrap: break-word;
}

.profile-contribution__header {
  margin-bottom: calc(15px * 1.5 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(15px * 1.5 / 4);
}

.profile-contribution__title {
  margin-bottom: calc(15px * 1.5 / 4);
  font-weight: 600;
  font-size: 15px;
}

.profile-contribution__body {
  margin-bottom: calc(15px * 1.5 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.profile-contribution__breadcrumbs {
  margin-bottom: calc(15px * 1.5 / 2);
  padding: 0;
  font-size: calc(15px * 0.75);
}

.profile__no-activity {
  color: #979797;
  text-align: center;
}

.profile__private-activity {
  color: #979797;
  text-align: center;
}

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

.profile-activity {
  position: relative;
  margin-bottom: calc(15px * 1.5 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(15px * 1.5 / 2);
  font-weight: 600;
  font-size: calc(15px * 0.75);
}

.profile-activity__header:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: "\f15c";
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: "\f086";
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: "\f075";
}

.user-subscribe {
  display: inline-block;
}

.entry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(15px * 0.75);
}

.entry-info__avatar {
  padding-right: 12px;
}

.status-label {
  padding: 2px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.status-label--pending {
  background-color: rgba(255, 129, 38, 1);
}

.status-label--with-ticket {
  background-color: #195AFE;
}

.status-label--with-ticket:hover,
.status-label--with-ticket:focus,
.status-label--with-ticket:active {
  color: #fff;
}

.status-label--solved,
.status-label--closed {
  background-color: #0c9;
}

.status-label--new,
.status-label--open {
  background-color: #ff5252;
}

.status-label--answered {
  background-color: rgba(255, 129, 38, 1);
}

.status-label--official {
  background-color: #195AFE;
}

.status-label--completed,
.status-label--answered {
  background-color: #0c9;
}

.status-label--planned {
  background-color: #12b886;
}

.status-label--not-planned {
  color: rgba(9, 37, 64, 1);
  background-color: #eceeef;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: calc(15px * 0.75);
}

.attachment-list__item {
  position: relative;
  padding-left: calc(12px * 1.5);
  margin-bottom: calc(15px * 1.5 / 2);
}

.attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.list-colored,
.list-bullet {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0 !important;
}

.list-colored li {
  position: relative;
  padding-left: calc(30px + 12px);
  counter-increment: list;
  margin-bottom: calc(15px * 1.5 / 1.5) !important;
}

.list-colored li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: counter(list);
  text-align: center;
  font-size: calc(15px * 0.75);
  width: 30px;
  height: 30px;
  background-color: #195AFE;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}

.list-colored ol {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 14px;
}

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-bullet li:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  content: "\f058";
  color: #195AFE;
  background-color: transparent;
  width: auto;
  height: auto;
}

.list-bullet ul {
  list-style: none;
  margin-bottom: 14px;
}

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

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

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

.text-primary {
  background-color: #b1c7ff;
}

.text-info {
  background-color: #5bc0de;
}

.text-warning {
  background-color: rgba(255, 129, 38, 1);
}

.text-danger {
  background-color: #ff5252;
}

.text-success {
  background-color: #0c9;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 0;
  margin-bottom: calc(15px * 1.5);
}

.accordion__item:not(:last-of-type) {
  margin-bottom: 2rem;
}

.accordion__item {
  .section-base__info {
    margin: 0;
  }
}

.accordion__item-title,
.panel-heading {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  font-size: calc(15px * 1.25);
  padding: 15px 20px 15px 0px;
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
  /* border-bottom: 1px solid #ddd; */
}

.accordion__item-title::after,
.panel-heading:before {
  content: "";
  position: static;
}

.accordion__item-content,
.panel-body {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion__item-content p:last-child,
.panel-body p:last-child {
  margin-bottom: 0;
}

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion__item-title::after {
  display: inline-block;

  width: 10px;
  height: 10px;

  margin-top: -4px;
  border-bottom: 2px solid #195AFE;
  border-left: 2px solid #195AFE;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion--default .accordion__item-title::after,
.panel-heading:before {
  left: 22px;
  top: 50%;

  width: 10px;
  height: 10px;

  margin-top: -4px;
  border-bottom: 2px solid #195AFE;
  border-left: 2px solid #195AFE;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion--default .accordion__item-title--active,
.panel-heading.active {
  background-color: #f0f0f0;
}

.panel-heading .title {
  margin-bottom: 0;
}

.accordion--default .accordion__item-title--active:after,
.accordion__item-title--active:after,
.panel-heading.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion--colored .accordion__item-title {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title::after,
.accordion--colored .accordion__item-title:after {
  top: 50%;
}

.accordion--colored .accordion__item-title::after {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #818a91;
  left: 20px;
}

.accordion--colored .accordion__item-title:after {
  content: "";
  position: absolute;
  left: 24px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background-color: #818a91;
}

.accordion--colored .accordion__item-title--active {
  background-color: #195AFE;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title--active:before {
  background-color: #fff;
}

.accordion--colored .accordion__item-title--active:after {
  display: none;
}

.tabs {
  margin-bottom: calc(15px * 1.5);
}

.tab {
  display: block;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: -1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tab p:last-child {
  margin-bottom: 0;
}

.tab pre {
  margin-top: 0;
}

@media (min-width: 768px) {
  .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 8px 30px;
  color: rgba(9, 37, 64, 1);
  font-weight: 600;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: transparent;
}

.tabs-link:hover {
  color: #195AFE;
}

@media (max-width: 767px) {
  .tabs-link {
    border-top-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd;
  }

  .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (min-width: 768px) {
  .tabs-link {
    display: inline-block;
  }
}

.tabs-link.is-active {
  border-color: #ddd;
  color: #195AFE;
  cursor: pointer;
}

.tabs-link.is-active:hover {
  color: #195AFE;
  cursor: default;
}

@media (min-width: 768px) {
  .tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.tabs--colored-1 .tab {
  background-color: #f7f7f9 !important;
}

.tabs--colored-1 .tabs-link.is-active {
  background-color: #f7f7f9;
  border-bottom-color: #f7f7f9;
}

.tabs--colored-2 .tabs-link:hover {
  color: #195AFE;
}

.tabs--colored-2 .tabs-link.is-active {
  background-color: #195AFE;
  color: #fff;
  border-color: #195AFE;
}

.tabs--colored-2 .tabs-link.is-active:hover {
  color: #fff;
}

.tabs--colored-2 .tab {
  background-color: #f7f7f9 !important;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #55595c;
  box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  content: "";
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 3;
}

.image-with-video-icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.image-with-video-icon:active:before,
.image-with-video-icon:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.note,
.callout,
.caution,
.warning,
.tip,
.important {
  padding: calc(15px * 1.5) 10px;
  margin-bottom: calc(15px * 1.5);
  background-color: #dee2e6;
  border-left-width: 5px;
  border-left-style: solid;
}

.note p,
.callout p,
.caution p,
.warning p,
.tip p,
.important p {
  margin-bottom: 5px;
}

.note p:last-child,
.callout p:last-child,
.caution p:last-child,
.warning p:last-child,
.tip p:last-child,
.important p:last-child,
.callout p:last-child {
  margin-bottom: 0;
}

.callout--transparent {
  background-color: transparent;
  border-width: 1px;
  border-color: #dedede;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success,
[dir] div.important {
  color: rgba(9, 37, 64, 1);
  background-color: #e6fff9;
  border-color: #0c9;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.callout--success .callout__title,
[dir] div.important .title {
  color: #0c9;
}

.callout--info,
[dir] div.notice,
[dir] div.note,
[dir] div.tip {
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: rgba(9, 37, 64, 1);
  background-color: #e3f4f9;
  border-color: #5bc0de;
}

.callout--info .callout__title,
[dir] div.notice .title,
[dir] div.note .title {
  color: #5bc0de;
}

.callout--warning,
[dir] div.caution {
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: rgba(9, 37, 64, 1);
  background-color: #ffe9d9;
  border-color: rgba(255, 129, 38, 1);
}

.callout--warning .callout__title,
[dir] div.caution .title {
  color: rgba(255, 129, 38, 1);
}

.callout--danger,
div.warning.danger {
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: rgba(9, 37, 64, 1);
  background-color: #ffebeb;
  border-color: #ff5252;
}

.callout--danger .callout__title,
div.warning.danger .title {
  color: #ff5252;
}

div.warning {
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: rgba(9, 37, 64, 1);
  background-color: #fff7e3;
  border-color: #ffc426;
}

div.warning .title {
  color: #ffc426;
}

.callout--primary {
  color: rgba(9, 37, 64, 1);
  background-color: #fff;
  border-color: #195AFE;
}

.callout--primary .callout__title {
  color: #195AFE;
}

.callout--dashed {
  border-width: 1px;
  border-style: dashed;
}

.swtips {
  margin-bottom: calc(15px * 1.5 * 2);
}

@media (max-width: 991px) {
  .swtips__item {
    margin-bottom: calc(15px * 1.5);
  }
}

.swtips__image {
  margin-right: calc(15px * 1.5 / 2);
  height: 32px;
  width: auto;
}

.swtips__title {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #293e53;
}

.swtips__box {
  padding: 20px 27px;
  border-radius: 6px;
  border-top: 1px solid rgba(42, 62, 82, 0.06);
  -webkit-box-shadow: 0 3px 5px 0 rgba(42, 62, 82, 0.12);
  box-shadow: 0 3px 5px 0 rgba(42, 62, 82, 0.12);
  background-color: #ffffff;
}

.cta {
  position: relative;
  background-color: #092540;
  background: linear-gradient(0deg, #092540 50%, #195afe 127%);
  padding-top: calc(15px * 1.5 * 3);
  overflow: hidden;
  padding-bottom: 3rem;
}

.cta .row {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.cta__item {
  float: none;
  text-align: center;
}

.cta__item--info {
  padding-top: calc(15px * 1.5);

  display: flex;
  flex-direction: column;
  color: #fff;
}

@media (max-width: 991px) {
  .cta__item--info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: calc(15px * 1.5);
  }
}

@media (max-width: 991px) {
  .cta__item--image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cta__title {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
}

.cta__subtitle {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.cta__image--category {
  max-height: 358px;
}

.cta__button {
  background-color: rgba(255, 122, 26, 1);
  border-color: rgba(255, 122, 26, 1);
  color: #fff;
  max-width: fit-content;

  margin: 0 auto;
  margin-top: 2rem;
}

.section-base__row:last-of-type .column-section-border {
  border: none;
  margin-bottom: 0;
}

.column-section-border {
  padding-bottom: calc(15px * 1.5 * 0.5);
  margin-bottom: calc(15px * 1.5 * 1.5);
  border-bottom: 1px solid #e1e1e1;
}

.section-base__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .section-base__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-base__icon {
  display: inline-block;
  margin-right: 4px;
}
.section-base__icon img {
  height: 32px;
}

@media (max-width: 767px) {
  .section-base__icon {
    margin-bottom: calc(15px * 1.5 / 2);
  }
}

.section-base__info {
  position: relative;
  margin-bottom: 1.5rem;
}

.section-base__title {
  display: inline-block;
  color: rgba(9, 37, 64, 1);
  font-weight: 600;
  margin-bottom: 0;

  a {
    color: rgba(9, 37, 64, 1);
  }
}

.section-base__description {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(42, 62, 82, 0.6);
}

.section-base__articles {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #195AFE;
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 1.5rem;
}

.section-base__article {
  margin-bottom: 10px;
  width: 100%;
}

.section-base__link {
  color: rgba(9, 37, 64, 1);
}

.side-navigation__title {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sidenav {
  position: relative;
  overflow: hidden;
}

.sidenav li,
.sidenav ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sidenav a {
  text-decoration: none;
}

.sidenav a,
.sidenav span {
  display: block;
  cursor: pointer;
  padding: 6px 0;
}

.sidenav_slide .sidenav__articles-list,
.sidenav_slide .sidenav__categories-list,
.sidenav_slide .sidenav__sections-list {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sidenav_slide > .sidenav__categories-list {
  left: 0;
}

.sidenav_slide > .sidenav__categories-list .sidenav__articles-list,
.sidenav_slide > .sidenav__categories-list .sidenav__sections-list {
  left: 100%;
  visibility: hidden;
}

.sidenav_slide > .sidenav__categories-list .sidenav__articles-list.is-active,
.sidenav_slide > .sidenav__categories-list .sidenav__sections-list.is-active {
  visibility: visible;
}

.sidenav_slide > .sidenav__sections-list {
  left: 0;
}

.sidenav_slide > .sidenav__sections-list .sidenav__articles-list {
  left: 100%;
  visibility: hidden;
}

.sidenav_slide > .sidenav__sections-list .sidenav__articles-list.is-active {
  visibility: visible;
}

.sidenav_slide > .sidenav__articles-list {
  left: 0;
}

.sidenav_slide.sidenav_categories-is-active .sidenav__articles-list,
.sidenav_slide.sidenav_categories-is-active .sidenav__categories-list,
.sidenav_slide.sidenav_categories-is-active .sidenav__sections-list {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sidenav_slide.sidenav_sections-is-active .sidenav__categories-list {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.sidenav_slide.sidenav_sections-is-active .sidenav__articles-list,
.sidenav_slide.sidenav_sections-is-active .sidenav__sections-list {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sidenav_slide.sidenav_articles-is-active .sidenav__categories-list,
.sidenav_slide.sidenav_articles-is-active .sidenav__sections-list {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.sidenav_slide.sidenav_articles-is-active .sidenav__articles-list {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sidenav_slide .sidenav__back {
  font-weight: 700;
}

.sidenav_slide.sidenav_init
  .sidenav__category.is-active
  > .sidenav__sections-list,
.sidenav_slide.sidenav_init
  .sidenav__section.is-active
  > .sidenav__articles-list {
  visibility: visible;
}

.sidenav_accordion > .sidenav__categories-list .sidenav__articles-list,
.sidenav_accordion > .sidenav__categories-list .sidenav__sections-list,
.sidenav_accordion > .sidenav__sections-list .sidenav__articles-list {
  display: none;
  padding-left: 2px;
}

.sidenav_accordion .sidenav__category.is-active > .sidenav__sections-list {
  display: block;
}

.sidenav_accordion
  .sidenav__category.is-active
  > span.sidenav__category-name:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.sidenav_accordion .sidenav__section.is-active > .sidenav__articles-list {
  display: block;
}

.sidenav_accordion .sidenav__section.is-active > .sidenav__section-name:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.sidenav__article.is-active > a,
.sidenav__article.is-active > span {
  color: rgba(43, 59, 103, 0.4);
}

.sidenav__category-name,
.sidenav__section-name {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

.sidenav__category-name {
  display: none !important;
}

.sidenav__category-name::after,
.sidenav__section-name::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidenav a:before,
.sidenav span:before,
.sidenav__category-name::after,
.sidenav__section-name::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.sidenav__home {
  display: none !important;
}

.sidenav__section-name {
  color: rgba(9, 37, 64, 1);
}

.sidenav__section {
  padding-left: calc(15px * 1.5) !important;
}

.sidenav__articles-list {
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #195AFE;
  list-style: none !important;
  padding-left: 0 !important;
}

.sidenav__article {
  margin-bottom: calc(10px * 2);
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}

/* .js--wrapper {
  position: relative;
}

@media (max-width: 767px) {

.js--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap
}
  }

.js--content {
  margin-left: 0;
  margin-right: 0;
  width: 66.66666%;
}

@media (max-width: 767px) {

.js--content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1
}
  } */

@media (max-width: 767px) {
  .table-of-contents {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
  }
}

.table-of-contents__list {
  margin-bottom: 0;
}

.table-of-contents__list.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100% !important;
  position: relative;
}

.table-of-contents__list.is-mobile.is-fixed {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.table-of-contents__list.is-mobile.is-fixed .table-of-contents__link {
  border-color: transparent !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.table-of-contents__list.is-mobile.is-fixed.is-opened {
  background-color: #fff;
}

.table-of-contents__list.is-mobile.is-fixed.is-opened .table-of-contents__item {
  display: block !important;
}

.table-of-contents__list.is-mobile.is-fixed.is-opened:after {
  content: "\f068";
}

.table-of-contents__toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}

.table-of-contents__toggle.is-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .table-of-contents__toggle {
    display: none !important;
  }
}

.article__body .table-of-contents__item {
  margin-bottom: 4px;
}
.table-of-contents__item:not(.is-active),
.table-of-contents__item:not(.is-active) > .table-of-contents__link {
  color: #195AFE !important; /** Here is the primary color of the theme **/
}

.table-of-contents__link,
.is-active .table-of-contents__link {
  display: block;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #195AFE;
  margin-bottom: 0;
}

.table-of-contents__item {
  color: #195AFE;
}

.table-of-contents__link:hover,
.table-of-contents__link:active,
.table-of-contents__link:focus {
  color: #195afe;
  text-decoration: underline;
}

.community-nav {
  font-size: calc(15px * 1.25);
}

.community-nav__item {
  float: left;
}

.community-nav__item + .community-nav__item {
  margin-left: 12px;
}

.community-nav__item.is-active {
  font-weight: 600;
}

/* 
  .community-nav__item--button {
    float: right;
  } */

.vote {
  max-width: 40px;
  width: 100%;
}

.vote [aria-selected="true"] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: calc(15px * 1.5 / 4);
  padding-bottom: calc(15px * 1.5 / 4);
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;

  z-index: 1;
  display: block !important;
  font-size: 15px !important;
  color: rgba(9, 37, 64, 1);
  border-color: #eceeef;
  line-height: 1.5 !important;
}

.vote-control:hover,
.vote-control:active {
  z-index: 2;
}

.vote-control--active {
  border-color: #195AFE;
}

.topic-list-page {
  padding-top: calc(15px * 1.5 * 2);
}

@media (min-width: 768px) {
  .topic-list-page {
    margin-bottom: calc(15px * 1.5);
  }
}

.topic-list-item:nth-child(2n + 1) {
  clear: left;
}

.topic-list-item__box {
  margin-bottom: calc(15px * 1.5);
  padding: calc(15px * 1.5) 12px;
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-bottom: calc(15px * 1.5 / 2);
}

.topic-page {
  margin-bottom: calc(15px * 1.5 * 2);
  padding-top: calc(15px * 1.5 * 2);
}

.topic {
  display: table;
  margin-bottom: calc(15px * 1.5);
  padding-bottom: calc(15px * 1.5 / 2);
  width: 100%;
  border-bottom: 2px solid #eceeef;
}

/* .topic__col {
  display: table-cell;
  vertical-align: top;
} */

/* .topic__col--new-post {
  text-align: right;
} */

/* .topic__title {
  width: 100%;
  font-size: var(--font-size-h2);
  margin-bottom: calc(var(--line-height-computed) / 2);
} */

.topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

@media (max-width: 767px) {
  .topic-filters__item {
    margin-bottom: calc(15px * 1.5 / 2);
  }
}

.topic-controls {
  margin-bottom: calc(15px * 1.5 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(12px / 2);
}

.topic-buttons .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.topic-buttons .btn--topbar {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .topic-controls__item--subscribe {
    float: right;
    white-space: nowrap;
  }
}

.topic-controls__item--subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.post-page {
  padding-top: calc(15px * 1.5 * 2);
}

@media (min-width: 768px) {
  .post-page {
    margin-bottom: calc(15px * 1.5 * 2);
  }
}

.post {
  position: relative;
  margin-bottom: calc(15px * 1.5);
}

.post-meta {
  display: table;
  margin-bottom: calc(15px * 1.5);
  width: 100%;
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  padding-right: 12px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-page__container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .post-page__container {
    width: 85%;
  }
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  font-size: 18px;
  padding-right: calc(40px + (10px * 4));
}

.post__body ul {
  list-style: disc;
}

.post__body ul,
.post__body ol {
  padding-left: 20px;
}

.post__body ul ul {
  margin-top: calc(15px * 1.5 / 2);
}

.post__body ul ol {
  margin-top: calc(15px * 1.5 / 2);
}

.post__body ol ul {
  margin-top: calc(15px * 1.5 / 2);
}

.post__body ol ol {
  margin-top: calc(15px * 1.5 / 2);
}

.post__body ul li {
  margin-bottom: calc(15px * 1.5 / 2);
}

.post__body ol li {
  margin-bottom: calc(15px * 1.5 / 2);
}

.post__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

.post__voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post__voting-and-actions .dropdown-toggle:after {
  margin-left: 0;
  content: "\f013";
  font-size: 15px;
}

.post__share {
  padding-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
  text-align: center;
}

.post-callout {
  padding: calc(15px * 1.5 / 2) 12px;
  background-color: #eceeef;
}

.post-callout__title {
  font-weight: 600;
  font-size: calc(15px * 1.1);
}

.post + .comments {
  margin-top: calc(10px * 3);
  padding-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
}

.post-list-page {
  padding-top: calc(15px * 1.5 * 2);
}

@media (min-width: 768px) {
  .post-list-page {
    margin-bottom: calc(15px * 1.5 * 2);
  }
}

.post-list-item {
  margin-bottom: calc(15px * 1.5);
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

.post-list-item + .post-list-item {
  padding-top: calc(15px * 1.5);
  border-top: 2px solid #eceeef;
}

.post-list-item__title {
  margin-bottom: calc(15px * 1.5 / 2);
  font-size: calc(15px * 1.5);
}

.post-list-item__title .fa-star {
  position: relative;
  top: -4px;
  font-size: 50%;
}

@media (min-width: 768px) {
  .post-list-item__col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--main {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--side {
    width: 40%;
    text-align: right;
  }
}

.post-info {
  color: #979797;
  font-size: calc(15px - 2px);
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    color: rgba(9, 37, 64, 1);
    font-weight: 600;
  }
}

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info + .post-info:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }
}

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.post-status--completed,
.post-status--answered {
  background-color: #0c9;
}

.post-status--planned {
  background-color: #12b886;
}

.post-status--not-planned {
  color: rgba(9, 37, 64, 1);
  background-color: #eceeef;
}

.new-post-page {
  padding-top: calc(15px * 1.5 * 2);
}

@media (min-width: 768px) {
  .new-post-page {
    margin-bottom: calc(15px * 1.5 * 2);
  }
}

.new-post-form {
  margin-bottom: calc(15px * 1.5);
}

.hero-unit--fixed {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.subsection-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.see-all-link {
  padding: 0;
  margin-bottom: 20px;
  color: #195AFE;
  text-transform: none;
  border: none;
  font-weight: 500;
}

.see-all-link:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 6px 10px;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background: #195AFE;
  content: "\f054";
}

.see-all-link--less:before {
  padding-right: 8px;
  padding-left: 8px;
  content: "\f077";
}

.share--additional {
  margin-right: 5px;
}

.share:not(.share--additional) {
  padding-left: 0;
}

.share--additional a {
  text-align: center;
}

.article-page .prevnext {
  border-bottom: none;
}

.article-page {
  .hero-unit__title {
    color: rgba(9, 37, 64, 1);
    text-align: start;
  }

  [data-search-box] {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}

.term-table-heading {
  font-weight: 500;
  font-size: 20px;
}

.letter-title {
  font-size: 24px;
}

.term-list {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}

@media (min-width: 768px) {
  .letter-title {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.term__title {
  color: #195afe;
}

.term__title:before {
  display: inline-block;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: #195AFE;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
}

.term__excerpt {
  opacity: 0.6;
}

.category-navigation {
  margin-top: 20px;
  margin-bottom: 50px;
}

.category-navigation--fixed {
  position: fixed;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 0;
}

.category-navigation--fixed .category-navigation-list {
  max-width: 1024px;
  margin: 0 auto;
}

.category-navigation-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.category-navigation-list__item {
  display: inline-block;
  margin-right: 3px;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .category-navigation-list__item {
    margin-right: 10px;
    margin-bottom: 15px;
  }
}

.category-navigation-list__link {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: rgba(9, 37, 64, 1);
  cursor: pointer;
  border-radius: 50%;
}

.category-navigation-list__link:hover,
.category-navigation-list__link:focus,
.category-navigation-list__link:active,
.category-navigation-list__link--active {
  color: #195AFE;
  background-color: rgba(25, 90, 254, 0.1);
}

.category-navigation-list__link:not([data-letter-id]) {
  opacity: 0.4;
}

.category-navigation-mobile {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.category-navigation-mobile__letter {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: rgba(9, 37, 64, 1);
  cursor: pointer;
  border-radius: 50%;
  color: #195AFE;
  background-color: rgba(25, 90, 254, 0.1);
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.category-navigation-mobile__icon {
  margin-left: auto;
  font-size: 20px;
}

.category-navigation.is-active .category-navigation-mobile__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .category-navigation-list {
    display: none;
    margin-top: 10px;
  }
  .category-navigation.is-active .category-navigation-list {
    display: block;
  }
}

@media (min-width: 768px) {
  .category-navigation-mobile {
    display: none;
  }
}

[v-cloak] {
  display: none;
}

html[lang="en-us"] [data-term-container] > .term-list {
  display: block;
}

[data-term-container] > .term-list {
  display: none;
}

.row--category-tree {
  display: flex;
  flex-wrap: wrap;
}

.top-layer {
  padding: 70px 0 36px;
  background-color: #f5f9fd;
}

.category-tree-item {
  position: relative;
  height: 100%;
  padding: 34px 21px 60px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  -webkit-box-shadow: 0 8px 12px 0 rgb(164 164 164 / 20%);
  box-shadow: 0 8px 12px 0 rgb(164 164 164 / 20%);
}

.category-tree-item .category-tree__more {
  position: absolute;
  bottom: 34px;
  left: 34px;
  width: calc(100% - 68px);
  font-size: 12px;
}

.category-tree__more i {
  margin-left: 10px;
}

.row--category-tree .column {
  margin-bottom: 24px;
}

.category-tree-list {
  padding: 0;
  margin: 0 0 25px 0;
}

.category-tree-list__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
  overflow: hidden;
  line-height: 1;
}

.category-tree-list__item:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: rgba(9, 37, 64, 1);
  content: "";
}

.sidenav--left .sidenav__category-name {
  display: block !important;
  color: rgba(9, 37, 64, 1);
}

.sidenav--left .sidenav__category-name:hover,
.sidenav--left .sidenav__section-name:hover {
  color: #195AFE;
}

.sidenav--left .sidenav__category-name:after {
  display: block !important;
  color: rgba(9, 37, 64, 1);
}

.sidenav__top-title {
  position: relative;
  padding: 6px 0 6px calc(15px * 1.5) !important;
  pointer-events: none;
  font-weight: 600;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}

.sidenav__top-title a {
  pointer-events: all;
}

.sidenav__top-title:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidenav__category.is-active .sidenav__category-name:after,
.sidenav__top.is-active .sidenav__top-title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.sidenav__top.is-active {
  display: block !important;
}

.sidenav__top {
  display: none !important;
}

.sidenav__top .sidenav__top-list {
  display: none;
  transition: transform 300ms ease 0s;
}

.sidenav-btn {
  display: none;
}

.sidenav__article.is-active > a,
.sidenav__article.is-active > span {
  font-weight: 700;
}

.toc-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.sidenav__top-title {
  padding-left: 0 !important;
}

.sidenav__category.is-active .sidenav__category-name:after,
.sidenav__top.is-active .sidenav__top-title:after {
  display: none;
}

.sidenav .sidenav__article-name {
  padding: 4px 0;
  font-size: 14px;
}

.sidenav__top .sidenav__category {
  padding-left: 23px !important;
}

.recent-articles h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.recent-articles li {
  font-size: 14px;
}

.sidenav__category-name::after,
.sidenav__section-name::after {
  left: -14px;
}

.sidenav--left .sidenav__section {
  padding-left: 15px !important;
}

.sidenav--left .sidenav__category,
.sidenav__top .sidenav__category {
  padding-left: 16px !important;
}

.sidenav_accordion .sidenav__articles-list {
  padding-right: 10px;
}

/* Side navigation: Remove section titles from Glossary category */
[data-sidenav-parent-category="360000099577"] .sidenav__section-name {
  display: none;
}

[data-sidenav-category-id="360000099577"] .sidenav__category-name:after {
  display: none !important;
}

.category-tree-item__title {
  min-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.category-tree-list__link {
  font-size: 13px;
  color: #195AFE;
}

.sidenav__category {
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 0 5px 16px !important;
}

.category-tree-item__icon {
  width: 38px;
  height: 38px;
  margin: 0 auto;
  margin-bottom: 4px;
  display: block;
}

/* This hides the Articles sidebar */
[data-sidenav-category-id="360000157698"] {
  display: none !important;
}

/* This is to give a light blue border to images

.mediaobject {
  border: 1px solid #3C84D0;
  
}
*/

.toc-wrap {
  padding: 20px;
  margin-bottom: calc(15px * 1.5);
  background: #f1f1f1;
}

/* Paligo styles */

.sgmltag-element {
  padding: 2px 4px !important;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-size: 0.8em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.section.accordion {
  padding-top: 0 !important;
}

.qandaset p {
  margin-bottom: 15px;
}

.qandaset .question td {
  padding-bottom: 0;
}

.qandaset .answer td {
  padding-top: 0;
}

.qandaset .question td:nth-child(1) {
  font-size: 0;
}

.qandaset .question td:nth-child(1):before {
  display: inline;
  font-weight: bold;
  font-size: 16px;
  content: "Q:";
}

.qandaset .answer td:nth-child(1):before {
  display: inline;
  font-weight: bold;
  font-size: 16px;
  content: "A:";
}
.button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  width: 135px;
  height: 42px;
  left: 330px;
  top: 130px;
  background: #ff7a1a;
  border: 1px solid #ff7a1a;
  border-radius: 47px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff; /* Text color */
  cursor: pointer; /* Changes the cursor to a pointer on hover */
}

.form-field.select.optional {
  display: none;
}

.hero-unit-popular {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;

  @media (min-width: 991px) {
    flex-direction: row;
  }

  [data-popular-searches] {
    display: none;
  }
}

.hero-unit-popular__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-unit-popular__keywords {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;

  a {
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    font-weight: 400;
  }
}

.lt-category-blocks {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (min-width: 991px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lt-category-block {
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;

  border-radius: 1rem;
  border: 1px solid transparent;

  transition: all 250ms ease-out;

  &:hover {
    background-color: #fff;
    border: 1px solid rgba(211, 223, 255, 1);
    box-shadow: 2px 6px 30px 0px rgba(25, 90, 254, 0.35);

    img,
    svg {
      transform: scale(1.2);
    }
  }
}

.lt-category-block__icon {
  img,
  svg {
    transition: transform 250ms ease-out;
    height: 100px;
  }
}

.lt-category-block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;

  * {
    margin: 0;
    padding: 0;
  }

  a {
    display: block;
    color: rgba(0, 9, 33, 1);

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
    }
  }
}

.lt-guidance-list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (min-width: 991px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lt-topnav {
  min-height: 38.5px;
  display: none;
  flex-direction: row;
  gap: 0rem;

  @media (min-width: 1200px) {
    display: flex;
  }

  /* overflow-y: hidden;
  overflow-x: auto; */
}

.lt-topnav-item {
  position: relative;
  flex-shrink: 0;
  z-index: 20;
  color: #fff;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  transition: background-color 250ms ease-out;

  & > a {
    display: block;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    padding: 0.5rem 1rem;
  }

  &:hover {
    .lt-topnav-item-sections {
      display: flex;
    }
  }

  &:not(.active):hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);

    & > a {
      color: #fff;
    }
  }

  &.active {
    background-color: #fff;
    color: #000;

    & > a {
      color: #000;
    }
  }

  & > a {
    color: #fff;
  }
}

.lt-topnav-item-sections {
  list-style: none;
  margin: 0;
  padding: 1rem;

  position: absolute;
  top: 100%;
  left: 0;
  height: fit-content;
  width: max-content;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;

  a.active {
    text-decoration: underline;
  }

  a {
    color: rgba(0, 9, 33, 1);

    &:hover {
      color: rgba(0, 9, 33, 1);
    }
  }
}

.topbar-link {
  color: rgba(9, 37, 64, 1);
  font-weight: 400;

  &:hover,
  &:focus {
    color: rgba(9, 37, 64, 1);
  }

  @media (min-width: 1200px) {
    color: #fff;

    &:hover,
    &:focus {
      color: #fff;
    }
  }
}

.topbar-btn--secondary {
  background-color: transparent;
  border: 1px solid rgba(255, 122, 26, 1);
  color: rgba(255, 122, 26, 1);

  &:hover,
  &:focus {
    background-color: transparent;
    border: 1px solid rgba(255, 122, 26, 1);
    color: rgba(255, 122, 26, 1);
  }
}

.topbar-btn--primary {
  max-width: fit-content;
  background-color: rgba(255, 122, 26, 1);
  border: 1px solid rgba(255, 122, 26, 1);
  color: #fff;

  &:hover,
  &:focus {
    background-color: rgba(255, 122, 26, 1);
    border: 1px solid rgba(255, 122, 26, 1);
    color: #fff;
  }
}

.topbar__controls {
  transition: opacity 250ms ease-out;
}

.topbar--white {
  .topbar-link {
    color: rgba(9, 37, 64, 1);

    &:hover,
    &:focus {
      color: rgba(9, 37, 64, 1);
    }
  }

  .topbar__controls {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}

.lt-search-filter {
  box-shadow: 0px 4px 13px 0px rgba(25, 90, 254, 0.12);
  border-radius: 1rem;
  background-color: #fff;

  &:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }

  h3 {
    padding-inline: 1.5rem;
    margin-bottom: 1rem;
  }
}

.lt-search-filter__item {
  color: rgba(0, 9, 33, 1);
  padding-inline: 1.5rem;

  a {
    color: rgba(0, 9, 33, 1);
  }

  &:hover,
  &:focus {
    color: rgba(0, 9, 33, 1);

    a {
      color: rgba(0, 9, 33, 1);
    }
  }
}

.lt-search-filter__item.is-active {
  background: transparent;
  color: rgba(25, 90, 254, 1);
  border-left: 3px solid rgba(25, 90, 254, 1);

  a {
    color: rgba(25, 90, 254, 1);
  }

  &:hover,
  &:focus {
    a {
      color: rgba(25, 90, 254, 1);
    }
  }
}

.search-result {
  margin-bottom: calc(1rem * 1.5);
  border: 0;
  box-shadow: 0px 4px 13px 0px rgba(25, 90, 254, 0.12);
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem 1.5rem;

  .search-result-link {
    font-size: 1.5rem;
    font-weight: 500;
  }

  a {
    color: rgba(0, 9, 33, 1);

    &:hover,
    &:focus {
      color: rgba(0, 9, 33, 1);
    }
  }

  .breadcrumbs {
    a {
      color: #a6a6a7;
    }
  }
}

.lt-search-filter__btn {
  padding: 0;
  margin: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
  width: 100%;

  padding-inline: 1.5rem;

  .lt-search-filter__btn-content {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: rgba(0, 9, 33, 1);

    .lt-icon {
      max-height: 16px;
    }
  }
}

.new-request-tip__content {
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 0px 4px 13px 0px rgba(25, 90, 254, 0.12);
  border-radius: 1rem;
  margin-bottom: 1rem;

  h2 {
    color: rgba(25, 90, 254, 1);
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  p {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(9, 37, 64, 1);
    margin: 0;
  }

  img {
    height: 64px;
    width: 64px;

    margin-bottom: 1rem;
  }

  &:empty {
    display: none;
  }
}

.lt-dropdown {
  position: relative;
  display: inline-block;
}

.lt-dropdown-toggle {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
}

.lt-dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 6 Free", sans-serif;
  font-size: calc(15px - 4px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: currentColor;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .lt-dropdown-toggle:after {
  margin-left: 8px;
}

[dir="rtl"] .lt-dropdown-toggle:after {
  margin-right: 8px;
}

.lt-dropdown-toggle--no-icon:after {
  display: none;
}

.lt-dropdown-toggle:hover {
  text-decoration: none;
}

.lt-dropdown-toggle > * {
  display: inline-block;
}

.lt-dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 170px;
  padding: 10px 0;
  margin-top: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background: #fff;
  border: 1px solid #ebeaeb;
  border-radius: 4px;
  box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
}

[dir="ltr"] .lt-dropdown-menu {
  left: 0;
  text-align: left;
}

[dir="rtl"] .lt-dropdown-menu {
  right: 0;
  text-align: right;
}

[dir="rtl"] .lt-dropdown-menu {
  text-align: right;
}

.lt-dropdown-menu[aria-expanded="true"] {
  display: block;
}

.lt-dropdown-menu [role="separator"] {
  display: block;
  padding: 5px 0;
  margin: 5px 20px 10px;
  font-size: 11px;
  font-weight: normal;
  color: #969696;
  border-bottom: 1px solid #d8d8d8;
}

.lt-dropdown-menu [role="menuitem"] {
  display: block;
  width: 100%;
  line-height: inherit;
  color: #333;
  text-align: start;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

[dir="ltr"] .lt-dropdown-menu [role="menuitem"] {
  padding: 7px 40px 7px 20px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.lt-dropdown-menu [role="menuitem"]:hover,
.lt-dropdown-menu [role="menuitem"]:focus {
  color: #333;
  text-decoration: none;
  background: #f3f3f3;
}

.lt-dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}

[dir="ltr"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-left: 10px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-right: 10px;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.lt-dropdown-menu [role="menuitem"][hidden],
.lt-dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

[dir="ltr"] .lt-dropdown-menu-end {
  right: 0;
  left: auto;
}

[dir="rtl"] .lt-dropdown-menu-end {
  right: auto;
  left: 0;
}

.lt-dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .lt-dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

[dir="rtl"] .lt-dropdown-menu-end {
  right: auto;
  left: 0;
}

.lt-dropdown-toggle--user {
  padding: 0;
  font-size: calc(15px - 5px);
  font-weight: 700;
  line-height: 1.5;
  color: inherit;
  text-transform: uppercase;
  border: 0;
}
@media (max-width: 991px) {
  .lt-dropdown--topbar {
    width: 100%;
  }

  .lt-dropdown-menu--topbar {
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .lt-dropdown-menu--topbar .lt-dropdown-toggle {
    width: 100%;
  }

  .lt-dropdown-menu--topbar .lt-dropdown-toggle--user:after {
    display: none;
  }

  .lt-dropdown-menu--topbar [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.lt-topnav--mobile {
  display: block;

  @media (min-width: 1200px) {
    display: none;
  }

  .lt-topnav-toggle {
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #000;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .lt-dropdown-menu {
    box-shadow: 0px 4px 13px 0px rgba(25, 90, 254, 0.12);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

.smwb-footer {
  /*! CSS Used from: https://static-us-east-1.similarcdn.com/build/20250616.master.5c23553/dist/scripts/lite-app/client/pages-DarkHomePage.min.css?v=20250616.master.5c23553 */
  .swui-button {
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 16px;
    border: 0;
    border-radius: 2.625rem;
    font-family: "DM Sans", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    cursor: pointer;
    user-select: none;
  }
  .swui-button--solid.swui-button--secondary {
    background-color: #195afe;
    color: #fff;
  }
  .swui-button--solid.swui-button--secondary:hover {
    background-color: #1048d4;
  }
  .swui-button--solid.swui-button--secondary:active {
    background-color: #195afe;
  }
  .swui-button__icon {
    flex-shrink: 0;
    fill: currentColor;
  }
  .swui-button__icon--start {
    margin-inline-end: 0.25rem;
  }
  .app-footer__copyright {
    margin: 0;
    color: #fff;
  }
  @media (min-width: 888px) {
    .app-footer__copyright {
      margin-bottom: 16px;
    }
  }
  .app-footer__link {
    padding: 0;
    border: 0;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    transition: color 0.2s ease;
  }
  .app-footer__link:hover {
    color: #fff;
  }
  .app-footer__lang {
    position: relative;
    margin-bottom: 16px;
  }
  @media (min-width: 888px) {
    .app-footer__lang {
      margin-right: 20px;
    }
  }
  .app-footer__lang-button {
    position: relative;
    padding: 0 24px 0 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .app-footer__lang-button::after {
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -3px;
    content: "";
    border-top: 5px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(0);
    transition: transform 0.3s ease;
  }
  .app-footer__lang-button:focus {
    outline: none;
  }
  .app-footer__lang-dropdown {
    display: none;
    padding: 8px 0;
  }
  @media (min-width: 888px) {
    .app-footer__lang-dropdown {
      position: absolute;
      bottom: calc(100% + 14px);
      left: 0;
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    }
  }
  .app-footer__lang-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  @media (min-width: 888px) {
    .app-footer__lang-list {
      min-width: 120px;
    }
  }
  .app-footer__lang-link {
    position: relative;
    display: block;
    padding: 8px 0;
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  @media (min-width: 888px) {
    .app-footer__lang-link {
      padding-left: 16px;
      padding-right: 16px;
      color: rgba(9, 37, 64, 0.6);
    }
    .app-footer__lang-link:hover {
      color: #092540;
    }
  }
  .app-footer__lang-link::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }
  @media (min-width: 888px) {
    .app-footer__lang-link::before {
      left: 16px;
    }
  }
  .app-footer__additional {
    padding-top: 16px;
    padding-bottom: 32px;
  }
  @media (min-width: 888px) {
    .app-footer__additional {
      display: flex;
      flex-wrap: wrap;
      padding-top: 32px;
      padding-bottom: 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.18);
    }
  }
  .app-footer__additional-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0 0;
    padding: 0;
    list-style-type: none;
  }
  .app-footer__additional-link-item {
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .app-footer__extension-button {
    margin-top: 20px;
    margin-bottom: 24px;
    max-width: 240px;
  }
  .app-footer__menu-button {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 16px;
    padding: 4px 0;
    font: 500 1rem/1.5 "DM Sans", "Noto Sans JP", sans-serif;
    text-align: left;
    cursor: pointer;
    color: #fff;
    border: 0;
    background: none;
  }
  .app-footer__menu-button::after {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    right: 0;
    margin-top: -3px;
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .app-footer__menu-button:hover,
  .app-footer__menu-button:focus {
    outline: none;
  }
  .app-footer__menu-dropdown {
    display: none;
    padding: 16px 0;
  }
  .app-footer__nav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  @media (min-width: 888px) {
    .app-footer__nav {
      flex-direction: row;
      order: 2;
      width: 60%;
      margin-bottom: 32px;
    }
  }
  @media (min-width: 1201px) {
    .app-footer__nav {
      width: 73%;
    }
  }
  .app-footer__nav-column {
    box-sizing: border-box;
  }
  @media (min-width: 888px) {
    .app-footer__nav-column {
      box-sizing: border-box;
      width: 25%;
      padding-left: 16px;
    }
  }
  @media (min-width: 888px) {
    .app-footer__nav-title {
      padding-left: 0;
      padding-right: 0;
      margin: 24px 0 8px;
      cursor: default;
    }
    .app-footer__nav-title::after {
      display: none;
    }
    .app-footer__nav-title:first-child {
      margin-top: 0;
    }
  }
  @media (min-width: 888px) {
    .app-footer__nav-dropdown {
      display: block;
      padding: 0;
      background: none;
    }
  }
  .app-footer__nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  @media (max-width: 887px) {
    .app-footer__nav-link {
      display: block;
      line-height: 2.3;
    }
  }
  .app-footer__office {
    padding: 8px 0;
  }
  .app-footer__office--main {
    margin-top: 12px;
  }
  .app-footer__office-row {
    position: relative;
    padding-left: 28px;
    margin: 8px 0 0;
  }
  .app-footer__office-row:first-child {
    margin-top: 0;
  }
  .app-footer__office-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .app-footer__office-link::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 16px 16px;
    transition: color 0.2s ease;
  }
  .app-footer__office-link:hover:not(.app-footer__office-link--disabled) {
    color: #fff;
  }
  .app-footer__office-link--address::before {
    background-image: url("data:image/svg+xml;charset=utf8,    %3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E      %3Cpath fill=%27%239DA8B3%27 d=%27M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 13s-4-3.597-4-5.875S7.79 5 10 5s4 1.847 4 4.125S10 15 10 15zm.472-3.374c.452-.535.828-1.045 1.101-1.503.292-.489.427-.858.427-.998C12 7.938 11.09 7 10 7c-1.09 0-2 .938-2 2.125 0 .14.135.51.427.998.273.458.649.968 1.1 1.503.154.181.312.361.473.538.161-.177.319-.357.472-.538z%27 /%3E    %3C/svg%3E");
  }
  .app-footer__office-link--address:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,    %3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27%3E      %3Cpath fill=%27%23FFF%27 d=%27M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 13s-4-3.597-4-5.875S7.79 5 10 5s4 1.847 4 4.125S10 15 10 15zm.472-3.374c.452-.535.828-1.045 1.101-1.503.292-.489.427-.858.427-.998C12 7.938 11.09 7 10 7c-1.09 0-2 .938-2 2.125 0 .14.135.51.427.998.273.458.649.968 1.1 1.503.154.181.312.361.473.538.161-.177.319-.357.472-.538z%27 /%3E    %3C/svg%3E");
  }
  .app-footer__office-link--map::before {
    background-image: url("data:image/svg+xml;charset=utf8,    %3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E      %3Cpath fill=%27%239DA8B3%27 d=%27M12.04 12.04H3.254V3.254h4.392V2h-4.39C2.556 2 2 2.565 2 3.255v8.784c0 .69.558 1.253 1.255 1.253h8.784c.69 0 1.253-.565 1.253-1.255V7.646H12.04v4.394zM8.9 2v1.255h2.254L4.987 9.423l.884.884 6.17-6.167v2.252h1.256V2H8.9z%27 /%3E    %3C/svg%3E");
  }
  .app-footer__office-link--map:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,    %3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E      %3Cpath fill=%27%23FFF%27 d=%27M12.04 12.04H3.254V3.254h4.392V2h-4.39C2.556 2 2 2.565 2 3.255v8.784c0 .69.558 1.253 1.255 1.253h8.784c.69 0 1.253-.565 1.253-1.255V7.646H12.04v4.394zM8.9 2v1.255h2.254L4.987 9.423l.884.884 6.17-6.167v2.252h1.256V2H8.9z%27 /%3E    %3C/svg%3E");
  }
  .app-footer__offices {
    margin-bottom: 16px;
  }
  @media (min-width: 888px) {
    .app-footer__offices {
      order: 3;
      flex-grow: 1;
      width: 100%;
      margin-bottom: 0;
    }
  }
  @media (min-width: 888px) {
    .app-footer__offices-title-mobile {
      display: none;
    }
  }
  .app-footer__offices-title-desktop {
    display: none;
  }
  @media (min-width: 888px) {
    .app-footer__offices-title-desktop {
      display: flex;
      align-items: center;
      padding: 16px 0;
      margin: 0;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-weight: 900;
      border-top: 1px solid rgba(255, 255, 255, 0.18);
    }
    .app-footer__offices-title-desktop::after {
      position: static;
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-top: -6px;
      margin-left: 16px;
      border-right-width: 2px;
      border-bottom-width: 2px;
    }
  }
  .app-footer__offices-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  @media (min-width: 888px) {
    .app-footer__offices-list {
      display: flex;
      flex-flow: row wrap;
      margin: -12px;
    }
  }
  @media (min-width: 888px) {
    .app-footer__office-item {
      box-sizing: border-box;
      width: 280px;
      padding: 0 12px;
      margin-top: 16px;
      margin-bottom: 16px;
    }
  }
  @media (min-width: 1201px) {
    .app-footer__office-item {
      width: 25%;
    }
  }
  .app-footer__office-button {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    font-size: inherit;
    line-height: 2.3;
    font-family: inherit;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    border: 0;
    background: none;
  }
  @media (min-width: 888px) {
    .app-footer__office-button {
      padding-bottom: 10px;
      line-height: 1;
      color: #fff;
    }
  }
  .app-footer__office-button::after {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    right: 0;
    margin-top: -3px;
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    transition: transform 0.3s ease, color 0.3s ease;
  }
  @media (min-width: 888px) {
    .app-footer__office-button::after {
      display: none;
    }
  }
  .app-footer__office-button:hover,
  .app-footer__office-button:focus {
    outline: none;
  }
  .app-footer__office-button:focus {
    outline: none;
  }
  .app-footer__office-dropdown {
    display: none;
    margin-bottom: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  @media (min-width: 888px) {
    .app-footer__office-dropdown {
      display: block;
      border-bottom: 0;
    }
  }
  .app-footer__social {
    display: flex;
    align-items: center;
  }
  @media (min-width: 888px) {
    .app-footer__social {
      display: block;
      margin-top: 24px;
    }
  }
  .app-footer__social-title {
    margin-right: 4px;
  }
  @media (min-width: 888px) {
    .app-footer__social-title {
      margin-right: 0;
      margin-bottom: 4px;
    }
  }
  .app-footer__social-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .app-footer__social-item {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0 4px;
  }
  .app-footer__social-link {
    color: inherit;
  }
  .app-footer__social-link svg path {
    fill: currentColor;
  }
  .app-footer {
    position: relative;
    z-index: 1400;
    font-size: 0.875rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.6);
    background: #092540;
  }
  .app-footer--dark-theme {
    background: #000921;
  }
  .app-footer__body {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
  }
  @media (min-width: 888px) {
    .app-footer__body {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 32px;
    }
  }
  .app-footer__info {
    order: 2;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  @media (min-width: 888px) {
    .app-footer__info {
      box-sizing: border-box;
      order: 1;
      flex-shrink: 0;
      flex-grow: 1;
      max-width: 344px;
      padding: 0 16px 0 0;
      border: 0;
    }
  }
  @media (min-width: 1201px) {
    .app-footer__info {
      width: 27%;
    }
  }
  .app-footer__logo-link {
    position: absolute;
    top: 40px;
  }
  @media (min-width: 888px) {
    .app-footer__logo-link {
      position: static;
      display: block;
    }
  }
  .app-footer__logo {
    display: block;
    width: 181px;
    height: 23px;
  }
  .swui-container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
  @media (min-width: 567px) {
    .swui-container {
      max-width: 566px;
    }
  }
  @media (min-width: 888px) {
    .swui-container {
      max-width: 1248px;
      padding-right: 24px;
      padding-left: 24px;
    }
  }
  /*! CSS Used fontfaces */
  @font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2)
      format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
      U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
      U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  @font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
      U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2)
      format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
      U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
      U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  @font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
      U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2)
      format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
      U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
      U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  @font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dmsans/v16/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
      U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}

.app-footer__menu-dropdown--active {
  display: block !important;
}

@media (min-width: 888px) {
  .app-footer__offices-dropdown--active {
    display: block !important;
  }
}

.lt-top-articles {
  box-shadow: 0px 4px 13px 0px rgba(25, 90, 254, 0.12);
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 4rem;

  li {
    h2 {
      text-align: center;
      font-weight: 500;
    }

    span {
      color: rgba(9, 37, 64, 1);
    }
  }
}

.section-base__sections {
  &:not(:has(li)) {
    display: none;
  }
}

.section-base__section {
  a {
    font-weight: 500;
  }
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.see-more-articles:has(+ .see-more-sections) {
  display: none;
}

/* Hide only the first “Please choose your issue below” dropdown wrapper */
.new-request-form div[data-garden-id="dropdowns.combobox.field"]:first-of-type {
  display: none !important;
}

.lt-top-articles {
  & > ul {
    transition: height 300ms ease;
    position: relative;

    @media (min-width: 991px) {
        height: 325px;
   			overflow: hidden;
      
      &::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(180deg, transparent, transparent, transparent, #ffffff);
        transition: opacity 250ms ease;
        pointer-events: none;
      }
    }
  }
}

.lt-top-articles[data-expanded="true"] {
  &>ul::before {
    opacity: 0;
  }
}

.lt-top-articles__see-more {
  display: none;
  align-items: center;
  justify-content: center;
  
  @media (min-width: 991px) {
    display: flex;
  }
}

.lt-top-articles__see-more button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: rgba(9, 37, 64, 1);
  text-decoration: none;
  
  &:hover,
  &:focus {
    color: rgba(9, 37, 64, 1);
    text-decoration: none;
  }
}

.lt-top-articles__see-more--icon {
  transition: all 250ms ease;
}

.lt-top-articles[data-expanded="true"] {
  .lt-top-articles__see-more--icon {
    transform: rotate(180deg);
  }
}

.section-list-item {
  list-style:none;
  position: relative;
  
  &::before {
    content: '\f07b';
    font-family: 'FONTAWESOME';
    font-size: 12px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #195AFE;
  }
}

lotus-video-item:not(has(>*)) {
  display: none;
}

.lt-video-item-link__title {
  color: rgba(9, 37, 64, 1);
}

.lt-getting-started-grid {
  display: grid;
  grid-template-rows: 1fr auto;
}

.lt-ai-section {
  display: grid;
  grid-template-columns: 1fr;
  
  @media(min-width: 768px) {
    grid-template-columns: 1fr 1fr;
  }
  
  @media(min-width: 991px) {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  &>.lt-category-block {
    @media (min-width: 768px) {
      grid-column: span 2;
      grid-row: 1;
    }
   	@media(min-width: 991px) {
      grid-column: 2;
      grid-row: 1;
  	} 
  }
}
