/* DO NOT EDIT MANUALLY. It's content rewrites by build system. */
* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 26px;
  color: #2b373f;
}

h1,
.h1 {
  font-size: 2.111rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-size: 1.777rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: 1.555rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 1.222rem;
  font-weight: 500;
}

.btn {
  font-size: 0.833rem;
  font-weight: 500;
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #eaeaea;
}

ul ul {
  list-style-type: disc;
}

section header {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2b373f;
}

.font-xxl {
  font-size: 2rem;
}

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

.font-ll {
  font-size: 1.33rem;
}

.font-l {
  font-size: 1.2rem;
}

.font-m {
  font-size: 1rem;
}

.font-s {
  font-size: 0.8333rem;
}

.font-ss {
  font-size: 0.8125rem;
  line-height: 1rem;
}

.font-xs {
  font-size: 0.667rem;
  line-height: 1rem;
}

.font-xxs {
  font-size: 0.625rem;
}

@media (max-width: 991.98px) {
  .font-s-md {
    font-size: 0.8333rem;
  }
}

.facebook {
  background: url("/images/footer/facebook.svg") center center no-repeat;
}

.twitter {
  background: url("/images/footer/twitter.svg") center center no-repeat;
}

.instagram {
  background: url("/images/footer/instagram.svg") center center no-repeat;
}

.linkedin {
  background: url("/images/footer/linkedin.svg") center center no-repeat;
}

.youtube {
  background: url("/images/footer/youtube.svg") center center no-repeat;
}

.background-contain {
  background-size: contain;
}

.btn-light {
  color: #2b373f;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-light:hover {
  color: #2b373f;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-outline-secondary {
  color: #2b373f;
  border-color: #2b373f;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-dark {
  color: #fff;
  border-color: #fff;
}

.btn-outline-dark:hover {
  color: #2b373f;
  background-color: #fff;
  border-color: #fff;
}

.btn-group, .btn-group-vertical {
  display: block;
}

.img-fluid {
  min-height: 1px;
}

a:hover {
  color: #007bff;
  text-decoration: underline;
}

.modal-open {
  padding-right: 0 !important;
}

.table {
  color: #2b373f;
}

.table th {
  font-weight: 500;
}

.table .thead-light th {
  color: #2b373f;
}

.table .thead-light th.cell-default {
  background-color: #F7F7F7;
}

blockquote {
  font-style: italic;
  font-weight: 300;
  border-left: 1px solid #2b373f;
  padding-left: 48px;
}

.text-muted {
  color: #a5a5a5 !important;
}

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

code {
  color: #2b373f;
}

@media all and (-ms-high-contrast: none) {
  .display-run-in {
    display: run-in;
  }
}

.btn-wide {
  padding-left: 35px;
  padding-right: 35px;
}

.btn-secondary {
  color: #fff;
  background-color: #ffffff00;
  border-color: #fff;
}

.btn-secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-close {
  background-image: url("/images/theme/cross.svg");
  background-repeat: no-repeat;
  right: 10px;
  top: 10px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  overflow: hidden;
  position: absolute;
  opacity: 0.3;
}

