.page--support .container {
  width: calc(100% - 112px);
  padding: 0px;
}
header.page--support .navbar-default .navbar-nav>li>a.button-cta {
  min-width: 160px;
}
.support {
  display: flex;
  max-height: 100vh;
  padding: 77px 0 0;
  position: relative;
  overflow: auto;
}
.support .title-homepage--lg {
  margin-bottom: 10px;
}
.support .title-homepage--lg + .text-homepage {
  margin-bottom: 35px;
}
.support__sidebar {
  height: calc(100vh - 77px);
  width: 336px;
  padding: 18px 32px 18px 56px;
  flex-shrink: 0;
  background-color: #f2f4f6;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  top: 0;
  overflow: auto;
}
.support__sidebar .collapse {
  position: relative;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  overflow: hidden;
}
.support__menu {
  list-style-type: none;
  padding-left: 0;
}
.support__menu li {
  background: #f2f4f6;
}
.support__menu span {
  font-size: 18px;
  line-height: 49px;
  display: block;
  position: relative;
  cursor: pointer;
}
.support__menu span:after {
  display: block;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  position: absolute;
  right: 0;
  top: 21px;
  transition: all .3s;
}
.support__menu span.collapsed:after {
  transform: rotate(180deg);
}
.support__menu ul {
  list-style-type: none;
  padding-left: 10px;
}
.support__menu ul li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 20px;
  color: #000;
}
.support__menu ul li a:hover {
  color: #2E63FF;
}
.support__content {
  width: calc(100% - 335px);
  padding-top: 40px;
}
.support__content .text-homepage--sm {
  font-size: 18px;
}
.support__container {
  max-width: 855px;
  margin: auto;
  position: relative;
  min-height: calc(100vh - 222px);
  padding-bottom: 190px;
  position: relative;
}
.support__container--main {
  padding-bottom: 0px;
}
.support__categories {
  display: flex;
  flex-wrap: wrap;
}
.support__category {
  display: flex;
  border: 1px solid #e0e7ee;
  border-radius: 4px;
  margin-bottom: 35px;
  max-width: 410px;
  padding: 22px 18px 24px;
  color: #000;
}
.support__category .title-homepage {
  line-height: 42px;
}
.support__category p {
  line-height: 28px;
}
.support__category:hover {
  border-color: #3568ff;
  cursor: pointer;
  color: #000;
}
.support__category:hover .title-homepage {
  color: #3568ff;
}
.support__category img {
  display: block;
  margin-right: 24px;
  margin-top: -26px;
}
.support__category:nth-child(odd) {
  margin-right: 35px;
}
.support__faq {
  display: flex;
  flex-wrap: wrap;
}
.support__faq--page {
  padding-top: 30px;
  border-top: 1px solid #ededed;
  margin-top: 28px;
  columns: 2;
  display: block;
}
.support__faq a {
  display: block;
  width: 410px;
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
  color: #000;
}
.support__faq a:hover {
  color: #3568ff;
}
.support__faq a:nth-child(odd) {
  margin-right: 35px;
}
.support__contact-us {
  background-color: #111;
  padding: 56px 15px;
  text-align: center;
  margin-top: 75px;
}
.support h3.title-homepage--sm {
  margin-bottom: 10px;
}
.support__contact-us .title-homepage{
  margin-bottom: 23px;
  font-weight: 600;
  line-height: 36px;
}
.support__contact-us .btn {
  min-width: 160px;
  display: inline-block;
}
.support footer {
  background-color: transparent;
  padding: 30px 15px;
}
.support footer .policies {
  margin-top: 0;
}
.support footer .policies a:after {
  display: none;
}
.page-footer {
  display: none;
}
.support__question {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  text-align: center;
  padding: 60px 15px;
  margin-top: 40px;
}
.support__question a, .support__question a:hover {
  text-decoration: none;
  margin-left: 10px;
}
.support__date {
  font-style: italic;
  color: #788AA2;
  margin-top: 2px;
}
.support__article .title-homepgae--sm {
  font-size: 30px;
}
.support__article p {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 16px;
}
.support__article ul, .support__article ol {
  margin-bottom: 20px;
  line-height: 26px;
}
.support__article ol li {
  margin-bottom: 12px;
}
.support .breadcrumbs {
  margin-top: -18px;
  margin-bottom: 18px;
}
.support__question {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.support__question p {
  margin-bottom: 0;
}
.support footer .policies a {
  font-size: 14px;
}
.support footer .copyright {
  font-size: 14px;
  margin-top: 22px;
}
.support__article ul:not(.breadcrumbs) {
  padding-left: 20px;
}
.support__article ol {
  padding-left: 0;
  list-style-position: inside;
}
.support__article .title-homepage--sm {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}

@media (max-width: 1210px) {
  .page--support .container {
    width: 100%;
    padding: 0 15px;
  }
  .support__sidebar {
    padding: 15px;
    width: 280px;
  }
  .support__content {
    width: calc(100% - 280px);
    padding-top: 40px;
  }
  .support__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .support__faq--page {
    columns: 1;
  }
}
@media (max-width: 767px) {
  .page-content.support aside {
    display: none;
  }
  .support__content {
    width: 100%;
    padding-top: 40px;
  }
  .support__content .title-homepage--sm {
    font-size: 30px;
  }
  header.dark--main {
    padding: 14px 0 15px;
  }
  .support__category:nth-child(odd) {
    margin-right: 0;
  }
  .support__content {
    padding-top: 25px;
  }
  .support__category {
    display: block;
    text-align: center;
    padding: 22px 12px 24px;
  }
  .support__category img {
    margin: auto;
  }
  .support h3.title-homepage--sm {
    line-height: 1.5;
  }
  .support__contact-us .title-homepage {
    line-height: 48px;
  }
  .support footer .policies a, .support footer .copyright {
    line-height: 34px;
  }
  .support footer {
    padding: 20px 0;
  }
  header.page--support .mobile-logo, header.page--support .nav>li>a>img {
    max-width: 225px;
  }
  .support__question {
    text-align: left;
    padding: 40px 0px;
    margin-top: 40px;
  }
  .support__article .title-homepage--sm {
    margin-bottom: 20px;
    line-height: 40px;
  }
  /* .breadcrumbs li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
  } */
  .support__article p {
    line-height: 28px;
  }
  header.page--support #mobile-menu {
    margin-left: 0;
    margin-right: 0;
  }
  header.page--support #mobile-menu a:hover {
    text-decoration: none;
  }
  header.page--support .navbar-nav {
    margin: 0;
  }
  header.page--support.dark .navbar-nav li.menu-item {
    padding: 15px 0px 15px;
  }
  header .support__menu {
    margin-top: 30px;
  }
  header .support__menu li {
    background-color: #111;
  }
  header .support__menu span:after {
    border-bottom: 5px solid #fff;
  }
  header .support__menu span {
    color: #fff;
  }
  header .support__menu ul li a {
    color: #fff;
  }
  header.dark .navbar-default .navbar-nav>li.menu-item>a:hover:after, header.dark .navbar-default .navbar-nav>li.menu-item>a:active:after, header.dark .navbar-default .navbar-nav>li.menu-item>a:focus:after {
    display: none;
  }
}

@media (min-width: 768px) {
 header .support__menu {
   display: none;
 }
}
@media (max-width: 415px) {
  .support__question a { 
    margin-left: 0;
  }
}
@media (max-width: 359px) {
  .page--support .mobile-menu {
    display: none !important;
  }
  header.page--support .navbar-header {
    justify-content: flex-start;
  }
}