@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --ac-blue: #004CFF;
  --ac-blue-200: #EAF6FF;
  --midnight-1000: #00002D;
}

/* Added Important to lines 4808, 4811 */
[dir] blockquote, [dir] dd, [dir] dl, [dir] figure, [dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6, [dir] p, [dir] pre {
  margin: 0;
}

[dir] button {
  padding: 0;
  background: 0 0;
  border: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

[dir] iframe {
  border: 0;
}

ol, ul {
  list-style: none;
}

[dir] ol, [dir] ul {
  padding: 0;
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: 0;
}

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

body, html {
  height: 100%;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px !important;
  line-height: 1.5;
  color: #1f2129;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

[dir] body {
  background-color: #fff;
}

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

a {
  color: #004CFF;
  text-decoration: none;
}

a:active, a:focus, a:hover {
  color: #0035b3;
  text-decoration: underline;
}

a.disabled {
  color: #818a91;
}

[dir] a.disabled {
  cursor: default;
}

[dir] figure {
  margin: 0;
}

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

hr {
  display: block;
  height: 1px;
}

[dir] hr {
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #edf0f7;
}

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

h1 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h3 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h4 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h5 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h6 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.h1 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.h2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.h3 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.h4 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.h5 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.h6 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

[dir] h1 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h2 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h3 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h4 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h5 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h6 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h1 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h2 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h3 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h4 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h5 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h6 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] p {
  margin: 0 0 calc(16px * 1.5);
}

/*[dir] ul{
    margin:0 0 calc(16px * 1.5)
}*/
[dir] ol {
  margin: 0 0 calc(16px * 1.5);
}

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

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

h2 {
  font-size: calc(16px * 1.75);
}

.h2 {
  font-size: calc(16px * 1.75);
}

h3 {
  font-size: calc(16px * 1.5);
}

.h3 {
  font-size: calc(16px * 1.5);
}

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

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

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

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

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

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

b, strong {
  font-weight: 600;
}

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

[dir] dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5);
}

dt {
  line-height: 1.5;
}

[dir] dt {
  margin-bottom: calc(16px * 1.5 / 2);
}

dd {
  line-height: 1.5;
}

[dir] dd {
  margin-bottom: calc(16px * 1.5 / 2);
}

dt {
  font-weight: 700;
}

[dir=ltr] dd {
  margin-left: 0;
}

[dir=rtl] dd {
  margin-right: 0;
}

.dl-horizontal:after, .dl-horizontal:before {
  display: table;
  content: "";
}

[dir] .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%;
  }
  [dir] .dl-horizontal dt {
    clear: both;
  }
  [dir=ltr] .dl-horizontal dt {
    float: left;
    padding-right: 15px;
  }
  [dir=rtl] .dl-horizontal dt {
    float: right;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    width: 70%;
  }
  [dir=ltr] .dl-horizontal dd {
    float: right;
  }
  [dir=rtl] .dl-horizontal dd {
    float: left;
  }
}
[dir] abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

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

blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

[dir] blockquote {
  padding: calc(16px * 1.5 / 2) calc(16px * 1.5);
  margin: 0 0 calc(16px * 1.5);
  background-color: #f7f7f9;
}

[dir=ltr] blockquote {
  border-left: 5px solid #eceeef;
}

[dir=rtl] blockquote {
  border-right: 5px solid #eceeef;
}

[dir=ltr] blockquote.is-colored {
  border-left: 5px solid #004CFF;
}

[dir=rtl] blockquote.is-colored {
  border-right: 5px solid #004CFF;
}

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

code {
  padding: 20px !important;
  text-align: left;
  border-radius: 5px !important;
}

address {
  font-style: normal;
  line-height: 1.5;
}

[dir] address {
  margin-bottom: calc(16px * 1.5);
}

.clearfix:after, .clearfix:before {
  display: table;
  content: "";
}

[dir] .clearfix:after {
  clear: both;
}

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

[dir] .sr-only {
  padding: 0;
  margin: -1px;
  border: 0;
}

.list-unstyled {
  list-style: none;
}

[dir=ltr] .list-unstyled {
  padding-left: 0;
}

[dir=rtl] .list-unstyled {
  padding-right: 0;
}

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

[dir] .vertical-offset {
  margin-bottom: calc(16px * 1.5);
}

main {
  max-width: 100%;
}

[dir] main {
  margin-bottom: calc(16px * 1.5 * 2);
}

.powered-by-zendesk {
  display: none;
}

.pagination-first-text, .pagination-last-text, .recent-activity-accessibility-label, .visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

[dir] .pagination-first-text, [dir] .pagination-last-text, [dir] .recent-activity-accessibility-label, [dir] .visibility-hidden {
  padding: 0;
  margin: -1px;
  border: 0;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100% !important;
  max-width: 730px !important;
}

.article-container table, th, td {
  border: 1px solid black !important;
  border-collapse: collapse;
}

.layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.layout__content {
  flex: 1 1 auto;
}

[hidden] {
  display: none;
}

fieldset {
  min-width: 0;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #373a3c;
}

[dir] legend {
  padding: 0;
  margin-bottom: calc(16px * 1.5);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

[dir] label {
  margin-bottom: calc(16px * 1.5 / 2);
}

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

input[type=checkbox], input[type=radio] {
  line-height: normal;
}

[dir] input[type=checkbox], [dir] input[type=radio] {
  margin: 4px 0 0;
}

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

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

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

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

output {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
}

[dir] output {
  padding-top: 9px;
}

select {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] select {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] textarea {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=text] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=text] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=password] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=password] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=datetime] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=datetime] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=datetime-local] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=datetime-local] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=date] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=date] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=month] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=month] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=time] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=time] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=week] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=week] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=number] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=number] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=email] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=email] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=url] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=url] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=search] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=search] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=tel] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=tel] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=color] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type=color] {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .nesty-input {
  padding: 8px 16px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select:focus {
  outline: 0;
}

[dir] select:focus {
  border-color: #9ed5e7;
}

textarea:focus {
  outline: 0;
}

[dir] textarea:focus {
  border-color: #9ed5e7;
}

input[type=text]:focus {
  outline: 0;
}

[dir] input[type=text]:focus {
  border-color: #9ed5e7;
}

input[type=password]:focus {
  outline: 0;
}

[dir] input[type=password]:focus {
  border-color: #9ed5e7;
}

input[type=datetime]:focus {
  outline: 0;
}

[dir] input[type=datetime]:focus {
  border-color: #9ed5e7;
}

input[type=datetime-local]:focus {
  outline: 0;
}

[dir] input[type=datetime-local]:focus {
  border-color: #9ed5e7;
}

input[type=date]:focus {
  outline: 0;
}

[dir] input[type=date]:focus {
  border-color: #9ed5e7;
}

input[type=month]:focus {
  outline: 0;
}

[dir] input[type=month]:focus {
  border-color: #9ed5e7;
}

input[type=time]:focus {
  outline: 0;
}

[dir] input[type=time]:focus {
  border-color: #9ed5e7;
}

input[type=week]:focus {
  outline: 0;
}

[dir] input[type=week]:focus {
  border-color: #9ed5e7;
}

input[type=number]:focus {
  outline: 0;
}

[dir] input[type=number]:focus {
  border-color: #9ed5e7;
}

input[type=email]:focus {
  outline: 0;
}

[dir] input[type=email]:focus {
  border-color: #9ed5e7;
}

input[type=url]:focus {
  outline: 0;
}

[dir] input[type=url]:focus {
  border-color: #9ed5e7;
}

input[type=search]:focus {
  outline: 0;
}

[dir] input[type=search]:focus {
  border-color: #9ed5e7;
}

input[type=tel]:focus {
  outline: 0;
}

[dir] input[type=tel]:focus {
  border-color: #9ed5e7;
}

input[type=color]:focus {
  outline: 0;
}

[dir] input[type=color]:focus {
  border-color: #9ed5e7;
}

.nesty-input:focus {
  outline: 0;
}

[dir] .nesty-input:focus {
  border-color: #9ed5e7;
}

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

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

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

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

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date] {
    line-height: calc(16px * 1.5 + 16px + 2px);
  }
  input[type=time] {
    line-height: calc(16px * 1.5 + 16px + 2px);
  }
  input[type=datetime-local] {
    line-height: calc(16px * 1.5 + 16px + 2px);
  }
  input[type=month] {
    line-height: calc(16px * 1.5 + 16px + 2px);
  }
}
[dir] .form-field {
  margin-bottom: calc(16px * 1.5);
}

.form-field p {
  display: block;
  font-size: 90%;
  color: #565b72;
}

[dir] .form-field p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.form-field .optional {
  color: #000;
}

[dir=ltr] .form-field .optional {
  margin-left: 4px;
}

[dir=rtl] .form-field .optional {
  margin-right: 4px;
}

.form-field.boolean {
  position: relative;
}

[dir=ltr] .form-field.boolean {
  padding-left: 20px;
}

[dir=rtl] .form-field.boolean {
  padding-right: 20px;
}

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

[dir=ltr] .form-field.boolean input[type=checkbox] {
  left: 0;
}

[dir=rtl] .form-field.boolean input[type=checkbox] {
  right: 0;
}

.form-field.boolean label {
  min-height: calc(16px * 1.5);
}

[dir] .form-field.boolean label {
  margin-bottom: 0;
  cursor: pointer;
}

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

[dir] .upload-dropzone {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.upload-dropzone a, .upload-dropzone span {
  font-size: 16px !important;
  color: #004cff !important;
}

[dir=ltr] .search-box-small input[type=search] {
  padding-left: 35px;
}

[dir=rtl] .search-box-small input[type=search] {
  padding-right: 35px;
}

.search-box-small .search {
  position: relative !important;
}

.search-box-small .search:before {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  content: "";
}

[dir] .search-box-small .search:before {
  background-image: url(/hc/theming_assets/01HZFAG4S0NCG9KAKP7TRBYWQT);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}

[dir=ltr] .search-box-small .search:before {
  left: 13px;
}

[dir=rtl] .search-box-small .search:before {
  right: 13px;
}

.article-subscribe button, .btn, .community-follow button, .edit-profile-button a, .lt-profile__buttons a, .lt-profile__buttons button, .pagination-first-link, .pagination-last-link, .pagination-next-link, .pagination-prev-link, .requests-table-toolbar .organization-subscribe button, .section-subscribe button, .subscriptions-subscribe button, input[type=submit] {
  display: inline-block;
  height: auto;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

[dir] .article-subscribe button, [dir] .btn,
[dir] .community-follow button, [dir] .edit-profile-button a,
[dir] .lt-profile__buttons a, [dir] .lt-profile__buttons button,
[dir] .pagination-first-link, [dir] .pagination-last-link,
[dir] .pagination-next-link, [dir] .pagination-prev-link,
[dir] .requests-table-toolbar .organization-subscribe button,
[dir] .section-subscribe button, [dir] .subscriptions-subscribe button,
[dir] input[type=submit] {
  padding: 8px 30px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.article-subscribe button:active:focus, .article-subscribe button:focus, .btn:active:focus, .btn:focus, .community-follow button:active:focus, .community-follow button:focus, .edit-profile-button a:active:focus, .edit-profile-button a:focus, .lt-profile__buttons a:active:focus, .lt-profile__buttons a:focus, .lt-profile__buttons button:active:focus, .lt-profile__buttons button:focus, .pagination-first-link:active:focus, .pagination-first-link:focus, .pagination-last-link:active:focus, .pagination-last-link:focus, .pagination-next-link:active:focus, .pagination-next-link:focus, .pagination-prev-link:active:focus, .pagination-prev-link:focus, .requests-table-toolbar .organization-subscribe button:active:focus, .requests-table-toolbar .organization-subscribe button:focus, .section-subscribe button:active:focus, .section-subscribe button:focus, .subscriptions-subscribe button:active:focus, .subscriptions-subscribe button:focus, input[type=submit]:active:focus, input[type=submit]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.article-subscribe button:focus, .article-subscribe button:hover, .btn:focus, .btn:hover, .community-follow button:focus, .community-follow button:hover, .edit-profile-button a:focus, .edit-profile-button a:hover, .lt-profile__buttons a:focus, .lt-profile__buttons a:hover, .lt-profile__buttons button:focus, .lt-profile__buttons button:hover, .pagination-first-link:focus, .pagination-first-link:hover, .pagination-last-link:focus, .pagination-last-link:hover, .pagination-next-link:focus, .pagination-next-link:hover, .pagination-prev-link:focus, .pagination-prev-link:hover, .requests-table-toolbar .organization-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:hover, .section-subscribe button:focus, .section-subscribe button:hover, .subscriptions-subscribe button:focus, .subscriptions-subscribe button:hover, input[type=submit]:focus, input[type=submit]:hover {
  color: #004CFF;
  text-decoration: none;
}

.article-subscribe button:active, .btn:active, .community-follow button:active, .edit-profile-button a:active, .lt-profile__buttons a:active, .lt-profile__buttons button:active, .pagination-first-link:active, .pagination-last-link:active, .pagination-next-link:active, .pagination-prev-link:active, .requests-table-toolbar .organization-subscribe button:active, .section-subscribe button:active, .subscriptions-subscribe button:active, input[type=submit]:active {
  outline: 0;
}

[dir] .article-subscribe button:active, [dir] .btn:active, [dir] .community-follow button:active, [dir] .edit-profile-button a:active, [dir] .lt-profile__buttons a:active, [dir] .lt-profile__buttons button:active, [dir] .pagination-first-link:active, [dir] .pagination-last-link:active, [dir] .pagination-next-link:active, [dir] .pagination-prev-link:active, [dir] .requests-table-toolbar .organization-subscribe button:active, [dir] .section-subscribe button:active, [dir] .subscriptions-subscribe button:active, [dir] input[type=submit]:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.article-subscribe button, .btn--default, .community-follow button, .edit-profile-button a, .lt-profile__buttons a, .lt-profile__buttons button, .pagination-first-link, .pagination-last-link, .pagination-next-link, .pagination-prev-link, .requests-table-toolbar .organization-subscribe button, .section-subscribe button, .subscriptions-subscribe button {
  color: #356ae6;
}

[dir] .article-subscribe button, [dir] .btn--default, [dir] .community-follow button, [dir] .edit-profile-button a, [dir] .lt-profile__buttons a, [dir] .lt-profile__buttons button, [dir] .pagination-first-link, [dir] .pagination-last-link, [dir] .pagination-next-link, [dir] .pagination-prev-link, [dir] .requests-table-toolbar .organization-subscribe button, [dir] .section-subscribe button, [dir] .subscriptions-subscribe button {
  background-color: transparent;
  border-color: #356ae6;
}

.article-subscribe button:active, .article-subscribe button:focus, .article-subscribe button:hover, .btn--default:active, .btn--default:focus, .btn--default:hover, .community-follow button:active, .community-follow button:focus, .community-follow button:hover, .edit-profile-button a:active, .edit-profile-button a:focus, .edit-profile-button a:hover, .lt-profile__buttons a:active, .lt-profile__buttons a:focus, .lt-profile__buttons a:hover, .lt-profile__buttons button:active, .lt-profile__buttons button:focus, .lt-profile__buttons button:hover, .pagination-first-link:active, .pagination-first-link:focus, .pagination-first-link:hover, .pagination-last-link:active, .pagination-last-link:focus, .pagination-last-link:hover, .pagination-next-link:active, .pagination-next-link:focus, .pagination-next-link:hover, .pagination-prev-link:active, .pagination-prev-link:focus, .pagination-prev-link:hover, .requests-table-toolbar .organization-subscribe button:active, .requests-table-toolbar .organization-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:hover, .section-subscribe button:active, .section-subscribe button:focus, .section-subscribe button:hover, .subscriptions-subscribe button:active, .subscriptions-subscribe button:focus, .subscriptions-subscribe button:hover {
  color: #184cc5;
}

[dir] .article-subscribe button:active, [dir] .article-subscribe button:focus, [dir] .article-subscribe button:hover, [dir] .btn--default:active, [dir] .btn--default:focus, [dir] .btn--default:hover, [dir] .community-follow button:active, [dir] .community-follow button:focus, [dir] .community-follow button:hover, [dir] .edit-profile-button a:active, [dir] .edit-profile-button a:focus, [dir] .edit-profile-button a:hover, [dir] .lt-profile__buttons a:active, [dir] .lt-profile__buttons a:focus, [dir] .lt-profile__buttons a:hover, [dir] .lt-profile__buttons button:active, [dir] .lt-profile__buttons button:focus, [dir] .lt-profile__buttons button:hover, [dir] .pagination-first-link:active, [dir] .pagination-first-link:focus, [dir] .pagination-first-link:hover, [dir] .pagination-last-link:active, [dir] .pagination-last-link:focus, [dir] .pagination-last-link:hover, [dir] .pagination-next-link:active, [dir] .pagination-next-link:focus, [dir] .pagination-next-link:hover, [dir] .pagination-prev-link:active, [dir] .pagination-prev-link:focus, [dir] .pagination-prev-link:hover, [dir] .requests-table-toolbar .organization-subscribe button:active, [dir] .requests-table-toolbar .organization-subscribe button:focus, [dir] .requests-table-toolbar .organization-subscribe button:hover, [dir] .section-subscribe button:active, [dir] .section-subscribe button:focus, [dir] .section-subscribe button:hover, [dir] .subscriptions-subscribe button:active, [dir] .subscriptions-subscribe button:focus, [dir] .subscriptions-subscribe button:hover {
  background-color: transparent;
  border-color: #184cc5;
}

[dir] .article-subscribe button:active, [dir] .btn--default:active, [dir] .community-follow button:active, [dir] .edit-profile-button a:active, [dir] .lt-profile__buttons a:active, [dir] .lt-profile__buttons button:active, [dir] .pagination-first-link:active, [dir] .pagination-last-link:active, [dir] .pagination-next-link:active, [dir] .pagination-prev-link:active, [dir] .requests-table-toolbar .organization-subscribe button:active, [dir] .section-subscribe button:active, [dir] .subscriptions-subscribe button:active {
  background-image: none;
}

.btn--topbar {
  color: #fff;
}

[dir] .btn--topbar {
  padding: 8px;
  background-color: transparent;
  border-color: #fff;
}

.btn--topbar:active, .btn--topbar:focus, .btn--topbar:hover {
  color: #e0e0e0;
}

[dir] .btn--topbar:active, [dir] .btn--topbar:focus, [dir] .btn--topbar:hover {
  background-color: transparent;
  border-color: #e0e0e0;
}

[dir] .btn--topbar:active {
  background-image: none;
}

.article-vote-controls__item, .btn--primary, .btn-primary, .search-box--with-button input[type=submit] {
  color: #fff;
}

[dir] .article-vote-controls__item, [dir] .btn--primary, [dir] .btn-primary, [dir] .search-box--with-button input[type=submit] {
  background-color: #004CFF;
  border-color: #0044e6;
}

.article-vote-controls__item:active, .article-vote-controls__item:focus, .article-vote-controls__item:hover, .btn--primary:active, .btn--primary:focus, .btn--primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .search-box--with-button input[type=submit]:active, .search-box--with-button input[type=submit]:focus, .search-box--with-button input[type=submit]:hover {
  color: #e0e0e0;
}

[dir] .article-vote-controls__item:active, [dir] .article-vote-controls__item:focus, [dir] .article-vote-controls__item:hover, [dir] .btn--primary:active, [dir] .btn--primary:focus, [dir] .btn--primary:hover, [dir] .btn-primary:active, [dir] .btn-primary:focus, [dir] .btn-primary:hover, [dir] .search-box--with-button input[type=submit]:active, [dir] .search-box--with-button input[type=submit]:focus, [dir] .search-box--with-button input[type=submit]:hover {
  background-color: #003dcc;
  border-color: #0032a8;
}

[dir] .article-vote-controls__item:active, [dir] .btn--primary:active, [dir] .btn-primary:active, [dir] .search-box--with-button input[type=submit]:active {
  background-image: none;
}

.btn--info, .btn-info {
  color: #fff;
}

[dir] .btn--info, [dir] .btn-info {
  background-color: rgba(88, 132, 234, 1);
  border-color: #4173e7;
}

.btn--info:active, .btn--info:focus, .btn--info:hover, .btn-info:active, .btn-info:focus, .btn-info:hover {
  color: #e0e0e0;
}

[dir] .btn--info:active, [dir] .btn--info:focus, [dir] .btn--info:hover, [dir] .btn-info:active, [dir] .btn-info:focus, [dir] .btn-info:hover {
  background-color: #2b63e4;
  border-color: #1a51d1;
}

[dir] .btn--info:active, [dir] .btn-info:active {
  background-image: none;
}

.btn--warning, .btn-warning {
  color: #fff;
}

[dir] .btn--warning, [dir] .btn-warning {
  background-color: #FFAB40;
  border-color: #ffa027;
}

.btn--warning:active, .btn--warning:focus, .btn--warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:hover {
  color: #e0e0e0;
}

[dir] .btn--warning:active, [dir] .btn--warning:focus, [dir] .btn--warning:hover, [dir] .btn-warning:active, [dir] .btn-warning:focus, [dir] .btn-warning:hover {
  background-color: #ff950d;
  border-color: #e88200;
}

[dir] .btn--warning:active, [dir] .btn-warning:active {
  background-image: none;
}

.btn--danger, .btn-danger, .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_bad] {
  color: #fff;
}

[dir] .btn--danger, [dir] .btn-danger, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_bad] {
  background-color: rgba(243, 55, 107, 1);
  border-color: #f21f59;
}

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

[dir] .btn--danger:active, [dir] .btn--danger:focus, [dir] .btn--danger:hover, [dir] .btn-danger:active, [dir] .btn-danger:focus, [dir] .btn-danger:hover, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_bad]:active, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_bad]:focus, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_bad]:hover {
  background-color: #e90e4b;
  border-color: #c70c40;
}

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

#user #user-password #password-submit, .btn--success, .btn-success, .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good], input[type=submit] {
  color: #fff;
}

[dir] #user #user-password #password-submit, [dir] .btn--success, [dir] .btn-success, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good], [dir] input[type=submit] {
  background-color: rgba(25, 204, 163, 1);
  border-color: #16b591;
}

#user #user-password #password-submit:active, #user #user-password #password-submit:focus, #user #user-password #password-submit:hover, .btn--success:active, .btn--success:focus, .btn--success:hover, .btn-success:active, .btn-success:focus, .btn-success:hover, .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good]:active, .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good]:focus, .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover {
  color: #e0e0e0;
}

[dir] #user #user-password #password-submit:active, [dir] #user #user-password #password-submit:focus, [dir] #user #user-password #password-submit:hover, [dir] .btn--success:active, [dir] .btn--success:focus, [dir] .btn--success:hover, [dir] .btn-success:active, [dir] .btn-success:focus, [dir] .btn-success:hover, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good]:active, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good]:focus, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good]:hover, [dir] input[type=submit]:active, [dir] input[type=submit]:focus, [dir] input[type=submit]:hover {
  background-color: #139f7f;
  border-color: #107f65;
}

[dir] #user #user-password #password-submit:active, [dir] .btn--success:active, [dir] .btn-success:active, [dir] .satisfaction-box input[type=radio] ~ label[for=satisfaction_rating_score_good]:active, [dir] input[type=submit]:active {
  background-image: none;
}

.article-subscribe button, .section-subscribe button {
  font-weight: 400;
  color: #ccc;
}

[dir] .article-subscribe button, [dir] .section-subscribe button {
  padding: 8px 30px;
  border-color: #ccc;
}

