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

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/* Neulis Fonts */

@font-face {
  font-family: 'Neulis Neue';
  src: url('/hc/theming_assets/01J8NMG1CX29MB8YBHKRGZK702');
}

.neulis-neue {
  font-family: 'Neulis Neue';
}

@font-face {
  font-family: 'Neulis Neue Bold';
  src: url('/hc/theming_assets/01J8NMG26DRE5G168QEC29NY7C');
}

.neulis-neue-bold {
  font-family: 'Neulis Neue Bold';
}

@font-face {
  font-family: 'Neulis Sans';
  src: url('/hc/theming_assets/01J8NMG1N8GPA6JF1689XH1ZZ7');
}

.neulis-sans {
  font-family: 'Neulis Sans';
}

@font-face {
  font-family: 'Neulis Sans Bold';
  src: url('/hc/theming_assets/01J8NMG207GXBPNR6VG99V754N');
}

.neulis-sans-bold {
  font-family: 'Neulis Sans Bold';
}

@font-face {
  font-family: 'Neulis Cursive Bold';
  src: url('/hc/theming_assets/01J8NMG2F99HVVM5WFEDT5M9SA');
}

.neulis-cursive-bold {
  font-family: 'Neulis Cursive Bold';
}

@font-face {
  font-family: 'Neulis Cursive ExtraBold Italic';
  src: url('/hc/theming_assets/01JBJ8NKTYD1SCWVWMDF4QV50Y');
}

.neulis-cursive-extrabold-italic {
  font-family: 'Neulis Cursive ExtraBold Italic';
}

zd-autocomplete-header {
  font-size: 18px;
  font-family: 'Neulis Sans Bold';
  color: rgba(19, 80, 80, 1);
}

zd-autocomplete-title-multibrand {
  color: rgba(158, 54, 241, 1) !important;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
  font-family: "Poppins", sans-serif;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-all;
}

code,
kbd,
pre,
samp {
  font-family: "Courier", "Courier New", serif;
  font-size: 0.95em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

table a,
table p {
  word-break: break-word;
}

td,
th {
  padding: 14px;
  border: 1px solid;
}

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

html,
body {
  height: 100%;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(14, 60, 60, 1);
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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



a {
  color: rgba(158, 54, 241, 1);
  text-decoration: none;
}

a:hover,
a:focus {
  color: #7E2BC1;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

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

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



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  line-height: 1.2;
}

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

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

h3 {
  margin: 0 0 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

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

ol ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Handle mixed nesting (ul inside ol, ol inside ul, etc.) */
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

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

li {
  line-height: 1.3;
}

/* 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: normal;
  line-height: 1;
}



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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

@media (min-width: 768px) {

  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: 15px;
    clear: both;
  }
}

@media (min-width: 768px) {

  .dl-horizontal dd {
    float: right;
    width: 70%
  }
}



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

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



blockquote {
  padding: calc(16px * 1.5 / 2) calc(16px * 1.5);
  margin: 0 0 calc(16px * 1.5);
  font-family: "Poppins", sans-serif;
  font-style: italic;
  background-color: #FAF4FF;
  border-left: 5px solid #E1BBFF;
  word-wrap: break-word;
  max-width: 100%;
}

blockquote.is-colored {
  border-left: 5px solid rgba(19, 80, 80, 1);
}

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

code {
  padding: 2px 4px;
  border-radius: 4px !important;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre code {
  /* Let pre tag control formatting when wrapping code blocks */
  white-space: inherit;
  padding: 0;
  background-color: transparent;
  display: block;
  color: inherit;
  border-radius: 0;
}

table code {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
}

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

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

.clearfix:after {
  clear: both;
}

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

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

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

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


Normalize non-controls Restyle and baseline non-control form elements. */ fieldset {
  padding: 0;
  margin: 0;
  border: 0;

  Chrome and Firefox set a `min-width: min-content;
  ` on fieldsets,
  so we reset that to ensure it behaves more like a standard block element See https: github.com/twbs/bootstrap/issues/12359. */ min-width: 0;
}

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

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

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

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

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



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



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



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



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

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
  background-position-x: calc(100% - 6px);
  background-position-y: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;

  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;

}

.request_cc_emails,
.request_cc_emails ul {
  height: 50px;
}

input#request_collaborators_ {
  height: 44px;
  line-height: 42px;
  font-size: 16px;
}

.request_cc_emails label:after {
  content: "s";
}

ul[data-hc-pills-container] li[data-hc-pill=true] {
  height: 40px;
  line-height: 38px;
}

ul[data-hc-pills-container] li[data-hc-pill=true]>span:not([aria-label=close]) {
  font-size: 16px;
}

.nesty-input {
  display: block;
  height: 50px !important;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}


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



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

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

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

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

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: calc(16px * 1.5 * 2.5);
  }
}

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

.form-field.required>label:after {
  content: "*";
  color: rgba(255, 32, 89, 1);
  margin-left: 2px;
}

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

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

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

  margin-bottom: 0;
  cursor: pointer;
}

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

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

.btn,
input[type="submit"],
[role="button"],
.topbar .login,
.lines-button,
.see-all-filters,
.community-recent-activity .recent-activity-controls a,
.satisfaction-box input[type="radio"]~label {
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13.125px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-transform: uppercase;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

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

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
[role="button"]:hover,
[role="button"]:focus,
.topbar .login:hover,
.topbar .login:focus,
.lines-button:hover,
.lines-button:focus,
.community-recent-activity .recent-activity-controls a:hover,
.community-recent-activity .recent-activity-controls a:focus,
.satisfaction-box input[type="radio"]~label:hover,
.satisfaction-box input[type="radio"]~label:focus {
  color: rgba(7, 199, 153, 1);
  text-decoration: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px)
}

.btn:active,
input[type="submit"]:active,
[role="button"]:active,
.topbar .login:active,
.lines-button:active,
.community-recent-activity .recent-activity-controls a:active,
.satisfaction-box input[type="radio"]~label:active {
  background-image: none;
  outline: none;
}

[role="button"],
.section-subscribe .dropdown-toggle,
.community-recent-activity .recent-activity-controls a,
.article-subscribe,
.article-unsubscribe,
.post-subscribe,
.post-unsubscribe,
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: rgba(7, 199, 153, 1);
  background-color: transparent;
  border-color: rgba(7, 199, 153, 1);
}

[role="button"]:hover,
[role="button"]:focus,
[role="button"]:active,
.section-subscribe .dropdown-toggle:hover,
.section-subscribe .dropdown-toggle:focus,
.section-subscribe .dropdown-toggle:active,
.community-recent-activity .recent-activity-controls a:hover,
.community-recent-activity .recent-activity-controls a:focus,
.community-recent-activity .recent-activity-controls a:active,
.article-subscribe:hover,
.article-subscribe:focus,
.article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active,
.post-subscribe:hover,
.post-subscribe:focus,
.post-subscribe:active,
.post-unsubscribe:hover,
.post-unsubscribe:focus,
.post-unsubscribe:active,
.topic-controls__item--subscribe .dropdown-toggle:hover,
.topic-controls__item--subscribe .dropdown-toggle:focus,
.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:hover,
.topic-controls__item--subscribe .topic-unsubscribe:focus,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  color: #058c6c;
  background-color: transparent;
  border-color: #058c6c;
}

input[type="submit"],
.btn--primary,
.btn--default {
  color: #fff;
  background-color: rgba(7, 199, 153, 1);
  border-color: rgba(7, 199, 153, 1);
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active,
.btn--default:hover,
.btn--default:focus,
.btn--default:active,
.see-all-filters {
  color: #fff;
  background-color: rgba(7, 199, 153, 1);
  border-color: rgba(7, 199, 153, 1);
}

.btn--topbar,
.topbar .login {
  color: #0c9;
  background-color: transparent;
  border-color: #0c9;
}

.btn--topbar:hover,
.btn--topbar:focus,
.btn--topbar:active,
.topbar .login:hover,
.topbar .login:focus,
.topbar .login:active {
  color: #008f6b;
  background-color: transparent;
  border-color: #008f6b;
}

.profile-header__options [data-action="edit-profile"],
.profile-header__options [data-action="assign-badges"] {
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13.125px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-transform: uppercase;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  background-color: #D8F6EE;
}

.profile-header__options [aria-haspopup="true"] {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  background-color: transparent;
}

.profile-header__options [data-action="edit-profile"]:hover,
.profile-header__options [data-action="edit-profile"]:focus,
.profile-header__options [data-action="edit-profile"]:active {
  color: #058c6c;
  background-color: #A0E9D8;
}

.btn--play {
  border: 1px solid #F65C8C;
  border-radius: 2px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  font-size: 6px;
  line-height: 3.2;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.container--white {
  background-color: #fff;
  padding-top: calc(16px * 1.5 * 2);
  padding-bottom: calc(16px * 1.5);
}

@media (max-width: 768px) {

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

  .container--white {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.container--bordered {
  border-top: 1px solid #eee;
  padding-top: calc(16px * 1.5 / 1.5);
}

.container-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

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

.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-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%;
    max-width: 8.33333%;
  }

  .column--sm-2 {
    width: 20%;
    max-width: 20%;
  }

  .column--sm-3 {
    width: 25%;
    max-width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
    max-width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
    max-width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
    max-width: 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-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%;
  }
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
}

.layout__main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: calc(16px * 1.5);
}

.layout__main:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\00a0';
}

.layout__header,
.layout__footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  @page {
    margin: .5cm
  }
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, .1);
  border-color: #ec5840
}

@font-face {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal
}

@media screen and (min-width: 64em) {
  .desktop-hide {
    display: none !important
  }
}

@media screen and (max-width: 63.9375em) {
  .mobile-hide {
    display: none !important
  }
}

.open .bar {
  background: rgba(10, 32, 50, 0)
}

.open .bar:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.open .bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.open:hover .bar:after,
.open:hover .bar:before {
  top: 0 !important
}

#user-menu {
  margin: 0 !important;
  border: 0 !important;
}

#user-menu [role="menuitem"] {
  white-space: nowrap;
}

#user>.btn {
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {

  #user-dropdown {
    position: static;
    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important
  }

  #user-dropdown:before,
  #user-dropdown:after {
    display: none;
  }
}

#user-dropdown [role="menuitem"] {
  padding: 10px 0;
}

@media (max-width: 767px) {

  #user-dropdown [role="menuitem"] {
    color: rgba(14, 60, 60, 1);
  }

  #user-dropdown [role="menuitem"]:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {

  #user-dropdown [role="menuitem"] {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#user-dropdown [role="separator"] {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {

  #user-dropdown [role="separator"] {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 768px) {

  #user-dropdown[aria-expanded="true"] {
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out
  }
}

#user-dropdown:before,
#user-dropdown:after {
  color: inherit;
}

#user {
  display: block;
}

@media (min-width: 768px) {

  #user {
    display: inline-block;
    vertical-align: middle
  }
}

#user .dropdown-toggle {
  padding-right: 0;
  padding-left: 0;
  font-size: calc(16px - 2px);
  color: inherit;
}

#user .dropdown-toggle,
#user .dropdown-toggle:active,
#user .dropdown-toggle:hover {
  border-color: transparent;
}

#user .dropdown-toggle:before,
#user .dropdown-toggle:after {
  color: rgba(14, 60, 60, 1);
}

@media (max-width: 767px) {

  #user .dropdown-toggle:before,
  #user .dropdown-toggle:after {
    display: none;
  }
}

#user-password,
#user-profile {
  color: rgba(14, 60, 60, 1);
}

@media (max-width: 767px) {

  #user-password {
    min-width: 1px !important;
    padding: calc(16px * 1.5 / 4) 12px !important;
    margin-top: calc(16px * 1.5 / 4);
    background-color: #fff;
    border-radius: 4px
  }

  #user-profile {
    min-width: 1px !important;
    padding: calc(16px * 1.5 / 4) 12px !important;
    margin-top: calc(16px * 1.5 / 4);
    background-color: #fff;
    border-radius: 4px
  }
}

#user-password [role="separator"] {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile [role="separator"] {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-password form {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile form {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile {
  font-size: calc(16px - 2px) !important;
}

#user-profile dt {
  padding: 8px 4px !important;
}

#user-profile dt label {
  margin-bottom: 0 !important;
}

#user-profile input[type="text"] {
  font-size: calc(16px - 2px) !important;
}

#password-form label {
  font-size: calc(16px - 2px) !important;
}

