@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
.text-grey {
  color: #6c7279;
}
.code-tag {
  color: #c82829;
}
.code-string {
  color: #718c00;
}
.code-attr {
  color: #c85b21;
}
html {
  height: 100%;
}
html > div[style] {
  display: none !important;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f3f3f3;
}
::-webkit-scrollbar:horizontal {
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #404040;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
}
::-webkit-scrollbar-thumb:active {
  background-color: #000000;
}
body {
  height: 100%;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000;
}
img {
  max-width: 100%;
}
.main-content-wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
main {
  flex-grow: 1;
}
header, main, footer {
  flex-shrink: 0;
}
.text-highlight {
  color: #0078d7;
}
.text-highlight2 {
  color: #ef6325;
}
.text-highlight3 {
  color: #1e91e9;
}
.block-title-wrapper .link-primary {
  font-family: "Oswald", sans-serif;
}
.block-title-wrapper .link-primary:after {
  width: 100%;
}
.linked-area .link-primary.underline:after {
  width: 100%;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-Page_Contact-us {
  width: 1.2080078125em;
}
.icon-behance_icon-concise {
  width: 1.342578em;
}
.icon-Arrow_footer_left {
  width: 2.25em;
}
.icon-Arrow_footer_right {
  width: 2.25em;
}
.icon-Video_Project-page {
  width: 1.541015625em;
  vertical-align: baseline;
}
.inline-wrapper {
  vertical-align: top;
  letter-spacing: -0.3em;
}
.inline-wrapper > * {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.content-wrapper > aside {
  position: fixed;
  height: 100%;
  width: 80px;
  background-color: #fff;
  z-index: 5;
  border-right: 1px solid #e8eaea;
}
.content-main-part {
  position: relative;
  z-index: 4;
  padding-top: 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.content-main-part .container-fluid {
  max-width: 1548px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .content-main-part {
    padding-top: 70px;
  }
}
#content {
  position: relative;
  flex: 1 0 auto;
}
#content-wrapper-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.page-wrapper {
  height: 100%;
}
.content-body {
  margin: 0 auto;
  min-height: calc(100vh - 100px);
}
.content-sm-wrapper {
  max-width: 600px;
}
.content-md-wrapper {
  max-width: 1120px;
}
.content-lg-wrapper {
  max-width: 1440px;
}
.padding-wrapper {
  padding: 20px 0;
}
.left-vert-wrapper {
  transform: translateX(-50%) rotate(-90deg);
  position: absolute;
  left: 50%;
  bottom: 45%;
}
.left-vert-wrapper a {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
}
.left-vert-wrapper a:hover {
  text-decoration: none;
}
.page-intro {
  padding: 60px 0 20px;
}
.page-intro h4 {
  font-family: "Roboto", sans-serif;
}
ul.tags-list {
  padding: 0;
  list-style: none;
}
ul.tags-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 7px;
}
ul.tags-list li a {
  border-bottom: 2px solid #000;
  line-height: 1.4;
  transition: all 0.2s;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
ul.tags-list li a:after {
  width: 0;
  background-color: #000;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  transition: all 0.4s;
}
ul.tags-list li a:hover {
  color: #fff;
}
ul.tags-list li a:hover:after {
  width: 100%;
}
@media (max-width: 1700.9px) {
  .content-main-part .container-fluid {
    max-width: 1200px;
  }
}
@media (max-width: 1400.9px) {
  .content-wrapper > aside {
    width: 60px;
  }
}
@media (max-width: 1330.9px) {
  .content-wrapper > aside {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .hidden-xs {
    display: none !important;
  }
  .page-intro {
    padding: 60px 0 70px;
  }
  .title-xl {
    font-size: 40px;
  }
}
@media (max-width: 440.9px) {
  .title-xl {
    font-size: 36px;
  }
  .page-intro h5 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  body {
    font-size: 14px;
  }
}
ul.custom-list {
  list-style: none;
  padding-left: 20px;
  font-size: 1rem;
}
ul.custom-list li {
  margin-bottom: 5px;
  position: relative;
}
ul.custom-list li p, ul.custom-list li .p {
  margin-bottom: 0;
  line-height: 1.5;
}
ul.custom-list li:before {
  content: "—";
  position: absolute;
  left: -20px;
}
@media screen and (max-width: 767.9px) {
  ul.custom-list {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.service-top-subtitle {
  max-width: 720px;
}
@media screen and (max-width: 991.9px) {
  .service-top-subtitle {
    max-width: unset;
  }
}
@media screen and (max-width: 767.9px) {
  .service-top-title {
    margin-bottom: 10px;
  }
}
video {
  max-width: 100%;
}
.block-video {
  line-height: 0;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-3 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767.9px) {
  .mb-3 {
    margin-bottom: 5px !important;
  }
}
.mb-4 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767.9px) {
  .mb-4 {
    margin-bottom: 15px !important;
  }
}
.fullwidth-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .block-title-wrapper .link-primary {
    font-size: 16px;
  }
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #000;
  white-space: nowrap;
  padding: 6px 18px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 0;
  user-select: none;
  transition: all 0.2s;
}
.btn-primary {
  max-width: 200px;
  width: 100%;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: 0.3s;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #000;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.btn-primary:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  height: 100%;
  transition: 0.3s;
  width: 0;
  z-index: -1;
  opacity: 0;
}
.btn-primary:hover {
  border-color: #000;
  color: #fff !important;
}
.btn-primary:hover:after {
  width: 100%;
  opacity: 1;
}
.btn-primary:focus {
  outline: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
  outline: none;
  box-shadow: none;
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #000;
  border-color: #000;
  outline: none;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #000;
}
.btn-primary.disabled {
  color: #000;
}
@media screen and (max-width: 1199.9px) {
  .btn-primary {
    min-height: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .btn-primary {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn-secondary {
  position: relative;
}
.btn-secondary:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.btn-secondary.disabled {
  color: #000;
}
.btn-secondary.btn-secondary-r {
  min-height: 50px;
  border-width: 1px;
}
.btn-secondary.btn-secondary-r:before {
  height: 1px;
  right: -1px;
  left: auto;
}
@media screen and (max-width: 767.9px) {
  .btn-secondary.btn-secondary-r {
    min-height: 45px;
  }
}
.btn-secondary:hover {
  color: #fff !important;
}
.btn-secondary:hover:before {
  background-color: #fff;
}
.link-primary {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  color: #000;
  display: inline-block;
  text-decoration: none;
  padding: 7px 2px 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  outline: none !important;
}
.link-primary:before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 100%;
  width: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: -1;
}
.link-primary:after {
  display: block;
  content: "";
  height: 2px;
  width: 0;
  background-color: #000;
  margin-top: 5px;
  transition: 0.2s;
}
.link-primary:hover {
  color: #fff;
  text-decoration: none;
}
.link-primary:hover:before {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .link-primary {
    font-size: 15px;
  }
}
.button-link {
  border-bottom: 2px solid #000;
  line-height: 1.4;
  background-color: transparent;
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.button-link:hover {
  text-decoration: none;
  color: #fff;
}
.button-link:focus {
  text-decoration: none;
}
.button-link:focus:hover {
  text-decoration: none;
  color: #fff;
}
.button-link:focus:hover::before {
  width: 100%;
}
.button-link:focus:hover::after {
  width: 100%;
}
.button-link span {
  position: relative;
  z-index: 4;
}
.button-link:hover::before {
  width: 100%;
}
.button-link:focus::before {
  width: 100%;
}
.button-link:hover::after {
  width: 100%;
  opacity: 1;
}
.button-link:focus::after {
  width: 100%;
}
.button-link::after {
  width: 0;
  background-color: #000;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  transition: width 0.4s, opacity 0.5s;
  opacity: 0;
}
.form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  outline: none;
  transition: 0.3s;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.form-control::-webkit-input-placeholder {
  transition: 0.3s;
}
.form-control.error {
  border-color: #FF8787 !important;
}
.form-control.error::placeholder {
  color: #E41D1D !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid black;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea.form-control {
  resize: none;
}
h1, .h1 {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-size: 4.25rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 991.9px) {
  h1, .h1 {
    font-size: 2.625rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}
h2, .h2 {
  font-family: "Oswald", sans-serif;
  line-height: 1.235;
  font-size: 4.0625rem;
}
@media screen and (max-width: 991.9px) {
  h2, .h2 {
    font-size: 2.625rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767.9px) {
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
h3, .h3 {
  font-family: "Oswald", sans-serif;
  line-height: 1.45;
  font-size: 2.625rem;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.9px) {
  h3, .h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  h3, .h3 {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-family: "Oswald", sans-serif;
  line-height: 1.7;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  h4, .h4 {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
h5, .h5 {
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  h5, .h5 {
    font-size: 1rem;
  }
}
h6, .h6 {
  font-family: "Oswald", sans-serif;
  line-height: 1.7;
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.h7 {
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.02px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 991.9px) {
  .h7 {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767.9px) {
  .h7 {
    font-size: 0.875rem;
  }
}
p, .p {
  font-size: 1rem;
  letter-spacing: 0.02px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767.9px) {
  p, .p {
    font-size: 0.875rem;
  }
}
p.supplementary-text, .p.supplementary-text {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  p.supplementary-text, .p.supplementary-text {
    font-size: 0.8125rem;
    line-height: 1.55;
  }
}
.error {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  text-transform: unset;
  font-family: "Roboto", sans-serif;
}
.text-error {
  color: #dc3232;
  display: block;
  margin-top: 10px;
}
.text-success {
  display: block;
  margin-top: 10px;
}
.title-xl {
  font-size: 65px;
}
.title-first {
  margin-top: 0;
  padding-top: 0;
}
a {
  color: #000;
  outline: none;
}
a:hover {
  color: #000;
}
pre {
  background: #fbfdff;
  border: 1px solid #e5e8ec;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.6;
  display: block;
  overflow-x: auto;
  padding: 17px 20px;
}
header {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  min-width: 100%;
  background-color: #fff;
  z-index: 160;
  padding: 0;
  height: 70px;
  transition: all 0.2s;
  flex: 0 0 auto;
}
header.fixed {
  height: 50px;
}
@media screen and (max-width: 767.9px) {
  header {
    top: -1px;
  }
}
@media (max-width: 659.9px) {
  header.fixed #menuButton:checked ~ .top-menu-wrapper {
    height: calc(100vh - 49px);
    top: 50px;
  }
}
header .col {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
header .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
header .no-gutters > .col, header .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.logo-main {
  padding: 0;
  margin: 0;
  transform: translateY(-4px);
  font-size: 32px;
}
.logo-main a {
  color: #000;
  text-decoration: none;
}
.logo-main a:hover {
  text-decoration: none;
  color: #000;
}
.logo-main a:focus {
  text-decoration: none;
  color: #000;
}
.logo-main .logo-sub-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: #3C4853;
  margin-left: 3px;
}
.top-menu-wrapper {
  padding: 0;
}
.top-menu-wrapper ul {
  padding: 0;
  margin: 0;
}
.top-menu-wrapper ul li {
  display: inline-block;
  list-style: none;
  font-family: "Oswald", sans-serif;
}
.top-menu-wrapper ul li a {
  padding: 3px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  color: #2F2F2F;
  text-decoration: none;
}
.top-menu-wrapper ul li a:after {
  width: 0;
  content: "";
  display: block;
  height: 2px;
  background-color: #2F2F2F;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.2s;
  opacity: 0;
}
.top-menu-wrapper ul li a:hover {
  text-decoration: none;
}
.top-menu-wrapper ul li a:focus {
  text-decoration: none;
}
.top-menu-wrapper ul li a:focus:hover {
  text-decoration: none;
}
@media screen and (min-width: 590px) {
  .top-menu-wrapper ul li a:focus:hover::after {
    width: 100%;
    opacity: 1;
  }
}
@media screen and (min-width: 590px) {
  .top-menu-wrapper ul li a:hover::after {
    width: 100%;
    opacity: 1;
  }
}
.top-menu-wrapper ul li:not(:last-child) a {
  margin-right: 20px;
}
.top-menu-wrapper ul li.current-menu-item > a {
  color: #fff;
  background-color: #2F2F2F;
  line-height: normal;
}
.top-menu-wrapper ul li.current-menu-item > a:after {
  display: none;
}
.top-menu-wrapper ul li.active a:hover::after {
  width: 0;
}
.top-menu-wrapper ul li.active a:focus::after {
  width: 0;
}
.top-menu-wrapper ul li.active a:focus:hover::after {
  width: 0;
}
.top-menu-wrapper ul li.current-menu-item > a:before {
  filter: invert(1);
}
@media screen and (max-width: 659.9px) {
  .top-menu-wrapper {
    display: block;
    position: absolute;
    padding: 0;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    top: 36px;
    right: 0;
    z-index: 0;
    transition: all 0.3s;
  }
  .top-menu-wrapper ul {
    padding: 0;
    transition: all 0.6s;
  }
  .top-menu-wrapper ul li {
    width: 100%;
    transition: all 0.3s;
    margin: 0;
    text-align: right;
  }
  .top-menu-wrapper ul li a {
    font-size: 16px;
  }
  .top-menu-wrapper ul li:not(:last-child) a {
    margin: 0;
  }
  .top-menu-wrapper ul li.menu-item-has-children .sub-menu {
    position: relative;
    box-shadow: none;
    display: block;
    text-align: right;
    padding: 10px 0 0 !important;
  }
  .top-menu-wrapper ul li.menu-item-has-children .sub-menu li {
    padding: 10px 0;
    margin: 0 !important;
  }
  .top-menu-wrapper ul li.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 576.9px) {
  .top-menu-wrapper ul li a {
    font-size: 13px;
  }
}
@media (max-width: 540.9px) {
  .top-menu-wrapper ul li:not(:last-child) a {
    margin-right: 10px;
  }
}
@media (min-width: 441px) {
  .top-menu-wrapper {
    display: block;
  }
}
@media screen and (max-width: 659.9px) {
  .menu-ico {
    height: 2px;
    width: 100%;
    position: relative;
    background-color: #000;
    display: block;
    top: auto;
    transition: all 0.3s;
  }
  .menu-ico:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s;
    top: -6px;
  }
  .menu-ico:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s;
    bottom: -6px;
  }
}
#menuButton {
  display: none;
}
@media screen and (max-width: 659.9px) {
  #menuButton:checked ~.top-menu-wrapper {
    height: calc(100vh - 59px);
    padding-top: 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-bottom: 15px;
    display: block;
    right: -15px;
    z-index: 6;
    width: 100%;
    top: 60px;
  }
  #menuButton:checked ~.top-menu-wrapper ul {
    padding: 0;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #menuButton:checked ~.top-menu-wrapper ul li {
    margin: 10px 0;
    text-align: right;
  }
  #menuButton:checked ~.menu-button .menu-ico {
    height: 0;
  }
  #menuButton:checked ~.menu-button .menu-ico:after {
    transform: rotate(45deg);
    top: -1px;
  }
  #menuButton:checked ~.menu-button .menu-ico:before {
    transform: rotate(-45deg);
    bottom: -1px;
  }
}
.menu-button {
  display: none;
}
@media (max-width: 659.9px) {
  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    width: 30px;
    height: 100%;
    transition: all 0.3s;
    margin: 0;
    /*background-color: #fff;*/
  }
}
/*.menu-mobile {
    display: none;

    img {
        width: 30px;
    }

    @media(max-width: 659.9px) {
        display: block;
    }
}*/
.footer-wrapper {
  padding: 25px 0;
  color: #757575;
  z-index: 5;
  position: relative;
  font-size: 14px;
  flex: 0 0 auto;
  border-top: none;
  background: #F7F7F7;
}
.footer-wrapper p {
  margin-bottom: 0;
}
.copyright-block p {
  font-size: 14px;
  line-height: 16px;
  color: #90969D;
}
.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0 50px;
  width: 100%;
  align-items: center;
}
@media screen and (min-height: 700px) {
  .page-404 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 0;
  }
}
.page-404 .block-video {
  max-width: 310px;
  margin: 0 auto 20px;
}
.page-404 h1 {
  margin-bottom: 10px;
}
.page-404 p {
  font-size: 1.125rem;
}
.page-404 .btns-area {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.page-404 .btns-area .btn {
  min-height: 50px;
  margin: 15px;
  border-width: 1px;
}
@media screen and (max-width: 419.9px) {
  .page-404 .btns-area {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .page-404 .btns-area .btn {
    margin: 0 0 15px;
  }
}
.doc-page {
  padding: 140px 0 60px;
}
@media screen and (max-width: 991px) {
  .doc-page {
    padding: 100px 0 60px;
  }
}
.doc-sidebar {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 991px) {
  .doc-sidebar {
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }
}
.doc-sidebar .search-filter {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .doc-sidebar .search-filter {
    margin-bottom: 25px;
  }
}
.doc-sidebar .search-filter .input-group {
  max-width: 100%;
}
.doc-sidebar .search-filter .input-group .input-group-append {
  position: absolute;
  right: 22px;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .doc-sidebar .search-filter .input-group .input-group-append {
    right: 5px;
  }
}
.doc-sidebar .search-filter .input-group .input-group-append .btn {
  padding: 0;
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
}
.doc-sidebar .search-filter .input-group .input-group-append .btn svg {
  width: 18px;
  height: 18px;
  stroke: #323232;
}
.doc-sidebar .search-filter .input-group .input-group-append .btn:focus {
  box-shadow: none;
}
.doc-sidebar .search-filter .input-group .form-control {
  padding: 8px 22px 8px 0;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0 !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #323232;
}
.doc-sidebar .search-filter .input-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3C4853;
}
.doc-sidebar .search-filter .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #3C4853;
}
.doc-sidebar .search-filter .input-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #3C4853;
}
.doc-sidebar .search-filter .input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #3C4853;
}
@media screen and (max-width: 991px) {
  .doc-sidebar .search-filter .input-group .form-control {
    padding: 8px 20px 8px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .doc-sidebar .search-filter {
    margin-bottom: 15px;
  }
  .doc-sidebar .search-filter .input-group {
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.doc-sidebar .doc-menu-wrapper h4 {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8db;
}
.doc-sidebar .doc-menu-wrapper .doc-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.doc-sidebar .doc-menu-wrapper .doc-menu li {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.doc-sidebar .doc-menu-wrapper .doc-menu li a {
  padding-left: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.doc-sidebar .doc-menu-wrapper .doc-menu li.doc-menu-item-with-children > a:before {
  content: "";
  background-image: url("/images/main/icon-caret.svg");
  width: 24px;
  display: block;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(0deg);
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
}
.doc-sidebar .doc-menu-wrapper .doc-menu li.doc-menu-item-with-children > a.collapsed:before {
  transform: rotate(-90deg) !important;
}
.doc-sidebar .doc-menu-wrapper .doc-sub-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  transition: all 0.5s ease-in;
}
.doc-sidebar .doc-menu-wrapper .doc-sub-menu li {
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.doc-sidebar .doc-menu-wrapper .doc-sub-menu li a {
  padding-left: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #737980;
}
.doc-sidebar .doc-menu-wrapper .doc-sub-menu li a:hover {
  color: #000000;
}
.doc-sidebar .doc-menu-wrapper .doc-sub-menu li.doc-menu-item-with-children > a:before {
  display: none;
}
.doc-sidebar .doc-menu-wrapper .doc-sub-menu li.doc-menu-item-with-children .doc-sub-menu {
  display: block;
  padding: 10px 10px 0;
}
.doc-sidebar .doc-menu-wrapper .hidden-menu {
  width: 100%;
}
.doc-sidebar .doc-menu-wrapper .card {
  padding: 10px 0 0;
  border: none;
}
.doc-sidebar .doc-menu-wrapper .doc-menu-item-current > a {
  font-weight: 600 !important;
  color: #000000 !important;
}
.doc-sidebar .doc-menu-wrapper .doc-menu-item-current > a:hover {
  color: #000000 !important;
}
.doc-content {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .doc-content {
    padding-left: 0;
  }
}
.doc-content blockquote {
  padding: 40px;
  margin: 30px 0;
  background: #F9F9F9;
  border-left: 2px solid #000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .doc-content blockquote {
    padding: 30px 20px;
    margin: 20px 0;
    font-size: 18px;
    line-height: 28px;
  }
}
.doc-content a:hover {
  text-decoration: underline;
}