.start-free-trial {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

[dir] .start-free-trial {
  margin-bottom: calc(16px * 1.5);
}

.see-all-articles {
  color: #004cff;
}

[dir] .see-all-articles {
  padding: 9px 16px;
  border: 2px solid #004cff;
  border-radius: 4px;
}

.see-all-articles:hover {
  color: #0032a8;
}

[dir] .see-all-articles:hover {
  border: 2px solid #0032a8;
}

.lt-badges {
  display: flex;
  justify-content: center;
  align-items: center;
}

[dir] .lt-badges div > button {
  margin: 0 10px;
}

.knoledge-basearticle, .product-documentation {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

[dir] .knoledge-basearticle, [dir] .product-documentation {
  padding: 4px 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

[dir] .knoledge-basearticle {
  background-color: #1bcca3;
}

[dir] .product-documentation {
  background-color: #215a6d;
}

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

.logo img {
  display: block;
  height: 20px;
}

[dir=ltr] .row {
  margin-right: -16px;
  margin-left: -16px;
}

[dir=rtl] .row {
  margin-right: -16px;
  margin-left: -16px;
}

.column {
  position: relative;
  width: 100%;
  min-height: 1px;
}

[dir=ltr] .column {
  padding-right: 16px;
  padding-left: 16px;
}

[dir=rtl] .column {
  padding-right: 16px;
  padding-left: 16px;
}

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

[dir=ltr] .column--xs-pull-0 {
  right: auto;
}

[dir=rtl] .column--xs-pull-0 {
  left: auto;
}

[dir=ltr] .column--xs-pull-1 {
  right: 8.33333%;
}

[dir=rtl] .column--xs-pull-1 {
  left: 8.33333%;
}

[dir=ltr] .column--xs-pull-2 {
  right: 16.66667%;
}

[dir=rtl] .column--xs-pull-2 {
  left: 16.66667%;
}

[dir=ltr] .column--xs-pull-3 {
  right: 25%;
}

[dir=rtl] .column--xs-pull-3 {
  left: 25%;
}

[dir=ltr] .column--xs-pull-4 {
  right: 33.33333%;
}

[dir=rtl] .column--xs-pull-4 {
  left: 33.33333%;
}

[dir=ltr] .column--xs-pull-5 {
  right: 41.66667%;
}

[dir=rtl] .column--xs-pull-5 {
  left: 41.66667%;
}

[dir=ltr] .column--xs-pull-6 {
  right: 50%;
}

[dir=rtl] .column--xs-pull-6 {
  left: 50%;
}

[dir=ltr] .column--xs-pull-7 {
  right: 58.33333%;
}

[dir=rtl] .column--xs-pull-7 {
  left: 58.33333%;
}

[dir=ltr] .column--xs-pull-8 {
  right: 66.66667%;
}

[dir=rtl] .column--xs-pull-8 {
  left: 66.66667%;
}

[dir=ltr] .column--xs-pull-9 {
  right: 75%;
}

[dir=rtl] .column--xs-pull-9 {
  left: 75%;
}

[dir=ltr] .column--xs-pull-10 {
  right: 83.33333%;
}

[dir=rtl] .column--xs-pull-10 {
  left: 83.33333%;
}

[dir=ltr] .column--xs-pull-11 {
  right: 91.66667%;
}

[dir=rtl] .column--xs-pull-11 {
  left: 91.66667%;
}

[dir=ltr] .column--xs-pull-12 {
  right: 100%;
}

[dir=rtl] .column--xs-pull-12 {
  left: 100%;
}

[dir=ltr] .column--xs-push-0 {
  left: auto;
}

[dir=rtl] .column--xs-push-0 {
  right: auto;
}

[dir=ltr] .column--xs-push-1 {
  left: 8.33333%;
}

[dir=rtl] .column--xs-push-1 {
  right: 8.33333%;
}

[dir=ltr] .column--xs-push-2 {
  left: 16.66667%;
}

[dir=rtl] .column--xs-push-2 {
  right: 16.66667%;
}

[dir=ltr] .column--xs-push-3 {
  left: 25%;
}

[dir=rtl] .column--xs-push-3 {
  right: 25%;
}

[dir=ltr] .column--xs-push-4 {
  left: 33.33333%;
}

[dir=rtl] .column--xs-push-4 {
  right: 33.33333%;
}

[dir=ltr] .column--xs-push-5 {
  left: 41.66667%;
}

[dir=rtl] .column--xs-push-5 {
  right: 41.66667%;
}

[dir=ltr] .column--xs-push-6 {
  left: 50%;
}

[dir=rtl] .column--xs-push-6 {
  right: 50%;
}

[dir=ltr] .column--xs-push-7 {
  left: 58.33333%;
}

[dir=rtl] .column--xs-push-7 {
  right: 58.33333%;
}

[dir=ltr] .column--xs-push-8 {
  left: 66.66667%;
}

[dir=rtl] .column--xs-push-8 {
  right: 66.66667%;
}

[dir=ltr] .column--xs-push-9 {
  left: 75%;
}

[dir=rtl] .column--xs-push-9 {
  right: 75%;
}

[dir=ltr] .column--xs-push-10 {
  left: 83.33333%;
}

[dir=rtl] .column--xs-push-10 {
  right: 83.33333%;
}

[dir=ltr] .column--xs-push-11 {
  left: 91.66667%;
}

[dir=rtl] .column--xs-push-11 {
  right: 91.66667%;
}

[dir=ltr] .column--xs-push-12 {
  left: 100%;
}

[dir=rtl] .column--xs-push-12 {
  right: 100%;
}

[dir=ltr] .column--xs-offset-0 {
  margin-left: 0;
}

[dir=rtl] .column--xs-offset-0 {
  margin-right: 0;
}

[dir=ltr] .column--xs-offset-1 {
  margin-left: 8.33333%;
}

[dir=rtl] .column--xs-offset-1 {
  margin-right: 8.33333%;
}

[dir=ltr] .column--xs-offset-2 {
  margin-left: 16.66667%;
}

[dir=rtl] .column--xs-offset-2 {
  margin-right: 16.66667%;
}

[dir=ltr] .column--xs-offset-3 {
  margin-left: 25%;
}

[dir=rtl] .column--xs-offset-3 {
  margin-right: 25%;
}

[dir=ltr] .column--xs-offset-4 {
  margin-left: 33.33333%;
}

[dir=rtl] .column--xs-offset-4 {
  margin-right: 33.33333%;
}

[dir=ltr] .column--xs-offset-5 {
  margin-left: 41.66667%;
}

[dir=rtl] .column--xs-offset-5 {
  margin-right: 41.66667%;
}

[dir=ltr] .column--xs-offset-6 {
  margin-left: 50%;
}

[dir=rtl] .column--xs-offset-6 {
  margin-right: 50%;
}

[dir=ltr] .column--xs-offset-7 {
  margin-left: 58.33333%;
}

[dir=rtl] .column--xs-offset-7 {
  margin-right: 58.33333%;
}

[dir=ltr] .column--xs-offset-8 {
  margin-left: 66.66667%;
}

[dir=rtl] .column--xs-offset-8 {
  margin-right: 66.66667%;
}

[dir=ltr] .column--xs-offset-9 {
  margin-left: 75%;
}

[dir=rtl] .column--xs-offset-9 {
  margin-right: 75%;
}

[dir=ltr] .column--xs-offset-10 {
  margin-left: 83.33333%;
}

[dir=rtl] .column--xs-offset-10 {
  margin-right: 83.33333%;
}

[dir=ltr] .column--xs-offset-11 {
  margin-left: 91.66667%;
}

[dir=rtl] .column--xs-offset-11 {
  margin-right: 91.66667%;
}

[dir=ltr] .column--xs-offset-12 {
  margin-left: 100%;
}

[dir=rtl] .column--xs-offset-12 {
  margin-right: 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%;
  }
  [dir=ltr] .column--sm-pull-0 {
    right: auto;
  }
  [dir=rtl] .column--sm-pull-0 {
    left: auto;
  }
  [dir=ltr] .column--sm-pull-1 {
    right: 8.33333%;
  }
  [dir=rtl] .column--sm-pull-1 {
    left: 8.33333%;
  }
  [dir=ltr] .column--sm-pull-2 {
    right: 16.66667%;
  }
  [dir=rtl] .column--sm-pull-2 {
    left: 16.66667%;
  }
  [dir=ltr] .column--sm-pull-3 {
    right: 25%;
  }
  [dir=rtl] .column--sm-pull-3 {
    left: 25%;
  }
  [dir=ltr] .column--sm-pull-4 {
    right: 33.33333%;
  }
  [dir=rtl] .column--sm-pull-4 {
    left: 33.33333%;
  }
  [dir=ltr] .column--sm-pull-5 {
    right: 41.66667%;
  }
  [dir=rtl] .column--sm-pull-5 {
    left: 41.66667%;
  }
  [dir=ltr] .column--sm-pull-6 {
    right: 50%;
  }
  [dir=rtl] .column--sm-pull-6 {
    left: 50%;
  }
  [dir=ltr] .column--sm-pull-7 {
    right: 58.33333%;
  }
  [dir=rtl] .column--sm-pull-7 {
    left: 58.33333%;
  }
  [dir=ltr] .column--sm-pull-8 {
    right: 66.66667%;
  }
  [dir=rtl] .column--sm-pull-8 {
    left: 66.66667%;
  }
  [dir=ltr] .column--sm-pull-9 {
    right: 75%;
  }
  [dir=rtl] .column--sm-pull-9 {
    left: 75%;
  }
  [dir=ltr] .column--sm-pull-10 {
    right: 83.33333%;
  }
  [dir=rtl] .column--sm-pull-10 {
    left: 83.33333%;
  }
  [dir=ltr] .column--sm-pull-11 {
    right: 91.66667%;
  }
  [dir=rtl] .column--sm-pull-11 {
    left: 91.66667%;
  }
  [dir=ltr] .column--sm-pull-12 {
    right: 100%;
  }
  [dir=rtl] .column--sm-pull-12 {
    left: 100%;
  }
  [dir=ltr] .column--sm-push-0 {
    left: auto;
  }
  [dir=rtl] .column--sm-push-0 {
    right: auto;
  }
  [dir=ltr] .column--sm-push-1 {
    left: 8.33333%;
  }
  [dir=rtl] .column--sm-push-1 {
    right: 8.33333%;
  }
  [dir=ltr] .column--sm-push-2 {
    left: 16.66667%;
  }
  [dir=rtl] .column--sm-push-2 {
    right: 16.66667%;
  }
  [dir=ltr] .column--sm-push-3 {
    left: 25%;
  }
  [dir=rtl] .column--sm-push-3 {
    right: 25%;
  }
  [dir=ltr] .column--sm-push-4 {
    left: 33.33333%;
  }
  [dir=rtl] .column--sm-push-4 {
    right: 33.33333%;
  }
  [dir=ltr] .column--sm-push-5 {
    left: 41.66667%;
  }
  [dir=rtl] .column--sm-push-5 {
    right: 41.66667%;
  }
  [dir=ltr] .column--sm-push-6 {
    left: 50%;
  }
  [dir=rtl] .column--sm-push-6 {
    right: 50%;
  }
  [dir=ltr] .column--sm-push-7 {
    left: 58.33333%;
  }
  [dir=rtl] .column--sm-push-7 {
    right: 58.33333%;
  }
  [dir=ltr] .column--sm-push-8 {
    left: 66.66667%;
  }
  [dir=rtl] .column--sm-push-8 {
    right: 66.66667%;
  }
  [dir=ltr] .column--sm-push-9 {
    left: 75%;
  }
  [dir=rtl] .column--sm-push-9 {
    right: 75%;
  }
  [dir=ltr] .column--sm-push-10 {
    left: 83.33333%;
  }
  [dir=rtl] .column--sm-push-10 {
    right: 83.33333%;
  }
  [dir=ltr] .column--sm-push-11 {
    left: 91.66667%;
  }
  [dir=rtl] .column--sm-push-11 {
    right: 91.66667%;
  }
  [dir=ltr] .column--sm-push-12 {
    left: 100%;
  }
  [dir=rtl] .column--sm-push-12 {
    right: 100%;
  }
  [dir=ltr] .column--sm-offset-0 {
    margin-left: 0;
  }
  [dir=rtl] .column--sm-offset-0 {
    margin-right: 0;
  }
  [dir=ltr] .column--sm-offset-1 {
    margin-left: 8.33333%;
  }
  [dir=rtl] .column--sm-offset-1 {
    margin-right: 8.33333%;
  }
  [dir=ltr] .column--sm-offset-2 {
    margin-left: 16.66667%;
  }
  [dir=rtl] .column--sm-offset-2 {
    margin-right: 16.66667%;
  }
  [dir=ltr] .column--sm-offset-3 {
    margin-left: 25%;
  }
  [dir=rtl] .column--sm-offset-3 {
    margin-right: 25%;
  }
  [dir=ltr] .column--sm-offset-4 {
    margin-left: 33.33333%;
  }
  [dir=rtl] .column--sm-offset-4 {
    margin-right: 33.33333%;
  }
  [dir=ltr] .column--sm-offset-5 {
    margin-left: 41.66667%;
  }
  [dir=rtl] .column--sm-offset-5 {
    margin-right: 41.66667%;
  }
  [dir=ltr] .column--sm-offset-6 {
    margin-left: 50%;
  }
  [dir=rtl] .column--sm-offset-6 {
    margin-right: 50%;
  }
  [dir=ltr] .column--sm-offset-7 {
    margin-left: 58.33333%;
  }
  [dir=rtl] .column--sm-offset-7 {
    margin-right: 58.33333%;
  }
  [dir=ltr] .column--sm-offset-8 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .column--sm-offset-8 {
    margin-right: 66.66667%;
  }
  [dir=ltr] .column--sm-offset-9 {
    margin-left: 75%;
  }
  [dir=rtl] .column--sm-offset-9 {
    margin-right: 75%;
  }
  [dir=ltr] .column--sm-offset-10 {
    margin-left: 83.33333%;
  }
  [dir=rtl] .column--sm-offset-10 {
    margin-right: 83.33333%;
  }
  [dir=ltr] .column--sm-offset-11 {
    margin-left: 91.66667%;
  }
  [dir=rtl] .column--sm-offset-11 {
    margin-right: 91.66667%;
  }
  [dir=ltr] .column--sm-offset-12 {
    margin-left: 100%;
  }
  [dir=rtl] .column--sm-offset-12 {
    margin-right: 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%;
  }
  [dir=ltr] .column--md-pull-0 {
    right: auto;
  }
  [dir=rtl] .column--md-pull-0 {
    left: auto;
  }
  [dir=ltr] .column--md-pull-1 {
    right: 8.33333%;
  }
  [dir=rtl] .column--md-pull-1 {
    left: 8.33333%;
  }
  [dir=ltr] .column--md-pull-2 {
    right: 16.66667%;
  }
  [dir=rtl] .column--md-pull-2 {
    left: 16.66667%;
  }
  [dir=ltr] .column--md-pull-3 {
    right: 25%;
  }
  [dir=rtl] .column--md-pull-3 {
    left: 25%;
  }
  [dir=ltr] .column--md-pull-4 {
    right: 33.33333%;
  }
  [dir=rtl] .column--md-pull-4 {
    left: 33.33333%;
  }
  [dir=ltr] .column--md-pull-5 {
    right: 41.66667%;
  }
  [dir=rtl] .column--md-pull-5 {
    left: 41.66667%;
  }
  [dir=ltr] .column--md-pull-6 {
    right: 50%;
  }
  [dir=rtl] .column--md-pull-6 {
    left: 50%;
  }
  [dir=ltr] .column--md-pull-7 {
    right: 58.33333%;
  }
  [dir=rtl] .column--md-pull-7 {
    left: 58.33333%;
  }
  [dir=ltr] .column--md-pull-8 {
    right: 66.66667%;
  }
  [dir=rtl] .column--md-pull-8 {
    left: 66.66667%;
  }
  [dir=ltr] .column--md-pull-9 {
    right: 75%;
  }
  [dir=rtl] .column--md-pull-9 {
    left: 75%;
  }
  [dir=ltr] .column--md-pull-10 {
    right: 83.33333%;
  }
  [dir=rtl] .column--md-pull-10 {
    left: 83.33333%;
  }
  [dir=ltr] .column--md-pull-11 {
    right: 91.66667%;
  }
  [dir=rtl] .column--md-pull-11 {
    left: 91.66667%;
  }
  [dir=ltr] .column--md-pull-12 {
    right: 100%;
  }
  [dir=rtl] .column--md-pull-12 {
    left: 100%;
  }
  [dir=ltr] .column--md-push-0 {
    left: auto;
  }
  [dir=rtl] .column--md-push-0 {
    right: auto;
  }
  [dir=ltr] .column--md-push-1 {
    left: 8.33333%;
  }
  [dir=rtl] .column--md-push-1 {
    right: 8.33333%;
  }
  [dir=ltr] .column--md-push-2 {
    left: 16.66667%;
  }
  [dir=rtl] .column--md-push-2 {
    right: 16.66667%;
  }
  [dir=ltr] .column--md-push-3 {
    left: 25%;
  }
  [dir=rtl] .column--md-push-3 {
    right: 25%;
  }
  [dir=ltr] .column--md-push-4 {
    left: 33.33333%;
  }
  [dir=rtl] .column--md-push-4 {
    right: 33.33333%;
  }
  [dir=ltr] .column--md-push-5 {
    left: 41.66667%;
  }
  [dir=rtl] .column--md-push-5 {
    right: 41.66667%;
  }
  [dir=ltr] .column--md-push-6 {
    left: 50%;
  }
  [dir=rtl] .column--md-push-6 {
    right: 50%;
  }
  [dir=ltr] .column--md-push-7 {
    left: 58.33333%;
  }
  [dir=rtl] .column--md-push-7 {
    right: 58.33333%;
  }
  [dir=ltr] .column--md-push-8 {
    left: 66.66667%;
  }
  [dir=rtl] .column--md-push-8 {
    right: 66.66667%;
  }
  [dir=ltr] .column--md-push-9 {
    left: 75%;
  }
  [dir=rtl] .column--md-push-9 {
    right: 75%;
  }
  [dir=ltr] .column--md-push-10 {
    left: 83.33333%;
  }
  [dir=rtl] .column--md-push-10 {
    right: 83.33333%;
  }
  [dir=ltr] .column--md-push-11 {
    left: 91.66667%;
  }
  [dir=rtl] .column--md-push-11 {
    right: 91.66667%;
  }
  [dir=ltr] .column--md-push-12 {
    left: 100%;
  }
  [dir=rtl] .column--md-push-12 {
    right: 100%;
  }
  [dir=ltr] .column--md-offset-0 {
    margin-left: 0;
  }
  [dir=rtl] .column--md-offset-0 {
    margin-right: 0;
  }
  [dir=ltr] .column--md-offset-1 {
    margin-left: 8.33333%;
  }
  [dir=rtl] .column--md-offset-1 {
    margin-right: 8.33333%;
  }
  [dir=ltr] .column--md-offset-2 {
    margin-left: 16.66667%;
  }
  [dir=rtl] .column--md-offset-2 {
    margin-right: 16.66667%;
  }
  [dir=ltr] .column--md-offset-3 {
    margin-left: 25%;
  }
  [dir=rtl] .column--md-offset-3 {
    margin-right: 25%;
  }
  [dir=ltr] .column--md-offset-4 {
    margin-left: 33.33333%;
  }
  [dir=rtl] .column--md-offset-4 {
    margin-right: 33.33333%;
  }
  [dir=ltr] .column--md-offset-5 {
    margin-left: 41.66667%;
  }
  [dir=rtl] .column--md-offset-5 {
    margin-right: 41.66667%;
  }
  [dir=ltr] .column--md-offset-6 {
    margin-left: 50%;
  }
  [dir=rtl] .column--md-offset-6 {
    margin-right: 50%;
  }
  [dir=ltr] .column--md-offset-7 {
    margin-left: 58.33333%;
  }
  [dir=rtl] .column--md-offset-7 {
    margin-right: 58.33333%;
  }
  [dir=ltr] .column--md-offset-8 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .column--md-offset-8 {
    margin-right: 66.66667%;
  }
  [dir=ltr] .column--md-offset-9 {
    margin-left: 75%;
  }
  [dir=rtl] .column--md-offset-9 {
    margin-right: 75%;
  }
  [dir=ltr] .column--md-offset-10 {
    margin-left: 83.33333%;
  }
  [dir=rtl] .column--md-offset-10 {
    margin-right: 83.33333%;
  }
  [dir=ltr] .column--md-offset-11 {
    margin-left: 91.66667%;
  }
  [dir=rtl] .column--md-offset-11 {
    margin-right: 91.66667%;
  }
  [dir=ltr] .column--md-offset-12 {
    margin-left: 100%;
  }
  [dir=rtl] .column--md-offset-12 {
    margin-right: 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%;
  }
  [dir=ltr] .column--lg-pull-0 {
    right: auto;
  }
  [dir=rtl] .column--lg-pull-0 {
    left: auto;
  }
  [dir=ltr] .column--lg-pull-1 {
    right: 8.33333%;
  }
  [dir=rtl] .column--lg-pull-1 {
    left: 8.33333%;
  }
  [dir=ltr] .column--lg-pull-2 {
    right: 16.66667%;
  }
  [dir=rtl] .column--lg-pull-2 {
    left: 16.66667%;
  }
  [dir=ltr] .column--lg-pull-3 {
    right: 25%;
  }
  [dir=rtl] .column--lg-pull-3 {
    left: 25%;
  }
  [dir=ltr] .column--lg-pull-4 {
    right: 33.33333%;
  }
  [dir=rtl] .column--lg-pull-4 {
    left: 33.33333%;
  }
  [dir=ltr] .column--lg-pull-5 {
    right: 41.66667%;
  }
  [dir=rtl] .column--lg-pull-5 {
    left: 41.66667%;
  }
  [dir=ltr] .column--lg-pull-6 {
    right: 50%;
  }
  [dir=rtl] .column--lg-pull-6 {
    left: 50%;
  }
  [dir=ltr] .column--lg-pull-7 {
    right: 58.33333%;
  }
  [dir=rtl] .column--lg-pull-7 {
    left: 58.33333%;
  }
  [dir=ltr] .column--lg-pull-8 {
    right: 66.66667%;
  }
  [dir=rtl] .column--lg-pull-8 {
    left: 66.66667%;
  }
  [dir=ltr] .column--lg-pull-9 {
    right: 75%;
  }
  [dir=rtl] .column--lg-pull-9 {
    left: 75%;
  }
  [dir=ltr] .column--lg-pull-10 {
    right: 83.33333%;
  }
  [dir=rtl] .column--lg-pull-10 {
    left: 83.33333%;
  }
  [dir=ltr] .column--lg-pull-11 {
    right: 91.66667%;
  }
  [dir=rtl] .column--lg-pull-11 {
    left: 91.66667%;
  }
  [dir=ltr] .column--lg-pull-12 {
    right: 100%;
  }
  [dir=rtl] .column--lg-pull-12 {
    left: 100%;
  }
  [dir=ltr] .column--lg-push-0 {
    left: auto;
  }
  [dir=rtl] .column--lg-push-0 {
    right: auto;
  }
  [dir=ltr] .column--lg-push-1 {
    left: 8.33333%;
  }
  [dir=rtl] .column--lg-push-1 {
    right: 8.33333%;
  }
  [dir=ltr] .column--lg-push-2 {
    left: 16.66667%;
  }
  [dir=rtl] .column--lg-push-2 {
    right: 16.66667%;
  }
  [dir=ltr] .column--lg-push-3 {
    left: 25%;
  }
  [dir=rtl] .column--lg-push-3 {
    right: 25%;
  }
  [dir=ltr] .column--lg-push-4 {
    left: 33.33333%;
  }
  [dir=rtl] .column--lg-push-4 {
    right: 33.33333%;
  }
  [dir=ltr] .column--lg-push-5 {
    left: 41.66667%;
  }
  [dir=rtl] .column--lg-push-5 {
    right: 41.66667%;
  }
  [dir=ltr] .column--lg-push-6 {
    left: 50%;
  }
  [dir=rtl] .column--lg-push-6 {
    right: 50%;
  }
  [dir=ltr] .column--lg-push-7 {
    left: 58.33333%;
  }
  [dir=rtl] .column--lg-push-7 {
    right: 58.33333%;
  }
  [dir=ltr] .column--lg-push-8 {
    left: 66.66667%;
  }
  [dir=rtl] .column--lg-push-8 {
    right: 66.66667%;
  }
  [dir=ltr] .column--lg-push-9 {
    left: 75%;
  }
  [dir=rtl] .column--lg-push-9 {
    right: 75%;
  }
  [dir=ltr] .column--lg-push-10 {
    left: 83.33333%;
  }
  [dir=rtl] .column--lg-push-10 {
    right: 83.33333%;
  }
  [dir=ltr] .column--lg-push-11 {
    left: 91.66667%;
  }
  [dir=rtl] .column--lg-push-11 {
    right: 91.66667%;
  }
  [dir=ltr] .column--lg-push-12 {
    left: 100%;
  }
  [dir=rtl] .column--lg-push-12 {
    right: 100%;
  }
  [dir=ltr] .column--lg-offset-0 {
    margin-left: 0;
  }
  [dir=rtl] .column--lg-offset-0 {
    margin-right: 0;
  }
  [dir=ltr] .column--lg-offset-1 {
    margin-left: 8.33333%;
  }
  [dir=rtl] .column--lg-offset-1 {
    margin-right: 8.33333%;
  }
  [dir=ltr] .column--lg-offset-2 {
    margin-left: 16.66667%;
  }
  [dir=rtl] .column--lg-offset-2 {
    margin-right: 16.66667%;
  }
  [dir=ltr] .column--lg-offset-3 {
    margin-left: 25%;
  }
  [dir=rtl] .column--lg-offset-3 {
    margin-right: 25%;
  }
  [dir=ltr] .column--lg-offset-4 {
    margin-left: 33.33333%;
  }
  [dir=rtl] .column--lg-offset-4 {
    margin-right: 33.33333%;
  }
  [dir=ltr] .column--lg-offset-5 {
    margin-left: 41.66667%;
  }
  [dir=rtl] .column--lg-offset-5 {
    margin-right: 41.66667%;
  }
  [dir=ltr] .column--lg-offset-6 {
    margin-left: 50%;
  }
  [dir=rtl] .column--lg-offset-6 {
    margin-right: 50%;
  }
  [dir=ltr] .column--lg-offset-7 {
    margin-left: 58.33333%;
  }
  [dir=rtl] .column--lg-offset-7 {
    margin-right: 58.33333%;
  }
  [dir=ltr] .column--lg-offset-8 {
    margin-left: 66.66667%;
  }
  [dir=rtl] .column--lg-offset-8 {
    margin-right: 66.66667%;
  }
  [dir=ltr] .column--lg-offset-9 {
    margin-left: 75%;
  }
  [dir=rtl] .column--lg-offset-9 {
    margin-right: 75%;
  }
  [dir=ltr] .column--lg-offset-10 {
    margin-left: 83.33333%;
  }
  [dir=rtl] .column--lg-offset-10 {
    margin-right: 83.33333%;
  }
  [dir=ltr] .column--lg-offset-11 {
    margin-left: 91.66667%;
  }
  [dir=rtl] .column--lg-offset-11 {
    margin-right: 91.66667%;
  }
  [dir=ltr] .column--lg-offset-12 {
    margin-left: 100%;
  }
  [dir=rtl] .column--lg-offset-12 {
    margin-right: 100%;
  }
}
.topbar {
  position: relative;
  z-index: 10;
  color: #fff;
}

[dir] .topbar {
  background-color: #004CFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar__inner {
  width: 100%;
}

[dir=ltr] .topbar__inner {
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .topbar__inner {
  margin-right: auto;
  margin-left: auto;
}

.topbar__col {
  position: relative;
}

[dir] .topbar__col {
  padding: 20px 0;
}

.topbar__controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .topbar__controls {
    flex-direction: row;
    align-items: center;
  }
  [dir=ltr] .topbar__controls {
    float: right;
  }
  [dir=rtl] .topbar__controls {
    float: left;
  }
}
@media (max-width: 767px) {
  [dir] .topbar__controls > * + * {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .topbar__controls > * + * {
    margin-left: 16px;
  }
  [dir=rtl] .topbar__controls > * + * {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .topbar__controls > * {
    display: block;
  }
  [dir] .topbar__controls > * {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}
@media (min-width: 768px) {
  .topbar__controls > * {
    display: inline-block;
    vertical-align: middle;
  }
  [dir=ltr] .topbar__controls > * {
    margin-left: 10px;
  }
  [dir=rtl] .topbar__controls > * {
    margin-right: 10px;
  }
}
.topbar__menu.is-opened {
  display: block;
}

@media (max-width: 767px) {
  .topbar__menu {
    display: none;
  }
  [dir] .topbar__menu {
    padding-top: 0;
  }
}
.topbar a:not([role=button]) {
  color: #fff;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .topbar__head {
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .topbar__button {
    display: table-cell;
    vertical-align: middle;
  }
  [dir=ltr] .topbar__button {
    text-align: right;
  }
  [dir=rtl] .topbar__button {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .topbar .btn.with-image.dropdown-toggle:hover, .topbar a:not([role=button]):not([role=menuitem]):hover {
    color: #e0e0e0;
  }
  .topbar__inner {
    display: table;
  }
  .topbar__col {
    display: table-cell;
    vertical-align: middle;
  }
  [dir=ltr] .topbar__controls {
    float: right;
  }
  [dir=rtl] .topbar__controls {
    float: left;
  }
  .topbar__menu {
    display: table-cell !important;
  }
}
.topbar-link {
  font-weight: 700;
  color: #fff;
}

.topbar .language-selector .dropdown-toggle {
  font-weight: 700;
}

@media (max-width: 767px) {
  .topbar .language-selector .dropdown-menu {
    position: static;
  }
  [dir] .topbar .language-selector .dropdown-menu {
    margin: 0;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
  }
  [dir=ltr] .topbar .language-selector .dropdown-menu [role=menuitem] {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .topbar .language-selector .dropdown-menu [role=menuitem] {
    padding-right: 0;
    padding-left: 0;
  }
}
.topbar .logo a {
  display: block;
}

[data-alerts-box] {
  position: relative;
  z-index: 2;
}

[dir] .alert__icon--close {
  background-image: url(https://lotus-studio.s3.us-west-2.amazonaws.com/activecampaign/cancel.svg) !important;
}

.header {
  position: relative;
  font-size: 16px;
  color: #fff;
}

[dir] .header {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  [dir] .header {
    margin-bottom: calc(16px * 1.5 * 3);
  }
}
.header:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  opacity: 1;
}

[dir] .header:before {
  background-color: #0e1c38;
}

[dir=ltr] .header:before {
  right: 0;
  left: 0;
}

[dir=rtl] .header:before {
  right: 0;
  left: 0;
}

.header .container-inner {
  position: relative;
  z-index: 1;
}

.header a {
  color: #fff;
}

.header a:hover {
  color: #f2f2f2;
}

.header a[role=button] {
  color: #fff;
}

.header a[role=button]:hover {
  color: #f2f2f2;
}

.release-block {
  position: relative;
  z-index: 1;
}

[dir] .release-block {
  background-color: #e7eeff !important;
}

.release-block__text {
  font-size: 16px;
  color: #1f2129;
}

[dir] .release-block__text {
  padding: 16px;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .release-block__text {
    font-size: 18px;
  }
}
.release-block__text a {
  color: #004cff;
}

.release-block__text a:hover {
  color: #0032a8;
}

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

.dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
  outline: 0 !important;
}

[dir] .dropdown-toggle {
  text-align: initial;
  cursor: pointer;
}

.dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: calc(16px - 4px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: inherit;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=ltr] .dropdown-toggle:after {
  margin-left: 8px;
}

[dir=rtl] .dropdown-toggle:after {
  margin-right: 8px;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 170px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

[dir] .dropdown-menu {
  padding: 10px 0;
  margin-top: 1px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

[dir=ltr] .dropdown-menu {
  left: 0;
  text-align: left;
}

[dir=rtl] .dropdown-menu {
  right: 0;
  text-align: right;
}

[dir=rtl] .dropdown-menu {
  text-align: right;
}

.dropdown-menu a {
  color: #333 !important;
}

.dropdown-menu[aria-expanded=true] {
  display: block;
}

.dropdown-menu [role=separator] {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #969696;
}

[dir] .dropdown-menu [role=separator] {
  padding: 5px 0;
  margin: 5px 20px 10px;
  border-bottom: 1px solid #d8d8d8;
}

.dropdown-menu [role=menuitem] {
  display: block;
  width: 100%;
  line-height: inherit;
  color: #333;
  white-space: nowrap;
  -webkit-appearance: none;
}

[dir] .dropdown-menu [role=menuitem] {
  text-align: start;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

[dir=ltr] .dropdown-menu [role=menuitem] {
  padding: 7px 40px 7px 20px;
}

[dir=rtl] .dropdown-menu [role=menuitem] {
  padding: 7px 20px 7px 40px;
}

[dir=rtl] .dropdown-menu [role=menuitem] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role=menuitem]:focus, .dropdown-menu [role=menuitem]:hover {
  color: #333;
  text-decoration: none;
}

[dir] .dropdown-menu [role=menuitem]:focus, [dir] .dropdown-menu [role=menuitem]:hover {
  background: #f3f3f3;
}

[dir] .dropdown-menu [role=menuitem][aria-selected=true] {
  cursor: default;
}

.dropdown-menu [role=menuitem][aria-selected=true]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
}

[dir] .dropdown-menu [role=menuitem][aria-selected=true]:after {
  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] .dropdown-menu [role=menuitem][aria-selected=true]:after {
  margin-left: 10px;
}

[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]:after {
  margin-right: 10px;
}

[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.dropdown-menu [role=menuitem][aria-hidden=true], .dropdown-menu [role=menuitem][hidden] {
  display: none;
}

[dir=ltr] .dropdown-menu-end {
  right: 0;
  left: auto;
}

[dir=rtl] .dropdown-menu-end {
  right: auto;
  left: 0;
}

.dropdown-menu-top {
  bottom: 100%;
}

[dir] .dropdown-menu-top {
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

[dir=rtl] .dropdown-menu-end {
  right: auto;
  left: 0;
}

.dropdown-toggle--user {
  font-size: calc(16px - 5px);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}

[dir] .dropdown-toggle--user {
  padding: 0;
  border: 0;
}

#user .dropdown-toggle {
  color: inherit;
}

[dir] #user .dropdown-toggle {
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  #user .dropdown-toggle:after {
    display: none;
  }
}
[dir] #user #user-dropdown {
  background: #fff;
}

@media (max-width: 767px) {
  #user #user-dropdown {
    position: static;
    display: block !important;
  }
  [dir] #user #user-dropdown {
    background: 0 0;
    box-shadow: none;
  }
  #user #user-dropdown:after, #user #user-dropdown:before {
    display: none;
  }
}
@media (max-width: 767px) {
  [dir=ltr] #user #user-dropdown [role=menuitem] {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] #user #user-dropdown [role=menuitem] {
    padding-right: 0;
    padding-left: 0;
  }
  [dir] #user #user-dropdown [role=menuitem]:hover {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  #user-menu [role=separator] {
    display: none;
  }
}
#user-name {
  font-size: calc(16px - 2px);
  font-weight: 700;
}