#password-submit {
  float: none !important;
  margin: 0 !important;
  background: auto !important;
}

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

.avatar--agent:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: calc(16px * 0.75);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgba(19, 80, 80, 1);
  content: "\f19d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-page .avatar--agent:before {
  color: #fff;
}

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

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

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

.lines-button {
  padding: 15px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {

  .lines-button {
    float: right
  }
}

@media (min-width: 768px) {

  .lines-button {
    display: none
  }
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0;
  transition: 0;
}

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



.lines,
.lines:before,
.lines:after {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: rgba(14, 60, 60, 1);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines {
  position: relative;
}

.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: calc(30px / 14) center;
  transform-origin: calc(30px / 14) center;

}

.lines:before {
  top: 7.5px;
}

.lines:after {
  top: -7.5px;
}

.lines-button.is-active {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.is-active .lines {
  background: transparent;
}

.lines-button.is-active .lines:before,
.lines-button.is-active .lines:after {
  top: 0;
  width: 30px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.lines-button.is-active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.is-active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.help-center-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {

  .help-center-name {
    display: none
  }
}

.hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 150%;

}

.hero-unit {
  position: relative;
  padding: 5% 15px;
  margin-bottom: calc(16px * 1.5 * 2);
  overflow: hidden;
  background-image: url("/hc/theming_assets/01J8NMFV1J1ZP3CXEDAW1YF081");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {

  .hero-unit {
    padding-bottom: 5%
  }

  .hero-unit.hero-unit--inner {
    padding: 6% 5px;
    margin-bottom: 0;
  }
}

.intro-title {
  margin-bottom: calc(16px * 1.5);
  font-size: calc(16px * 2.75);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: white;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 992px) {
  .intro-title {
    font-size: calc(16px * 2.5);
  }
}

@media (max-width: 768px) {
  .hero-unit {
    margin: 0;
    padding: calc(16px * 1.5);
  }

  .intro-title {
    font-size: calc(16px * 2.25);
    margin: calc(16px * 1.5) 0;
  }
}

.intro-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto calc(16px * 1.5);
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: white;
}

@media (min-width: 992px) {

  .intro-subtitle {
    margin-bottom: calc(16px * 1.5 * 1.5)
  }
}



.search {
  position: relative;
}

.search:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  margin-top: -9px;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgba(7, 199, 153, 1);
  content: "\f002";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.searchbox-suggestions ul {
  padding-left: 0;
  margin-bottom: calc(16px * 1.5);
  list-style: none;
}

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

.search-box {
  position: relative;
}

.search-box #query {
  padding-left: 35px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.search-box--hero-unit {
  /*   z-index: 2; */
  max-width: 720px;
  margin: 0 auto;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.search-box--hero-unit .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box--hero-unit .search:before {
  left: 20px;
  margin-top: -11px;
  font-size: 22px;
}

.search-box--hero-unit #query {
  height: 50px;
  padding: 0 0 0 55px;
  border: 1px solid #dadada;
  border-radius: 600px;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
}

.search-box--hero-unit #query:focus {
  background-color: #fff;
}

@media (min-width: 992px) {

  .search-box--hero-unit #query {
    height: 60px
  }
}

.search-box--hero-unit input[type="submit"] {
  display: inline-block;
  display: none;
  height: 60px;
  padding-right: calc(12px * 2);
  padding-left: calc(12px * 2);
  margin-left: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {

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

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

.custom-blocks-heading {
  font-size: calc(16px * 2);
}

@media (max-width: 768px) {
  .custom-blocks-heading {
    font-size: calc(16px * 1.5);
  }
}

.custom-blocks {
  display: flex;
  justify-content: center;
}

.custom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin-right: 10px;
  margin-bottom: calc(16px * 1.5);
  padding: 10px calc(12px * 2);
  text-align: center;
  min-height: 100%;
}


@media (max-width: 479px) {

  .custom-block {
    width: 100%;
    padding: 10px calc(12px * 2);

  }
}

@media (min-width: 768px) {

  .custom-block {
    margin-bottom: calc(16px * 1.5)
  }
}

.custom-block__link {
  display: block;
  width: 100%;
  margin: auto 0;
}

@media (max-width: 479px) {

  .custom-block__link {
    display: table
  }
}

.custom-block__link:active .custom-block__icon path,
.custom-block__link:focus .custom-block__icon path,
.custom-block__link:hover .custom-block__icon path {
  fill: rgba(14, 60, 60, 1);
}

.custom-block__link:active .custom-block__icon circle,
.custom-block__link:focus .custom-block__icon circle,
.custom-block__link:hover .custom-block__icon circle {
  stroke: rgba(14, 60, 60, 1);
}

.custom-block__icon {
  display: inline-block;
}

@media (min-width: 480px) {

  .custom-block__icon {
    margin-bottom: calc(16px * 1.5)
  }
}

.custom-block__icon svg {
  width: 56px;
  height: 56px;
}

@media (min-width: 480px) {

  .custom-block__icon svg {
    width: calc(56px + 10px);
    height: calc(56px + 10px)
  }
}

.custom-block__icon circle,
.custom-block__icon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-block__icon path {
  fill: #0c9;
}

.custom-block__icon circle {
  stroke: #0c9;
}

.custom-block__title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(14, 60, 60, 1);
}

@media (max-width: 479px) {

  .custom-block__title {
    display: table-cell;
    width: 100%;
  }
}

@media (min-width: 480px) {

  .custom-block__title {
    display: block;
  }
}

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

.category-tree.accordion--colored .accordion__item-title--active {
  margin-right: -1px;
  margin-left: -1px;
}

.category-tree.accordion--colored .accordion__item:first-of-type .accordion__item-title--active {
  border-radius: 4px 4px 0 0;
}

.category-tree.accordion {
  margin-bottom: calc(16px * 1.5 * 2);
}

.category-tree-item__title {
  padding-bottom: calc(16px * 1.5 / 2);
  border-bottom: 2px solid #eceeef;
}

.category-tree-item__title.accordion__item-title {
  padding-top: calc(16px * 1.5);
  padding-bottom: calc(16px * 1.5);
  margin-bottom: 0;
}

.category-tree-item__sections {
  margin-bottom: calc(16px * 1.5);
}

@media (min-width: 768px) {
  .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: none;
  }

  .category-tree-item__sections .section:nth-child(3n + 1) {
    clear: left;
  }
}

