@charset "UTF-8";

/***** Inter *****/
/*
@font-face {
font-family: 'Inter Variable';
src: url('//theme.zdassets.com/theme_assets/1056495/b650ceb902d86fd3b092b570a6998789387febda.woff2') format("woff2 supports variations"),
  	 url('//theme.zdassets.com/theme_assets/1056495/b650ceb902d86fd3b092b570a6998789387febda.woff2') format("woff2-variations"),
font-weight: 420 600;
}
*/

@font-face {
  font-family: 'seasonSans';
  src: url('/hc/theming_assets/01K74HNV6T77V5H8ER9JEQBDPK');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'seasonSans';
  src: url('/hc/theming_assets/01K74HNW2K5RP3X6WD1S8HMRZT');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'seasonSans';
  src: url('/hc/theming_assets/01K7561GBD5QCDTN4KD854C9Q2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'seasonSerif';
  src: url('/hc/theming_assets/01K7582BQZ1SE0SX347VP15JDK');
  font-weight: 600;
  font-style: normal;
}


@font-face {
  font-family: 'Albert Icon';
  src: url('/hc/theming_assets/01J6DZEZ392WFHG5G5G54WV79W');
  font-weight: 500 900;
  font-style: normal;
}

@font-face {
  font-family: 'Albert Icon Regular';
  src: url('/hc/theming_assets/01J6E68F6D88HYXMRVKN4XGPC3');
  font-weight: 500 900;
  font-style: normal;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
}

body {
  background-color: #ffffff;
  color: rgba(17, 17, 17, 1);
  font-family: 'seasonSans', 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  width: 100vw;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 35vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'seasonSans', 'Work Sans', sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  margin-top: 40px;
  font-size: 22px;
}

h3 {
  font-size: 24px;
  font-weight: 400;
}

h4 {
  font-size: 18px;
}

p {
  margin: 8px 0;
}

.feature-header {
  font-weight: 700 !important;
  font-size: 70px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  .feature-header {
    font-size: 40px !important;
    text-align: left !important;
  }
}

.feature-body {
  font-size: 18px;
}

.disclosure {
  font-size: 12px;
  color: #A2A5B2;
}

.disclosure a:link, .disclosure a:visited, .disclosure a:active, .disclosure a:hover {
  color: #A2A5B2 !important;
  text-decoration: underline !important;
}

a {
  color: rgba(0, 42, 240, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}


::selection {
  background: #D9E8FF;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(0, 42, 240, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01HZPQA0NYPFGAP1Z7S8S381GZ") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(0, 42, 240, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(0, 42, 240, 1);
}

.container {
  max-width: 1160px;
  margin: 120px auto;
  padding: 0 5%;
}

.container-home {
  margin-top: 0px !important;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
/*   border-top: 1px solid #ddd; */
  margin-bottom: 20px;
}

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

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle::after {
  color: inherit;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

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

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

/***** Lists *****/

.lower-alpha {
  list-style-type: lower-alpha !important;
}

.upper-alpha {
  list-style-type: upper-alpha !important;
}

.lower-roman {
  list-style-type: lower-roman !important;
}

.upper-roman {
  list-style-type: upper-roman !important;
}

.decimal {
  list-style-type: decimal !important;
}

.table-of-contents ul, .table-of-contents ol, .table-of-contents li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(0, 42, 240, 1);
  border-radius: 4px;
  color: rgba(0, 42, 240, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: rgba(0, 42, 240, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(0, 42, 240, 1);
  color: #ffffff;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #00188a;
  border-color: #00188a;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: rgba(0, 42, 240, 1);
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #00188a;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #444;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(17, 17, 17, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.button-dropdown {
  width: 75%;
  margin: 0 auto 1.5em auto;
  text-align: center;
}

/***** Badges *****/

.badge-gray {
  padding: 10px 15px;
  background: #F4F4F7;
  color: #A2A5B2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 20px;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

.table-terms td {
  display: table-cell !important;
  vertical-align: top;
  height: auto !important;
}

.table-terms-highlight tr td:first-child {
  background-color: #F8F8FA;
}

.table-terms-row-padding td,  .table-terms-row-padding th {
  padding: 10px 20px 10px 0;
  vertical-align: top;
}

.table-col-2 td {
  width: 50vw !important;
}

.table-col-3 td {
  width: 33vw !important;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #444;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

.table tr:last-child {
  border-bottom: 0px solid #ddd;
}

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

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

.table-header tr:first-child {
  border-bottom: 2px solid #000;
}

.table-header-gray tr:first-child {
  background-color: #F8F8FA;
}


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

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(0, 42, 240, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 42, 240, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 42, 240, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

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

.form-field p {
  color: #444;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZPQA0SY4X96SCNGPCWQKY46") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #444;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #00188a;
}

/***** Header *****/
header {
  background-color: #fff !important;
}

.header {
  transition-property: margin, padding;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
  padding: 28px 2rem 29px 2rem;
  background-color: #fff;
  width: 100%;
  z-index: 500;
  top: 0;
  position: fixed;
  .scrolled {
    padding: 14px 2rem;
  }

  @media (min-width: 1024px) {
    padding: 35px 200px 29px 200px;
    .scrolled {
      padding: 14px 200px;
    }
  }
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 22px;
    overflow: visible;
    vertical-align: -.125em;
}

.nav-desktop-wrapper {
  display: none;
  flex: 1;
  @media (min-width: 1024px) {
    display: flex;
  }
}

.nav-desktop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 1px;
  margin-left: 2rem;
  margin-bottom:auto;
}

.nav-desktop-link-base {
  color: #111;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: .375rem;
  background-color: transparent;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  height: fit-content;
  display: flex;
  margin-bottom: auto;
  -webkit-appearance: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .15s;
  &:hover {
    background-color: #f2f3f7;
  }
  .scrolled {
      @media (min-width: 1150px) {
          font-size: .875rem;
      }
  }
}

.nav_desktop-section-link {
  padding: 0.25rem 0.75rem;
}

.nav-desktop-section {
  position: relative;
}

.nav-desktop-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.75rem;
  display: block;
}

.nav-desktop-section > button {
  display: flex;
  align-items: center;
  .active {
    background-color: #f2f3f7;
  }
  @media (min-width: 1150px) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  @media (min-width: 1280px) {
    padding: 0.25rem 0.875rem;
  }
}

.nav-desktop-section > .icon {
  font-weight: 600;
  font-size: .75rem;
  line-height: 1rem;
  display: block;
  margin-left: 0.25rem;
  &:hover {
    transform: matrix(-1, 0, 0, -1, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
}

.nav-desktop-right {
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  display: flex;
}

.nav-desktop-button {
  outline: 2px solid transparent;
  outline-offset: 2px;
  font-weight: 600;
  color: #fff;
  background-color: #06f;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  white-space: nowrap;
  width: fit-content;
  display: block;
  margin-top: -2px;
  margin-bottom: auto;
  cursor: pointer;
  @media (min-width: 1150px) {
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.nav-desktop-popover {
  display: none;
   @media (min-width: 1024px) {
     display: flex;
     flex-direction: column;
     border-radius: 0.375rem;
     border: 1px solid #f2f3f7;
     background-color: #fff;
     padding: 2px;
     box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
  }
}

.nav-desktop-popover-enter {
  transform-origin: top left;
  animation: scaleIn 150ms ease forwards
}

@keyframes scaleIn {
      0% {
          transform: scale(0.96);
          visibility: hidden;
      }
      99% {
          visibility: visible;
      }
      100% {
          transform: scale(1);
          visibility: visible;
      }
  }

.nav-mobile-wrapper {
  display: flex;
  flex: 1;
  @media (min-width: 1024px) {
    display: none;
  }
}

.flex {
  display: flex;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header {
/*   button {
    background: none;
    border: 0 solid;
    cursor: pointer;
  } */
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: rgba(0, 42, 240, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(0, 42, 240, 1);
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: rgba(0, 42, 240, 1);
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(0, 42, 240, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: rgba(0, 42, 240, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(0, 42, 240, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

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

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(0, 42, 240, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
footer {
  padding: 0 2rem;
  @media (min-width: 1024px) {
    padding: 0 3rem;
  }
  @media (min-width: 1280px) {
    padding: 0 5rem;
  }
  line-height: 1.15
}

footer .footer-content {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
	margin: 0 auto;
  padding: 8rem 0;
  gap: 80px;
}

footer .logo-mark {
  height: 27.48px;
}

footer .logo-mark img {
  width: 2.25rem;
  height: auto;
}

footer .footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.5rem;
  @media (min-width: 1280px) {
    justify-content: space-between;
  }
  margin-bottom: 53px;
}

footer .footer-links-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 210px;
  line-height: 1.15;
}

footer .footer-links-col h5 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 660;
  letter-spacing: normal;
  margin: 0;
  color: #111;
}

footer .footer-links-col button,
footer .footer-links-col a,
footer .footer-links-col a:visited {
  color: #111;
  font-size: 14px;
  outline-style: none;
  text-decoration: underline 1px rgba(17, 17, 17, 0);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-weight: 500;
  &:hover,
  &:active {
      text-decoration-color: rgba(17, 17, 17, 1);
  }
}

footer .footer-links-col button {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
}

.social-icon {
  height: 19px;
}

footer .footer-links-col .social-icons {
  display: flex;
  padding-top: 0.25rem;
  gap: 0.75rem;
}

footer .footer-links-col .social-icons a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  &:hover {
    opacity: 0.5;
  }
  font-size: 14px;
}

footer .footer-links-col.w-270 {
  width: 270px;
}

footer .app-buttons {
  display: flex;
  gap: 0.75rem;
}

footer .app-buttons a {
  flex-shrink: 0;
  width: fit-content;
  width: 128px;
  height: 38px;
}

footer .app-buttons img {
  height: 100%;
  width: 100%;
}

footer .footer-disclosure {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer .footer-disclosure p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgb(116 118 128);
  font-weight: 420;
}

footer .footer-disclosure b {
  font-weight: 600;
}

footer .footer-disclosure a,
footer .footer-disclosure a:visited {
  color: inherit;
  text-decoration: underline;
  outline: none;
  transition: opacity 0.2s ease-in-out;
  &:hover,
  &:active {
    opacity: 0.5;
  }
}


/*
.forward-icon {
  font-weight: 400;
  font-size: 18px;
  line-height: 25.2px;
}

div.footer {
    padding: 0px 20px;
    margin-top: 50px;
    height: 500px;
    background-color: white;
    font-size: 0.75rem;
}

div.footer div.footer-content {
    padding-top: 100px;
    max-width: 1100px;
    margin: auto;
}

div.footer img.logo {
    width: 70px;
    margin-bottom: 60px;
}

div.footer div.grid-item {
    width: 25%;
    float: left;
}

p.center {
    text-align: center;
}

div.footer h6 {
    font-size: 17px;
    font-weight: bold;
    margin: 3px 0 10px 0;
    line-height: 1.1;
}

div.footer div.footer-content a {
    color: #000;
    text-decoration: none;
    display: block;
    margin: 15px 0px;
}

div.footer div.footer-content a:hover {
  color: rgba(0, 42, 240, 1);
}

div.footer div.grid-item {
    width: 25%;
    float: left;
}

div.footer div.footer-content i {
    font-size: 35px;
    margin-right: 15px;
}

div.footer div.footer-content div.social a {
    display: inline-block;
}

div.footer div.store-links {
    margin-bottom: 50px;
    line-height: 0;
}

div.footer div.store-links img {
    width: 140px;
}

div.footer div.footer-content div.store-links a {
    display: inline-block;
    margin: 12px 5px 0px 0px;
}

div.footer div.footer-content div.store-links a img {
    width: 125px;
}

div.footer div.footer-content p {
    clear: both;
    margin-top: 220px;
    font-size: 14px;
    color: #9FA1A3;
}

div.footer div.grid-item {
    width: 50%;
    margin-top: 20px;
}

div.footer {
    height: 430px;
    font-size: 14px;
}

div.footer div.footer-content {
    padding-top: 50px;
}

div.footer img.logo {
    width: 50px;
    margin-bottom: 0px;
}

div.footer div.footer-content a {
    margin: 5px 0px;
}

div.footer div.grid-item-wrapper {
    margin-top: 20px;
    clear: both;
}

div.footer div.footer-content a {
    margin: 5px 0px;
}

div.footer div.footer-content a {
    margin: 5px 0px;
}

div.footer div.footer-content div.store-links a img {
    width: 110px;
}

div.footer div.footer-content div.store-links a {
    margin-top: 5px;
}

div.footer div.footer-content i {
    font-size: 25px;
    margin-right: 10px;
    margin-top: 0px;
}

div.footer div.footer-content p {
    margin-top: 0px;
}

.info-icon {
    height: 1.1em;
    width: 1.1em;
    margin-right: 5px;
    vertical-align: middle;
}

@media (max-width: 600px) {
  .info-icon {
      height: .8em;
      width: .8em;
  }
}

.web-footer .content-full {
  width: 100%;
}

.web-footer p {
  margin: 0;
  padding: 0;
}

.web-footer .spacer-small {
  padding: 1em 0;
}

.web-footer .col-4 {
  width: 25%;
  padding: 0 41.184px 0 0;
  float: left;
}
@media (max-width: 1000px) {
  .web-footer .col-4 {
    width: calc(50% - 4em);
    padding: 0 4em 2.5em 0;
  }
}
@media (max-width: 500px) {
  .web-footer .col-4 {
    width: 100%;
    padding: 0 0 2.5em 0;
  }
}

.web-footer .col-last {
  padding: 0;
}

.web-footer .disclosures {
    font-size: 13px;
    line-height: 1.5;
    color: #747680;
   	margin-top: 1.5em;
		margin-bottom: 1.5em;
  	margin-left: 0px;
  	margin-right: 0px;
}

.disclosures b {
  	font-weight: 600;
}

.disclosures a:link, .disclosures a:hover, .disclosures a:visited, .disclosures a:active {
  	color: #747680 !important;
    text-decoration: underline !important;
}

.web-footer .bold, .subtitle {
  font-weight: 700;
}

.web-footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  font-size: 0.845rem;
  background-color: white;
  flex-shrink: 0;
  padding: 12em 80px 108px 80px;
  line-height: 2.25;
}

@media (max-width: 1280px) {
  .web-footer {
    padding: 12em 32px 6em 32px;
  }
}

.web-footer .logo {
  width: 40px;
}

.web-footer a:link, .web-footer a:visited {
  color: #111;
}

.web-footer .link {
  text-decoration: underline 1px rgba(17, 17, 17, 0);
  transition: text-decoration-color 0.2s;
}
.web-footer .link:hover,
.web-footer .link:active {
  text-decoration-color: rgba(17, 17, 17, 1);
}

.web-footer .disclosures-header {
    font-size: 1.248em;
    font-weight: 600;
    color: #747680 !important;
  	vertical-align: middle;
}

@media (max-width: 600px) {
  .web-footer .disclosures-header {
    font-size: .8em;
  }
}
@media (max-width: 375px) {
  .web-footer .disclosures-header {
    font-size: 4vw;
  }
}

.web-footer .social-icons a {
  font-size: 1.6em;
  padding: 0 0.3em 0em 0;
  line-height: 1.9;
}

.web-footer .social-icons a:hover, .web-footer .social-icons a:active { color: rgba(17, 17, 17, 0.5); }

.web-footer .app-buttons img {
  min-width: 100px;
  width: calc(50% - 0.5em);
  max-width: 120px;
  float: left;
  margin: 0.25em 0.25em 0.25em 0;
}

.web-footer .fa {
    display: inline-block;
    font: normal normal normal 14px/1 Font Awesome 5 Free;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.web-footer button {
    background: none;
    border: none;
    padding: 0;
    color: #111;
    text-align: left;
    line-height: 1.5;
    transition: text-decoration 0.2s linear;
    font-weight: 400;
    padding-top: 4px;
    font-size: 0.845rem;
    cursor: pointer;
}
.web-footer button:hover {
    text-decoration: underline;
}
*/
.clear {
  clear: both;
}

.navbar a {
  color: 111;
  font-weight: 700;
  text-decoration: none;
}

.navbar a:hover {
  color: rgba(17, 17, 17, 0.5);
}

.navbar ul {
  padding: 0;
  margin: -7px 0 0 0;
  font-size: 16px;
}

.navbar ul li {
  display: inline-block;
  list-style-type: none;
	padding-left: 4em;
}

.col-nav {
  padding: 0 0 0 5%;
  float: left;
}

.col-nav:nth-child(even) {
  padding: 0 5% 0 0;
}

.right {
  float: right;
}

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

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

.logo-shrink {
  height: 16.25px !important;
  width: 80px !important;
  position: relative;
  margin-top: -1px !important;
}

/*
@media (max-width: 500px) {
  .logo-shrink {
    height: 20.788043975830078px !important;
    position: absolute;
    top: 30px !important;
  }
}
*/

.shrink {
  height: 73px;
}

.bar-shrink {
  width: 21px !important;
  height: 15.4px !important;
  margin-top: -1px !important;
}

/*  Navbar */
.navbar-offset {
    padding-top: 103px;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.navbar-offset .shrink {
    padding-top: 3rem;
}

.navbar {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    width: 100vw; /* vw necessary to prevent scrollbar from shifting page */
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #fff;
    z-index: 500;
    box-sizing: border-box;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.navbar-inner {
  padding: 0;
  max-width: 1280px;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.navbar-inner a {
  margin-top: 3px;
}

@media (max-width: 1340px) {
  .navbar-inner {
    padding: 0 2px;
  }
}

@media (max-width: 1280px) {
  .navbar-inner {
    padding: 0 32px;
  }
}


.navbar button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.navbar .menu-img {
  margin-top: 1px;
}

@media (max-width: 1280px) {
  .navbar .menu-img {
    width: 24px;
    height: 17.6px;
  }
}

.navbar.shrink {
    padding-top: 4px;
    height: 3rem;
}
.navbar.shrink .navbar-inner a {
  margin-top: 0;
}

.navbar .logo {
  	height: 26px;
  	width: 128px;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

@media (max-width: 1280px) {
  .navbar .logo {
    width: 6rem;
  }
}

.navbar a, nav a:visited {
    display: block;
    text-decoration: none;
    outline: none;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.navbar a:hover {
    color: rgba(17, 17, 17, 0.5);
    text-decoration: none;
}

.col-nav {
    padding: 0 0 0 5%;
    float: left;
}

.col-nav:nth-child(even) {
    padding: 0 5% 0 0;
}


/*--- Desktop navigation ----------------------------*/
@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.backdrop.enter {
    display: block;
    animation: fade-in 0.2s ease;
}

.dropdown-desktop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -500px;
    width: 550px;
    background-color: #fff;
    color: #111;
    text-align: left;
}

.dropdown-desktop.enter {
    transform: translateX(-500px);
    transition: transform 0.4s;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}

.dropdown-desktop.exit {
    transform: translateX(500px);
    transition: transform 0.4s;
}

.dropdown-desktop > .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 74px 0px 40px;
    cursor: pointer;
    z-index: 1;
}

.sections {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 95px;
  	padding-left: 4rem;
  	padding-right: 4rem;
    overflow: auto;
}

.features-section-desktop {
    border-bottom: 1px solid #cfd1dc;
}

.features-section-desktop > a {
    display: block;
	  color: #111;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.34px;
    padding-bottom: 1rem;
    line-height: 51px;
}
.features-section-desktop > a:last-child {
    padding-bottom: 2rem;
}

.company-info-section-desktop {
    padding: 24px 0 16px 0;
}

.company-info-section-desktop > a {
    display: block;
	  color: #111;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 16px;
    line-height: 27px;
}

.app-links-section-desktop > a {
    display: block;
    padding-bottom: 14px;
}

.app-links-section-desktop > a:last-child {
    padding-bottom: 0px;
}

.app-links-section-desktop > a > img {
    width: 128px
}

/*--- Mobile navigation ----------------------------*/

#desktop-nav {
    display: inline-block;
}

#mobile-nav {
    display: none;
}

@media (max-width: 1150px) {
  #desktop-nav {
      display: none;
  }
  #mobile-nav {
    display: inline-block;
  }
}


.dropdown-mobile {
    display: none;
    position: fixed;
    top: 5.625rem;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 5%;
    background-color: #fff;
    color: #111;
    text-align: left;
    overflow: auto;
}

.dropdown-mobile.shrink {
    top: 3rem;
}


.features-section-mobile {
  margin-top: 14px;
  margin-bottom: 26px;
}

.dropdown-mobile.shrink .features-section-mobile {
    margin-top: 0;
}

.features-section-mobile > a {
    display: block;
	  color: #111;
    font-size: 24px;
    font-weight: 400;
    padding: 8px 2rem;
  	line-height: 36px;
}

.company-info-section-mobile {
    margin-bottom: 33px;
    padding: 0 26px;
}

.company-info-section-mobile > a {
    display: inline-block;
    color: #a2a5b2;
    font-size: 18px;
    font-weight: 500;
    padding: 0 6px;
    line-height: 24px;
}

.dropdown-mobile > .get-app-btn {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background-color: #0066ff;
    border-radius: 50px;
    height: 51px;
    line-height: 52px;
    margin: 0 32px;
}

.dropdown-mobile > .get-app-btn:hover {
    color: #fff;
    background-color: #0052cc;
}

.show {
    display: block;
  	height: 100vh;
}
.hide {
    display: none;
}

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

/*  END: New navbar */

/* .show {
  display: block;
} */

.spacer-tiny {
  padding: 0.25em 0;
}

.spacer-small {
  padding: 1em 0;
}

.spacer-medium {
  padding: 2em 0;
}

.spacer-medium-large {
  padding: 3em 0;
}

.spacer-large {
  padding: 4em 0;
}

@media (max-width: 767px) {
  .spacer-large {
    padding: 2em 0 !important;
  }
}

.spacer-x-large {
  padding: 6em 0;
}

.spacer-1125 {
  padding-top: 1.125em;
}
.spacer-1500 {
  padding-top: 1.5em;
}
.spacer-1750 {
  padding-top: 1.75em;
}
.spacer-3000 {
  padding-top: 3em;
}
.spacer-4500 {
  padding-top: 4.5em;
}
.spacer-6250 {
  padding-top: 6.25em;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #444;
  display: inline;
  font-weight: 400;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:link {
  color: #444;
}

.breadcrumbs li a:visited {
  color: #444;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #111;
  border-radius: 30px;
  box-sizing: border-box;
  font-weight: 400;
  color: #999;
  height: 50px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  background: #fff;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(0, 42, 240, 1);
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #111;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid #111;
  background: #fff;
}

/***** Hero component *****/
.hero {
/*   background-image: url("$assets-help-center-banner-desktop-png"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
/*   height: 100px; */
  padding: 0 20px;
  text-align: center;
  width: 100%;
  margin-top: 300px;
}
@media (max-width: 768px) {
  .hero {
/* 		background-image: url("$assets-help-center-banner-mobile-png"); */
      margin-top: 200px;
  }
}
@media (min-width: 1800px) {
  .hero {
/* 		background-image: url("$assets-help-center-banner-desktop-png"); */
    background-size: 1800px 338px;
  }
}

.hero-text {
  font-family: 'seasonSerif';
  font-size: 3em;
  margin: 1em 0;
}
@media (max-width: 768px) {
  .hero-text {
		font-size: 2em;
  }
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 490px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hero-inner {
		top: 45%;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 40px;
}

.page-header-description {
  font-style: italic;
  font-weight: 400;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 0 10% 0;
  }
}

.blocks-item {
  /*border: 1px solid rgba(0, 42, 240, 1);*/
  border-radius: 12px;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  flex: 1 1 340px;
  flex-direction: column;
  /*justify-content: center;*/
  margin: 0 15px 15px 15px;
  max-width: calc(50% - 30px);
  text-align: center;
  background: #F8F8FA;
  padding: 36px 28px;
}

.blocks-item img {
  max-width: 80%;
  min-width: 80px;
  padding: 0px 30% 0 0;
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 10px 20px 10px;
    /*flex: 1 0 150px;*/
    max-width: calc(25% - 20px);
    text-align: left;
  }
  .blocks-item img {
    padding: 0px 60% 0 0;
  }
}

@media (max-width: 768px) {
  .blocks-item img {
  	padding: 0px 20% 0px 20%;
    min-width: 60%;
    max-width: 60px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
   color: #000000;
  /*background-color: rgba(0, 42, 240, 1);*/
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #ffffff;
  color: #000000;
  /*text-decoration: none;*/
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(17, 17, 17, 1);
}

.blocks-item-link {
  color: rgba(0, 42, 240, 1);
  color: #000000;
  padding: 0;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  /*text-decoration: none;*/
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 400;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/

.promoted-articles-wrap {
    margin: 0 15px;
}
@media (max-width: 768px) {
  .promoted-articles-wrap {
    padding-top: 2em;
  }
}

.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

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

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #F2F3F7;
  color: rgba(17, 17, 17, 1);
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #F2F3F7;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZPQA2HAZEKVFKFW3V1WYNV7);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(17, 17, 17, 1);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 400;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #444;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: rgba(0, 42, 240, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    /*flex: 0 0 80%;*/
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0.5em;
}

.section-tree-title a {
  color: rgba(17, 17, 17, 1);
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: rgba(17, 17, 17, 1);
}

.icon-star::before {
  color: rgba(0, 42, 240, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    /*flex: 0 0 80%;*/
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 60px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

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

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

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

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
/*   margin: 20px 0 20px 20px; */
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
  list-style-position: outside;
}

.article-body a:visited {
  color: rgba(0, 42, 240, 1);
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #444;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}

.article-col-thin {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .article-col-thin {
    width: 100%;
  }
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #444;
  font-weight: 400;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(0, 42, 240, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid rgba(0, 42, 240, 1);
  color: rgba(0, 42, 240, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(0, 42, 240, 1);
}

.article-vote:hover {
  background-color: rgba(0, 42, 240, 1);
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #ffffff;
}

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

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

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(17, 17, 17, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(0, 42, 240, 1);
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #00188a;
  border-color: #00188a;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 0px;
  border-left: 2px solid #fff;
  color: rgba(17, 17, 17, 1);
  display: block;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 0 0 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  border-left-color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, 1);
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}


/***** Albert Feature Articles *****/

.icon-grid, .genius-grid {
  display: flex;
}

.icon-grid:after, .genius-grid:after {
  content: '';
  clear: both;
}

.icon-grid h2, .genius-grid h2 {
	margin-top: 0;
}

.icon-grid .col-icon {
  width: calc(35% - 4em);
  padding-right: 4em;
}

.icon-grid .col-icon img {
  width: 65%;
}

.icon-grid .col-text, .genius-grid .col-text {
  width: 65%;
}

@media (max-width: 768px) {
  .icon-grid .col-icon {
    width: calc(35% - 2em);
    padding-right: 2em;
  }

  .icon-grid .col-icon img {
    max-width: 100%;
  }
}

.genius-grid .col-title {
  width: calc(35% - 4em);
  margin-right: 4em;
}

@media (max-width: 768px) {
  .genius-grid .col-title {
    width: calc(35% - 2em);
    padding-right: 2em;
  }
}

.genius-grid p {
  margin-top: 0;
}

.icon-center img {
  max-width: 144px;
  width: 50%;
  margin: 0 auto;
}


/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(17, 17, 17, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #444;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #444;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(0, 42, 240, 1);
}

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

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

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

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #444;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(0, 42, 240, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #444;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 42, 240, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(0, 42, 240, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

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

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #00188a;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #444;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

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

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

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

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(0, 42, 240, 1);
}

.vote-up::before, .vote-down::before {
  color: #444;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: rgba(0, 42, 240, 1);
}

.vote-voted:hover::before {
  color: #00188a;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #444;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZPQA2CBZHNHT3BBC2HCHAYP);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

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

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(0, 42, 240, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(0, 42, 240, 1);
  color: #ffffff;
}

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

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #00188a;
  border-color: #00188a;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 42, 240, 1);
  content: attr(data-follower-count);
  color: rgba(0, 42, 240, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

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

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(0, 42, 240, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #00188a;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #444;
  font-weight: 400;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(17, 17, 17, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 42, 240, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #444;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

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

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

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

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #00188a;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #444;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #444;
  font-weight: 400;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(0, 42, 240, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(17, 17, 17, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(17, 17, 17, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(0, 42, 240, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(17, 17, 17, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(0, 42, 240, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

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

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 42, 240, 1);
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(0, 42, 240, 1);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #00188a;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #444;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #444;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

/* .request-main .comment-show-container.hidden {
  display: none;
} */

.request-main .comment-show-container-content {
  align-self: center;
  color: #444;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 42, 240, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 42, 240, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #444;
  font-weight: 400;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(17, 17, 17, 1);
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #444;
  padding: 12px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 8px 12px;
  }
}

.pagination-current {
  background-color: rgba(0, 42, 240, 1);
}

.pagination-current a, .pagination-current span {
  color: #ffffff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #444;
  font-size: 13px;
  font-weight: 400;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-star {
  vertical-align: 1.5px;
  padding-right: 3px;
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

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

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(0, 42, 240, 1);
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #444;
  font-weight: 400;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 42, 240, 1);
  border-radius: 4px;
  color: rgba(0, 42, 240, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #444;
  font-weight: 400;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** 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 45%;
  }
}

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

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

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

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

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

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(0, 42, 240, 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 {
  content: "\1F44D";
}

.search-result-meta-count::before {
  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;
}


@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

/***** Albert Custom Article settings *****/


/* Hide sections */

.hide-section {
  display: none;
}

/* Position anchor links */
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* Texting format */

.sms-wrap {
  max-width: 350px;
  margin: 0 auto;
}
.sms-wrap::after {
  content: '';
  display: block;
  clear: both;
}

.sms-left {
    padding: 0.5em 0 0.5em 0;
    margin: 0 15% 0 0 !important;
}

.sms-left li {
    background: #F6F6F8;
    border-radius: 7px 20px 20px 7px;
    padding: .5em 1em;
    margin: .2em 0;
    counter-reset: list;
    list-style-type: none;
    margin-left: 0 !important;
    display: inline-block;
}

.sms-left li:first-child {
  border-radius: 20px 20px 20px 7px;
}

.sms-left li:last-child {
    border-radius: 7px 20px 20px 20px;
}

.sms-right {
    padding: 0.5em 0 1.2em 0;
    margin: 0 0 0 15% !important;
    text-align: left;
    float: right;
}

.sms-right li {
    background: #0066FF;
    color: #ffffff;
    border-radius: 20px 7px 7px 20px;
    padding: .5em 1em;
    margin: .2em 0;
    counter-reset: list;
    list-style-type: none;
    margin-left: 0 !important;
    display: inline-block;
    float: right;
}

.sms-right li:first-child {
  border-radius: 20px 20px 7px 20px;
}

.sms-right li:last-child {
    border-radius: 20px 7px 20px 20px;
}

/* Callouts */

.callout {
    padding: 20px 20px;
    margin-bottom: calc(16px * 1.5);
    background-color: #F6F6F8;
    border-left-width: 4px;
    border-left-style: solid;
}
.callout-icon {
    padding: 20px 20px;
    margin-bottom: calc(16px * 1.5);
    background-color: #F6F6F8;
    border-left-width: 4px;
    border-left-style: solid;
    float: left;
    width: 75%;
    display: inline;
}
.callout-icon::after {
    content: '';
    display: block;
    clear: both;
}
.callout-transparent {
    background-color: transparent;
    border-width: 1px;
    border-color: #dedede;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}
.callout-transparent:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.15em;
    font-style: normal;
    content: '\f0eb';
  	margin-right: 10px;
  	color: #333333;
}

.list-colored, .list-bullet {
    counter-reset: list;
    list-style-type: none;
    padding-left: 0 !important;
}
ol {
  	display: block;
    margin: 0 0 calc(16px * 1.5);
}

.list-colored h3 {
  line-height: 120%;
}

.list-colored li {
    position: relative;
    padding-left: calc(30px + 8px);
    counter-increment: list;
    margin-bottom: calc(16px * 1.5 / 1.5) !important;
}
.list-colored li:before {
    position: absolute;
/*     top: 0;
    left: 0; */
    content: counter(list);
    text-align: center;
    font-size: 14px;
  	font-weight: 600;
    width: 24px;
    height: 24px;
    background-color: #F2F3F7;
    border-radius: 50%;
  	border: 2px solid #F2F3F7;
    z-index: 1;
    color: #111111;
    line-height: 24px;
    position: absolute;
/*     top: 50%; */
    top: 0.8rem;
    left: 0;
    transform: translateY(-50%);
}

.list-bullet {
    counter-reset: list;
    list-style-type: none;
    padding-left: 0 !important;
}
.article-body ul.list-bullet, .article-body ol.list-colored {
  	list-style-type: none;
}

.list-bullet li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}
.list-bullet li:before {
    position: absolute;
    left: 0px;
    top: -3px;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    content: '\f058';
    color: #111111;
    background-color: transparent;
    width: auto;
    height: auto;
}

/* to use bulleted lists nested in colored lists */
.list-default {
    list-style-type: disc;
    list-style-position: outside;
  	margin: 0 !important;
}
.list-default li {
  	padding: 0;
    counter-increment: section;
}
.list-default li:before {
  	content: '';
  	width: 0px;
  	height: 0px;
  	display: none;
}

span.fa, i.fa {
  	font-size: 1.25em;
  	margin-right: 5px;
}

/* Columns */
.column-half {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .column-half {
    width: 100%;
  }
}

.column-half ul {
  margin: 0 0 0 20px !important;
}

.column-half:last-child {
  content: '';
  display: block;
  clear: both;
}

/* Screenshots */
.screenshots img {
  width: 220px;
  margin: 0 1% 0 0;
  border: 1px solid #CFD1DC;
  border-radius: 2px;
}
@media (max-width: 500px) {
  .screenshots {
    text-align: center;
  }
  .screenshots img {
    width: 90%;
    margin: 0 auto;
  }
}

/* Icons */
.article-icon {
}

.article-icon img {
  width: 120px;
  height: auto;
  max-width: 30%;
}

.kc-icon img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}

/* Change bolding to semi-bold */
strong {
  	font-weight: 600;
}

/*
Module defaults
*/

/*
Modules opt-into link text decoration
*/
.tailwind-container: a:hover,
.tailwind-container: a:active,
.tailwind-container: a:focus {
  text-decoration: none;
}

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*:where(.tailwind-container,.tailwind-container *),
::before:where(.tailwind-container,.tailwind-container *),
::after:where(.tailwind-container,.tailwind-container *) {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before:where(.tailwind-container,.tailwind-container *),
::after:where(.tailwind-container,.tailwind-container *) {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

.tailwind-container {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--font-inter);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: 'opsz' 100;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

.tailwind-container {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr:where(.tailwind-container,.tailwind-container *) {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]):where(.tailwind-container,.tailwind-container *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.tailwind-container,.tailwind-container *),
h2:where(.tailwind-container,.tailwind-container *),
h3:where(.tailwind-container,.tailwind-container *),
h4:where(.tailwind-container,.tailwind-container *),
h5:where(.tailwind-container,.tailwind-container *),
h6:where(.tailwind-container,.tailwind-container *) {
  font-size: inherit;
  font-weight: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b:where(.tailwind-container,.tailwind-container *),
strong:where(.tailwind-container,.tailwind-container *) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code:where(.tailwind-container,.tailwind-container *),
kbd:where(.tailwind-container,.tailwind-container *),
samp:where(.tailwind-container,.tailwind-container *),
pre:where(.tailwind-container,.tailwind-container *) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small:where(.tailwind-container,.tailwind-container *) {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub:where(.tailwind-container,.tailwind-container *),
sup:where(.tailwind-container,.tailwind-container *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.tailwind-container,.tailwind-container *) {
  bottom: -0.25em;
}

sup:where(.tailwind-container,.tailwind-container *) {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table:where(.tailwind-container,.tailwind-container *) {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button:where(.tailwind-container,.tailwind-container *),
input:where(.tailwind-container,.tailwind-container *),
optgroup:where(.tailwind-container,.tailwind-container *),
select:where(.tailwind-container,.tailwind-container *),
textarea:where(.tailwind-container,.tailwind-container *) {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button:where(.tailwind-container,.tailwind-container *),
select:where(.tailwind-container,.tailwind-container *) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.tailwind-container,.tailwind-container *),
[type='button']:where(.tailwind-container,.tailwind-container *),
[type='reset']:where(.tailwind-container,.tailwind-container *),
[type='submit']:where(.tailwind-container,.tailwind-container *) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.tailwind-container,.tailwind-container *) {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid:where(.tailwind-container,.tailwind-container *) {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress:where(.tailwind-container,.tailwind-container *) {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button:where(.tailwind-container,.tailwind-container *),
::-webkit-outer-spin-button:where(.tailwind-container,.tailwind-container *) {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search']:where(.tailwind-container,.tailwind-container *) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration:where(.tailwind-container,.tailwind-container *) {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button:where(.tailwind-container,.tailwind-container *) {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary:where(.tailwind-container,.tailwind-container *) {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote:where(.tailwind-container,.tailwind-container *),
dl:where(.tailwind-container,.tailwind-container *),
dd:where(.tailwind-container,.tailwind-container *),
h1:where(.tailwind-container,.tailwind-container *),
h2:where(.tailwind-container,.tailwind-container *),
h3:where(.tailwind-container,.tailwind-container *),
h4:where(.tailwind-container,.tailwind-container *),
h5:where(.tailwind-container,.tailwind-container *),
h6:where(.tailwind-container,.tailwind-container *),
hr:where(.tailwind-container,.tailwind-container *),
figure:where(.tailwind-container,.tailwind-container *),
p:where(.tailwind-container,.tailwind-container *),
pre:where(.tailwind-container,.tailwind-container *) {
  margin: 0;
}

fieldset:where(.tailwind-container,.tailwind-container *) {
  margin: 0;
  padding: 0;
}

legend:where(.tailwind-container,.tailwind-container *) {
  padding: 0;
}

ol:where(.tailwind-container,.tailwind-container *),
ul:where(.tailwind-container,.tailwind-container *),
menu:where(.tailwind-container,.tailwind-container *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog:where(.tailwind-container,.tailwind-container *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.tailwind-container,.tailwind-container *) {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder:where(.tailwind-container,.tailwind-container *), textarea::-moz-placeholder:where(.tailwind-container,.tailwind-container *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder:where(.tailwind-container,.tailwind-container *),
textarea::placeholder:where(.tailwind-container,.tailwind-container *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.tailwind-container,.tailwind-container *),
[role="button"]:where(.tailwind-container,.tailwind-container *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled:where(.tailwind-container,.tailwind-container *) {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img:where(.tailwind-container,.tailwind-container *),
svg:where(.tailwind-container,.tailwind-container *),
video:where(.tailwind-container,.tailwind-container *),
canvas:where(.tailwind-container,.tailwind-container *),
audio:where(.tailwind-container,.tailwind-container *),
iframe:where(.tailwind-container,.tailwind-container *),
embed:where(.tailwind-container,.tailwind-container *),
object:where(.tailwind-container,.tailwind-container *) {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img:where(.tailwind-container,.tailwind-container *),
video:where(.tailwind-container,.tailwind-container *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(.tailwind-container,.tailwind-container *) {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.h2 {
  font-family: var(--font-inter);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.04rem;
  font-variation-settings: 'opsz' 40;
}

.h4 {
  font-family: var(--font-inter);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  font-variation-settings: 'opsz' 22;
}

.h5 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 660;
  letter-spacing: normal;
  font-variation-settings: 'opsz' 14;
}

.body {
  font-family: var(--font-inter);
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.24px;
  font-variation-settings: 'opsz' 24;
}

.button {
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: none;
  font-weight: 500;
  letter-spacing: normal;
  font-variation-settings: 'opsz' 18;
}

.button-xs {
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: none;
  font-weight: 500;
  letter-spacing: normal;
  font-variation-settings: 'opsz' 14;
}

.prose>a {
  text-decoration: underline;
  outline: none;
  opacity: 1.0;
  transition: opacity 0.2s ease-in-out;
}

.prose>a:hover {
  opacity: 0.5;
}

.prose>a:focus {
  opacity: 0.5;
}

.pointer-events-none {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

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

.-mr-3 {
  margin-right: -0.75rem;
}

.-mt-\[18\.5px\] {
  margin-top: -18.5px;
}

.-mt-\[6px\] {
  margin-top: -6px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[-20px\] {
  margin-top: -20px;
}

.mt-\[-2px\] {
  margin-top: -2px;
}

.mt-\[-5px\] {
  margin-top: -5px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: hidden;
  /** margin-top:-100px; **/
  /** height: 0; **/
}

.hidden-margin-section {
}

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

.h-16 {
  height: 4rem;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[38px\] {
  height: 38px;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-screen {
  height: 100vh;
}

.w-6 {
  width: 1.5rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[34px\] {
  width: 34px;
}

.w-\[92px\] {
  width: 92px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[10px\] {
  --tw-translate-x: 10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-1px\] {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[1px\] {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[6px\] {
  --tw-translate-y: 6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

.flex-col {
  flex-direction: column;
}

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

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

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-light-gray-2 {
  border-color: var(--gray_light_2);
}

.border-b-light-gray-1_5 {
  border-bottom-color: var(--gray_light_1_5);
}

.border-t-light-gray-1 {
  border-top-color: var(--gray_light_1);
}

.bg-black\/50 {
  background-color: rgb(17 17 17 / 0.5);
}

.bg-light-gray-2 {
  background-color: var(--gray_light_2);
}

.bg-primary-albert-brand {
  background-color: var(--blue_primary);
}

.bg-primary-background {
  background-color: var(--white);
}

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

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[14\.5px\] {
  padding-bottom: 14.5px;
}

.pb-\[29px\] {
  padding-bottom: 29px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[14px\] {
  padding-top: 14px;
}

.pt-\[1px\] {
  padding-top: 1px;
}

.pt-\[28px\] {
  padding-top: 28px;
}

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

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

.font-icon {
  font-family: 'Albert Icon';
}

.font-icon-r {
  font-family: 'Albert Icon Regular';
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.text-black {
  color: #111111;
}

.text-dark-gray-1 {
  color: var(--gray_dark_1);
}

.text-primary-gray {
  color: var(--gray_primary);
}

.text-primary-text {
  color: var(--black_splash);
}

.text-white {
  color: #FFFFFF;
}

.underline {
  text-decoration-line: underline;
}

.decoration-transparent {
  text-decoration-color: transparent;
}

.shadow-nav {
  --tw-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: 0px 4px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-spacing {
  transition-property: margin, padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Add anti-aliasing */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove tap highlight on links in iOS */

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* Fix button style for older versions of Safari */

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

/* Remove focus outline on elements */

*:focus {
  outline: none;
}

@media (min-width: 768px) {
  .md\:button-sm {
    font-family: var(--font-inter);
    font-size: 16px;
    line-height: none;
    font-weight: 500;
    letter-spacing: normal;
    font-variation-settings: 'opsz' 16;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:content-\[\"\"\]::after {
  --tw-content: "";
  content: var(--tw-content);
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

@media (hover: hover) and (pointer: fine) {
  .hover\:bg-brand-dark-1:hover {
    background-color: var(--blue_dark);
  }

  .hover\:bg-light-gray-2:hover {
    background-color: var(--gray_light_2);
  }

  .hover\:no-underline:hover {
    text-decoration-line: none;
  }

  .hover\:decoration-primary-text:hover {
    text-decoration-color: var(--black_splash);
  }

  .hover\:opacity-50:hover {
    opacity: 0.5;
  }
}

.focus\:bg-brand-dark-1:focus {
  background-color: var(--blue_dark);
}

.focus\:bg-light-gray-2:focus {
  background-color: var(--gray_light_2);
}

.focus\:decoration-primary-text:focus {
  text-decoration-color: var(--black_splash);
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.group[data-hovered] .group-data-\[hovered\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-pressed] .group-data-\[pressed\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is(.dark .dark\:invert) {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {
  .md\:left-auto {
    left: auto;
  }

  .md\:mr-\[-1px\] {
    margin-right: -1px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[550px\] {
    width: 550px;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:w-\[100px\] {
    width: 100px;
  }

  .lg\:w-\[115px\] {
    width: 115px;
  }

  .lg\:translate-y-\[4px\] {
    --tw-translate-y: 4px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .lg\:pt-\[17\.5px\] {
    padding-top: 17.5px;
  }

  .lg\:pt-\[35px\] {
    padding-top: 35px;
  }
}

@media (min-width: 1150px) {
  .navmid\:mt-\[-6px\] {
    margin-top: -6px;
  }

  .navmid\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navmid\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navmid\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .navmid\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:w-\[30px\] {
    width: 30px;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.\[\&\>b\]\:font-semibold>b {
  font-weight: 600;
}

.text-\[22px\] {
  font-size: 22px;
}


#live-preview-container {
  position: relative;
  top: -120px;
}