[dir] #user #user-password #password-form {
  padding: 0 16px 16px;
}

#user #user-password #password-form, #user #user-password #password-form label, #user #user-password #password-form ul {
  font-size: 16px;
}

[dir] #user #user-password #password-form ul li {
  margin-bottom: 0;
}

[dir] #user #user-password #password-submit {
  float: none !important;
  margin: 0 !important;
}

[dir] #user #user-profile {
  padding: 0 0 16px;
}

#user #user-profile dt {
  font-size: 16px;
  opacity: 1;
}

[dir=ltr] #user #user-profile dt {
  padding: 4px 0 0 16px;
  text-align: left;
}

[dir=rtl] #user #user-profile dt {
  padding: 4px 16px 0 0;
  text-align: right;
}

#user #user-profile label {
  font-weight: 400;
}

[dir] #user #user-profile label {
  margin-bottom: 0;
}

[dir] #user #user-profile dd {
  padding: 2px;
}

[dir=ltr] #user #user-profile dd {
  margin-left: 105px;
}

[dir=rtl] #user #user-profile dd {
  margin-right: 105px;
}

#user #profile-photo-wrapper {
  width: 20px;
  height: 20px;
}

[dir] #user #profile-photo-wrapper {
  border-radius: 2px;
}

#user #profile-photo img {
  max-height: 20px;
}

[dir] #user-password [role=separator], [dir] #user-profile [role=separator] {
  padding: 8px 16px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  #user-password {
    min-width: 1px !important;
  }
  [dir] #user-password {
    background-color: #fff;
    border: 1px solid #edf0f7;
    border-radius: 4px;
  }
  #user-profile {
    min-width: 1px !important;
  }
  [dir] #user-profile {
    background-color: #fff;
    border: 1px solid #edf0f7;
    border-radius: 4px;
  }
}
.search input[type=submit] {
  display: none;
}

.search-box {
  position: relative;
}

[dir] .search-box {
  background-color: transparent;
  border: none;
  border-radius: none;
}

.search-box--without-button {
  max-width: 800px;
}

[dir] .search-box--without-button {
  padding-top: 40px;
  padding-bottom: 10%;
  margin: 0 auto;
}

[dir=ltr] .search-box--without-button {
  padding-right: 16px;
  padding-left: 16px;
}

[dir=rtl] .search-box--without-button {
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 768px) {
  [dir] .search-box--without-button {
    padding-top: 5%;
  }
}
.search-box--without-button .search:before {
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #2b3d4e;
  content: "\f002";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir] .search-box--without-button .search:before {
  margin-top: -10px;
}

[dir=ltr] .search-box--without-button .search:before {
  left: 20px;
  padding-right: 16px;
  border-right: 1px solid #edf0f7;
}

[dir=rtl] .search-box--without-button .search:before {
  right: 20px;
  padding-left: 16px;
  border-left: 1px solid #edf0f7;
}

.search-box--without-button .search {
  position: relative;
}

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

.search-box--without-button #query {
  font-size: 16px;
  color: #333;
  transition: all 0.6s ease;
}

[dir] .search-box--without-button #query {
  border: none;
  border-radius: 4px;
}

[dir=ltr] .search-box--without-button #query {
  padding-right: 55px;
  padding-left: 71px;
}

[dir=rtl] .search-box--without-button #query {
  padding-right: 71px;
  padding-left: 55px;
}

.search-box--without-button #query::-moz-placeholder {
  color: #a5a1a1;
  opacity: 1;
}

.search-box--without-button #query:-ms-input-placeholder {
  color: #a5a1a1;
}

.search-box--without-button #query::-webkit-input-placeholder {
  color: #a5a1a1;
}

@media (min-width: 768px) {
  .search-box--without-button #query {
    height: 60px;
  }
}
[dir] .search-box--without-button #query:focus {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  [dir] .search-box-small {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 768px) {
  [dir] .block-list {
    margin-bottom: calc(16px * 1.5);
  }
}
.block-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

[dir] .block-item {
  margin-bottom: calc(16px * 1.5);
}

.block-item__wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.block-item__icon {
  display: block;
  width: 35px;
  height: auto;
}

[dir] .block-item__icon {
  margin-bottom: 15px;
}

.block-item__link {
  display: block;
  color: #004CFF;
  color: #000;
  vertical-align: middle;
  transition: all 0.2s linear;
}

[dir] .block-item__link {
  padding: 0;
  margin-bottom: 8px;
}

[dir=ltr] .block-item__link {
  text-align: left;
}

[dir=rtl] .block-item__link {
  text-align: right;
}

.block-item__link:active, .block-item__link:focus, .block-item__link:hover {
  color: #0032a8;
  text-decoration: underline;
}

.block-item__link h4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
}

[dir] .block-item__link h4 {
  margin-bottom: 0;
}

.block-item__title {
  font-size: calc(16px * 1.1);
}

[dir] .block-item__title {
  margin-bottom: 0;
}

[dir] .block-list-title {
  margin-bottom: 8px;
  text-align: center;
}

[dir] .block-list-desc {
  margin-bottom: 45px;
  text-align: center;
}

[dir] .block-item__desc {
  margin-bottom: 0;
}

.category h2 > a {
  color: inherit;
}

@media (max-width: 767px) {
  [dir] .category {
    padding-bottom: calc(16px * 1.5 / 2);
  }
}
[dir] .category + .category {
  padding-top: calc(16px * 1.5 * 2);
  border-top: 1px dotted #edf0f7;
}

.section h3 > a {
  color: inherit;
}

.sections-list {
  justify-content: space-between;
}

[dir=ltr] .sections-list {
  margin-right: -16px;
  margin-left: -16px;
}

[dir=rtl] .sections-list {
  margin-right: -16px;
  margin-left: -16px;
}

.section {
  width: auto !important;
}

[dir] .section {
  margin-bottom: calc(16px * 1.5 * 2);
}

.section > .h4 > a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  color: #4e5468;
}