.category-tree-item__sections.accordion__item-content {
  padding-top: calc(16px * 1.5 * 1.5);
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.category-tree-item__title-link {
  color: inherit;
}

.category-tree-item__title-link--accordion {
  pointer-events: none;
}

.category-list {
  padding-left: 0;
  list-style: none;
  max-width: 100%;
  margin: 0 auto calc(16px * 1.5 * 2);
}

.category-list-item {
  height: 100%;
  position: relative;
  margin-bottom: calc(16px * 1.5);

}

.category-list-item__title {
  color: #fff;
}


.category-list-item__link {
  display: block;
  height: 235px;
  padding: calc(16px * 1.5) 15px;
  border: 1px solid #dadada;
  background-color: #135050;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-list-item__link:active,
.category-list-item__link:focus,
.category-list-item__link:hover {
  color: white;
  border-color: rgba(7, 199, 153, 1);
  text-decoration: none;
}

.category-list-item__link p {
  color: white;
}

.category-list-item__link:hover p {
  color: rgba(14, 60, 60, 1);
}

@media (max-width: 900px) {

  .category-list-item {
    display: table;
    height: 120px;
    width: 50%;
    max-width: 50%;
    min-height: 180px
  }


  .category-list-item__link {
    display: table-cell;
    height: 120px;
  }

  .category-list-item__link p {
    margin: calc(16px * 1.5 / 2) 0 0 0;
  }

  .category-list-item__title {
    margin: calc(16px * 1.5 / 2) 0 0 0;
    font-weight: 700;
    color: #fff;
  }
}


@media (min-width: 901px) {

  .category-list-item__link {
    display: table-cell;
    width: 1000px;
  }

  .category-list-item__link p {
    margin: calc(16px * 1.5 / 2) 24.5px 0 24.5px;
  }
}



@media (max-width: 767px) {

  .category-list-item {
    display: table;
    height: 120px;
  }

  .category-list-item__link {
    display: table-cell;
    height: 120px;
  }

  .category-list-item__link p {
    margin: calc(16px * 1.5 / 2) 0 0 0;
  }

  .category-list-item__title {
    margin: calc(16px * 1.5 / 2) 0 0 0;
    font-weight: 700;
    color: #fff;
  }
}


@media (min-width: 768px) {

  .category-list-item__link {
    display: table-cell;
    width: 1000px;
  }

  .category-list-item__link p {
    margin: calc(16px * 1.5 / 2) 24.5px 0 24.5px;
  }
}

.category-list-item__icon {
  min-height: 48px;
  max-height: 48px;
  text-align: center;
  margin-bottom: calc(16px * 1.5 / 2);
}

.category-list-item__icon img {
  max-height: 48px;
  width: auto;
}

.category-list-item__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

/* CATEGORY TREE ACCORDION */

.category-tree-item--accordion-item {
  margin-bottom: calc(16px * 1.5);
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.category-tree-item__title--accordion-title {
  position: relative;
  padding: 20px 52px 20px 20px;
  margin-bottom: 0;
  font-size: calc(16px * 1.25);
  cursor: pointer;
  border: 0;
}

.category-tree-item__title--accordion-title:before {
  position: absolute;
  content: "";
}

.category-tree-item__title--accordion-title a {
  pointer-events: none;
}

.category-tree-item__sections--accordion-content {
  display: none;
  padding: 24px 10px;
  margin-right: 0;
  margin-left: 0;
  border-top: 2px solid #eceeef;
}

.category-tree-item__sections--accordion-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .category-tree--accordion {
    margin-bottom: calc(16px * 1.5 * 3)
  }
}

.category-tree--accordion .category-tree-item__title--accordion-title:before {
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid rgba(7, 199, 153, 1);
  border-left: 2px solid rgba(7, 199, 153, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.section {
  margin-bottom: calc(16px * 1.5 * 1.5);
  width: calc(40% - 102px);
  min-height: 445px;
  background-color: #EFFBF8;
  border: 1px solid #CCDBDA;
  border-radius: 6px;
  padding: 20px;
  margin: 10px;
}

@media (max-width: 1200px) {
  .section {
    width: calc(50% - 51px);
  }

  .section-tree .section:nth-child(2n+1) {
    clear: left !important;
  }

  .section-tree .section:nth-child(3n+1) {
    clear: none !important;
  }
}

@media (max-width: 767px) {
  .section {
    width: calc(100% - 15px);
    min-height: 1px;
  }
}

.section__title {
  font-weight: 600;
  padding-bottom: calc(16px * 1.5 / 2);
  border-bottom: 0px solid #eceeef;
}

.section__title-link {
  color: inherit;
}

.section-header {
  position: relative;
}

.section-subscribe {
  position: absolute;
  top: 0;
  right: 0;
}

.section-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

.section-title {
  padding-right: 120px;
}

@media (min-width: 768px) {
  .section-tree .section:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .section-tree .section:nth-child(2n+1) {
    clear: none;
  }

  .section-tree .section:nth-child(3n+1) {
    clear: left;
  }
}

.section-articles__link {
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  color: #0b2031;
}

.section-articles__link.is-active {
  color: rgba(158, 54, 241, 1);
  font-weight: 600;
}

.section-list {
  padding-left: 0;
  margin-bottom: calc(16px * 1.5);
  list-style: none;
}

.section-list-item {
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

@media (min-width: 768px) {

  .section-list-item {
    display: table;
    height: 150px
  }
}

.section-list-item__link {
  display: block;
  padding: calc(16px * 1.5) 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(14, 60, 60, 1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-list-item__link:active,
.section-list-item__link:focus,
.section-list-item__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(19, 80, 80, 1);
}

@media (min-width: 768px) {

  .section-list-item__link {
    display: table-cell
  }
}

.section-list-item__title {
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.article-list {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: calc(16px * 1.5 / 4);

}

.article-list-item {
  margin-bottom: calc(16px * 1.5 / 1.5);
  color: #135050;
}

.article-list-item__link {
  color: #135050;
  hover: #9E36F1;
}

@media (min-width: 768px) {

  .article-list-item {
    padding: 2px;
  }
}

.article-list-item.article-list-item--full {
  width: 100%;
}

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

.community-recent-activity {
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5 * 2);
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.community-recent-activity h4 {
  font-size: calc(16px * 1.75);
  font-weight: 400;
}

.community-recent-activity .recent-activity-header {
  display: none;
}

.community-recent-activity .recent-activity-list {
  padding-left: 0;
  margin-bottom: 0;

  list-style: none;
}

@media (min-width: 768px) {

  .community-recent-activity .recent-activity-list {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1)
  }
}

@media (min-width: 768px) {

  .community-recent-activity .recent-activity-item {
    display: inline-block;
    width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: calc(16px * 1.5);
    vertical-align: top
  }
}

.community-recent-activity .recent-activity-item-meta {
  font-size: calc(16px * 0.75);
  color: #979797;
}

.community-recent-activity .recent-activity-item-comment span:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f075";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.community-recent-activity .recent-activity-item-parent {
  font-weight: 600;
  color: rgba(14, 60, 60, 1);
}

.got-questions {
  display: flex;
  gap: 10px;
  padding: 10px;
}

.footer-submit-ticket {
  padding: calc(16px * 1.5 * 2) calc(12px * 2) calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5 * 2);
  text-align: center;
  background-color: #eceeef;
  border-radius: 4px;
}

.footer-submit-ticket__title {
  font-size: calc(16px * 1.5);
}

.footer-submit-ticket__subtitle {
  font-size: calc(16px * 1.5);
  color: #218f8f;
}

.footer-submit-ticket__btn:empty {
  display: none;
}

.footer-submit-ticket__btn .btn {
  padding: 10px 18px;
}

table {
  background-color: transparent;
  max-width: 100%;
  width: 100%;
}

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

th {
  text-align: left;
}

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

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

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

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

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

.table--color-header th {
  background-color: rgba(19, 80, 80, 1);
  color: #fff;
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {

  .table-responsive {
    width: 100%;
    margin-bottom: calc(16px * 1.5 * 0.75);
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #d3d6d8
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

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

.meta {
  font-size: 14px;
  color: #979797;
}

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

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

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

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

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0;
    font-size: 14px;
  }
}

.breadcrumbs>li {
  display: inline-block;
  color: #999;
}

.breadcrumbs>li+li:before {
  font-family: "Font Awesome 5 Free";
  content: "\00a0";
  padding: 0 5px;
  color: #ccc;
  content: "› ";
}

.breadcrumbs>li a {
  color: inherit;
}

.training_webinar__breadcrumbs li:last-child {
  display: none;
}

.cookbook_recipe__breadcrumbs li:first-child {
  display: none;
}

.breadcrumbs--search-results {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
}

/* search column styling */

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  flex: 1 0 auto;
  padding: 0 15px
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 21%;
    height: auto;
    padding: 0;
  }
}

.sidenav-item.current {
  color: rgba(7, 199, 153, 1);
  font-weight: 600;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list>li {
  padding: 20px 0;
}

.search-results-list>li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list>li h2 {
  margin-bottom: 0;
}

.search-result-title {
  font-size: 16px;
}

.search-result-description {
  margin-top: 15px;
  word-break: break-word;
}

.search-result-votes,
.search-result-meta-count {
  display: none;
  color: #218f8f;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before,
.search-result-meta-count::before {
  color: rgba(19, 80, 80, 1);
}

[dir="ltr"] .search-result-votes,
[dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before,
[dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes,
[dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before,
[dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  display: none;
  content: "\1F44D";
}

.search-result-meta-count::before {
  display: none;
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

/* Non-latin search results highlight */
/* Add a yellow background for Chinese */
html[lang|="zh"] .search-result-description em {
  font-style: normal;
  background: yellow;
}

/* Use bold to highlight for the rest of supported non-latin languages */
html[lang|="ar"] .search-result-description em,
html[lang|="bg"] .search-result-description em,
html[lang|="el"] .search-result-description em,
html[lang|="he"] .search-result-description em,
html[lang|="hi"] .search-result-description em,
html[lang|="ko"] .search-result-description em,
html[lang|="ja"] .search-result-description em,
html[lang|="ru"] .search-result-description em,
html[lang|="th"] .search-result-description em {
  font-style: bold;
}

/* end of search results styling */








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

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

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

.search-result {
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #eceeef;
}

.search-result__title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

.search-result__description {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
}

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

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

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

.search-result-votes {
  /*   display: none; */
  display: inline-block;
  padding: 2px 4px;
  font-size: calc(16px * 0.75);
  color: #fff;
  background-color: rgba(19, 80, 80, 1);
  border-radius: 4px;
}

.article {
  position: relative;
}

.article__title {
  font-family: 'Neulis Neue Bold';
  /*   font-size: calc(16px * 1.5); */
  font-weight: 700;
}

@media (min-width: 768px) {

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

@media (min-width: 992px) {

  .article__title {
    font-size: 38px
  }
}

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

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

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

.article__body {
  margin-bottom: calc(16px * 1.5);
  overflow-wrap: break-word;
}

.article__body h2 {
  font-size: calc(16px * 1.75);
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

.article__body ul,
.article__body ol {
  padding-left: 20px;
  overflow-wrap: break-word;
}

.article__body ul ul {
  margin-top: calc(16px * 1.5 / 2);
  overflow-wrap: break-word;
}

.article__body ul ol {
  margin-top: calc(16px * 1.5 / 2);
  overflow-wrap: break-word;
}

.article__body ol ul {
  margin-top: calc(16px * 1.5 / 2);
  overflow-wrap: break-word;
}

.article__body ol ol {
  margin-top: calc(16px * 1.5 / 2);
  overflow-wrap: break-word;
}

.article__body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
  overflow-wrap: break-word;
}

.article__body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
  overflow-wrap: break-word;
}

.sticky-sidebar {
  float: left;
  position: sticky !important;
  top: 50px;
}

.article-vote-share {
  border-top: 2px solid rgba(7, 199, 153, 1);
  padding-top: 12px;
}

.article-vote {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  width: 100%;
}

.article-vote-question {
  display: inline-block;
  width: 100%;
  padding-bottom: 12px;
}

.article-vote-controls {
  display: inline-block;
  width: 100%;
}

/* changes start here */


.article-vote-controls button {
  display: inline-block;
  width: 49.25%;
  height: 50px;

}

.article-vote-up {
  color: #62ac82;
  border: 1px solid #07C799;
  background-color: #FAFEFD;
}

.article-vote-down {
  color: #e55e5e;
  border: 1px solid #FF2059;
  background-color: #FAFEFD;
}

.article-vote-controls button:hover.article-vote-up {
  background-color: #d0f6ec;
  border-color: #04644d;
}

.article-vote-controls button:hover.article-vote-down {
  background-color: #f2b8b8;
  border-color: #b9002f;
}

/* .article-vote-controls button:hover {
    background-color: #cbd0d3;
    border-color: #cbd0d3;
  } */

/* changes end here */

.article-vote-controls button[aria-pressed="true"] {
  background-color: rgba(19, 80, 80, 1);
  border: 2px solid rgba(19, 80, 80, 1);
  color: #fff;
}

.article-vote-controls__item {
  color: rgba(14, 60, 60, 1);
  background-color: #eceeef;
  border-color: #eceeef;
}

.article-vote-controls__item:hover {
  color: #020a0a;
  background-color: #cbd0d3;
  border-color: #cbd0d3;
}

.article-vote-controls__item:focus {
  color: #020a0a;
  background-color: #cbd0d3;
  border-color: #cbd0d3;
}

.article-vote-controls__item:active {
  color: #020a0a;
  background-color: #cbd0d3;
  border-color: #cbd0d3;
}

.article-vote-controls__item:active {
  background-image: none;
}

.article-vote-controls__item--voted {
  color: #041313;
  border-color: #041313;
}

@media (max-width: 1199px) {
  .article-vote {
    width: 100%;
  }

  .article-vote-question {
    display: inline-block;
    margin-bottom: calc(16px * 1.5 / 2)
  }

  .article-vote-controls button {
    width: 100%;
    margin-bottom: calc(16px * 1.5 / 2);
  }

  .article-vote-controls {
    display: inline-block;
    margin-bottom: calc(16px * 1.5 / 2);
  }
}

@media (max-width: 767px) {
  .article-vote {
    text-align: center;
    width: 100%;
  }

  .article-vote-question {
    display: inline-block;
    width: 100%;
    margin-bottom: calc(16px * 1.5 / 2)
  }

  .article-vote-controls button {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}

.article-vote-count {
  display: block;
  font-size: calc((16px * 0.75) - 2);
  color: #979797;
}

.article__share {
  display: inline-block;
  position: relative;
  border-radius: 4px;
  width: 29%;
  text-align: right;
  float: right;
}

@media (max-width: 1199px) {
  .article__share {
    float: left;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .article__share {
    text-align: center;
  }
}

.article__share ul {
  margin-top: 0;
}

.article-footer {
  margin-bottom: calc(16px * 1.5);
}

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

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

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

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

@media (max-width: 767px) {

  .article-sidebar {
    padding-top: calc(16px * 1.5);
    border-top: 2px solid #eceeef
  }
}

.comment-form__body {
  margin-bottom: calc(16px * 1.5);
}

.comments__callout {
  font-size: calc(16px * 0.75);
  padding-bottom: calc(16px * 1.5);
  color: #979797;
}

.comments__callout:empty {
  display: none;
}

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

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

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

.comment-sorter {
  padding-bottom: calc(16px * 1.5);
  /*   margin-bottom: calc(16px * 1.5); */
  /*   border-bottom: 2px 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) {

  .comment-sorter__col--main {
    margin-bottom: calc(16px * 1.5 / 2)
  }
}

@media (min-width: 768px) {

  .comment-sorter__col--main {
    padding-right: 12px
  }
}

@media (min-width: 768px) {

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

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

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

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

.comment__inner {
  position: relative;
}

.comments__content {
  position: relative;
  padding-right: 12px;
}

.comment__header {
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

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

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

.comment--official .comment__inner {
  position: relative;
  padding: calc(16px * 1.5) calc(12px * 2);
  background-color: #ffeff3;
  border: 2px solid #FF6F94;
  border-radius: 4px;
}

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

@media (min-width: 768px) {

  .comment-form {
    padding-left: calc(40px + 12px)
  }
}

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

@media (max-width: 767px) {

  .comment-form__avatar {
    display: none
  }
}

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

.comment__body ul {
  list-style: disc;
}

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

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

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

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

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

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

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

.comment-form__attachments {
  margin-bottom: calc(16px * 1.5);
}

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

.comment-form__comment-ccs ul {
  margin-bottom: 0;
}

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

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

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  background-color: #eceeef;

  background-color: #eceeef;
  border-color: #eceeef;
  border-color: #eceeef;
  border-radius: 4px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.share a:hover {
  color: #1a1b1c;
  background-color: #cbd0d3;
  border-color: #cbd0d3;
}

.share a:focus {
  color: #1a1b1c;
  background-color: #cbd0d3;
  border-color: #cbd0d3;
}

.share a:active {
  color: #1a1b1c;
  background-color: #cbd0d3;
  border-color: #cbd0d3;
}

.share a:active {
  background-image: none;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
}

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

.share-facebook:hover {
  color: #2b406a;
}

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

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

.share-twitter:hover {
  color: #1a82a9;
}

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

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

.share-linkedin:hover {
  color: #06507a;
}

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

.share-googleplus {
  color: #d23e30;
}

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

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

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

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

@media (min-width: 768px) {

  .my-activities-items {
    display: table;
    width: 100%
  }
}

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

@media (min-width: 768px) {

  .my-activities-items__head {
    display: table-header-group;
    font-size: calc(16px * 0.75);
    font-weight: 600;
    text-transform: uppercase
  }
}

@media (min-width: 768px) {

  .my-activities-items__body {
    display: table-row-group
  }
}

@media (min-width: 768px) {

  .my-activities-items__row {
    display: table-row
  }
}

@media (min-width: 768px) {

  .my-activities-items__col {
    display: table-cell;
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5 / 2);
    border-bottom: 1px solid #eceeef
  }

  .my-activities-items__col+.my-activities-items__col {
    padding-left: 12px;
  }
}

@media (max-width: 767px) {

  .my-activities-items__request-id {
    display: inline
  }
}

@media (min-width: 768px) {

  .my-activities-items__request-id {
    display: none
  }
}

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

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

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

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

.my-activities-menu__item.btn--primary {
  background-color: rgba(158, 54, 241, 1) !important;
  transition: background-color .3s ease-in-out;
}

.my-activities-menu__item.btn--primary:hover {
  background-color: #034c3a !important;
  transition: background-color .3s ease-in-out;
}

@media (min-width: 768px) {

  .my-activities-menu__item {
    float: left
  }
}

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

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

.my-activities-menu--main .my-activities-menu__item {
  padding: calc(12px / 2) 12px;
  background-color: #eceeef;
  border-radius: 4px;
}

@media (max-width: 767px) {

  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: calc(16px * 1.5 / 3)
  }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  font-weight: 600;
  color: rgba(14, 60, 60, 1);
}

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

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

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

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

@media (max-width: 767px) {

  .my-activities-item {
    padding: calc(16px * 1.5 / 2) 12px;
    margin-bottom: calc(16px * 1.5);
    border: 2px solid #eceeef;
    border-radius: 4px
  }
}

.my-activities-item__meta {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {

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

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

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

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

@media (min-width: 768px) {

  .request-table-toolbar {
    padding-top: calc(12px / 2);
    padding-bottom: 12px
  }
}

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

@media (min-width: 768px) {

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

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

@media (max-width: 767px) {

  .request-table-filters__item {
    margin-bottom: calc(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%;
}

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

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

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

.requests-sort-symbol:after,
.requests-link[href*="asc"] .requests-sort-symbol:after {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  color: #979797;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.requests-sort-symbol:after {
  content: "\f0d7";
}

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

.requests-link {
  color: rgba(158, 54, 241, 1);
  white-space: nowrap;
}

.request-page {
  margin-bottom: calc(16px * 1.5 * 2);
}

.request-page .request-sidebar ul.list-unstyled li:before {
  content: "• "
}

@media (max-width: 768px) {
  .request-page-community-cta {
    display: none;
  }
}

.request {
  position: relative;
}

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

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

@media (min-width: 992px) {

  .request-subject {
    font-size: calc(16px * 1.75);
    font-weight: 300
  }
}

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

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

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

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

.request-status--solved,
.request-status--closed {
  background-color: rgba(7, 199, 153, 1);
}

.request-status--new,
.request-status--open {
  background-color: rgba(255, 32, 89, 1);
}

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

.new-request-page {
  margin-top: calc(16px * 1.5 * 2);
  margin-bottom: calc(16px * 1.5 * 2);
}

.new-request-page .form-field label {
  font-weight: 400;
  font-size: calc(16px * 1);
}

/* hides inaccurate CC field error */
.form-field.string.optional.request_cc_emails .notification.notification-error.notification-inline {
  display: none;
}

/* styling for contact form helper text boxes */
.kb-form-helper {
  border: 1px solid #f0f0f0;
  padding: 5px;
  margin: 10px 0px;
}

.kb-form-helper p {
  color: #ff6f94;
  margin: 5px;
}

.request_anonymous_requester_email {
  margin-bottom: 10px;
}

/* styling for start/end date/time boxes to be next to each other */
.request_custom_fields_start {
  margin-right: 2px;
}

.request_custom_fields_end {
  margin-left: 2px;
}

.request_custom_fields_start,
.request_custom_fields_end {
  display: inline-block;
  width: 49%;
}

@media (max-width: 991px) {

  .request_custom_fields_start,
  .request_custom_fields_end {
    display: block;
    width: 100%;
  }

}

[hidden] {
  display: none;
}

/* hides form fields being auto-filled by query params */
.request_custom_fields_15332860060311,
.request_custom_fields_52025108,
.request_custom_fields_360047839294,
.request_custom_fields_360047839474,
.request_custom_fields_1500011352341,
.request_custom_fields_1500011964501,
.request_custom_fields_1500011406802 {
  display: none;
}

.new-request-page .form-field input,
.new-request-page .form-field textarea {
  border: 1px solid #dadada;
  padding: 12px 16px;
}

.form-field span.optional {
  display: none !important;
}

.new-request-page #request_description_hint {
  display: none;
}

.new-request-page .suggestion-list {
  padding: 0px 2px;
}

.new-request-page .nesty-input:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1.5;
  color: #55595c;
  content: "\f107";
}

.new-request-page .form-field textarea#request_custom_fields_13579282171415 {
  min-height: 124px;
}

.new-request-page .form-field textarea {
  min-height: 230px;
}

.new-request-title {
  text-align: center;
}

.new-request-subtitle {
  text-align: center;
  font-weight: 300;
}

.new-request-subtitle span {
  text-decoration: underline;
}

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

.new-request-form .notification-error {
  border: 1px solid rgba(255, 32, 89, 1);
  background-color: #ffc3d2;
  color: rgba(255, 32, 89, 1);
  font-weight: 700;
}

.notification-inline.notification-error::before {
  color: rgba(255, 32, 89, 1);
  border: 0px;
  content: "⛔️";
}

#new_request footer {
  text-align: center;
  margin-top: calc(16px * 1.5 * 1.5);
  margin-bottom: calc(16px * 1.5 * 1.5);
  padding-top: calc(16px * 1.5 * 1.5);
}

#new_request [data-size="invisible"] {
  margin-top: calc(16px * 1.5 * 1.5);
}

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

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

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

.upload-dropzone:hover a {
  color: #780ecc;
}

.upload-dropzone span {
  color: #55595c;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  color: inherit;
  content: "\f107";
}

.dropdown-menu {
  min-width: 170px !important;
  overflow: hidden;
  font-size: 14px;
}

.dropdown-menu [role="menuitem"] {
  position: relative;
  padding: calc(16px * 1.5 / 2) 12px;
  padding-right: 26px;
  white-space: normal;
}

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

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

.error-page__title {
  padding-top: 50px;
  margin: 0 0 24px 0;
  letter-spacing: -.5px;
  color: #0d283f;
  font-weight: 400;
  font-style: normal;
}

/* Community Styling - 2024 */

.community-page h1,
.community-page p {
  margin: unset;
}

.community-page h1.post__title {
  margin-bottom: calc(16px * .75);
}

.community-page .hero .row.clearfix {
  display: center;
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: white;
}

.community-page .hero {
  background-image: url("/hc/theming_assets/01J8NMFWE9ZMT7APD0VJG4G47P");
  background-size: cover;
  display: block;
  height: 100%;
  margin-bottom: calc(16px * 1.5);
}

.community-page .heading-row {
  display: inline-block;
  width: 100%;
  margin: 40px auto 30px;
}

.community-page .description-row {
  display: inline-block;
  width: 100%;
  margin: auto 0;
  margin-bottom: 10px;
}

.community-page .search-box-row {
  display: inline-block;
  width: 100%;
  margin: auto 0 54px;

}

.community-page .topic-description {
  font-weight: 400;
  margin-bottom: 10px;
}

.community-page .search-box {
  max-width: 70%;
  width: 70%;

}

.community-page #search-box-post {
  max-width: 100%;
  width: 100%
}

.community-page .search-box input[type="search"] {
  height: 40px;
  border: 1px solid #e5e5e5ff;
  border-radius: 22px;
}

.community-page .search-box .search::before,
.community-page .search-box input[type="search"]::placeholder {
  color: #9c9c9cff;
}

@media (max-width: 1400px) {
  .community-page .hero .row.clearfix {
    width: 90%;
  }
}

@media (max-width: 1060px) {
  .community-page .search-box {
    margin: 0 auto;
  }

  .community-page .hero .row.clearfix {
    text-align: center;
  }

  .community-page .hero {
    background-position: 0;
  }
}

.community-quicklinks {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: calc(16px * 1.5);
  max-width: 100%;
}

.community-quicklinks p {
  font-size: 20px;
  text-transform: none;
}

.community-quicklinks button1 {
  background-color: #FFF8EF;
  width: 24%;
  height: 250px;
  color: #333;
  border: none;
  justify-content: center;
  padding-top: 30px;

}

.community-quicklinks button2 {
  background-color: #F3FCFA;
  width: 24%;
  height: 250px;
  color: #333;
  border: none;
  justify-content: center;
  padding-top: 30px;
}

.community-quicklinks button3 {
  background-color: #FFEDF1;
  width: 24%;
  height: 250px;
  color: #333;
  border: none;
  justify-content: center;
  padding-top: 30px;
}

.community-quicklinks button4 {
  background-color: #F7EEFF;
  width: 24%;
  height: 250px;
  color: #333;
  border: none;
  justify-content: center;
  padding-top: 30px;
}

@media (max-width: 1060px) {

  .community-quicklinks button1,
  .community-quicklinks button2,
  .community-quicklinks button3,
  .community-quicklinks button4 {
    height: 50%;
    padding: 15px 50px;
    width: calc(49% - 10px);
    margin: 5px;
  }

  .community-quicklinks img {
    max-height: 90px;
  }
}

@media (max-width: 767px) {

  .community-quicklinks button1,
  .community-quicklinks button2,
  .community-quicklinks button3,
  .community-quicklinks button4 {
    background-color: white;
    width: 100%;
    color: #333;
    border: 2px solid #e5e5e5ff;
    padding: 15px 100px;
    margin: 10px 0;
  }
}

.topic-list {
  padding: 20px;
}

.topic-list-item {
  font-size: 18px;
  color: #135050;
}

.topic-image {
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
}


.topic-list-item__box {
  text-align: center;
  border: 1px solid #135050 !important;
  background: white;
  min-height: 160px;
  max-height: 160px;
}

.topic-list-item__box:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.post-list {
  margin-top: calc(16px * 1.5);
}

.post-list-item {}

.no-content {
  display: block;
  height: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

.community-page .post-meta {
  border: 1px solid #eceeef;
  padding-left: 12px;
}

.community-page .entry-info {
  display: table-cell;
  font-size: calc(16px * 0.75);
}

.community-page .entry-info__avatar,
.community-page .entry-info__content {
  vertical-align: middle;
  padding-right: 12px;
  display: table-cell;
  height: 60px;
}

.community-page .entry-info__content a,
.community-page .entry-info__content p {
  font-size: 16px;
}

.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #218f8f;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote svg,
.actions svg {
  min-height: 15px;
  min-width: 15px;
}

.vote-up,
.vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 50px;
  color: #218f8f;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 35px;
  max-height: 35px;
  margin: 0 auto;
}

.vote-up {
  color: #62ac82;
  border: 2px solid #e8f7ed;
  background-color: #e8f7ed;
}

.vote-down {
  color: #e55e5e;
  border: 2px solid #fae3e3;
  background-color: #fae3e3;
}

.vote-up.vote-voted {
  background-color: rgba(19, 80, 80, 1);
  border: 2px solid rgba(19, 80, 80, 1);
  color: #fff;
}

.vote-down.vote-voted {
  background-color: rgba(19, 80, 80, 1);
  border: 2px solid rgba(19, 80, 80, 1);
  color: #fff;
}

.vote-up:hover {
  background-color: #bbe7c9;
  border-color: #bbe7c9;
}

.vote-down:hover {
  background-color: #f1afaf;
  border-color: #f1afaf;
}

.vote-up.vote-voted:hover {
  background-color: #bbe7c9;
  border-color: #bbe7c9;
}

.vote-down.vote-voted:hover {
  background-color: #f1afaf;
  border-color: #f1afaf;
}

.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow {
  padding: 10px;
}

.subscriptions-community-follow button,
.community-follow button {
  display: inline-block;
  padding: 8px 25px;
  color: rgba(19, 80, 80, 1);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13.125px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-transform: uppercase;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

@media (max-width: 768px) {
  .community-follow {
    width: 100%;
    padding: 0;
  }

  .community-follow,
  .community-follow button {
    width: 100%;
  }
}

.subscriptions.community-follow button:hover,
.community-follow button:hover {
  background-color: rgba(19, 80, 80, 1);
  color: #fff;
}

.subscriptions.community-follow button[data-selected="true"]::after,
.subscriptions.community-follow button[data-selected="false"]::after,
.topics.community-follow button[data-selected="true"]::after,
.topics.community-follow button[data-selected="false"]::after {
  display: none;
}

.community-follow button:hover::after,
.community-follow button:focus::after {
  border-color: #fff;
  color: #fff;
}

.community-follow button[data-selected="true"] {
  background-color: rgba(19, 80, 80, 1);
  color: #fff;
}

.community-follow button[data-selected="false"],
.community-follow button[data-selected="false"]::after {
  color: rgba(19, 80, 80, 1);
}

.community-follow button[data-selected="false"]:hover,
.community-follow button[data-selected="false"]:hover::after {
  color: #fff;
}

.community-follow button[data-selected="false"]:hover::after {
  border-left: 1px solid #fff;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #fff;
  color: #fff;
}

.community-follow button[data-selected="false"]::after {
  border-left: 1px solid rgba(19, 80, 80, 1);
}

.community-follow button[data-selected="true"]:hover {
  background-color: #eceeef;
  color: rgba(19, 80, 80, 1);
}

.community-follow button[data-selected="true"]:hover::after {
  color: rgba(19, 80, 80, 1);
}

.community-follow button[data-selected="true"]:hover::after {
  border-left: 1px solid rgba(19, 80, 80, 1);
}

.community-follow button::after {
  border-left: 1px solid rgba(19, 80, 80, 1);
  content: attr(data-follower-count);
  color: rgba(19, 80, 80, 1);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  margin-left: 15px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(19, 80, 80, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 35px;
  max-height: 35px;
  margin: 0 auto;
}

.comment-sorter__col p {
  color: #979797;
  margin: 0;
}

.community-page .comment__body {
  margin: calc(16px * 1.5) 0;
}

.community-page .post {
  border-bottom: 2px solid #eceeef;
  padding-bottom: calc(16px * 1.5);
}

.post__text p,
.comment__content p {
  padding-bottom: calc(16px * 1.5);
}

.comment__content {
  margin-right: 40px;
}

.community-page code {
  white-space: normal;
}

/* End Community Styling - 2024 */

section .row {
  height: 32vh;
}

.note {
  position: relative;

  padding-left: 12px;
  margin: calc(16px * 1.5) 0;
  color: #218f8f;
  border-left: calc(2px * 2) solid transparent;
}

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

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

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

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

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

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

.note-info,
.note--info {
  border-color: rgba(225, 187, 255, 1);
}

.note-info .note-title,
.note--info .note-title {
  color: rgba(225, 187, 255, 1);
}

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

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

.note-success,
.note--success {
  border-color: rgba(7, 199, 153, 1);
}

.note-success .note-title,
.note--success .note-title {
  color: rgba(7, 199, 153, 1);
}

.note-danger,
.note--danger {
  border-color: rgba(255, 32, 89, 1);
}

.note-danger .note-title,
.note--danger .note-title {
  color: rgba(255, 32, 89, 1);
}

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

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

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

  display: block;
  padding: calc(12px / 2) 16px;
  line-height: 1.5;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}

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

  display: block;
  padding: calc(12px / 2) 16px;
  line-height: 1.5;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.pagination ul>li>a:hover {
  color: #7E2BC1;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination ul>li>a:focus {
  color: #800fdb;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination ul>li>span:hover {
  color: #800fdb;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination ul>li>span:focus {
  color: #800fdb;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination ul>.pagination-current>span,
.pagination ul>.pagination-current>span:hover,
.pagination ul>.pagination-current>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: rgba(19, 80, 80, 1);
  border-color: rgba(19, 80, 80, 1);
}

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

.satisfaction-box h4 {
  font-size: 14px;
  margin-bottom: 10px;
}

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

.satisfaction-box p {
  margin-bottom: 10px;
}

.satisfaction-box form {
  margin-bottom: 10px;
}

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

.satisfaction-box input[type=radio]~label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: rgba(7, 199, 153, 1);
  border-color: rgba(7, 199, 153, 1);
}

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

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

.satisfaction-box input[type=radio]~label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: rgba(255, 32, 89, 1);
  border-color: rgba(255, 32, 89, 1);
}

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

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

.satisfaction-box input[type=radio][checked=checked]+label:hover {
  transform: none !important;
}

.satisfaction-box input[type=radio][checked=checked][value=good]+label {
  background-color: transparent !important;
  color: #058c6c !important;
  border-color: transparent !important;
  padding: 0 !important;
}

.satisfaction-box input[type=radio][checked=checked][value=bad]+label {
  background-color: transparent !important;
  color: #e2003a !important;
  border-color: transparent !important;
  padding: 0 !important;
}

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

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: rgba(7, 199, 153, 1) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: rgba(255, 32, 89, 1) !important;
} */

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

.satisfaction-box .satisfaction-submit {
  color: #fff;
  background-color: rgba(19, 80, 80, 1);
  border-color: rgba(19, 80, 80, 1);

  margin-left: 10px !important;
  font-size: calc(16px - 5px) !important;
}

.satisfaction-box .satisfaction-submit:hover,
.satisfaction-box .satisfaction-submit:focus,
.satisfaction-box .satisfaction-submit:active {
  color: #e0e0e0;
  background-color: #092727;
  border-color: #071f1f;
}

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

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

.satisfaction-box .satisfaction-cancel {
  font-size: calc(16px - 5px) !important;
  line-height: 1.5 !important;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid rgba(158, 54, 241, 1);
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

.scroll-to-top:focus,
.scroll-to-top:active {
  outline: 0;
}

.scroll-to-top.is-active {
  bottom: 30px;
}

.scroll-to-top:hover {
  color: #800fdb;
  border-color: #800fdb;
}

@media (max-width: 767px) {

  .scroll-to-top {
    display: none
  }
}

.embed,
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed:focus,
.embed-responsive:focus {
  outline: none !important;
}

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

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

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}

@media (min-width: --screen-lg) {
  .visible-lg {
    display: block;
  }
}

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

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {

  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {

  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {

  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.page-header {
  margin-bottom: calc(16px * 1.5 * 2);
}

@media (max-width: 768px) {
  .page-header {
    margin-bottom: calc(16px * 2);
  }
}

.page-header .h2 {
  font-weight: 600;
}

.page-header--with-border {
  border-bottom: 2px solid #eceeef;
}

div.recent-articles {
  background-color: #e8fef9;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
}

section.section-articles {
  border: 1px solid #11AB85;
  padding: 20px;
  text-align: left;
}

.recent-articles h3 {
  margin-bottom: calc(16px * 1.5 / 2);
}

.related-articles h3 {
  margin-bottom: calc(16px * 1.5 / 2);
}

@media (min-width: 768px) {

  .recent-articles h3 {
    margin-top: calc(16px * 1.5 / 2)
  }

  .related-articles h3 {
    margin-top: calc(16px * 1.5 / 2)
  }
}

.recent-articles ul,
.related-articles ul {
  list-style: none;
  padding-left: 2px;
}

.recent-articles ul>li {
  /*margin-bottom: calc(16px * 1.5 / 2);*/
  font-size: 14px;
}

.related-articles ul>li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.recent-articles ul>li a {
  color: rgba(14, 60, 60, 1);
}

.recent-articles a:hover {
  color: #7E2BC1;
  text-decoration: none;
}

.related-articles ul>li a {
  color: rgba(14, 60, 60, 1);
}

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

.section-articles .btn {
  margin-left: 15px;
}

.section-articles__title,
.recent-articles h2 {
  font-size: calc(16px * 1.125);
  margin-bottom: calc(16px * 1.5 / 2);
  font-family: 'Neulis Sans';
}

.section-articles__list {
  padding-left: 2px;
  list-style: none;
}

.section-articles__list li>*,
.recent-articles ul>li>*,
.related-articles ul>li>* {
  vertical-align: text-top;
}

.section-articles__item,
.recent-articles ul>li,
.related-articles ul>li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-header {
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5);
  color: #135050;
  text-align: center;
  background-color: #EFFBF8;
  border-radius: 4px;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.5);
  font-weight: 500;
}

.profile-header__name a {
  color: #135050;
}

@media (min-width: 768px) {

  .profile-header__name {
    font-size: calc(16px * 1.75);
    font-weight: 500;
  }
}

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(16px * 1.5);
  background-color: rgba(19, 80, 80, 1);
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  padding-left: 0;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px - 2px);
  color: #135050;
  list-style: none;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc(16px * 1.5 / 4);
}

@media (max-width: 767px) {

  .profile-stats__stat {
    display: block
  }

  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: calc(12px / 2);
}

.profile-stats__value {
  color: #808080;
}

.profile-nav {
  margin-bottom: calc(16px * 1.5);
  overflow: hidden;
  font-size: calc(16px * 0.75);
  font-weight: 600;
  background-color: #fff;
  border-radius: 4px;
}

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

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

@media (min-width: 768px) {

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

.profile-nav__item a {
  display: block;
  color: rgba(14, 60, 60, 1);
}

.profile-nav__item.is-active {
  color: #fff;
  background-color: #07C799;
}

.profile-nav__item.is-active {
  padding: calc(16px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav__item a {
  padding: calc(16px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(16px * 1.5);
}

.profile-section__title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.5);
}

.profile-section__description {
  font-size: calc(16px * 0.75);
  color: #979797;
}

@media (min-width: 768px) {

  .profile-section__description {
    padding-bottom: 0
  }
}

.profile-section-sorter {
  font-size: calc(16px * 0.75);
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 768px) {

  .profile-section-sorter {
    display: table;
    width: 100%
  }
}

@media (min-width: 768px) {

  .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) {

  .profile-section-sorter__col--main {
    margin-bottom: calc(16px * 1.5 / 2)
  }
}

@media (min-width: 768px) {

  .profile-section-sorter__col--main {
    padding-right: 12px
  }
}

@media (min-width: 768px) {

  .profile-section-sorter__col--btn {
    text-align: right
  }
}

.profile-contribution {
  position: relative;
  padding: calc(16px * 1.5 / 2) 15px;
  word-wrap: break-word;
  background-color: #f4f5f6;
  border-radius: 4px;
}

.profile-contribution__header {
  margin-bottom: calc(16px * 1.5 / 4);
}

.profile-contribution__status {
  display: inline-block;
  margin-bottom: calc(16px * 1.5 / 4);
}

.profile-contribution__title {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-bottom: calc(16px * 1.5 / 4);
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
}

.profile__no-activity {
  color: #979797;
  text-align: center;
}

.profile__private-activity {
  color: #979797;
  text-align: center;
}

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

.profile-activity {
  position: relative;
  margin-bottom: calc(16px * 1.5 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(16px * 1.5 / 2);

  font-size: calc(16px * 0.75);
  font-weight: 600;
}

.profile-activity__header:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: "\f15c";
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: "\f086";
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  font-weight: 400;
  content: "\f075";
}

.user-subscribe {
  display: inline-block;
}

.entry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(16px * 0.75);
}

.entry-info__avatar {
  padding-right: 12px;
}

.status-label {
  display: inline-block;
  padding: 2px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(19, 80, 80, 1);
}

/* .status-label--pending {
  background-color: rgba(255, 161, 47, 1);
}

.status-label--with-ticket {
  background-color: rgba(19, 80, 80, 1);
}

.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #9E36F1;
  }

.status-label--solved,
.status-label--closed {
  background-color: rgba(7, 199, 153, 1);
}

.status-label--new,
.status-label--open {
  background-color: rgba(255, 32, 89, 1);
}

.status-label--answered {
  background-color: rgba(255, 161, 47, 1);
}

.status-label--official {
  background-color: rgba(19, 80, 80, 1);
}

.status-label--completed,
.status-label--answered {
  background-color: rgba(7, 199, 153, 1);
}

.status-label--planned {
  background-color: rgba(14, 60, 60, 1);
}

.status-label--not-planned {
  color: rgba(14, 60, 60, 1);
  background-color: #eceeef;
} */

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: calc(16px * 0.75);
}

.attachment-list__item {
  position: relative;
  padding-left: calc(12px * 1.5);
  margin-bottom: calc(16px * 1.5 / 2);
}

.attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.promoted-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.promoted-articles__title {
  font-weight: 400;
}

.promoted-articles-item__title {
  display: block;
  margin-bottom: calc(16px * 1.5 / 4);
  font-size: calc(16px * 1);
}

.callout {
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  background-color: #eceeef;
  border-left-width: 5px;
  border-left-style: solid;
}

.callout--note {
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
	background-color: #eaf2fc;
  border-left: 5px solid #438EE1;

}

.callout p:last-child,
[class*="callout"] p:last-child {
  margin-bottom: 0;
}

.callout--transparent {
  background-color: transparent;
  border-width: 1px;
  border-color: #dedede;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
}

.callout--success {
  color: rgba(14, 60, 60, 1);
  background-color: #e8fef9;
  border-color: rgba(7, 199, 153, 1);
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  border-left-width: 5px;
  border-left-style: solid;

}

.callout--red {
  color: rgba(14, 60, 60, 1);
  background-color: #ffcccb;
  border-color: #ff726f;
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  border-left-width: 5px;
  border-left-style: solid;

}

.callout--plans h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 16px 0;
}

.callout--plans p {
  font-size: 14px;
  font-weight: 600;
  color: #C8D2D9;
  margin-bottom: 0;
  margin-left: 28px;
}

.callout--plans p strong::before {
  content: '';
  display: inline-block;
  background: url('/hc/theming_assets/01J8NMFSZADA1BQKW8MJR67G4H');
  background-size: contain;
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.callout--plans p strong {
  color: rgba(14, 60, 60, 1);
  display: grid;
  width: 100%;
  grid-template-columns: auto auto;
  align-items: center;
  align-content: center;
  justify-content: start;
  margin-left: -28px;
}

.callout--plans {
  background-color: #F9F9F9;
  border-radius: 6px;
  line-height: 1.75;
  /*   border-color: #C8D2D9; */
  /*   border-left-width: 5px; */
  /*   border-left-style: solid; */
  padding: 16px 32px 32px 32px;
  max-width: 370px;
  margin-bottom: 24px;
}

.callout--plans strong {
  color: rgba(14, 60, 60, 1);
}

/* .callout--plans p {
  margin: 1px !important;

} */

/* .callout--plans2 {
  color: #D3D3D3;
  background-color: #fff;
  border-color: rgba(225, 187, 255, 1);
  padding: 1px;
line-height: 0em !important;
  border-left-width: 5px;
  border-left-style: solid;
text-indent: 25px;

} */

/* .callout--plans2 p {
  margin: 1px !important;

}    */

.callout--success .callout__title {
  color: rgba(7, 199, 153, 1);
}

.callout--info {
  color: rgba(14, 60, 60, 1);
  background-color: #faf3ff;
  border-color: rgba(225, 187, 255, 1);
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  border-left-width: 5px;
  border-left-style: solid;
}

.callout--info .callout__title {
  color: rgba(225, 187, 255, 1);
}

.callout--warning {
  color: rgba(14, 60, 60, 1);
  background-color: #ffd6a4;
  border-color: rgba(255, 161, 47, 1);
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  border-left-width: 5px;
  border-left-style: solid;
}

.callout--warning .callout__title {
  color: rgba(255, 161, 47, 1);
}

.callout--danger {
  color: rgba(14, 60, 60, 1);
  background-color: #ffc3d2;
  border-color: rgba(255, 32, 89, 1);
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  border-left-width: 5px;
  border-left-style: solid;
}

.callout--danger .callout__title {
  color: rgba(255, 32, 89, 1);
}

.callout--primary {
  color: rgba(14, 60, 60, 1);
  background-color: #b7eeee;
  border-color: rgba(19, 80, 80, 1);
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  border-left-width: 5px;
  border-left-style: solid;
}

.callout--primary .callout__title {
  color: rgba(19, 80, 80, 1);
}

.callout--dashed {
  border-width: 1px;
  border-style: dashed;
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
}

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #55595c;
  box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  content: '';
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 3;
}

.image-with-video-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.image-with-video-icon:active:before,
.image-with-video-icon:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.list-colored,
.list-bullet {
  padding-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}

.list-colored li {
  position: relative;
  padding-left: calc(30px + 12px);
  margin-bottom: calc(16px * 1.5 / 1.5) !important;
  counter-increment: list;
}

.list-colored li:before {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: calc(16px * 0.75);
  line-height: 30px;
  color: #fff;
  text-align: center;
  content: counter(list);
  background-color: rgba(19, 80, 80, 1);
  border-radius: 50%;
}

.list-colored ol {
  margin-bottom: 14px;
  list-style-type: none;
  counter-reset: list;
}

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-bullet li:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: rgba(19, 80, 80, 1);
  content: "\f058";
  background-color: transparent;
}

.list-bullet ul {
  margin-bottom: 14px;
  list-style: none;
}

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

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

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

.text-primary {
  background-color: #30cccc;
}

.text-info {
  background-color: rgba(225, 187, 255, 1);
}

.text-warning {
  background-color: rgba(255, 161, 47, 1);
}

.text-danger {
  background-color: rgba(255, 32, 89, 1);
}

.text-success {
  background-color: rgba(7, 199, 153, 1);
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 0;
  margin-bottom: calc(16px * 1.5);
}

.accordion__item-title {
  position: relative;
  font-size: calc(16px * 1.25);
  padding: 15px 20px 15px 52px;
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
  border-bottom: 1px solid #ddd;
}

.accordion__item-title:before {
  content: '';
  position: absolute;
}

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

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

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid rgba(19, 80, 80, 1);
  border-left: 2px solid rgba(19, 80, 80, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion--default .accordion__item-title--active {
  background-color: #f0f0f0;
}

.accordion--default .accordion__item-title--active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion--colored .accordion__item-title {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title:before,
.accordion--colored .accordion__item-title:after {
  top: 50%;
}

.accordion--colored .accordion__item-title:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #818a91;
  left: 20px;
}

.accordion--colored .accordion__item-title:after {
  content: '';
  position: absolute;
  left: 24px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background-color: #818a91;
}

.accordion--colored .accordion__item-title--active {
  background-color: rgba(19, 80, 80, 1);
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title--active:before {
  background-color: #fff;
}

.accordion--colored .accordion__item-title--active:after {
  display: none;
}

.tabs {
  margin-bottom: calc(16px * 1.5);
}

.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

@media (min-width: 768px) {

  .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }
}

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 600;
  color: rgba(14, 60, 60, 1);
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
  color: rgba(19, 80, 80, 1);
}

@media (max-width: 767px) {

  .tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd
  }

  .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (min-width: 768px) {

  .tabs-link {
    display: inline-block
  }
}

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: rgba(19, 80, 80, 1);
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
  color: rgba(19, 80, 80, 1);
  cursor: default;
}