.btn-close:hover {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .btn-mobile {
    width: 100%;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
}

.collapse-header {
  color: #2b373f;
  margin-bottom: 1em;
  margin-left: 2rem;
  display: block;
}

.collapse-header:hover {
  color: #2b373f;
  text-decoration: none;
}

.collapse-header::before {
  content: " ";
  background: url("/images/theme/chevron-collapse.svg") no-repeat center center;
  margin-left: -2rem;
  margin-right: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  border: 0;
  display: inline-block;
  transition: transform .25s ease;
}

.collapse-header[aria-expanded="false"]::before {
  transform: rotate(-90deg);
}

.collapse-body {
  padding-left: 2rem;
  margin-bottom: 1.5em;
}

.label {
  font-size: 1.222rem;
  line-height: 1.777rem;
  font-weight: 300;
}

.ul-0 {
  padding-left: 20px;
  counter-reset: chapter;
}

.new-row {
  min-height: 2rem;
}

.bg-1 {
  background-color: #f3f3f3;
}

.bg-2 {
  background-color: #F3F9FE;
}

.bg-intro {
  background-color: #F3F9FE;
  background-position-y: top;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-intro.bg-intro-valign-down {
  background-position-y: bottom;
  background-color: transparent;
}

.text-color-light {
  color: #fff;
}

.text-color-dark {
  color: #2b373f;
}

.cb-card {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.cb-list-item {
  margin-bottom: 1rem;
  margin-left: 1.3rem;
  display: block;
  position: relative;
}

.cb-list-item::before {
  content: " ";
  background: url("/images/theme/list-buller-1.svg") no-repeat center center;
  margin-left: -1.3rem;
  margin-right: 1rem;
  width: 0.3rem;
  height: 1.5rem;
  border: 0;
  display: inline-block;
  position: absolute;
}

.text-color-gray {
  color: #a5a5a5;
}

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

.document-link-pb {
  padding-bottom: 1em;
}

.document-link-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.document-link-wrapper + .document-link-wrapper {
  border-top: 1px solid #eaeaea;
}

.document-link-wrapper.d-none + .document-link-wrapper:not(.d-none).document-link-pb {
  padding-bottom: 0;
}

.color-bullet-1 {
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border-radius: 1em;
  border: 0;
  display: inline-block;
  background: #60E265;
  margin-top: 0.1em;
  vertical-align: baseline;
}

.color-bullet-2 {
  width: 0;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border-top: 0;
  border-bottom: 1em solid #FFD305;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  display: inline-block;
  margin-top: 0.1em;
  vertical-align: baseline;
}

.color-bullet-3 {
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  border: 0;
  display: inline-block;
  background: #2378FF;
  margin-top: 0.1em;
  vertical-align: baseline;
}

.doc-nav {
  display: block;
  top: 15px;
}

.doc-toc-item {
  list-style: none;
  position: relative;
  margin-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.doc-toc-link {
  padding-right: 2rem;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.42em;
  color: #2b373f;
}

.doc-toc-link.part {
  font-size: 0.8333rem;
}

.doc-toc-1 {
  margin-left: 0;
}

.doc-toc-2 {
  margin-left: 10px;
}

.doc-toc-3 {
  margin-left: 20px;
}

.doc-toc-4 {
  margin-left: 30px;
}

.doc-toc-5 {
  margin-left: 40px;
}

.doc-toc-6 {
  margin-left: 50px;
}

.doc-toc-7 {
  margin-left: 60px;
}

.doc-subtoc {
  display: block;
  margin-block-start: 0.8rem;
  margin-block-end: 0.8rem;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  padding-left: 0;
}

.doc-subtoc > .doc-toc-item:last-child {
  padding-bottom: 0;
}

.doc-subtoc > .doc-toc-item:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  border-left: 2px solid #a5a5a5;
  width: 1px;
  top: 0;
}

.doc-toc-btn {
  width: 0.8rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  right: 0.8rem;
  display: flex;
}

.doc-toc-btn[aria-expanded="false"] .doc-toc-chevron {
  transform: rotate(-90deg);
}

.doc-toc-btn:focus {
  outline: 0;
  box-shadow: none;
}

.doc-btn-category {
  text-align: left;
}

.doc-btn-category.active {
  background-color: #eaeaea;
}

.doc-btn-category.pl-4:hover {
  background-color: #eaeaea;
}

.doc-toc-chevron {
  cursor: pointer;
  width: 0.8rem;
  min-width: 0.8rem;
  height: 0.8rem;
  background: url("/images/theme/chevron.svg") no-repeat center center;
  margin-left: auto;
  align-self: center;
  transition: transform .5s ease;
}

.doc-terminal b {
  font-weight: bold;
}

.document {
  padding-top: 1.5rem;
  margin-bottom: 10rem;
}

@media (max-width: 767.98px) {
  .document .title {
    overflow-wrap: break-word;
  }
}

.document .msgentry {
  margin-bottom: 40px;
}

.document .msgentry::after {
  content: '';
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.document .msgentry > .msg {
  /*		   display: flex;
            flex-direction: row;
            align-items: flex-start;
            padding: 1rem;
            background: $color-gray-alabaster;
            border-radius: 8px;
            margin-bottom: 22px;*/
  /* &::before {
                content: url($site-url-prefix + "/images/theme/doc-info-red.svg");
                margin-right: .5em;
            } */
}

.document .msgentry > .msg > p {
  margin: 0;
}

.document .admonition {
  padding: 18px 30px;
  border-radius: 8px;
}

.document .admonition p,
.document .admonition .doc-p {
  font-size: 85%;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.document .admonition .doc-p .simplelist {
  margin-top: 12px;
  font-family: monospace;
  font-size: 85%;
  color: #2758aa;
}

.document .admonition.note {
  background: #f2f9ff;
  border: 1px solid #acc6dd;
}

.document .admonition.note > .title::before {
  content: url("/images/theme/doc-info.svg");
}

.document .admonition.important {
  background: #d5f7c6;
  border: 1px solid #b0c9a5;
}

.document .admonition.important > .title::before {
  content: url("/images/theme/doc-info.svg");
}

.document .admonition.warning {
  background: #ffe1e1;
  border: 1px solid #e39494;
}

.document .admonition.warning > .title::before {
  content: url("/images/theme/doc-warning.svg");
}

.document .admonition.caution {
  background: #ffefc5;
  border: 1px solid #ffbb0b;
}

.document .admonition.caution > .title::before {
  content: url("/images/theme/doc-warning.svg");
}

.document .admonition.tip {
  background: #eeeeee;
}

.document .admonition.tip > .title::before {
  content: url("/images/theme/doc-tip.svg");
}

.document .admonition .title {
  font-weight: 400;
  font-size: 1rem;
}

.document .admonition .title::before {
  content: url("/images/theme/doc-info.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  width: 1.5em;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

.document .btn.doc-btn-category.pl-0:hover {
  background-color: #ececec;
  border-radius: 3px;
}

.document .procedure {
  padding-left: 0px;
}

.document li.step {
  display: flex;
  flex-direction: column;
}

.document li.step:not(:last-child) {
  margin-bottom: 1rem;
}

.document .table-sm th,
.document .table-sm td {
  padding: 0.5rem;
}

.document .calloutlist p {
  margin-bottom: 0px;
}

.document .doc-callout-table {
  width: 100%;
}

.document .doc-callout-table tbody {
  vertical-align: top;
}

.document .doc-bookinfo,
.document .doc-articleinfo,
.document .screen,
.document .programlisting {
  background: #fafafa;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 19px;
  margin-top: 20px;
}

.document .doc-bookinfo,
.document .doc-articleinfo {
  width: 100%;
}

@media (max-width: 991.98px) {
  .document .doc-bookinfo,
  .document .doc-articleinfo {
    flex-direction: row;
    width: 100%;
  }
}

.document .userinput {
  font-weight: bold;
}

.document .userinput--highlight {
  background-color: #fff4d5;
}

.document .computeroutput {
  color: grey;
}

.document .userinput .emphasis {
  color: #007bff;
}

.document .p,
.document .doc-p,
.document .cmdsynopsis {
  margin-bottom: 1rem;
}

.document .admonition,
.document .itemizedlist,
.document .table,
.document .informaltable,
.document .orderedlist {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.document .doc-figure {
  font-style: italic;
  font-weight: 300;
  font-size: 0.8125rem;
  margin-top: 1rem;
}

.document .firstterm {
  font-weight: bold;
}

.document .table {
  color: #2b373f;
}

.document .table th,
.document .table thead > tr > th {
  color: #2b373f;
  font-weight: 500;
  background-color: #FAFBFC;
}

.document .table thead > tr,
.document .table tbody > tr {
  border-bottom: none;
}

.document .table tbody > tr > th {
  background-color: #FAFBFC;
}

.document .table th > p,
.document .table td > p {
  margin-bottom: 0;
}

.document .table .c1 {
  white-space: nowrap;
}

.document .informaltable th > p,
.document .informaltable td > p {
  margin-bottom: 0;
}

.document .informaltable td,
.document .informaltable th {
  padding-top: 0;
  vertical-align: top;
}

.document .informaltable.border-0 td:first-child,
.document .informaltable.border-0 th:first-child {
  padding-left: 0;
}

.document .informaltable.border-0 td:last-child,
.document .informaltable.border-0 th:last-child {
  padding-right: 0;
}

.document .informaltable.table-bordered {
  width: 100%;
}

.document .table-bordered thead th,
.document .table-bordered thead td {
  border-bottom-width: 1px;
}

.document .doc-product-def {
  flex-direction: column;
}

@media (min-width: 992px) {
  .document .doc-product-def {
    flex-direction: row;
  }
}

.document .doc-product-def dt {
  font-weight: 400;
}

.document .doc-product-def dt::after {
  content: ' ';
  white-space: pre;
}

.document .doc-product-def dd {
  margin-bottom: 0;
}

.document .simplelist {
  border: none;
}

.document .literal,
.document .cmdsynopsis,
.document .releaseinfo,
.document .parameter {
  padding: 1px 4px 2px;
  background: #EFEFEF;
  border-radius: 3px;
  color: #2b373f;
  font-family: monospace;
}

.document .term {
  color: #2b373f;
}

.document .underline {
  text-decoration: underline;
}

.document .part > .titlepage {
  padding-bottom: 18px;
}

.document .chapter > .titlepage {
  padding-bottom: 18px;
  padding-top: 18px;
}

.document .keycap {
  position: relative;
  display: inline-block;
  margin: 0 1px 2px;
  padding: 4px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: .2px;
  background: #fafafa;
  font-family: inherit;
  line-height: 1em;
}

.document .releaseinfo {
  font-size: 0.8333rem;
}

.document .preface > .titlepage {
  font-size: 1rem !important;
}

.document .titlepage .title {
  padding-top: 22px;
}

.document .listitem::marker {
  color: #2b373f;
}

.document .listitem > p {
  margin-block-end: 0.2rem;
}

.document .email {
  font-family: 'Roboto';
  font-weight: normal;
}

.document td > table > tbody > tr > td {
  border: none !important;
}

.document .refnamediv {
  background-color: #FAFBFC;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  margin-top: 4.5rem;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
}

.document .figure .img-fluid,
.document .informalfigure .img-fluid {
  vertical-align: top;
}

.document .figure + .figure,
.document .informalfigure + .figure {
  margin-left: 40px;
}

.document .guimenuitem,
.document .guibutton,
.document .guilabel,
.document .guimenu {
  font-weight: bold;
}

.footnote-number {
  font-weight: bold;
}

.bd-clipboard {
  position: relative;
  display: none;
  float: right;
}

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

.btn-clipboard {
  position: absolute;
  top: 1.4rem;
  right: .1rem;
  z-index: 10;
  display: inline-block;
  padding: .15rem .15rem;
  font-size: 75%;
  line-height: 75%;
  color: #2b373f;
  cursor: pointer;
  background-color: transparent;
  opacity: 0.5;
  border: 0;
  border-radius: .3rem;
  white-space: nowrap;
}

.btn-clipboard::before {
  content: url("/images/theme/copy-text.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  width: 1rem;
  height: 1rem;
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

.anchor-link--hide {
  color: transparent;
  position: absolute;
  transform: translateX(-100%);
  padding-right: 8px;
}

.anchor-link-show {
  color: #007bff;
  opacity: 0.5;
}

.anchor-link-show:hover {
  opacity: 1;
  text-decoration: none;
}

.document-link {
  min-height: 27px;
}

.document-link-pdf {
  background: #fff url("/images/theme/document-link-pdf.svg") no-repeat;
  margin-left: 15px;
  min-width: 27px;
  height: 27px;
}

.document-link-pdf:hover {
  background: #fff url("/images/theme/document-link-pdf-hover.svg") no-repeat;
}

.gr-2 {
  float: left;
  width: 50%;
  margin-left: 30%;
  padding-right: 15px;
}

.gr-3 {
  float: left;
  width: 65%;
  margin-left: 30%;
}

@media (max-width: 991.98px) {
  .gr-2 {
    width: 80%;
    margin-left: 0;
    padding-left: 15px;
  }
  .gr-3 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .gr-2 {
    width: 100%;
  }
}

.contents-wrap {
  padding: 1rem;
}

.link-back-arrow {
  color: #abb2b7;
  font-size: 0.667rem;
  margin-left: 1em;
}

.link-back-arrow::before {
  content: " ";
  background: url("/images/theme/timestamp-icon.svg") no-repeat center center;
  margin-left: -1em;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border: 0;
  display: inline-block;
}

.doc-logo-navigation {
  background-color: #f7f7f7;
  z-index: 3;
  top: 0;
}

.doc-logo-container {
  min-height: 40px;
  align-items: center;
  display: flex;
}

@media (min-width: 992px) {
  .categories-container {
    min-height: 100vh;
  }
}

.document-index {
  min-height: calc(100vh - 16rem);
}

@media (max-width: 991.98px) {
  .document-index {
    min-height: calc(100vh - 19rem);
  }
}

.mobile-menu-container {
  max-width: 100vw;
}

@media (max-width: 991.98px) {
  .mobile-menu-container {
    max-height: calc(100vh - 40px);
  }
}

.italic {
  font-style: italic;
}

.systemitem {
  display: inline-block;
}

strong.command > code {
  font-weight: bold;
  font-family: monospace;
  display: inline-block;
}

dl.variablelist > dd {
  margin-left: 2em;
}

div.msgentry > div.msgexplan > p {
  padding-left: 2em;
}

.msg {
  font-family: inherit;
  font-weight: bold;
  margin-bottom: 0.3em;
}

footer {
  background-color: #fff;
  clear: both;
  font-size: 0.666rem;
  font-weight: normal;
  color: #2b373f;
  border-top: 1px solid #eaeaea;
}

footer .dropdown-chevron::after {
  background: url("/images/theme/chevron-light.svg") no-repeat center center;
}

footer h2 {
  margin-bottom: 0.5rem;
}

.dropdown-chevron {
  display: flex;
}

.dropdown-chevron::after {
  transition: transform .25s ease;
  cursor: pointer;
  width: 0.6em;
  height: 0.6em;
  background: url("/images/theme/chevron.svg") no-repeat center center;
  display: flex;
  margin-left: auto;
  align-self: center;
}

.dropdown-chevron.menu-mobile-chevron::after {
  width: 1em;
  height: 1em;
  background: url("/images/theme/menu-mobile-chevron.svg") no-repeat center center;
}

.dropdown-chevron[aria-expanded="true"]::after {
  content: ' ';
}

.dropdown-chevron[aria-expanded="false"]::after {
  content: ' ';
  transform: rotate(-90deg);
}

.footer-collapse {
  margin-top: 10px;
  margin-bottom: 30px;
}

.footer-collapse li {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .collapse.footer-collapse {
    display: block;
    margin-bottom: 10px;
  }
  .footer-block-title {
    pointer-events: none;
    cursor: default;
    margin-bottom: 2rem;
  }
  .dropdown-chevron::after {
    display: none;
  }
}

.footer-block-title {
  color: #2b373f;
  font-size: 0.888rem;
  font-weight: normal;
  margin: 0 0 0.75em;
}

.footer-block-title:hover {
  color: #2b373f;
  text-decoration: none;
}

.footersocial {
  clear: both;
  display: block;
  min-height: 25px;
}

.footersocial-item {
  display: inline-block;
  margin-right: 11px;
}

.footersocial-link {
  width: 21px;
  height: 21px;
  text-indent: -9999px;
  display: block;
  opacity: 0.8;
  transition: all .2s ease-in-out;
}

.footersocial-link:hover {
  opacity: 1;
}

.form-group {
  padding-bottom: 0.5em;
}

.warning-box {
  background-color: aliceblue;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #2758aa;
}

.form-popup-wrapper {
  display: none;
  z-index: 203;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.form-popup-block {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 40px;
  outline: 0;
  width: 400px;
}

.form-popup-block .spinner {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-cross {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 20px;
  height: 20px;
}

.form-cross:before, .form-cross:after {
  position: absolute;
  left: 11px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #2871ae;
}

.form-cross:before {
  transform: rotate(45deg);
}

.form-cross:after {
  transform: rotate(-45deg);
}

.form-control-find {
  background: #fff url("/images/theme/spyglass.svg") no-repeat 6px;
  padding-left: 28px;
}

.carousel-item-inner {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 600px;
}

.carousel-item-media {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel-item-text {
  height: 100%;
}

.front-carousel .row {
  height: 100%;
  align-items: center;
}

.front-carousel .col {
  margin-bottom: 50px;
}

.front-carousel picture {
  position: absolute;
  top: 0;
  margin-left: 50%;
  transform: translateX(-50%);
}

.carousel-item-text-pane {
  color: #fff;
}

.carousel-item-text-pane h2 {
  font-size: 2.111rem;
  color: #fff;
}

.rounded-image {
  border-radius: 4px;
}

.carousel-control-prev-icon {
  background-image: url("/images/theme/arrow-left.svg");
}

.carousel-control-next-icon {
  background-image: url("/images/theme/arrow-left.svg");
  transform: rotate(180deg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

.carousel-nav {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}

.carousel-nav-control {
  opacity: 0.5;
  transition: opacity 250ms;
}

.carousel-nav-control:hover {
  opacity: 0.9;
}

.image-wide {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.image-small {
  max-width: 50%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.shadow-dark {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  transition: box-shadow .15s ease-out;
}

.eupopup-container {
  background-color: rgba(243, 243, 243, 0.98);
  backdrop-filter: blur(8px);
  color: #2b373f;
  display: none;
  z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.eupopup-container-fixedtop {
  position: fixed;
}

.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
}

.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}

.eupopup-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-y-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-py-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-t-1 {
  margin-top: 20px;
}

.container-b-1 {
  margin-bottom: 20px;
}

.container-y-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-py-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-t-2 {
  margin-top: 30px;
}

.container-b-2 {
  margin-bottom: 30px;
}

.container-y-3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-py-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-t-3 {
  margin-top: 50px;
}

.container-b-3 {
  margin-bottom: 50px;
}

.container-y-4 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.container-py-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-t-4 {
  margin-top: 80px;
}

.container-b-4 {
  margin-bottom: 80px;
}

.container-y-5 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-py-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-t-5 {
  margin-top: 100px;
}

.container-b-5 {
  margin-bottom: 100px;
}

.row-intro {
  min-height: 550px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-cb {
  padding-top: 50px;
  padding-bottom: 50px;
}

.a-yellow {
  color: khaki;
}

.a-yellow:hover {
  color: lemonchiffon;
}

.link-header {
  color: #2b373f;
}

.link-header:hover {
  color: #2378FF;
  text-decoration: none;
}

.link-with-arrow {
  color: #2b373f;
  align-items: center;
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
}

.link-with-arrow::after {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: url("/images/theme/arrow-right-plate.svg") no-repeat center center;
  width: 17px;
  height: 13px;
  vertical-align: baseline;
  content: '';
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.link-with-arrow:hover {
  color: #2378FF;
  text-decoration: none;
}

.link-with-arrow:hover::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.plate-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .plate-container {
    flex-direction: column;
  }
}

.plate-with-link {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 20px;
  height: 100%;
  min-height: 287px;
  width: 237px;
  margin-right: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .plate-with-link {
    margin-left: auto;
    margin-right: auto;
  }
}

.plate-with-link:hover {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  text-decoration: none;
}

.plate-with-link:hover .link-with-arrow {
  color: #2378FF;
  text-decoration: none;
}

.plate-with-link:hover .link-with-arrow::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.plate-with-link:hover .file-ext {
  color: #2b373f;
}

.plate-with-link .label {
  color: #2b373f;
}

.plate-with-link .file-ext {
  color: #2b373f;
  font-weight: bold;
  font-size: 0.667rem;
  text-transform: uppercase;
}

.community-plate {
  box-shadow: 0px 8px 24px rgba(14, 51, 82, 0.1);
  transition: box-shadow .15s ease-out;
  display: block;
  color: #2b373f;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.community-plate:hover {
  text-decoration: none;
  color: #2b373f;
}

.community-plate:hover .link-with-arrow {
  color: #2378FF;
  text-decoration: none;
}

.community-plate:hover .link-with-arrow::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
  background: url("/images/theme/arrow-right-plate--hover.svg") no-repeat center center;
}

.nav-text {
  font-weight: 300;
  font-size: 0.833rem;
  transition: background-color .1s ease;
  align-content: stretch;
  display: inline-flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.nav-text-main-menu {
  font-weight: 500;
  display: flex;
}

@media (min-width: 992px) {
  .nav-text-main-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.nav-text-main-menu.active > .nav-text-main-menu-inner {
  border-bottom: 2px solid #2b373f;
}

.nav-text-main-menu-inner {
  display: inline-flex;
  height: 40px;
  align-items: center;
}

.nav-link {
  color: #2b373f;
  text-decoration: none;
  text-transform: none;
  align-items: center;
  flex-direction: row;
  transition: background-color .1s ease;
}

.nav-link:hover {
  text-decoration: none;
  color: #2b373f;
  background-color: #f3f3f3;
}

.nav-link.menu-toggle[aria-expanded="true"] {
  background-color: #f3f3f3;
}

.nav-link.menu-toggle::after {
  transition: transform .5s ease;
}

.nav-link.menu-toggle[aria-expanded="true"] .nav-arrow {
  margin-left: 5px;
  background: url("/images/theme/drop-down.svg") no-repeat center center;
  width: 7px;
  height: 7px;
  vertical-align: -.1em;
  content: '';
  transform: rotate(180deg);
  border: 0;
}

.nav-link.menu-toggle[aria-expanded="false"] .nav-arrow {
  margin-left: 5px;
  background: url("/images/theme/drop-down.svg") no-repeat center center;
  width: 7px;
  height: 7px;
  vertical-align: -.1em;
  content: '';
  border: 0;
}

.user-menu-line {
  height: 0.1px;
  width: 100%;
  background: #221F1F;
}

.dropdown-item {
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: normal;
  line-height: 1.2;
}

.dropdown-item.active {
  background-color: #f3f3f3;
  color: #2b373f;
}

.dropdown-item:hover {
  color: #2b373f;
  text-decoration: underline;
}

.dropdown-item:hover:not(.active) {
  background-color: #fff;
}

.menu-main-dropdown {
  width: 100%;
  border: 0;
  margin-top: 0;
  position: absolute;
  top: 40px !important;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0;
  transform: none !important;
  z-index: 1060;
}

.main-menu-column-title {
  font-weight: 500;
  font-size: 0.833rem;
  margin-bottom: 0.5em;
}

.menu-main-dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 21px 0 21px;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0 15px 0 15px;
  }
}

.menu-item-mobile:not(:last-child) {
  box-shadow: 0px 1px 0px #eaeaea;
}

.dropdown-menu.show {
  border: 0;
}

#desktop-menu-darkness {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.navbar-expand-lg {
  z-index: 1060;
}

.navbar-expand-lg > .container {
  padding-left: 15px;
  padding-right: 15px;
}

.menu-group-link {
  color: #2b373f;
}

.menu-group-link.active {
  background-color: #f3f3f3;
  color: #2b373f;
}

.menu-group-link:hover {
  color: #2b373f;
}

.menu-group-link::after {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background: url("/images/theme/arrow-right-menu.svg") no-repeat center center;
  width: 8px;
  height: 8px;
  content: '';
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}

.menu-group-link:hover::after {
  content: '';
  margin-left: 20px;
  margin-right: 0;
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  text-decoration: none;
}

.menu-group-link-external {
  color: #212529;
}

.menu-group-link-external::after {
  transform: rotate(-45deg);
}

.menu-group-link-external:hover::after {
  transform: rotate(0deg);
  margin-left: 10px;
}

.navbar {
  padding: 0;
  background-color: #fff;
}

.navbar > .container {
  min-height: 40px;
}

.navbar-logo {
  max-height: 35px;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

#toggle-nav {
  cursor: pointer;
  width: 17px;
}

#toggle-nav[aria-expanded="true"] {
  background: url("/images/theme/mobile-menu-close.svg") no-repeat center center;
}

#toggle-nav[aria-expanded="false"] {
  background: url("/images/theme/hamburger.svg") no-repeat center center;
}

.gr-1 {
  background-color: #f7f7f7;
  max-height: 100vh;
  overflow: auto;
  float: left;
  width: 25%;
  position: fixed;
  top: 0;
}

@media (min-width: 992px) {
  .gr-1.collapse {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .gr-1 {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 1060;
  }
}

.pagination-button {
  color: #2b373f;
  display: inline-block;
  font-size: 0.8333rem;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  padding: .2rem .5rem;
  line-height: 1.5;
}

.pagination-button.pagination-link {
  color: #2b373f;
  display: inline-block;
  font-size: 0.8333rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pagination-button.pagination-link:hover {
  color: #2b373f;
  text-decoration: underline;
}

.pagination-button.active {
  border: 0.5px solid #2b373f;
  border-radius: 3px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .slick-3 .slick-track {
    height: 355px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slick-3 .slick-track {
    height: 295px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slick-3 .slick-track {
    height: 215px;
  }
}

@media (max-width: 767.98px) {
  .slick-3 .slick-track {
    min-height: 250px;
  }
}

.slick-3 .slick-slide:focus {
  outline: none;
}

.slick-3 .slick-slide:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .slick-3 .slick-slide {
    min-height: 250px;
  }
}

.table-headed td, .table-headed th {
  border-top: 1px solid #fff;
}

.table-headed thead th {
  border-bottom: 1px solid #fff;
}

.table-striped-cols tbody > tr > :nth-child(even) {
  background-color: #EFEFEF;
}

.table-striped-cols tbody > tr > :nth-child(odd) {
  background-color: #F7F7F7;
}

.table-striped-rows tbody > :nth-child(even) {
  background-color: #EFEFEF;
}

.table-striped-rows tbody > :nth-child(odd) {
  background-color: #F7F7F7;
}

.table-fixed-0 th {
  width: 1%;
}

@media (max-width: 767.98px) {
  .table-header-nowrap-sm th {
    white-space: nowrap;
  }
  .table-fixed-1 thead th {
    min-width: 100px;
  }
}

.table-test th, .table-test td {
  vertical-align: middle;
  text-align: center;
}

.table-test th.hpe-col-left, .table-test td.hpe-col-left {
  border-left: 1px solid #e0e0e0;
}

.table-test th.hpe-col-right, .table-test td.hpe-col-right {
  border-right: 1px solid #e0e0e0;
}

.table-test thead th {
  vertical-align: middle;
}

.table-test .cell-default {
  background-color: #F7F7F7;
}

.table-test .color-table-header {
  background-color: #FAFBFC;
}

.ow-tab .nav-tabs {
  justify-content: center;
  border-bottom: 4px solid #E8E8E8;
  border-left: 0;
  border-right: 0;
  border-radius: 2px;
}

.ow-tab .nav-tabs .nav-link {
  color: #9B9B9B;
  border-bottom: 4px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1.2rem;
}

.ow-tab .nav-tabs .nav-link.active {
  color: #2b373f;
}

.ow-tab .nav-tabs .nav-link:hover {
  color: #2b373f;
  background-color: transparent;
  border-bottom-color: transparent;
}

@media (max-width: 991.98px) {
  .ow-tab .nav-tabs .nav-link {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .ow-tab .nav-tabs .nav-link {
    margin-left: 1em;
    margin-right: 1em;
  }
  .ow-tab .nav-tabs .nav-link.active {
    color: #2b373f;
    background-color: transparent;
    border-color: transparent transparent #2378FF;
    margin-bottom: -4px;
  }
  .ow-tab .nav-tabs .nav-link:hover {
    border-color: transparent transparent #D1D1D1;
    margin-bottom: -4px;
  }
}

.ow-tab .tab-content {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .ow-tab .tab-content h2 {
    display: none;
  }
}

.question {
  background: #2b373f;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  width: 1.2em;
  font-size: 0.8em;
  vertical-align: 0.15em;
  margin-left: 0.4rem;
}

.question:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  text-align: left;
  padding: 3px 8px;
  color: #2b373f;
  background-color: #f7f7f7;
  border-radius: .5rem;
  border: solid #2758aa;
}

@media (min-width: 1200px) {
  .tooltip-inner {
    max-width: 600px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tooltip-inner {
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tooltip-inner {
    max-width: 400px;
  }
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  content: "";
  border-bottom-color: #2758aa;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  content: "";
  border-top-color: #2758aa;
}

.tooltip .arrow::after {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::after, .tooltip.bs-tooltip-bottom .arrow::after {
  margin-top: 0.2rem;
  content: "";
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #f7f7f7;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::after, .tooltip.bs-tooltip-top .arrow::after {
  margin-top: -0.2rem;
  content: "";
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #f7f7f7;
}