.section > .h4 > a:hover {
  color: #0032a8;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .section-header {
    display: flex;
    width: 100%;
    align-items: center;
  }
  [dir] .section-header {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .section-header__col {
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .section-header__col--main {
    width: 100%;
  }
  [dir=ltr] .section-header__col--main {
    padding-right: 16px;
  }
  [dir=rtl] .section-header__col--main {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  [dir] .section-header__col--button {
    margin-bottom: calc(16px * 1.5);
  }
}
@media (min-width: 768px) {
  [dir] .section-header__col--button {
    padding: 32px 0 0;
  }
}
[dir] .section-title {
  margin: 0;
  margin-bottom: 10px;
}

[dir] .section-subscribe {
  padding: 0;
}

.start-trial-bottom {
  display: block;
  width: 100%;
}

[dir] .start-trial-bottom {
  padding: 0 16px;
  padding-top: calc(16px * 1.5);
}

@media (max-width: 991px) {
  [dir] .start-trial-bottom {
    padding-bottom: 22.4px;
  }
}
[dir] .border-top-custom {
  border: none !important;
}

.article-promoted span {
  font-size: 20px;
  line-height: 1;
  color: #facf3f;
  vertical-align: middle;
}

[dir] .article-promoted span {
  margin-bottom: 4px;
}

[dir] .article-list {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .article-list li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.article-list a:hover {
  text-decoration: underline;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

[dir] .breadcrumbs {
  padding: 8px 0;
  margin-bottom: 16px;
  background-color: transparent;
}

.breadcrumbs > li + li:before {
  color: #004CFF;
  content: ">";
}

[dir=ltr] .breadcrumbs > li + li:before {
  padding: 0 0.5rem 0 0.8rem;
}

[dir=rtl] .breadcrumbs > li + li:before {
  padding: 0 0.8rem 0 0.5rem;
}

.breadcrumbs li:first-child a {
  font-weight: 600;
}

[dir=rtl] .breadcrumbs li:before {
  transform: scale(-1, 1);
}

.section-bread-crumbs .breadcrumbs > li:last-child a {
  color: #000;
  pointer-events: none;
}

[dir] .search-results-page {
  margin-bottom: calc(16px * 1.5 * 2);
}

[dir] .search-results-head {
  margin-bottom: calc(16px * 1.5);
}

[dir] .search-results-head h3 {
  margin: 0;
}

.search-results-query {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #9298ad;
}

[dir] .search-results-query {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #edf0f7;
}

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

[dir] .search-result {
  margin-bottom: 25px;
}

.search-result__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}

[dir] .search-result__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .search-result__description {
  margin-bottom: 5px;
}

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

.search-result__description em {
  font-style: normal;
  font-weight: 700;
}

[dir] .search-result__description em {
  padding: 0 3px;
  border-radius: 3px;
}

[dir] .search-result__meta {
  margin-bottom: calc(16px * 1.5 / 2);
}

.search-result-votes {
  display: none;
  font-size: calc(16px * 0.85);
  color: #fff;
}

[dir] .search-result-votes {
  padding: 2px 4px;
  background-color: #004CFF;
  border-radius: 4px;
}

[dir] .breadcrumbs--search-results {
  margin-bottom: 0 !important;
}

.search-result__category {
  position: relative;
  font-size: 12px;
  color: #5f667e;
  text-transform: uppercase;
}

[dir] .search-result__category {
  border-radius: 4px;
}

[dir=ltr] .search-result__category {
  padding: 5px 5px 5px 0;
}

[dir=rtl] .search-result__category {
  padding: 5px 0 5px 5px;
}

[dir=ltr] .search-result__category:after {
  right: -6px;
}

[dir=rtl].search-result__category:after {
  left: -6px;
}

.search-result__date {
  display: none !important;
  color: #5f667e;
}

.note {
  position: relative;
  color: #4b5063;
}

[dir] .note {
  padding: 0 16px;
  margin-bottom: calc(16px * 1.5);
}

[dir=ltr] .note {
  border-left: 4px solid transparent;
}

[dir=rtl] .note {
  border-right: 4px solid transparent;
}

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

[dir] .note-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

[dir] .note-default {
  border-color: #818a91;
}

[dir] .note--default {
  border-color: #818a91;
}

.note-default .note-title {
  color: #818a91;
}

.note--default .note-title {
  color: #818a91;
}

[dir] .note--info, [dir] .note-info {
  border-color: rgba(88, 132, 234, 1);
}

.note--info .note-title, .note-info .note-title {
  color: rgba(88, 132, 234, 1);
}

[dir] .note--warning, [dir] .note-warning {
  border-color: #FFAB40;
}

.note--warning .note-title, .note-warning .note-title {
  color: #FFAB40;
}

[dir] .note--success, [dir] .note-success {
  border-color: rgba(25, 204, 163, 1);
}

.note--success .note-title, .note-success .note-title {
  color: rgba(25, 204, 163, 1);
}

[dir] .note--danger, [dir] .note-danger {
  border-color: rgba(243, 55, 107, 1);
}

.note--danger .note-title, .note-danger .note-title {
  color: rgba(243, 55, 107, 1);
}

.pagination-list {
  list-style: none;
}

[dir=ltr] .pagination-list {
  padding-left: 0;
  margin-left: 0;
}

[dir=rtl] .pagination-list {
  padding-right: 0;
  margin-right: 0;
}

.pagination-first, .pagination-last, .pagination-next, .pagination-prev {
  display: inline-block;
}

[dir=ltr] .pagination-next-text {
  margin-right: 16px;
}

[dir=rtl] .pagination-next-text {
  margin-left: 16px;
}

[dir=rtl] .pagination-next-text {
  margin-left: 16px;
}

[dir=ltr] .pagination-prev-text {
  margin-left: 16px;
}

[dir=rtl] .pagination-prev-text {
  margin-right: 16px;
}

[dir=rtl] .pagination-prev-text {
  margin-right: 16px;
}

[dir=ltr] .container {
  padding-right: 15px;
  padding-left: 15px;
}

[dir=rtl] .container {
  padding-right: 15px;
  padding-left: 15px;
}

.container-inner, main {
  max-width: 1170px;
}

[dir=ltr] .container-inner, [dir=ltr] main {
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .container-inner, [dir=rtl] main {
  margin-right: auto;
  margin-left: auto;
}

.menu-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s;
}

[dir] .menu-button {
  cursor: pointer;
  background-color: transparent;
  border-radius: 0.1333333333rem;
}

@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button:hover {
  opacity: 1;
}

.menu-button:active {
  outline: 0;
  transition: 0;
}

[dir] .menu-button:active {
  box-shadow: none;
}

.menu-button:focus {
  outline: 0;
}

.menu-button__lines {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 0.13333rem;
  transition: 0.3s;
}

[dir] .menu-button__lines {
  background: #fff;
  border-radius: 0.13333rem;
}

.menu-button__lines:after, .menu-button__lines:before {
  position: absolute;
  display: inline-block;
  width: 2rem;
  height: 0.13333rem;
  content: "";
  transition: 0.3s;
}

[dir] .menu-button__lines:after, [dir] .menu-button__lines:before {
  background: #fff;
  border-radius: 0.13333rem;
}

[dir=ltr] .menu-button__lines:after, [dir=ltr] .menu-button__lines:before {
  left: 0;
  transform-origin: 0.1428571429rem center;
}

[dir=rtl] .menu-button__lines:after, [dir=rtl] .menu-button__lines:before {
  right: 0;
  transform-origin: calc(100% - 0.1428571429rem) center;
}

.menu-button__lines:before {
  top: 0.5rem;
}

.menu-button__lines:after {
  top: -0.5rem;
}

[dir] .menu-button.is-pressed {
  transform: scale3d(0.8, 0.8, 0.8);
}

[dir] .menu-button.is-pressed .menu-button__lines {
  background: 0 0;
}

.menu-button.is-pressed .menu-button__lines:after, .menu-button.is-pressed .menu-button__lines:before {
  top: 0;
  width: 2rem;
}

[dir] .menu-button.is-pressed .menu-button__lines:after, [dir] .menu-button.is-pressed .menu-button__lines:before {
  transform-origin: 50% 50%;
}

[dir=ltr] .menu-button.is-pressed .menu-button__lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

[dir=rtl] .menu-button.is-pressed .menu-button__lines:before {
  transform: rotate3d(0, 0, 1, -45deg);
}

[dir=ltr] .menu-button.is-pressed .menu-button__lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

[dir=rtl] .menu-button.is-pressed .menu-button__lines:after {
  transform: rotate3d(0, 0, 1, 45deg);
}

.help-center-name {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}

[dir=ltr] .help-center-name {
  margin: 0 0 0 8px;
}

[dir=rtl] .help-center-name {
  margin: 0 8px 0 0;
}

@media (max-width: 767px) {
  .help-center-name {
    display: none;
  }
}
.intro-title {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: calc(16px * 1.25);
  font-weight: 700;
  color: #fff;
}

[dir] .intro-title {
  margin-bottom: calc(16px * 1.5);
}

@media (min-width: 768px) {
  .intro-title {
    font-size: calc(16px * 2.5);
  }
  [dir] .intro-title {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}
.meta {
  font-size: 16px;
  color: #979797;
}

.meta__item {
  display: inline-block;
}

[dir=ltr] .meta__item {
  margin-right: 8px;
}

[dir=rtl] .meta__item {
  margin-left: 8px;
}

[dir] .meta--profile {
  margin-bottom: 0;
}

[dir] .meta--profile .meta__item {
  margin-bottom: 0;
}

.avatar {
  position: relative;
}

.avatar--agent:before {
  position: absolute;
  bottom: -4px;
  display: flex;
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  content: "\f007";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  justify-content: center;
}

[dir] .avatar--agent:before {
  background-color: #004CFF;
  border: 2px solid #fff;
  border-radius: 100%;
}

[dir=ltr] .avatar--agent:before {
  right: -4px;
}

[dir=rtl] .avatar--agent:before {
  left: -4px;
}

[dir] .user-avatar {
  border-radius: 100%;
}

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

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

.user-avatar--profile {
  width: 65px;
  height: 65px;
}

.answer-avatar-agent:after, .comment-avatar-agent:after, .question-avatar-agent:after {
  position: absolute;
}

.comment-avatar-agent:after {
  top: 0;
}

[dir=ltr] .comment-avatar-agent:after {
  left: calc(32px - 16px / 2);
}

[dir=rtl] .comment-avatar-agent:after {
  right: calc(32px - 16px / 2);
}

[dir=ltr] .answer-avatar-agent:after, [dir=ltr] .question-avatar-agent:after {
  left: calc(32px - 16px / 2);
}

[dir=rtl] .answer-avatar-agent:after, [dir=rtl] .question-avatar-agent:after {
  right: calc(32px - 16px / 2);
}

[dir] .answer-avatar img, [dir] .article-avatar img, [dir] .comment-avatar img, [dir] .question-avatar img, [dir] .user-avatar {
  border-radius: 100%;
}

.answer-avatar img, .article-avatar img, .comment-avatar img, .question-avatar img, .user-avatar {
  width: 32px;
  height: 32px;
}

.answer-avatar-agent:after, .comment-avatar-agent:after, .question-avatar-agent:after {
  color: #004CFF;
}

.user-avatar--topbar {
  width: 32px;
  height: 32px;
}

[dir=ltr] .user-avatar--topbar {
  margin-right: 8px;
}

[dir=rtl] .user-avatar--topbar {
  margin-left: 8px;
}

.comment-form {
  position: relative;
}

[dir] .comment-form {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  [dir=ltr] .comment-form {
    padding-left: 72px;
  }
  [dir=rtl] .comment-form {
    padding-right: 72px;
  }
}
[dir] .comment-form input[type=submit], [dir] .new_community_post input[type=submit], [dir] .request-form input[type=submit] {
  background-color: #004CFF;
}

.comment-form input[type=submit]:hover, .new_community_post input[type=submit]:hover, .request-form input[type=submit]:hover {
  color: #fff;
}

[dir] .comment-form input[type=submit]:hover, [dir] .new_community_post input[type=submit]:hover, [dir] .request-form input[type=submit]:hover {
  background-color: #003ac2;
}

.request-form input[type=submit] {
  display: block;
}

[dir] .request-form input[type=submit] {
  padding: 12px 100px !important;
}

[dir=ltr] .request-form input[type=submit] {
  margin-right: auto;
}

[dir=rtl] .request-form input[type=submit] {
  margin-left: auto;
}

[dir] .comment-form__controls input {
  background-color: #004CFF;
}

[dir] .comment-form__controls input:hover {
  background-color: #003ac2;
}

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

[dir=ltr] .comment-form__avatar {
  left: 0;
}

[dir=rtl] .comment-form__avatar {
  right: 0;
}

@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}
[dir] .comment-form__attachments {
  margin-bottom: 24px;
}

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

[dir] .comment-form__ccs {
  margin-bottom: 0;
}

[dir] .comment-form__ccs + textarea {
  margin-top: 0;
}

[dir=ltr] .comment-form__ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .comment-form__ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir] .comment-form__ccs ul[data-hc-pills-container] {
  margin: 0 0 -1px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
}

.comment-form__ccs ul[data-hc-pills-container][data-hc-focus=true] {
  position: relative;
  z-index: 2;
}

[dir] .comment-form__ccs ul[data-hc-pills-container][data-hc-focus=true] {
  border-color: #9ed5e7;
}

[dir] .comment-form__body {
  margin-bottom: 16px;
}

[dir] .comment-sorter {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {
  .comment-sorter {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .comment-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  [dir] .comment-sorter__col--main {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .comment-sorter__col--main {
    padding-right: 16px;
  }
  [dir=rtl] .comment-sorter__col--main {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .comment-sorter__col--filters {
    text-align: right;
  }
  [dir=rtl] .comment-sorter__col--filters {
    text-align: left;
  }
}
.comment-sorter__item.is-active {
  font-weight: 600;
}

.comment-sorter__item + .comment-sorter__item:before {
  font-size: 10px;
  font-weight: 900;
  content: "•";
}

[dir] .comment-sorter__item + .comment-sorter__item:before {
  margin: 0 6px;
}

[dir] .comment {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #edf0f7;
}

.comment__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.comment__header {
  position: relative;
}

[dir] .comment__header {
  margin-bottom: 24px;
}

.comment__content {
  flex-grow: 1;
}

.comment__voting-and-actions {
  flex-shrink: 0;
}

[dir=ltr] .comment__voting-and-actions {
  margin-left: 16px;
}

[dir=rtl] .comment__voting-and-actions {
  margin-right: 16px;
}

.comment__official-heading {
  position: absolute;
  top: 0;
  width: auto;
  font-size: calc(16px * 0.85);
  color: #fff;
}

[dir] .comment__official-heading {
  padding: 2px 8px;
  background-color: #004CFF;
  border-radius: 0 0 4px 4px;
}

[dir=ltr] .comment__official-heading {
  right: 36px;
}

[dir=rtl] .comment__official-heading {
  left: 36px;
}

.comment--official .comment__inner {
  position: relative;
}

[dir] .comment--official .comment__inner {
  padding: 24px;
  border: 1px solid #004CFF;
  border-radius: 4px;
}

.comment__body {
  word-break: break-word;
}

[dir] .comment__body {
  margin-bottom: 24px;
}

.comment__body ul {
  list-style: disc;
}

[dir=ltr] .comment__body ol, [dir=ltr] .comment__body ul {
  padding-left: 20px;
}

[dir=rtl] .comment__body ol, [dir=rtl] .comment__body ul {
  padding-right: 20px;
}

[dir] .comment__body ol ol, [dir] .comment__body ol ul, [dir] .comment__body ul ol, [dir] .comment__body ul ul {
  margin-top: 12px;
}

[dir] .comment__body ol li, [dir] .comment__body ul li {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .comment__body [dir=auto] {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  [dir] .comment__body {
    margin-bottom: 0;
  }
}
[dir] .comment__actions {
  padding-top: 8px;
}

.comment__actions button {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}

[dir] .comment__actions button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir=ltr] .comment__actions button {
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .comment__actions button {
  margin-right: auto;
  margin-left: auto;
}

[dir] .comments {
  margin-bottom: 48px;
}

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

.comments__callout:empty {
  display: none;
}

.comments__list {
  list-style: none;
}

[dir=ltr] .comments__list {
  padding-left: 0;
}

[dir=rtl] .comments__list {
  padding-right: 0;
}

[dir] .comment-list-header {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

.comment-list-heading {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

[dir] .comment-list-heading {
  margin-bottom: 0;
}

[dir] .promoted-articles {
  padding-top: 40px;
  border-top: 1px solid #c4c4c4;
}

.promoted-articles__list {
  display: flex;
  list-style: none;
  flex-flow: row wrap;
}

[dir=ltr] .promoted-articles__list {
  padding-left: 0;
}

[dir=rtl] .promoted-articles__list {
  padding-right: 0;
}

.promoted-articles__title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: calc(16px * 1.25);
  font-weight: 500;
}

[dir] .promoted-articles__title {
  margin-bottom: calc(16px * 1.5);
}

.promoted-articles-item__title {
  display: block;
  font-size: calc(16px * 1.1);
}

[dir] .promoted-articles-item__title {
  margin-bottom: calc(16px * 1.5 / 4);
}

.promoted-articles-item__title:hover {
  color: #0032a8;
  text-decoration: underline;
}

[dir] .promoted-articles-item {
  margin-bottom: 20px;
}

.promoted-articles-item__desc {
  color: #1f2129;
}

[dir] .promoted-articles-item__desc {
  margin-top: 0;
}

.promoted-articles-item__category {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #4e5468;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

[dir] .promoted-articles-item__category {
  margin-bottom: 8px;
}

[dir] .error-page {
  padding: 0;
  margin-bottom: calc(16px * 1.5 * 2);
}

.error-page h2 {
  font-size: calc(16px * 1.25);
}

[dir] .satisfaction-box {
  padding: 16px 16px;
  margin: 0 0 calc(16px * 1.5) 0;
  background-color: #eee;
  border: 1px solid #edf0f7;
  border-radius: 4px;
}

.satisfaction-box h4 {
  font-weight: 700;
}

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

.satisfaction-box input[type=radio] ~ label {
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: 0;
}

[dir] .satisfaction-box input[type=radio] ~ label {
  padding: 8px;
  margin-bottom: 0;
  border: inherit;
}

[dir=ltr] .satisfaction-box input[type=radio] ~ label {
  margin-right: 0;
}

[dir=rtl] .satisfaction-box input[type=radio] ~ label {
  margin-left: 0;
}

[dir] .satisfaction-box input[type=radio][checked=checked][value=good] + label:not([class=disabled]) {
  background: rgba(25, 204, 163, 1) !important;
}

[dir] .satisfaction-box input[type=radio][checked=checked][value=bad] + label:not([class=disabled]) {
  background: rgba(243, 55, 107, 1) !important;
}

[dir] .satisfaction-box input[type=radio][checked=checked] + label:not([class=disabled]) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box label.disabled {
  display: inline-block;
}

[dir] .satisfaction-box label.disabled {
  padding: 0 !important;
  margin-bottom: calc(16px * 1.5) !important;
  text-shadow: none;
  background: 0 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.satisfaction-box label.disabled[for=satisfaction_rating_score_good] {
  color: rgba(25, 204, 163, 1) !important;
}

.satisfaction-box label.disabled[for=satisfaction_rating_score_bad] {
  color: rgba(243, 55, 107, 1) !important;
}

[dir] .satisfaction-comment {
  margin-top: calc(16px * 1.5);
}

.satisfaction-box .satisfaction-submit {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: 0;
}

[dir] .satisfaction-box .satisfaction-submit {
  padding: 8px;
  background: rgba(25, 204, 163, 1);
  border-color: #16b591;
  border-radius: 4px;
}

[dir=ltr] .satisfaction-box .satisfaction-submit {
  margin-left: calc(16px * 1.5 / 2) !important;
}

[dir=rtl] .satisfaction-box .satisfaction-submit {
  margin-right: calc(16px * 1.5 / 2) !important;
}

[dir] .community {
  padding: 8px 16px;
  margin-bottom: calc(16px * 1.5);
  border: 1px dotted #edf0f7;
  border-radius: 4px;
}

[dir] .my-activities-header {
  margin-bottom: calc(16px * 1.5);
}

.my-activities-items {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

[dir] .my-activities-items {
  margin-bottom: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {
  .my-activities-items {
    table-layout: auto;
  }
}
.my-activities-items__head {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {
  .my-activities-items__head {
    display: table-header-group;
    font-size: calc(16px * 0.85);
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}
.my-activities-items__row {
  display: block;
}

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

@media (min-width: 768px) {
  .my-activities-items__col {
    display: table-cell;
  }
  [dir] .my-activities-items__col {
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5 / 2);
    border-bottom: 1px solid #edf0f7;
  }
  [dir=ltr] .my-activities-items__col + .my-activities-items__col {
    padding-left: 16px;
  }
  [dir=rtl] .my-activities-items__col + .my-activities-items__col {
    padding-right: 16px;
  }
}
@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 {
  font-weight: 700;
}

[dir] .my-activities-menu__items {
  margin-top: 0;
  margin-bottom: 0;
}

.my-activities-menu__item {
  color: #616780;
}

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

[dir=ltr] .my-activities-menu__item {
  float: left;
}

[dir=rtl] .my-activities-menu__item {
  float: right;
}

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

.my-activities-menu--main {
  overflow: hidden;
}

[dir] .my-activities-menu--main {
  margin-bottom: calc(16px * 1.5);
  background-color: #fff;
  border-radius: 4px;
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  color: #fff;
}

[dir] .my-activities-menu--main .my-activities-menu__item.is-active {
  background-color: #004CFF;
}

[dir] .my-activities-menu--main .my-activities-menu__item.is-active {
  padding: 16px 16px;
}

[dir] .my-activities-menu--main .my-activities-menu__item a {
  padding: 16px 16px;
}

@media (min-width: 768px) {
  [dir=ltr] .my-activities-menu--main .my-activities-menu__item + .my-activities-menu__item {
    border-left: 1px solid #fff;
  }
  [dir=rtl] .my-activities-menu--main .my-activities-menu__item + .my-activities-menu__item {
    border-right: 1px solid #fff;
  }
}
[dir] .my-activities-menu--sub {
  margin-bottom: calc(16px * 1.5);
}

[dir=ltr] .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item {
  padding-left: 16px;
}

[dir=rtl] .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item {
  padding-right: 16px;
}

@media (max-width: 991px) {
  [dir] #quick-search {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}
@media (min-width: 992px) {
  #quick-search {
    max-width: 300px;
  }
  [dir=ltr] #quick-search {
    float: left;
  }
  [dir=rtl] #quick-search {
    float: right;
  }
}
@media (max-width: 991px) {
  [dir] .request-filter {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}
@media (max-width: 767px) {
  [dir] .my-activities-item {
    padding: calc(16px * 1.5 / 2) 16px;
    margin-bottom: calc(16px * 1.5);
    border: 1px solid #edf0f7;
    border-radius: 4px;
  }
}
.my-activities-item__meta {
  font-size: 16px;
  color: #979797;
}

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
  }
  [dir=ltr] .my-activities-item__meta {
    margin-right: 8px;
  }
  [dir=rtl] .my-activities-item__meta {
    margin-left: 8px;
  }
  .my-activities-item__meta + .my-activities-item__meta:before {
    content: "•";
  }
  [dir=ltr] .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: 8px;
  }
  [dir=rtl] .my-activities-item__meta + .my-activities-item__meta:before {
    margin-left: 8px;
  }
}
.my-activities-item__title {
  font-weight: 400;
}

@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: calc(16px * 1.25);
  }
}
@media (max-width: 767px) {
  .my-activities-item__icon {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .my-activities-item__icon {
    display: none;
  }
}
.subscriptions-subscribe div {
  display: inline-block;
}

[dir] .request-table-toolbar {
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: calc(16px * 1.5);
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {
  [dir] .request-table-toolbar {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}
.request-table-toolbar label {
  font-size: calc(16px * 0.85);
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}
[dir=ltr] .request-table-filters__item {
  padding-right: 16px;
  padding-left: 16px;
}

[dir=rtl] .request-table-filters__item {
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 767px) {
  [dir] .request-table-filters__item {
    margin-bottom: calc(16px * 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%;
}

[dir=ltr] .request-table-organization__col--button {
  padding-left: 8px;
}

[dir=rtl] .request-table-organization__col--button {
  padding-right: 8px;
}

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

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

[dir] .requests-sort-symbol:after {
  margin-bottom: 2px;
}

[dir=ltr] .requests-sort-symbol:after {
  margin-left: 5px;
}

[dir=rtl] .requests-sort-symbol:after {
  margin-right: 5px;
}

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

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

.share {
  white-space: nowrap;
}

.share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.share a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #979797;
  touch-action: manipulation;
}

[dir] .share a {
  border: 1px solid #979797;
  border-radius: 4px;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
}

[dir] .share a:before {
  text-align: center;
}

.share-facebook:hover {
  color: #3d5b95;
}

.share-twitter:hover {
  color: #24aadd;
}

.share-linkedin:hover {
  color: #0976b4;
}

.share-googleplus:hover {
  color: #d23e30;
}

.request {
  position: relative;
}

[dir] .request-sidebar dt:first-child {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .request-sidebar dd {
  margin-bottom: calc(16px * 1.5 / 2);
}

.request-id {
  display: block;
}

[dir] .request-id {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .request-description {
  margin-bottom: calc(16px * 1.5);
}

[dir] .request-details {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: #fff;
}

.request-status {
  font-size: calc(16px - 2px);
  color: #fff;
}

[dir] .request-status {
  padding: 2px 4px;
  border-radius: 4px;
}

[dir] .request-closed, [dir] .request-solved, [dir] .request-status--closed, [dir] .request-status--solved {
  background-color: rgba(25, 204, 163, 1);
}

[dir] .request-new, [dir] .request-open, [dir] .request-status--new, [dir] .request-status--open {
  background-color: rgba(243, 55, 107, 1);
}

[dir] .request-answered, [dir] .request-status--answered {
  background-color: #FFAB40;
}

[dir] table {
  background-color: transparent;
}

caption {
  color: #818a91;
}

[dir] caption {
  padding-top: 12px;
  padding-bottom: 12px;
}

[dir=ltr] caption {
  text-align: left;
}

[dir=rtl] caption {
  text-align: right;
}

[dir=ltr] th {
  text-align: left;
}

[dir=rtl] th {
  text-align: right;
}

.table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

[dir] .table {
  margin-bottom: calc(16px * 1.5);
}

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

[dir] .table td, [dir] .table th {
  padding: 12px;
}

[dir] .table td {
  border-top: 1px solid #d3d6d8;
}

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

[dir] .table tbody + tbody {
  border-top: 1px solid #d3d6d8;
}

[dir] .table .table {
  background-color: #fff;
}

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

[dir] .table--color-header th {
  background-color: #004CFF;
}

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

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

[dir] .table--striped tbody tr:nth-child(odd) {
  background-color: #eceeef;
}

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

[dir] .table--hover tbody tr:hover {
  background-color: #eceeef;
}

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

[dir=ltr] .table--bordered td {
  border-left: 1px solid #d3d6d8;
}

[dir=rtl] .table--bordered td {
  border-right: 1px solid #d3d6d8;
}

[dir=ltr] .table--bordered th {
  border-left: 1px solid #d3d6d8;
}

[dir=rtl] .table--bordered th {
  border-right: 1px solid #d3d6d8;
}

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  [dir] .table-responsive {
    margin-bottom: calc(16px * 1.5 * 0.75);
    border: 1px solid #d3d6d8;
  }
  [dir] .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
}
.embed, .embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  overflow: hidden;
}

[dir] .embed, [dir] .embed-responsive {
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}

.embed img, .embed-responsive img {
  width: 100%;
}

.embed embed, .embed iframe, .embed object, .embed video, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

[dir] .embed embed, [dir] .embed iframe, [dir] .embed object, [dir] .embed video, [dir] .embed-responsive embed, [dir] .embed-responsive iframe, [dir] .embed-responsive object, [dir] .embed-responsive video {
  border: 0;
}

[dir=ltr] .embed embed, [dir=ltr] .embed iframe, [dir=ltr] .embed object, [dir=ltr] .embed video, [dir=ltr] .embed-responsive embed, [dir=ltr] .embed-responsive iframe, [dir=ltr] .embed-responsive object, [dir=ltr] .embed-responsive video {
  left: 0;
}

[dir=rtl] .embed embed, [dir=rtl] .embed iframe, [dir=rtl] .embed object, [dir=rtl] .embed video, [dir=rtl] .embed-responsive embed, [dir=rtl] .embed-responsive iframe, [dir=rtl] .embed-responsive object, [dir=rtl] .embed-responsive video {
  right: 0;
}

.embed-responsive:focus, .embed:focus {
  outline: 0 !important;
}

[dir] .embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

[dir] .embed-responsive--4by3 {
  padding-bottom: 75%;
}

.visibility-internal-icon:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f023";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-vote-up:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f164";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-vote-down:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f165";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vote-controls a {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.share a:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

.dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=ltr] .dropdown-toggle:after {
  margin-left: 5px;
}

[dir=rtl] .dropdown-toggle:after {
  margin-right: 5px;
}

.article-container__article a {
  color: #004CFF !important;
}

.article {
  position: relative;
}

[dir] .article-header {
  margin-bottom: calc(16px * 1.5);
}

@media (max-width: 991px) {
  [dir] .article-header {
    padding-top: 15px;
  }
}
.article-meta {
  display: table;
  width: 100%;
}

[dir] .article-meta {
  margin-bottom: calc(16px * 1.5);
}

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

.article-meta__col--main {
  width: 100%;
}

[dir=ltr] .article-meta__col--main {
  padding-right: 16px;
}

[dir=rtl] .article-meta__col--main {
  padding-left: 16px;
}

.article__body h2 {
  position: relative;
  display: block;
}

[dir] .article__body h2 {
  padding-top: 2.5rem;
}

.article__body h2:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  content: "";
}

[dir] .article__body h2:before {
  background-color: #edf0f7;
}

[dir=ltr] .article__body h2:before {
  left: 0;
}

[dir=rtl] .article__body h2:before {
  right: 0;
}

[dir] .article__body {
  margin-bottom: calc(16px * 1.5);
}

[dir=ltr] .article__body ul {
  margin-left: 16px;
}

[dir=rtl] .article__body ul {
  margin-right: 16px;
}

[dir=ltr] .article__body ol {
  margin-left: 16px;
}

[dir=rtl] .article__body ol {
  margin-right: 16px;
}

[dir] .article__body ul ul {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .article__body ul ol {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .article__body ol ul {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .article__body ol ol {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .article__body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .article__body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.article__body ul {
  list-style-type: disc !important;
}

.article__body ol {
  list-style-type: decimal !important;
}

.article__body .wysiwyg-font-size-x-large {
  font-size: calc(16px * 1.5);
}

.article__body .wysiwyg-font-size-large {
  font-size: calc(16px * 1.25);
}

.article__body .wysiwyg-font-size-medium {
  font-size: 16px;
}

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

.article__body .list-bullet, .article__body .list-colored {
  list-style-type: none;
}

[dir] .article-footer {
  padding-top: calc(16px * 1.5 / 2);
  border-top: 1px solid #edf0f7;
  border-bottom: 1px solid #edf0f7;
}

[dir] .article-share {
  padding: calc(16px * 1.5) 0 0;
  border-top: 1px solid #edf0f7;
}

.article-vote {
  display: flex;
  max-width: 350px;
  flex-direction: column;
}

[dir] .article-vote {
  padding: 20px;
  margin-bottom: calc(16px * 1.5);
}

[dir] .article-vote > :not(:last-child) {
  margin-bottom: calc(16px * 1.5);
}

.article-vote-controls__item {
  min-width: 70px;
}

[dir=ltr] .article-vote-controls__item--up {
  margin-right: 20px;
}

[dir=rtl] .article-vote-controls__item--up {
  margin-left: 20px;
}

.article-vote-up.article-voted, .article-vote-up:hover {
  color: rgba(25, 204, 163, 1) !important;
}

.article-vote-down.article-voted, .article-vote-down:hover {
  color: rgba(243, 55, 107, 1) !important;
}

.article-vote-controls {
  white-space: nowrap;
}

.article-vote-controls a {
  color: #979797;
}

.article-vote-count {
  color: #979797;
}

[dir] .article__attachments {
  margin-bottom: calc(16px * 1.5);
}

[dir] .article-more-questions {
  margin-bottom: calc(16px * 1.5);
  clear: both;
}

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

.article-vote-question {
  font-size: 18px;
  font-weight: 600;
}

.related-articles .article-sidebar h3 {
  font-size: calc(16px * 1.25);
}

[dir] .related-articles .article-sidebar h3 {
  margin-top: 32px;
}

.article-sidebar {
  width: 66.6666666667%;
}

@media (max-width: 991px) {
  .article-sidebar {
    width: 100%;
  }
}
[dir=ltr] .article-container {
  margin-right: -15px;
  margin-left: -15px;
}

[dir=rtl] .article-container {
  margin-right: -15px;
  margin-left: -15px;
}

[dir=ltr] .article-container__column {
  padding-right: 15px;
  padding-left: 15px;
}

[dir=rtl] .article-container__column {
  padding-right: 15px;
  padding-left: 15px;
}

.article-container__sidenav, .article-container__toc {
  display: none;
}

.sidenav-enabled .article-container__sidenav, .toc-enabled .article-container__toc {
  display: block;
  height: 0;
}

[dir] .sidenav-enabled .article-container__sidenav {
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .article-container__article {
    width: 66.6666666667%;
  }
  .article-container__sidebar {
    width: 33.3333333333%;
  }
  .toc-enabled .article-container__toc {
    width: 33.3333333333%;
  }
  .sidenav-enabled .article-container__sidenav {
    width: 33.3333333333%;
  }
  [dir=ltr] .sidenav-enabled .article-container__sidebar {
    margin-left: 33.3333333333%;
  }
  [dir=rtl] .sidenav-enabled .article-container__sidebar {
    margin-right: 33.3333333333%;
  }
  .sidenav-enabled.toc-enabled .article-container__sidenav, .sidenav-enabled.toc-enabled .article-container__toc {
    width: 25%;
  }
  .sidenav-enabled.toc-enabled .article-container__article {
    width: 50%;
  }
  [dir=ltr] .sidenav-enabled.toc-enabled .article-container__sidebar {
    margin-left: 25%;
  }
  [dir=rtl] .sidenav-enabled.toc-enabled .article-container__sidebar {
    margin-right: 25%;
  }
}
@media (min-width: 1200px) {
  .sidenav-enabled.toc-enabled .article-container__article {
    width: 58.3333333333%;
  }
  .sidenav-enabled.toc-enabled .article-container__toc {
    width: 16.6666666667%;
  }
}
.lt-article-row {
  display: flex;
  min-width: 100%;
  flex-wrap: wrap;
}

[dir] .lt-article-row {
  margin-bottom: calc(16px * 1.5);
}

[dir=ltr] .lt-article-row {
  margin-right: -10px;
  margin-left: -10px;
}

[dir=rtl] .lt-article-row {
  margin-right: -10px;
  margin-left: -10px;
}

.lt-article-column {
  flex: 0 0 100%;
}

[dir] .lt-article-column {
  padding: 10px;
}

[dir] .lt-article-column p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .lt-article-column {
    flex-basis: 50%;
  }
}
.lt-applies {
  display: flex;
  flex-direction: column;
}

.lt-applies__head {
  display: flex;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

[dir] .lt-applies__head {
  padding: 10px;
  margin-bottom: 3px;
  background-color: #f56e94;
}

[dir] .lt-applies__value {
  padding: 10px;
  border: 2px solid #ccc;
}

[dir] .border-top {
  padding: 0 !important;
  margin: 0;
  border: none;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !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;
  }
}
.custom-blocks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

[dir] .custom-blocks {
  margin-bottom: calc(16px * 1.5);
}

[dir] .custom-block {
  float: none;
  margin-bottom: calc(16px * 1.5);
}

.custom-block a {
  display: block;
}

[dir] .custom-block__image {
  margin-bottom: calc(16px * 1.5);
}

.custom-block__image svg {
  transition: all 0.3s ease-out;
}

.custom-block__image circle {
  fill: #f2f2f2;
  transition: all 0.3s ease-out;
}

.custom-block__title {
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  [dir] .custom-block__title {
    margin-bottom: calc(16px * 1.5);
  }
}
@media (max-width: 767px) {
  .topbar .language-selector .dropdown-menu {
    position: static;
  }
  [dir] .topbar .language-selector .dropdown-menu {
    margin: 0;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
  }
  [dir=ltr] .topbar .language-selector .dropdown-menu [role=menuitem] {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .topbar .language-selector .dropdown-menu [role=menuitem] {
    padding-right: 0;
    padding-left: 0;
  }
}
[dir] .community-recent-activity {
  padding: calc(16px * 1.5) 16px;
  margin-bottom: calc(16px * 1.5 * 2);
  border: 1px dotted #edf0f7;
  border-radius: 4px;
}

.community-recent-activity h4 {
  font-weight: 700;
}

.recent-activity-header {
  display: none;
}

.recent-activity-list {
  list-style: none;
}

[dir] .recent-activity-list {
  margin-bottom: 0;
}

[dir=ltr] .recent-activity-list {
  padding-left: 0;
}

[dir=rtl] .recent-activity-list {
  padding-right: 0;
}

@media (min-width: 768px) {
  [dir=ltr] .recent-activity-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  [dir=rtl] .recent-activity-list {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .recent-activity-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  [dir] .recent-activity-item {
    margin-bottom: calc(16px * 1.5);
  }
  [dir=ltr] .recent-activity-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  [dir=rtl] .recent-activity-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.recent-activity-item-meta {
  font-size: calc(16px * 0.85);
  color: #979797;
}

.recent-activity-item-parent {
  font-weight: 700;
  color: #1f2129;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
}

[dir=ltr] .recent-activity-comment-icon:after {
  margin-left: 4px;
}

[dir=rtl] .recent-activity-comment-icon:after {
  margin-right: 4px;
}

[dir=rtl] .recent-activity-comment-icon:after {
  margin-right: 4px;
}

.page-header {
  position: relative;
}

[dir] .page-header {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .page-header--with-border {
  border-bottom: 1px solid #edf0f7;
}

.page-description {
  color: #7a809a;
}

[dir] .page-description {
  margin: 0 0 calc(16px * 1.5) 0;
}

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

.profile-header {
  color: #1f2129;
}

[dir] .profile-header {
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5);
  text-align: center;
  background-color: #0e1c38;
  border-radius: 4px;
}

[dir] .profile-header__avatar {
  margin-bottom: 10px;
  text-align: center;
}

.profile-header__avatar .avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.profile-header__avatar img {
  width: 100%;
  height: 100%;
}

.profile-header__name {
  font-size: calc(16px * 1.5);
}

[dir] .profile-header__name {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-header__name a {
  color: #1f2129;
}

@media (min-width: 768px) {
  .profile-header__name {
    font-size: calc(16px * 1.75);
    font-weight: 300;
  }
}
.profile-header__private-badge {
  display: inline-block;
}

[dir] .profile-header__private-badge {
  margin-bottom: calc(16px * 1.5);
  background-color: #004CFF;
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  font-size: calc(16px * 0.85);
  color: #979797;
  list-style: none;
}

[dir] .profile-stats {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir=ltr] .profile-stats {
  padding-left: 0;
}

[dir=rtl] .profile-stats {
  padding-right: 0;
}

[dir] .profile-stats__stat {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir=ltr] .profile-stats__stat {
  margin-right: 16px;
}

[dir=rtl] .profile-stats__stat {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }
  .profile-stats__stat:before {
    display: none;
  }
}
[dir=ltr] .profile-stats__label {
  margin-right: 8px;
}

[dir=rtl] .profile-stats__label {
  margin-left: 8px;
}

.profile-stats__value {
  color: #1f2129;
}

.profile-nav {
  overflow: hidden;
  font-size: calc(16px * 0.85);
  font-weight: 600;
}

[dir] .profile-nav {
  margin-bottom: calc(16px * 1.5);
  background-color: #eff0f2;
  border-radius: 4px;
}

.profile-nav__items {
  list-style: none;
}

[dir] .profile-nav__items {
  margin: 0;
}

[dir=ltr] .profile-nav__items {
  padding-left: 0;
}

[dir=rtl] .profile-nav__items {
  padding-right: 0;
}

[dir] .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: #1f2129;
}

.profile-nav__item.is-active {
  color: #fff;
}

[dir] .profile-nav__item.is-active {
  background-color: #004CFF;
}

.profile-nav__item.is-active {
  line-height: 1;
}

[dir] .profile-nav__item.is-active {
  padding: calc(16px * 1.5 / 1.5) 16px;
}

.profile-nav__item a {
  line-height: 1;
}

[dir] .profile-nav__item a {
  padding: calc(16px * 1.5 / 1.5) 16px;
}

[dir=ltr] .profile-nav__item:after {
  right: 16px !important;
}

[dir=rtl] .profile-nav__item:after {
  left: 16px !important;
}

.profile-section {
  width: 100%;
}

[dir] .profile-section__header {
  margin-bottom: calc(16px * 1.5);
}

.profile-section__title {
  font-size: calc(16px * 1.5);
}

[dir] .profile-section__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-section__description {
  font-size: calc(16px * 0.85);
  color: #979797;
}

@media (min-width: 768px) {
  [dir] .profile-section__description {
    padding-bottom: 0;
  }
}
.profile-section-sorter {
  font-size: calc(16px * 0.85);
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  [dir] .profile-section-sorter {
    padding-top: 0;
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  [dir] .profile-section-sorter__col--main {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}
@media (min-width: 768px) {
  [dir=ltr] .profile-section-sorter__col--main {
    padding-right: 16px;
  }
  [dir=rtl] .profile-section-sorter__col--main {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .profile-section-sorter__col--btn {
    text-align: right;
  }
  [dir=rtl] .profile-section-sorter__col--btn {
    text-align: left;
  }
}
.profile-contribution {
  position: relative;
  word-wrap: break-word;
}

[dir] .profile-contribution {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: #eff0f2;
  border-radius: 4px;
}

[dir] .profile-contribution__header {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir] .profile-contribution__status {
  margin-bottom: calc(16px * 1.5 / 4);
}

.profile-contribution__title {
  font-size: 16px;
  font-weight: 600;
}

[dir] .profile-contribution__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir] .profile-contribution__body {
  margin-bottom: calc(16px * 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;
}

[dir=ltr] .profile-contribution--list .profile-contribution__title:before {
  margin-right: 2px;
}

[dir=rtl] .profile-contribution--list .profile-contribution__title:before {
  margin-left: 2px;
}

.profile-contribution__breadcrumbs {
  font-size: calc(16px * 0.85);
}

[dir] .profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile__no-activity {
  color: #979797;
}

[dir] .profile__no-activity {
  text-align: center;
}

.profile__private-activity {
  color: #979797;
}

[dir] .profile__private-activity {
  text-align: center;
}

.profile-activity-list {
  list-style: none;
}

[dir=ltr] .profile-activity-list {
  padding-left: 0;
}

[dir=rtl] .profile-activity-list {
  padding-right: 0;
}

.profile-activity {
  position: relative;
}

[dir] .profile-activity {
  margin-bottom: calc(16px * 1.5 * 1.5);
}

.profile-activity__header {
  font-size: calc(16px * 0.85);
  font-weight: 600;
}

[dir] .profile-activity__header {
  margin-bottom: calc(16px * 1.5 / 2);
}

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

[dir=ltr] .profile-activity__header:before {
  margin-right: 2px;
}

[dir=rtl] .profile-activity__header:before {
  margin-left: 2px;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
}

[dir=ltr] .profile-activity__avatar {
  margin-right: 8px;
}

[dir=rtl] .profile-activity__avatar {
  margin-left: 8px;
}

.profile-activity-list--articles .profile-contribution__title:before {
  content: "\f15c";
}

[dir=ltr] .profile-activity-list--articles .profile-contribution__title:before {
  margin-right: calc(16px * 1.5)/6;
}

[dir=rtl] .profile-activity-list--articles .profile-contribution__title:before {
  margin-left: calc(16px * 1.5)/6;
}

.profile-activity[class$=-article] .profile-activity__header:before {
  content: "\f15c";
}

[dir=ltr] .profile-activity[class$=-article] .profile-activity__header:before {
  margin-right: calc(16px * 1.5)/6;
}

[dir=rtl] .profile-activity[class$=-article] .profile-activity__header:before {
  margin-left: calc(16px * 1.5)/6;
}

.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 {
  font-weight: 400;
  content: "\f075";
}

.user-subscribe {
  display: inline-block;
}

.status-label {
  font-size: 12px;
  color: #fff;
}

[dir] .status-label {
  padding: 2px 8px;
  border-radius: 4px;
}

[dir] .status-label--pending {
  background-color: #FFAB40;
}

[dir] .status-label--with-ticket {
  background-color: #004CFF;
}

.status-label--with-ticket:active, .status-label--with-ticket:focus, .status-label--with-ticket:hover {
  color: #fff;
}

[dir] .status-label--closed, [dir] .status-label--solved {
  background-color: rgba(25, 204, 163, 1);
}

[dir] .status-label--new, [dir] .status-label--open {
  background-color: rgba(243, 55, 107, 1);
}

[dir] .status-label--answered {
  background-color: #FFAB40;
}

[dir] .status-label--official {
  background-color: #004CFF;
}

[dir] .status-label--answered, [dir] .status-label--completed {
  background-color: rgba(25, 204, 163, 1);
}

[dir] .status-label--planned {
  background-color: #004CFF;
}

.status-label--not-planned {
  color: #1f2129;
}

[dir] .status-label--not-planned {
  background-color: #edf0f7;
}

.entry-info {
  display: flex;
  overflow: hidden;
  font-size: calc(16px * 0.85);
}

[dir=ltr] .entry-info__avatar {
  padding-right: 16px;
}

[dir=rtl] .entry-info__avatar {
  padding-left: 16px;
}

.entry-info__content {
  display: table-cell;
  vertical-align: top;
  flex: 1;
}

[dir] .entry-info__content {
  padding-bottom: 2px;
}

[dir=ltr] .entry-info__follow {
  float: right;
}

[dir=rtl] .entry-info__follow {
  float: left;
}

.attachment-list {
  font-size: calc(16px * 0.85);
  list-style: none;
}

[dir] .attachment-list {
  margin: 0;
}

[dir=ltr] .attachment-list {
  padding-left: 0;
}

[dir=rtl] .attachment-list {
  padding-right: 0;
}

.attachment-list__item {
  position: relative;
}

[dir] .attachment-list__item {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir=ltr] .attachment-list__item {
  padding-left: 24px;
}

[dir=rtl] .attachment-list__item {
  padding-right: 24px;
}

[dir] .attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  top: 4px;
}

[dir=ltr] .attachment-list__icon {
  left: 0;
}

[dir=rtl] .attachment-list__icon {
  right: 0;
}

[dir] .callout {
  padding: calc(16px * 1.5) 20px 0;
  margin-bottom: calc(16px * 1.5);
  background-color: #eceeef;
}

[dir=ltr] .callout {
  border-left-style: solid;
  border-left-width: 5px;
}

[dir=rtl] .callout {
  border-right-style: solid;
  border-right-width: 5px;
}

[dir] .callout p {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: 0;
}

[dir] .callout--transparent {
  background-color: transparent;
  border-color: #dedede;
  border-width: 1px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: #1f2129;
}

[dir] .callout--success {
  background-color: #dafaf3;
  border-color: rgba(25, 204, 163, 1);
}

.callout--success .callout__title {
  color: rgba(25, 204, 163, 1);
}

.callout--info {
  color: #1f2129;
}

[dir] .callout--info {
  background-color: #e9effc;
  border-color: rgba(88, 132, 234, 1);
}

.callout--info .callout__title {
  color: rgba(88, 132, 234, 1);
}

.callout--warning {
  color: #1f2129;
}

[dir] .callout--warning {
  background-color: #ffe8ca;
  border-color: #FFAB40;
}

.callout--warning .callout__title {
  color: #FFAB40;
}

.callout--danger {
  color: #1f2129;
}

[dir] .callout--danger {
  background-color: #fddfe8;
  border-color: rgba(243, 55, 107, 1);
}

.callout--danger .callout__title {
  color: rgba(243, 55, 107, 1);
}

.callout--primary {
  color: #1f2129;
}

[dir] .callout--primary {
  background-color: #f0f4ff;
  border-color: #004CFF;
}

.callout--primary .callout__title {
  color: #004CFF;
}

[dir] .callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

[dir] .image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

[dir] .image-with-shadow {
  box-shadow: 0 5px 15px 2px #55595c;
}

[dir] .image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

[dir] .image-overlay:before {
  background-color: rgba(255, 255, 255, 0.3);
}

[dir=ltr] .image-overlay:before {
  right: 0;
  left: 0;
}

[dir=rtl] .image-overlay:before {
  right: 0;
  left: 0;
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  transition: transform 0.6s ease;
  transform: translate(-50%, -50%);
}

.image-with-video-icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}

[dir] .image-with-video-icon:after {
  background-color: rgba(0, 0, 0, 0.3);
}

[dir=ltr] .image-with-video-icon:after {
  right: 0;
  left: 0;
}

[dir=rtl] .image-with-video-icon:after {
  right: 0;
  left: 0;
}

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

.list-bullet, .list-colored {
  list-style-type: none;
  counter-reset: list;
}

[dir=ltr] .list-bullet, [dir=ltr] .list-colored {
  padding-left: 0;
  margin-left: 0 !important;
}

[dir=rtl] .list-bullet, [dir=rtl] .list-colored {
  padding-right: 0;
  margin-right: 0 !important;
}

.list-colored li {
  position: relative;
  counter-increment: list;
}

[dir] .list-colored li {
  margin-bottom: calc(16px * 1.5 / 2) !important;
}

[dir=ltr] .list-colored li {
  padding-left: 46px;
}

[dir=rtl] .list-colored li {
  padding-right: 46px;
}

.list-colored li:before {
  position: absolute;
  top: -3px;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: calc(16px * 0.85);
  line-height: 30px;
  color: #fff;
  content: counter(list);
}

[dir] .list-colored li:before {
  text-align: center;
  background-color: #004CFF;
  border-radius: 50%;
}

[dir=ltr] .list-colored li:before {
  left: 0;
}

[dir=rtl] .list-colored li:before {
  right: 0;
}

.list-colored ol {
  list-style-type: none;
  counter-reset: list;
}

[dir] .list-colored ol {
  margin-bottom: 14px;
}

.list-bullet li {
  position: relative;
}

[dir] .list-bullet li {
  margin-bottom: 10px;
}

[dir=ltr] .list-bullet li {
  padding-left: 30px;
}

[dir=rtl] .list-bullet li {
  padding-right: 30px;
}

.list-bullet li:before {
  position: absolute;
  top: -2px;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #004CFF;
  vertical-align: bottom;
  content: "\f058";
}

[dir] .list-bullet li:before {
  background-color: transparent;
}

[dir=ltr] .list-bullet li:before {
  left: 0;
}

[dir=rtl] .list-bullet li:before {
  right: 0;
}

.list-bullet ul {
  list-style: none;
}

[dir] .list-bullet ul {
  margin-bottom: 14px;
}

[dir=ltr] .text-left {
  text-align: left;
}

[dir=rtl] .text-left {
  text-align: right;
}

[dir] .text-center {
  text-align: center;
}

[dir=ltr] .text-right {
  text-align: right;
}

[dir=rtl] .text-right {
  text-align: left;
}

[dir] .text-primary {
  background-color: #99b7ff;
}

[dir] .text-info {
  background-color: rgba(88, 132, 234, 1);
}

[dir] .text-warning {
  background-color: #FFAB40;
}

[dir] .text-danger {
  background-color: rgba(243, 55, 107, 1);
}

[dir] .text-success {
  background-color: rgba(25, 204, 163, 1);
}

[dir] .accordion {
  padding-top: 0;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion__item-title {
  position: relative;
  font-size: calc(16px * 1.25);
}

[dir] .accordion__item-title {
  cursor: pointer;
}

[dir=ltr] .accordion__item-title {
  padding: 15px 20px 15px 52px;
}

[dir=rtl] .accordion__item-title {
  padding: 15px 52px 15px 20px;
}

[dir] .accordion__item-title:not(.accordion__item-title--active) {
  border-bottom: 1px solid #ddd;
}

.accordion__item-title:before {
  position: absolute;
  content: "";
}

.accordion__item-content {
  display: none;
}

[dir] .accordion__item-content {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

[dir] .accordion__item-content p:last-child {
  margin-bottom: 0;
}

[dir] .accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
  top: 50%;
  width: 8px;
  height: 8px;
  transition: transform 0.3s;
}

[dir] .accordion--default .accordion__item-title:before {
  margin-top: -4px;
  border-bottom: 2px solid #004CFF;
}

[dir=ltr] .accordion--default .accordion__item-title:before {
  left: 22px;
  border-left: 2px solid #004CFF;
  transform: rotate(-45deg);
}

[dir=rtl] .accordion--default .accordion__item-title:before {
  right: 22px;
  border-right: 2px solid #004CFF;
  transform: rotate(45deg);
}

[dir] .accordion--default .accordion__item-title--active {
  background-color: #f0f0f0;
}

.accordion--default .accordion__item-title--active:before {
  transition: transform 0.3s;
}

[dir=ltr] .accordion--default .accordion__item-title--active:before {
  transform: rotate(135deg);
}

[dir=rtl] .accordion--default .accordion__item-title--active:before {
  transform: rotate(-135deg);
}

.accordion--colored .accordion__item-title {
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title:after, .accordion--colored .accordion__item-title:before {
  top: 50%;
}

.accordion--colored .accordion__item-title:before {
  width: 10px;
  height: 2px;
}

[dir] .accordion--colored .accordion__item-title:before {
  margin-top: -1px;
  background-color: #818a91;
}

[dir=ltr] .accordion--colored .accordion__item-title:before {
  left: 20px;
}

[dir=rtl] .accordion--colored .accordion__item-title:before {
  right: 20px;
}

.accordion--colored .accordion__item-title:after {
  position: absolute;
  width: 2px;
  height: 10px;
  content: "";
}

[dir] .accordion--colored .accordion__item-title:after {
  margin-top: -5px;
  background-color: #818a91;
}

[dir=ltr] .accordion--colored .accordion__item-title:after {
  left: 24px;
}

[dir=rtl] .accordion--colored .accordion__item-title:after {
  right: 24px;
}

.accordion--colored .accordion__item-title--active {
  color: #fff;
  transition: background-color 0.3s;
}

[dir] .accordion--colored .accordion__item-title--active {
  background-color: #004CFF;
}

[dir] .accordion--colored .accordion__item-title--active:before {
  background-color: #fff;
}

.accordion--colored .accordion__item-title--active:after {
  display: none;
}

[dir] .tabs {
  margin-bottom: calc(16px * 1.5);
}

[dir] .tabs ul {
  margin-bottom: 0;
}

.tabs ul:after, .tabs ul:before {
  display: table;
  content: "";
}

[dir] .tabs ul:after {
  clear: both;
}

.tabs li {
  display: inline-block;
  color: #1f2129;
  vertical-align: middle;
}

[dir] .tabs li {
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
}

[dir=ltr] .tabs li {
  padding: 0 16px 0 0;
}

[dir=rtl] .tabs li {
  padding: 0 0 0 16px;
}

@media (min-width: 768px) {
  .tabs li {
    display: block;
  }
  [dir] .tabs li {
    padding: 16px 16px;
    margin: 0 0 -2px 0;
  }
  [dir=ltr] .tabs li {
    float: left;
  }
  [dir=rtl] .tabs li {
    float: right;
  }
}
@media (min-width: 768px) {
  [dir] .tabs .is-active {
    background-color: #fff;
    border-color: #edf0f7;
    border-bottom: 0;
  }
  [dir=ltr] .tabs .is-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .tabs .is-active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.tabs li a:not([role=button]) {
  color: #616780;
}

.tab {
  display: block;
}

[dir] .tab {
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
}

[dir=ltr] .tab {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

[dir=rtl] .tab {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (min-width: 768px) {
  [dir=ltr] .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  [dir=rtl] .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
[dir=ltr] .tab:nth-child(2) {
  border-top-left-radius: 0;
}

[dir=rtl] .tab:nth-child(2) {
  border-top-right-radius: 0;
}

.tabs-link {
  display: block;
  font-weight: 700;
  color: #55595c;
}

[dir] .tabs-link {
  padding: 8px 30px;
  margin: 0;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
  color: #878c90;
}

@media (max-width: 767px) {
  [dir] .tabs-link {
    border-top-color: #ddd;
  }
  [dir=ltr] .tabs-link {
    border-right-color: #ddd;
    border-left-color: #ddd;
  }
  [dir=rtl] .tabs-link {
    border-right-color: #ddd;
    border-left-color: #ddd;
  }
  [dir=ltr] .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  [dir=rtl] .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (min-width: 768px) {
  .tabs-link {
    display: inline-block;
  }
}
.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: #004CFF;
}

[dir] .tabs-link.is-active {
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
  color: #004CFF;
}

[dir] .tabs-link.is-active:hover {
  cursor: default;
}

@media (min-width: 768px) {
  [dir] .tabs-link.is-active {
    border-bottom: 1px solid #fff;
  }
  [dir=ltr] .tabs-link.is-active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  [dir=rtl] .tabs-link.is-active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
[dir] .tabs--colored-1 .tab {
  background-color: #f7f7f9 !important;
}

[dir] .tabs--colored-1 .tabs-link.is-active {
  background-color: #f7f7f9;
  border-bottom-color: #f7f7f9;
}

.tabs--colored-2 .tabs-link {
  color: #004CFF;
}

.tabs--colored-2 .tabs-link:hover {
  color: #6694ff;
}

.tabs--colored-2 .tabs-link.is-active {
  color: #fff;
}

[dir] .tabs--colored-2 .tabs-link.is-active {
  background-color: #004CFF;
  border-bottom-color: #004CFF;
}

.tabs--colored-2 .tabs-link.is-active:hover {
  color: #fff;
}

[dir] .tabs--colored-2 .tab {
  background-color: #f7f7f9 !important;
}

.scroll-to-top {
  position: fixed;
  bottom: -50px;
  z-index: 3;
  display: none !important;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  color: #004CFF;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[dir] .scroll-to-top {
  text-align: center;
  background-color: transparent;
  border: 1px solid #004CFF;
  border-radius: 4px;
}

[dir=ltr] .scroll-to-top {
  right: 30px;
}

[dir=rtl] .scroll-to-top {
  left: 30px;
}

.scroll-to-top:active, .scroll-to-top:focus {
  outline: 0;
}

.scroll-to-top.is-active {
  bottom: 30px;
}

.scroll-to-top:hover {
  color: #0035b3;
}

[dir] .scroll-to-top:hover {
  border-color: #0035b3;
}

@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}
.scroll-to-top--fixed {
  position: fixed;
  bottom: -192px;
}

[dir=ltr] .scroll-to-top--fixed {
  right: 48px;
}

[dir=rtl] .scroll-to-top--fixed {
  left: 48px;
}

.scroll-to-top--fixed.is-active {
  bottom: 48px;
}

[dir] .recent-articles h3 {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .related-articles h3 {
  margin-bottom: calc(16px * 1.5 / 2);
}

@media (min-width: 768px) {
  [dir] .recent-articles h3 {
    margin-top: calc(16px * 1.5 / 2);
  }
  [dir] .related-articles h3 {
    margin-top: calc(16px * 1.5 / 2);
  }
}
.recent-articles ul, .related-articles ul {
  list-style: none;
}

[dir=ltr] .recent-articles ul, [dir=ltr] .related-articles ul {
  padding-left: 0;
}

[dir=rtl] .recent-articles ul, [dir=rtl] .related-articles ul {
  padding-right: 0;
}

[dir] .recent-articles ul > li {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .related-articles ul > li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.recent-articles ul > li a, .related-articles ul > li a {
  color: #004CFF;
}

[dir] .recent-articles ul > li a, [dir] .related-articles ul > li a {
  padding-bottom: 1px;
}

.recent-articles ul > li a:hover, .related-articles ul > li a:hover {
  text-decoration: underline;
}

.recent-articles h3 {
  font-size: calc(16px * 1.25);
}

[dir] .section-articles {
  padding-top: 3rem;
  margin-bottom: calc(16px * 1.5);
  border-top: 1px solid #edf0f7;
}

.section-articles__title {
  font-size: calc(16px * 1.25);
}

[dir] .section-articles__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.section-articles__list {
  list-style: none;
}

[dir=ltr] .section-articles__list {
  padding-left: 0;
}

[dir=rtl] .section-articles__list {
  padding-right: 0;
}

[dir] .section-articles__item {
  margin-bottom: calc(16px * 1.5 / 2);
}

.skip-navigation {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

[dir] .skip-navigation {
  padding: 20px;
  margin: 20px;
  background-color: #000;
}

[dir=ltr] .skip-navigation {
  left: -999px;
}

[dir=rtl] .skip-navigation {
  right: -999px;
}

.skip-navigation:active, .skip-navigation:focus {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-decoration: none;
}

[dir] .skip-navigation:active, [dir] .skip-navigation:focus {
  text-align: center;
}

[dir=ltr] .skip-navigation:active, [dir=ltr] .skip-navigation:focus {
  left: auto;
}

[dir=rtl] .skip-navigation:active, [dir=rtl] .skip-navigation:focus {
  right: auto;
}

.search-results-filters {
  font-size: calc(16px - 2px);
}

[dir] .search-results-filters {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  [dir] .search-results-filters {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}
[dir] .search-results-filter + .search-results-filter {
  margin-top: 24px;
}

@media (min-width: 768px) {
  [dir] .search-results-filter + .search-results-filter {
    margin-top: 32px;
  }
}
.search-results-filter__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #353a4a;
}

[dir] .search-results-filter__title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .search-results-filter__title {
    position: relative;
    font-size: calc(16px * 1);
  }
  [dir] .search-results-filter__title {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .search-results-filter__title:after {
    position: absolute;
    top: 50%;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    transition: all 0.3s ease;
  }
  [dir] .search-results-filter__title:after {
    transform: translateY(-50%);
  }
  [dir=ltr] .search-results-filter__title:after {
    right: 0;
    margin-left: 5px;
  }
  [dir=rtl] .search-results-filter__title:after {
    left: 0;
    margin-right: 5px;
  }
  [dir=ltr] .search-results-filter__title.is-active:after {
    transform: translateY(-50%) rotate(-180deg);
  }
  [dir=rtl] .search-results-filter__title.is-active:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
[dir] .search-results-filter__list {
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .search-results-filter__list {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-results-filter__list {
    display: block !important;
  }
}
.search-results-filter__item {
  position: relative;
  display: block;
}

[dir=ltr] .search-results-filter__item {
  padding-left: 1rem;
}

[dir=rtl] .search-results-filter__item {
  padding-right: 1rem;
}

.search-results-filter__item.is-active .search-results-filter__link {
  font-weight: 700;
  color: #000;
}

.search-results-filter__item.is-active .search-results-filter__link:hover {
  color: #0032a8;
}

.search-results-filter__link:before {
  position: absolute;
  top: 50%;
  width: 2px;
  height: 60%;
  content: "";
  opacity: 0;
}

[dir] .search-results-filter__link:before {
  background-color: #004dff;
  transform: translateY(-50%);
}

.search-results-filter__item--subfilter:nth-child(n+7) {
  display: none;
}

.search-result__subfilters--all .search-results-filter__item:nth-child(n+7) {
  display: block;
}

.search-result__subfilters--all .search-result__show-more {
  display: none !important;
}

.search-results-filter__link {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #4e5468;
  text-decoration: none;
  transition: all 0.3s ease;
  justify-content: space-between;
}

[dir] .search-results-filter__link {
  padding: 6px 0;
  border: 1px solid transparent;
  border-radius: 4px;
}

.search-results-filter__link:active, .search-results-filter__link:focus, .search-results-filter__link:hover {
  color: #0032a8;
}

.search-results-filter__link:active {
  outline: 0;
}

[dir] .search-results-filter__link:active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.search-results-filter__item.is-active .search-results-filter__link:before {
  opacity: 1;
}

[dir=ltr] .search-results-filter__item.is-active .search-results-filter__link:before {
  left: 0;
}

[dir=rtl] .search-results-filter__item.is-active .search-results-filter__link:before {
  right: 0;
}

.search-result__show-more {
  color: #356ae6;
}

[dir] .search-result__show-more {
  padding: 0;
  background-color: transparent;
  border: 0;
}

[dir=ltr] .search-result__show-more {
  margin-left: 8px;
}

[dir=rtl] .search-result__show-more {
  margin-right: 8px;
}

.search-result-link:hover {
  text-decoration: underline;
}

.notification {
  display: table;
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
  color: #555;
  transition: height 0.2s;
}

[dir] .notification {
  padding: 13px 15px;
  border: 1px solid;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  max-width: 980px;
}

[dir] .notification-inner {
  padding: 0 20px;
  margin: 0 auto;
}

.notification-dismiss, .notification-icon, .notification-text {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  width: 100%;
}

[dir] .notification-text {
  padding: 0 15px;
}

.notification + .notification {
  position: relative;
  top: -1px;
}

[dir] .notification + .notification {
  margin-bottom: -1px;
}

[dir] .notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

[dir] .notification-error .notification-icon:before, [dir] .notification-error .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

[dir] .notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

[dir] .notification-notice .notification-icon:before, [dir] .notification-notice .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

.notification-alert {
  color: #ad5e18;
}

[dir] .notification-alert {
  background: #fff8ed;
  border-color: #fcdba9;
}

[dir] .notification-alert .notification-icon:before, [dir] .notification-alert .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon:before, .notification-inline.notification-error:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
}

[dir] .notification-icon:before, [dir] .notification-inline.notification-error:before {
  background-size: cover;
}

.notification-dismiss, a.notification-dismiss {
  color: #555;
  text-decoration: none !important;
  opacity: 0.6;
  transition: opacity 0.1s ease;
}

[dir] .notification-dismiss, [dir] a.notification-dismiss {
  cursor: pointer;
}

.notification-dismiss:hover {
  opacity: 1;
}

.notification-inline {
  position: relative;
  line-height: 14px;
  vertical-align: middle;
}

[dir] .notification-inline {
  padding: 5px;
  margin-top: 5px;
  border-radius: 4px;
}

[dir=ltr] .notification-inline {
  text-align: left;
}

[dir=rtl] .notification-inline {
  text-align: right;
}

[dir=rtl] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden=true] {
  display: none;
}

[dir] .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
}

[dir=ltr] .notification-inline.notification-error:before {
  margin: -2px 5px 0 0;
}

[dir=rtl] .notification-inline.notification-error:before {
  margin: -2px 0 0 5px;
}

[dir=rtl] .notification-inline.notification-error:before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  color: #cc3340;
}

[dir] .notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
}

[dir] .notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

[dir=ltr] .notification-left-aligned {
  padding-left: 0;
  text-align: left;
}

[dir=rtl] .notification-left-aligned {
  padding-right: 0;
  text-align: right;
}

.footer-submit-ticket {
  position: relative;
  color: #fff;
}

[dir] .footer-submit-ticket {
  padding: 100px 20px;
  text-align: center;
  background-color: #0032a8;
}

@media (max-width: 767px) {
  [dir] .footer-submit-ticket {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-submit-ticket__title {
  font-size: calc(16px * 1.75);
}

@media (min-width: 768px) {
  .footer-submit-ticket__title {
    font-size: calc(16px * 2.5);
  }
}
.footer-submit-ticket__subtitle {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: calc(16px * 1.5);
  font-weight: 400;
  color: #fff;
}

.footer-submit-ticket__btn {
  font-size: 16px;
  font-weight: 600;
}

[dir] .footer-submit-ticket__btn {
  padding: 12px 20px;
  background-color: #0e1c38;
}

.footer-submit-ticket__btn:focus, .footer-submit-ticket__btn:hover {
  color: #fff;
}

[dir] .footer-submit-ticket__btn:focus, [dir] .footer-submit-ticket__btn:hover {
  background-color: white;
  color: #0e1c38;
}

[dir=ltr] .community-nav__item {
  float: left;
}

[dir=rtl] .community-nav__item {
  float: right;
}

[dir=ltr] .community-nav__item + .community-nav__item {
  margin-left: 16px;
}

[dir=rtl] .community-nav__item + .community-nav__item {
  margin-right: 16px;
}

.community-nav__item.is-active {
  font-weight: 700;
}

[dir=ltr] .community-nav__item--button {
  float: right;
}

[dir=rtl] .community-nav__item--button {
  float: left;
}

.vote {
  width: 100%;
  max-width: 40px;
}

.vote [aria-selected=true] {
  z-index: 2;
}

.vote-sum {
  display: block;
  font-weight: 700;
}

[dir] .vote-sum {
  padding-top: calc(16px * 1.5 / 4);
  padding-bottom: calc(16px * 1.5 / 4);
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #1f2129;
}

[dir] .vote-control {
  padding: 8px 15px !important;
  margin: 0 auto;
  border-color: #edf0f7;
}

.vote-control:active, .vote-control:hover {
  z-index: 2;
}

.vote-control:hover {
  color: #fff !important;
}

[dir] .vote-control:hover {
  background-color: #1f5b84 !important;
}

.vote-control[aria-selected=true] {
  color: #fff !important;
}

[dir] .vote-control[aria-selected=true] {
  background-color: #2b7db5 !important;
}

.vote-control[aria-selected=true]:hover {
  color: #1f5b84 !important;
}

[dir] .vote-control[aria-selected=true]:hover {
  background-color: transparent !important;
}

[dir=ltr] .topic-list-item:nth-child(2n+1) {
  clear: left;
}

[dir=rtl] .topic-list-item:nth-child(2n+1) {
  clear: right;
}

[dir] .topic-list-item__box {
  padding: calc(16px * 1.5) 16px;
  margin-bottom: calc(16px * 1.5);
  border: 1px dotted #edf0f7;
  border-radius: 4px;
}

[dir] .topic-list-item__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5 / 2);
}

.topic {
  display: table;
  width: 100%;
}

[dir] .topic {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px dotted #edf0f7;
}

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

[dir=ltr] .topic__col--new-post {
  text-align: right;
}

[dir=rtl] .topic__col--new-post {
  text-align: left;
}

.topic__title {
  width: 100%;
  font-size: calc(16px * 1.75);
}

[dir] .topic__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir=ltr] .topic-filters__item {
  margin-right: 8px;
}

[dir=rtl] .topic-filters__item {
  margin-left: 8px;
}

@media (max-width: 767px) {
  [dir] .topic-filters__item {
    margin-bottom: 8px;
  }
}
[dir] .topic-controls {
  margin-bottom: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {
  .topic-controls {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .topic-controls__item {
    display: flex;
    align-items: center;
  }
}
[dir=ltr] .topic-followers {
  margin-right: 16px;
}

[dir=rtl] .topic-followers {
  margin-left: 16px;
}

.topic-controls__item--subscribe {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  [dir] .post-page {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}
.post {
  position: relative;
}

[dir] .post {
  margin-bottom: calc(16px * 1.5);
}

.post__title {
  font-size: calc(16px * 1.5);
}

[dir=ltr] .post__title {
  padding-right: 24px;
}

[dir=rtl] .post__title {
  padding-left: 24px;
}

@media (min-width: 768px) {
  .post__title {
    font-size: calc(16px * 1.75);
  }
}
@media (min-width: 992px) {
  .post__title {
    font-size: calc(16px * 2.5);
  }
}
.post-meta {
  display: table;
  width: 100%;
}

[dir] .post-meta {
  margin-bottom: calc(16px * 1.5);
}

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

.post-meta__col--main {
  width: 100%;
}

[dir=ltr] .post-meta__col--main {
  padding-right: 16px;
}

[dir=rtl] .post-meta__col--main {
  padding-left: 16px;
}

.post__text {
  word-wrap: break-word;
}

[dir=ltr] .post__body {
  padding-right: 56px;
}

[dir=rtl] .post__body {
  padding-left: 56px;
}

[dir=ltr] .post__body ul {
  margin-left: 16px;
}

[dir=rtl] .post__body ul {
  margin-right: 16px;
}

[dir=ltr] .post__body ol {
  margin-left: 16px;
}

[dir=rtl] .post__body ol {
  margin-right: 16px;
}

.post__body ul {
  list-style-type: disc;
}

.post__body ol {
  list-style-type: decimal;
}

.post__voting-and-actions {
  position: absolute;
  top: 0;
  width: 40px;
}

[dir] .post__voting-and-actions {
  text-align: center;
}

[dir=ltr] .post__voting-and-actions {
  right: 0;
}

[dir=rtl] .post__voting-and-actions {
  left: 0;
}

.post__voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post__voting-and-actions .dropdown-toggle:after {
  font-size: 16px;
  content: "\f013";
}

[dir=ltr] .post__voting-and-actions .dropdown-toggle:after {
  margin-left: 0;
}

[dir=rtl] .post__voting-and-actions .dropdown-toggle:after {
  margin-right: 0;
}

[dir] .post-callout {
  padding: calc(16px * 1.5 / 2) 15px;
}

.post-callout__title {
  font-size: calc(16px * 1.1);
  font-weight: 700;
}

[dir] .post-callout__title {
  margin-top: 0;
}

[dir=ltr] .post-share ul {
  margin-left: 0;
}

[dir=rtl] .post-share ul {
  margin-right: 0;
}

[dir] .post-list-item {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px dotted #edf0f7;
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}
.post-list-item__title {
  font-size: calc(16px * 1.5);
}

[dir] .post-list-item__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5 / 2);
}

.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%;
  }
  [dir=ltr] .post-list-item__col--side {
    text-align: right;
  }
  [dir=rtl] .post-list-item__col--side {
    text-align: left;
  }
}
.post-info {
  font-size: calc(16px - 2px);
  color: #979797;
}

@media (min-width: 768px) {
  .post-info {
    min-width: 90px;
  }
  [dir] .post-info {
    padding: 8px 16px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
  }
  [dir=ltr] .post-info {
    float: right;
  }
  [dir=rtl] .post-info {
    float: left;
  }
}
@media (min-width: 768px) {
  .post-info__count {
    display: block;
    font-weight: 700;
    color: #1f2129;
  }
}
[dir=ltr] .post-info + .post-info {
  margin-right: 16px;
}

[dir=rtl] .post-info + .post-info {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .post-info + .post-info:before {
    font-size: 10px;
    content: "•";
  }
  [dir=ltr] .post-info + .post-info:before {
    margin-right: 8px;
  }
  [dir=rtl] .post-info + .post-info:before {
    margin-left: 8px;
  }
}
.post-status {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

[dir] .post-status {
  padding: 1px 8px;
  border-radius: 4px;
}

[dir] .post-status--answered, [dir] .post-status--completed {
  background-color: rgba(25, 204, 163, 1);
}

[dir] .post-status--planned {
  background-color: #004CFF;
}

.post-status--not-planned {
  color: #1f2129;
}

[dir] .post-status--not-planned {
  background-color: #edf0f7;
}

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

@media (min-width: 768px) {
  .new-post-title {
    font-size: calc(16px * 1.75);
  }
}
@media (min-width: 992px) {
  .new-post-title {
    font-size: calc(16px * 2.5);
  }
}
[dir] .new-post-form {
  margin-bottom: calc(16px * 1.5);
}

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

.hidden {
  display: none;
}

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

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

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

#user #user-password #password-submit, .btn, .community-recent-activity .recent-activity-controls a, .topbar .login, [role=button], input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#user #user-password #password-submit:active:focus, #user #user-password #password-submit:focus, .btn:active:focus, .btn:focus, .community-recent-activity .recent-activity-controls a:active:focus, .community-recent-activity .recent-activity-controls a:focus, .topbar .login:active:focus, .topbar .login:focus, [role=button]:active:focus, [role=button]:focus, input[type=submit]:active:focus, input[type=submit]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#user #user-password #password-submit:focus, #user #user-password #password-submit:hover, .btn:focus, .btn:hover, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:hover, .topbar .login:focus, .topbar .login:hover, [role=button]:focus, [role=button]:hover, input[type=submit]:focus, input[type=submit]:hover {
  color: #337ab7;
  text-decoration: none;
}

#user #user-password #password-submit:active, .btn:active, .community-recent-activity .recent-activity-controls a:active, .topbar .login:active, [role=button]:active, input[type=submit]:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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

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

.row.category-blocks {
  position: relative;
  top: 240px;
  margin-bottom: 190px;
}

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

.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-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%;
  }
}
.topbar {
  z-index: 10;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #345e95;
}

.topbar .login {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.topbar .login:active, .topbar .login:focus, .topbar .login:hover {
  color: #e0e0e0;
  background-color: transparent;
  border-color: #e0e0e0;
}

.topbar .login:active {
  background-image: none;
}

.topbar__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.topbar__col {
  position: relative;
  padding: 0;
}

@media (max-width: 767px) {
  .topbar__controls > * {
    display: block;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .topbar__controls > * {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
  }
}
.topbar__menu.is-active {
  display: block;
}

@media (max-width: 767px) {
  .topbar__menu {
    display: none;
    padding-top: 0;
  }
}
.topbar a:not([role=button]) {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .topbar__head {
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .topbar .logo {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .topbar__button {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .topbar .btn.with-image.dropdown-toggle:hover, .topbar a:not([role=button]):not([role=menuitem]):hover {
    color: #e0e0e0;
  }
  .topbar__inner {
    display: table;
  }
  .topbar__col {
    display: table-cell;
    vertical-align: middle;
  }
  .topbar__controls {
    float: right;
  }
  .topbar__menu {
    display: table-cell !important;
  }
}
.topbar .language-selector .dropdown-toggle {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .topbar .language-selector .dropdown-menu {
    position: static;
    margin: 0;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
  }
  .topbar .language-selector .dropdown-menu [role=menuitem] {
    padding-right: 0;
    padding-left: 0;
  }
}
.dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
  font-size: 14px;
}

.dropdown-menu [role=menuitem] {
  padding: 8px 16px;
}

.dropdown-menu [role=separator] {
  font-size: 16px;
  color: #ccc;
  margin: 0;
  padding: 0;
  border-color: #eceeef;
}

@media (min-width: 768px) {
  .topbar .dropdown-menu [role=menuitem] {
    color: #333330;
  }
}
.topbar .dropdown-toggle:after {
  color: inherit;
}

@media (max-width: 767px) {
  .section-subscribe .dropdown-menu {
    left: 0;
    right: auto;
  }
}
.comment-actions .dropdown-menu {
  left: auto;
  right: 0;
}

#user-password [role=separator], #user-profile [role=separator] {
  padding: 8px 16px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  #user-password, #user-profile {
    background-color: #fff;
    border-radius: 4px;
    min-width: 1px !important;
    border: 1px solid #ccc;
  }
}
#user-name {
  font-size: inherit;
  font-weight: inherit;
}

#user .dropdown-toggle {
  padding: 0;
  border: 0;
  color: inherit;
}

@media (max-width: 767px) {
  #user .dropdown-toggle:after {
    display: none;
  }
}
#user #user-dropdown {
  background: #fff;
}

@media (max-width: 767px) {
  #user #user-dropdown {
    display: block !important;
    background: 0 0;
    position: static;
    box-shadow: none;
  }
  #user #user-dropdown:after, #user #user-dropdown:before {
    display: none;
  }
}
@media (max-width: 767px) {
  #user #user-dropdown [role=menuitem] {
    padding-left: 0;
    padding-right: 0;
  }
  #user #user-dropdown [role=menuitem]:hover {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  #user-menu [role=separator] {
    display: none;
  }
}
#user #user-profile {
  padding: 0 0 16px 0;
}

#user #user-profile dt {
  opacity: 1;
  text-align: left;
  padding: 4px 0 0 16px;
  font-size: 16px;
}

#user #user-profile label {
  font-weight: 400;
  margin-bottom: 0;
}

#user #user-profile dd {
  margin-left: 105px;
  padding: 2px;
}

#user #profile-photo-wrapper {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

#user #profile-photo img {
  max-height: 20px;
}

#user #user-password #password-form {
  padding: 0 16px 16px 16px;
}

#user #user-password #password-form, #user #user-password #password-form label, #user #user-password #password-form ul {
  font-size: 16px;
}

#user #user-password #password-form ul li {
  margin-bottom: 0;
}

#user #user-password #password-submit {
  float: none !important;
  margin: 0 !important;
}

footer {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #343434;
}

.ac_footer {
  background: #464646;
  width: 100%;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}

.ac_footer-wrap {
  padding: 0;
  max-width: 970px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

@media (max-width: 1048px) {
  .ac_footer-wrap {
    padding: 0 20px;
  }
}
.ac_footer .ac_col {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.ac_footer .ac_col.learn {
  margin-left: 6%;
}

.ac_footer .ac_col.last {
  width: 12%;
}

.ac_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ac_footer ul li, .footer-heading {
  margin-bottom: 9px;
  font-size: 13px;
  color: #fff;
}

.ac_footer ul li.heading {
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.ac_footer ul li a {
  color: #dcdcdc;
  text-decoration: none;
}

.ac_footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.ac_footer ul li.jobs a {
  padding-right: 5px;
}

.ac_footer ul li.jobs a.hiring {
  background: #4dcba9;
  padding: 3px 6px;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px;
}

.ac_footer ul li.jobs a.hiring:hover {
  text-decoration: none;
}

.ac_footer .footer-lower {
  margin-top: 25px;
  background: #3f3f3f;
  padding: 12px 0;
}

.ac_footer .footer-search {
  position: relative;
  float: right;
  margin-top: 2px;
  position: relative;
}

.ac_footer .footer-search #searchinput {
  margin: 0;
  margin-right: 10px;
  padding: 8px 11px !important;
  width: 100%;
  height: auto;
  background: #656565;
  color: #fff;
  border: 0 none;
  font-size: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 4px;
}

.ac_footer .footer-search #searchinput:focus {
  outline: 0;
  box-shadow: none;
}

.ac_footer .footer-search .ac_button {
  position: absolute;
  width: 39px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 0 4px 4px 0;
  right: 0;
  top: 0;
  background: #a6a6a6;
}

.ac_footer .footer-search .ac_button:hover {
  background: #c1c1c1;
}

.ac_footer .footer-search.mobile .ac_button {
  right: -1px;
  width: 80px;
}

.ac_footer .footer-policies a, .ac_footer .footer-policies a:visited {
  color: #999;
  padding: 5px;
}

.ac_footer .footer-policies a:hover {
  color: #ccc;
  text-decoration: underline;
}

.ac_footer .footer-policies {
  float: left;
  padding: 10px;
  padding-left: 20px;
  font-size: 12px;
}

.ac_footer .footer-social {
  float: left;
}

.ac_footer .footer-social ul {
  list-style: none;
}

.ac_footer .footer-social ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 0;
}

.ac_footer .footer-social ul li a {
  padding: 10px 14px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 13px;
  color: #fff;
  background-color: #373737;
  border-radius: 40px;
}

.ac_footer .footer-social ul li a:hover {
  background-color: #323232;
}

.ac_footer .footer-social ul li a span[class^=ac-icon] {
  display: block;
  margin-left: -2px;
  width: 16px;
  height: 16px;
  background-image: url(http://d226aj4ao1t61q.cloudfront.net/jw50t2cz7_footer-icons.png);
  background-size: 16px;
  background-repeat: no-repeat;
}

.ac_footer .footer-social .ac-icon-twitter {
  background-position: 50% 0;
}

.ac_footer .footer-social .ac-icon-facebook {
  background-position: 50% -16px;
}

.ac_footer .footer-social .ac-icon-linkedin {
  background-position: 50% -32px;
}

.ac-icon-search-1 {
  display: block;
  width: 20px;
  height: 24px;
  margin-left: 10px;
  background-image: url(http://d226aj4ao1t61q.cloudfront.net/zdec1s2dy_footer-search-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 50% -2px;
}

.submit-ticket-footer {
  position: relative;
  left: 0;
  right: 0;
  top: 50px;
  margin-bottom: 120px;
  padding: 24px 16px 0;
  border-top: 1px solid #eceeef;
}

.submit-ticket-footer__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .submit-ticket-footer__title {
    font-size: 28px;
  }
}
.breadcrumbs {
  list-style: none;
  background-color: transparent;
}

.breadcrumbs > li {
  display: inline;
  letter-spacing: 0.05em;
}

.breadcrumbs > li + li:before {
  content: "/ ";
  padding: 0 0.5rem;
  color: #ccc;
}

@media (min-width: 768px) {
  .breadcrumbs-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.menu-button {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 48px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  border-radius: none;
  box-shadow: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button:active, .menu-button:focus {
  outline: 0;
  box-shadow: none;
}

.menu-button__lines {
  position: absolute;
  top: 19px;
  right: 8px;
  left: 8px;
  display: block;
  height: 5px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.menu-button__lines::after, .menu-button__lines::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #fff;
  border-radius: 2px;
}

.menu-button__lines::before {
  top: -8px;
}

.menu-button__lines::after {
  bottom: -8px;
}

.help-center-name {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .help-center-name {
    font-size: 16px;
  }
}
.scroll-to-top {
  width: 48px;
  height: 48px;
  font-size: 32px !important;
  color: #337ab7;
  text-align: center;
  border: 2px solid #337ab7;
  border-radius: 4px;
  line-height: 48px !important;
  -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);
  z-index: 3;
}

.scroll-to-top:active, .scroll-to-top:focus {
  outline: 0;
}

.scroll-to-top:hover {
  border-color: #1d4568;
  color: #1d4568;
}

.scroll-to-top--fixed {
  position: fixed;
  right: 48px;
  bottom: -192px;
}

.scroll-to-top--fixed.is-active {
  bottom: 48px;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !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;
  }
}
.pt-nav {
  padding-top: 75px;
}

.pt-nav-secondary {
  padding-top: 139px;
}

html {
  scroll-behavior: smooth;
}

.nav-active {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.nav-active::before {
  background: rgba(78, 84, 104, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98;
}

[id^=newnav-].old-theme {
  color: #1f2129;
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 28px;
  margin: 0;
}

[id^=newnav-].old-theme li, [id^=newnav-].old-theme ul {
  margin-bottom: 0;
}

[id^=newnav-].old-theme input {
  padding: 0;
  height: auto;
}

[id^=newnav-].old-theme * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

[id^=newnav-].old-theme .border-box, [id^=newnav-].old-theme [type=email], [id^=newnav-].old-theme [type=number], [id^=newnav-].old-theme [type=password], [id^=newnav-].old-theme [type=tel], [id^=newnav-].old-theme [type=text], [id^=newnav-].old-theme [type=url], [id^=newnav-].old-theme a, [id^=newnav-].old-theme article, [id^=newnav-].old-theme body, [id^=newnav-].old-theme code, [id^=newnav-].old-theme dd, [id^=newnav-].old-theme div, [id^=newnav-].old-theme dl, [id^=newnav-].old-theme dt, [id^=newnav-].old-theme fieldset, [id^=newnav-].old-theme footer, [id^=newnav-].old-theme form, [id^=newnav-].old-theme h1, [id^=newnav-].old-theme h2, [id^=newnav-].old-theme h3, [id^=newnav-].old-theme h4, [id^=newnav-].old-theme h5, [id^=newnav-].old-theme h6, [id^=newnav-].old-theme header, [id^=newnav-].old-theme html, [id^=newnav-].old-theme legend, [id^=newnav-].old-theme li, [id^=newnav-].old-theme main, [id^=newnav-].old-theme ol, [id^=newnav-].old-theme p, [id^=newnav-].old-theme pre, [id^=newnav-].old-theme section, [id^=newnav-].old-theme table, [id^=newnav-].old-theme td, [id^=newnav-].old-theme textarea, [id^=newnav-].old-theme th, [id^=newnav-].old-theme tr, [id^=newnav-].old-theme ul {
  box-sizing: border-box;
}

[id^=newnav-].old-theme .rarr {
  content: "";
  display: inline-block;
  height: 0;
  transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1.25);
  vertical-align: 1px;
  width: 0;
  position: relative;
  transform: translateX(2px);
  will-change: transform;
  border-top-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 4px 0 4px 4px;
}

[id^=newnav-].old-theme .hover-rarr:hover .rarr {
  transform: translateX(4px) !important;
}

[id^=newnav-].old-theme .darr, [id^=newnav-].old-theme .rarr {
  content: "";
  display: inline-block;
  height: 0;
  transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1.25);
  vertical-align: 1px;
  width: 0;
  position: relative;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  will-change: transform;
}

[id^=newnav-].old-theme .darr {
  border-top-style: solid;
  border-left: 0.25rem solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 0.25rem solid transparent;
  border-top-width: 0.25rem;
}

[id^=newnav-].old-theme .none {
  display: none;
}

[id^=newnav-].old-theme .block {
  display: block;
}

[id^=newnav-].old-theme .inline-block {
  display: inline-block;
}

[id^=newnav-].old-theme .ws-no-wrap {
  white-space: nowrap;
}

[id^=newnav-].old-theme .ocean {
  color: #356ae6;
}

[id^=newnav-].old-theme .slate-40 {
  color: #ced3e0;
}

[id^=newnav-].old-theme .slate-60 {
  color: #9298ad;
}

[id^=newnav-].old-theme .slate-120 {
  color: #1f2129;
}

[id^=newnav-].old-theme .white {
  color: #fff;
}

[id^=newnav-].old-theme .bg-ocean-20 {
  background-color: #fafbff;
}

[id^=newnav-].old-theme .bg-white {
  background-color: #fff;
}

[id^=newnav-].old-theme .bg-mint {
  background-color: #19cca3;
}

[id^=newnav-].old-theme .bg-slate {
  background-color: #4e5468;
}

[id^=newnav-].old-theme .bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}

[id^=newnav-].old-theme .hover-white:focus, [id^=newnav-].old-theme .hover-white:hover {
  color: #fff;
}

[id^=newnav-].old-theme .fw-500 {
  font-weight: 500;
}

[id^=newnav-].old-theme .fw-600 {
  font-weight: 600;
}

[id^=newnav-].old-theme .fw-700 {
  font-weight: 700;
}

[id^=newnav-].old-theme .inline-block {
  display: inline-block;
}

[id^=newnav-].old-theme .m-0 {
  margin: 0;
}

[id^=newnav-].old-theme .absolute {
  position: absolute;
}

[id^=newnav-].old-theme .va-middle {
  vertical-align: middle;
}

[id^=newnav-].old-theme .mw-grid {
  max-width: 1080px;
}

[id^=newnav-].old-theme .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

[id^=newnav-].old-theme .mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

[id^=newnav-].old-theme .mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

[id^=newnav-].old-theme .mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

[id^=newnav-].old-theme .mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

[id^=newnav-].old-theme .mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

[id^=newnav-].old-theme .my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

[id^=newnav-].old-theme .mb-0 {
  margin-bottom: 0;
}

[id^=newnav-].old-theme .mb-1 {
  margin-bottom: 4px;
}

[id^=newnav-].old-theme .mb-4 {
  margin-bottom: 16px;
}

[id^=newnav-].old-theme .mb-6 {
  margin-bottom: 24px;
}

[id^=newnav-].old-theme .mb-8 {
  margin-bottom: 32px;
}

[id^=newnav-].old-theme .mr-2 {
  margin-right: 8px;
}

[id^=newnav-].old-theme .mr-4 {
  margin-right: 16px;
}

[id^=newnav-].old-theme .mr-6 {
  margin-right: 24px;
}

[id^=newnav-].old-theme .mr-8 {
  margin-right: 32px;
}

[id^=newnav-].old-theme .ml-1 {
  margin-left: 4px;
}

[id^=newnav-].old-theme .ml-7 {
  margin-left: 28px;
}

[id^=newnav-].old-theme .p-0 {
  padding: 0;
}

[id^=newnav-].old-theme .pr-2 {
  padding-right: 8px;
}

[id^=newnav-].old-theme .p-4 {
  padding: 16px;
}

[id^=newnav-].old-theme .p-5 {
  padding: 20px;
}

[id^=newnav-].old-theme .pb-4 {
  padding-bottom: 16px;
}

[id^=newnav-].old-theme .px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

[id^=newnav-].old-theme .py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

[id^=newnav-].old-theme .py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

[id^=newnav-].old-theme .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

[id^=newnav-].old-theme .py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

[id^=newnav-].old-theme .px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

[id^=newnav-].old-theme .py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

[id^=newnav-].old-theme .pt-1 {
  padding-top: 4px;
}

[id^=newnav-].old-theme .pt-7 {
  padding-top: 28px;
}

[id^=newnav-].old-theme .pt-10 {
  padding-top: 64px;
}

[id^=newnav-].old-theme .pl-8 {
  padding-left: 32px;
}

[id^=newnav-].old-theme .px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

[id^=newnav-].old-theme .py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

[id^=newnav-].old-theme .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

[id^=newnav-].old-theme .bt {
  border-top-style: solid;
}

[id^=newnav-].old-theme .bw-1 {
  border-width: 1px;
}

[id^=newnav-].old-theme .bs-solid {
  border-style: solid;
}

[id^=newnav-].old-theme .bc-ocean {
  border-color: #356ae6;
}

[id^=newnav-].old-theme .bc-ocean-40 {
  border-color: #e3ebfc;
}

[id^=newnav-].old-theme .bc-slate-80 {
  border-color: #5f667e;
}

[id^=newnav-].old-theme .bc-slate-40 {
  border-color: #ced3e0;
}

[id^=newnav-].old-theme .bw-2 {
  border-width: 0.125rem;
}

[id^=newnav-].old-theme .bl {
  border-left-style: solid;
}

[id^=newnav-].old-theme .br-1 {
  border-radius: 4px;
}

[id^=newnav-].old-theme .br-left-1 {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

[id^=newnav-].old-theme .br-right-1 {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

[id^=newnav-].old-theme .bs-none {
  border-style: none;
}

[id^=newnav-].old-theme .px-8 {
  padding-left: 32px;
  padding-right: 32px;
}

[id^=newnav-].old-theme .py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

[id^=newnav-].old-theme .dim {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

[id^=newnav-].old-theme .list {
  list-style: none;
}

[id^=newnav-].old-theme .title {
  font-family: Poppins, Avenir, "Avenir Next", Futura, helvetica, arial, sans-serif;
}

[id^=newnav-].old-theme .body {
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
}

[id^=newnav-].old-theme .body-2 {
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

[id^=newnav-].old-theme .fs-0 {
  font-size: 0;
}

[id^=newnav-].old-theme .fs-1 {
  font-size: 10px;
}

[id^=newnav-].old-theme .fs-2 {
  font-size: 12px;
}

[id^=newnav-].old-theme .fs-3 {
  font-size: 14px;
}

[id^=newnav-].old-theme .fs-4 {
  font-size: 16px;
}

[id^=newnav-].old-theme .fs-5 {
  font-size: 18px;
}

[id^=newnav-].old-theme .fs-6 {
  font-size: 20px;
}

[id^=newnav-].old-theme .lh-0 {
  line-height: 0;
}

[id^=newnav-].old-theme .lh-1 {
  line-height: 12px;
}

[id^=newnav-].old-theme .lh-2 {
  line-height: 16px;
}

[id^=newnav-].old-theme .lh-3 {
  line-height: 20px;
}

[id^=newnav-].old-theme .lh-4 {
  line-height: 24px;
}

[id^=newnav-].old-theme .td-none {
  text-decoration: none;
}

[id^=newnav-].old-theme .tt-upper {
  text-transform: uppercase;
}

[id^=newnav-].old-theme .ls {
  letter-spacing: 1px;
}

[id^=newnav-].old-theme .w-1 {
  width: 16px;
}

[id^=newnav-].old-theme .w-100 {
  width: 100%;
}

[id^=newnav-].old-theme .w-50 {
  width: 50%;
}

[id^=newnav-].old-theme .mw-64 {
  max-width: 1024px;
}

[id^=newnav-].old-theme .link {
  text-decoration: none;
  transition: color 0.3s ease-in;
}

[id^=newnav-].old-theme .link.active {
  border-bottom: 2px solid #fff;
}

[id^=newnav-].old-theme .link:link, [id^=newnav-].old-theme .link:visited {
  transition: color 0.3s ease-in;
}

[id^=newnav-].old-theme .link:hover {
  transition: color 0.3s ease-in;
}

[id^=newnav-].old-theme .link:active {
  transition: color 0.3s ease-in;
}

[id^=newnav-].old-theme .link:focus {
  transition: color 0.3s ease-in;
  outline: 0.0625rem dotted currentColor;
}

[id^=newnav-].old-theme .flex {
  display: flex;
}

[id^=newnav-].old-theme .flex-auto {
  flex: auto;
}

[id^=newnav-].old-theme .flex-shrink-0 {
  flex-shrink: 0;
}

[id^=newnav-].old-theme .flex-grow-0 {
  flex-grow: 0;
}

[id^=newnav-].old-theme .flex-wrap {
  flex-wrap: wrap;
}

[id^=newnav-].old-theme .jc-space-between {
  justify-content: space-between;
}

[id^=newnav-].old-theme .jc-center {
  justify-content: center;
}

[id^=newnav-].old-theme .ai-center {
  align-items: center;
}

[id^=newnav-].old-theme .order-2 {
  order: 2;
}

[id^=newnav-].old-theme .pointer:hover {
  cursor: pointer;
}

[id^=newnav-].old-theme .fill-mint-100 svg, [id^=newnav-].old-theme .fill-mint-100 use {
  fill: #19cca3;
}

[id^=newnav-].old-theme .fill-ocean-100 svg, [id^=newnav-].old-theme .fill-ocean-100 use {
  fill: #356ae6;
}

[id^=newnav-].old-theme .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 16px;
  position: relative;
}

[id^=newnav-].old-theme .icon-xs {
  display: inline-block;
  height: 16px;
  width: 16px;
}

[id^=newnav-].old-theme .icon-xs img, [id^=newnav-].old-theme .icon-xs svg {
  display: block;
  height: 100%;
  width: 100%;
}

[id^=newnav-].old-theme .icon-xs img {
  object-fit: contain;
  object-position: bottom;
}

[id^=newnav-].old-theme .icon-s {
  display: inline-block;
  height: 32px;
  width: 32px;
}

[id^=newnav-].old-theme .icon-s img, [id^=newnav-].old-theme .icon-s svg {
  display: block;
  height: 100%;
  width: 100%;
}

[id^=newnav-].old-theme .icon-s img {
  object-fit: contain;
  object-position: bottom;
}

[id^=newnav-].old-theme .lead-in-1 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

[id^=newnav-].old-theme .lead-in-2 {
  color: #1f2129;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

[id^=newnav-].old-theme .ta-center {
  text-align: center;
}

[id^=newnav-].old-theme .content-box {
  box-sizing: content-box;
}

[id^=newnav-].old-theme .ta-left {
  text-align: left;
}

[id^=newnav-].old-theme .ta-right {
  text-align: right;
}

[id^=newnav-].old-theme .pointer, [id^=newnav-].old-theme .pointer:hover {
  cursor: pointer;
}

[id^=newnav-].old-theme .hover-link-border {
  position: relative;
}

[id^=newnav-].old-theme .hover-link-border::after {
  border-bottom: 2px solid;
  border-color: rgba(255, 255, 255, 0);
  bottom: 0;
  content: "";
  display: block;
  height: auto;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1.25);
  will-change: border-color, opacity, transform;
}

[id^=newnav-].old-theme .hover-link-border:focus:after, [id^=newnav-].old-theme .hover-link-border:hover:after {
  border-color: inherit;
  opacity: 1;
  transform: translateY(4px);
}

[id^=newnav-].old-theme .button-reset, [id^=newnav-].old-theme .input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

[id^=newnav-].old-theme :focus {
  outline: 0;
}

[id^=newnav-].old-theme .button-reset::-moz-focus-inner, [id^=newnav-].old-theme .input-reset::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

[id^=newnav-].old-theme ::placeholder {
  color: #9298ad;
}

[id^=newnav-].old-theme :-ms-input-placeholder {
  color: #9298ad !important;
}

[id^=newnav-].old-theme button, [id^=newnav-].old-theme input {
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 14px;
}

[id^=newnav-].old-theme input {
  font-weight: 500;
  color: #1f2129;
  transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1.25);
}

[id^=newnav-].old-theme .search-form .form-group, [id^=newnav-].old-theme .search-form button {
  background-color: #5f667e;
  transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1.25);
}

[id^=newnav-].old-theme .search-form input {
  color: #fff;
}

[id^=newnav-].old-theme .search-form:focus-within .form-group {
  background-color: #fff;
}

[id^=newnav-].old-theme .search-form:focus-within input {
  color: #1f2129;
}

[id^=newnav-].old-theme .search-form:focus-within button {
  background-color: #356ae6;
  color: #fff;
}

[id^=newnav-].old-theme .bs-soft {
  box-shadow: 0 12px 1.625rem 0 rgba(54, 141, 255, 0.1);
}

[id^=newnav-].old-theme .focus-border {
  box-shadow: 0 0 0 0 #f7f9ff;
  transition: all 0.2s ease;
}

[id^=newnav-].old-theme .focus-border:focus {
  box-shadow: 0 0 0 0.4rem #f7f9ff;
}

[id^=newnav-].old-theme .grid {
  display: flex;
  flex-wrap: wrap;
}

@supports (display: grid) {
  [id^=newnav-].old-theme .grid {
    display: grid;
  }
}
[id^=newnav-].old-theme .g-cols {
  grid-template-columns: repeat(12, 1fr);
}

[id^=newnav-].old-theme .g-col-6 {
  width: 50%;
}

@supports (display: grid) {
  [id^=newnav-].old-theme .g-col-6 {
    width: auto;
    grid-column-end: span 6;
  }
}
[id^=newnav-].old-theme .gap-s > * {
  padding-right: 16px;
}

@supports (display: grid) {
  [id^=newnav-].old-theme .gap-s {
    grid-gap: 16px;
    gap: 16px;
  }
  [id^=newnav-].old-theme .gap-s > * {
    padding-right: 0;
  }
}
@media screen and (min-width: 480px) {
  [id^=newnav-].old-theme .s--g-col-4 {
    width: 33.3333333333%;
  }
  @supports (display: grid) {
    [id^=newnav-].old-theme .s--g-col-4 {
      width: auto;
      grid-column-end: span 4;
    }
  }
  [id^=newnav-].old-theme .s--flex {
    display: flex;
  }
  [id^=newnav-].old-theme .s--ai-center {
    align-items: center;
  }
  [id^=newnav-].old-theme .s--jc-flex-end {
    justify-content: flex-end;
  }
  [id^=newnav-].old-theme .s--jc-flex-start {
    justify-content: flex-start;
  }
  [id^=newnav-].old-theme .s--mw-20 {
    max-width: 320px;
  }
  [id^=newnav-].old-theme .s--m-0 {
    margin: 0;
  }
  [id^=newnav-].old-theme .s--ml-4 {
    margin-left: 16px;
  }
  [id^=newnav-].old-theme .s--mb-0 {
    margin-bottom: 0;
  }
  [id^=newnav-].old-theme .s--order-0 {
    order: 0;
  }
  [id^=newnav-].old-theme .s--order-2 {
    order: 2;
  }
}
@media screen and (min-width: 720px) {
  [id^=newnav-].old-theme .m--g-col-3 {
    width: 25%;
  }
  @supports (display: grid) {
    [id^=newnav-].old-theme .m--g-col-3 {
      width: auto;
      grid-column-end: span 3;
    }
  }
  [id^=newnav-].old-theme .m--g-row-2 {
    grid-row-end: span 2;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .l--g-col-2 {
    width: 16.6666666667%;
  }
  @supports (display: grid) {
    [id^=newnav-].old-theme .l--g-col-2 {
      width: auto;
      grid-column-end: span 2;
    }
  }
  [id^=newnav-].old-theme .l--g-row-1 {
    grid-row-end: span 1;
  }
}
.bg-slate {
  background-color: #4e5468;
}

.pb-10 {
  padding-bottom: 64px;
}

@media screen and (min-width: 1128px) {
  .xl--pb-0 {
    padding-bottom: 0;
  }
}
.newnav-global-spacer {
  display: block;
  flex-shrink: 0;
  background-color: #356ae6;
  height: 75px;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .newnav-global-spacer {
    height: 115px;
  }
}
[id^=newnav-].old-theme .nav-content-container,
[id^=newnav-].old-theme .nav-logo-container,
[id^=newnav-].old-theme .nav-toggle-container,
[id^=newnav-].old-theme.nav-global {
  box-sizing: border-box;
  display: flex;
}

[id^=newnav-].old-theme .nav-content-container,
[id^=newnav-].old-theme .utility-bar {
  color: #1f2129;
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

[id^=newnav-].old-theme.nav-global {
  justify-content: space-between;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

[id^=newnav-].old-theme.nav-global.scrolled {
  transition: top 0.3s;
}

@media screen and (max-width: 980px) {
  [id^=newnav-].old-theme.nav-global {
    position: fixed;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme.nav-global {
    margin-top: 40px;
    padding: 0 20px;
    transition: all 150ms;
  }
}
.nav-content-container, .nav-toggle-container {
  height: 75px;
}

.nav-logo-container, .nav-toggle-container {
  align-items: center;
  transition: all 150ms;
}

.nav-logo, .nav-toggle {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 1;
}

.nav-content-container {
  flex-direction: column;
  flex-grow: 1;
  max-width: 320px;
  height: 75px;
  transition: all 150ms;
}

.nav-active .nav-content-container {
  background: #fff;
  height: 100vh;
}

@media screen and (min-width: 960px) {
  .nav-content-container {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1080px;
  }
}
.nav-logo-container {
  flex-shrink: 1;
  height: 75px;
  padding: 0 20px;
}

@media screen and (min-width: 960px) {
  .nav-logo-container {
    padding: 0;
  }
}
.nav-active .nav-logo-container {
  border-bottom: 1px solid #e3ebfc;
}

.nav-logo {
  fill: #fff;
  max-width: 200px;
  margin-right: 16px;
}

.nav-logo svg {
  max-width: 100%;
}

.nav-active .nav-logo {
  fill: #356ae6;
}

.nav-list-container {
  max-height: 0;
  overflow: hidden;
}

.nav-active .nav-list-container {
  max-height: none;
  overflow-y: auto;
}

@media screen and (min-width: 960px) {
  .nav-list-container {
    max-height: none;
    overflow: visible;
  }
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

@media screen and (min-width: 960px) {
  .nav-list {
    align-items: center;
    display: flex;
    height: 100%;
    transition: height 150ms;
    justify-content: end;
    padding: 0;
  }
}
.nav-list-item {
  font-weight: 500;
}

.nav-list-item:not(.cta) {
  transition: height 150ms;
}

@media screen and (min-width: 960px) {
  .nav-list-item:not(.cta) {
    height: 75px;
  }
}
.nav-list-item:not(.cta):focus-within, .nav-list-item:not(.cta):hover {
  background: #fff;
}

.nav-list-item.dropdown {
  position: inherit;
  display: block;
}

.nav-list-item.dropdown-active {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 320px;
  z-index: 1;
}

[id^=newnav-].old-theme .link-text {
  color: #356ae6;
}

@media screen and (min-width: 960px) {
  .nav-list-item {
    width: auto;
  }
  [id^=newnav-].old-theme .link-text {
    color: #4e5468;
    display: inline-block;
    position: relative;
  }
}
.link-text {
  box-sizing: border-box;
  color: #356ae6;
  cursor: pointer;
  display: inline-block;
  padding: 16px 0;
  text-decoration: none;
}

.link-text:focus, .link-text:hover {
  text-decoration: underline;
}

[id^=newnav-].old-theme .link-text:focus, [id^=newnav-].old-theme .link-text:hover {
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .link-text, [id^=newnav-].old-theme .link-text {
    color: #4e5468;
    display: inline-block;
    position: relative;
  }
  .link-text::after, [id^=newnav-].old-theme .link-text::after {
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0);
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1.25);
    will-change: border-color, opacity, transform;
  }
  .link-text:focus, .link-text:hover, [id^=newnav-].old-theme .link-text:focus, [id^=newnav-].old-theme .link-text:hover {
    color: #1f2129;
    text-decoration: none;
  }
  .link-text:focus::after, .link-text:hover::after, [id^=newnav-].old-theme .link-text:focus::after, [id^=newnav-].old-theme .link-text:hover::after {
    border-color: #356ae6;
    opacity: 1;
    transform: translateY(4px);
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .nav-list-item > .link-text {
    color: #fff;
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 75px;
    margin: 0 12px;
    padding: 0;
    transition: line-height 150ms;
  }
  [id^=newnav-].old-theme .nav-list-item > .link-text:focus::after, [id^=newnav-].old-theme .nav-list-item > .link-text:hover::after {
    border: none;
  }
  [id^=newnav-].old-theme .nav-list-item:not(.cta):focus-within > .link-text, [id^=newnav-].old-theme .nav-list-item:not(.cta):hover > .link-text {
    color: #356ae6;
  }
}
[id^=newnav-].old-theme .dropdown .link-text {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

[id^=newnav-].old-theme .dropdown .link-text .back-arrow {
  display: none;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown .link-text {
    display: inline-block;
    justify-content: start;
  }
  [id^=newnav-].old-theme .dropdown .link-text .rarr {
    margin-left: 4px;
    transform: rotate(90deg);
    transition: 150ms cubic-bezier(0.75, 0, 0.25, 1.25);
    will-change: auto;
  }
}
[id^=newnav-].old-theme .dropdown-active > .link-text {
  border-bottom: 1px solid #e3ebfc;
  color: #1f2129;
  font-family: Poppins, Avenir, "Avenir Next", Futura, helvetica, arial, sans-serif;
  font-size: 18px;
  height: 75px;
  justify-content: flex-start;
}

[id^=newnav-].old-theme .dropdown-active > .link-text .rarr {
  display: none;
}

[id^=newnav-].old-theme .dropdown-active > .link-text .back-arrow {
  border-right: 1px solid #e3ebfc;
  display: inline-block;
  height: 75px;
  margin-right: 20px;
  padding: 0 20px;
}

[id^=newnav-].old-theme .cta .link-text {
  background-color: #19cca3;
  border-radius: 4px;
  border-style: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  padding: 8px 32px;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%;
  margin: 16px 0;
}

[id^=newnav-].old-theme .cta .link-text:focus, [id^=newnav-].old-theme .cta .link-text:hover {
  background-color: #16bb95;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .cta .link-text {
    font-size: 16px;
    margin: 0 0 0 12px;
    padding: 4px 20px;
    width: auto;
  }
}
[id^=newnav-].old-theme span.link-text {
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme span.link-text {
    cursor: default;
  }
}
[id^=newnav-].old-theme .mobile-nav-item {
  display: block;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .mobile-nav-item {
    display: none;
  }
}
[id^=newnav-].old-theme .link-text-lang {
  display: flex;
}

[id^=newnav-].old-theme .dropdown .link-text-lang {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

[id^=newnav-].old-theme .dropdown-active .link-text-lang {
  justify-content: flex-start;
}

[id^=newnav-].old-theme .dropdown-active .link-text-lang .lang-globe-icon {
  display: none;
}

[id^=newnav-].old-theme .dropdown-active .link-text-lang .icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  opacity: 0;
}

[id^=newnav-].old-theme .dropdown-active .link-text-lang.active .icon {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .cta > .link-text::after, .dropdown > .link-text::after {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .dropdown:focus .dropdown-list-container, .dropdown:hover .dropdown-list-container {
    opacity: 1 !important;
    pointer-events: all !important;
  }
}
[id^=newnav-].old-theme .dropdown-active .dropdown-list-container {
  height: calc(100% - 75px);
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list-container {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 75px;
    transition: opacity 0.3s, top 150ms;
    width: 100%;
    left: 0;
    right: 0;
  }
}
[id^=newnav-].old-theme .dropdown-list-container-inner {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list-container-inner {
    max-height: calc(100vh - 115px - 128px);
    overflow-y: auto;
  }
}
[id^=newnav-].old-theme .dropdown-active .dropdown-list-container-inner {
  height: 100%;
  max-height: none;
  overflow-y: auto;
}

[id^=newnav-].old-theme .dropdown-list-container-shadow {
  display: none;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list-container-shadow {
    background: linear-gradient(to bottom, rgba(54, 141, 255, 0.3) 0, transparent 100%);
    display: block;
    height: 16px;
  }
}
[id^=newnav-].old-theme .dropdown-list {
  list-style: none;
  padding: 0 20px;
}

[id^=newnav-].old-theme .dropdown-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

[id^=newnav-].old-theme .dropdown-list .link-text .rarr {
  display: none;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list {
    border-radius: 4px;
    display: flex;
    padding: 16px 0;
    position: relative;
    width: 100%;
  }
  [id^=newnav-].old-theme .dropdown-list ul .link-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 0;
  }
  [id^=newnav-].old-theme .dropdown-list .link-text .rarr {
    display: inline-block;
    transform: rotate(0);
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list::before {
    left: 49%;
  }
}
[id^=newnav-].old-theme .feature-list ul {
  display: none;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .feature-list {
    flex-wrap: wrap;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  [id^=newnav-].old-theme .feature-list ul {
    display: block;
  }
  [id^=newnav-].old-theme .feature-list > li {
    max-width: 50%;
  }
  [id^=newnav-].old-theme .feature-list > li > .link-text {
    color: #356ae6;
    padding: 0;
    margin: 16px 0;
  }
  [id^=newnav-].old-theme .feature-list > li > .link-text:focus, [id^=newnav-].old-theme .feature-list > li > .link-text:hover {
    color: #356ae6;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .feature-list {
    width: 880px;
  }
  [id^=newnav-].old-theme .feature-list li {
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .solution-list ul {
    display: block;
  }
}
[id^=newnav-].old-theme .dropdown-list-product ul {
  display: none;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list-product {
    flex-wrap: wrap;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  [id^=newnav-].old-theme .dropdown-list-product ul {
    display: block;
  }
  [id^=newnav-].old-theme .dropdown-list-product > li {
    width: 50%;
    padding: 0 16px;
  }
  [id^=newnav-].old-theme .dropdown-list-product > li > .link-text {
    color: #356ae6;
    padding: 0;
    margin: 16px 0;
  }
  [id^=newnav-].old-theme .dropdown-list-product > li > .link-text:focus, [id^=newnav-].old-theme .dropdown-list-product > li > .link-text:hover {
    color: #356ae6;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list-product > li {
    width: auto;
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1120px) {
  [id^=newnav-].old-theme .dropdown-list-product > li:first-child {
    padding: 0 16px 0 0;
  }
  [id^=newnav-].old-theme .dropdown-list-product > li:last-child {
    padding: 0 0 0 16px;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list-solutions > li {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list-solutions-links {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .dropdown-list-solutions-links > li {
    padding: 0 16px;
    flex: 1 1 auto;
    width: 33.333%;
  }
}
@media screen and (min-width: 1120px) {
  [id^=newnav-].old-theme .dropdown-list-solutions-links > li:first-child {
    padding: 0 16px 0 0;
  }
  [id^=newnav-].old-theme .dropdown-list-solutions-links > li:last-child {
    padding: 0 0 0 16px;
  }
}
@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .want-to-col {
    display: block;
  }
}
[id^=newnav-].old-theme .solutions-icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
}

[id^=newnav-].old-theme .nav-toggle-container {
  justify-content: center;
  position: relative;
  width: 57px;
  height: 75px;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme .nav-toggle-container {
    display: none;
  }
}
[id^=newnav-].old-theme.utility-bar-container {
  box-sizing: border-box;
  background-color: #0022D2;
  display: none;
  height: 40px;
  left: 0;
  padding: 0 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

@media screen and (min-width: 960px) {
  [id^=newnav-].old-theme.utility-bar-container {
    display: block;
  }
}
[id^=newnav-].old-theme .search-link svg {
  fill: #c1d1f7;
  transition: fill 0.3s;
  vertical-align: middle;
}

[id^=newnav-].old-theme .search-link:hover svg {
  fill: #fff;
}

[id^=newnav-].old-theme .language-selector .nav-popover {
  height: 40px;
  display: block;
}

[id^=newnav-].old-theme .language-selector .nav-popover svg {
  vertical-align: middle;
  margin-right: 8px;
  fill: #c1d1f7;
  transition: fill 0.3s;
}

[id^=newnav-].old-theme .language-selector .popover-current {
  line-height: 40px;
}

[id^=newnav-].old-theme .language-selector .popover-arrow {
  vertical-align: middle;
  color: #ced3e0;
}

[id^=newnav-].old-theme .language-selector .popover-box {
  display: none;
}

[id^=newnav-].old-theme .language-selector .icon {
  height: 16px;
  width: 16px;
  opacity: 0;
}

[id^=newnav-].old-theme .language-selector .language-option.active .icon {
  opacity: 1;
}

[id^=newnav-].old-theme .language-selector .language-choosen {
  display: none;
}

[id^=newnav-].old-theme .language-selector .language-choosen.active {
  display: inline;
}

[id^=newnav-].old-theme .language-selector:focus, [id^=newnav-].old-theme .language-selector:hover {
  text-decoration: none;
}

[id^=newnav-].old-theme .language-selector:focus .nav-popover svg, [id^=newnav-].old-theme .language-selector:hover .nav-popover svg {
  fill: #fff;
}

[id^=newnav-].old-theme .language-selector:focus .popover-arrow, [id^=newnav-].old-theme .language-selector:hover .popover-arrow {
  color: #fff;
}

[id^=newnav-].old-theme .language-selector:focus .popover-current, [id^=newnav-].old-theme .language-selector:hover .popover-current {
  text-decoration: none;
}

[id^=newnav-].old-theme .language-selector:focus .popover-box, [id^=newnav-].old-theme .language-selector:hover .popover-box {
  display: block;
}

[id^=newnav-].old-theme .utility-links li {
  display: inline;
  line-height: 40px;
  margin-left: 20px;
}

.nav-toggle {
  height: 32px;
  width: 32px;
}

.nav-toggle g {
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  stroke: #fff;
}

.nav-toggle .bottom, .nav-toggle .middle, .nav-toggle .top {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.25, 1.25);
}

.nav-toggle .bottom, .nav-toggle .top {
  transform: translate(0, 0) rotate(0);
  transition-property: transform;
}

.nav-toggle .top {
  transform-origin: top right;
}

.nav-toggle .bottom {
  transform-origin: bottom right;
}

.nav-toggle:hover .top {
  transform: translate(0, 7%) rotate(0);
}

.nav-toggle:hover .bottom {
  transform: translate(0, -7%) rotate(0);
}

.nav-active .nav-toggle {
  position: relative;
  top: -8px;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.75, 0, 0.25, 1.25);
  transition-property: transform;
}

.nav-active .nav-toggle:hover {
  transform: scale(0.95);
}

.nav-active .nav-toggle .top {
  transform: translate(-30%, 0) rotate(-45deg);
}

.nav-active .nav-toggle .middle {
  opacity: 0;
}

.nav-active .nav-toggle .bottom {
  transform: translate(-30%, 0) rotate(45deg);
}

.nav-active .nav-toggle::after {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  content: "";
  display: block;
  height: 48px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}

#newnav-header ~ .ac_section {
  margin-top: 0;
  padding: 0 20px;
}

@media screen and (max-width: 980px) {
  #newnav-header ~ .ac_section:not(#subnav-fixed) ~ .ac_body-wrapper, #newnav-header ~ .ac_section:not(#subnav-fixed) ~ main:not(.ml-landing) {
    margin-top: 124px;
  }
}
#newnav-header ~ .ac_section.pinned {
  top: 0;
}

body#chrome-page .ac_content.ac_subheader {
  margin-top: 0 !important;
}

#newnav-footer {
  top: 0;
}

#newnav-footer nav {
  position: relative !important;
}

#newnav-footer h6 {
  font-weight: 700;
}

#newnav-footer .selector-text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5rem;
}

#newnav-footer .selector-text .active {
  border-bottom: 2px solid #fff;
  color: #fff;
  padding-bottom: 4px;
}

#newnav-footer .mb-5 {
  margin-bottom: 1.25rem;
}

#newnav-footer .pl-4 {
  padding-left: 1.25rem;
}

#newnav-footer .pl-5 {
  padding-left: 1.25rem;
}