@media (min-width: 768px) {

  .tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }
}

.tabs--colored-1 .tab {
  background-color: #f7f7f9 !important;
}

.tabs--colored-1 .tabs-link.is-active {
  background-color: #f7f7f9;
  border-bottom-color: #f7f7f9;
}

.tabs--colored-2 .tabs-link:hover {
  color: rgba(19, 80, 80, 1);
}

.tabs--colored-2 .tabs-link.is-active {
  color: #fff;
  background-color: rgba(19, 80, 80, 1);
  border-color: rgba(19, 80, 80, 1);
}

.tabs--colored-2 .tabs-link.is-active:hover {
  color: #fff;
}

.tabs--colored-2 .tab {
  background-color: #f7f7f9 !important;
}

.launchpad {
  background-color: #f0f0f0;
  padding: calc(16px * 1.5 * 3) 0;
}

@media (max-width: 767px) {

  .launchpad {
    padding: calc(16px * 1.5 * 2) 0
  }
}

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

@media (max-width: 767px) {

  .launchpad__body {
    display: block
  }
}

.launchpad__icon svg {
  height: 90px;
  width: auto;
}

.launchpad__icon svg path {
  fill: #000;
}

@media (max-width: 767px) {

  .launchpad__icon {
    /*text-align: center;
    margin-bottom: calc(16px * 1.5)*/
    display: none;
  }
}

