@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.min-w-256 {
  min-width: 256px;
}

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

body {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
}
body > main {
  min-height: 40vh;
  background-color: #FCF8FC;
  padding-bottom: 0.5rem;
}
@media (min-width: 1100px) {
  body > main {
    min-height: 65vh;
  }
}

.hbs-form input,
.search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */
}
.hbs-form input:where(:not([type=checkbox])),
.search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus,
.search input:where(:not([type=checkbox])):focus {
  border: 1px solid #CCF1FE;
}
.hbs-form input[disabled],
.search input[disabled] {
  background-color: #ddd;
}
.hbs-form select,
.search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #87929d;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus,
.search select:focus {
  border: 1px solid #CCF1FE;
}
.hbs-form select::-ms-expand,
.search select::-ms-expand {
  display: none;
}
.hbs-form textarea,
.search textarea {
  border: 1px solid #87929d;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus,
.search textarea:focus {
  border: 1px solid #CCF1FE;
}

.container-divider {
  border-top: 1px solid #ddd;
}

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

.error-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1100px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.fixed {
  position: fixed;
  width: 100%;
}

.bg-primary {
  color: #000;
}
.bg-primary button {
  color: #000;
}

.ck-editor__editable.ck-focused {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #CCF1FE !important;
}

.fa-solid,
.fa-brands {
  font-family: "FontAwesome";
  font-style: normal;
}

.powered-by-zendesk {
  background-color: transparent !important;
  position: absolute !important;
  display: inline-table !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
  bottom: 2.5rem !important;
  top: unset !important;
}

.underline-highlight, .related-articles-title,
.recent-articles-title, .table-of-content .table-of-content-h1, .article .in-section-articles h2,
.article .recent-articles h2,
.article .related-articles h2,
.article .internal-articles h2 {
  position: relative;
  margin-bottom: 2rem !important;
}
.underline-highlight::after, .related-articles-title::after,
.recent-articles-title::after, .table-of-content .table-of-content-h1::after, .article .in-section-articles h2::after,
.article .recent-articles h2::after,
.article .related-articles h2::after,
.article .internal-articles h2::after {
  content: "";
  width: 45px;
  height: 3px;
  display: block;
  margin: 6px 0 12px;
  background: #666666;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}

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

#main-content {
  padding-bottom: 1rem;
}

.no-underline {
  text-decoration: none !important;
}

.block {
  padding-bottom: 4rem;
}

.container {
  max-width: 1100px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
}

.container--mobile {
  max-width: 576px;
}

.container--tablet {
  max-width: 768px;
}

.container--desktop {
  max-width: 1100px;
}

.container--xl {
  max-width: 1300px;
}

.container--max-width {
  max-width: 1100px;
}

.container--full {
  max-width: 100%;
}

/***** Split button *****/
.split-button {
  display: flex;
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #CCF1FE;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #CCF1FE;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #6d6d6d;
  font-size: 0.875rem;
  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;
}
@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: 1100px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

.wysiwyg-table table,
.wysiwyg-table tbody {
  border: 1px solid #CCF1FE !important;
}
.wysiwyg-table td {
  padding: 1rem;
  border: 1px solid #CCF1FE !important;
}
.wysiwyg-table td ul,
.wysiwyg-table td ol {
  margin: 0;
}

/***** Forms *****/
.form {
  max-width: 650px;
}
.form-field ~ .form-field {
  margin-top: 25px;
}

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

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

.form-field input[type=text] {
  border: 1px solid #87929d;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid #CCF1FE;
}

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

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #87929d;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid #CCF1FE;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929d;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #CCF1FE;
  text-decoration: none;
}

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

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

.form-field .optional {
  color: #6d6d6d;
  margin-left: 4px;
}

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

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

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

.form .suggestion-list {
  font-size: 0.875rem;
  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: #00BAFC;
}

.top_categories {
  margin-top: -4rem;
}
.top_categories .top_categories__buttons {
  display: grid;
  grid-auto-flow: row;
  grid-row: 3;
  gap: 0.25rem;
}
.top_categories .blocks__item {
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.top_categories .blocks__item:hover * {
  color: #CCF1FE;
}
.top_categories .blocks__item .blocks__item-link {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #CCF1FE;
}
.top_categories .blocks__item .blocks__item-link:hover {
  color: #CCF1FE !important;
  background-color: #fff;
}
.top_categories__icon {
  font-size: 1.5rem;
  color: #000;
}
.top_categories__title {
  text-align: left;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
}
.top_categories__desc {
  text-align: left;
  margin-top: 1rem;
  color: #000;
}
.top_categories:only-child {
  text-align: center;
}

.blocks__item:only-child .top_categories__desc {
  text-align: center;
}

/***** Header *****/
.header {
  position: relative;
  align-items: center;
  display: flex;
  color: #CCF1FE;
  height: 80px;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1rem;
}
.header a, .header button {
  color: #666666;
  text-decoration: none !important;
}
.header a.sign-in,
.header .dropdown-toggle,
.header .user-info a,
.header .user-info button,
.header .dropdown-menu [role=menuitem] {
  color: #666666 !important;
}
.header a.sign-in:hover,
.header .dropdown-toggle:hover,
.header .user-info a:hover,
.header .user-info button:hover,
.header .dropdown-menu [role=menuitem]:hover {
  color: #666666 !important;
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
}

.logo a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.logo a:visited {
  color: #00BAFC;
  text-decoration: none;
}
.logo a:hover, .logo a:active, .logo a:focus {
  color: #0095CA;
  text-decoration: none;
}

.logo a:visited {
  color: #000;
}

.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: 80px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}
.user-nav-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
}