#newnav-footer .pl-4 {
  padding-left: 1rem;
}

#newnav-footer .pr-9 {
  padding-right: 3rem;
}

#newnav-footer .pr-8 {
  padding-right: 2rem;
}

#newnav-footer .w-75 {
  width: 75%;
}

#newnav-footer .ai-stretch {
  align-items: stretch;
}

#newnav-footer .jc-start {
  justify-content: start;
}

#newnav-footer .lead-in-1 {
  font-weight: 700;
}

#newnav-footer .hover-td-underline:active, #newnav-footer .hover-td-underline:hover {
  text-decoration: underline;
}

#newnav-footer .br-circle {
  border-radius: 100%;
}

@media screen and (max-width: 45rem) {
  #newnav-footer .s--flex-column {
    flex-direction: column;
  }
  #newnav-footer .s--flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 45rem) {
  #newnav-footer .m--pl-8 {
    padding-left: 2rem;
  }
  #newnav-footer .m--mb-6 {
    margin-bottom: 1.5rem;
  }
  #newnav-footer .m--flex-row {
    flex-direction: row;
  }
  #newnav-footer .m--flex-wrap {
    flex-wrap: wrap;
  }
  #newnav-footer .m--w-33 {
    width: 33.333%;
  }
}
@media screen and (min-width: 60rem) {
  #newnav-footer .selector-text {
    display: inline-block;
    position: relative;
  }
  #newnav-footer .selector-text::after {
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0);
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: 0.3s ease-in;
    will-change: border-color, opacity, transform;
  }
  #newnav-footer .l--w-100 {
    width: 100%;
  }
  #newnav-footer .l--flex-nowrap {
    flex-wrap: nowrap;
  }
  #newnav-footer .l--flex-row {
    flex-direction: row;
  }
  #newnav-footer .l--pr-9 {
    padding-right: 3rem;
  }
  #newnav-footer .l--px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #newnav-footer .l--w-auto {
    width: auto;
  }
}
#newnav-footer .footer-featured-apps .app-card {
  color: #fff;
}