.launchpad__info {
  margin: 0 calc(16px * 1.5 * 3) 0 calc(16px * 1.5 * 1.5);
}

@media (max-width: 767px) {

  .launchpad__info {
    text-align: center;
    margin: 0 0 calc(16px * 1.5)
  }
}

.launchpad__title {
  font-weight: 800;
  margin-bottom: calc(16px * 1.5 / 3);
}

.launchpad__description {
  max-width: 300px;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .launchpad__description {
    text-align: center;
    margin: 0 auto
  }
}

@media (max-width: 767px) {

  .launchpad__button {
    text-align: center
  }
}

.webinar {
  position: relative;
  height: 300px;
  padding: calc(16px * 1.5 * 3) 0;
  background-color: #0A2032;
  color: #fff;
}

@media (max-width: 767px) {

  .webinar {
    padding: calc(16px * 1.5 * 2) 0 calc(16px * 1.5 * 2);
    height: auto
  }
}

.webinar .container,
.webinar .container-inner,
.webinar__body {
  height: 100%;
}

.webinar .container-inner {
  max-width: 950px;
  margin: 0 auto;
}

.webinar__body {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {

  .webinar__body {
    width: 100%;
    display: block;
    text-align: center
  }
}

.webinar__title {
  font-weight: 800;
}

.webinar__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {

  .webinar__description {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.webinar__text {
  margin-bottom: 0;
  max-width: 360px;
  font-size: 14px;
}

@media (max-width: 767px) {

  .webinar__text {
    text-align: left
  }
}

.webinar__icon {
  position: relative;
  top: -228px;
  margin-left: 50%;
}

@media (max-width: 767px) {

  .webinar__icon {
    /*position: relative;
    top: 48px;*/
    display: none;
  }

  .webinar__icon svg {
    width: 100%;
    height: auto;
  }
}

.keepcentered {
  position: absolute;
  left: 50%;
  /* Start with top left in the center */
  top: 50%;
  width: 200px;
  /* The fixed width... */
  height: 100px;
  /* ...and height */
  margin-left: -100px;
  /* Shift over half the width */
  margin-top: -50px;
  /* Shift up half the height */
  border: 1px solid black;
  /* Just for demo */
}

.get-in-touch {
  padding: calc(16px * 1.5 * 3) 0;
  text-align: center;
}

@media (max-width: 767px) {

  .get-in-touch {
    padding: calc(16px * 1.5 * 2) 0 calc(16px * 1.5 * 2)
  }
}

.get-in-touch .container-inner {
  max-width: 950px;
  margin: 0 auto;
}

.get-in-touch__title {
  font-weight: 700;
}

.get-in-touch__subtitle {
  font-weight: 300;
}

.community-nav__item {
  float: left;
}

.community-nav__item+.community-nav__item {
  margin-left: 12px;
}

.community-nav__item.is-active {
  font-weight: 600;
}

.community-nav__item--button {
  float: right;
}

.vote {
  width: 100%;
  max-width: 40px;
}

.vote [aria-selected="true"] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: calc(16px * 1.5 / 4);
  padding-bottom: calc(16px * 1.5 / 4);
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {

  .topic-list-page {
    margin-bottom: calc(16px * 1.5)
  }
}

/* .topic-list-item:nth-child(2n + 1) {
    clear: left;
  } */

.topic-list-item__box {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5);
  border: 2px solid #eceeef;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-bottom: calc(16px * 1.5 / 2);
  color: #135050;
  font-weight: 700;
  font-size: 1.5vw;
}

@media (min-width: 1000px) {
  .topic-list-item__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .topic-list-item__title {
    font-size: 18px;
  }
}

.topic-page {
  margin-bottom: calc(16px * 1.5 * 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #eceeef;
}

.topic__col {
  display: table-cell;
  vertical-align: inherit;
}

@media (min-width: 480px) {

  .topic__col {
    vertical-align: top
  }
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.75);
}

.topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

@media (max-width: 767px) {

  .topic-filters__item {
    margin-bottom: calc(16px * 1.5 / 2)
  }
}

.topic-controls {
  margin-bottom: calc(16px * 1.5 * 2);
}

/* .topic-controls__item {
  float: left;
} */

.topic-followers {
  margin-right: calc(12px / 2);
}

@media (min-width: 768px) {

  .topic-controls__item--subscribe {
    float: right;
    white-space: nowrap
  }
}

.topic-controls__item--subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.topic-controls__item--subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

@media (min-width: 768px) {

  .post-page {
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

.post {
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

.post__title {
  font-size: calc(16px * 1.5);
  padding-right: calc(12px * 1.5);
}

@media (max-width: 768px) {

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

@media (max-width: 500px) {

  .post__title {
    font-size: calc(16px * 1.125);
  }
}

@media (min-width: 992px) {

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

.post-status-follow {
  height: 44px;
  margin-bottom: 5px;
}

.post-status-follow .community-follow {
  margin-bottom: 5px;
}

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

.post-meta__col {
  /*   display: table-cell;
  vertical-align: top; */
  display: inline-block;
  padding: 0;
  float: right;
}

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

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: calc(40px + 12px);
}

.post__body ul {
  list-style: disc;
}

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

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

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

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

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

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

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

.post__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
}

.post__voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post__voting-and-actions .dropdown-toggle:after {
  content: '\f013';
  margin-left: 0;
  font-size: 16px;
}

.post__actions .dropdown-menu {
  width: auto;
}

.post__actions .dropdown-menu [role=menuitem] {
  white-space: nowrap;
}

.post-callout {
  background-color: #eceeef;
  padding: calc(16px * 1.5 / 2) 15px;
}

@media (max-width: 767px) {

  .post-callout {
    margin-bottom: 25px
  }
}

.post-callout__title {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

@media (min-width: 768px) {

  .post-list-page {
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

.post-list-item {
  /*   border-bottom: 2px solid #eceeef; */
  margin-bottom: 10px;
  padding: 10px;
}

@media (min-width: 768px) {

  .post-list-item {
    display: table;
    width: 100%
  }
}

.post-list-item__title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.post-list-item__title a {
  color: rgba(19, 80, 80, 1);
}

.post-list-item__title a:hover {
  color: rgba(158, 54, 241, 1);
}

.post-list-item__title .fa-star {
  position: relative;
  font-size: 50%;
  top: -4px;
}

@media (min-width: 768px) {

  .post-list-item__col {
    display: table-cell;
    vertical-align: top
  }
}

@media (min-width: 768px) {

  .post-list-item__col--main {
    width: 60%
  }
}

@media (min-width: 768px) {

  .post-list-item__col--side {
    width: 40%;
    text-align: right
  }
}

.post-info {
  font-size: 12px;
  color: #135050;
}

@media (min-width: 768px) {

  .post-info {
    float: right;
    min-width: 90px;
    padding: calc(12px / 2) 12px;
    text-align: center;
    background-color: #F3FCFA;
    border-radius: 4px
  }
}

@media (min-width: 768px) {

  .post-info__count {
    display: block;
    font-weight: 600;
    color: rgba(14, 60, 60, 1)
  }
}

.post-info+.post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info+.post-info:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }
}

.post-status {
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 12px;
  margin: 5px 0;
}

.post-status-follow .post-status {
  display: inline-block;
  padding: 1px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}

@media (max-width: 767px) {
  .post-status-follow .post-status {
    width: 100%;
    text-align: center;
  }
}

.post-status--completed {
  color: rgba(14, 60, 60, 1);
  background-color: rgba(19, 80, 80, 25%);
}

.post-status--answered {
  color: rgba(14, 60, 60, 1);
  background-color: rgba(255, 111, 148, 50%);
}

.post-status--planned {
  color: rgba(14, 60, 60, 1);
  background-color: rgba(225, 187, 255, 50%);
}

.post-status--not-planned {
  color: rgba(14, 60, 60, 1);
  background-color: rgba(7, 199, 153, 50%);
}

.post-status--none {
  color: rgba(14, 60, 60, 1);
  background-color: rgba(255, 161, 47, 25%);
}

@media (min-width: 768px) {

  .new-post-page {
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

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

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

.DesktopStyles-module--site-header--1OXRp {
  border-bottom: 1px solid #000
}

.DesktopStyles-module--site-nav--2Y-SH {
  align-items: center;
  display: grid;
  grid-template-columns: auto minmax(-webkit-min-content, auto) auto;
  grid-template-columns: auto minmax(min-content, auto) auto;
  height: 100%;
  justify-content: space-between;
}

.DesktopStyles-module--cta-nav--3_AiD,
.DesktopStyles-module--main-nav--10mMC {
  display: none
}

.DesktopStyles-module--cta-nav--3_AiD .DesktopStyles-module--button--2AKD7 {
  cursor: pointer;
  margin-left: 24px;
  padding: 12px 24px;
}

.DesktopStyles-module--main-nav--10mMC {
  align-items: stretch;
  align-self: stretch;
  justify-content: center;
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i {
  display: flex;
  justify-content: center;
  max-width: 115px;
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 28px;
  padding: 0 4px;
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs:hover {
  cursor: pointer
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs:hover:after {
  width: 100%
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs:focus {
  outline: none
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs:after {
  background: #FF6F94;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  border-radius: 4px 4px 0 0;
  transition: width .3s ease-in-out
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs {
  perspective: 200px
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs .DesktopStyles-module--sub-nav--1zucy {
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: rotateX(-4deg) translateX(20px);
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-property: transform, visibility, opacity;
  visibility: hidden;
  will-change: tranform, visibility, opacity;
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs:hover .DesktopStyles-module--sub-nav--1zucy {
  visibility: visible;
  pointer-events: auto;
  transform: rotateX(0deg) translateX(0);
  opacity: 1
}

span.DesktopStyles-module--menu-item-link--3Hzqs {
  margin-bottom: 18px
}

.DesktopStyles-module--sub-nav--1zucy {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 254px;
  padding: 28px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07)
}

.DesktopStyles-module--sub-nav--1zucy .DesktopStyles-module--menu-item--1sD7i {
  margin-bottom: 18px
}

.DesktopStyles-module--sub-nav--1zucy .DesktopStyles-module--menu-item--1sD7i:last-child {
  margin-bottom: 0
}

@media (min-width: 1024px) {
  .DesktopStyles-module--cta-nav--3_AiD {
    display: block
  }

  .DesktopStyles-module--main-nav--10mMC {
    display: flex
  }
}

@-webkit-keyframes DesktopStyles-module--menu-in--2bFPl {
  0% {
    tranform: scale
  }
}

@keyframes DesktopStyles-module--menu-in--2bFPl {
  0% {
    tranform: scale
  }
}

.Header-module--site-header--2H-0J {
  display: block;
  height: 84px;
  left: 24px;
  right: 24px;
  z-index: 100
}

.Header-module--logo--aR3P2 {
  align-items: center;
  display: flex;
}

.Header-module--logo--aR3P2 img {
  height: 2rem;
}

.Header-module--cta-nav--1wBYz {

  font-size: .875rem
}

.Header-module--cta-nav--1wBYz li {
  display: inline-block
}

.Header-module--menu-item--3O5za {
  position: relative;
  display: block
}

.Header-module--menu-item--3O5za hr {
  border-color: #ccc
}

.Header-module--menu-item-link--9g60x {
  position: relative;
  z-index: 2;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: .875rem;
  color: #000;
  border: 0;
  background: none;
  width: 100%;
}

/* .Header-module--menu-item-link--9g60x:visited {
  color: #000
} */

span.Header-module--menu-item-link--9g60x {
  color: #888;
  font-size: .875rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: text
}

.Header-module--item-desc--3nXpT {
  display: block;
  width: 100%;
  font-size: .875rem;
  color: #888;
  padding: 0;
  margin: 0
}

@media (min-width: 768px) {
  .PageSection-module--page-section--29nKr {
    padding-top: 0;
    padding-bottom: 108px
  }

  .PageSection-module--top-section--1-Yfr {
    padding-top: 192px
  }
}

.ContentContainer-module--container--1x5b1 {
  position: relative;
  width: 100%;
  max-width: 1184px;
  margin: 0 auto
}

.Footer-module--site-footer--DOYln,
.Footer-module--sub-footer--1GSrl {
  display: grid
}

.Footer-module--site-footer--DOYln {
  padding-top: 8px;
  border-top: 1px solid #888
}

.Footer-module--site-footer--DOYln .Footer-module--menu--32r-m {
  margin-bottom: 32px
}

.Footer-module--nav--2AL6s {
  display: grid;
  grid-column-gap: 7%
}

.Footer-module--menu--32r-m h5 {
  font-weight: 800;
  font-size: .875rem;
  text-transform: uppercase
}

.Footer-module--menu--32r-m ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.Footer-module--menu--32r-m a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  transition: color .3s ease-in-out;
  line-height: 1.2;
  padding-bottom: 8px
}

.Footer-module--menu--32r-m a:hover {
  color: #0071eb
}

.Footer-module--social-nav--1eWcw {
  margin-bottom: 32px
}

.Footer-module--social-nav--1eWcw .Footer-module--social--Vac8_ {
  line-height: .9
}

.Footer-module--social-nav--1eWcw .Footer-module--social--Vac8_ svg {
  margin-right: 28px
}

.Footer-module--sub-section--2rr72 {
  background-color: #f0f0f0;
  font-size: .875rem;
  padding: 32px 0
}

.Footer-module--sub-section--2rr72 .Footer-module--menu--32r-m a {
  font-size: .875rem;
  font-weight: 600;
  color: #000
}

.Footer-module--sub-footer--1GSrl {
  text-align: center
}

.Footer-module--copyright--YkUn9 {
  margin-bottom: 16px
}

.Footer-module--copyright--YkUn9 p {
  margin-bottom: 0
}

@media (min-width: 576px) {
  .layout__footer .Footer-module--sub-footer--1GSrl {
    text-align: left
  }

  .Footer-module--nav--2AL6s {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 768px) {

  .Footer-module--site-footer--DOYln,
  .Footer-module--sub-footer--1GSrl {
    grid-template-columns: 2fr 2fr
  }

  .layout__footer .Footer-module--copyright--YkUn9 {
    margin-bottom: 0;
  }

  .Footer-module--menu--32r-m a {
    padding-bottom: 16px
  }
}

@media (min-width: 1024px) {
  .Footer-module--site-footer--DOYln .Footer-module--menu--32r-m {
    margin-bottom: 0
  }

  .Footer-module--nav--2AL6s {
    grid-template-columns: repeat(4, 1fr)
  }
}

.MobileStyles-module--mobile-nav--275xv {
  background: #fff;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(100%);
  transition: transform .3s ease-in-out
}

.MobileStyles-module--mobile-nav--275xv[data-active=true] {
  transform: translateX(0)
}

.MobileStyles-module--mobile-nav--275xv {
  z-index: 50
}

.MobileStyles-module--container--3vvZ1 {
  position: absolute;
  top: 84px;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #000;
  border-radius: 2px
}

.MobileStyles-module--cta-nav--3d6KS,
.MobileStyles-module--main-nav--3zS4x {
  position: relative;
  width: 100vw
}

.MobileStyles-module--cta-nav--3d6KS {
  display: grid;
  grid-row-gap: 16px;
  justify-content: center;
  justify-items: center;
  padding-top: 54px
}

.MobileStyles-module--main-nav--3zS4x>.MobileStyles-module--menu-item--1uMeT,
.MobileStyles-module--sub-nav--1kbSY>.MobileStyles-module--menu-item--1uMeT {
  position: static;
  border-bottom: 1px solid #000
}

.MobileStyles-module--menu-item--1uMeT {
  line-height: 15.0938px;
}

.MobileStyles-module--menu-item-link--3DECs {
  padding: 30px 28px;
  cursor: pointer
}

button.MobileStyles-module--menu-item-link--3DECs {
  display: flex;
  justify-content: space-between;
  align-items: center
}

button.MobileStyles-module--menu-item-link--3DECs.MobileStyles-module--close--3AIsZ {
  justify-content: start
}

.MobileStyles-module--btn-text--JcFwM,
.MobileStyles-module--open-arrow--1er3Q {
  display: block
}

.MobileStyles-module--open-arrow--1er3Q {
  width: 20px;
  line-height: 15.0938px;
}

.MobileStyles-module--close-arrow--1Po6E {
  transform: rotate(180deg);
  margin-left: -48px;
  margin-right: 28px
}

.MobileStyles-module--sub-nav--1kbSY {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  transition: transform .3s ease-in-out;
  z-index: 80
}

.MobileStyles-module--sub-nav--1kbSY[data-active=true] {
  transform: translateX(0)
}

.MobileStyles-module--sub-nav--1kbSY .MobileStyles-module--menu-item-link--3DECs {
  padding-right: 28px;
  padding-left: 72px
}

.MobileStyles-module--sub-nav--1kbSY span.MobileStyles-module--menu-item-link--3DECs {
  padding-bottom: 0
}

.DesktopStyles-module--sub-nav--1zucy ul {
  margin: 0;
  padding: 0;
}

.Links-module--primary-button--3GVkT {
  display: inline-block;
  background: rgba(7, 199, 153, 1);
  color: #fff;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.15;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  transition: background-color .3s ease-in-out;
}

.Links-module--primary-button--3GVkT:hover,
.Links-module--primary-button--3GVkT:active,
.Links-module--primary-button--3GVkT:focus {
  background-color: #034c3a;
  /*   opacity: 1; */
  color: #fff;
}

.DesktopStyles-module--main-nav--10mMC>.DesktopStyles-module--menu-item--1sD7i>.DesktopStyles-module--menu-item-link--3Hzqs {
  color: #000 !important;
}

.BeefSammy-module--beef-sammy--bQsaq {
  background: inherit;
  position: absolute;
  top: 30.54545px;
  right: 34px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 4px;
  width: 36px;
  height: 22px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 100;
}

.BeefSammy-module--bar--2I_RF {
  background: #000;
  width: 100%;
  height: 2px;
  transition: transform .2s ease-out;
}

.BeefSammy-module--bar-1--1n3UG {
  transform-origin: 22px 0;
}

.BeefSammy-module--bar-2--_k7AF {
  transform-origin: 24px 100%;
}

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

.body-hidden {
  overflow: hidden;
}

.MobileStyles-module--cta-nav--3d6KS {
  display: grid;
  grid-row-gap: 16px;
  justify-content: center;
  justify-items: center;
  padding-top: 54px;
}

.BeefSammy-module--beef-sammy-open--1OIyb .BeefSammy-module--bar-1--1n3UG {
  transform: rotate(-45deg);
}

.BeefSammy-module--beef-sammy-open--1OIyb .BeefSammy-module--bar-2--_k7AF {
  transform: rotate(45deg);
}

.BeefSammy-module--beef-sammy--bQsaq:focus {
  outline: none;
}

@media (min-width: 1024px) {
  .BeefSammy-module--beef-sammy--bQsaq {
    display: none;
  }
}

.Footer-module--social-nav--1eWcw h5 {
  font-size: .875rem;
  text-transform: uppercase;
}

.Footer-module--site-footer--DOYln h5 {
  margin-bottom: 15px;
}

.Footer-module--copyright--YkUn9 p {
  margin-bottom: 0;
}

.Footer-module--copyright--YkUn9 {
  margin-bottom: 16px;
}

.Footer-module--sub-footer--1GSrl {
  text-align: center;
}



.Footer-module--cookie-list--2hBzv {
  text-align: center;
  grid-column: 4;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  color: #68b631;
  border: 1px solid #68b631;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  padding: 0.8em 2em;
  font-size: 0.8em;
  line-height: 1.2;
  cursor: pointer;
  -moz-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  -webkit-transition: 1s ease;
  transition: 0.1s ease;
}

/** Spark **/
.spark-container {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 1139px;
  margin-right: auto;
  margin-left: auto;
}

.spark-banner {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .spark-banner-mobile {
    display: none;
  }

  .spark-banner {
    display: block;
  }

  .spark-container {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 600px) {
  .spark-banner-mobile {
    display: block;
  }

  .spark-banner {
    display: none;
  }
}

/* this removes the dropdown item to choose a ticket form on the new request page */
.request_ticket_form_id {
  display: none;
}

/* CUSTOM HEADER STYLES */
body {
  overflow-x: hidden;
}

.custom-header {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.custom-header::after {
  content: '';
  background-color: white;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.custom-header-logo {
  margin-right: auto;
  padding-block: 2rem;
  z-index: 2;
}

.custom-header-logo img {
  height: 1.5rem;
}

.hamburger {
  display: block;
  cursor: pointer;
  z-index: 2;
}

.hamburger path {
  transform-origin: center;
  transform-box: fill-box;
  transition: transform 200ms ease-in-out;
}

.custom-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
  position: fixed;
  inset: 0;
  height: 100%;
  padding-top: 5.75rem;
  background-color: white;
  z-index: 1;
  text-align: center;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
}

.custom-mobile-nav>* {
  font-size: 1.125rem;
  padding: 1.5rem;
  color: black;
  user-select: none;
  border: none;
  text-transform: none;
  font-weight: 400;
  background-color: #e6f9f5;
}

.custom-mobile-nav *:is(a, [role="button"]):hover {
  color: black;
  background-color: #e6f9f5;
  transform: none;
}

.mobile-nav-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: rgba(19, 80, 80, 1);
  color: white;
}

.mobile-nav-title a {
  color: rgba(158, 54, 241, 1);
}

.mobile-languages a {
  color: #11AB85;
}

.custom-nav {
  display: none;
}

.custom-dropdown {
  position: relative;
}

.custom-dropdown-title,
.custom-nav-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: black;
  text-transform: none;
  font-weight: 400;
  padding-block: 2rem;
}

*:is(.custom-dropdown-title, .custom-nav-link):hover {
  color: #11AB85;
  cursor: default;
}

.custom-nav-link:hover {
  color: #11AB85;
  cursor: pointer;
  transform: none;
}

.custom-user-avatar {
  height: 1.5rem;
  border-radius: 50%;
}

.custom-dropdown-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: white;
  z-index: 1;
  border-radius: 0.25rem;
  border: 0.0625rem solid #ccc;
  padding: 1rem 1.5rem;
  transition: opacity 300ms ease-in-out;
}

*:is(.custom-dropdown-title, .custom-nav-link):hover+.custom-dropdown-menu,
.custom-dropdown-menu:hover {
  visibility: visible;
  opacity: 1;
}

.custom-dropdown-menu::before {
  content: '';
  position: absolute;
  width: 4rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%) scaleX(0);
  transform-origin: center left;
  height: 0.25rem;
  background-color: #11AB85;
  border-radius: 0.25rem 0.25rem 0 0;
  transition: transform 300ms ease-in-out;
}

*:is(.custom-dropdown-title, .custom-nav-link):hover+.custom-dropdown-menu::before,
.custom-dropdown-menu:hover::before {
  transform: translate(-50%, -100%) scaleX(1);
}

.custom-dropdown.last .custom-dropdown-menu {
  left: unset;
  right: 0;
  transform: translate(0.5rem, 100%);
}

.custom-dropdown.last .custom-dropdown-menu::before {
  left: unset;
  right: 0;
  width: 2rem;
  transform: translate(-0.2rem, -100%) scaleX(0);
}

.custom-dropdown.last *:is(.custom-dropdown-title, .custom-nav-link):hover+.custom-dropdown-menu::before,
.custom-dropdown.last .custom-dropdown-menu:hover::before {
  transform: translate(-0.2rem, -100%) scaleX(1);
}

.custom-dropdown-menu>*:is(a, button) {
  text-align: left;
  white-space: nowrap;
  color: black;
  font-size: 0.875rem;
  cursor: pointer;
}

.custom-dropdown-menu>*:is(a, button):hover {
  color: #11AB85;
  cursor: pointer;
}

.custom-nav-sign-out,
.custom-nav-user-name {
  font-size: 0.875rem;
  white-space: nowrap;
}

.custom-nav-user-name {
  color: #6d6d6d;
}

.custom-nav-sign-out a {
  color: black;
}

.custom-nav-sign-out a:hover {
  color: #11AB85;
}

@media (min-width: 768px) {
  .custom-header::after {
    display: none;
  }

  .custom-header-logo {
    padding-block: 0;
  }

  .custom-mobile-nav {
    display: none;
  }

  .custom-nav {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 2.5rem;
  }

  .hamburger {
    display: none;
  }
}

@media (min-width: 1440px) {
  .custom-dropdown.last .custom-dropdown-menu {
    left: 50%;
    right: unset;
    transform: translate(-50%, 100%);
  }

  .custom-dropdown.last .custom-dropdown-menu::before {
    left: 50%;
    right: unset;
    transform: translate(-50%, -100%) scaleX(0);
  }

  .custom-dropdown.last *:is(.custom-dropdown-title, .custom-nav-link):hover+.custom-dropdown-menu::before,
  .custom-dropdown.last .custom-dropdown-menu:hover::before {
    transform: translate(-50%, -100%) scaleX(1);
  }
}

.cta-buttons-bottom-container {
  display: flex;
  gap: 10px;
  padding: 10px;
}

.cta-buttons-bottom-heading {
  flex: 2;
  padding: 40px;
}

.cta-buttons-bottom {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.cta-buttons-bottom-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(19, 80, 80, 1);
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  width: 240px;
  height: 100px;
}

.cta-buttons-bottom-button:hover {
  color: rgba(19, 80, 80, 1) !important;
}

@media (max-width: 1200px) {
  .cta-buttons-bottom-container {
    display: inline;
  }

  .cta-buttons-bottom-heading {
    padding: 20px 40px;
  }

  .cta-buttons-bottom-button {
    width: 70%;
    margin: 10px 0;
  }
}

/* CUSTOM FOOTER STYLES */
.wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
}

.custom-footer {

  background-color: rgba(19, 80, 80, 1);
  color: white;
  padding: 4rem 1.5rem 2rem;
}

.custom-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0 2rem;
  font-size: 0.875rem;
  max-width: 78rem;
  margin-inline: auto;
}

.custom-footer-date {
  text-align: center;
  margin-block: 0.5rem;
}

.custom-footer-icons {
  display: flex;
  gap: 1rem;
}

@media (min-width: 480px) {
  .custom-footer-container {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }

  .custom-footer-date {
    text-align: left;
  }
}

.alpha-beta-cta {
  display: inline-block;
  width: 100%;
  padding-right: calc(40px + 12px);
  margin: 0 0 calc(16px * 1.5);
}

.alpha-beta-cta button,
.alpha-beta-cta[role="button"] {
  display: inline-block;
  border: none;
  background-color: rgba(7, 199, 153, 1);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-transform: none;
  font-size: 16px;
}

.alpha-beta-cta button:hover,
.alpha-beta-cta[role="button"]:hover {
  color: #fff;
}

.alpha-beta-cta button:disabled:hover,
.alpha-beta-cta[role="button"]:disabled:hover {
  transform: none;
  -webkit-transform: none;
}

@media (max-width: 480px) {

  .alpha-beta-cta button,
  .alpha-beta-cta[role="button"] {
    font-size: 12px;
  }
}

.mobile-rn-callout.alpha-beta-cta {
  background-color: #07C799;
  color: #fff;
}

.mobile-rn-callout.alpha-beta-cta a {
  color: rgba(19, 80, 80, 1);
}

.wysiwyg-color-blue {
  color: rgba(7, 199, 153, 1);
}

.wysiwyg-color-red {
  color: rgba(255, 32, 89, 1);
}

.gen-ai-answers-callout {
  color: #8d9696;
  display: flex;
  flex-direction: column;
  gap: calc(16px);
  border-radius: calc(8px);
  border: 1px solid rgb(216, 220, 222);
  line-height: 22px;
  margin-block-end: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 90%;
}

.element-hidden {
  visibility: hidden;
  display: none;
}

.element-visibile {
  visibility: visible;
}

figcaption {
  font-size: 0.9em;
  color: #888;
  padding-top: 10px;
}

.clickable-image-container {
  border-radius: 10px;
  overflow: hidden;
}

.screenshot,
.clickable-image-container img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
}

figure.wysiwyg-image,
figure.wysiwyg-media {
  margin-bottom: calc(16px * 1.5);
}

.clickable-image-container img {
  transition: box-shadow 0.3s;
}

.clickable-image-container img:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

figure.wysiwyg-table figcaption {
  display: block;
  /*override display: table-caption */
}

.mym-banner {
  border: 1px solid #ac43ff;
  background-color: #F8EEFF;
  border-radius: 5px;
  text-align: center;
  padding: 20px 10px;
  margin: 20px 10px;
}

.mym-banner p {
  color: #ac43ff;
  font-weight: 500;
  margin: 10px;
}

/* ===== Butter Bar Styles ===== */
.butter-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--butter-bar-bg, #E1BBFF);
  color: var(--butter-bar-text, #0E3C3C);
  z-index: 9999;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.butter-bar.butter-bar--visible {
  animation: slideDown 0.5s ease-out forwards;
}

.butter-bar__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.butter-bar__message {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  flex: 1;
  padding-right: 40px;
}

.butter-bar__link {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 6px;
  transition: opacity 0.2s ease;
}

.butter-bar__link:hover {
  opacity: 0.8;
}

.butter-bar__close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  border-radius: 4px;
}

.butter-bar__close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}

.butter-bar__close:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.butter-bar__close svg {
  width: 18px;
  height: 18px;
}

/* Animation for sliding down */
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }

  to {
    max-height: 200px;
    opacity: 1;
  }
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
  .butter-bar__content {
    padding: 12px 50px 12px 15px;
  }

  .butter-bar__message {
    font-size: 14px;
    padding-right: 0;
  }

  .butter-bar__close {
    right: 15px;
  }

  .butter-bar__link {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 480px) {
  .butter-bar__content {
    padding: 10px 45px 10px 12px;
  }

  .butter-bar__message {
    font-size: 13px;
  }

  .butter-bar__close {
    right: 10px;
  }

  .butter-bar__close svg {
    width: 16px;
    height: 16px;
  }
}