.nav-wrapper-desktop {
  display: flex;
  gap: 0.5rem;
  display: none;
}
@media (max-width: 576px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1100px) {
  .nav-wrapper-desktop {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.nav-wrapper-desktop a {
  color: #CCF1FE;
  display: none;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:active {
  color: #0095CA;
}

@media (min-width: 1100px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 80px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #000;
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #CCF1FE;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #000;
}
.nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #F2F2F2;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737d;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}
[dir=rtl] .skip-navigation {
  left: initial;
  right: -999px;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  left: initial;
  right: auto;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

/***** 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 > button {
  color: #00BAFC;
  text-decoration: underline;
  border: 0;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:visited {
  color: #00BAFC;
  text-decoration: none;
}
.user-info > button:hover, .user-info > button:active, .user-info > button:focus {
  color: #0095CA;
  text-decoration: none;
}
.user-info > button::after {
  color: #00BAFC;
  padding-right: 15px;
}
[dir=rtl] .user-info > 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 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 {
  color: #CCF1FE;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #CCF1FE;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  display: flex;
  flex-direction: column;
  color: #000;
}
.footer .search-container {
  width: 100%;
}
.footer-language-selector button {
  display: inline-block;
}
.footer a,
.footer a:visited,
.footer a:hover,
.footer button {
  color: #fff !important;
  text-decoration: none;
}
.footer-social-icons li a {
  font-size: 1rem;
  color: #fff !important;
  background-color: #666666 !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-icons li a:hover {
  color: #fff !important;
  background-color: rgba(0, 186, 252, 1) !important;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs li {
  color: #6d6d6d;
  font-size: 0.875rem;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li:last-child a {
  color: #000 !important;
}
.breadcrumbs li + li::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00Ljc5MDc3IDUuOTk3MjNMMC4yNTE3NjYgMS40NjAyM0MwLjE3MTk3NSAxLjM4MDg3IDAuMTA4NjU3IDEuMjg2NTIgMC4wNjU0NDk3IDEuMTgyNjFDMC4wMjIyNDI5IDEuMDc4NyAwIDAuOTY3MjcgMCAwLjg1NDczM0MwIDAuNzQyMTk1IDAuMDIyMjQyOSAwLjYzMDc2OCAwLjA2NTQ0OTcgMC41MjY4NTVDMC4xMDg2NTcgMC40MjI5NDIgMC4xNzE5NzUgMC4zMjg1OTQgMC4yNTE3NjYgMC4yNDkyMzNDMC40MTM2MzYgMC4wODk1MzY0IDAuNjMxODc5IDAgMC44NTkyNjYgMEMxLjA4NjY1IDAgMS4zMDQ5IDAuMDg5NTM2NCAxLjQ2Njc3IDAuMjQ5MjMzTDYuNjExNzcgNS4zOTAyM0M2Ljc2NzQ0IDUuNTQ2MjcgNi44NTY5MiA1Ljc1NjM1IDYuODYxNTggNS45NzY3MkM2Ljg2NjI0IDYuMTk3MDggNi43ODU3MSA2LjQxMDc2IDYuNjM2NzcgNi41NzMyM0wxLjQ3MDc3IDExLjc1MDJDMS4zMTAwNCAxMS45MTE5IDEuMDkxNjkgMTIuMDAzMSAwLjg2Mzc0MSAxMi4wMDM3QzAuNjM1NzkgMTIuMDA0NCAwLjQxNjkxNiAxMS45MTQ1IDAuMjU1MjY2IDExLjc1MzdDMC4wOTM2MTY3IDExLjU5MyAwLjAwMjQzNDAzIDExLjM3NDcgMC4wMDE3Nzc2NSAxMS4xNDY3QzAuMDAxMTIxMjcgMTAuOTE4OCAwLjA5MTA0NSAxMC42OTk5IDAuMjUxNzY2IDEwLjUzODJMNC43OTA3NyA1Ljk5NzIzWiIgZmlsbD0iIzY2NjY2NiIvPgo8L3N2Zz4K");
  margin: 0 10px 0 10px;
  color: #d1d1d1;
  font-size: 0.875rem;
  font-family: "FontAwesome";
  filter: brightness(0) saturate(100%) invert(74%) sepia(61%) saturate(6315%) hue-rotate(164deg) brightness(105%) contrast(103%);
}
.breadcrumbs li + li::marker {
  content: unset;
}
.breadcrumbs li a {
  color: #00BAFC;
  text-decoration: none;
}
.breadcrumbs li a:visited {
  color: #00BAFC;
}
.breadcrumbs li a:hover {
  color: #0095CA;
  text-decoration: underline;
}

/***** Search field *****/
.search-container {
  position: relative;
  margin: auto;
}

.search {
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
  border-radius: 0.5rem;
}
.search.search-has-value input[type=search] {
  border-radius: 0.5rem !important;
}
.search:focus-within {
  border-color: #CCF1FE;
}
.search input[type=search] {
  border: 1px solid #E5E5E5 !important;
}
.search input[type=search]:focus {
  outline: 2px solid #00BAFC !important;
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border: none;
  border-radius: 0.5rem;
}
.search .clear-button {
  background: transparent;
  border-radius: 0.5rem;
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  z-index: 1;
}
.search .clear-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.search--border-0 input[type=search] {
  border: none !important;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=submit] {
  border: none;
  border-radius: 0.5rem;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 48px;
  width: 100%;
}
.search input[type=search]:focus {
  color: #555;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #CCF1FE;
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 20px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: #CCF1FE;
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: #CCF1FE;
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 20px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: #CCF1FE;
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: #CCF1FE;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 10px;
  z-index: 1;
  width: 18px;
  height: 22px;
  color: #777;
  pointer-events: none;
  color: #b0b0b0;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}

.has_search_btn input[type=search] {
  border-radius: 0.5rem 0 0 0.5rem !important;
}
.has_search_btn input[type=submit] {
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.has_search_icon input[type=search] {
  padding-left: 2.5rem !important;
}

.search-container--under-header {
  position: relative;
}
.search-container--under-header input[type=search] {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
}
.search-container--under-header input[type=search]:focus {
  opacity: 1;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.search-container--under-header::after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.25rem;
  margin: auto;
}

.light input[type=search] {
  border: 1px solid #CCF1FE;
}
.light input[type=submit] {
  background-color: #CCF1FE;
  color: #fff;
}

#top-search {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  margin-left: 13vw;
  margin-right: 13vw;
  margin-top: 10vh;
  margin-bottom: auto;
  z-index: 2;
}
#top-search.show {
  display: block;
}
#top-search input {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.top-search-overlay {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #CCF1FE;
  opacity: 0.7;
}

.search-container--mobile-menu input[type=search] {
  border: 1px solid #999999;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.search-result-title-container {
  margin-bottom: 1.5rem;
}
.search-result-title-container h2 {
  font-size: 1.125rem;
}
.search-result-title-container a {
  text-decoration: none;
}
.search-result-title-container a:hover {
  text-decoration: underline;
}

.search-result-breadcrumbs.breadcrumbs {
  margin-bottom: 1.5rem;
  color: #b0b0b0;
}
.search-result-breadcrumbs.breadcrumbs li:last-child a {
  color: #666666 !important;
}
.search-result-breadcrumbs.breadcrumbs a, .search-result-breadcrumbs.breadcrumbs a:visited, .search-result-breadcrumbs.breadcrumbs a:hover, .search-result-breadcrumbs.breadcrumbs a:active, .search-result-breadcrumbs.breadcrumbs a:focus {
  color: #666666;
}
.search-result-breadcrumbs.breadcrumbs li::before {
  filter: brightness(0) saturate(100%) invert(38%) sepia(4%) saturate(0%) hue-rotate(22deg) brightness(101%) contrast(92%);
}

.search-result-description {
  font-size: 1.125rem;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1.5rem;
}

/***** Hero component *****/
.hero {
  background-position: center;
  background-size: cover;
  background-color: #CCF1FE;
  height: 450px;
  padding: 0 16px;
  text-align: center;
  width: 100%;
  z-index: -1;
  margin-bottom: 4rem !important;
}
.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hero-bg-image {
  background-image: url(/hc/theming_assets/01KE6QE6F4MVHDEGCDPMY3XWMG);
  background-size: cover;
}
.hero .hero-title,
.hero .hero-description,
.hero .hero-popular-searches {
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.hero .hero-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .hero-title:after {
  display: none;
}
.hero .hero-description {
  opacity: 0.8;
  margin-bottom: 3rem;
  margin-top: -0.25rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.hero .hero-popular-searches {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .hero .hero-popular-searches {
    flex-direction: row;
  }
}
.hero .hero-popular-searches__label {
  opacity: 0.8;
  font-weight: 300;
}
.hero .hero-popular-searches__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex-direction: row;
}
.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .page-header {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.page-header__inner {
  gap: 0.5rem;
  flex-grow: 1;
  align-items: baseline;
}
@media (min-width: 1100px) {
  .page-header__inner {
    align-items: center;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1, .page-header__title {
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 2rem;
}
.page-header__description {
  margin: 0;
  color: #454545;
  word-break: break-word;
}
@media (min-width: 1100px) {
  .page-header__description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 1rem;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blocks__list {
    margin: 0 -15px;
  }
}
.blocks__item {
  border-radius: 4px;
  box-sizing: border-box;
  color: #CCF1FE;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .blocks__item {
    margin: 0 15px 30px;
  }
}
.blocks__item:hover *, .blocks__item:focus *, .blocks__item:active * {
  text-decoration: none;
}
.blocks__item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}
.blocks__item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}
.blocks__item-internal a {
  color: #000;
}
.blocks__main .blocks__icon {
  font-size: 1.5rem;
  color: #000;
}
.blocks__main .blocks__title {
  text-align: left;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
}
.blocks__desc {
  text-align: left;
  color: #000;
}
.blocks__item-link {
  color: #CCF1FE;
  background-color: #fff;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  flex: 1;
  border-radius: inherit;
}
@media (min-width: 768px) {
  .blocks__item-link {
    padding: 1.5rem 2rem;
  }
}
.blocks__item-link:hover, .blocks__item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks__item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #CCF1FE;
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.blocks--shadow .blocks__item-link {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.blocks--shadow .blocks__item-link:hover, .blocks--shadow .blocks__item-link:active {
  box-shadow: 0 0.9rem 1rem rgba(0, 0, 0, 0.15);
  transition-property: transform, box-shadow;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transform: translateY(-0.2rem);
}
.blocks--shadow .blocks__item-link:visited {
  color: #00BAFC;
}

.blocks--rounded .blocks__item-link {
  border-radius: 0.5rem;
}

.blocks--no-border .blocks__item-link {
  border: none;
}

/***** Homepage *****/
.section {
  margin-bottom: 3.5rem;
}

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

/***** Promoted articles *****/
.promoted-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .promoted-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .promoted-articles {
    grid-template-columns: 1fr;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}
.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community a {
  color: #00BAFC;
  text-decoration: underline;
}
.community a:visited {
  color: #00BAFC;
  text-decoration: none;
}
.community a:hover, .community a:active, .community a:focus {
  color: #0095CA;
  text-decoration: none;
}

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

/***** Recent activity *****/
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
  flex-direction: column;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 1.25rem;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: #000;
  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 {
  display: inline-block;
  font-size: 0.875rem;
}
.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-controls {
  padding-top: 15px;
}
.recent-activity-controls a {
  color: #00BAFC;
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: #00BAFC;
  text-decoration: none;
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: #0095CA;
  text-decoration: none;
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #CCF1FE;
  width: 16px;
  height: 16px;
}
.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}
[dir=rtl] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}
.category-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .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;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.section-tree-title a {
  color: #000;
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list a {
  color: #000;
  font-weight: 700;
}
.article-list-item {
  font-size: 1.25rem;
  padding: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.icon-star {
  color: #CCF1FE;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 1.25rem;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-list-item a {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}
.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
}
.article blockquote {
  margin: 0;
}
.article-breadcrumbs li {
  display: flex;
  align-items: center;
}
.article-breadcrumbs li:hover {
  opacity: 1;
}
.article-header {
  background-color: #CCF1FE;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 50vh;
}
.article-header .article-title {
  margin-bottom: 0;
}
.article-header .article-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.article-header .article-meta:hover {
  opacity: 1;
}
.article-header .article-meta a,
.article-header .article-meta span {
  color: #fff;
  font-size: 0.875rem;
}
.article-header .article-meta .article-comment-count,
.article-header .article-meta .article-comment-count-icon {
  color: #fff;
  font-size: 1rem;
  margin-left: 0.25rem;
}
.article-header .article-meta .article-author {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .article-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}
.article-author {
  margin-bottom: 10px;
}
.article-title {
  font-size: 2.75rem;
  overflow: hidden;
  line-height: 2.7rem;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-title {
    font-size: 3rem;
    line-height: 3.5rem;
    flex-basis: 100%;
    /* Take entire row */
  }
}
.article-title .icon-lock {
  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;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  color: #000;
}
.article-meta a {
  color: #000;
}
.article-meta .meta-group {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.article-meta .article-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
.article-meta .article-date {
  font-size: 0.875rem;
  color: #b0b0b0;
}
.article-meta .article-comment-count svg {
  color: #000;
}
.article-body {
  display: flow-root;
  font-size: 1rem;
}
.article-body a {
  color: #00BAFC;
  text-decoration: underline;
}
.article-body a:visited {
  color: #00BAFC;
  text-decoration: none;
}
.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: #0095CA;
  text-decoration: none;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  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,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: #000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #F2F2F2;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #b0b0b0;
  color: #454545;
  font-style: italic;
  padding: 0 15px;
}
.article-body li,
.article-body p {
  line-height: 1.40625rem;
  color: #454545;
  font-size: 1rem;
  line-height: 24px;
}
.article-body a {
  text-decoration: underline;
}
.article-body a:hover {
  text-decoration: underline;
}
.article-body ul > li {
  margin-bottom: 0.5rem;
}
.article-body ul > li ul {
  margin-top: 0.5rem;
}
.article-body ol > li {
  margin-bottom: 0.5rem;
}
.article-body ol > li ol {
  margin-top: 0.5rem;
}
.article-body ol > li ul {
  margin-top: 0.5rem;
}
.article-body > p:first-child {
  margin-top: 0;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-body h1 {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .article-body h1 {
    margin-top: 2.5rem;
  }
}
.article-body h2,
.article-body h3,
.article-body h4,
.article-body .related-articles-title,
.article-body .recent-articles-title {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .article-body h2,
  .article-body h3,
  .article-body h4,
  .article-body .related-articles-title,
  .article-body .recent-articles-title {
    margin-top: 2.5rem;
  }
}
.article-body h5 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .article-body h5 {
    margin-top: 2rem;
  }
}
.article-body h6 {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .article-body h6 {
    margin-top: 1.5rem;
  }
}
.article-body h1:first-child,
.article-body h2:first-child,
.article-body h3:first-child,
.article-body h4:first-child,
.article-body .related-articles-title:first-child,
.article-body .recent-articles-title:first-child,
.article-body h5:first-child,
.article-body h6:first-child {
  margin-top: 0;
}
.article-body figure {
  margin-top: 1.5rem;
}
.article-content {
  line-height: 1.6;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #6d6d6d;
  sdfsdf: sdf;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: #CCF1FE;
  width: 18px;
  height: 18px;
}
.article .in-section-articles ul li,
.article .recent-articles ul li,
.article .related-articles ul li,
.article .internal-articles ul li {
  position: relative;
  font-size: 1rem;
}
.article .in-section-articles ul li a,
.article .recent-articles ul li a,
.article .related-articles ul li a,
.article .internal-articles ul li a {
  display: block;
}
.article-sidebar {
  background-color: #FCF8FC;
}
.article-sidebar__title {
  margin-bottom: 2.5rem !important;
}
@media (min-width: 1100px) {
  .article-sidebar__title {
    font-size: 1rem;
  }
}
.article-sidebar ul li {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.article-sidebar ul li a {
  color: #00BAFC !important;
  font-weight: 600;
}
.article-sidebar ul li a.current-article {
  color: #000 !important;
}
.article-sidebar .search-container {
  margin-bottom: 1rem;
}
.article-sidebar .search-container input {
  border: 1px solid #999999;
}
.article-sidebar .search-container input[type=search] {
  height: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.article-sidebar .search-container .search-icon {
  display: none;
}
.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 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}
.article-votes {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.article-votes-question {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
}
.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
.article-more-questions a {
  text-decoration: underline;
}
@media (min-width: 1100px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  display: block;
  padding: 20px 0;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.article-subscribe button:hover, .article-subscribe button[data-selected=true]:hover, .article-subscribe button:focus:hover, .article-subscribe button:focus[data-selected=true]:hover {
  color: #fff;
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  font-size: 1rem;
  position: relative;
  font-weight: 600;
}
.sidenav-item {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidenav-icon {
  margin-top: 0.5rem;
  opacity: 0.3;
}

.table-of-content {
  width: fit-content;
  border: 1px solid #F2F2F2;
  padding: 1rem;
}
@media (min-width: 1100px) {
  .table-of-content {
    border: none;
    padding: 0;
  }
}
.table-of-content ul li {
  margin-bottom: 0;
}
.table-of-content ul li a {
  color: #00BAFC;
  text-decoration: underline;
  display: block;
}
.table-of-content ul li a:visited {
  color: #00BAFC;
  text-decoration: none;
}
.table-of-content ul li a:hover, .table-of-content ul li a:active, .table-of-content ul li a:focus {
  color: #0095CA;
  text-decoration: none;
}
.table-of-content ul li a:hover {
  opacity: 1;
}
.table-of-content .table-of-content-h1 {
  margin-bottom: 0.5rem !important;
}
.table-of-content .table-of-content-h1:not(:nth-child(1)) {
  margin-top: 0.5rem;
}
.table-of-content-h3, .table-of-content-h4 {
  opacity: 0.9;
}
.table-of-content-h5 a, .table-of-content-h6 a {
  opacity: 0.9;
  font-style: italic;
}
.table-of-content-h5::before, .table-of-content-h6::before {
  left: 1rem;
}
.table-of-content .table-of-content-h1 ~ .table-of-content-h2 {
  padding-left: 1.5rem;
}
.table-of-content .table-of-content-h2 ~ .table-of-content-h3 {
  padding-left: 2.5rem;
}
.table-of-content .table-of-content-h3 ~ .table-of-content-h4 {
  padding-left: 2.5rem;
}
.table-of-content .table-of-content-h3 ~ .table-of-content-h4 {
  padding-left: 2.5rem;
}
.table-of-content .table-of-content-h4 ~ .table-of-content-h5 {
  padding-left: 2.5rem;
}
.table-of-content .table-of-content-h5 ~ .table-of-content-h6 {
  padding-left: 2.5rem;
}

/***** 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 .attachment-icon {
  color: #000;
  position: absolute;
  top: 5px;
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #6d6d6d;
}

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

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

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #6d6d6d;
}
.share a:hover {
  text-decoration: none;
  color: #CCF1FE;
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.comment__input {
  position: relative;
  width: 100%;
  height: 2.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.comment__input::after {
  content: "Leave a comment";
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  color: #999999;
  font-style: italic;
  z-index: -1;
  font-size: 0.875rem;
}
.comment__input::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  z-index: -1;
}
.comment__input textarea {
  width: 100%;
  border-radius: 0.5rem;
  border-color: #F2F2F2;
  background-color: transparent;
  height: 2.5rem;
}
.comment__input.hc-ckeditor--mark-external-images {
  height: auto;
  border-radius: unset;
  background-color: #fff;
}
.comment__input.hc-ckeditor--mark-external-images::after {
  content: unset;
}
.comment__input .ck-focused {
  border: 1px solid #CCF1FE !important;
  box-shadow: unset !important;
  outline: unset !important;
}
.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #999999;
  display: inline-block;
  font-size: 1rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.comment-callout a {
  color: #00BAFC;
  text-decoration: underline;
}
.comment-callout a:visited {
  color: #00BAFC;
  text-decoration: none;
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: #0095CA;
  text-decoration: none;
}
.comment-sorter {
  display: inline-block;
  float: right;
  color: #999999;
  font-size: 1rem;
}
.comment-sorter button {
  color: #999999;
  font-size: 0.875rem !important;
}
.comment-sorter .dropdown-toggle {
  color: #6d6d6d;
  font-size: 0.875rem;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  padding: 1rem 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #F2F2F2;
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid #CCF1FE;
  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: center;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-author .avatar img {
  width: 2rem;
  height: 2rem;
}
.comment-avatar {
  margin-right: 10px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.5rem;
}
.comment-labels {
  flex-basis: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
    margin-top: 0;
  }
}
.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 {
  margin-top: 1rem;
  display: flex;
  word-wrap: break-word;
}
.comment-form-controls {
  display: none;
  margin-top: 0.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
  }
}
.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: #CCF1FE;
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: #00BAFC;
  text-decoration: underline;
}
.comment-body a:visited {
  color: #00BAFC;
  text-decoration: none;
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: #0095CA;
  text-decoration: none;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}
.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,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body :not(pre) > code {
  background: #000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #F2F2F2;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.comment-body blockquote {
  border-left: 1px solid #b0b0b0;
  color: #454545;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #6d6d6d;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

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

.vote-up:hover,
.vote-down:hover {
  color: #CCF1FE;
}

.vote-up,
.vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #6d6d6d;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #CCF1FE;
}

.vote-voted:hover {
  color: #fff;
}

/***** 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 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}
.community-header {
  margin-bottom: 30px;
}
.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

@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 {
  font-size: 0.875rem;
}
@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 button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}
.community-follow button::after {
  border-left: 1px solid #fff;
  content: attr(data-follower-count);
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}
[dir=rtl] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #fff;
  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: #00BAFC;
  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: #00BAFC;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #6d6d6d;
  font-size: 0.875rem;
  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 {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: #000;
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153 !important;
  color: #fff;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed !important;
  color: #000 !important;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7 !important;
}
.status-label-open {
  background-color: #c72a1c !important;
}
.status-label-solved {
  background-color: #68737d !important;
}
.status-label-new {
  background-color: #ffb648 !important;
  color: #703b15 !important;
}
.status-label-hold {
  background-color: #000 !important;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #CCF1FE;
}
.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-request {
  max-width: 100%;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1100px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .post-header {
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}
.post-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
  }
}
.post-title h1 {
  margin: 0;
  display: inline;
  vertical-align: middle;
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: 'Poppins', 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 {
  display: flow-root;
}
.post-body a {
  color: #00BAFC;
  text-decoration: underline;
}
.post-body a:visited {
  color: #00BAFC;
  text-decoration: none;
}
.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: #0095CA;
  text-decoration: none;
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}
.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,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body :not(pre) > code {
  background: #000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #F2F2F2;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.post-body blockquote {
  border-left: 1px solid #b0b0b0;
  color: #454545;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #6d6d6d;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: #CCF1FE;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}
.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .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-title {
  font-size: 18px;
  font-weight: 600;
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 0.75rem;
  position: relative;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}
.collapsible-nav-toggle__title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle__title {
    display: none;
  }
}
.collapsible-nav-toggle-icon {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.collapsible-nav-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-nav-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #CCF1FE;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: #000;
  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: #000;
  display: block;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current=page]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li:not([aria-selected=true]),
.collapsible-nav-list li:not(.current) {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected=true]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #CCF1FE;
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: #000;
}

.collapsible-nav[aria-expanded=true] li:not([aria-selected=true]),
.collapsible-nav[aria-expanded=true] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  background-color: #FCF8FC;
  padding: 2rem 1rem;
  margin-bottom: 1.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  min-width: 220px;
  cursor: pointer;
  flex: 1;
  position: relative;
}
@media (min-width: 1100px) {
  .collapsible-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1100px) {
  .collapsible-sidebar {
    border: none;
    cursor: auto;
    background: none;
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin: 0;
  margin-top: 0 !important;
  line-height: 1.125rem;
}
@media screen and (max-width: 1100px) {
  .collapsible-sidebar-title {
    font-size: 1rem;
  }
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 31px;
  right: 0.5rem;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1100px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1100px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1100px) {
  .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: 1100px) {
  .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: 0.875rem;
  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;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.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 */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}
.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: #6d6d6d;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #6d6d6d;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.request-container .comment-container {
  min-width: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  .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: 1100px) {
  .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;
  color: #6d6d6d;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.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 #CCF1FE;
}
.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 #CCF1FE;
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1100px) {
  .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: 1100px) {
  .request-sidebar {
    background-color: #000;
    border: 0;
    font-size: 0.875rem;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h2 {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1100px) {
  .request-sidebar h2 {
    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: 0.875rem;
  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 {
  line-break: strict;
  color: #6d6d6d;
  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-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

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

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #6d6d6d;
  font-size: 0.875rem;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

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

.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: 80px;
  height: 80px;
}

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

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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;
  line-height: 25px;
  vertical-align: middle;
  display: inline;
}

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

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

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

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

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

.profile-stats .stat-label {
  color: #6d6d6d;
  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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #CCF1FE;
  border-radius: 4px;
  color: #CCF1FE;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}
@media (min-width: 1100px) {
  .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: #6d6d6d;
  font-size: 0.875rem;
  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: 0.875rem;
}
.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-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 1rem;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #6d6d6d;
  font-size: 0.875rem;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}
[dir=rtl] .profile-contribution-icon {
  right: 0;
}
.profile-contribution-icon svg {
  vertical-align: middle;
}

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

.private-activity-icon {
  margin-right: 10px;
}
[dir=rtl] .private-activity-icon {
  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;
  word-wrap: 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: #CCF1FE;
}
@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-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #CCF1FE;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}
[dir=rtl] .profile-activity-icon {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1100px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}
.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1100px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: #000;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #e9ebed;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545c;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1100px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #00BAFC;
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > li {
  padding: 20px 0;
}
.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}
.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2f3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737d;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: #00BAFC;
}
.search-results .no-results .action-prompt a:visited {
  color: #00BAFC;
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #6d6d6d;
  font-size: 0.875rem;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: #CCF1FE;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1100px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1100px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1100px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

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

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  color: #00BAFC;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:visited {
  color: #00BAFC;
  text-decoration: none;
}
.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  color: #0095CA;
  text-decoration: none;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #000;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: #F2F2F2;
  text-decoration: none;
  color: #0095CA;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

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

.dropdown-menu-end-3 {
  left: auto;
  left: 1rem;
}

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

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

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929d;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #87929d;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

/***** Lists *****/
.list, .recent-activity-list, .article .in-section-articles ul,
.article .recent-articles ul,
.article .related-articles ul,
.article .internal-articles ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  grid-gap: 1rem 2rem;
  list-style: none;
  padding: 0;
}
.list li, .recent-activity-list li, .article .in-section-articles ul li,
.article .recent-articles ul li,
.article .related-articles ul li,
.article .internal-articles ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}
.list li a, .recent-activity-list li a, .article .in-section-articles ul li a,
.article .recent-articles ul li a,
.article .related-articles ul li a,
.article .internal-articles ul li a {
  color: #00BAFC;
  text-decoration: none;
}
.list li a:visited, .recent-activity-list li a:visited, .article .in-section-articles ul li a:visited,
.article .recent-articles ul li a:visited,
.article .related-articles ul li a:visited,
.article .internal-articles ul li a:visited {
  color: #00BAFC;
}
.list li a:hover, .recent-activity-list li a:hover, .article .in-section-articles ul li a:hover,
.article .recent-articles ul li a:hover,
.article .related-articles ul li a:hover,
.article .internal-articles ul li a:hover {
  text-decoration: underline;
}
.list--icon li {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.list--icon li::before {
  content: "\f15c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #b0b0b0;
  display: inline-block;
  margin-right: 0.25rem;
  width: 1em;
}
.list--icon li a {
  padding-left: 1.5rem;
  display: block;
}
.list--article li {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.list--article li a {
  display: block;
}
.list .list__item, .recent-activity-list .list__item, .article .in-section-articles ul .list__item,
.article .recent-articles ul .list__item,
.article .related-articles ul .list__item,
.article .internal-articles ul .list__item, .list .recent-activity-item, .recent-activity-list .recent-activity-item, .article .in-section-articles ul .recent-activity-item,
.article .recent-articles ul .recent-activity-item,
.article .related-articles ul .recent-activity-item,
.article .internal-articles ul .recent-activity-item, .article .in-section-articles ul li,
.article .recent-articles ul li,
.article .related-articles ul li,
.article .internal-articles ul li {
  color: #000;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.list .list__item-title, .recent-activity-list .list__item-title, .article .in-section-articles ul .list__item-title,
.article .recent-articles ul .list__item-title,
.article .related-articles ul .list__item-title,
.article .internal-articles ul .list__item-title, .list .recent-activity-item h3 a, .recent-activity-item h3 .list a, .recent-activity-list .recent-activity-item h3 a, .recent-activity-item h3 .recent-activity-list a, .article .in-section-articles ul .recent-activity-item h3 a, .recent-activity-item h3 .article .in-section-articles ul a,
.article .recent-articles ul .recent-activity-item h3 a,
.recent-activity-item h3 .article .recent-articles ul a,
.article .related-articles ul .recent-activity-item h3 a,
.recent-activity-item h3 .article .related-articles ul a,
.article .internal-articles ul .recent-activity-item h3 a,
.recent-activity-item h3 .article .internal-articles ul a {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  position: relative;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
  margin-right: 0.5rem;
}
@media (max-width: 576px) {
  .list .list__item-title, .recent-activity-list .list__item-title, .article .in-section-articles ul .list__item-title,
  .article .recent-articles ul .list__item-title,
  .article .related-articles ul .list__item-title,
  .article .internal-articles ul .list__item-title, .list .recent-activity-item h3 a, .recent-activity-item h3 .list a, .recent-activity-list .recent-activity-item h3 a, .recent-activity-item h3 .recent-activity-list a, .article .in-section-articles ul .recent-activity-item h3 a, .recent-activity-item h3 .article .in-section-articles ul a,
  .article .recent-articles ul .recent-activity-item h3 a,
  .recent-activity-item h3 .article .recent-articles ul a,
  .article .related-articles ul .recent-activity-item h3 a,
  .recent-activity-item h3 .article .related-articles ul a,
  .article .internal-articles ul .recent-activity-item h3 a,
  .recent-activity-item h3 .article .internal-articles ul a {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .list .list__item-title, .recent-activity-list .list__item-title, .article .in-section-articles ul .list__item-title,
  .article .recent-articles ul .list__item-title,
  .article .related-articles ul .list__item-title,
  .article .internal-articles ul .list__item-title, .list .recent-activity-item h3 a, .recent-activity-item h3 .list a, .recent-activity-list .recent-activity-item h3 a, .recent-activity-item h3 .recent-activity-list a, .article .in-section-articles ul .recent-activity-item h3 a, .recent-activity-item h3 .article .in-section-articles ul a,
  .article .recent-articles ul .recent-activity-item h3 a,
  .recent-activity-item h3 .article .recent-articles ul a,
  .article .related-articles ul .recent-activity-item h3 a,
  .recent-activity-item h3 .article .related-articles ul a,
  .article .internal-articles ul .recent-activity-item h3 a,
  .recent-activity-item h3 .article .internal-articles ul a {
    flex-direction: column;
  }
}
.list .list__item-description, .recent-activity-list .list__item-description, .article .in-section-articles ul .list__item-description,
.article .recent-articles ul .list__item-description,
.article .related-articles ul .list__item-description,
.article .internal-articles ul .list__item-description, .list .recent-activity-item-parent, .recent-activity-list .recent-activity-item-parent, .article .in-section-articles ul .recent-activity-item-parent,
.article .recent-articles ul .recent-activity-item-parent,
.article .related-articles ul .recent-activity-item-parent,
.article .internal-articles ul .recent-activity-item-parent, .list .recent-activity-item-link, .recent-activity-list .recent-activity-item-link, .article .in-section-articles ul .recent-activity-item-link,
.article .recent-articles ul .recent-activity-item-link,
.article .related-articles ul .recent-activity-item-link,
.article .internal-articles ul .recent-activity-item-link {
  color: #000;
  text-decoration: none;
}
.list .list__item a, .recent-activity-list .list__item a, .article .in-section-articles ul .list__item a,
.article .recent-articles ul .list__item a,
.article .related-articles ul .list__item a,
.article .internal-articles ul .list__item a, .list .recent-activity-item a, .recent-activity-list .recent-activity-item a, .article .in-section-articles ul .recent-activity-item a,
.article .recent-articles ul .recent-activity-item a,
.article .related-articles ul .recent-activity-item a,
.article .internal-articles ul .recent-activity-item a, .article .in-section-articles ul li a,
.article .recent-articles ul li a,
.article .related-articles ul li a,
.article .internal-articles ul li a {
  text-decoration: none;
}
.list .list__item a:hover, .recent-activity-list .list__item a:hover, .article .in-section-articles ul .list__item a:hover,
.article .recent-articles ul .list__item a:hover,
.article .related-articles ul .list__item a:hover,
.article .internal-articles ul .list__item a:hover, .list .recent-activity-item a:hover, .recent-activity-list .recent-activity-item a:hover, .article .in-section-articles ul .recent-activity-item a:hover,
.article .recent-articles ul .recent-activity-item a:hover,
.article .related-articles ul .recent-activity-item a:hover,
.article .internal-articles ul .recent-activity-item a:hover, .article .in-section-articles ul li a:hover,
.article .recent-articles ul li a:hover,
.article .related-articles ul li a:hover,
.article .internal-articles ul li a:hover {
  color: #0095CA;
}
.list a.list__item, .recent-activity-list a.list__item, .article .in-section-articles ul a.list__item,
.article .recent-articles ul a.list__item,
.article .related-articles ul a.list__item,
.article .internal-articles ul a.list__item, .list a.recent-activity-item, .recent-activity-list a.recent-activity-item, .article .in-section-articles ul a.recent-activity-item,
.article .recent-articles ul a.recent-activity-item,
.article .related-articles ul a.recent-activity-item,
.article .internal-articles ul a.recent-activity-item {
  color: #000;
  text-decoration: none;
}
.list--shadow .list__item, .list--shadow .recent-activity-item, .list--shadow .article .in-section-articles ul li, .article .in-section-articles ul .list--shadow li,
.list--shadow .article .recent-articles ul li,
.article .recent-articles ul .list--shadow li,
.list--shadow .article .related-articles ul li,
.article .related-articles ul .list--shadow li,
.list--shadow .article .internal-articles ul li,
.article .internal-articles ul .list--shadow li {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.list--bubble, .recent-activity-list {
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 576px) {
  .list--bubble, .recent-activity-list {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .list--bubble, .recent-activity-list {
    gap: 2rem;
  }
}
.list--bubble .list__item, .recent-activity-list .list__item, .list--bubble .recent-activity-item, .recent-activity-list .recent-activity-item, .list--bubble .article .in-section-articles ul li, .article .in-section-articles ul .list--bubble li, .recent-activity-list .article .in-section-articles ul li, .article .in-section-articles ul .recent-activity-list li,
.list--bubble .article .recent-articles ul li,
.article .recent-articles ul .list--bubble li,
.recent-activity-list .article .recent-articles ul li,
.article .recent-articles ul .recent-activity-list li,
.list--bubble .article .related-articles ul li,
.article .related-articles ul .list--bubble li,
.recent-activity-list .article .related-articles ul li,
.article .related-articles ul .recent-activity-list li,
.list--bubble .article .internal-articles ul li,
.article .internal-articles ul .list--bubble li,
.recent-activity-list .article .internal-articles ul li,
.article .internal-articles ul .recent-activity-list li {
  padding: 1.5rem;
  background-color: #fff;
  justify-content: center;
  width: 100%;
}
.list--bubble .list__item .list__item-description, .recent-activity-list .list__item .list__item-description, .list--bubble .recent-activity-item .list__item-description, .recent-activity-list .recent-activity-item .list__item-description, .list--bubble .article .in-section-articles ul li .list__item-description, .article .in-section-articles ul .list--bubble li .list__item-description, .recent-activity-list .article .in-section-articles ul li .list__item-description, .article .in-section-articles ul .recent-activity-list li .list__item-description,
.list--bubble .article .recent-articles ul li .list__item-description,
.article .recent-articles ul .list--bubble li .list__item-description,
.recent-activity-list .article .recent-articles ul li .list__item-description,
.article .recent-articles ul .recent-activity-list li .list__item-description,
.list--bubble .article .related-articles ul li .list__item-description,
.article .related-articles ul .list--bubble li .list__item-description,
.recent-activity-list .article .related-articles ul li .list__item-description,
.article .related-articles ul .recent-activity-list li .list__item-description,
.list--bubble .article .internal-articles ul li .list__item-description,
.article .internal-articles ul .list--bubble li .list__item-description,
.recent-activity-list .article .internal-articles ul li .list__item-description,
.article .internal-articles ul .recent-activity-list li .list__item-description, .list--bubble .list__item .recent-activity-item-parent, .recent-activity-list .list__item .recent-activity-item-parent, .list--bubble .recent-activity-item .recent-activity-item-parent, .recent-activity-list .recent-activity-item .recent-activity-item-parent, .list--bubble .article .in-section-articles ul li .recent-activity-item-parent, .article .in-section-articles ul .list--bubble li .recent-activity-item-parent, .recent-activity-list .article .in-section-articles ul li .recent-activity-item-parent, .article .in-section-articles ul .recent-activity-list li .recent-activity-item-parent,
.list--bubble .article .recent-articles ul li .recent-activity-item-parent,
.article .recent-articles ul .list--bubble li .recent-activity-item-parent,
.recent-activity-list .article .recent-articles ul li .recent-activity-item-parent,
.article .recent-articles ul .recent-activity-list li .recent-activity-item-parent,
.list--bubble .article .related-articles ul li .recent-activity-item-parent,
.article .related-articles ul .list--bubble li .recent-activity-item-parent,
.recent-activity-list .article .related-articles ul li .recent-activity-item-parent,
.article .related-articles ul .recent-activity-list li .recent-activity-item-parent,
.list--bubble .article .internal-articles ul li .recent-activity-item-parent,
.article .internal-articles ul .list--bubble li .recent-activity-item-parent,
.recent-activity-list .article .internal-articles ul li .recent-activity-item-parent,
.article .internal-articles ul .recent-activity-list li .recent-activity-item-parent, .list--bubble .list__item .recent-activity-item-link, .recent-activity-list .list__item .recent-activity-item-link, .list--bubble .recent-activity-item .recent-activity-item-link, .recent-activity-list .recent-activity-item .recent-activity-item-link, .list--bubble .article .in-section-articles ul li .recent-activity-item-link, .article .in-section-articles ul .list--bubble li .recent-activity-item-link, .recent-activity-list .article .in-section-articles ul li .recent-activity-item-link, .article .in-section-articles ul .recent-activity-list li .recent-activity-item-link,
.list--bubble .article .recent-articles ul li .recent-activity-item-link,
.article .recent-articles ul .list--bubble li .recent-activity-item-link,
.recent-activity-list .article .recent-articles ul li .recent-activity-item-link,
.article .recent-articles ul .recent-activity-list li .recent-activity-item-link,
.list--bubble .article .related-articles ul li .recent-activity-item-link,
.article .related-articles ul .list--bubble li .recent-activity-item-link,
.recent-activity-list .article .related-articles ul li .recent-activity-item-link,
.article .related-articles ul .recent-activity-list li .recent-activity-item-link,
.list--bubble .article .internal-articles ul li .recent-activity-item-link,
.article .internal-articles ul .list--bubble li .recent-activity-item-link,
.recent-activity-list .article .internal-articles ul li .recent-activity-item-link,
.article .internal-articles ul .recent-activity-list li .recent-activity-item-link {
  text-align: center;
}
.list--bubble .list__item:hover, .recent-activity-list .list__item:hover, .list--bubble .recent-activity-item:hover, .recent-activity-list .recent-activity-item:hover, .list--bubble .article .in-section-articles ul li:hover, .article .in-section-articles ul .list--bubble li:hover, .recent-activity-list .article .in-section-articles ul li:hover, .article .in-section-articles ul .recent-activity-list li:hover,
.list--bubble .article .recent-articles ul li:hover,
.article .recent-articles ul .list--bubble li:hover,
.recent-activity-list .article .recent-articles ul li:hover,
.article .recent-articles ul .recent-activity-list li:hover,
.list--bubble .article .related-articles ul li:hover,
.article .related-articles ul .list--bubble li:hover,
.recent-activity-list .article .related-articles ul li:hover,
.article .related-articles ul .recent-activity-list li:hover,
.list--bubble .article .internal-articles ul li:hover,
.article .internal-articles ul .list--bubble li:hover,
.recent-activity-list .article .internal-articles ul li:hover,
.article .internal-articles ul .recent-activity-list li:hover {
  background-color: #F2F2F2;
}
.list--bubble a.list__item-title, .list--bubble .recent-activity-item h3 a, .recent-activity-item h3 .list--bubble a, .recent-activity-list .recent-activity-item h3 a, .recent-activity-item h3 .recent-activity-list a,
.list--bubble .list__item-title,
.recent-activity-list .list__item-title {
  font-size: 1.25rem;
  color: #000;
  text-align: center;
  align-items: center;
}
.list--bubble a.list__item-title:visited, .list--bubble .recent-activity-item h3 a:visited, .recent-activity-item h3 .list--bubble a:visited, .recent-activity-list .recent-activity-item h3 a:visited, .recent-activity-item h3 .recent-activity-list a:visited,
.list--bubble .list__item-title:visited,
.recent-activity-list .list__item-title:visited {
  color: #000;
}
.list--bubble h2 a, .recent-activity-list h2 a,
.list--bubble h3 a,
.recent-activity-list h3 a,
.list--bubble h4 a,
.recent-activity-list h4 a,
.list--bubble .related-articles-title a,
.recent-activity-list .related-articles-title a,
.list--bubble .recent-articles-title a,
.recent-activity-list .recent-articles-title a {
  color: #000;
  margin: 0;
}
.list--bubble h2 a:visited, .recent-activity-list h2 a:visited,
.list--bubble h3 a:visited,
.recent-activity-list h3 a:visited,
.list--bubble h4 a:visited,
.recent-activity-list h4 a:visited,
.list--bubble .related-articles-title a:visited,
.recent-activity-list .related-articles-title a:visited,
.list--bubble .recent-articles-title a:visited,
.recent-activity-list .recent-articles-title a:visited {
  color: #000;
}
.list--rounded .list__item, .recent-activity-list .list__item, .list--rounded .recent-activity-item, .recent-activity-list .recent-activity-item, .list--rounded .article .in-section-articles ul li, .article .in-section-articles ul .list--rounded li, .recent-activity-list .article .in-section-articles ul li, .article .in-section-articles ul .recent-activity-list li,
.list--rounded .article .recent-articles ul li,
.article .recent-articles ul .list--rounded li,
.recent-activity-list .article .recent-articles ul li,
.article .recent-articles ul .recent-activity-list li,
.list--rounded .article .related-articles ul li,
.article .related-articles ul .list--rounded li,
.recent-activity-list .article .related-articles ul li,
.article .related-articles ul .recent-activity-list li,
.list--rounded .article .internal-articles ul li,
.article .internal-articles ul .list--rounded li,
.recent-activity-list .article .internal-articles ul li,
.article .internal-articles ul .recent-activity-list li {
  border-radius: 0.5rem;
}
.list--border-highlight .list__item:after, .list--border-highlight .recent-activity-item:after, .list--border-highlight .article .in-section-articles ul li:after, .article .in-section-articles ul .list--border-highlight li:after,
.list--border-highlight .article .recent-articles ul li:after,
.article .recent-articles ul .list--border-highlight li:after,
.list--border-highlight .article .related-articles ul li:after,
.article .related-articles ul .list--border-highlight li:after,
.list--border-highlight .article .internal-articles ul li:after,
.article .internal-articles ul .list--border-highlight li:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #CCF1FE;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list--border-highlight .list__item:hover:after, .list--border-highlight .recent-activity-item:hover:after, .list--border-highlight .article .in-section-articles ul li:hover:after, .article .in-section-articles ul .list--border-highlight li:hover:after,
.list--border-highlight .article .recent-articles ul li:hover:after,
.article .recent-articles ul .list--border-highlight li:hover:after,
.list--border-highlight .article .related-articles ul li:hover:after,
.article .related-articles ul .list--border-highlight li:hover:after,
.list--border-highlight .article .internal-articles ul li:hover:after,
.article .internal-articles ul .list--border-highlight li:hover:after {
  background: #666666;
}
.list--border-highlight-no-hover .list__item:hover:after, .list--border-highlight-no-hover .recent-activity-item:hover:after, .list--border-highlight-no-hover .article .in-section-articles ul li:hover:after, .article .in-section-articles ul .list--border-highlight-no-hover li:hover:after,
.list--border-highlight-no-hover .article .recent-articles ul li:hover:after,
.article .recent-articles ul .list--border-highlight-no-hover li:hover:after,
.list--border-highlight-no-hover .article .related-articles ul li:hover:after,
.article .related-articles ul .list--border-highlight-no-hover li:hover:after,
.list--border-highlight-no-hover .article .internal-articles ul li:hover:after,
.article .internal-articles ul .list--border-highlight-no-hover li:hover:after {
  background: #CCF1FE;
}
.list--lines {
  gap: 0;
}
.list--lines .list__item, .list--lines .recent-activity-item, .list--lines .article .in-section-articles ul li, .article .in-section-articles ul .list--lines li,
.list--lines .article .recent-articles ul li,
.article .recent-articles ul .list--lines li,
.list--lines .article .related-articles ul li,
.article .related-articles ul .list--lines li,
.list--lines .article .internal-articles ul li,
.article .internal-articles ul .list--lines li {
  border-top: 1px solid #F2F2F2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.list--text-links {
  gap: 1rem;
}
.list--border .list__item, .recent-activity-list .list__item, .list--border .recent-activity-item, .recent-activity-list .recent-activity-item, .list--border .article .in-section-articles ul li, .article .in-section-articles ul .list--border li, .recent-activity-list .article .in-section-articles ul li, .article .in-section-articles ul .recent-activity-list li,
.list--border .article .recent-articles ul li,
.article .recent-articles ul .list--border li,
.recent-activity-list .article .recent-articles ul li,
.article .recent-articles ul .recent-activity-list li,
.list--border .article .related-articles ul li,
.article .related-articles ul .list--border li,
.recent-activity-list .article .related-articles ul li,
.article .related-articles ul .recent-activity-list li,
.list--border .article .internal-articles ul li,
.article .internal-articles ul .list--border li,
.recent-activity-list .article .internal-articles ul li,
.article .internal-articles ul .recent-activity-list li {
  border: 1px solid #E5E5E5;
}
@media (max-width: 576px) {
  .list--4col {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .list--4col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .list--4col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .list--3col, .recent-activity-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .list--3col .list__item, .recent-activity-list .list__item, .list--3col .recent-activity-item, .recent-activity-list .recent-activity-item, .list--3col .article .in-section-articles ul li, .article .in-section-articles ul .list--3col li, .recent-activity-list .article .in-section-articles ul li, .article .in-section-articles ul .recent-activity-list li,
  .list--3col .article .recent-articles ul li,
  .article .recent-articles ul .list--3col li,
  .recent-activity-list .article .recent-articles ul li,
  .article .recent-articles ul .recent-activity-list li,
  .list--3col .article .related-articles ul li,
  .article .related-articles ul .list--3col li,
  .recent-activity-list .article .related-articles ul li,
  .article .related-articles ul .recent-activity-list li,
  .list--3col .article .internal-articles ul li,
  .article .internal-articles ul .list--3col li,
  .recent-activity-list .article .internal-articles ul li,
  .article .internal-articles ul .recent-activity-list li {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .list--3col, .recent-activity-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .list--3col .list__item, .recent-activity-list .list__item, .list--3col .recent-activity-item, .recent-activity-list .recent-activity-item, .list--3col .article .in-section-articles ul li, .article .in-section-articles ul .list--3col li, .recent-activity-list .article .in-section-articles ul li, .article .in-section-articles ul .recent-activity-list li,
  .list--3col .article .recent-articles ul li,
  .article .recent-articles ul .list--3col li,
  .recent-activity-list .article .recent-articles ul li,
  .article .recent-articles ul .recent-activity-list li,
  .list--3col .article .related-articles ul li,
  .article .related-articles ul .list--3col li,
  .recent-activity-list .article .related-articles ul li,
  .article .related-articles ul .recent-activity-list li,
  .list--3col .article .internal-articles ul li,
  .article .internal-articles ul .list--3col li,
  .recent-activity-list .article .internal-articles ul li,
  .article .internal-articles ul .recent-activity-list li {
    flex-basis: 45%;
  }
}
@media (min-width: 1100px) {
  .list--3col, .recent-activity-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .list--3col .list__item, .recent-activity-list .list__item, .list--3col .recent-activity-item, .recent-activity-list .recent-activity-item, .list--3col .article .in-section-articles ul li, .article .in-section-articles ul .list--3col li, .recent-activity-list .article .in-section-articles ul li, .article .in-section-articles ul .recent-activity-list li,
  .list--3col .article .recent-articles ul li,
  .article .recent-articles ul .list--3col li,
  .recent-activity-list .article .recent-articles ul li,
  .article .recent-articles ul .recent-activity-list li,
  .list--3col .article .related-articles ul li,
  .article .related-articles ul .list--3col li,
  .recent-activity-list .article .related-articles ul li,
  .article .related-articles ul .recent-activity-list li,
  .list--3col .article .internal-articles ul li,
  .article .internal-articles ul .list--3col li,
  .recent-activity-list .article .internal-articles ul li,
  .article .internal-articles ul .recent-activity-list li {
    flex-basis: 30%;
  }
}
@media (max-width: 576px) {
  .list--2col {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .list--2col .list__item, .list--2col .recent-activity-item, .list--2col .article .in-section-articles ul li, .article .in-section-articles ul .list--2col li,
  .list--2col .article .recent-articles ul li,
  .article .recent-articles ul .list--2col li,
  .list--2col .article .related-articles ul li,
  .article .related-articles ul .list--2col li,
  .list--2col .article .internal-articles ul li,
  .article .internal-articles ul .list--2col li {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .list--2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .list--2col .list__item, .list--2col .recent-activity-item, .list--2col .article .in-section-articles ul li, .article .in-section-articles ul .list--2col li,
  .list--2col .article .recent-articles ul li,
  .article .recent-articles ul .list--2col li,
  .list--2col .article .related-articles ul li,
  .article .related-articles ul .list--2col li,
  .list--2col .article .internal-articles ul li,
  .article .internal-articles ul .list--2col li {
    flex-basis: 45%;
  }
}
@media (min-width: 1100px) {
  .list--2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .list--2col .list__item, .list--2col .recent-activity-item, .list--2col .article .in-section-articles ul li, .article .in-section-articles ul .list--2col li,
  .list--2col .article .recent-articles ul li,
  .article .recent-articles ul .list--2col li,
  .list--2col .article .related-articles ul li,
  .article .related-articles ul .list--2col li,
  .list--2col .article .internal-articles ul li,
  .article .internal-articles ul .list--2col li {
    flex-basis: 45%;
  }
}
.list--1col {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.list--1col .list__item, .list--1col .recent-activity-item, .list--1col .article .in-section-articles ul li, .article .in-section-articles ul .list--1col li,
.list--1col .article .recent-articles ul li,
.article .recent-articles ul .list--1col li,
.list--1col .article .related-articles ul li,
.article .related-articles ul .list--1col li,
.list--1col .article .internal-articles ul li,
.article .internal-articles ul .list--1col li {
  flex-basis: 100%;
}
.list--justify-start .list__item, .list--justify-start .recent-activity-item, .list--justify-start .article .in-section-articles ul li, .article .in-section-articles ul .list--justify-start li,
.list--justify-start .article .recent-articles ul li,
.article .recent-articles ul .list--justify-start li,
.list--justify-start .article .related-articles ul li,
.article .related-articles ul .list--justify-start li,
.list--justify-start .article .internal-articles ul li,
.article .internal-articles ul .list--justify-start li {
  justify-content: flex-start;
}
.list--column {
  flex-direction: column;
}
.list--justify-center {
  justify-content: center;
}
.list--top-block .list__item-title, .list--top-block .recent-activity-item h3 a, .recent-activity-item h3 .list--top-block a {
  flex-direction: row;
  align-items: center;
}
.list--shadow a.list__item, .list--shadow a.recent-activity-item {
  cursor: pointer;
}
.list--shadow a.list__item:hover, .list--shadow a.recent-activity-item:hover {
  text-decoration: none;
}

.animate .list--shadow a.list__item:hover, .animate .list--shadow a.recent-activity-item:hover {
  box-shadow: 0 0.9rem 1rem rgba(0, 0, 0, 0.15);
  transition-property: transform, box-shadow;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transform: translateY(-0.2rem);
}

.animate_off .list--shadow a.list__item:hover, .animate_off .list--shadow a.recent-activity-item:hover {
  transition: unset;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: unset;
}

.sidebar .list .list__item, .sidebar .recent-activity-list .list__item, .sidebar .article .in-section-articles ul .list__item, .article .in-section-articles .sidebar ul .list__item,
.sidebar .article .recent-articles ul .list__item,
.article .recent-articles .sidebar ul .list__item,
.sidebar .article .related-articles ul .list__item,
.article .related-articles .sidebar ul .list__item,
.sidebar .article .internal-articles ul .list__item,
.article .internal-articles .sidebar ul .list__item, .sidebar .list .recent-activity-item, .sidebar .recent-activity-list .recent-activity-item, .sidebar .article .in-section-articles ul .recent-activity-item, .article .in-section-articles .sidebar ul .recent-activity-item,
.sidebar .article .recent-articles ul .recent-activity-item,
.article .recent-articles .sidebar ul .recent-activity-item,
.sidebar .article .related-articles ul .recent-activity-item,
.article .related-articles .sidebar ul .recent-activity-item,
.sidebar .article .internal-articles ul .recent-activity-item,
.article .internal-articles .sidebar ul .recent-activity-item, .article .in-section-articles ul .sidebar .list li, .article .in-section-articles ul .sidebar .recent-activity-list li, .sidebar .article .in-section-articles ul li, .article .in-section-articles .sidebar ul li,
.article .recent-articles ul .sidebar .list li,
.article .recent-articles ul .sidebar .recent-activity-list li,
.sidebar .article .recent-articles ul li,
.article .recent-articles .sidebar ul li,
.article .related-articles ul .sidebar .list li,
.article .related-articles ul .sidebar .recent-activity-list li,
.sidebar .article .related-articles ul li,
.article .related-articles .sidebar ul li,
.article .internal-articles ul .sidebar .list li,
.article .internal-articles ul .sidebar .recent-activity-list li,
.sidebar .article .internal-articles ul li,
.article .internal-articles .sidebar ul li {
  padding: 0;
  margin-bottom: 0;
}
.sidebar .list .list__item:hover, .sidebar .recent-activity-list .list__item:hover, .sidebar .article .in-section-articles ul .list__item:hover, .article .in-section-articles .sidebar ul .list__item:hover,
.sidebar .article .recent-articles ul .list__item:hover,
.article .recent-articles .sidebar ul .list__item:hover,
.sidebar .article .related-articles ul .list__item:hover,
.article .related-articles .sidebar ul .list__item:hover,
.sidebar .article .internal-articles ul .list__item:hover,
.article .internal-articles .sidebar ul .list__item:hover, .sidebar .list .recent-activity-item:hover, .sidebar .recent-activity-list .recent-activity-item:hover, .sidebar .article .in-section-articles ul .recent-activity-item:hover, .article .in-section-articles .sidebar ul .recent-activity-item:hover,
.sidebar .article .recent-articles ul .recent-activity-item:hover,
.article .recent-articles .sidebar ul .recent-activity-item:hover,
.sidebar .article .related-articles ul .recent-activity-item:hover,
.article .related-articles .sidebar ul .recent-activity-item:hover,
.sidebar .article .internal-articles ul .recent-activity-item:hover,
.article .internal-articles .sidebar ul .recent-activity-item:hover, .article .in-section-articles ul .sidebar .list li:hover, .article .in-section-articles ul .sidebar .recent-activity-list li:hover, .sidebar .article .in-section-articles ul li:hover, .article .in-section-articles .sidebar ul li:hover,
.article .recent-articles ul .sidebar .list li:hover,
.article .recent-articles ul .sidebar .recent-activity-list li:hover,
.sidebar .article .recent-articles ul li:hover,
.article .recent-articles .sidebar ul li:hover,
.article .related-articles ul .sidebar .list li:hover,
.article .related-articles ul .sidebar .recent-activity-list li:hover,
.sidebar .article .related-articles ul li:hover,
.article .related-articles .sidebar ul li:hover,
.article .internal-articles ul .sidebar .list li:hover,
.article .internal-articles ul .sidebar .recent-activity-list li:hover,
.sidebar .article .internal-articles ul li:hover,
.article .internal-articles .sidebar ul li:hover {
  background-color: #CCF1FE;
  outline: 5px solid #CCF1FE;
  border-radius: 3px;
  text-decoration: none;
}
.sidebar .list .list__item:hover a, .sidebar .recent-activity-list .list__item:hover a, .sidebar .article .in-section-articles ul .list__item:hover a, .article .in-section-articles .sidebar ul .list__item:hover a,
.sidebar .article .recent-articles ul .list__item:hover a,
.article .recent-articles .sidebar ul .list__item:hover a,
.sidebar .article .related-articles ul .list__item:hover a,
.article .related-articles .sidebar ul .list__item:hover a,
.sidebar .article .internal-articles ul .list__item:hover a,
.article .internal-articles .sidebar ul .list__item:hover a, .sidebar .list .recent-activity-item:hover a, .sidebar .recent-activity-list .recent-activity-item:hover a, .sidebar .article .in-section-articles ul .recent-activity-item:hover a, .article .in-section-articles .sidebar ul .recent-activity-item:hover a,
.sidebar .article .recent-articles ul .recent-activity-item:hover a,
.article .recent-articles .sidebar ul .recent-activity-item:hover a,
.sidebar .article .related-articles ul .recent-activity-item:hover a,
.article .related-articles .sidebar ul .recent-activity-item:hover a,
.sidebar .article .internal-articles ul .recent-activity-item:hover a,
.article .internal-articles .sidebar ul .recent-activity-item:hover a, .article .in-section-articles ul .sidebar .list li:hover a, .article .in-section-articles ul .sidebar .recent-activity-list li:hover a, .sidebar .article .in-section-articles ul li:hover a, .article .in-section-articles .sidebar ul li:hover a,
.article .recent-articles ul .sidebar .list li:hover a,
.article .recent-articles ul .sidebar .recent-activity-list li:hover a,
.sidebar .article .recent-articles ul li:hover a,
.article .recent-articles .sidebar ul li:hover a,
.article .related-articles ul .sidebar .list li:hover a,
.article .related-articles ul .sidebar .recent-activity-list li:hover a,
.sidebar .article .related-articles ul li:hover a,
.article .related-articles .sidebar ul li:hover a,
.article .internal-articles ul .sidebar .list li:hover a,
.article .internal-articles ul .sidebar .recent-activity-list li:hover a,
.sidebar .article .internal-articles ul li:hover a,
.article .internal-articles .sidebar ul li:hover a {
  text-decoration: none;
}

.data-table {
  margin-bottom: 1rem;
}
.data-table__label {
  color: #999999;
}
.alert {
  background-color: #d23c0a;
  color: #fff;
}

a,
.a,
.nav-wrapper-desktop a {
  color: #00BAFC;
  text-decoration: underline;
  color: #00BAFC;
}
a:visited,
.a:visited {
  color: #00BAFC;
  text-decoration: none;
}
a:hover, a:active, a:focus,
.a:hover,
.a:active,
.a:focus {
  color: #0095CA;
  text-decoration: none;
}

a::selection {
  color: #000;
}

/***** Buttons *****/
a.btn, a.pill,
.btn,
.pill,
.status-label,
.btn--wrapper.pill button,
.btn--wrapper.status-label button,
.subscriptions-subscribe button[data-selected=true],
.btn--wrapper.btn button,
.split-button button.btn--wrapper button,
.form .btn--wrapper[type=submit] button,
.search input.btn--wrapper[type=submit] button,
.section-subscribe button.btn--wrapper button,
.article-subscribe button.btn--wrapper button,
.community-follow button.btn--wrapper button,
.subscriptions-subscribe button.btn--wrapper button,
.btn--wrapper.pagination-next-link button,
.btn--wrapper.pagination-prev-link button,
.btn--wrapper.pagination-first-link button,
.btn--wrapper.pagination-last-link button,
.split-button button,
.form [type=submit],
.search input[type=submit],
.section-subscribe button,
.article-subscribe button,
.article-subscribe button:focus,
.community-follow button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  cursor: pointer;
  font-weight: 500;
  padding: 0.25rem 1rem;
  background-color: #666666;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  display: inline-block;
  line-height: 2.5;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  a.btn, a.pill,
  .btn,
  .pill,
  .status-label,
  .btn--wrapper.pill button,
  .btn--wrapper.status-label button,
  .subscriptions-subscribe button[data-selected=true],
  .btn--wrapper.btn button,
  .split-button button.btn--wrapper button,
  .form .btn--wrapper[type=submit] button,
  .search input.btn--wrapper[type=submit] button,
  .section-subscribe button.btn--wrapper button,
  .article-subscribe button.btn--wrapper button,
  .community-follow button.btn--wrapper button,
  .subscriptions-subscribe button.btn--wrapper button,
  .btn--wrapper.pagination-next-link button,
  .btn--wrapper.pagination-prev-link button,
  .btn--wrapper.pagination-first-link button,
  .btn--wrapper.pagination-last-link button,
  .split-button button,
  .form [type=submit],
  .search input[type=submit],
  .section-subscribe button,
  .article-subscribe button,
  .article-subscribe button:focus,
  .community-follow button,
  .requests-table-toolbar .organization-subscribe button,
  .subscriptions-subscribe button,
  .pagination-next-link,
  .pagination-prev-link,
  .pagination-first-link,
  .pagination-last-link {
    width: auto;
  }
}
a.btn:visited,
.btn:visited,
.pill:visited,
.status-label:visited,
.btn--wrapper.pill button:visited,
.btn--wrapper.status-label button:visited,
.btn--wrapper.btn button:visited,
.form .btn--wrapper[type=submit] button:visited,
.search input.btn--wrapper[type=submit] button:visited,
.btn--wrapper.pagination-next-link button:visited,
.btn--wrapper.pagination-prev-link button:visited,
.btn--wrapper.pagination-first-link button:visited,
.btn--wrapper.pagination-last-link button:visited,
.split-button button:visited,
.form [type=submit]:visited,
.search input[type=submit]:visited,
.section-subscribe button:visited,
.article-subscribe button:visited,
.community-follow button:visited,
.requests-table-toolbar .organization-subscribe button:visited,
.subscriptions-subscribe button:visited,
.pagination-next-link:visited,
.pagination-prev-link:visited,
.pagination-first-link:visited,
.pagination-last-link:visited {
  color: #fff;
}
a.btn:hover, a.btn:active, a.btn:focus,
.btn:hover,
.pill:hover,
.status-label:hover,
.btn--wrapper.pill button:hover,
.btn--wrapper.status-label button:hover,
.btn--wrapper.btn button:hover,
.form .btn--wrapper[type=submit] button:hover,
.search input.btn--wrapper[type=submit] button:hover,
.btn--wrapper.pagination-next-link button:hover,
.btn--wrapper.pagination-prev-link button:hover,
.btn--wrapper.pagination-first-link button:hover,
.btn--wrapper.pagination-last-link button:hover,
.split-button button:hover,
.form [type=submit]:hover,
.search input[type=submit]:hover,
.section-subscribe button:hover,
.article-subscribe button:hover,
.community-follow button:hover,
.requests-table-toolbar .organization-subscribe button:hover,
.subscriptions-subscribe button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.btn:active,
.pill:active,
.status-label:active,
.btn--wrapper.pill button:active,
.btn--wrapper.status-label button:active,
.btn--wrapper.btn button:active,
.form .btn--wrapper[type=submit] button:active,
.search input.btn--wrapper[type=submit] button:active,
.btn--wrapper.pagination-next-link button:active,
.btn--wrapper.pagination-prev-link button:active,
.btn--wrapper.pagination-first-link button:active,
.btn--wrapper.pagination-last-link button:active,
.split-button button:active,
.form [type=submit]:active,
.search input[type=submit]:active,
.section-subscribe button:active,
.article-subscribe button:active,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.btn:focus,
.pill:focus,
.status-label:focus,
.btn--wrapper.pill button:focus,
.btn--wrapper.status-label button:focus,
.btn--wrapper.btn button:focus,
.form .btn--wrapper[type=submit] button:focus,
.search input.btn--wrapper[type=submit] button:focus,
.btn--wrapper.pagination-next-link button:focus,
.btn--wrapper.pagination-prev-link button:focus,
.btn--wrapper.pagination-first-link button:focus,
.btn--wrapper.pagination-last-link button:focus,
.split-button button:focus,
.form [type=submit]:focus,
.search input[type=submit]:focus,
.section-subscribe button:focus,
.article-subscribe button:focus,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus {
  background-color: rgba(0, 186, 252, 1);
  color: #fff;
  text-decoration: none;
}
a.btn:visited,
.btn:visited,
.pill:visited,
.status-label:visited,
.btn--wrapper.pill button:visited,
.btn--wrapper.status-label button:visited,
.btn--wrapper.btn button:visited,
.form .btn--wrapper[type=submit] button:visited,
.search input.btn--wrapper[type=submit] button:visited,
.btn--wrapper.pagination-next-link button:visited,
.btn--wrapper.pagination-prev-link button:visited,
.btn--wrapper.pagination-first-link button:visited,
.btn--wrapper.pagination-last-link button:visited,
.split-button button:visited,
.form [type=submit]:visited,
.search input[type=submit]:visited,
.section-subscribe button:visited,
.article-subscribe button:visited,
.community-follow button:visited,
.requests-table-toolbar .organization-subscribe button:visited,
.subscriptions-subscribe button:visited,
.pagination-next-link:visited,
.pagination-prev-link:visited,
.pagination-first-link:visited,
.pagination-last-link:visited {
  color: #fff;
}
a.btn--sm, a.pill,
.btn--sm,
.pill,
.status-label,
.btn--wrapper.pill button,
.btn--wrapper.status-label button,
.btn--wrapper.btn--sm button,
.section-subscribe button.btn--wrapper button,
.subscriptions-subscribe button.btn--wrapper button,
.section-subscribe button,
.subscriptions-subscribe button {
  padding: 0 1.5rem;
  font-size: 0.875rem;
}
a.btn--primary,
.btn--primary,
.subscriptions-subscribe button[data-selected=true]:hover,
.split-button button:hover,
.split-button button,
.section-subscribe button[data-selected=true],
.requests-table-toolbar .organization-subscribe button[data-selected=true],
.subscriptions-subscribe button[data-selected=true] {
  background-color: #CCF1FE !important;
}
a.btn--primary:hover, a.btn--primary:focus, a.btn--primary:active,
.btn--primary:hover,
.subscriptions-subscribe button[data-selected=true]:hover,
.split-button button:hover,
.section-subscribe button[data-selected=true]:hover,
.requests-table-toolbar .organization-subscribe button[data-selected=true]:hover,
.btn--primary:focus,
.split-button button:focus,
.section-subscribe button[data-selected=true]:focus,
.requests-table-toolbar .organization-subscribe button[data-selected=true]:focus,
.subscriptions-subscribe button[data-selected=true]:focus,
.btn--primary:active,
.split-button button:active,
.section-subscribe button[data-selected=true]:active,
.requests-table-toolbar .organization-subscribe button[data-selected=true]:active,
.subscriptions-subscribe button[data-selected=true]:active {
  background-color: #fff !important;
  color: #000;
  border-color: #fff;
}
a.btn--primary:visited,
.btn--primary:visited,
.split-button button:visited,
.section-subscribe button[data-selected=true]:visited,
.requests-table-toolbar .organization-subscribe button[data-selected=true]:visited,
.subscriptions-subscribe button[data-selected=true]:visited {
  color: #000;
}
a.btn--secondary, a.pill--secondary, a.pill,
.btn--secondary,
.pill--secondary,
.pill,
.status-label,
.search input[type=submit] {
  background-color: #666666;
  color: #fff;
}
a.btn--secondary:visited,
.btn--secondary:visited,
.pill--secondary:visited,
.pill:visited,
.status-label:visited,
.search input[type=submit]:visited {
  color: #fff;
}
a.btn--secondary:hover, a.btn--secondary:focus, a.btn--secondary:active,
.btn--secondary:hover,
.pill--secondary:hover,
.pill:hover,
.status-label:hover,
.search input[type=submit]:hover,
.btn--secondary:focus,
.pill--secondary:focus,
.pill:focus,
.status-label:focus,
.search input[type=submit]:focus,
.btn--secondary:active,
.pill--secondary:active,
.pill:active,
.status-label:active,
.search input[type=submit]:active {
  background-color: rgba(0, 186, 252, 1);
  color: #fff;
}
a.btn--outline, a.pill--outline,
.btn--outline,
.pill--outline,
.btn--wrapper.pill--outline button,
.btn--wrapper.btn--outline button,
.section-subscribe button.btn--wrapper button,
.article-subscribe button.btn--wrapper button,
.section-subscribe button,
.article-subscribe button,
.article-subscribe button:focus {
  background-color: transparent;
  border: 1px solid #4f4f4f;
  font-weight: 700;
  color: #4f4f4f !important;
}
a.btn--outline:visited,
.btn--outline:visited,
.pill--outline:visited,
.btn--wrapper.pill--outline button:visited,
.btn--wrapper.btn--outline button:visited,
.section-subscribe button:visited,
.article-subscribe button:visited {
  color: #4f4f4f;
}
a.btn--outline:hover, a.btn--outline:focus, a.btn--outline:active,
.btn--outline:hover,
.pill--outline:hover,
.btn--wrapper.pill--outline button:hover,
.btn--wrapper.btn--outline button:hover,
.section-subscribe button:hover,
.article-subscribe button:hover,
.btn--outline:focus,
.pill--outline:focus,
.btn--wrapper.pill--outline button:focus,
.btn--wrapper.btn--outline button:focus,
.section-subscribe button:focus,
.article-subscribe button:focus,
.btn--outline:active,
.pill--outline:active,
.btn--wrapper.pill--outline button:active,
.btn--wrapper.btn--outline button:active,
.section-subscribe button:active,
.article-subscribe button:active {
  background-color: #F2F2F2;
}
a.btn--selected,
.btn--selected {
  background-color: #000;
  border: 1px solid #4f4f4f;
  font-weight: 700;
  color: #fff !important;
}
a.btn--selected:hover, a.btn--selected:focus, a.btn--selected:active,
.btn--selected:hover,
.btn--selected:focus,
.btn--selected:active {
  background-color: #000;
  color: #fff !important;
}
a.btn[data-disabled],
.btn[data-disabled],
[data-disabled].pill,
[data-disabled].status-label,
.btn--wrapper.pill button[data-disabled],
.btn--wrapper.status-label button[data-disabled],
.btn--wrapper.btn button[data-disabled],
.form .btn--wrapper[type=submit] button[data-disabled],
.search input.btn--wrapper[type=submit] button[data-disabled],
.btn--wrapper.pagination-next-link button[data-disabled],
.btn--wrapper.pagination-prev-link button[data-disabled],
.btn--wrapper.pagination-first-link button[data-disabled],
.btn--wrapper.pagination-last-link button[data-disabled],
.split-button button[data-disabled],
.form [data-disabled][type=submit],
.search input[data-disabled][type=submit],
.section-subscribe button[data-disabled],
.article-subscribe button[data-disabled],
.community-follow button[data-disabled],
.requests-table-toolbar .organization-subscribe button[data-disabled],
.subscriptions-subscribe button[data-disabled],
[data-disabled].pagination-next-link,
[data-disabled].pagination-prev-link,
[data-disabled].pagination-first-link,
[data-disabled].pagination-last-link {
  cursor: default;
}
.dark a.btn,
.dark .btn,
.dark .pill,
.dark .status-label,
.dark .btn--wrapper.pill button,
.btn--wrapper.pill .dark button,
.dark .btn--wrapper.status-label button,
.btn--wrapper.status-label .dark button,
.dark .btn--wrapper.btn button,
.btn--wrapper.btn .dark button,
.dark .form .btn--wrapper[type=submit] button,
.form .btn--wrapper[type=submit] .dark button,
.dark .search input.btn--wrapper[type=submit] button,
.search input.btn--wrapper[type=submit] .dark button,
.dark .btn--wrapper.pagination-next-link button,
.btn--wrapper.pagination-next-link .dark button,
.dark .btn--wrapper.pagination-prev-link button,
.btn--wrapper.pagination-prev-link .dark button,
.dark .btn--wrapper.pagination-first-link button,
.btn--wrapper.pagination-first-link .dark button,
.dark .btn--wrapper.pagination-last-link button,
.btn--wrapper.pagination-last-link .dark button,
.dark .split-button button,
.split-button .dark button,
.dark .form [type=submit],
.form .dark [type=submit],
.dark .search input[type=submit],
.search .dark input[type=submit],
.dark .section-subscribe button,
.section-subscribe .dark button,
.dark .article-subscribe button,
.article-subscribe .dark button,
.dark .community-follow button,
.community-follow .dark button,
.dark .requests-table-toolbar .organization-subscribe button,
.requests-table-toolbar .organization-subscribe .dark button,
.dark .subscriptions-subscribe button,
.subscriptions-subscribe .dark button,
.dark .pagination-next-link,
.dark .pagination-prev-link,
.dark .pagination-first-link,
.dark .pagination-last-link {
  border-color: #fff;
  color: #fff;
}
.dark a.btn:hover,
.dark .btn:hover,
.dark .pill:hover,
.dark .status-label:hover,
.dark .btn--wrapper.pill button:hover,
.btn--wrapper.pill .dark button:hover,
.dark .btn--wrapper.status-label button:hover,
.btn--wrapper.status-label .dark button:hover,
.dark .btn--wrapper.btn button:hover,
.btn--wrapper.btn .dark button:hover,
.dark .form .btn--wrapper[type=submit] button:hover,
.form .btn--wrapper[type=submit] .dark button:hover,
.dark .search input.btn--wrapper[type=submit] button:hover,
.search input.btn--wrapper[type=submit] .dark button:hover,
.dark .btn--wrapper.pagination-next-link button:hover,
.btn--wrapper.pagination-next-link .dark button:hover,
.dark .btn--wrapper.pagination-prev-link button:hover,
.btn--wrapper.pagination-prev-link .dark button:hover,
.dark .btn--wrapper.pagination-first-link button:hover,
.btn--wrapper.pagination-first-link .dark button:hover,
.dark .btn--wrapper.pagination-last-link button:hover,
.btn--wrapper.pagination-last-link .dark button:hover,
.dark .split-button button:hover,
.split-button .dark button:hover,
.dark .form [type=submit]:hover,
.form .dark [type=submit]:hover,
.dark .search input[type=submit]:hover,
.search .dark input[type=submit]:hover,
.dark .section-subscribe button:hover,
.section-subscribe .dark button:hover,
.dark .article-subscribe button:hover,
.article-subscribe .dark button:hover,
.dark .community-follow button:hover,
.community-follow .dark button:hover,
.dark .requests-table-toolbar .organization-subscribe button:hover,
.requests-table-toolbar .organization-subscribe .dark button:hover,
.dark .subscriptions-subscribe button:hover,
.subscriptions-subscribe .dark button:hover,
.dark .pagination-next-link:hover,
.dark .pagination-prev-link:hover,
.dark .pagination-first-link:hover,
.dark .pagination-last-link:hover {
  border-color: #fff;
}

.btn--wrapper.btn, a.btn--wrapper.pill,
.btn--wrapper.pill,
.btn--wrapper.status-label,
.btn--wrapper.pill button.btn--wrapper,
.btn--wrapper.status-label button.btn--wrapper, .btn--wrapper.btn button.btn--wrapper, .form .btn--wrapper[type=submit] button.btn--wrapper, .search input.btn--wrapper[type=submit] button.btn--wrapper, .btn--wrapper.pagination-next-link button.btn--wrapper, .btn--wrapper.pagination-prev-link button.btn--wrapper, .btn--wrapper.pagination-first-link button.btn--wrapper, .btn--wrapper.pagination-last-link button.btn--wrapper, .split-button button.btn--wrapper, .form .btn--wrapper[type=submit], .search input.btn--wrapper[type=submit], .section-subscribe button.btn--wrapper, .article-subscribe button.btn--wrapper, .community-follow button.btn--wrapper, .requests-table-toolbar .organization-subscribe button.btn--wrapper, .subscriptions-subscribe button.btn--wrapper, .btn--wrapper.pagination-next-link, .btn--wrapper.pagination-prev-link, .btn--wrapper.pagination-first-link, .btn--wrapper.pagination-last-link, .btn--wrapper.btn--primary, .subscriptions-subscribe button.btn--wrapper[data-selected=true]:hover, .btn--wrapper.btn--secondary, a.btn--wrapper.pill--secondary,
.btn--wrapper.pill--secondary,
.btn--wrapper.pill,
.btn--wrapper.status-label, .btn--wrapper.btn--outline, a.btn--wrapper.pill--outline,
.btn--wrapper.pill--outline,
.btn--wrapper.pill--outline button.btn--wrapper, .btn--wrapper.btn--outline button.btn--wrapper, .btn--wrapper.btn--lg, .btn--wrapper.btn--sm,
.btn--wrapper.pill,
.btn--wrapper.status-label, .btn--wrapper.btn--sm button.btn--wrapper {
  background-color: unset;
  border: unset;
  color: unset;
  padding: unset;
  margin: unset;
}
.subscriptions-subscribe button[data-selected=true]:hover {
  background-color: rgba(0, 186, 252, 1) !important;
  color: #fff !important;
}

a.pill,
.pill,
.status-label {
  border-radius: 50rem;
  font-size: 0.875rem;
}
a.pill--secondary,
.pill--secondary {
  color: #fff !important;
}
a.pill--outline,
.pill--outline {
  color: #CCF1FE;
}

a.pill, a.status-label {
  text-decoration: none;
}
.block {
  padding-bottom: 4rem;
}

.container {
  max-width: 1100px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
}

.container--mobile {
  max-width: 576px;
}

.container--tablet {
  max-width: 768px;
}

.container--desktop {
  max-width: 1100px;
}

.container--xl {
  max-width: 1300px;
}

.container--max-width {
  max-width: 1100px;
}

.container--full {
  max-width: 100%;
}

.order-1 {
  order: 1;
}

@media (max-width: 576px) {
  .order-1-mobile {
    order: 1;
  }
}

@media (min-width: 768px) {
  .order-1-tablet {
    order: 1;
  }
}

@media (min-width: 1100px) {
  .order-1-desktop {
    order: 1;
  }
}

.order-2 {
  order: 2;
}

@media (max-width: 576px) {
  .order-2-mobile {
    order: 2;
  }
}

@media (min-width: 768px) {
  .order-2-tablet {
    order: 2;
  }
}

@media (min-width: 1100px) {
  .order-2-desktop {
    order: 2;
  }
}

.order-3 {
  order: 3;
}

@media (max-width: 576px) {
  .order-3-mobile {
    order: 3;
  }
}

@media (min-width: 768px) {
  .order-3-tablet {
    order: 3;
  }
}

@media (min-width: 1100px) {
  .order-3-desktop {
    order: 3;
  }
}

.order-4 {
  order: 4;
}

@media (max-width: 576px) {
  .order-4-mobile {
    order: 4;
  }
}

@media (min-width: 768px) {
  .order-4-tablet {
    order: 4;
  }
}

@media (min-width: 1100px) {
  .order-4-desktop {
    order: 4;
  }
}

.order-5 {
  order: 5;
}

@media (max-width: 576px) {
  .order-5-mobile {
    order: 5;
  }
}

@media (min-width: 768px) {
  .order-5-tablet {
    order: 5;
  }
}

@media (min-width: 1100px) {
  .order-5-desktop {
    order: 5;
  }
}

.order-6 {
  order: 6;
}

@media (max-width: 576px) {
  .order-6-mobile {
    order: 6;
  }
}

@media (min-width: 768px) {
  .order-6-tablet {
    order: 6;
  }
}

@media (min-width: 1100px) {
  .order-6-desktop {
    order: 6;
  }
}

.order-7 {
  order: 7;
}

@media (max-width: 576px) {
  .order-7-mobile {
    order: 7;
  }
}

@media (min-width: 768px) {
  .order-7-tablet {
    order: 7;
  }
}

@media (min-width: 1100px) {
  .order-7-desktop {
    order: 7;
  }
}

.order-8 {
  order: 8;
}

@media (max-width: 576px) {
  .order-8-mobile {
    order: 8;
  }
}

@media (min-width: 768px) {
  .order-8-tablet {
    order: 8;
  }
}

@media (min-width: 1100px) {
  .order-8-desktop {
    order: 8;
  }
}

.order-9 {
  order: 9;
}

@media (max-width: 576px) {
  .order-9-mobile {
    order: 9;
  }
}

@media (min-width: 768px) {
  .order-9-tablet {
    order: 9;
  }
}

@media (min-width: 1100px) {
  .order-9-desktop {
    order: 9;
  }
}

.order-10 {
  order: 10;
}

@media (max-width: 576px) {
  .order-10-mobile {
    order: 10;
  }
}

@media (min-width: 768px) {
  .order-10-tablet {
    order: 10;
  }
}

@media (min-width: 1100px) {
  .order-10-desktop {
    order: 10;
  }
}

.bg-primary {
  background-color: #CCF1FE;
}

.bg-secondary {
  background-color: #666666;
}

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

.bg-black {
  background-color: #000;
}

.bg-background {
  background-color: #FCF8FC;
}

.bg-gray {
  background-color: #999999;
}

.bg-gray-dark {
  background-color: #F2F2F2;
}

.bg-highlight {
  background-color: #CCF1FE;
}

.bg-link {
  background-color: #00BAFC;
}

.bg-link-hover {
  background-color: #0095CA;
}

.bg-primary-hover:hover {
  background-color: #CCF1FE;
}

.bg-secondary-hover:hover {
  background-color: #666666;
}

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

.bg-black-hover:hover {
  background-color: #000;
}

.bg-background-hover:hover {
  background-color: #FCF8FC;
}

.bg-gray-hover:hover {
  background-color: #999999;
}

.bg-gray-dark-hover:hover {
  background-color: #F2F2F2;
}

.bg-highlight-hover:hover {
  background-color: #CCF1FE;
}

.bg-link-hover:hover {
  background-color: #00BAFC;
}

.bg-link-hover-hover:hover {
  background-color: #0095CA;
}

a.text-primary,
.text-primary {
  color: #CCF1FE !important;
}

a.text-secondary,
.text-secondary {
  color: #666666 !important;
}

a.text-white,
.text-white {
  color: #fff !important;
}

a.text-black,
.text-black {
  color: #000 !important;
}

a.text-background,
.text-background {
  color: #FCF8FC !important;
}

a.text-gray,
.text-gray {
  color: #999999 !important;
}

a.text-gray-dark,
.text-gray-dark {
  color: #F2F2F2 !important;
}

a.text-highlight,
.text-highlight {
  color: #CCF1FE !important;
}

a.text-link,
.text-link {
  color: #00BAFC !important;
}

a.text-link-hover,
.text-link-hover {
  color: #0095CA !important;
}

a.text-primary-hover:hover,
.text-primary-hover:hover {
  color: #CCF1FE;
}

a.text-secondary-hover:hover,
.text-secondary-hover:hover {
  color: #666666;
}

a.text-white-hover:hover,
.text-white-hover:hover {
  color: #fff;
}

a.text-black-hover:hover,
.text-black-hover:hover {
  color: #000;
}

a.text-background-hover:hover,
.text-background-hover:hover {
  color: #FCF8FC;
}

a.text-gray-hover:hover,
.text-gray-hover:hover {
  color: #999999;
}

a.text-gray-dark-hover:hover,
.text-gray-dark-hover:hover {
  color: #F2F2F2;
}

a.text-highlight-hover:hover,
.text-highlight-hover:hover {
  color: #CCF1FE;
}

a.text-link-hover:hover,
.text-link-hover:hover {
  color: #00BAFC;
}

a.text-link-hover-hover:hover,
.text-link-hover-hover:hover {
  color: #0095CA;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

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

@media (min-width: 1100px) {
  .text-center-desktop {
    text-align: center;
  }
}

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

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

@media (min-width: 1100px) {
  .text-left-desktop {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .text-right-mobile {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-right-tablet {
    text-align: right;
  }
}

@media (min-width: 1100px) {
  .text-right-desktop {
    text-align: right;
  }
}

.text-7xl {
  font-size: 4rem;
}

.text-6xl {
  font-size: 3.5rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-4xl {
  font-size: 2.75rem;
}

.text-3xl {
  font-size: 2rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-md, .p,
p {
  font-size: 1rem;
}

.text-sm, small {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

.font-lighter {
  font-weight: lighter;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

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

.text-7xl {
  font-size: 4rem;
}

.text-6xl {
  font-size: 3.5rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-4xl {
  font-size: 2.75rem;
}

.text-3xl {
  font-size: 2rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-md, .p,
p {
  font-size: 1rem;
}

.text-sm, small {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .text-7xl-mobile {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .text-7xl-tablet {
    font-size: 4rem;
  }
}
@media (min-width: 1100px) {
  .text-7xl-desktop {
    font-size: 4rem;
  }
}
@media (min-width: 1100px) {
  .text-7xl-max-width {
    font-size: 4rem;
  }
}
@media (min-width: 100%) {
  .text-7xl-full {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .text-6xl-mobile {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .text-6xl-tablet {
    font-size: 3.5rem;
  }
}
@media (min-width: 1100px) {
  .text-6xl-desktop {
    font-size: 3.5rem;
  }
}
@media (min-width: 1100px) {
  .text-6xl-max-width {
    font-size: 3.5rem;
  }
}
@media (min-width: 100%) {
  .text-6xl-full {
    font-size: 3.5rem;
  }
}
@media (min-width: 576px) {
  .text-5xl-mobile {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .text-5xl-tablet {
    font-size: 3rem;
  }
}
@media (min-width: 1100px) {
  .text-5xl-desktop {
    font-size: 3rem;
  }
}
@media (min-width: 1100px) {
  .text-5xl-max-width {
    font-size: 3rem;
  }
}
@media (min-width: 100%) {
  .text-5xl-full {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .text-4xl-mobile {
    font-size: 2.75rem;
  }
}
@media (min-width: 768px) {
  .text-4xl-tablet {
    font-size: 2.75rem;
  }
}
@media (min-width: 1100px) {
  .text-4xl-desktop {
    font-size: 2.75rem;
  }
}
@media (min-width: 1100px) {
  .text-4xl-max-width {
    font-size: 2.75rem;
  }
}
@media (min-width: 100%) {
  .text-4xl-full {
    font-size: 2.75rem;
  }
}
@media (min-width: 576px) {
  .text-3xl-mobile {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .text-3xl-tablet {
    font-size: 2rem;
  }
}
@media (min-width: 1100px) {
  .text-3xl-desktop {
    font-size: 2rem;
  }
}
@media (min-width: 1100px) {
  .text-3xl-max-width {
    font-size: 2rem;
  }
}
@media (min-width: 100%) {
  .text-3xl-full {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .text-2xl-mobile {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .text-2xl-tablet {
    font-size: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .text-2xl-desktop {
    font-size: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .text-2xl-max-width {
    font-size: 1.5rem;
  }
}
@media (min-width: 100%) {
  .text-2xl-full {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .text-xl-mobile {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .text-xl-tablet {
    font-size: 1.25rem;
  }
}
@media (min-width: 1100px) {
  .text-xl-desktop {
    font-size: 1.25rem;
  }
}
@media (min-width: 1100px) {
  .text-xl-max-width {
    font-size: 1.25rem;
  }
}
@media (min-width: 100%) {
  .text-xl-full {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  .text-lg-mobile {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .text-lg-tablet {
    font-size: 1.125rem;
  }
}
@media (min-width: 1100px) {
  .text-lg-desktop {
    font-size: 1.125rem;
  }
}
@media (min-width: 1100px) {
  .text-lg-max-width {
    font-size: 1.125rem;
  }
}
@media (min-width: 100%) {
  .text-lg-full {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .text-md-mobile {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .text-md-tablet {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  .text-md-desktop {
    font-size: 1rem;
  }
}
@media (min-width: 1100px) {
  .text-md-max-width {
    font-size: 1rem;
  }
}
@media (min-width: 100%) {
  .text-md-full {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .text-sm-mobile {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .text-sm-tablet {
    font-size: 0.875rem;
  }
}
@media (min-width: 1100px) {
  .text-sm-desktop {
    font-size: 0.875rem;
  }
}
@media (min-width: 1100px) {
  .text-sm-max-width {
    font-size: 0.875rem;
  }
}
@media (min-width: 100%) {
  .text-sm-full {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .text-xs-mobile {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .text-xs-tablet {
    font-size: 0.75rem;
  }
}
@media (min-width: 1100px) {
  .text-xs-desktop {
    font-size: 0.75rem;
  }
}
@media (min-width: 1100px) {
  .text-xs-max-width {
    font-size: 0.75rem;
  }
}
@media (min-width: 100%) {
  .text-xs-full {
    font-size: 0.75rem;
  }
}
.font-lighter {
  font-weight: lighter;
}

.leading-10 {
  line-height: 4.5rem;
}

.leading-9 {
  line-height: 3.9375rem;
}

.leading-8 {
  line-height: 3.375rem;
}

.leading-7 {
  line-height: 3.09375rem;
}

.leading-6 {
  line-height: 2.25rem;
}

.leading-5 {
  line-height: 1.6875rem;
}

.leading-4 {
  line-height: 1.40625rem;
}

.leading-3 {
  line-height: 1.265625rem;
}

.leading-2 {
  line-height: 1.125rem;
}

.leading-1 {
  line-height: 0.984375rem;
}

.font-light {
  font-weight: 300;
}

.leading-10 {
  line-height: 4.5rem;
}

.leading-9 {
  line-height: 3.9375rem;
}

.leading-8 {
  line-height: 3.375rem;
}

.leading-7 {
  line-height: 3.09375rem;
}

.leading-6 {
  line-height: 2.25rem;
}

.leading-5 {
  line-height: 1.6875rem;
}

.leading-4 {
  line-height: 1.40625rem;
}

.leading-3 {
  line-height: 1.265625rem;
}

.leading-2 {
  line-height: 1.125rem;
}

.leading-1 {
  line-height: 0.984375rem;
}

.font-normal {
  font-weight: 400;
}

.leading-10 {
  line-height: 4.5rem;
}

.leading-9 {
  line-height: 3.9375rem;
}

.leading-8 {
  line-height: 3.375rem;
}

.leading-7 {
  line-height: 3.09375rem;
}

.leading-6 {
  line-height: 2.25rem;
}

.leading-5 {
  line-height: 1.6875rem;
}

.leading-4 {
  line-height: 1.40625rem;
}

.leading-3 {
  line-height: 1.265625rem;
}

.leading-2 {
  line-height: 1.125rem;
}

.leading-1 {
  line-height: 0.984375rem;
}

.font-medium {
  font-weight: 500;
}

.leading-10 {
  line-height: 4.5rem;
}

.leading-9 {
  line-height: 3.9375rem;
}

.leading-8 {
  line-height: 3.375rem;
}

.leading-7 {
  line-height: 3.09375rem;
}

.leading-6 {
  line-height: 2.25rem;
}

.leading-5 {
  line-height: 1.6875rem;
}

.leading-4 {
  line-height: 1.40625rem;
}

.leading-3 {
  line-height: 1.265625rem;
}

.leading-2 {
  line-height: 1.125rem;
}

.leading-1 {
  line-height: 0.984375rem;
}

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

.leading-10 {
  line-height: 4.5rem;
}

.leading-9 {
  line-height: 3.9375rem;
}

.leading-8 {
  line-height: 3.375rem;
}

.leading-7 {
  line-height: 3.09375rem;
}

.leading-6 {
  line-height: 2.25rem;
}

.leading-5 {
  line-height: 1.6875rem;
}

.leading-4 {
  line-height: 1.40625rem;
}

.leading-3 {
  line-height: 1.265625rem;
}

.leading-2 {
  line-height: 1.125rem;
}

.leading-1 {
  line-height: 0.984375rem;
}

body {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
.related-articles-title,
.recent-articles-title,
h5,
h6,
.h1,
.h2,
.article-sidebar__title,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  scroll-margin-top: 1.5rem;
}

.h1,
h1 {
  margin-bottom: 1.5rem;
}
.h1,
h1 {
  font-size: 2.75rem;
  line-height: 3.09375rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.h2, .article-sidebar__title,
h2 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .h2, .article-sidebar__title,
  h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.h3,
h3 {
  font-size: 1.125rem;
  line-height: 1.40625rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 1.25rem;
    line-height: 1.40625rem;
  }
}

.h4,
h4,
.related-articles-title,
.recent-articles-title {
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .h4,
  h4,
  .related-articles-title,
  .recent-articles-title {
    font-size: 1.125rem;
    line-height: 1.40625rem;
  }
}

.h5,
h5 {
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 1rem;
    line-height: 1.40625rem;
  }
}

.h6,
h6 {
  font-size: 1rem;
  line-height: 1.40625rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .h6,
  h6 {
    font-size: 1rem;
    line-height: 1.40625rem;
  }
}

.display-1 {
  font-size: 2.75rem;
  line-height: 3.09375rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
  }
}

.display-2 {
  font-size: 3rem;
  line-height: 3.9375rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .display-2 {
    font-size: 3.5rem;
    line-height: 3.9375rem;
    margin-bottom: 1.5rem;
  }
}

.display-3 {
  font-size: 2.75rem;
  line-height: 3.375rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .display-3 {
    font-size: 3rem;
    line-height: 3.9375rem;
    margin-bottom: 1.5rem;
  }
}

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

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

.grow {
  flex-grow: 1;
}

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

@media (max-width: 576px) {
  .grid--3col {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid--3col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid--3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (max-width: 576px) {
  .justify-normal-mobile {
    justify-content: normal !important;
  }
}

@media (min-width: 768px) {
  .justify-normal-tablet {
    justify-content: normal !important;
  }
}

@media (min-width: 1100px) {
  .justify-normal-desktop {
    justify-content: normal !important;
  }
}

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

@media (max-width: 576px) {
  .justify-start-mobile {
    justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .justify-start-tablet {
    justify-content: flex-start !important;
  }
}

@media (min-width: 1100px) {
  .justify-start-desktop {
    justify-content: flex-start !important;
  }
}

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

@media (max-width: 576px) {
  .justify-center-mobile {
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .justify-center-tablet {
    justify-content: center !important;
  }
}

@media (min-width: 1100px) {
  .justify-center-desktop {
    justify-content: center !important;
  }
}

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

@media (max-width: 576px) {
  .justify-end-mobile {
    justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .justify-end-tablet {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1100px) {
  .justify-end-desktop {
    justify-content: flex-end !important;
  }
}

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

@media (max-width: 576px) {
  .justify-between-mobile {
    justify-content: space-between !important;
  }
}

@media (min-width: 768px) {
  .justify-between-tablet {
    justify-content: space-between !important;
  }
}

@media (min-width: 1100px) {
  .justify-between-desktop {
    justify-content: space-between !important;
  }
}

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

@media (max-width: 576px) {
  .justify-around-mobile {
    justify-content: space-around !important;
  }
}

@media (min-width: 768px) {
  .justify-around-tablet {
    justify-content: space-around !important;
  }
}

@media (min-width: 1100px) {
  .justify-around-desktop {
    justify-content: space-around !important;
  }
}

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

@media (max-width: 576px) {
  .justify-evenly-mobile {
    justify-content: space-evenly !important;
  }
}

@media (min-width: 768px) {
  .justify-evenly-tablet {
    justify-content: space-evenly !important;
  }
}

@media (min-width: 1100px) {
  .justify-evenly-desktop {
    justify-content: space-evenly !important;
  }
}

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

@media (max-width: 576px) {
  .items-start-mobile {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .items-start-tablet {
    align-items: flex-start;
  }
}

@media (min-width: 1100px) {
  .items-start-desktop {
    align-items: flex-start;
  }
}

.items-center, .data-table__value {
  align-items: center;
}

@media (max-width: 576px) {
  .items-center-mobile {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .items-center-tablet {
    align-items: center;
  }
}

@media (min-width: 1100px) {
  .items-center-desktop {
    align-items: center;
  }
}

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

@media (max-width: 576px) {
  .items-end-mobile {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .items-end-tablet {
    align-items: flex-end;
  }
}

@media (min-width: 1100px) {
  .items-end-desktop {
    align-items: flex-end;
  }
}

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

@media (max-width: 576px) {
  .items-stretch-mobile {
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .items-stretch-tablet {
    align-items: stretch;
  }
}

@media (min-width: 1100px) {
  .items-stretch-desktop {
    align-items: stretch;
  }
}

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

@media (max-width: 576px) {
  .items-baseline-mobile {
    align-items: baseline;
  }
}

@media (min-width: 768px) {
  .items-baseline-tablet {
    align-items: baseline;
  }
}

@media (min-width: 1100px) {
  .items-baseline-desktop {
    align-items: baseline;
  }
}

.flex, .page-header__inner, .data-table, .data-table__value {
  display: flex;
}

.block {
  display: block;
}

.grid, .data-table__row {
  display: grid;
}

.hidden {
  display: none;
}

@media (max-width: 576px) {
  .flex-mobile {
    display: flex;
  }
}

@media (min-width: 768px) {
  .flex-tablet {
    display: flex;
  }
}

@media (min-width: 1100px) {
  .flex-desktop {
    display: flex;
  }
}

@media (max-width: 576px) {
  .block-mobile {
    display: block;
  }
}

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

@media (min-width: 1100px) {
  .block-desktop {
    display: block;
  }
}

@media (max-width: 576px) {
  .grid-mobile {
    display: grid;
  }
}

@media (min-width: 768px) {
  .grid-tablet {
    display: grid;
  }
}

@media (min-width: 1100px) {
  .grid-desktop {
    display: grid;
  }
}

@media (max-width: 576px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-tablet {
    display: none;
  }
}

@media (min-width: 1100px) {
  .hidden-desktop {
    display: none;
  }
}

.flex-center {
  flex-direction: center;
}

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

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

.flex-col, .page-header__inner, .data-table {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: col-reverse;
}

@media (max-width: 576px) {
  .flex-center-mobile {
    flex-direction: center;
  }
}

@media (min-width: 768px) {
  .flex-center-tablet {
    flex-direction: center;
  }
}

@media (min-width: 1100px) {
  .flex-center-desktop {
    flex-direction: center;
  }
}

@media (max-width: 576px) {
  .flex-row-mobile {
    flex-direction: row;
  }
}

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

@media (min-width: 1100px) {
  .flex-row-desktop, .page-header__inner {
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  .flex-row-reverse-mobile {
    flex-direction: row-reverse;
  }
}

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

@media (min-width: 1100px) {
  .flex-row-reverse-desktop {
    flex-direction: row-reverse;
  }
}

@media (max-width: 576px) {
  .flex-col-mobile {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .flex-col-tablet {
    flex-direction: column;
  }
}

@media (min-width: 1100px) {
  .flex-col-desktop {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .flex-col-reverse-mobile {
    flex-direction: col-reverse;
  }
}

@media (min-width: 768px) {
  .flex-col-reverse-tablet {
    flex-direction: col-reverse;
  }
}

@media (min-width: 1100px) {
  .flex-col-reverse-desktop {
    flex-direction: col-reverse;
  }
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-rows-0 {
  grid-template-rows: none;
}

@media (min-width: 576px) {
  .grid-rows-0-mobile {
    grid-template-rows: none;
  }
}
@media (min-width: 768px) {
  .grid-rows-0-tablet {
    grid-template-rows: none;
  }
}
@media (min-width: 1100px) {
  .grid-rows-0-desktop {
    grid-template-rows: none;
  }
}
@media (min-width: 1100px) {
  .grid-rows-0-max-width {
    grid-template-rows: none;
  }
}
@media (min-width: 100%) {
  .grid-rows-0-full {
    grid-template-rows: none;
  }
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .grid-rows-1-mobile {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-rows-1-tablet {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-1-desktop {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-1-max-width {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-rows-1-full {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .grid-rows-2-mobile {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-rows-2-tablet {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-2-desktop {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-2-max-width {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-rows-2-full {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .grid-rows-3-mobile {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-rows-3-tablet {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-3-desktop {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-3-max-width {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-rows-3-full {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .grid-rows-4-mobile {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-rows-4-tablet {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-4-desktop {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-4-max-width {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-rows-4-full {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .grid-rows-5-mobile {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-rows-5-tablet {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-5-desktop {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-5-max-width {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-rows-5-full {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .grid-rows-6-mobile {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-rows-6-tablet {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-6-desktop {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-6-max-width {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-rows-6-full {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
}
.grid-rows-full {
  grid-template-rows: repeat(full, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .grid-rows-full-mobile {
    grid-template-rows: repeat(full, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-rows-full-tablet {
    grid-template-rows: repeat(full, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-full-desktop {
    grid-template-rows: repeat(full, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-rows-full-max-width {
    grid-template-rows: repeat(full, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-rows-full-full {
    grid-template-rows: repeat(full, minmax(0, 1fr));
  }
}
.grid-cols-0 {
  grid-template-columns: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3, .data-table__row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-full {
  grid-template-columns: repeat(full, minmax(0, 1fr));
}

@media (min-width: 576px) {
  .grid-cols-0-mobile {
    grid-template-columns: none;
  }
}
@media (min-width: 768px) {
  .grid-cols-0-tablet {
    grid-template-columns: none;
  }
}
@media (min-width: 1100px) {
  .grid-cols-0-desktop {
    grid-template-columns: none;
  }
}
@media (min-width: 1100px) {
  .grid-cols-0-max-width {
    grid-template-columns: none;
  }
}
@media (min-width: 100%) {
  .grid-cols-0-full {
    grid-template-columns: none;
  }
}
@media (min-width: 576px) {
  .grid-cols-1-mobile {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-1-tablet {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-1-desktop {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-1-max-width {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-cols-1-full {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .grid-cols-2-mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-2-tablet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-2-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-2-max-width {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-cols-2-full {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .grid-cols-3-mobile {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-3-tablet {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-3-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-3-max-width {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-cols-3-full {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .grid-cols-4-mobile {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-4-tablet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-4-desktop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-4-max-width {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-cols-4-full {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .grid-cols-5-mobile {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-5-tablet {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-5-desktop {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-5-max-width {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-cols-5-full {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .grid-cols-6-mobile {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-6-tablet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-6-desktop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-6-max-width {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-cols-6-full {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 576px) {
  .grid-cols-full-mobile {
    grid-template-columns: repeat(full, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-cols-full-tablet {
    grid-template-columns: repeat(full, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-full-desktop {
    grid-template-columns: repeat(full, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .grid-cols-full-max-width {
    grid-template-columns: repeat(full, minmax(0, 1fr));
  }
}
@media (min-width: 100%) {
  .grid-cols-full-full {
    grid-template-columns: repeat(full, minmax(0, 1fr));
  }
}
.col-span-0 {
  grid-column: span 0/span 0;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2, .data-table__value {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-full {
  grid-column: 1/-1;
}

@media (min-width: 576px) {
  .col-span-0-mobile {
    grid-column: span 0/span 0;
  }
}
@media (min-width: 768px) {
  .col-span-0-tablet {
    grid-column: span 0/span 0;
  }
}
@media (min-width: 1100px) {
  .col-span-0-desktop {
    grid-column: span 0/span 0;
  }
}
@media (min-width: 1100px) {
  .col-span-0-max-width {
    grid-column: span 0/span 0;
  }
}
@media (min-width: 100%) {
  .col-span-0-full {
    grid-column: span 0/span 0;
  }
}
@media (min-width: 576px) {
  .col-span-1-mobile {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 768px) {
  .col-span-1-tablet {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1100px) {
  .col-span-1-desktop {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1100px) {
  .col-span-1-max-width {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 100%) {
  .col-span-1-full {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 576px) {
  .col-span-2-mobile {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .col-span-2-tablet {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1100px) {
  .col-span-2-desktop {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1100px) {
  .col-span-2-max-width {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 100%) {
  .col-span-2-full {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 576px) {
  .col-span-3-mobile {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 768px) {
  .col-span-3-tablet {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1100px) {
  .col-span-3-desktop {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1100px) {
  .col-span-3-max-width {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 100%) {
  .col-span-3-full {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 576px) {
  .col-span-4-mobile {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 768px) {
  .col-span-4-tablet {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1100px) {
  .col-span-4-desktop {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1100px) {
  .col-span-4-max-width {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 100%) {
  .col-span-4-full {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 576px) {
  .col-span-5-mobile {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 768px) {
  .col-span-5-tablet {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1100px) {
  .col-span-5-desktop {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1100px) {
  .col-span-5-max-width {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 100%) {
  .col-span-5-full {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 576px) {
  .col-span-6-mobile {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .col-span-6-tablet {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1100px) {
  .col-span-6-desktop {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1100px) {
  .col-span-6-max-width {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 100%) {
  .col-span-6-full {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 576px) {
  .col-span-full-mobile {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .col-span-full-tablet {
    grid-column: 1/-1;
  }
}
@media (min-width: 1100px) {
  .col-span-full-desktop {
    grid-column: 1/-1;
  }
}
@media (min-width: 1100px) {
  .col-span-full-max-width {
    grid-column: 1/-1;
  }
}
@media (min-width: 100%) {
  .col-span-full-full {
    grid-column: 1/-1;
  }
}
.col-start-0 {
  grid-column-start: 0;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-full {
  grid-column-start: full;
}

@media (min-width: 576px) {
  .col-start-0-mobile {
    grid-column-start: 0;
  }
}
@media (min-width: 768px) {
  .col-start-0-tablet {
    grid-column-start: 0;
  }
}
@media (min-width: 1100px) {
  .col-start-0-desktop {
    grid-column-start: 0;
  }
}
@media (min-width: 1100px) {
  .col-start-0-max-width {
    grid-column-start: 0;
  }
}
@media (min-width: 100%) {
  .col-start-0-full {
    grid-column-start: 0;
  }
}
@media (min-width: 576px) {
  .col-start-1-mobile {
    grid-column-start: 1;
  }
}
@media (min-width: 768px) {
  .col-start-1-tablet {
    grid-column-start: 1;
  }
}
@media (min-width: 1100px) {
  .col-start-1-desktop {
    grid-column-start: 1;
  }
}
@media (min-width: 1100px) {
  .col-start-1-max-width {
    grid-column-start: 1;
  }
}
@media (min-width: 100%) {
  .col-start-1-full {
    grid-column-start: 1;
  }
}
@media (min-width: 576px) {
  .col-start-2-mobile {
    grid-column-start: 2;
  }
}
@media (min-width: 768px) {
  .col-start-2-tablet {
    grid-column-start: 2;
  }
}
@media (min-width: 1100px) {
  .col-start-2-desktop {
    grid-column-start: 2;
  }
}
@media (min-width: 1100px) {
  .col-start-2-max-width {
    grid-column-start: 2;
  }
}
@media (min-width: 100%) {
  .col-start-2-full {
    grid-column-start: 2;
  }
}
@media (min-width: 576px) {
  .col-start-3-mobile {
    grid-column-start: 3;
  }
}
@media (min-width: 768px) {
  .col-start-3-tablet {
    grid-column-start: 3;
  }
}
@media (min-width: 1100px) {
  .col-start-3-desktop {
    grid-column-start: 3;
  }
}
@media (min-width: 1100px) {
  .col-start-3-max-width {
    grid-column-start: 3;
  }
}
@media (min-width: 100%) {
  .col-start-3-full {
    grid-column-start: 3;
  }
}
@media (min-width: 576px) {
  .col-start-4-mobile {
    grid-column-start: 4;
  }
}
@media (min-width: 768px) {
  .col-start-4-tablet {
    grid-column-start: 4;
  }
}
@media (min-width: 1100px) {
  .col-start-4-desktop {
    grid-column-start: 4;
  }
}
@media (min-width: 1100px) {
  .col-start-4-max-width {
    grid-column-start: 4;
  }
}
@media (min-width: 100%) {
  .col-start-4-full {
    grid-column-start: 4;
  }
}
@media (min-width: 576px) {
  .col-start-5-mobile {
    grid-column-start: 5;
  }
}
@media (min-width: 768px) {
  .col-start-5-tablet {
    grid-column-start: 5;
  }
}
@media (min-width: 1100px) {
  .col-start-5-desktop {
    grid-column-start: 5;
  }
}
@media (min-width: 1100px) {
  .col-start-5-max-width {
    grid-column-start: 5;
  }
}
@media (min-width: 100%) {
  .col-start-5-full {
    grid-column-start: 5;
  }
}
@media (min-width: 576px) {
  .col-start-6-mobile {
    grid-column-start: 6;
  }
}
@media (min-width: 768px) {
  .col-start-6-tablet {
    grid-column-start: 6;
  }
}
@media (min-width: 1100px) {
  .col-start-6-desktop {
    grid-column-start: 6;
  }
}
@media (min-width: 1100px) {
  .col-start-6-max-width {
    grid-column-start: 6;
  }
}
@media (min-width: 100%) {
  .col-start-6-full {
    grid-column-start: 6;
  }
}
@media (min-width: 576px) {
  .col-start-full-mobile {
    grid-column-start: full;
  }
}
@media (min-width: 768px) {
  .col-start-full-tablet {
    grid-column-start: full;
  }
}
@media (min-width: 1100px) {
  .col-start-full-desktop {
    grid-column-start: full;
  }
}
@media (min-width: 1100px) {
  .col-start-full-max-width {
    grid-column-start: full;
  }
}
@media (min-width: 100%) {
  .col-start-full-full {
    grid-column-start: full;
  }
}
.row-start-0 {
  grid-row-start: 0;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-full {
  grid-row-start: full;
}

@media (min-width: 576px) {
  .row-start-0-mobile {
    grid-row-start: 0;
  }
}
@media (min-width: 768px) {
  .row-start-0-tablet {
    grid-row-start: 0;
  }
}
@media (min-width: 1100px) {
  .row-start-0-desktop {
    grid-row-start: 0;
  }
}
@media (min-width: 1100px) {
  .row-start-0-max-width {
    grid-row-start: 0;
  }
}
@media (min-width: 100%) {
  .row-start-0-full {
    grid-row-start: 0;
  }
}
@media (min-width: 576px) {
  .row-start-1-mobile {
    grid-row-start: 1;
  }
}
@media (min-width: 768px) {
  .row-start-1-tablet {
    grid-row-start: 1;
  }
}
@media (min-width: 1100px) {
  .row-start-1-desktop {
    grid-row-start: 1;
  }
}
@media (min-width: 1100px) {
  .row-start-1-max-width {
    grid-row-start: 1;
  }
}
@media (min-width: 100%) {
  .row-start-1-full {
    grid-row-start: 1;
  }
}
@media (min-width: 576px) {
  .row-start-2-mobile {
    grid-row-start: 2;
  }
}
@media (min-width: 768px) {
  .row-start-2-tablet {
    grid-row-start: 2;
  }
}
@media (min-width: 1100px) {
  .row-start-2-desktop {
    grid-row-start: 2;
  }
}
@media (min-width: 1100px) {
  .row-start-2-max-width {
    grid-row-start: 2;
  }
}
@media (min-width: 100%) {
  .row-start-2-full {
    grid-row-start: 2;
  }
}
@media (min-width: 576px) {
  .row-start-3-mobile {
    grid-row-start: 3;
  }
}
@media (min-width: 768px) {
  .row-start-3-tablet {
    grid-row-start: 3;
  }
}
@media (min-width: 1100px) {
  .row-start-3-desktop {
    grid-row-start: 3;
  }
}
@media (min-width: 1100px) {
  .row-start-3-max-width {
    grid-row-start: 3;
  }
}
@media (min-width: 100%) {
  .row-start-3-full {
    grid-row-start: 3;
  }
}
@media (min-width: 576px) {
  .row-start-4-mobile {
    grid-row-start: 4;
  }
}
@media (min-width: 768px) {
  .row-start-4-tablet {
    grid-row-start: 4;
  }
}
@media (min-width: 1100px) {
  .row-start-4-desktop {
    grid-row-start: 4;
  }
}
@media (min-width: 1100px) {
  .row-start-4-max-width {
    grid-row-start: 4;
  }
}
@media (min-width: 100%) {
  .row-start-4-full {
    grid-row-start: 4;
  }
}
@media (min-width: 576px) {
  .row-start-5-mobile {
    grid-row-start: 5;
  }
}
@media (min-width: 768px) {
  .row-start-5-tablet {
    grid-row-start: 5;
  }
}
@media (min-width: 1100px) {
  .row-start-5-desktop {
    grid-row-start: 5;
  }
}
@media (min-width: 1100px) {
  .row-start-5-max-width {
    grid-row-start: 5;
  }
}
@media (min-width: 100%) {
  .row-start-5-full {
    grid-row-start: 5;
  }
}
@media (min-width: 576px) {
  .row-start-6-mobile {
    grid-row-start: 6;
  }
}
@media (min-width: 768px) {
  .row-start-6-tablet {
    grid-row-start: 6;
  }
}
@media (min-width: 1100px) {
  .row-start-6-desktop {
    grid-row-start: 6;
  }
}
@media (min-width: 1100px) {
  .row-start-6-max-width {
    grid-row-start: 6;
  }
}
@media (min-width: 100%) {
  .row-start-6-full {
    grid-row-start: 6;
  }
}
@media (min-width: 576px) {
  .row-start-full-mobile {
    grid-row-start: full;
  }
}
@media (min-width: 768px) {
  .row-start-full-tablet {
    grid-row-start: full;
  }
}
@media (min-width: 1100px) {
  .row-start-full-desktop {
    grid-row-start: full;
  }
}
@media (min-width: 1100px) {
  .row-start-full-max-width {
    grid-row-start: full;
  }
}
@media (min-width: 100%) {
  .row-start-full-full {
    grid-row-start: full;
  }
}
.row-span-0 {
  grid-row: span 0/span 0;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.row-span-full {
  grid-row: 1/-1;
}

@media (min-width: 576px) {
  .row-span-0-mobile {
    grid-row: span 0/span 0;
  }
}
@media (min-width: 768px) {
  .row-span-0-tablet {
    grid-row: span 0/span 0;
  }
}
@media (min-width: 1100px) {
  .row-span-0-desktop {
    grid-row: span 0/span 0;
  }
}
@media (min-width: 1100px) {
  .row-span-0-max-width {
    grid-row: span 0/span 0;
  }
}
@media (min-width: 100%) {
  .row-span-0-full {
    grid-row: span 0/span 0;
  }
}
@media (min-width: 576px) {
  .row-span-1-mobile {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 768px) {
  .row-span-1-tablet {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 1100px) {
  .row-span-1-desktop {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 1100px) {
  .row-span-1-max-width {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 100%) {
  .row-span-1-full {
    grid-row: span 1/span 1;
  }
}
@media (min-width: 576px) {
  .row-span-2-mobile {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .row-span-2-tablet {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 1100px) {
  .row-span-2-desktop {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 1100px) {
  .row-span-2-max-width {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 100%) {
  .row-span-2-full {
    grid-row: span 2/span 2;
  }
}
@media (min-width: 576px) {
  .row-span-3-mobile {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 768px) {
  .row-span-3-tablet {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 1100px) {
  .row-span-3-desktop {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 1100px) {
  .row-span-3-max-width {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 100%) {
  .row-span-3-full {
    grid-row: span 3/span 3;
  }
}
@media (min-width: 576px) {
  .row-span-4-mobile {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 768px) {
  .row-span-4-tablet {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 1100px) {
  .row-span-4-desktop {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 1100px) {
  .row-span-4-max-width {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 100%) {
  .row-span-4-full {
    grid-row: span 4/span 4;
  }
}
@media (min-width: 576px) {
  .row-span-5-mobile {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 768px) {
  .row-span-5-tablet {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 1100px) {
  .row-span-5-desktop {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 1100px) {
  .row-span-5-max-width {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 100%) {
  .row-span-5-full {
    grid-row: span 5/span 5;
  }
}
@media (min-width: 576px) {
  .row-span-6-mobile {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .row-span-6-tablet {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1100px) {
  .row-span-6-desktop {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 1100px) {
  .row-span-6-max-width {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 100%) {
  .row-span-6-full {
    grid-row: span 6/span 6;
  }
}
@media (min-width: 576px) {
  .row-span-full-mobile {
    grid-row: 1/-1;
  }
}
@media (min-width: 768px) {
  .row-span-full-tablet {
    grid-row: 1/-1;
  }
}
@media (min-width: 1100px) {
  .row-span-full-desktop {
    grid-row: 1/-1;
  }
}
@media (min-width: 1100px) {
  .row-span-full-max-width {
    grid-row: 1/-1;
  }
}
@media (min-width: 100%) {
  .row-span-full-full {
    grid-row: 1/-1;
  }
}
.opacity-1 {
  opacity: 0.1;
}

@media (max-width: 576px) {
  .opacity-1-mobile {
    opacity: 0.1;
  }
}

@media (min-width: 768px) {
  .opacity-1-tablet {
    opacity: 0.1;
  }
}

@media (min-width: 1100px) {
  .opacity-1-desktop {
    opacity: 0.1;
  }
}

.opacity-2 {
  opacity: 0.2;
}

@media (max-width: 576px) {
  .opacity-2-mobile {
    opacity: 0.2;
  }
}

@media (min-width: 768px) {
  .opacity-2-tablet {
    opacity: 0.2;
  }
}

@media (min-width: 1100px) {
  .opacity-2-desktop {
    opacity: 0.2;
  }
}

.opacity-3 {
  opacity: 0.3;
}

@media (max-width: 576px) {
  .opacity-3-mobile {
    opacity: 0.3;
  }
}

@media (min-width: 768px) {
  .opacity-3-tablet {
    opacity: 0.3;
  }
}

@media (min-width: 1100px) {
  .opacity-3-desktop {
    opacity: 0.3;
  }
}

.opacity-4 {
  opacity: 0.4;
}

@media (max-width: 576px) {
  .opacity-4-mobile {
    opacity: 0.4;
  }
}

@media (min-width: 768px) {
  .opacity-4-tablet {
    opacity: 0.4;
  }
}

@media (min-width: 1100px) {
  .opacity-4-desktop {
    opacity: 0.4;
  }
}

.opacity-5 {
  opacity: 0.5;
}

@media (max-width: 576px) {
  .opacity-5-mobile {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .opacity-5-tablet {
    opacity: 0.5;
  }
}

@media (min-width: 1100px) {
  .opacity-5-desktop {
    opacity: 0.5;
  }
}

.opacity-6 {
  opacity: 0.6;
}

@media (max-width: 576px) {
  .opacity-6-mobile {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .opacity-6-tablet {
    opacity: 0.6;
  }
}

@media (min-width: 1100px) {
  .opacity-6-desktop {
    opacity: 0.6;
  }
}

.opacity-7 {
  opacity: 0.7;
}

@media (max-width: 576px) {
  .opacity-7-mobile {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  .opacity-7-tablet {
    opacity: 0.7;
  }
}

@media (min-width: 1100px) {
  .opacity-7-desktop {
    opacity: 0.7;
  }
}

.opacity-8 {
  opacity: 0.8;
}

@media (max-width: 576px) {
  .opacity-8-mobile {
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  .opacity-8-tablet {
    opacity: 0.8;
  }
}

@media (min-width: 1100px) {
  .opacity-8-desktop {
    opacity: 0.8;
  }
}

.opacity-9 {
  opacity: 0.9;
}

@media (max-width: 576px) {
  .opacity-9-mobile {
    opacity: 0.9;
  }
}

@media (min-width: 768px) {
  .opacity-9-tablet {
    opacity: 0.9;
  }
}

@media (min-width: 1100px) {
  .opacity-9-desktop {
    opacity: 0.9;
  }
}

.opacity-10 {
  opacity: 1;
}

@media (max-width: 576px) {
  .opacity-10-mobile {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .opacity-10-tablet {
    opacity: 1;
  }
}

@media (min-width: 1100px) {
  .opacity-10-desktop {
    opacity: 1;
  }
}

.opacity-10-hover:hover {
  opacity: 1;
}

.rounded {
  border-radius: 0.5rem;
}

.border {
  border: 1px solid #999999;
}

.border-0 {
  border-width: 0px;
}

.border-1 {
  border-width: 1px;
}

.border-primary {
  border-color: #CCF1FE;
}

.border-secondary {
  border-color: #666666;
}

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

.border-black {
  border-color: #000;
}

.border-background {
  border-color: #FCF8FC;
}

.border-gray {
  border-color: #999999;
}

.border-gray-dark {
  border-color: #F2F2F2;
}

.border-highlight {
  border-color: #CCF1FE;
}

.border-link {
  border-color: #00BAFC;
}

.border-link-hover {
  border-color: #0095CA;
}

.rounded-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

.shadow-inset {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.w-100 {
  width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.max-w-fit {
  max-width: fit-content;
}
@media (min-width: 768px) {
  .max-w-fit--tablet {
    max-width: fit-content;
  }
}
@media (min-width: 1100px) {
  .max-w-fit--desktop {
    max-width: fit-content;
  }
}

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

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

@media (max-width: 576px) {
  .-m-0-mobile {
    margin-: 0;
    margin: 0;
  }
}

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

@media (min-width: 1100px) {
  .-m-0-desktop {
    margin-: 0;
    margin: 0;
  }
}

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

.mt-0 {
  margin-top: 0;
}

.-mt-0 {
  margin-top: 0;
}

@media (max-width: 576px) {
  .-mt-0-mobile {
    margin-top: 0;
  }
}

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

@media (min-width: 1100px) {
  .-mt-0-desktop {
    margin-top: 0;
  }
}

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

.mr-0 {
  margin-right: 0;
}

.-mr-0 {
  margin-right: 0;
}

@media (max-width: 576px) {
  .-mr-0-mobile {
    margin-right: 0;
  }
}

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

@media (min-width: 1100px) {
  .-mr-0-desktop {
    margin-right: 0;
  }
}

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

.mb-0 {
  margin-bottom: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .-mb-0-mobile {
    margin-bottom: 0;
  }
}

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

@media (min-width: 1100px) {
  .-mb-0-desktop {
    margin-bottom: 0;
  }
}

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

.ml-0 {
  margin-left: 0;
}

.-ml-0 {
  margin-left: 0;
}

@media (max-width: 576px) {
  .-ml-0-mobile {
    margin-left: 0;
  }
}

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

@media (min-width: 1100px) {
  .-ml-0-desktop {
    margin-left: 0;
  }
}

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

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 576px) {
  .-mx-0-mobile {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .-mx-0-tablet {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .-mx-0-desktop {
    margin-left: 0;
    margin-right: 0;
  }
}

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

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .-my-0-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .-my-0-tablet {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .-my-0-desktop {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.py-0, .user-nav .btn, .user-nav .split-button button, .split-button .user-nav button, .user-nav .form [type=submit], .form .user-nav [type=submit], .user-nav .search input[type=submit], .search .user-nav input[type=submit], .user-nav .section-subscribe button, .section-subscribe .user-nav button, .user-nav .article-subscribe button, .article-subscribe .user-nav button, .user-nav .community-follow button, .community-follow .user-nav button, .user-nav .requests-table-toolbar .organization-subscribe button, .requests-table-toolbar .organization-subscribe .user-nav button, .user-nav .subscriptions-subscribe button, .subscriptions-subscribe .user-nav button, .user-nav .pagination-next-link, .user-nav .pagination-prev-link, .user-nav .pagination-first-link, .user-nav .pagination-last-link, .user-nav .btn--wrapper.btn button, .btn--wrapper.btn .user-nav button, .user-nav .form .btn--wrapper[type=submit] button, .form .btn--wrapper[type=submit] .user-nav button, .user-nav .search input.btn--wrapper[type=submit] button, .search input.btn--wrapper[type=submit] .user-nav button, .user-nav .btn--wrapper.pagination-next-link button, .btn--wrapper.pagination-next-link .user-nav button, .user-nav .btn--wrapper.pagination-prev-link button, .btn--wrapper.pagination-prev-link .user-nav button, .user-nav .btn--wrapper.pagination-first-link button, .btn--wrapper.pagination-first-link .user-nav button, .user-nav .btn--wrapper.pagination-last-link button, .btn--wrapper.pagination-last-link .user-nav button,
.user-nav .pill,
.user-nav .status-label,
.user-nav .btn--wrapper.pill button,
.user-nav .btn--wrapper.status-label button,
.btn--wrapper.pill .user-nav button,
.btn--wrapper.status-label .user-nav button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

@media (max-width: 576px) {
  .-m-1-mobile {
    margin-: -0.25rem;
    margin: -0.25rem;
  }
}

@media (min-width: 768px) {
  .-m-1-tablet {
    margin-: -0.25rem;
    margin: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .-m-1-desktop {
    margin-: -0.25rem;
    margin: -0.25rem;
  }
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

@media (max-width: 576px) {
  .-mt-1-mobile {
    margin-top: -0.25rem;
  }
}

@media (min-width: 768px) {
  .-mt-1-tablet {
    margin-top: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .-mt-1-desktop {
    margin-top: -0.25rem;
  }
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

@media (max-width: 576px) {
  .-mr-1-mobile {
    margin-right: -0.25rem;
  }
}

@media (min-width: 768px) {
  .-mr-1-tablet {
    margin-right: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .-mr-1-desktop {
    margin-right: -0.25rem;
  }
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

@media (max-width: 576px) {
  .-mb-1-mobile {
    margin-bottom: -0.25rem;
  }
}

@media (min-width: 768px) {
  .-mb-1-tablet {
    margin-bottom: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .-mb-1-desktop {
    margin-bottom: -0.25rem;
  }
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

@media (max-width: 576px) {
  .-ml-1-mobile {
    margin-left: -0.25rem;
  }
}

@media (min-width: 768px) {
  .-ml-1-tablet {
    margin-left: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .-ml-1-desktop {
    margin-left: -0.25rem;
  }
}

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

@media (max-width: 576px) {
  .-mx-1-mobile {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}

@media (min-width: 768px) {
  .-mx-1-tablet {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .-mx-1-desktop {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

@media (max-width: 576px) {
  .-my-1-mobile {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}

@media (min-width: 768px) {
  .-my-1-tablet {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .-my-1-desktop {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}

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

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

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

@media (max-width: 576px) {
  .-m-2-mobile {
    margin-: -0.5rem;
    margin: -0.5rem;
  }
}

@media (min-width: 768px) {
  .-m-2-tablet {
    margin-: -0.5rem;
    margin: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .-m-2-desktop {
    margin-: -0.5rem;
    margin: -0.5rem;
  }
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

@media (max-width: 576px) {
  .-mt-2-mobile {
    margin-top: -0.5rem;
  }
}

@media (min-width: 768px) {
  .-mt-2-tablet {
    margin-top: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-2-desktop {
    margin-top: -0.5rem;
  }
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

@media (max-width: 576px) {
  .-mr-2-mobile {
    margin-right: -0.5rem;
  }
}

@media (min-width: 768px) {
  .-mr-2-tablet {
    margin-right: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-2-desktop {
    margin-right: -0.5rem;
  }
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

@media (max-width: 576px) {
  .-mb-2-mobile {
    margin-bottom: -0.5rem;
  }
}

@media (min-width: 768px) {
  .-mb-2-tablet {
    margin-bottom: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-2-desktop {
    margin-bottom: -0.5rem;
  }
}

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

.ml-2 {
  margin-left: 0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

@media (max-width: 576px) {
  .-ml-2-mobile {
    margin-left: -0.5rem;
  }
}

@media (min-width: 768px) {
  .-ml-2-tablet {
    margin-left: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-2-desktop {
    margin-left: -0.5rem;
  }
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (max-width: 576px) {
  .-mx-2-mobile {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media (min-width: 768px) {
  .-mx-2-tablet {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-2-desktop {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

@media (max-width: 576px) {
  .-my-2-mobile {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

@media (min-width: 768px) {
  .-my-2-tablet {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .-my-2-desktop {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

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

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

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

@media (max-width: 576px) {
  .-m-3-mobile {
    margin-: -1rem;
    margin: -1rem;
  }
}

@media (min-width: 768px) {
  .-m-3-tablet {
    margin-: -1rem;
    margin: -1rem;
  }
}

@media (min-width: 1100px) {
  .-m-3-desktop {
    margin-: -1rem;
    margin: -1rem;
  }
}

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

.mt-3 {
  margin-top: 1rem;
}

.-mt-3 {
  margin-top: -1rem;
}

@media (max-width: 576px) {
  .-mt-3-mobile {
    margin-top: -1rem;
  }
}

@media (min-width: 768px) {
  .-mt-3-tablet {
    margin-top: -1rem;
  }
}

@media (min-width: 1100px) {
  .-mt-3-desktop {
    margin-top: -1rem;
  }
}

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

.mr-3 {
  margin-right: 1rem;
}

.-mr-3 {
  margin-right: -1rem;
}

@media (max-width: 576px) {
  .-mr-3-mobile {
    margin-right: -1rem;
  }
}

@media (min-width: 768px) {
  .-mr-3-tablet {
    margin-right: -1rem;
  }
}

@media (min-width: 1100px) {
  .-mr-3-desktop {
    margin-right: -1rem;
  }
}

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

.mb-3 {
  margin-bottom: 1rem;
}

.-mb-3 {
  margin-bottom: -1rem;
}

@media (max-width: 576px) {
  .-mb-3-mobile {
    margin-bottom: -1rem;
  }
}

@media (min-width: 768px) {
  .-mb-3-tablet {
    margin-bottom: -1rem;
  }
}

@media (min-width: 1100px) {
  .-mb-3-desktop {
    margin-bottom: -1rem;
  }
}

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

.ml-3 {
  margin-left: 1rem;
}

.-ml-3 {
  margin-left: -1rem;
}

@media (max-width: 576px) {
  .-ml-3-mobile {
    margin-left: -1rem;
  }
}

@media (min-width: 768px) {
  .-ml-3-tablet {
    margin-left: -1rem;
  }
}

@media (min-width: 1100px) {
  .-ml-3-desktop {
    margin-left: -1rem;
  }
}

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

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.-mx-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (max-width: 576px) {
  .-mx-3-mobile {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 768px) {
  .-mx-3-tablet {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1100px) {
  .-mx-3-desktop {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

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

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-my-3 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

@media (max-width: 576px) {
  .-my-3-mobile {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 768px) {
  .-my-3-tablet {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 1100px) {
  .-my-3-desktop {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

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

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

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

@media (max-width: 576px) {
  .-m-4-mobile {
    margin-: -1.5rem;
    margin: -1.5rem;
  }
}

@media (min-width: 768px) {
  .-m-4-tablet {
    margin-: -1.5rem;
    margin: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .-m-4-desktop {
    margin-: -1.5rem;
    margin: -1.5rem;
  }
}

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

.mt-4 {
  margin-top: 1.5rem;
}

.-mt-4 {
  margin-top: -1.5rem;
}

@media (max-width: 576px) {
  .-mt-4-mobile {
    margin-top: -1.5rem;
  }
}

@media (min-width: 768px) {
  .-mt-4-tablet {
    margin-top: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-4-desktop {
    margin-top: -1.5rem;
  }
}

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

.mr-4 {
  margin-right: 1.5rem;
}

.-mr-4 {
  margin-right: -1.5rem;
}

@media (max-width: 576px) {
  .-mr-4-mobile {
    margin-right: -1.5rem;
  }
}

@media (min-width: 768px) {
  .-mr-4-tablet {
    margin-right: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-4-desktop {
    margin-right: -1.5rem;
  }
}

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

.mb-4 {
  margin-bottom: 1.5rem;
}

.-mb-4 {
  margin-bottom: -1.5rem;
}

@media (max-width: 576px) {
  .-mb-4-mobile {
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 768px) {
  .-mb-4-tablet {
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-4-desktop {
    margin-bottom: -1.5rem;
  }
}

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

.ml-4 {
  margin-left: 1.5rem;
}

.-ml-4 {
  margin-left: -1.5rem;
}

@media (max-width: 576px) {
  .-ml-4-mobile {
    margin-left: -1.5rem;
  }
}

@media (min-width: 768px) {
  .-ml-4-tablet {
    margin-left: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-4-desktop {
    margin-left: -1.5rem;
  }
}

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

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.-mx-4 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (max-width: 576px) {
  .-mx-4-mobile {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (min-width: 768px) {
  .-mx-4-tablet {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-4-desktop {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

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

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-my-4 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

@media (max-width: 576px) {
  .-my-4-mobile {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 768px) {
  .-my-4-tablet {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .-my-4-desktop {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}

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

.m-5 {
  margin-: 2rem;
  margin: 2rem;
}

.-m-5 {
  margin-: -2rem;
  margin: -2rem;
}

@media (max-width: 576px) {
  .-m-5-mobile {
    margin-: -2rem;
    margin: -2rem;
  }
}

@media (min-width: 768px) {
  .-m-5-tablet {
    margin-: -2rem;
    margin: -2rem;
  }
}

@media (min-width: 1100px) {
  .-m-5-desktop {
    margin-: -2rem;
    margin: -2rem;
  }
}

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

.mt-5 {
  margin-top: 2rem;
}

.-mt-5 {
  margin-top: -2rem;
}

@media (max-width: 576px) {
  .-mt-5-mobile {
    margin-top: -2rem;
  }
}

@media (min-width: 768px) {
  .-mt-5-tablet {
    margin-top: -2rem;
  }
}

@media (min-width: 1100px) {
  .-mt-5-desktop {
    margin-top: -2rem;
  }
}

.pt-5 {
  padding-top: 2rem !important;
}

.mr-5 {
  margin-right: 2rem;
}

.-mr-5 {
  margin-right: -2rem;
}

@media (max-width: 576px) {
  .-mr-5-mobile {
    margin-right: -2rem;
  }
}

@media (min-width: 768px) {
  .-mr-5-tablet {
    margin-right: -2rem;
  }
}

@media (min-width: 1100px) {
  .-mr-5-desktop {
    margin-right: -2rem;
  }
}

.pr-5 {
  padding-right: 2rem !important;
}

.mb-5 {
  margin-bottom: 2rem;
}

.-mb-5 {
  margin-bottom: -2rem;
}

@media (max-width: 576px) {
  .-mb-5-mobile {
    margin-bottom: -2rem;
  }
}

@media (min-width: 768px) {
  .-mb-5-tablet {
    margin-bottom: -2rem;
  }
}

@media (min-width: 1100px) {
  .-mb-5-desktop {
    margin-bottom: -2rem;
  }
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.ml-5 {
  margin-left: 2rem;
}

.-ml-5 {
  margin-left: -2rem;
}

@media (max-width: 576px) {
  .-ml-5-mobile {
    margin-left: -2rem;
  }
}

@media (min-width: 768px) {
  .-ml-5-tablet {
    margin-left: -2rem;
  }
}

@media (min-width: 1100px) {
  .-ml-5-desktop {
    margin-left: -2rem;
  }
}

.pl-5 {
  padding-left: 2rem !important;
}

.mx-5 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.-mx-5 {
  margin-left: -2rem;
  margin-right: -2rem;
}

@media (max-width: 576px) {
  .-mx-5-mobile {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (min-width: 768px) {
  .-mx-5-tablet {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (min-width: 1100px) {
  .-mx-5-desktop {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-my-5 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

@media (max-width: 576px) {
  .-my-5-mobile {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}

@media (min-width: 768px) {
  .-my-5-tablet {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}

@media (min-width: 1100px) {
  .-my-5-desktop {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-6 {
  margin-: 2.5rem;
  margin: 2.5rem;
}

.-m-6 {
  margin-: -2.5rem;
  margin: -2.5rem;
}

@media (max-width: 576px) {
  .-m-6-mobile {
    margin-: -2.5rem;
    margin: -2.5rem;
  }
}

@media (min-width: 768px) {
  .-m-6-tablet {
    margin-: -2.5rem;
    margin: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .-m-6-desktop {
    margin-: -2.5rem;
    margin: -2.5rem;
  }
}

.p-6 {
  padding: 2.5rem !important;
}

.mt-6 {
  margin-top: 2.5rem;
}

.-mt-6 {
  margin-top: -2.5rem;
}

@media (max-width: 576px) {
  .-mt-6-mobile {
    margin-top: -2.5rem;
  }
}

@media (min-width: 768px) {
  .-mt-6-tablet {
    margin-top: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-6-desktop {
    margin-top: -2.5rem;
  }
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.mr-6 {
  margin-right: 2.5rem;
}

.-mr-6 {
  margin-right: -2.5rem;
}

@media (max-width: 576px) {
  .-mr-6-mobile {
    margin-right: -2.5rem;
  }
}

@media (min-width: 768px) {
  .-mr-6-tablet {
    margin-right: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-6-desktop {
    margin-right: -2.5rem;
  }
}

.pr-6 {
  padding-right: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem;
}

.-mb-6 {
  margin-bottom: -2.5rem;
}

@media (max-width: 576px) {
  .-mb-6-mobile {
    margin-bottom: -2.5rem;
  }
}

@media (min-width: 768px) {
  .-mb-6-tablet {
    margin-bottom: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-6-desktop {
    margin-bottom: -2.5rem;
  }
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.ml-6 {
  margin-left: 2.5rem;
}

.-ml-6 {
  margin-left: -2.5rem;
}

@media (max-width: 576px) {
  .-ml-6-mobile {
    margin-left: -2.5rem;
  }
}

@media (min-width: 768px) {
  .-ml-6-tablet {
    margin-left: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-6-desktop {
    margin-left: -2.5rem;
  }
}

.pl-6 {
  padding-left: 2.5rem !important;
}

.mx-6 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.-mx-6 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

@media (max-width: 576px) {
  .-mx-6-mobile {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

@media (min-width: 768px) {
  .-mx-6-tablet {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-6-desktop {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

.px-6 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.my-6 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.-my-6 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

@media (max-width: 576px) {
  .-my-6-mobile {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}

@media (min-width: 768px) {
  .-my-6-tablet {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .-my-6-desktop {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.m-7 {
  margin-: 3rem;
  margin: 3rem;
}

.-m-7 {
  margin-: -3rem;
  margin: -3rem;
}

@media (max-width: 576px) {
  .-m-7-mobile {
    margin-: -3rem;
    margin: -3rem;
  }
}

@media (min-width: 768px) {
  .-m-7-tablet {
    margin-: -3rem;
    margin: -3rem;
  }
}

@media (min-width: 1100px) {
  .-m-7-desktop {
    margin-: -3rem;
    margin: -3rem;
  }
}

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

.mt-7 {
  margin-top: 3rem;
}

.-mt-7 {
  margin-top: -3rem;
}

@media (max-width: 576px) {
  .-mt-7-mobile {
    margin-top: -3rem;
  }
}

@media (min-width: 768px) {
  .-mt-7-tablet {
    margin-top: -3rem;
  }
}

@media (min-width: 1100px) {
  .-mt-7-desktop {
    margin-top: -3rem;
  }
}

.pt-7 {
  padding-top: 3rem !important;
}

.mr-7 {
  margin-right: 3rem;
}

.-mr-7 {
  margin-right: -3rem;
}

@media (max-width: 576px) {
  .-mr-7-mobile {
    margin-right: -3rem;
  }
}

@media (min-width: 768px) {
  .-mr-7-tablet {
    margin-right: -3rem;
  }
}

@media (min-width: 1100px) {
  .-mr-7-desktop {
    margin-right: -3rem;
  }
}

.pr-7 {
  padding-right: 3rem !important;
}

.mb-7 {
  margin-bottom: 3rem;
}

.-mb-7 {
  margin-bottom: -3rem;
}

@media (max-width: 576px) {
  .-mb-7-mobile {
    margin-bottom: -3rem;
  }
}

@media (min-width: 768px) {
  .-mb-7-tablet {
    margin-bottom: -3rem;
  }
}

@media (min-width: 1100px) {
  .-mb-7-desktop {
    margin-bottom: -3rem;
  }
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.ml-7 {
  margin-left: 3rem;
}

.-ml-7 {
  margin-left: -3rem;
}

@media (max-width: 576px) {
  .-ml-7-mobile {
    margin-left: -3rem;
  }
}

@media (min-width: 768px) {
  .-ml-7-tablet {
    margin-left: -3rem;
  }
}

@media (min-width: 1100px) {
  .-ml-7-desktop {
    margin-left: -3rem;
  }
}

.pl-7 {
  padding-left: 3rem !important;
}

.mx-7 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.-mx-7 {
  margin-left: -3rem;
  margin-right: -3rem;
}

@media (max-width: 576px) {
  .-mx-7-mobile {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 768px) {
  .-mx-7-tablet {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 1100px) {
  .-mx-7-desktop {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.px-7 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.my-7 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.-my-7 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

@media (max-width: 576px) {
  .-my-7-mobile {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}

@media (min-width: 768px) {
  .-my-7-tablet {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}

@media (min-width: 1100px) {
  .-my-7-desktop {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-8 {
  margin-: 3.5rem;
  margin: 3.5rem;
}

.-m-8 {
  margin-: -3.5rem;
  margin: -3.5rem;
}

@media (max-width: 576px) {
  .-m-8-mobile {
    margin-: -3.5rem;
    margin: -3.5rem;
  }
}

@media (min-width: 768px) {
  .-m-8-tablet {
    margin-: -3.5rem;
    margin: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .-m-8-desktop {
    margin-: -3.5rem;
    margin: -3.5rem;
  }
}

.p-8 {
  padding: 3.5rem !important;
}

.mt-8 {
  margin-top: 3.5rem;
}

.-mt-8 {
  margin-top: -3.5rem;
}

@media (max-width: 576px) {
  .-mt-8-mobile {
    margin-top: -3.5rem;
  }
}

@media (min-width: 768px) {
  .-mt-8-tablet {
    margin-top: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-8-desktop {
    margin-top: -3.5rem;
  }
}

.pt-8 {
  padding-top: 3.5rem !important;
}

.mr-8 {
  margin-right: 3.5rem;
}

.-mr-8 {
  margin-right: -3.5rem;
}

@media (max-width: 576px) {
  .-mr-8-mobile {
    margin-right: -3.5rem;
  }
}

@media (min-width: 768px) {
  .-mr-8-tablet {
    margin-right: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-8-desktop {
    margin-right: -3.5rem;
  }
}

.pr-8 {
  padding-right: 3.5rem !important;
}

.mb-8 {
  margin-bottom: 3.5rem;
}

.-mb-8 {
  margin-bottom: -3.5rem;
}

@media (max-width: 576px) {
  .-mb-8-mobile {
    margin-bottom: -3.5rem;
  }
}

@media (min-width: 768px) {
  .-mb-8-tablet {
    margin-bottom: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-8-desktop {
    margin-bottom: -3.5rem;
  }
}

.pb-8 {
  padding-bottom: 3.5rem !important;
}

.ml-8 {
  margin-left: 3.5rem;
}

.-ml-8 {
  margin-left: -3.5rem;
}

@media (max-width: 576px) {
  .-ml-8-mobile {
    margin-left: -3.5rem;
  }
}

@media (min-width: 768px) {
  .-ml-8-tablet {
    margin-left: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-8-desktop {
    margin-left: -3.5rem;
  }
}

.pl-8 {
  padding-left: 3.5rem !important;
}

.mx-8 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.-mx-8 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

@media (max-width: 576px) {
  .-mx-8-mobile {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}

@media (min-width: 768px) {
  .-mx-8-tablet {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-8-desktop {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}

.px-8 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.my-8 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.-my-8 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

@media (max-width: 576px) {
  .-my-8-mobile {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}

@media (min-width: 768px) {
  .-my-8-tablet {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .-my-8-desktop {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}

.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.m-9 {
  margin-: 4rem;
  margin: 4rem;
}

.-m-9 {
  margin-: -4rem;
  margin: -4rem;
}

@media (max-width: 576px) {
  .-m-9-mobile {
    margin-: -4rem;
    margin: -4rem;
  }
}

@media (min-width: 768px) {
  .-m-9-tablet {
    margin-: -4rem;
    margin: -4rem;
  }
}

@media (min-width: 1100px) {
  .-m-9-desktop {
    margin-: -4rem;
    margin: -4rem;
  }
}

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

.mt-9 {
  margin-top: 4rem;
}

.-mt-9 {
  margin-top: -4rem;
}

@media (max-width: 576px) {
  .-mt-9-mobile {
    margin-top: -4rem;
  }
}

@media (min-width: 768px) {
  .-mt-9-tablet {
    margin-top: -4rem;
  }
}

@media (min-width: 1100px) {
  .-mt-9-desktop {
    margin-top: -4rem;
  }
}

.pt-9 {
  padding-top: 4rem !important;
}

.mr-9 {
  margin-right: 4rem;
}

.-mr-9 {
  margin-right: -4rem;
}

@media (max-width: 576px) {
  .-mr-9-mobile {
    margin-right: -4rem;
  }
}

@media (min-width: 768px) {
  .-mr-9-tablet {
    margin-right: -4rem;
  }
}

@media (min-width: 1100px) {
  .-mr-9-desktop {
    margin-right: -4rem;
  }
}

.pr-9 {
  padding-right: 4rem !important;
}

.mb-9 {
  margin-bottom: 4rem;
}

.-mb-9 {
  margin-bottom: -4rem;
}

@media (max-width: 576px) {
  .-mb-9-mobile {
    margin-bottom: -4rem;
  }
}

@media (min-width: 768px) {
  .-mb-9-tablet {
    margin-bottom: -4rem;
  }
}

@media (min-width: 1100px) {
  .-mb-9-desktop {
    margin-bottom: -4rem;
  }
}

.pb-9 {
  padding-bottom: 4rem !important;
}

.ml-9 {
  margin-left: 4rem;
}

.-ml-9 {
  margin-left: -4rem;
}

@media (max-width: 576px) {
  .-ml-9-mobile {
    margin-left: -4rem;
  }
}

@media (min-width: 768px) {
  .-ml-9-tablet {
    margin-left: -4rem;
  }
}

@media (min-width: 1100px) {
  .-ml-9-desktop {
    margin-left: -4rem;
  }
}

.pl-9 {
  padding-left: 4rem !important;
}

.mx-9 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.-mx-9 {
  margin-left: -4rem;
  margin-right: -4rem;
}

@media (max-width: 576px) {
  .-mx-9-mobile {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

@media (min-width: 768px) {
  .-mx-9-tablet {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

@media (min-width: 1100px) {
  .-mx-9-desktop {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

.px-9 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.my-9 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.-my-9 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

@media (max-width: 576px) {
  .-my-9-mobile {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}

@media (min-width: 768px) {
  .-my-9-tablet {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}

@media (min-width: 1100px) {
  .-my-9-desktop {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}

.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.m-10 {
  margin-: 5rem;
  margin: 5rem;
}

.-m-10 {
  margin-: -5rem;
  margin: -5rem;
}

@media (max-width: 576px) {
  .-m-10-mobile {
    margin-: -5rem;
    margin: -5rem;
  }
}

@media (min-width: 768px) {
  .-m-10-tablet {
    margin-: -5rem;
    margin: -5rem;
  }
}

@media (min-width: 1100px) {
  .-m-10-desktop {
    margin-: -5rem;
    margin: -5rem;
  }
}

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

.mt-10 {
  margin-top: 5rem;
}

.-mt-10 {
  margin-top: -5rem;
}

@media (max-width: 576px) {
  .-mt-10-mobile {
    margin-top: -5rem;
  }
}

@media (min-width: 768px) {
  .-mt-10-tablet {
    margin-top: -5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-10-desktop {
    margin-top: -5rem;
  }
}

.pt-10 {
  padding-top: 5rem !important;
}

.mr-10 {
  margin-right: 5rem;
}

.-mr-10 {
  margin-right: -5rem;
}

@media (max-width: 576px) {
  .-mr-10-mobile {
    margin-right: -5rem;
  }
}

@media (min-width: 768px) {
  .-mr-10-tablet {
    margin-right: -5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-10-desktop {
    margin-right: -5rem;
  }
}

.pr-10 {
  padding-right: 5rem !important;
}

.mb-10 {
  margin-bottom: 5rem;
}

.-mb-10 {
  margin-bottom: -5rem;
}

@media (max-width: 576px) {
  .-mb-10-mobile {
    margin-bottom: -5rem;
  }
}

@media (min-width: 768px) {
  .-mb-10-tablet {
    margin-bottom: -5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-10-desktop {
    margin-bottom: -5rem;
  }
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.ml-10 {
  margin-left: 5rem;
}

.-ml-10 {
  margin-left: -5rem;
}

@media (max-width: 576px) {
  .-ml-10-mobile {
    margin-left: -5rem;
  }
}

@media (min-width: 768px) {
  .-ml-10-tablet {
    margin-left: -5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-10-desktop {
    margin-left: -5rem;
  }
}

.pl-10 {
  padding-left: 5rem !important;
}

.mx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.-mx-10 {
  margin-left: -5rem;
  margin-right: -5rem;
}

@media (max-width: 576px) {
  .-mx-10-mobile {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media (min-width: 768px) {
  .-mx-10-tablet {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-10-desktop {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

.px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.-my-10 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

@media (max-width: 576px) {
  .-my-10-mobile {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}

@media (min-width: 768px) {
  .-my-10-tablet {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}

@media (min-width: 1100px) {
  .-my-10-desktop {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.m-11 {
  margin-: 6rem;
  margin: 6rem;
}

.-m-11 {
  margin-: -6rem;
  margin: -6rem;
}

@media (max-width: 576px) {
  .-m-11-mobile {
    margin-: -6rem;
    margin: -6rem;
  }
}

@media (min-width: 768px) {
  .-m-11-tablet {
    margin-: -6rem;
    margin: -6rem;
  }
}

@media (min-width: 1100px) {
  .-m-11-desktop {
    margin-: -6rem;
    margin: -6rem;
  }
}

.p-11 {
  padding: 6rem !important;
}

.mt-11 {
  margin-top: 6rem;
}

.-mt-11 {
  margin-top: -6rem;
}

@media (max-width: 576px) {
  .-mt-11-mobile {
    margin-top: -6rem;
  }
}

@media (min-width: 768px) {
  .-mt-11-tablet {
    margin-top: -6rem;
  }
}

@media (min-width: 1100px) {
  .-mt-11-desktop {
    margin-top: -6rem;
  }
}

.pt-11 {
  padding-top: 6rem !important;
}

.mr-11 {
  margin-right: 6rem;
}

.-mr-11 {
  margin-right: -6rem;
}

@media (max-width: 576px) {
  .-mr-11-mobile {
    margin-right: -6rem;
  }
}

@media (min-width: 768px) {
  .-mr-11-tablet {
    margin-right: -6rem;
  }
}

@media (min-width: 1100px) {
  .-mr-11-desktop {
    margin-right: -6rem;
  }
}

.pr-11 {
  padding-right: 6rem !important;
}

.mb-11 {
  margin-bottom: 6rem;
}

.-mb-11 {
  margin-bottom: -6rem;
}

@media (max-width: 576px) {
  .-mb-11-mobile {
    margin-bottom: -6rem;
  }
}

@media (min-width: 768px) {
  .-mb-11-tablet {
    margin-bottom: -6rem;
  }
}

@media (min-width: 1100px) {
  .-mb-11-desktop {
    margin-bottom: -6rem;
  }
}

.pb-11 {
  padding-bottom: 6rem !important;
}

.ml-11 {
  margin-left: 6rem;
}

.-ml-11 {
  margin-left: -6rem;
}

@media (max-width: 576px) {
  .-ml-11-mobile {
    margin-left: -6rem;
  }
}

@media (min-width: 768px) {
  .-ml-11-tablet {
    margin-left: -6rem;
  }
}

@media (min-width: 1100px) {
  .-ml-11-desktop {
    margin-left: -6rem;
  }
}

.pl-11 {
  padding-left: 6rem !important;
}

.mx-11 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.-mx-11 {
  margin-left: -6rem;
  margin-right: -6rem;
}

@media (max-width: 576px) {
  .-mx-11-mobile {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}

@media (min-width: 768px) {
  .-mx-11-tablet {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}

@media (min-width: 1100px) {
  .-mx-11-desktop {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}

.px-11 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.my-11 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.-my-11 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

@media (max-width: 576px) {
  .-my-11-mobile {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}

@media (min-width: 768px) {
  .-my-11-tablet {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}

@media (min-width: 1100px) {
  .-my-11-desktop {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}

.py-11 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.m-12 {
  margin-: 7rem;
  margin: 7rem;
}

.-m-12 {
  margin-: -7rem;
  margin: -7rem;
}

@media (max-width: 576px) {
  .-m-12-mobile {
    margin-: -7rem;
    margin: -7rem;
  }
}

@media (min-width: 768px) {
  .-m-12-tablet {
    margin-: -7rem;
    margin: -7rem;
  }
}

@media (min-width: 1100px) {
  .-m-12-desktop {
    margin-: -7rem;
    margin: -7rem;
  }
}

.p-12 {
  padding: 7rem !important;
}

.mt-12 {
  margin-top: 7rem;
}

.-mt-12 {
  margin-top: -7rem;
}

@media (max-width: 576px) {
  .-mt-12-mobile {
    margin-top: -7rem;
  }
}

@media (min-width: 768px) {
  .-mt-12-tablet {
    margin-top: -7rem;
  }
}

@media (min-width: 1100px) {
  .-mt-12-desktop {
    margin-top: -7rem;
  }
}

.pt-12 {
  padding-top: 7rem !important;
}

.mr-12 {
  margin-right: 7rem;
}

.-mr-12 {
  margin-right: -7rem;
}

@media (max-width: 576px) {
  .-mr-12-mobile {
    margin-right: -7rem;
  }
}

@media (min-width: 768px) {
  .-mr-12-tablet {
    margin-right: -7rem;
  }
}

@media (min-width: 1100px) {
  .-mr-12-desktop {
    margin-right: -7rem;
  }
}

.pr-12 {
  padding-right: 7rem !important;
}

.mb-12 {
  margin-bottom: 7rem;
}

.-mb-12 {
  margin-bottom: -7rem;
}

@media (max-width: 576px) {
  .-mb-12-mobile {
    margin-bottom: -7rem;
  }
}

@media (min-width: 768px) {
  .-mb-12-tablet {
    margin-bottom: -7rem;
  }
}

@media (min-width: 1100px) {
  .-mb-12-desktop {
    margin-bottom: -7rem;
  }
}

.pb-12 {
  padding-bottom: 7rem !important;
}

.ml-12 {
  margin-left: 7rem;
}

.-ml-12 {
  margin-left: -7rem;
}

@media (max-width: 576px) {
  .-ml-12-mobile {
    margin-left: -7rem;
  }
}

@media (min-width: 768px) {
  .-ml-12-tablet {
    margin-left: -7rem;
  }
}

@media (min-width: 1100px) {
  .-ml-12-desktop {
    margin-left: -7rem;
  }
}

.pl-12 {
  padding-left: 7rem !important;
}

.mx-12 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.-mx-12 {
  margin-left: -7rem;
  margin-right: -7rem;
}

@media (max-width: 576px) {
  .-mx-12-mobile {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}

@media (min-width: 768px) {
  .-mx-12-tablet {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}

@media (min-width: 1100px) {
  .-mx-12-desktop {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}

.px-12 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.my-12 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.-my-12 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

@media (max-width: 576px) {
  .-my-12-mobile {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}

@media (min-width: 768px) {
  .-my-12-tablet {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}

@media (min-width: 1100px) {
  .-my-12-desktop {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}

.py-12 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.m-13 {
  margin-: 8rem;
  margin: 8rem;
}

.-m-13 {
  margin-: -8rem;
  margin: -8rem;
}

@media (max-width: 576px) {
  .-m-13-mobile {
    margin-: -8rem;
    margin: -8rem;
  }
}

@media (min-width: 768px) {
  .-m-13-tablet {
    margin-: -8rem;
    margin: -8rem;
  }
}

@media (min-width: 1100px) {
  .-m-13-desktop {
    margin-: -8rem;
    margin: -8rem;
  }
}

.p-13 {
  padding: 8rem !important;
}

.mt-13 {
  margin-top: 8rem;
}

.-mt-13 {
  margin-top: -8rem;
}

@media (max-width: 576px) {
  .-mt-13-mobile {
    margin-top: -8rem;
  }
}

@media (min-width: 768px) {
  .-mt-13-tablet {
    margin-top: -8rem;
  }
}

@media (min-width: 1100px) {
  .-mt-13-desktop {
    margin-top: -8rem;
  }
}

.pt-13 {
  padding-top: 8rem !important;
}

.mr-13 {
  margin-right: 8rem;
}

.-mr-13 {
  margin-right: -8rem;
}

@media (max-width: 576px) {
  .-mr-13-mobile {
    margin-right: -8rem;
  }
}

@media (min-width: 768px) {
  .-mr-13-tablet {
    margin-right: -8rem;
  }
}

@media (min-width: 1100px) {
  .-mr-13-desktop {
    margin-right: -8rem;
  }
}

.pr-13 {
  padding-right: 8rem !important;
}

.mb-13 {
  margin-bottom: 8rem;
}

.-mb-13 {
  margin-bottom: -8rem;
}

@media (max-width: 576px) {
  .-mb-13-mobile {
    margin-bottom: -8rem;
  }
}

@media (min-width: 768px) {
  .-mb-13-tablet {
    margin-bottom: -8rem;
  }
}

@media (min-width: 1100px) {
  .-mb-13-desktop {
    margin-bottom: -8rem;
  }
}

.pb-13 {
  padding-bottom: 8rem !important;
}

.ml-13 {
  margin-left: 8rem;
}

.-ml-13 {
  margin-left: -8rem;
}

@media (max-width: 576px) {
  .-ml-13-mobile {
    margin-left: -8rem;
  }
}

@media (min-width: 768px) {
  .-ml-13-tablet {
    margin-left: -8rem;
  }
}

@media (min-width: 1100px) {
  .-ml-13-desktop {
    margin-left: -8rem;
  }
}

.pl-13 {
  padding-left: 8rem !important;
}

.mx-13 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.-mx-13 {
  margin-left: -8rem;
  margin-right: -8rem;
}

@media (max-width: 576px) {
  .-mx-13-mobile {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

@media (min-width: 768px) {
  .-mx-13-tablet {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

@media (min-width: 1100px) {
  .-mx-13-desktop {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

.px-13 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.my-13 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.-my-13 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

@media (max-width: 576px) {
  .-my-13-mobile {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}

@media (min-width: 768px) {
  .-my-13-tablet {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}

@media (min-width: 1100px) {
  .-my-13-desktop {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}

.py-13 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

@media (max-width: 576px) {
  .m-0-mobile {
    margin-: 0;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .p-0-mobile {
    padding-: 0;
    padding: 0;
  }
}

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

@media (min-width: 768px) {
  .p-0-tablet {
    padding-: 0;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  .m-0-desktop {
    margin-: 0;
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .-m-0-desktop {
    margin-: 0;
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .p-0-desktop {
    padding-: 0;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .mt-0-mobile {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .pt-0-mobile {
    padding-top: 0;
  }
}

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

@media (min-width: 768px) {
  .pt-0-tablet {
    padding-top: 0;
  }
}

@media (min-width: 1100px) {
  .mt-0-desktop {
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .-mt-0-desktop {
    margin-top: 0;
  }
}

@media (min-width: 1100px) {
  .pt-0-desktop {
    padding-top: 0;
  }
}

@media (max-width: 576px) {
  .mr-0-mobile {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .pr-0-mobile {
    padding-right: 0;
  }
}

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

@media (min-width: 768px) {
  .pr-0-tablet {
    padding-right: 0;
  }
}

@media (min-width: 1100px) {
  .mr-0-desktop {
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .-mr-0-desktop {
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .pr-0-desktop {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .mb-0-mobile {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .pb-0-mobile {
    padding-bottom: 0;
  }
}

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

@media (min-width: 768px) {
  .pb-0-tablet {
    padding-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .mb-0-desktop {
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .-mb-0-desktop {
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .pb-0-desktop {
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .ml-0-mobile {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .pl-0-mobile {
    padding-left: 0;
  }
}

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

@media (min-width: 768px) {
  .pl-0-tablet {
    padding-left: 0;
  }
}

@media (min-width: 1100px) {
  .ml-0-desktop {
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  .-ml-0-desktop {
    margin-left: 0;
  }
}

@media (min-width: 1100px) {
  .pl-0-desktop {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .mx-0-mobile {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .px-0-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .mx-0-tablet {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .px-0-tablet {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1100px) {
  .mx-0-desktop {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .-mx-0-desktop {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .px-0-desktop {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .my-0-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .py-0-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .my-0-tablet {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .py-0-tablet {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .my-0-desktop {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .-my-0-desktop {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .py-0-desktop {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .m-1-mobile {
    margin-: 0.25rem;
    margin: 0.25rem;
  }
}

@media (max-width: 576px) {
  .p-1-mobile {
    padding-: 0.25rem;
    padding: 0.25rem;
  }
}

@media (min-width: 768px) {
  .m-1-tablet {
    margin-: 0.25rem;
    margin: 0.25rem;
  }
}

@media (min-width: 768px) {
  .p-1-tablet {
    padding-: 0.25rem;
    padding: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .m-1-desktop {
    margin-: 0.25rem;
    margin: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .-m-1-desktop {
    margin-: -0.25rem;
    margin: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .p-1-desktop {
    padding-: 0.25rem;
    padding: 0.25rem;
  }
}

@media (max-width: 576px) {
  .mt-1-mobile {
    margin-top: 0.25rem;
  }
}

@media (max-width: 576px) {
  .pt-1-mobile {
    padding-top: 0.25rem;
  }
}

@media (min-width: 768px) {
  .mt-1-tablet {
    margin-top: 0.25rem;
  }
}

@media (min-width: 768px) {
  .pt-1-tablet {
    padding-top: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .mt-1-desktop {
    margin-top: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .-mt-1-desktop {
    margin-top: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .pt-1-desktop {
    padding-top: 0.25rem;
  }
}

@media (max-width: 576px) {
  .mr-1-mobile {
    margin-right: 0.25rem;
  }
}

@media (max-width: 576px) {
  .pr-1-mobile {
    padding-right: 0.25rem;
  }
}

@media (min-width: 768px) {
  .mr-1-tablet {
    margin-right: 0.25rem;
  }
}

@media (min-width: 768px) {
  .pr-1-tablet {
    padding-right: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .mr-1-desktop {
    margin-right: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .-mr-1-desktop {
    margin-right: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .pr-1-desktop {
    padding-right: 0.25rem;
  }
}

@media (max-width: 576px) {
  .mb-1-mobile {
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 576px) {
  .pb-1-mobile {
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 768px) {
  .mb-1-tablet {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 768px) {
  .pb-1-tablet {
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .mb-1-desktop {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .-mb-1-desktop {
    margin-bottom: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .pb-1-desktop {
    padding-bottom: 0.25rem;
  }
}

@media (max-width: 576px) {
  .ml-1-mobile {
    margin-left: 0.25rem;
  }
}

@media (max-width: 576px) {
  .pl-1-mobile {
    padding-left: 0.25rem;
  }
}

@media (min-width: 768px) {
  .ml-1-tablet {
    margin-left: 0.25rem;
  }
}

@media (min-width: 768px) {
  .pl-1-tablet {
    padding-left: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .ml-1-desktop {
    margin-left: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .-ml-1-desktop {
    margin-left: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .pl-1-desktop {
    padding-left: 0.25rem;
  }
}

@media (max-width: 576px) {
  .mx-1-mobile {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media (max-width: 576px) {
  .px-1-mobile {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 768px) {
  .mx-1-tablet {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media (min-width: 768px) {
  .px-1-tablet {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .mx-1-desktop {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .-mx-1-desktop {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .px-1-desktop {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (max-width: 576px) {
  .my-1-mobile {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 576px) {
  .py-1-mobile {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 768px) {
  .my-1-tablet {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 768px) {
  .py-1-tablet {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .my-1-desktop {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .-my-1-desktop {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}

@media (min-width: 1100px) {
  .py-1-desktop {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (max-width: 576px) {
  .m-2-mobile {
    margin-: 0.5rem;
    margin: 0.5rem;
  }
}

@media (max-width: 576px) {
  .p-2-mobile {
    padding-: 0.5rem;
    padding: 0.5rem;
  }
}

@media (min-width: 768px) {
  .m-2-tablet {
    margin-: 0.5rem;
    margin: 0.5rem;
  }
}

@media (min-width: 768px) {
  .p-2-tablet {
    padding-: 0.5rem;
    padding: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .m-2-desktop {
    margin-: 0.5rem;
    margin: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .-m-2-desktop {
    margin-: -0.5rem;
    margin: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .p-2-desktop {
    padding-: 0.5rem;
    padding: 0.5rem;
  }
}

@media (max-width: 576px) {
  .mt-2-mobile {
    margin-top: 0.5rem;
  }
}

@media (max-width: 576px) {
  .pt-2-mobile {
    padding-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .mt-2-tablet {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .pt-2-tablet {
    padding-top: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .mt-2-desktop {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-2-desktop {
    margin-top: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .pt-2-desktop {
    padding-top: 0.5rem;
  }
}

@media (max-width: 576px) {
  .mr-2-mobile {
    margin-right: 0.5rem;
  }
}

@media (max-width: 576px) {
  .pr-2-mobile {
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .mr-2-tablet {
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .pr-2-tablet {
    padding-right: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .mr-2-desktop {
    margin-right: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-2-desktop {
    margin-right: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .pr-2-desktop {
    padding-right: 0.5rem;
  }
}

@media (max-width: 576px) {
  .mb-2-mobile {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .pb-2-mobile {
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .mb-2-tablet {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .pb-2-tablet {
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .mb-2-desktop {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-2-desktop {
    margin-bottom: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .pb-2-desktop {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .ml-2-mobile {
    margin-left: 0.5rem;
  }
}

@media (max-width: 576px) {
  .pl-2-mobile {
    padding-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .ml-2-tablet {
    margin-left: 0.5rem;
  }
}

@media (min-width: 768px) {
  .pl-2-tablet {
    padding-left: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .ml-2-desktop {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-2-desktop {
    margin-left: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .pl-2-desktop {
    padding-left: 0.5rem;
  }
}

@media (max-width: 576px) {
  .mx-2-mobile {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (max-width: 576px) {
  .px-2-mobile {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .mx-2-tablet {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .px-2-tablet {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .mx-2-desktop {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-2-desktop {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .px-2-desktop {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 576px) {
  .my-2-mobile {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .py-2-mobile {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .my-2-tablet {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .py-2-tablet {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .my-2-desktop {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .-my-2-desktop {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

@media (min-width: 1100px) {
  .py-2-desktop {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 576px) {
  .m-3-mobile {
    margin-: 1rem;
    margin: 1rem;
  }
}

@media (max-width: 576px) {
  .p-3-mobile {
    padding-: 1rem;
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .m-3-tablet {
    margin-: 1rem;
    margin: 1rem;
  }
}

@media (min-width: 768px) {
  .p-3-tablet {
    padding-: 1rem;
    padding: 1rem;
  }
}

@media (min-width: 1100px) {
  .m-3-desktop {
    margin-: 1rem;
    margin: 1rem;
  }
}

@media (min-width: 1100px) {
  .-m-3-desktop {
    margin-: -1rem;
    margin: -1rem;
  }
}

@media (min-width: 1100px) {
  .p-3-desktop {
    padding-: 1rem;
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  .mt-3-mobile {
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .pt-3-mobile {
    padding-top: 1rem;
  }
}

@media (min-width: 768px) {
  .mt-3-tablet {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .pt-3-tablet {
    padding-top: 1rem;
  }
}

@media (min-width: 1100px) {
  .mt-3-desktop {
    margin-top: 1rem;
  }
}

@media (min-width: 1100px) {
  .-mt-3-desktop {
    margin-top: -1rem;
  }
}

@media (min-width: 1100px) {
  .pt-3-desktop {
    padding-top: 1rem;
  }
}

@media (max-width: 576px) {
  .mr-3-mobile {
    margin-right: 1rem;
  }
}

@media (max-width: 576px) {
  .pr-3-mobile {
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .mr-3-tablet {
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .pr-3-tablet {
    padding-right: 1rem;
  }
}

@media (min-width: 1100px) {
  .mr-3-desktop {
    margin-right: 1rem;
  }
}

@media (min-width: 1100px) {
  .-mr-3-desktop {
    margin-right: -1rem;
  }
}

@media (min-width: 1100px) {
  .pr-3-desktop {
    padding-right: 1rem;
  }
}

@media (max-width: 576px) {
  .mb-3-mobile {
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .pb-3-mobile {
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .mb-3-tablet {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .pb-3-tablet {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1100px) {
  .mb-3-desktop {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1100px) {
  .-mb-3-desktop {
    margin-bottom: -1rem;
  }
}

@media (min-width: 1100px) {
  .pb-3-desktop {
    padding-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .ml-3-mobile {
    margin-left: 1rem;
  }
}

@media (max-width: 576px) {
  .pl-3-mobile {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .ml-3-tablet {
    margin-left: 1rem;
  }
}

@media (min-width: 768px) {
  .pl-3-tablet {
    padding-left: 1rem;
  }
}

@media (min-width: 1100px) {
  .ml-3-desktop {
    margin-left: 1rem;
  }
}

@media (min-width: 1100px) {
  .-ml-3-desktop {
    margin-left: -1rem;
  }
}

@media (min-width: 1100px) {
  .pl-3-desktop {
    padding-left: 1rem;
  }
}

@media (max-width: 576px) {
  .mx-3-mobile {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 576px) {
  .px-3-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .mx-3-tablet {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .px-3-tablet {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1100px) {
  .mx-3-desktop {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 1100px) {
  .-mx-3-desktop {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (min-width: 1100px) {
  .px-3-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 576px) {
  .my-3-mobile {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .py-3-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .my-3-tablet {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .py-3-tablet {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1100px) {
  .my-3-desktop {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1100px) {
  .-my-3-desktop {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 1100px) {
  .py-3-desktop {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .m-4-mobile {
    margin-: 1.5rem;
    margin: 1.5rem;
  }
}

@media (max-width: 576px) {
  .p-4-mobile {
    padding-: 1.5rem;
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .m-4-tablet {
    margin-: 1.5rem;
    margin: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-4-tablet {
    padding-: 1.5rem;
    padding: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .m-4-desktop {
    margin-: 1.5rem;
    margin: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .-m-4-desktop {
    margin-: -1.5rem;
    margin: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .p-4-desktop {
    padding-: 1.5rem;
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .mt-4-mobile {
    margin-top: 1.5rem;
  }
}

@media (max-width: 576px) {
  .pt-4-mobile {
    padding-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .mt-4-tablet {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .pt-4-tablet {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .mt-4-desktop {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-4-desktop {
    margin-top: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .pt-4-desktop {
    padding-top: 1.5rem;
  }
}

@media (max-width: 576px) {
  .mr-4-mobile {
    margin-right: 1.5rem;
  }
}

@media (max-width: 576px) {
  .pr-4-mobile {
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .mr-4-tablet {
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .pr-4-tablet {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .mr-4-desktop {
    margin-right: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-4-desktop {
    margin-right: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .pr-4-desktop {
    padding-right: 1.5rem;
  }
}

@media (max-width: 576px) {
  .mb-4-mobile {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .pb-4-mobile {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .mb-4-tablet {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .pb-4-tablet {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .mb-4-desktop {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-4-desktop {
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .pb-4-desktop {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .ml-4-mobile {
    margin-left: 1.5rem;
  }
}

@media (max-width: 576px) {
  .pl-4-mobile {
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .ml-4-tablet {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .pl-4-tablet {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .ml-4-desktop {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-4-desktop {
    margin-left: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .pl-4-desktop {
    padding-left: 1.5rem;
  }
}

@media (max-width: 576px) {
  .mx-4-mobile {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 576px) {
  .px-4-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .mx-4-tablet {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .px-4-tablet {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .mx-4-desktop {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-4-desktop {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .px-4-desktop {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 576px) {
  .my-4-mobile {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .py-4-mobile {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .my-4-tablet {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .py-4-tablet {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .my-4-desktop {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .-my-4-desktop {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}

@media (min-width: 1100px) {
  .py-4-desktop {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .m-5-mobile {
    margin-: 2rem;
    margin: 2rem;
  }
}

@media (max-width: 576px) {
  .p-5-mobile {
    padding-: 2rem;
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .m-5-tablet {
    margin-: 2rem;
    margin: 2rem;
  }
}

@media (min-width: 768px) {
  .p-5-tablet {
    padding-: 2rem;
    padding: 2rem;
  }
}

@media (min-width: 1100px) {
  .m-5-desktop {
    margin-: 2rem;
    margin: 2rem;
  }
}

@media (min-width: 1100px) {
  .-m-5-desktop {
    margin-: -2rem;
    margin: -2rem;
  }
}

@media (min-width: 1100px) {
  .p-5-desktop {
    padding-: 2rem;
    padding: 2rem;
  }
}

@media (max-width: 576px) {
  .mt-5-mobile {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .pt-5-mobile {
    padding-top: 2rem;
  }
}

@media (min-width: 768px) {
  .mt-5-tablet {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .pt-5-tablet {
    padding-top: 2rem;
  }
}

@media (min-width: 1100px) {
  .mt-5-desktop {
    margin-top: 2rem;
  }
}

@media (min-width: 1100px) {
  .-mt-5-desktop {
    margin-top: -2rem;
  }
}

@media (min-width: 1100px) {
  .pt-5-desktop {
    padding-top: 2rem;
  }
}

@media (max-width: 576px) {
  .mr-5-mobile {
    margin-right: 2rem;
  }
}

@media (max-width: 576px) {
  .pr-5-mobile {
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .mr-5-tablet {
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  .pr-5-tablet {
    padding-right: 2rem;
  }
}

@media (min-width: 1100px) {
  .mr-5-desktop {
    margin-right: 2rem;
  }
}

@media (min-width: 1100px) {
  .-mr-5-desktop {
    margin-right: -2rem;
  }
}

@media (min-width: 1100px) {
  .pr-5-desktop {
    padding-right: 2rem;
  }
}

@media (max-width: 576px) {
  .mb-5-mobile {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .pb-5-mobile {
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .mb-5-tablet {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .pb-5-tablet {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1100px) {
  .mb-5-desktop {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1100px) {
  .-mb-5-desktop {
    margin-bottom: -2rem;
  }
}

@media (min-width: 1100px) {
  .pb-5-desktop {
    padding-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .ml-5-mobile {
    margin-left: 2rem;
  }
}

@media (max-width: 576px) {
  .pl-5-mobile {
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .ml-5-tablet {
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .pl-5-tablet {
    padding-left: 2rem;
  }
}

@media (min-width: 1100px) {
  .ml-5-desktop {
    margin-left: 2rem;
  }
}

@media (min-width: 1100px) {
  .-ml-5-desktop {
    margin-left: -2rem;
  }
}

@media (min-width: 1100px) {
  .pl-5-desktop {
    padding-left: 2rem;
  }
}

@media (max-width: 576px) {
  .mx-5-mobile {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (max-width: 576px) {
  .px-5-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .mx-5-tablet {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  .px-5-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1100px) {
  .mx-5-desktop {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media (min-width: 1100px) {
  .-mx-5-desktop {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (min-width: 1100px) {
  .px-5-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 576px) {
  .my-5-mobile {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .py-5-mobile {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .my-5-tablet {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .py-5-tablet {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1100px) {
  .my-5-desktop {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1100px) {
  .-my-5-desktop {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}

@media (min-width: 1100px) {
  .py-5-desktop {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .m-6-mobile {
    margin-: 2.5rem;
    margin: 2.5rem;
  }
}

@media (max-width: 576px) {
  .p-6-mobile {
    padding-: 2.5rem;
    padding: 2.5rem;
  }
}

@media (min-width: 768px) {
  .m-6-tablet {
    margin-: 2.5rem;
    margin: 2.5rem;
  }
}

@media (min-width: 768px) {
  .p-6-tablet {
    padding-: 2.5rem;
    padding: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .m-6-desktop {
    margin-: 2.5rem;
    margin: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .-m-6-desktop {
    margin-: -2.5rem;
    margin: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .p-6-desktop {
    padding-: 2.5rem;
    padding: 2.5rem;
  }
}

@media (max-width: 576px) {
  .mt-6-mobile {
    margin-top: 2.5rem;
  }
}

@media (max-width: 576px) {
  .pt-6-mobile {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .mt-6-tablet {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .pt-6-tablet {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .mt-6-desktop {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-6-desktop {
    margin-top: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .pt-6-desktop {
    padding-top: 2.5rem;
  }
}

@media (max-width: 576px) {
  .mr-6-mobile {
    margin-right: 2.5rem;
  }
}

@media (max-width: 576px) {
  .pr-6-mobile {
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .mr-6-tablet {
    margin-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .pr-6-tablet {
    padding-right: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .mr-6-desktop {
    margin-right: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-6-desktop {
    margin-right: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .pr-6-desktop {
    padding-right: 2.5rem;
  }
}

@media (max-width: 576px) {
  .mb-6-mobile {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 576px) {
  .pb-6-mobile {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .mb-6-tablet {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .pb-6-tablet {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .mb-6-desktop {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-6-desktop {
    margin-bottom: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .pb-6-desktop {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 576px) {
  .ml-6-mobile {
    margin-left: 2.5rem;
  }
}

@media (max-width: 576px) {
  .pl-6-mobile {
    padding-left: 2.5rem;
  }
}

@media (min-width: 768px) {
  .ml-6-tablet {
    margin-left: 2.5rem;
  }
}

@media (min-width: 768px) {
  .pl-6-tablet {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .ml-6-desktop {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-6-desktop {
    margin-left: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .pl-6-desktop {
    padding-left: 2.5rem;
  }
}

@media (max-width: 576px) {
  .mx-6-mobile {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media (max-width: 576px) {
  .px-6-mobile {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .mx-6-tablet {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .px-6-tablet {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .mx-6-desktop {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-6-desktop {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .px-6-desktop {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 576px) {
  .my-6-mobile {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 576px) {
  .py-6-mobile {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .my-6-tablet {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .py-6-tablet {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .my-6-desktop {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .-my-6-desktop {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}

@media (min-width: 1100px) {
  .py-6-desktop {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 576px) {
  .m-7-mobile {
    margin-: 3rem;
    margin: 3rem;
  }
}

@media (max-width: 576px) {
  .p-7-mobile {
    padding-: 3rem;
    padding: 3rem;
  }
}

@media (min-width: 768px) {
  .m-7-tablet {
    margin-: 3rem;
    margin: 3rem;
  }
}

@media (min-width: 768px) {
  .p-7-tablet {
    padding-: 3rem;
    padding: 3rem;
  }
}

@media (min-width: 1100px) {
  .m-7-desktop {
    margin-: 3rem;
    margin: 3rem;
  }
}

@media (min-width: 1100px) {
  .-m-7-desktop {
    margin-: -3rem;
    margin: -3rem;
  }
}

@media (min-width: 1100px) {
  .p-7-desktop {
    padding-: 3rem;
    padding: 3rem;
  }
}

@media (max-width: 576px) {
  .mt-7-mobile {
    margin-top: 3rem;
  }
}

@media (max-width: 576px) {
  .pt-7-mobile {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  .mt-7-tablet {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .pt-7-tablet {
    padding-top: 3rem;
  }
}

@media (min-width: 1100px) {
  .mt-7-desktop {
    margin-top: 3rem;
  }
}

@media (min-width: 1100px) {
  .-mt-7-desktop {
    margin-top: -3rem;
  }
}

@media (min-width: 1100px) {
  .pt-7-desktop {
    padding-top: 3rem;
  }
}

@media (max-width: 576px) {
  .mr-7-mobile {
    margin-right: 3rem;
  }
}

@media (max-width: 576px) {
  .pr-7-mobile {
    padding-right: 3rem;
  }
}

@media (min-width: 768px) {
  .mr-7-tablet {
    margin-right: 3rem;
  }
}

@media (min-width: 768px) {
  .pr-7-tablet {
    padding-right: 3rem;
  }
}

@media (min-width: 1100px) {
  .mr-7-desktop {
    margin-right: 3rem;
  }
}

@media (min-width: 1100px) {
  .-mr-7-desktop {
    margin-right: -3rem;
  }
}

@media (min-width: 1100px) {
  .pr-7-desktop {
    padding-right: 3rem;
  }
}

@media (max-width: 576px) {
  .mb-7-mobile {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .pb-7-mobile {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .mb-7-tablet {
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .pb-7-tablet {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1100px) {
  .mb-7-desktop {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1100px) {
  .-mb-7-desktop {
    margin-bottom: -3rem;
  }
}

@media (min-width: 1100px) {
  .pb-7-desktop {
    padding-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .ml-7-mobile {
    margin-left: 3rem;
  }
}

@media (max-width: 576px) {
  .pl-7-mobile {
    padding-left: 3rem;
  }
}

@media (min-width: 768px) {
  .ml-7-tablet {
    margin-left: 3rem;
  }
}

@media (min-width: 768px) {
  .pl-7-tablet {
    padding-left: 3rem;
  }
}

@media (min-width: 1100px) {
  .ml-7-desktop {
    margin-left: 3rem;
  }
}

@media (min-width: 1100px) {
  .-ml-7-desktop {
    margin-left: -3rem;
  }
}

@media (min-width: 1100px) {
  .pl-7-desktop {
    padding-left: 3rem;
  }
}

@media (max-width: 576px) {
  .mx-7-mobile {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (max-width: 576px) {
  .px-7-mobile {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px) {
  .mx-7-tablet {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 768px) {
  .px-7-tablet {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1100px) {
  .mx-7-desktop {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 1100px) {
  .-mx-7-desktop {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 1100px) {
  .px-7-desktop {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 576px) {
  .my-7-mobile {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .py-7-mobile {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .my-7-tablet {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .py-7-tablet {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1100px) {
  .my-7-desktop {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1100px) {
  .-my-7-desktop {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
}

@media (min-width: 1100px) {
  .py-7-desktop {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .m-8-mobile {
    margin-: 3.5rem;
    margin: 3.5rem;
  }
}

@media (max-width: 576px) {
  .p-8-mobile {
    padding-: 3.5rem;
    padding: 3.5rem;
  }
}

@media (min-width: 768px) {
  .m-8-tablet {
    margin-: 3.5rem;
    margin: 3.5rem;
  }
}

@media (min-width: 768px) {
  .p-8-tablet {
    padding-: 3.5rem;
    padding: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .m-8-desktop {
    margin-: 3.5rem;
    margin: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .-m-8-desktop {
    margin-: -3.5rem;
    margin: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .p-8-desktop {
    padding-: 3.5rem;
    padding: 3.5rem;
  }
}

@media (max-width: 576px) {
  .mt-8-mobile {
    margin-top: 3.5rem;
  }
}

@media (max-width: 576px) {
  .pt-8-mobile {
    padding-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .mt-8-tablet {
    margin-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .pt-8-tablet {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .mt-8-desktop {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-8-desktop {
    margin-top: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .pt-8-desktop {
    padding-top: 3.5rem;
  }
}

@media (max-width: 576px) {
  .mr-8-mobile {
    margin-right: 3.5rem;
  }
}

@media (max-width: 576px) {
  .pr-8-mobile {
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px) {
  .mr-8-tablet {
    margin-right: 3.5rem;
  }
}

@media (min-width: 768px) {
  .pr-8-tablet {
    padding-right: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .mr-8-desktop {
    margin-right: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-8-desktop {
    margin-right: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .pr-8-desktop {
    padding-right: 3.5rem;
  }
}

@media (max-width: 576px) {
  .mb-8-mobile {
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 576px) {
  .pb-8-mobile {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .mb-8-tablet {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .pb-8-tablet {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .mb-8-desktop {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-8-desktop {
    margin-bottom: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .pb-8-desktop {
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 576px) {
  .ml-8-mobile {
    margin-left: 3.5rem;
  }
}

@media (max-width: 576px) {
  .pl-8-mobile {
    padding-left: 3.5rem;
  }
}

@media (min-width: 768px) {
  .ml-8-tablet {
    margin-left: 3.5rem;
  }
}

@media (min-width: 768px) {
  .pl-8-tablet {
    padding-left: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .ml-8-desktop {
    margin-left: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-8-desktop {
    margin-left: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .pl-8-desktop {
    padding-left: 3.5rem;
  }
}

@media (max-width: 576px) {
  .mx-8-mobile {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

@media (max-width: 576px) {
  .px-8-mobile {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 768px) {
  .mx-8-tablet {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

@media (min-width: 768px) {
  .px-8-tablet {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .mx-8-desktop {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-8-desktop {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .px-8-desktop {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (max-width: 576px) {
  .my-8-mobile {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media (max-width: 576px) {
  .py-8-mobile {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .my-8-tablet {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .py-8-tablet {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .my-8-desktop {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .-my-8-desktop {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
}

@media (min-width: 1100px) {
  .py-8-desktop {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 576px) {
  .m-9-mobile {
    margin-: 4rem;
    margin: 4rem;
  }
}

@media (max-width: 576px) {
  .p-9-mobile {
    padding-: 4rem;
    padding: 4rem;
  }
}

@media (min-width: 768px) {
  .m-9-tablet {
    margin-: 4rem;
    margin: 4rem;
  }
}

@media (min-width: 768px) {
  .p-9-tablet {
    padding-: 4rem;
    padding: 4rem;
  }
}

@media (min-width: 1100px) {
  .m-9-desktop {
    margin-: 4rem;
    margin: 4rem;
  }
}

@media (min-width: 1100px) {
  .-m-9-desktop {
    margin-: -4rem;
    margin: -4rem;
  }
}

@media (min-width: 1100px) {
  .p-9-desktop {
    padding-: 4rem;
    padding: 4rem;
  }
}

@media (max-width: 576px) {
  .mt-9-mobile {
    margin-top: 4rem;
  }
}

@media (max-width: 576px) {
  .pt-9-mobile {
    padding-top: 4rem;
  }
}

@media (min-width: 768px) {
  .mt-9-tablet {
    margin-top: 4rem;
  }
}

@media (min-width: 768px) {
  .pt-9-tablet {
    padding-top: 4rem;
  }
}

@media (min-width: 1100px) {
  .mt-9-desktop {
    margin-top: 4rem;
  }
}

@media (min-width: 1100px) {
  .-mt-9-desktop {
    margin-top: -4rem;
  }
}

@media (min-width: 1100px) {
  .pt-9-desktop {
    padding-top: 4rem;
  }
}

@media (max-width: 576px) {
  .mr-9-mobile {
    margin-right: 4rem;
  }
}

@media (max-width: 576px) {
  .pr-9-mobile {
    padding-right: 4rem;
  }
}

@media (min-width: 768px) {
  .mr-9-tablet {
    margin-right: 4rem;
  }
}

@media (min-width: 768px) {
  .pr-9-tablet {
    padding-right: 4rem;
  }
}

@media (min-width: 1100px) {
  .mr-9-desktop {
    margin-right: 4rem;
  }
}

@media (min-width: 1100px) {
  .-mr-9-desktop {
    margin-right: -4rem;
  }
}

@media (min-width: 1100px) {
  .pr-9-desktop {
    padding-right: 4rem;
  }
}

@media (max-width: 576px) {
  .mb-9-mobile {
    margin-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .pb-9-mobile {
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .mb-9-tablet {
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .pb-9-tablet {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1100px) {
  .mb-9-desktop {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1100px) {
  .-mb-9-desktop {
    margin-bottom: -4rem;
  }
}

@media (min-width: 1100px) {
  .pb-9-desktop {
    padding-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .ml-9-mobile {
    margin-left: 4rem;
  }
}

@media (max-width: 576px) {
  .pl-9-mobile {
    padding-left: 4rem;
  }
}

@media (min-width: 768px) {
  .ml-9-tablet {
    margin-left: 4rem;
  }
}

@media (min-width: 768px) {
  .pl-9-tablet {
    padding-left: 4rem;
  }
}

@media (min-width: 1100px) {
  .ml-9-desktop {
    margin-left: 4rem;
  }
}

@media (min-width: 1100px) {
  .-ml-9-desktop {
    margin-left: -4rem;
  }
}

@media (min-width: 1100px) {
  .pl-9-desktop {
    padding-left: 4rem;
  }
}

@media (max-width: 576px) {
  .mx-9-mobile {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (max-width: 576px) {
  .px-9-mobile {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 768px) {
  .mx-9-tablet {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (min-width: 768px) {
  .px-9-tablet {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1100px) {
  .mx-9-desktop {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (min-width: 1100px) {
  .-mx-9-desktop {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

@media (min-width: 1100px) {
  .px-9-desktop {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width: 576px) {
  .my-9-mobile {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .py-9-mobile {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .my-9-tablet {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .py-9-tablet {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1100px) {
  .my-9-desktop {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1100px) {
  .-my-9-desktop {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}

@media (min-width: 1100px) {
  .py-9-desktop {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .m-10-mobile {
    margin-: 5rem;
    margin: 5rem;
  }
}

@media (max-width: 576px) {
  .p-10-mobile {
    padding-: 5rem;
    padding: 5rem;
  }
}

@media (min-width: 768px) {
  .m-10-tablet {
    margin-: 5rem;
    margin: 5rem;
  }
}

@media (min-width: 768px) {
  .p-10-tablet {
    padding-: 5rem;
    padding: 5rem;
  }
}

@media (min-width: 1100px) {
  .m-10-desktop {
    margin-: 5rem;
    margin: 5rem;
  }
}

@media (min-width: 1100px) {
  .-m-10-desktop {
    margin-: -5rem;
    margin: -5rem;
  }
}

@media (min-width: 1100px) {
  .p-10-desktop {
    padding-: 5rem;
    padding: 5rem;
  }
}

@media (max-width: 576px) {
  .mt-10-mobile {
    margin-top: 5rem;
  }
}

@media (max-width: 576px) {
  .pt-10-mobile {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  .mt-10-tablet {
    margin-top: 5rem;
  }
}

@media (min-width: 768px) {
  .pt-10-tablet {
    padding-top: 5rem;
  }
}

@media (min-width: 1100px) {
  .mt-10-desktop {
    margin-top: 5rem;
  }
}

@media (min-width: 1100px) {
  .-mt-10-desktop {
    margin-top: -5rem;
  }
}

@media (min-width: 1100px) {
  .pt-10-desktop {
    padding-top: 5rem;
  }
}

@media (max-width: 576px) {
  .mr-10-mobile {
    margin-right: 5rem;
  }
}

@media (max-width: 576px) {
  .pr-10-mobile {
    padding-right: 5rem;
  }
}

@media (min-width: 768px) {
  .mr-10-tablet {
    margin-right: 5rem;
  }
}

@media (min-width: 768px) {
  .pr-10-tablet {
    padding-right: 5rem;
  }
}

@media (min-width: 1100px) {
  .mr-10-desktop {
    margin-right: 5rem;
  }
}

@media (min-width: 1100px) {
  .-mr-10-desktop {
    margin-right: -5rem;
  }
}

@media (min-width: 1100px) {
  .pr-10-desktop {
    padding-right: 5rem;
  }
}

@media (max-width: 576px) {
  .mb-10-mobile {
    margin-bottom: 5rem;
  }
}

@media (max-width: 576px) {
  .pb-10-mobile {
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .mb-10-tablet {
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .pb-10-tablet {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1100px) {
  .mb-10-desktop {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1100px) {
  .-mb-10-desktop {
    margin-bottom: -5rem;
  }
}

@media (min-width: 1100px) {
  .pb-10-desktop {
    padding-bottom: 5rem;
  }
}

@media (max-width: 576px) {
  .ml-10-mobile {
    margin-left: 5rem;
  }
}

@media (max-width: 576px) {
  .pl-10-mobile {
    padding-left: 5rem;
  }
}

@media (min-width: 768px) {
  .ml-10-tablet {
    margin-left: 5rem;
  }
}

@media (min-width: 768px) {
  .pl-10-tablet {
    padding-left: 5rem;
  }
}

@media (min-width: 1100px) {
  .ml-10-desktop {
    margin-left: 5rem;
  }
}

@media (min-width: 1100px) {
  .-ml-10-desktop {
    margin-left: -5rem;
  }
}

@media (min-width: 1100px) {
  .pl-10-desktop {
    padding-left: 5rem;
  }
}

@media (max-width: 576px) {
  .mx-10-mobile {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media (max-width: 576px) {
  .px-10-mobile {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 768px) {
  .mx-10-tablet {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media (min-width: 768px) {
  .px-10-tablet {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1100px) {
  .mx-10-desktop {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media (min-width: 1100px) {
  .-mx-10-desktop {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}

@media (min-width: 1100px) {
  .px-10-desktop {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 576px) {
  .my-10-mobile {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (max-width: 576px) {
  .py-10-mobile {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .my-10-tablet {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .py-10-tablet {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1100px) {
  .my-10-desktop {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1100px) {
  .-my-10-desktop {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}

@media (min-width: 1100px) {
  .py-10-desktop {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 576px) {
  .m-11-mobile {
    margin-: 6rem;
    margin: 6rem;
  }
}

@media (max-width: 576px) {
  .p-11-mobile {
    padding-: 6rem;
    padding: 6rem;
  }
}

@media (min-width: 768px) {
  .m-11-tablet {
    margin-: 6rem;
    margin: 6rem;
  }
}

@media (min-width: 768px) {
  .p-11-tablet {
    padding-: 6rem;
    padding: 6rem;
  }
}

@media (min-width: 1100px) {
  .m-11-desktop {
    margin-: 6rem;
    margin: 6rem;
  }
}

@media (min-width: 1100px) {
  .-m-11-desktop {
    margin-: -6rem;
    margin: -6rem;
  }
}

@media (min-width: 1100px) {
  .p-11-desktop {
    padding-: 6rem;
    padding: 6rem;
  }
}

@media (max-width: 576px) {
  .mt-11-mobile {
    margin-top: 6rem;
  }
}

@media (max-width: 576px) {
  .pt-11-mobile {
    padding-top: 6rem;
  }
}

@media (min-width: 768px) {
  .mt-11-tablet {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .pt-11-tablet {
    padding-top: 6rem;
  }
}

@media (min-width: 1100px) {
  .mt-11-desktop {
    margin-top: 6rem;
  }
}

@media (min-width: 1100px) {
  .-mt-11-desktop {
    margin-top: -6rem;
  }
}

@media (min-width: 1100px) {
  .pt-11-desktop {
    padding-top: 6rem;
  }
}

@media (max-width: 576px) {
  .mr-11-mobile {
    margin-right: 6rem;
  }
}

@media (max-width: 576px) {
  .pr-11-mobile {
    padding-right: 6rem;
  }
}

@media (min-width: 768px) {
  .mr-11-tablet {
    margin-right: 6rem;
  }
}

@media (min-width: 768px) {
  .pr-11-tablet {
    padding-right: 6rem;
  }
}

@media (min-width: 1100px) {
  .mr-11-desktop {
    margin-right: 6rem;
  }
}

@media (min-width: 1100px) {
  .-mr-11-desktop {
    margin-right: -6rem;
  }
}

@media (min-width: 1100px) {
  .pr-11-desktop {
    padding-right: 6rem;
  }
}

@media (max-width: 576px) {
  .mb-11-mobile {
    margin-bottom: 6rem;
  }
}

@media (max-width: 576px) {
  .pb-11-mobile {
    padding-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .mb-11-tablet {
    margin-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .pb-11-tablet {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1100px) {
  .mb-11-desktop {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1100px) {
  .-mb-11-desktop {
    margin-bottom: -6rem;
  }
}

@media (min-width: 1100px) {
  .pb-11-desktop {
    padding-bottom: 6rem;
  }
}

@media (max-width: 576px) {
  .ml-11-mobile {
    margin-left: 6rem;
  }
}

@media (max-width: 576px) {
  .pl-11-mobile {
    padding-left: 6rem;
  }
}

@media (min-width: 768px) {
  .ml-11-tablet {
    margin-left: 6rem;
  }
}

@media (min-width: 768px) {
  .pl-11-tablet {
    padding-left: 6rem;
  }
}

@media (min-width: 1100px) {
  .ml-11-desktop {
    margin-left: 6rem;
  }
}

@media (min-width: 1100px) {
  .-ml-11-desktop {
    margin-left: -6rem;
  }
}

@media (min-width: 1100px) {
  .pl-11-desktop {
    padding-left: 6rem;
  }
}

@media (max-width: 576px) {
  .mx-11-mobile {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (max-width: 576px) {
  .px-11-mobile {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 768px) {
  .mx-11-tablet {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (min-width: 768px) {
  .px-11-tablet {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1100px) {
  .mx-11-desktop {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (min-width: 1100px) {
  .-mx-11-desktop {
    margin-left: -6rem;
    margin-right: -6rem;
  }
}

@media (min-width: 1100px) {
  .px-11-desktop {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (max-width: 576px) {
  .my-11-mobile {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media (max-width: 576px) {
  .py-11-mobile {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .my-11-tablet {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .py-11-tablet {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1100px) {
  .my-11-desktop {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 1100px) {
  .-my-11-desktop {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }
}

@media (min-width: 1100px) {
  .py-11-desktop {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 576px) {
  .m-12-mobile {
    margin-: 7rem;
    margin: 7rem;
  }
}

@media (max-width: 576px) {
  .p-12-mobile {
    padding-: 7rem;
    padding: 7rem;
  }
}

@media (min-width: 768px) {
  .m-12-tablet {
    margin-: 7rem;
    margin: 7rem;
  }
}

@media (min-width: 768px) {
  .p-12-tablet {
    padding-: 7rem;
    padding: 7rem;
  }
}

@media (min-width: 1100px) {
  .m-12-desktop {
    margin-: 7rem;
    margin: 7rem;
  }
}

@media (min-width: 1100px) {
  .-m-12-desktop {
    margin-: -7rem;
    margin: -7rem;
  }
}

@media (min-width: 1100px) {
  .p-12-desktop {
    padding-: 7rem;
    padding: 7rem;
  }
}

@media (max-width: 576px) {
  .mt-12-mobile {
    margin-top: 7rem;
  }
}

@media (max-width: 576px) {
  .pt-12-mobile {
    padding-top: 7rem;
  }
}

@media (min-width: 768px) {
  .mt-12-tablet {
    margin-top: 7rem;
  }
}

@media (min-width: 768px) {
  .pt-12-tablet {
    padding-top: 7rem;
  }
}

@media (min-width: 1100px) {
  .mt-12-desktop {
    margin-top: 7rem;
  }
}

@media (min-width: 1100px) {
  .-mt-12-desktop {
    margin-top: -7rem;
  }
}

@media (min-width: 1100px) {
  .pt-12-desktop {
    padding-top: 7rem;
  }
}

@media (max-width: 576px) {
  .mr-12-mobile {
    margin-right: 7rem;
  }
}

@media (max-width: 576px) {
  .pr-12-mobile {
    padding-right: 7rem;
  }
}

@media (min-width: 768px) {
  .mr-12-tablet {
    margin-right: 7rem;
  }
}

@media (min-width: 768px) {
  .pr-12-tablet {
    padding-right: 7rem;
  }
}

@media (min-width: 1100px) {
  .mr-12-desktop {
    margin-right: 7rem;
  }
}

@media (min-width: 1100px) {
  .-mr-12-desktop {
    margin-right: -7rem;
  }
}

@media (min-width: 1100px) {
  .pr-12-desktop {
    padding-right: 7rem;
  }
}

@media (max-width: 576px) {
  .mb-12-mobile {
    margin-bottom: 7rem;
  }
}

@media (max-width: 576px) {
  .pb-12-mobile {
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .mb-12-tablet {
    margin-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .pb-12-tablet {
    padding-bottom: 7rem;
  }
}

@media (min-width: 1100px) {
  .mb-12-desktop {
    margin-bottom: 7rem;
  }
}

@media (min-width: 1100px) {
  .-mb-12-desktop {
    margin-bottom: -7rem;
  }
}

@media (min-width: 1100px) {
  .pb-12-desktop {
    padding-bottom: 7rem;
  }
}

@media (max-width: 576px) {
  .ml-12-mobile {
    margin-left: 7rem;
  }
}

@media (max-width: 576px) {
  .pl-12-mobile {
    padding-left: 7rem;
  }
}

@media (min-width: 768px) {
  .ml-12-tablet {
    margin-left: 7rem;
  }
}

@media (min-width: 768px) {
  .pl-12-tablet {
    padding-left: 7rem;
  }
}

@media (min-width: 1100px) {
  .ml-12-desktop {
    margin-left: 7rem;
  }
}

@media (min-width: 1100px) {
  .-ml-12-desktop {
    margin-left: -7rem;
  }
}

@media (min-width: 1100px) {
  .pl-12-desktop {
    padding-left: 7rem;
  }
}

@media (max-width: 576px) {
  .mx-12-mobile {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}

@media (max-width: 576px) {
  .px-12-mobile {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (min-width: 768px) {
  .mx-12-tablet {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}

@media (min-width: 768px) {
  .px-12-tablet {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (min-width: 1100px) {
  .mx-12-desktop {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}

@media (min-width: 1100px) {
  .-mx-12-desktop {
    margin-left: -7rem;
    margin-right: -7rem;
  }
}

@media (min-width: 1100px) {
  .px-12-desktop {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (max-width: 576px) {
  .my-12-mobile {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

@media (max-width: 576px) {
  .py-12-mobile {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .my-12-tablet {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .py-12-tablet {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1100px) {
  .my-12-desktop {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

@media (min-width: 1100px) {
  .-my-12-desktop {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }
}

@media (min-width: 1100px) {
  .py-12-desktop {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (max-width: 576px) {
  .m-13-mobile {
    margin-: 8rem;
    margin: 8rem;
  }
}

@media (max-width: 576px) {
  .p-13-mobile {
    padding-: 8rem;
    padding: 8rem;
  }
}

@media (min-width: 768px) {
  .m-13-tablet {
    margin-: 8rem;
    margin: 8rem;
  }
}

@media (min-width: 768px) {
  .p-13-tablet {
    padding-: 8rem;
    padding: 8rem;
  }
}

@media (min-width: 1100px) {
  .m-13-desktop {
    margin-: 8rem;
    margin: 8rem;
  }
}

@media (min-width: 1100px) {
  .-m-13-desktop {
    margin-: -8rem;
    margin: -8rem;
  }
}

@media (min-width: 1100px) {
  .p-13-desktop {
    padding-: 8rem;
    padding: 8rem;
  }
}

@media (max-width: 576px) {
  .mt-13-mobile {
    margin-top: 8rem;
  }
}

@media (max-width: 576px) {
  .pt-13-mobile {
    padding-top: 8rem;
  }
}

@media (min-width: 768px) {
  .mt-13-tablet {
    margin-top: 8rem;
  }
}

@media (min-width: 768px) {
  .pt-13-tablet {
    padding-top: 8rem;
  }
}

@media (min-width: 1100px) {
  .mt-13-desktop {
    margin-top: 8rem;
  }
}

@media (min-width: 1100px) {
  .-mt-13-desktop {
    margin-top: -8rem;
  }
}

@media (min-width: 1100px) {
  .pt-13-desktop {
    padding-top: 8rem;
  }
}

@media (max-width: 576px) {
  .mr-13-mobile {
    margin-right: 8rem;
  }
}

@media (max-width: 576px) {
  .pr-13-mobile {
    padding-right: 8rem;
  }
}

@media (min-width: 768px) {
  .mr-13-tablet {
    margin-right: 8rem;
  }
}

@media (min-width: 768px) {
  .pr-13-tablet {
    padding-right: 8rem;
  }
}

@media (min-width: 1100px) {
  .mr-13-desktop {
    margin-right: 8rem;
  }
}

@media (min-width: 1100px) {
  .-mr-13-desktop {
    margin-right: -8rem;
  }
}

@media (min-width: 1100px) {
  .pr-13-desktop {
    padding-right: 8rem;
  }
}

@media (max-width: 576px) {
  .mb-13-mobile {
    margin-bottom: 8rem;
  }
}

@media (max-width: 576px) {
  .pb-13-mobile {
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .mb-13-tablet {
    margin-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .pb-13-tablet {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1100px) {
  .mb-13-desktop {
    margin-bottom: 8rem;
  }
}

@media (min-width: 1100px) {
  .-mb-13-desktop {
    margin-bottom: -8rem;
  }
}

@media (min-width: 1100px) {
  .pb-13-desktop {
    padding-bottom: 8rem;
  }
}

@media (max-width: 576px) {
  .ml-13-mobile {
    margin-left: 8rem;
  }
}

@media (max-width: 576px) {
  .pl-13-mobile {
    padding-left: 8rem;
  }
}

@media (min-width: 768px) {
  .ml-13-tablet {
    margin-left: 8rem;
  }
}

@media (min-width: 768px) {
  .pl-13-tablet {
    padding-left: 8rem;
  }
}

@media (min-width: 1100px) {
  .ml-13-desktop {
    margin-left: 8rem;
  }
}

@media (min-width: 1100px) {
  .-ml-13-desktop {
    margin-left: -8rem;
  }
}

@media (min-width: 1100px) {
  .pl-13-desktop {
    padding-left: 8rem;
  }
}

@media (max-width: 576px) {
  .mx-13-mobile {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media (max-width: 576px) {
  .px-13-mobile {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 768px) {
  .mx-13-tablet {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media (min-width: 768px) {
  .px-13-tablet {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 1100px) {
  .mx-13-desktop {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media (min-width: 1100px) {
  .-mx-13-desktop {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

@media (min-width: 1100px) {
  .px-13-desktop {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (max-width: 576px) {
  .my-13-mobile {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media (max-width: 576px) {
  .py-13-mobile {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .my-13-tablet {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .py-13-tablet {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1100px) {
  .my-13-desktop {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media (min-width: 1100px) {
  .-my-13-desktop {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }
}

@media (min-width: 1100px) {
  .py-13-desktop {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

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

@media (max-width: 576px) {
  .gap-0-mobile {
    gap: 0;
  }
}

@media (min-width: 768px) {
  .gap-0-tablet {
    gap: 0;
  }
}

@media (min-width: 1100px) {
  .gap-0-desktop {
    gap: 0;
  }
}

.gap-1 {
  gap: 0.25rem !important;
}

@media (max-width: 576px) {
  .gap-1-mobile {
    gap: 0.25rem;
  }
}

@media (min-width: 768px) {
  .gap-1-tablet {
    gap: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .gap-1-desktop {
    gap: 0.25rem;
  }
}

.gap-2, .data-table, .data-table__value {
  gap: 0.5rem !important;
}

@media (max-width: 576px) {
  .gap-2-mobile {
    gap: 0.5rem;
  }
}

@media (min-width: 768px) {
  .gap-2-tablet {
    gap: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .gap-2-desktop {
    gap: 0.5rem;
  }
}

.gap-3 {
  gap: 1rem !important;
}

@media (max-width: 576px) {
  .gap-3-mobile {
    gap: 1rem;
  }
}

@media (min-width: 768px) {
  .gap-3-tablet {
    gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .gap-3-desktop {
    gap: 1rem;
  }
}

.gap-4 {
  gap: 1.5rem !important;
}

@media (max-width: 576px) {
  .gap-4-mobile {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .gap-4-tablet {
    gap: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .gap-4-desktop {
    gap: 1.5rem;
  }
}

.gap-5 {
  gap: 2rem !important;
}

@media (max-width: 576px) {
  .gap-5-mobile {
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .gap-5-tablet {
    gap: 2rem;
  }
}

@media (min-width: 1100px) {
  .gap-5-desktop {
    gap: 2rem;
  }
}

.gap-6 {
  gap: 2.5rem !important;
}

@media (max-width: 576px) {
  .gap-6-mobile {
    gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .gap-6-tablet {
    gap: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .gap-6-desktop {
    gap: 2.5rem;
  }
}

.gap-7 {
  gap: 3rem !important;
}

@media (max-width: 576px) {
  .gap-7-mobile {
    gap: 3rem;
  }
}

@media (min-width: 768px) {
  .gap-7-tablet {
    gap: 3rem;
  }
}

@media (min-width: 1100px) {
  .gap-7-desktop {
    gap: 3rem;
  }
}

.gap-8, .data-table__row {
  gap: 3.5rem !important;
}

@media (max-width: 576px) {
  .gap-8-mobile {
    gap: 3.5rem;
  }
}

@media (min-width: 768px) {
  .gap-8-tablet {
    gap: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .gap-8-desktop {
    gap: 3.5rem;
  }
}

.gap-9 {
  gap: 4rem !important;
}

@media (max-width: 576px) {
  .gap-9-mobile {
    gap: 4rem;
  }
}

@media (min-width: 768px) {
  .gap-9-tablet {
    gap: 4rem;
  }
}

@media (min-width: 1100px) {
  .gap-9-desktop {
    gap: 4rem;
  }
}

.gap-10 {
  gap: 5rem !important;
}

@media (max-width: 576px) {
  .gap-10-mobile {
    gap: 5rem;
  }
}

@media (min-width: 768px) {
  .gap-10-tablet {
    gap: 5rem;
  }
}

@media (min-width: 1100px) {
  .gap-10-desktop {
    gap: 5rem;
  }
}

.gap-11 {
  gap: 6rem !important;
}

@media (max-width: 576px) {
  .gap-11-mobile {
    gap: 6rem;
  }
}

@media (min-width: 768px) {
  .gap-11-tablet {
    gap: 6rem;
  }
}

@media (min-width: 1100px) {
  .gap-11-desktop {
    gap: 6rem;
  }
}

.gap-12 {
  gap: 7rem !important;
}

@media (max-width: 576px) {
  .gap-12-mobile {
    gap: 7rem;
  }
}

@media (min-width: 768px) {
  .gap-12-tablet {
    gap: 7rem;
  }
}

@media (min-width: 1100px) {
  .gap-12-desktop {
    gap: 7rem;
  }
}

.gap-13 {
  gap: 8rem !important;
}

@media (max-width: 576px) {
  .gap-13-mobile {
    gap: 8rem;
  }
}

@media (min-width: 768px) {
  .gap-13-tablet {
    gap: 8rem;
  }
}

@media (min-width: 1100px) {
  .gap-13-desktop {
    gap: 8rem;
  }
}

.gap-x-0 {
  column-gap: 0;
}

@media (max-width: 576px) {
  .gap-x-0-mobile {
    column-gap: 0;
  }
}

@media (min-width: 768px) {
  .gap-x-0-tablet {
    column-gap: 0;
  }
}

@media (min-width: 1100px) {
  .gap-x-0-desktop {
    column-gap: 0;
  }
}

.gap-x-1 {
  column-gap: 0.25rem;
}

@media (max-width: 576px) {
  .gap-x-1-mobile {
    column-gap: 0.25rem;
  }
}

@media (min-width: 768px) {
  .gap-x-1-tablet {
    column-gap: 0.25rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-1-desktop {
    column-gap: 0.25rem;
  }
}

.gap-x-2 {
  column-gap: 0.5rem;
}

@media (max-width: 576px) {
  .gap-x-2-mobile {
    column-gap: 0.5rem;
  }
}

@media (min-width: 768px) {
  .gap-x-2-tablet {
    column-gap: 0.5rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-2-desktop {
    column-gap: 0.5rem;
  }
}

.gap-x-3 {
  column-gap: 1rem;
}

@media (max-width: 576px) {
  .gap-x-3-mobile {
    column-gap: 1rem;
  }
}

@media (min-width: 768px) {
  .gap-x-3-tablet {
    column-gap: 1rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-3-desktop {
    column-gap: 1rem;
  }
}

.gap-x-4 {
  column-gap: 1.5rem;
}

@media (max-width: 576px) {
  .gap-x-4-mobile {
    column-gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .gap-x-4-tablet {
    column-gap: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-4-desktop {
    column-gap: 1.5rem;
  }
}

.gap-x-5 {
  column-gap: 2rem;
}

@media (max-width: 576px) {
  .gap-x-5-mobile {
    column-gap: 2rem;
  }
}

@media (min-width: 768px) {
  .gap-x-5-tablet {
    column-gap: 2rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-5-desktop {
    column-gap: 2rem;
  }
}

.gap-x-6 {
  column-gap: 2.5rem;
}

@media (max-width: 576px) {
  .gap-x-6-mobile {
    column-gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .gap-x-6-tablet {
    column-gap: 2.5rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-6-desktop {
    column-gap: 2.5rem;
  }
}

.gap-x-7 {
  column-gap: 3rem;
}

@media (max-width: 576px) {
  .gap-x-7-mobile {
    column-gap: 3rem;
  }
}

@media (min-width: 768px) {
  .gap-x-7-tablet {
    column-gap: 3rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-7-desktop {
    column-gap: 3rem;
  }
}

.gap-x-8 {
  column-gap: 3.5rem;
}

@media (max-width: 576px) {
  .gap-x-8-mobile {
    column-gap: 3.5rem;
  }
}

@media (min-width: 768px) {
  .gap-x-8-tablet {
    column-gap: 3.5rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-8-desktop {
    column-gap: 3.5rem;
  }
}

.gap-x-9 {
  column-gap: 4rem;
}

@media (max-width: 576px) {
  .gap-x-9-mobile {
    column-gap: 4rem;
  }
}

@media (min-width: 768px) {
  .gap-x-9-tablet {
    column-gap: 4rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-9-desktop {
    column-gap: 4rem;
  }
}

.gap-x-10 {
  column-gap: 5rem;
}

@media (max-width: 576px) {
  .gap-x-10-mobile {
    column-gap: 5rem;
  }
}

@media (min-width: 768px) {
  .gap-x-10-tablet {
    column-gap: 5rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-10-desktop {
    column-gap: 5rem;
  }
}

.gap-x-11 {
  column-gap: 6rem;
}

@media (max-width: 576px) {
  .gap-x-11-mobile {
    column-gap: 6rem;
  }
}

@media (min-width: 768px) {
  .gap-x-11-tablet {
    column-gap: 6rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-11-desktop {
    column-gap: 6rem;
  }
}

.gap-x-12 {
  column-gap: 7rem;
}

@media (max-width: 576px) {
  .gap-x-12-mobile {
    column-gap: 7rem;
  }
}

@media (min-width: 768px) {
  .gap-x-12-tablet {
    column-gap: 7rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-12-desktop {
    column-gap: 7rem;
  }
}

.gap-x-13 {
  column-gap: 8rem;
}

@media (max-width: 576px) {
  .gap-x-13-mobile {
    column-gap: 8rem;
  }
}

@media (min-width: 768px) {
  .gap-x-13-tablet {
    column-gap: 8rem;
  }
}

@media (min-width: 1100px) {
  .gap-x-13-desktop {
    column-gap: 8rem;
  }
}

.w-0 {
  width: 0;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

@media (max-width: 576px) {
  .w-0-mobile {
    width: 0;
  }
}
@media (min-width: 768px) {
  .w-0-tablet {
    width: 0;
  }
}
@media (min-width: 1100px) {
  .w-0-desktop {
    width: 0;
  }
}
@media (max-width: 576px) {
  .w-25-mobile {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .w-25-tablet {
    width: 25%;
  }
}
@media (min-width: 1100px) {
  .w-25-desktop {
    width: 25%;
  }
}
@media (max-width: 576px) {
  .w-50-mobile {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .w-50-tablet {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .w-50-desktop {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .w-75-mobile {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .w-75-tablet {
    width: 75%;
  }
}
@media (min-width: 1100px) {
  .w-75-desktop {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .w-100-mobile {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-100-tablet {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .w-100-desktop {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .w-auto-mobile {
    width: auto;
  }
}
@media (min-width: 768px) {
  .w-auto-tablet {
    width: auto;
  }
}
@media (min-width: 1100px) {
  .w-auto-desktop {
    width: auto;
  }
}