#newnav-footer .footer-featured-apps .app-card .app-card-icon {
  color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(31, 33, 41, 0.06);
  width: 1.75rem;
  max-width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

#newnav-footer .footer-featured-apps .app-card .app-card-icon img {
  max-width: 28px;
  max-height: 28px;
}

#newnav-footer .footer-featured-apps .app-card .app-card-text p {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media screen and (max-width: 959px) {
  #newnav-footer .footer-featured-apps .app-icon {
    max-height: 46px;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  #newnav-footer .footer-featured-apps .app-icon {
    max-height: 42px;
    width: auto;
  }
}
.language-picker ul {
  text-align: center;
}

.language-picker ul li:not(:first-of-type):before {
  content: "·";
  display: inline-block;
  margin: 0 8px;
  color: #ced3e0;
  font-weight: 700;
}

.bg-nav-ocean, .bg-nav-slate-120 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 75px;
  background-color: #356ae6;
  transition: all 150ms;
}

@media screen and (min-width: 960px) {
  .bg-nav-ocean, .bg-nav-slate-120 {
    height: 115px;
  }
}
.bg-nav-slate-120 {
  background-color: #1f2129;
}

.nav-global {
  position: fixed;
}

.ac_section {
  position: fixed !important;
  left: 0;
  right: 0;
}

.nav-spacer {
  height: 145px;
  background-color: #356ae6;
}

@media (min-width: 397px) {
  .nav-spacer {
    height: 105px;
  }
}
@media (min-width: 768px) {
  .nav-spacer {
    height: 35px;
  }
}
.nav-global .nav-content-container, .nav-global .nav-logo-container, .nav-global .nav-toggle-container {
  transition: all 150ms;
}

.nav-inactive .nav-global.scrolled {
  background-color: #004CFF;
}

.nav-inactive .nav-global.scrolled .nav-content-container, .nav-inactive .nav-global.scrolled .nav-list-item:not(.cta), .nav-inactive .nav-global.scrolled .nav-logo-container, .nav-inactive .nav-global.scrolled .nav-toggle-container {
  height: 52px;
}

.nav-inactive .nav-global.scrolled .nav-list-item:not(.cta) > .link-text {
  line-height: 52px;
}

.nav-inactive .nav-global.scrolled .dropdown-list-container {
  top: 52px;
}

.nav-inactive .nav-global.scrolled ~ .bg-nav-ocean, .nav-inactive .nav-global.scrolled ~ .bg-nav-slate-120 {
  height: 52px;
}

@media screen and (min-width: 960px) {
  .nav-inactive .nav-global.scrolled ~ .bg-nav-ocean, .nav-inactive .nav-global.scrolled ~ .bg-nav-slate-120 {
    height: 92px;
  }
}
.nav-inactive .nav-global.scrolled ~ .secondary-nav {
  top: 52px;
}

@media screen and (min-width: 960px) {
  .nav-inactive .nav-global.scrolled ~ .secondary-nav {
    top: 92px;
  }
}
@media screen and (min-width: 720px) {
  .nav-inactive .nav-global.scrolled ~ .secondary-nav {
    background-color: #356ae6;
  }
  .nav-inactive .nav-global.scrolled ~ .secondary-nav .secondary-nav-topic {
    padding: 10px 0 12px 0;
  }
}
.nav-inactive .nav-global.scrolled ~ .secondary-nav .secondary-nav-dropdown {
  padding: 0;
}

.nav-global.scrolled ~ .ac_section {
  top: 52px;
  transition: top 0.3s;
}

@media screen and (min-width: 960px) {
  .nav-inactive .nav-global.scrolled ~ .ac_section {
    top: 92px;
    transition: top 0.3s;
  }
}
@media screen and (max-width: 959px) {
  .app-icon {
    max-height: 46px;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .app-icon {
    max-height: 42px;
    width: auto;
  }
}
#nav-b .mw-32 {
  max-width: 32rem;
}

#nav-b .slate {
  color: #4e5468;
}

#nav-b .ocean {
  color: #356ae6;
}

#nav-b .hover-ocean:focus, #nav-b .hover-ocean:hover {
  color: #356ae6;
}

#nav-b .bg-ocean {
  background-color: #356ae6;
}

#nav-b .hover-bg-ocean:focus, #nav-b .hover-bg-ocean:hover {
  background-color: #356ae6;
}

#nav-b .bc-ocean {
  border-color: #356ae6;
}

#nav-b .ocean-120 {
  color: #1b54d9;
}

#nav-b .hover-ocean-120:focus, #nav-b .hover-ocean-120:hover {
  color: #1b54d9;
}

#nav-b .bg-ocean-120 {
  background-color: #1b54d9;
}

#nav-b .hover-bg-ocean-120:focus, #nav-b .hover-bg-ocean-120:hover {
  background-color: #1b54d9;
}

#nav-b .none {
  display: none;
}

#nav-b .bb {
  border-bottom-style: solid;
}

#nav-b .br-circle {
  border-radius: 100%;
}

#nav-b .body-1 {
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

#nav-b .body-4 {
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

#nav-b .hover-cta-ocean {
  transition: 0.3s cubic-bezier(0.75, 0, 0.25, 1.25);
}

#nav-b .hover-cta-ocean:focus, #nav-b .hover-cta-ocean:hover {
  background-color: #225ce5;
}

#nav-b .z-2 {
  z-index: 2;
}

#nav-b .mb-2 {
  margin-bottom: 0.5rem;
}

#nav-b .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#nav-b .mt-5 {
  margin-top: 1.25rem;
}

#nav-b .pl-5 {
  padding-left: 1.25rem;
}

#nav-b .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#nav-b .pr-8 {
  padding-right: 2rem;
}

#nav-b .flex-grow-0 {
  flex-grow: 0;
}

#nav-b .flex-grow-1 {
  flex-grow: 1;
}

#nav-b .flex-column, #newnav-footer .flex-column {
  flex-direction: column;
}

#nav-b .ji-center, #newnav-footer .ji-center {
  justify-items: center;
}

#nav-b .jc-space-around {
  justify-content: space-around;
}

@media screen and (min-width: 45rem) {
  #nav-b .m--w-100 {
    width: 100%;
  }
  #nav-b .m--g-col-4 {
    width: 33.33333%;
  }
  @supports (display: grid) {
    #nav-b .m--g-col-4 {
      width: auto;
      grid-column-end: span 4;
    }
  }
  #nav-b .m--my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 60rem) {
  #nav-b .l--grid {
    display: flex;
    flex-wrap: wrap;
  }
  @supports (display: grid) {
    #nav-b .l--grid {
      display: grid;
    }
  }
  #nav-b .l--gap-none > * {
    padding: 0;
  }
  @supports (display: grid) {
    #nav-b .l--gap-none {
      grid-gap: 0;
      gap: 0;
    }
    #nav-b .l--gap-none > * {
      padding: 0;
    }
  }
  #nav-b .l--gap-s > * {
    padding: 0.5rem;
  }
  @supports (display: grid) {
    #nav-b .l--gap-s {
      grid-gap: 1rem;
      gap: 1rem;
    }
    #nav-b .l--gap-s > * {
      padding: 0;
    }
  }
  #nav-b .l--gap-m > * {
    padding: 0.75rem;
  }
  @supports (display: grid) {
    #nav-b .l--gap-m {
      grid-gap: 1.5rem;
      gap: 1.5rem;
    }
    #nav-b .l--gap-m > * {
      padding: 0;
    }
  }
  #nav-b .l--gap-l > * {
    padding: 1rem;
  }
  @supports (display: grid) {
    #nav-b .l--gap-l {
      grid-gap: 2rem;
      gap: 2rem;
    }
    #nav-b .l--gap-l > * {
      padding: 0;
    }
    #nav-b .l--gap-l > .pr-8 {
      padding-right: 2rem;
    }
  }
  #nav-b .l--g-cols {
    grid-template-columns: repeat(12, 1fr);
  }
  #nav-b .l--body-2 {
    font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  #nav-b .l--body-3 {
    font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #nav-b .l--mt-0 {
    margin-top: 0;
  }
  #nav-b .l--pl-0 {
    padding-left: 0;
  }
  #nav-b .l--mb-5 {
    margin-bottom: 1.25rem;
  }
  #nav-b .l--py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  #nav-b .l--px-10 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #nav-b .l--px-11 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #nav-b .l--none {
    display: none;
  }
  #nav-b .l--inline {
    display: inline;
  }
  #nav-b .l--block {
    display: block;
  }
  #nav-b .l--inline-block {
    display: inline-block;
  }
  #nav-b .nav-list-item:not(.cta):not(.hover-bg-none):focus-within, #nav-b .nav-list-item:not(.cta):not(.hover-bg-none):hover {
    background: 0 0;
  }
  #nav-b .nav-list-item:not(.cta), .nav-list-item:not(.cta):focus-within > #nav-b, .nav-list-item:not(.cta):hover > #nav-b {
    color: #fff;
  }
  #nav-b .nav-list-item:not(.cta):focus-within > .link-text, #nav-b .nav-list-item:not(.cta):hover > .link-text {
    cursor: pointer;
    color: #fff;
  }
  #nav-b .l--w-100 {
    width: 100%;
  }
  #nav-b .l--pr-10 {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 60rem) {
  #nav-b .dropdown-list-container-inner {
    padding: 0;
    display: flex;
    box-shadow: 0 4px 12px rgba(31, 33, 41, 0.08);
  }
  #nav-b .dropdown-list-container-inner .link-text {
    padding: unset;
  }
}
#nav-b .link-text {
  color: #4e5468;
}

@media screen and (min-width: 60rem) {
  #nav-b .nav-list-item > .link-text {
    color: #fff;
  }
}
#nav-b .dropdown-active > .link-text {
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

@media screen and (min-width: 60rem) {
  #nav-b .dropdown-list ul .link-text {
    font-weight: 400;
  }
}
@media screen and (min-width: 60rem) {
  #nav-b nav .dropdown-list {
    padding: 0;
  }
}
#nav-b nav .dropdown-list-product {
  flex-wrap: nowrap;
}

#nav-b nav .dropdown-list-product > li {
  width: unset;
  padding: 0;
}

#nav-b nav .dropdown-list-product > li:not(:last-child) {
  padding: 0 16px 0 0;
}

@media screen and (min-width: 60rem) {
  #nav-b nav .dropdown-list-product > li > .link-text {
    margin: 0 0 16px;
    color: #356ae6;
  }
}
@media screen and (min-width: 70rem) {
  #nav-b .dropdown-list-solutions-links > li:first-child {
    padding: 0 32px 0 0;
  }
  #nav-b .dropdown-list-solutions-links > li:last-child {
    padding: unset;
  }
}
@media screen and (min-width: 60rem) {
  #nav-b .l--bg-slate-20 {
    background-color: #f7f9ff;
  }
}
#nav-b .app-card {
  color: #5f667e;
}

#nav-b .app-card .app-card-icon {
  color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(31, 33, 41, 0.06);
  width: 3.375rem;
  max-width: 3.375rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

#nav-b .app-card .app-card-icon img {
  max-width: 2.25rem;
  max-height: 2.25rem;
}

#nav-b .app-card:focus, #nav-b .app-card:focus .app-card-icon, #nav-b .app-card:hover, #nav-b .app-card:hover .app-card-icon {
  color: #356ae6;
}

#nav-b .app-card:focus .app-card-icon, #nav-b .app-card:hover .app-card-icon {
  box-shadow: 0 8px 20px rgba(53, 106, 230, 0.2);
}

/* Stu - 11-10-2021 */
.search-results-head {
  display: inline-block;
  width: 100%;
}

.flex-column {
  flex-flow: column;
}

form footer, .article-footer {
  background-color: transparent;
}

/* Stu - 12-18-2022 */
#nav-b .bc-dusk {
  border-color: #003343;
}

#nav-b .ac-blue {
  color: #004CFF;
}

.search-results-subheading {
  font-size: 1.6em !important;
  margin: 0.67em 0 !important;
}

/**************************\ content tags \**************************/
section.content-tags {
  margin: 0 0 24px;
}

.content-tags p {
  display: inline;
  font-weight: 500;
}

ul.content-tag-list {
  display: inline;
  margin-left: 6px;
}

li.content-tag-item {
  display: inline;
  font-weight: 500;
}

li.content-tag-item:not(:nth-child(1)) {
  margin-left: 4px;
  padding-left: 6px;
  border-left: 2px solid #004cff;
}

/** Chris S. - Articles TOC tweak */
.lt-toc_is-mobile {
  z-index: 97 !important;
}

/* ==========================================================================
  Nav overrides
========================================================================== */
.rest-partials .navigation__primary__right .try-container-desktop .try-submit-input {
  padding-right: 3rem;
  padding-left: 1rem;
}

/* ==========================================================================
  Craft Navigation
========================================================================== */
.craftHeader .container, .craftFooter .container {
  max-width: 100%;
}

.craftHeader {
  height: 78.6px;
  font-size: 1rem;
  position: relative;
  /*   z-index: 2; */
}

@media screen and (max-width: 768px) {
  .craftHeader {
    height: 72px;
  }
}
.craftHeader .dynamic-header {
  transition: opacity 0.75s ease;
  opacity: 1;
}

.craftHeader .dynamic-header.loading {
  opacity: 0;
}

@media (min-width: 640px) {
  .craftHeader .dynamic-header .mobile-menu-content {
    padding-top: unset;
    padding-bottom: unset;
  }
}
.craftHeader .skeleton-loader {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  opacity: 1;
  padding: 0 20px;
}

.craftHeader .skeleton-loader.fade-out {
  opacity: 0;
}

.craftHeader .skeleton-loader .skeleton-logo, .craftHeader .skeleton-loader .skeleton-line, .craftHeader .skeleton-loader .skeleton-button, .craftHeader .skeleton-loader .skeleton-mobile-menu {
  border-radius: 0.25rem;
  width: 100%;
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}

.craftHeader .skeleton-loader .skeleton-logo {
  max-width: 246.28px;
  aspect-ratio: 9.7343873518;
}

.craftHeader .skeleton-loader .skeleton-links {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  max-width: 500px;
}

@media screen and (max-width: 1024px) {
  .craftHeader .skeleton-loader .skeleton-links {
    display: none;
  }
}
.craftHeader .skeleton-loader .skeleton-links .skeleton-line {
  height: 20px;
  width: 50px;
}

.craftHeader .skeleton-loader .skeleton-buttons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 240px;
}

@media screen and (max-width: 1024px) {
  .craftHeader .skeleton-loader .skeleton-buttons {
    max-width: 300px;
  }
}
.craftHeader .skeleton-loader .skeleton-buttons div {
  margin-left: 3px;
}

.craftHeader .skeleton-loader .skeleton-buttons .skeleton-button {
  max-width: 118px;
  height: 51px;
  border-radius: 5rem;
}

@media screen and (max-width: 640px) {
  .craftHeader .skeleton-loader .skeleton-buttons .skeleton-button {
    display: none;
  }
}
.craftHeader .skeleton-loader .skeleton-mobile-menu {
  display: none;
  border-radius: 5rem;
  height: 51px;
  width: 51px;
}

@media screen and (max-width: 1024px) {
  .craftHeader .skeleton-loader .skeleton-mobile-menu {
    display: block;
  }
}
@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}
.craftHeader + .subnav-wrapper {
  position: static;
}

.craftHeader + .subnav-wrapper .subpage-nav {
  z-index: 1;
}

.py-xs {
  padding-bottom: 17px !important;
}

.bg-ac-blue-1000\/72\% {
  background-color: transparent !important;
}

.fixed.left-0.right-0.bottom-0.top-0.bg-ac-blue-1000\/88\%.z-10 {
  display: none !important;
}

.nav-link {
  padding: clamp(0.6875rem, 0.6556rem + 0.1596vi, 0.875rem) clamp(0.6875rem, 0.613rem + 0.3723vi, 1.125rem) !important;
}

.text-2xs {
  font-size: clamp(0.6914rem, 0.6761rem + 0.0765vi, 0.7813rem) !important;
}

h3.text-2xs.leading-tight.tracking-wider.uppercase.block.mb-lg-sm.text-theme-secondary {
  font-family: "IBM Plex Sans";
}

h3.text-2xs.leading-tight.tracking-wider.uppercase.text-white-64\% {
  margin: 0;
}

a.type-h5.text-theme-color:hover {
  text-decoration: none !important;
}

a.text-theme-color.text-sm:hover {
  text-decoration: none !important;
}

/* Owners Font Face Declarations */
@font-face {
  font-family: "Owners";
  src: url("https://www.activecampaign.com/dist/fonts/Owners-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; /* Better for performance than 'block' */
}
@font-face {
  font-family: "Owners";
  src: url("https://www.activecampaign.com/dist/fonts/Owners-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/*The H1 styles cause element overflow on articles at mobile breakpoint.*/
/*Here we adjust those sizes on articles only.*/
.article h1 {
  text-wrap: balance;
  font-size: clamp(2rem, 2vw + 1.75rem, 2.25rem);
}
@media (min-width: 768px) {
  .article h1 {
    font-size: 2.5rem;
  }
}

/**
 * The form magnifying glass is being styled by the <form> tag styles.
 * This corrects for that.
 */
/** Category, Section, and Article pages **/
.search-box-small .search:before {
  display: none !important;
}
.search-box-small .search input[type=search] {
  height: 45px;
  background-image: url(/hc/theming_assets/01HZFAG4S0NCG9KAKP7TRBYWQT);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 15px 15px;
}

/* Homepage Search Field */
.search-box--without-button .search:before,
[dir] .search-box--without-button .search:before,
[dir=ltr] .search-box--without-button .search:before {
  margin-top: 0;
  top: 12px;
  font-size: 16px;
}
.search-box--without-button .search #query,
[dir] .search-box--without-button .search #query,
[dir=ltr] .search-box--without-button .search #query {
  height: 40px;
}
@media (min-width: 768px) {
  .search-box--without-button .search:before,
  [dir] .search-box--without-button .search:before,
  [dir=ltr] .search-box--without-button .search:before {
    font-size: 20px;
    top: 20px;
  }
  .search-box--without-button .search #query,
  [dir] .search-box--without-button .search #query,
  [dir=ltr] .search-box--without-button .search #query {
    height: 60px;
  }
}

.article-container .plan-info-banner {
  container-type: inline-size;
  container-name: plan-info-banner;
}
.article-container .plan-info-banner .available-plans,
.article-container .plan-info-banner .add-on {
  display: none;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans {
  background-color: var(--ac-blue-200);
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template: "brand" "plans";
  flex-direction: column;
  padding: 1rem 1.125rem;
  font-family: "Owners", helvetica, arial, sans-serif;
  letter-spacing: 0.03em;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .brand, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .brand, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .brand, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.625rem;
  grid-area: brand;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .brand *, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .brand *, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .brand *, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .brand * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .brand .brand-name, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .brand .brand-name, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .brand .brand-name, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .brand .brand-name {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--midnight-1000);
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .plans, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .plans, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .plans, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .plans {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-area: plans;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .plan-type, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .plan-type, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .plan-type, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .plan-type {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25rem;
  color: rgba(0, 0, 45, 0.4);
  align-items: center;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .plan-type + *, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .plan-type + *, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .plan-type + *, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .plan-type + * {
  margin-left: 1.25rem;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .plan-type img, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .plan-type img, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .plan-type img, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .plan-type img {
  width: auto;
  height: 1rem;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .plan-type .check, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .plan-type .check, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .plan-type .check, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .plan-type .check {
  display: none;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans .plan-type .x, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans .plan-type .x, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans .plan-type .x, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans .plan-type .x {
  display: block;
}
@container plan-info-banner (min-width:600px) {
  .article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans {
    gap: 1rem;
  }
}
@media (min-width: 640px) {
  .article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans {
    flex-direction: row;
    padding: 1.25rem;
    grid-template: "brand plans";
    grid-template-columns: fit-content(270px) minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .article-container[data-banner-type=Banner_Starter] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .available-plans, .article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .available-plans {
    justify-content: flex-start;
  }
}
.article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .plan-type.enterprise {
  color: var(--midnight-1000);
}
.article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .plan-type.enterprise .check {
  display: block;
}
.article-container[data-banner-type=Banner_Enterprise] .plan-info-banner .plan-type.enterprise .x {
  display: none;
}
.article-container[data-banner-type=Banner_Pro] .plan-info-banner .plan-type.pro, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .plan-type.enterprise {
  color: var(--midnight-1000);
}
.article-container[data-banner-type=Banner_Pro] .plan-info-banner .plan-type.pro .check, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .plan-type.enterprise .check {
  display: block;
}
.article-container[data-banner-type=Banner_Pro] .plan-info-banner .plan-type.pro .x, .article-container[data-banner-type=Banner_Pro] .plan-info-banner .plan-type.enterprise .x {
  display: none;
}
.article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.plus, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.pro, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.enterprise {
  color: var(--midnight-1000);
}
.article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.plus .check, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.pro .check, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.enterprise .check {
  display: block;
}
.article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.plus .x, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.pro .x, .article-container[data-banner-type=Banner_Plus] .plan-info-banner .plan-type.enterprise .x {
  display: none;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.starter, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.plus, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.pro, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.enterprise {
  color: var(--midnight-1000);
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.starter .check, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.plus .check, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.pro .check, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.enterprise .check {
  display: block;
}
.article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.starter .x, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.plus .x, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.pro .x, .article-container[data-banner-type=Banner_Starter] .plan-info-banner .plan-type.enterprise .x {
  display: none;
}
.article-container[data-banner-type=Banner_SE] .plan-info-banner .add-on, .article-container[data-banner-type=Banner_Pipelines] .plan-info-banner .add-on, .article-container[data-banner-type=Banner_Pipelines_SE] .plan-info-banner .add-on, .article-container[data-banner-type=Banner_Pipelines_SE_Accounts] .plan-info-banner .add-on, .article-container[data-banner-type=Banner_SMS] .plan-info-banner .add-on, .article-container[data-banner-type=Banner_Custom_Reports] .plan-info-banner .add-on, .article-container[data-banner-type=Banner_Transactional_Email] .plan-info-banner .add-on, .article-container[data-banner-type=Banner_WhatsApp] .plan-info-banner .add-on {
  background-color: var(--ac-blue-200);
  margin-bottom: 1rem;
  align-items: stretch;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  padding: 0.625rem 1.75rem;
  font-family: "IBM Plex Sans", "Franklin Gothic", "ITC Franklin Gothic", helvetica, arial, sans-serif;
  font-size: 1rem;
  color: var(--midnight-1000);
  gap: 1.25rem;
  letter-spacing: 0.03rem;
}
.article-container[data-banner-type=Banner_SE] .plan-info-banner .add-on .ac-logo, .article-container[data-banner-type=Banner_Pipelines] .plan-info-banner .add-on .ac-logo, .article-container[data-banner-type=Banner_Pipelines_SE] .plan-info-banner .add-on .ac-logo, .article-container[data-banner-type=Banner_Pipelines_SE_Accounts] .plan-info-banner .add-on .ac-logo, .article-container[data-banner-type=Banner_SMS] .plan-info-banner .add-on .ac-logo, .article-container[data-banner-type=Banner_Custom_Reports] .plan-info-banner .add-on .ac-logo, .article-container[data-banner-type=Banner_Transactional_Email] .plan-info-banner .add-on .ac-logo, .article-container[data-banner-type=Banner_WhatsApp] .plan-info-banner .add-on .ac-logo {
  background-repeat: no-repeat;
  max-width: 60px;
  max-height: 3.5lh;
  margin-top: 0.15rem;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.article-container[data-banner-type=Banner_SE] .plan-info-banner .add-on .add-on__text, .article-container[data-banner-type=Banner_Pipelines] .plan-info-banner .add-on .add-on__text, .article-container[data-banner-type=Banner_Pipelines_SE] .plan-info-banner .add-on .add-on__text, .article-container[data-banner-type=Banner_Pipelines_SE_Accounts] .plan-info-banner .add-on .add-on__text, .article-container[data-banner-type=Banner_SMS] .plan-info-banner .add-on .add-on__text, .article-container[data-banner-type=Banner_Custom_Reports] .plan-info-banner .add-on .add-on__text, .article-container[data-banner-type=Banner_Transactional_Email] .plan-info-banner .add-on .add-on__text, .article-container[data-banner-type=Banner_WhatsApp] .plan-info-banner .add-on .add-on__text {
  display: flex;
  flex-direction: column;
}
.article-container[data-banner-type=Banner_SE] .plan-info-banner .add-on .add-on__text .headline, .article-container[data-banner-type=Banner_Pipelines] .plan-info-banner .add-on .add-on__text .headline, .article-container[data-banner-type=Banner_Pipelines_SE] .plan-info-banner .add-on .add-on__text .headline, .article-container[data-banner-type=Banner_Pipelines_SE_Accounts] .plan-info-banner .add-on .add-on__text .headline, .article-container[data-banner-type=Banner_SMS] .plan-info-banner .add-on .add-on__text .headline, .article-container[data-banner-type=Banner_Custom_Reports] .plan-info-banner .add-on .add-on__text .headline, .article-container[data-banner-type=Banner_Transactional_Email] .plan-info-banner .add-on .add-on__text .headline, .article-container[data-banner-type=Banner_WhatsApp] .plan-info-banner .add-on .add-on__text .headline {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Owners", helvetica, arial, sans-serif;
  color: var(--midnight-1000);
}
.article-container[data-banner-type=Banner_SE] .plan-info-banner .add-on .add-on__text .subheadline, .article-container[data-banner-type=Banner_Pipelines] .plan-info-banner .add-on .add-on__text .subheadline, .article-container[data-banner-type=Banner_Pipelines_SE] .plan-info-banner .add-on .add-on__text .subheadline, .article-container[data-banner-type=Banner_Pipelines_SE_Accounts] .plan-info-banner .add-on .add-on__text .subheadline, .article-container[data-banner-type=Banner_SMS] .plan-info-banner .add-on .add-on__text .subheadline, .article-container[data-banner-type=Banner_Custom_Reports] .plan-info-banner .add-on .add-on__text .subheadline, .article-container[data-banner-type=Banner_Transactional_Email] .plan-info-banner .add-on .add-on__text .subheadline, .article-container[data-banner-type=Banner_WhatsApp] .plan-info-banner .add-on .add-on__text .subheadline {
  font-weight: 500;
  margin-bottom: -0.2rem;
}

/**
 * Note: Styles may also be present in the _legacy-overrides.css file
 */
[data-category-id] {
  min-height: 80vh;
}

[data-cusomt-cat-list] {
  position: relative;
}

[data-custom-cat-list] > section {
  opacity: 1;
  transition: opacity 750ms ease-out;
}
[data-custom-cat-list] > section.opacity-0 {
  opacity: 0;
}

[data-custom-cat-list] .list-skeleton {
  position: absolute;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  opacity: 1;
  transition: opacity 500ms ease-out;
}
[data-custom-cat-list] .list-skeleton .list-skeleton__headline,
[data-custom-cat-list] .list-skeleton .list-skeleton__item {
  border-radius: 0.25rem;
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}
[data-custom-cat-list] .list-skeleton .list-skeleton__headline {
  height: 1.5rem;
  width: 35%;
}
[data-custom-cat-list] .list-skeleton .list-skeleton__list {
  position: relative;
}
[data-custom-cat-list] .list-skeleton .list-skeleton__item {
  height: 1rem;
  margin-bottom: 12px;
}
[data-custom-cat-list] .list-skeleton .list-skeleton__gradient {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7693452381) 26%, rgba(255, 255, 255, 0.4023984594) 52%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
}

form {
  display: flex;
  flex-direction: column;
}

form input {
  margin-bottom: 10px;
}

form button[type=submit] {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
}

.redirect-request ul,
.redirect-request .table-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(30%, 1fr)) repeat(2, max-content);
  grid-auto-rows: max-content;
  gap: 0.75rem;
}
.redirect-request ul li.redirect--table__row,
.redirect-request .table-header li.redirect--table__row {
  display: grid;
  grid-column: 1/5;
  grid-template-columns: subgrid;
}
.redirect-request ul > li + li,
.redirect-request .table-header > li + li {
  border-top: 1px solid #000;
  margin-top: 0.75rem;
}
.redirect-request ul li > *,
.redirect-request .table-header li > * {
  padding: 0.15rem 0.25rem;
}
.redirect-request ul li .remove-redirect,
.redirect-request .table-header li .remove-redirect {
  color: #1b54d9;
  cursor: pointer;
}

._form_2919 {
  font-size: 14px;
  line-height: 1.6;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

._form_2919 * {
  outline: 0;
}

._form_hide {
  display: none;
  visibility: hidden;
}

._form_show {
  display: block;
  visibility: visible;
}

._form_2919._form-top {
  top: 0;
}

._form_2919._form-bottom {
  bottom: 0;
}

._form_2919._form-left {
  left: 0;
}

._form_2919._form-right {
  right: 0;
}

._form_2919 input[type=text], ._form_2919 input[type=tel], ._form_2919 input[type=date], ._form_2919 textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000000 !important;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

._form_2919 textarea {
  resize: none;
}

._form_2919 ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #004CFF !important;
  border: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  padding: 10px !important;
}

._form_2919 ._submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

._form_2919 ._submit.processing {
  position: relative;
}

._form_2919 ._submit.processing::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#004CFF, #004CFF), conic-gradient(#004CFF, #FFFFFF);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: 1200ms ease 0s infinite normal none running _spin;
}

._form_2919 ._submit.processing::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #004CFF !important;
  border: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  padding: 10px !important;
}

@keyframes _spin {
  0% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
._form_2919 ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}

._form_2919 ._close-icon:before {
  position: relative;
}

._form_2919 ._form-body {
  margin-bottom: 30px;
}

._form_2919 ._form-image-left {
  width: 150px;
  float: left;
}

._form_2919 ._form-content-right {
  margin-left: 164px;
}

._form_2919 ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}

._form_2919 ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
}

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

._form_2919 ._form-label, ._form_2919 ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

._form_2919._dark ._form-branding {
  color: #333;
}

._form_2919._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

._form_2919 ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%;
}

._form_2919 ._form_element * {
  font-size: 14px;
}

._form_2919 ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}

._form_2919 ._form_element._clear:after {
  clear: left;
}

._form_2919 ._form_element input[type=text], ._form_2919 ._form_element input[type=date], ._form_2919 ._form_element select, ._form_2919 ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

._form_2919 .g-recaptcha {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.release-updates-signup.desktop ._form_2919 .g-recaptcha {
  margin-top: 0.5rem;
  margin-bottom: -2rem;
}

._form_2919 ._field-wrapper {
  position: relative;
}

._form_2919 ._inline-style {
  float: left;
}

._form_2919 ._inline-style input[type=text] {
  width: 150px;
}

._form_2919 ._inline-style:not(._clear) + ._inline-style:not(._clear) {
  margin-left: 20px;
}

._form_2919 ._form_element img._form-image {
  max-width: 100%;
}

._form_2919 ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

._form_2919 ._clear-element {
  clear: left;
}

._form_2919 ._full_width {
  width: 100%;
}

._form_2919 ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

._form_2919 input[type=text]._has_error, ._form_2919 textarea._has_error {
  border: #F37C7B 1px solid;
}

._form_2919 input[type=checkbox]._has_error {
  outline: #F37C7B 1px solid;
}

._form_2919 ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
}

._form_2919 ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}

._form_2919 ._error._below {
  padding-top: 8px;
  top: 100%;
  right: 0;
}

._form_2919 ._error._above ._error-arrow {
  bottom: -4px;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFDDDD;
}

._form_2919 ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFDDDD;
}

._form_2919 ._error-inner {
  padding: 12px 12px 12px 36px;
  background-color: #FFDDDD;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(31, 33, 41, 0.298295);
}

@media only screen and (max-width: 319px) {
  ._form_2919 ._error-inner {
    padding: 7px 7px 7px 25px;
    font-size: 12px;
    line-height: 12px;
    background-position: 4px center;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
._form_2919 ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}

._form_2919 ._button-wrapper ._error-inner._form_error {
  position: static;
}

._form_2919 ._error-inner._no_arrow {
  margin-bottom: 10px;
}

._form_2919 ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

._form_2919 ._error-html {
  margin-bottom: 10px;
}

.pika-single {
  z-index: 10000001 !important;
}

._form_2919 input[type=text].datetime_date {
  width: 69%;
  display: inline;
}

._form_2919 select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}

._form_2919 input[type=date].datetime_date {
  width: 69%;
  display: inline-flex;
}

._form_2919 input[type=time].datetime_time {
  width: 29%;
  display: inline-flex;
}

@media (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none;
  }
  ._form_2919 {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  ._form_2919 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
  }
  ._form_2919 ._form-content {
    margin: 0;
    width: 100%;
  }
  ._form_2919 ._form-inner {
    display: block;
    min-width: 100%;
  }
  ._form_2919 ._form-title, ._form_2919 ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  ._form_2919 ._form-title {
    font-size: 1.2em;
  }
  ._form_2919 ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  ._form_2919 ._form-element, ._form_2919 ._inline-style, ._form_2919 input[type=text], ._form_2919 label, ._form_2919 p, ._form_2919 textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  ._form_2919 ._row._checkbox-radio label {
    display: inline;
  }
  ._form_2919 ._row, ._form_2919 p, ._form_2919 label {
    margin-bottom: 0.7em;
    width: 100%;
  }
  ._form_2919 ._row input[type=checkbox], ._form_2919 ._row input[type=radio] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  ._form_2919 ._row input[type=checkbox] + span label {
    display: inline;
  }
  ._form_2919 ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  ._form_2919 ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  ._form_2919 input[type=radio], ._form_2919 input[type=checkbox] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  ._form_2919 ._inline-style {
    margin: 20px 0 0 !important;
  }
}
._form_2919 {
  position: relative;
  text-align: left;
  margin: 25px auto 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 0px solid #B0B0B0 !important;
  max-width: 500px;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #000000;
}

._form_2919._inline-form, ._form_2919._inline-form ._form-content {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
}

._form_2919._inline-form ._row span, ._form_2919._inline-form ._row label {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

._form_2919 _inlineform input[type=text], ._form_2919 _inlineform input[type=date], ._form_2919 _inlineform input[type=tel], ._form_2919 _inlineform select, ._form_2919 _inlineform textarea:not(.g-recaptcha-response) {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-color: #000000;
  line-height: 1.6em;
}

._form_2919._inline-form ._html-code *:not(h1, h2, h3, h4, h5, h6), ._form_2919._inline-form ._form-thank-you {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
}

._form_2919._inline-form ._form-label, ._form_2919._inline-form ._form-emailidentifier, ._form_2919._inline-form ._form-checkbox-option-label {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6em;
}

._form_2919._inline-form ._submit {
  margin-top: 12px;
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
}

._form_2919._inline-form ._html-code h1, ._form_2919._inline-form ._html-code h2, ._form_2919._inline-form ._html-code h3, ._form_2919._inline-form ._html-code h4, ._form_2919._inline-form ._html-code h5, ._form_2919._inline-form ._html-code h6, ._form_2919._inline-form ._form-title {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0;
}

._form_2919._inline-form ._form-branding {
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 100;
  font-style: normal;
  text-decoration: none;
}

._form_2919:before, ._form_2919:after {
  content: " ";
  display: table;
}

._form_2919:after {
  clear: both;
}

._form_2919._inline-style {
  width: auto;
  display: inline-block;
}

._form_2919._inline-style input[type=text], ._form_2919._inline-style input[type=date] {
  padding: 10px 12px;
}

._form_2919._inline-style button._inline-style {
  position: relative;
  top: 27px;
}

._form_2919._inline-style p {
  margin: 0;
}

._form_2919._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5px 0 20px;
}

._form_2919 ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

._form_2919 ._form-pc-confirmation ._submit {
  margin-top: 16px;
}

._form_2919 .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

._form_2919 .iti input {
  width: 100%;
  height: 32px;
  border: #979797 1px solid;
  border-radius: 4px;
}

._form_2919 .iti--separate-dial-code .iti__selected-flag {
  background-color: #FFFFFF;
  border-radius: 4px;
}

._form_2919 .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

._form_2919 .iti__country-list {
  border-radius: 4px;
  margin-top: 4px;
  min-width: 460px;
}

._form_2919 .iti__country-list--dropup {
  margin-bottom: 4px;
}

._form_2919 .phone-error-hidden {
  display: none;
}

._form_2919 .phone-error {
  color: #E40E49;
}

._form_2919 .phone-input-error {
  border: 1px solid #E40E49 !important;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field fieldset {
  margin: 0;
  margin-bottom: 1.1428571429em;
  border: none;
  padding: 0;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field fieldset:last-child {
  margin-bottom: 0;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field legend {
  margin-bottom: 1.1428571429em;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8571428571em;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field label:last-child {
  margin-bottom: 0;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field input {
  margin: 0;
  margin-right: 8px;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label {
  display: block;
  font-weight: 400;
  margin-top: -4px;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label-with-description {
  display: block;
  font-weight: 700;
  margin-top: -4px;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-description {
  margin: 0;
  font-size: 0.8571428571em;
}

._form_2919._inline-form ._form-content ._form-list-subscriptions-field ._form-subscriptions-unsubscribe-all-description {
  line-height: normal;
  margin-top: -2px;
}

/* Style Overrides */
.release-updates-signup ._form_2919:not(._submit) {
  margin: 1.25rem 0 20px;
  max-width: 100%;
  background: var(--ac-blue-200) !important;
  padding: 0.625rem;
  border: 1px solid #E5E5E5 !important;
  border-radius: 0.875rem !important;
}
.release-updates-signup ._form_2919:not(._submit) ._form-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.release-updates-signup ._form_2919:not(._submit) ._form-content > div {
  width: 100%;
}
.release-updates-signup ._form_2919:not(._submit) ._form-content > div:has(._form-label) input[type=text] {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.release-updates-signup ._form_2919:not(._submit) ._form-content > div:has(._html-code) {
  flex: 1 1 100%;
}
.release-updates-signup ._form_2919:not(._submit) ._form-content > div:has(._html-code) p {
  text-wrap-style: pretty;
  margin-bottom: 0;
}
.release-updates-signup ._form_2919:not(._submit) ._form-content ._button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 2 auto;
}
.release-updates-signup ._form_2919:not(._submit) ._form-content ._button-wrapper ._submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99999px !important;
  margin-top: 0;
}
.release-updates-signup.mobile {
  display: block;
}
@media (min-width: 992px) {
  .release-updates-signup.mobile {
    display: none;
  }
}
.release-updates-signup.mobile ._form_2919 {
  margin: 0;
}
.release-updates-signup.mobile ._form_2919 ._form-content {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.release-updates-signup.mobile ._form_2919 ._form-content > div {
  margin-bottom: 0;
}
.release-updates-signup.mobile ._form_2919 ._form-content > div:has(._form-title) {
  display: none;
}
.release-updates-signup.mobile ._form_2919 ._form-content > div:has(._form-label) {
  flex: 2 1 0;
  min-width: 60%;
}
.release-updates-signup.mobile ._form_2919 ._form-content > div:has(._form-label) input[type=text] {
  padding: clamp(0.6875rem, 0.6556rem + 0.1596vi, 0.875rem) clamp(0.6875rem, 0.613rem + 0.3723vi, 1.125rem);
}
.release-updates-signup.mobile ._form_2919 ._form-content ._button-wrapper {
  flex: 1 1 0;
  width: 30%;
  min-width: 175px;
  margin-top: 0;
}
.release-updates-signup.mobile ._form_2919 ._form-content ._button-wrapper button {
  text-wrap: nowrap;
  padding: clamp(0.6875rem, 0.6556rem + 0.1596vi, 0.875rem) clamp(0.6875rem, 0.613rem + 0.3723vi, 1.125rem) !important;
}
.release-updates-signup.desktop {
  display: none;
}
.release-updates-signup.desktop ._form-content ._button-wrapper button {
  padding: clamp(0.4375rem, 0.4162rem + 0.1064vi, 0.5625rem) !important;
}
@media (min-width: 992px) {
  .release-updates-signup.desktop {
    display: block;
  }
}