strong:not([class]) {
	font-weight: 700
}
a:not([class]) {
	color: #266dd9
}
a:not([class]):hover {
	text-decoration: underline
}
.mode--dark a:not([class]) {
	color: #fff;
	text-decoration: underline
}
p:not([class]):not(:first-child) {
	margin-top: 2em
}
button {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
:root {
  font-size: 1rem;
}
@media (min-width: 768px) {
  :root {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  :root {
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  :root {
    font-size: 1rem;
  }
}
body {
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  color: #1f1f1f;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
:focus {
  outline: none;
  outline-offset: 0;
}
@media (max-width: 767px) {
  .p20-main-content-wrapper {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .p20-main-content-wrapper {
    padding-bottom: 5rem;
  }
}
.p20-main-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
/*  */
.vue-ssr .v-breadcrumbs {
  padding: 1.5rem 0 1.25rem;
  margin: 0 !important;
  display: flex;
}
.vue-ssr .v-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.3125rem;
	color: #266dd9;
}
.vue-ssr .v-breadcrumbs__item svg {
	height: 1rem;
	width: 1rem;
}
.vue-ssr .v-breadcrumbs p {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
	.vue-ssr .v-breadcrumbs__item {
    width: 100%;
  }
  .vue-ssr .v-breadcrumbs__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vue-ssr .v-breadcrumbs__item svg {
    flex-shrink: 0;
  }
  .vue-ssr .v-breadcrumbs__item svg.chevron-next {
    display: none;
  }
	.vue-ssr .v-breadcrumbs__item:not(:nth-last-child(2)) {
    display: none;
  }
	.vue-ssr .v-breadcrumbs__item svg.chevron-prev {
    margin-right: 0.125rem;
  }
  .vue-ssr .v-breadcrumbs__item svg.chevron-prev path {
    fill: #266dd9;
  }
}
@media (min-width: 768px) {
  .vue-ssr .v-breadcrumbs {
    padding-bottom: 2.5rem;
  }
	.vue-ssr .v-breadcrumbs__item {
    color: #707070;
  }
	.vue-ssr .v-breadcrumbs__item:not(:first-of-type) {
		margin-left: 0.5rem;
	}
	.vue-ssr .v-breadcrumbs__item svg {
		margin-left: 0.5rem;
	}
	.vue-ssr .v-breadcrumbs__item svg path {
		fill: #c2c2c2;
	}
	.vue-ssr .v-breadcrumbs__item svg.chevron-prev {
    display: none;
  }
	.vue-ssr .v-breadcrumbs__item:last-of-type {
		color: #999999;
		pointer-events: none;
		display: inline;
	}
	.vue-ssr .v-breadcrumbs__item:last-of-type svg {
		display: none;
	}
}
/*  */
.header {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .header {
    margin-bottom: 4rem;
  }
}
.header__title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .header__title {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
/*  */
.tabs {
  position: relative;
  overflow: hidden;
  display: none;
  opacity: 0;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .tabs {
    padding-bottom: 4rem;
  }
  .tabs::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #EBEBEB;
    position: absolute;
    bottom: 2.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }
}
.tabs.show-element {
  display: block;
  opacity: 1;
}
.tabs .swiper {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  min-width: calc(100% + 0.75rem + 0.75rem)
}
.tabs__item {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  padding: 0.0625rem;
  border: 1px solid #ebebeb;
  border-radius: 1.5rem;
  margin-left: 0.5rem;
  width: auto !important;
}
.tabs__item:first-of-type {
  margin-left: 0.75rem;
}
.tabs__item:last-of-type {
  margin-right: 0.75rem;
}
.tabs__item-content {
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  white-space: nowrap;
}
.tabs__item--active {
  font-weight: 600;
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(180deg, #7b4cd9 0%, #b54fdf 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.tabs__item--active .tabs__item-content {
  background: linear-gradient(180deg, #7b4cd9 0%, #b54fdf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
/*  */
.doc {
  overflow: hidden;
}
.doc__cat-block {
  display: none;
  opacity: 0;
}
.doc__cat-block.show-element {
  display: block;
  opacity: 1;
}
.doc__cat-block ul {
  list-style-type: none;
  overflow: hidden;
}
.doc__cat-block > ul > li + li {
  padding-top: 2rem;
}
.doc__cat-block > ul > li > p {
  text-transform: uppercase;
  color: #707070;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .doc__cat-block ul > li p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.doc__cat-block ul ul {
  background-color: #F5F5F5;
  border-radius: 0.5rem;
}
.doc__cat-block ul ul > li {
  border-top: 1px solid #EBEBEB;
}
.doc__cat-block > ul > ul > li:first-child {
  border: 0;
}
.doc__cat-block ul ul > li p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.9375rem 3rem 0.9375rem 0.75rem;
  position: relative;
  cursor: pointer;
}
.doc__cat-block ul .doc__item--expanded > p {
  font-weight: 700;
}
.doc__cat-block ul ul ul {
  margin-left: 1.5rem;
  display: none;
  opacity: 0;
}
.doc__cat-block ul .doc__item--expanded > ul {
  display: block;
  opacity: 1;
}
.doc__cat-block ul ul li > p::after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.310473 7.68953C-0.0702879 7.30877 -0.0702879 6.69143 0.310473 6.31067L6.31047 0.310668C6.69123 -0.0700922 7.30857 -0.0700922 7.68933 0.310668L13.6893 6.31067C14.0701 6.69143 14.0701 7.30877 13.6893 7.68953C13.3086 8.07029 12.6912 8.07029 12.3105 7.68953L6.9999 2.37896L1.68933 7.68953C1.30857 8.07029 0.691234 8.07029 0.310473 7.68953Z' fill='%23707070'/%3E%3C/svg%3E");
  position: absolute;
  display: block;
  right: 1.1875rem;
  top: 15px;
  transition: 150ms;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .doc__cat-block ul ul li > p::after {
    display: none;
  }
}
.doc__cat-block ul .doc__item--has-children > p::after {
  transform: rotate(180deg);
  display: block;
}
.doc__cat-block ul .doc__item--has-children.doc__item--expanded > p::after {
  transform: rotate(0deg);
}
.doc__cat-block ul .doc__item--active > p {
  font-weight: 700;
}
.doc__content {
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .doc__content {
    display: block;
    opacity: 1;
  }
}
.doc__content.show-element {
  display: block;
  opacity: 1;
}
.doc__content-name {
  text-transform: uppercase;
  color: #707070;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .doc__content-name {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-top: 0;
  }
}
.doc__content-wrapper {
  display: none;
  opacity: 0;
}
.doc__content-wrapper.show-element {
  display: block;
  opacity: 1;
}
.doc__content-skeleton {
  display: none;
  opacity: 0;
}
.doc__content-skeleton.show-element {
  display: block;
  opacity: 1;
}
.error-content {
  text-align: center;
}
.error-content img {
  margin: 1rem auto 0;
}
@media (min-width: 768px) {
  .error-content img {
    margin-top: 3.75rem;
  }
}
.error-content__header {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-top: 2.375rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .error-content__header {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: 2.875rem;
    margin-bottom: 1.5rem;
  }
}
.error-content__body {
  font-size: 1rem;
  line-height: 1.5rem;
}
/*  */
.attachment {
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0;
}
.attachment .attachment__cta {
  display: none;
}
.attachment .attachment__name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem
}
.attachment .attachment__second-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
.attachment .attachment__additional-info {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #707070;
}
.attachment .attachment__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  color: #266DD9;
}
.attachment .attachment__link:hover {
  text-decoration: underline;
}
.attachment .attachment__link span {
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .attachment {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 0;
  }
  .attachment:first-child {
    padding: 1rem 0;
  }
  .attachment .attachment__second-line .attachment__link {
    display: none;
  }
  .attachment .attachment__cta {
    display: block;
    text-align: right;
  }
  .attachment .attachment__name {
    margin-bottom: 0.125rem
  }
}
/*  */
.v-documents-skeleton {
  padding: 1.5rem 0;
  border-bottom: 1px solid #F5F5F5;
}
@media (min-width: 768px) {
  .v-documents-skeleton {
      padding: 2rem 0;
  }
}
.v-documents-skeleton__line {
  position: relative;
  background: #F5F5F5;
  height: 0.75rem;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.v-documents-skeleton__line::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 1.5rem;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  animation: 1.6s ease-in infinite loading;
}
.v-documents-skeleton__line + .v-documents-skeleton__line {
  width: 37.5%;
  margin-top: 0.75rem;
}
.v-documents-skeleton__line + .v-documents-skeleton__line::after {
  animation: 1.6s ease-in infinite loadingsecond;
}

@keyframes loading {
  0% {
      transform: translateX(-100%);
      margin-left: 0;
  }
  81% {
      transform: translateX(100%);
      margin-left: 100%;
  }
  100% {
      transform: translateX(100%);
      margin-left: 100%;
  }
}
@keyframes loadingsecond {
  0% {
      transform: translateX(-100%);
      margin-left: 0;
  }
  50% {
      transform: translateX(100%);
      margin-left: 100%;
  }
  100% {
      transform: translateX(100%);
      margin-left: 100%;
  }
}


/* need to local version

.p20-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.p20-row {
  display: flex;
  flex-wrap: wrap;
}
.p20-col {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.p20-row {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
.p20-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.p20-col--s-12 {
	flex: 0 0 calc(100% / 1);
	max-width: calc(100% / 1)
}
.p20-col {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
@media (min-width: 768px) {
  .p20-row {
    margin-right: -0.665rem;
    margin-left: -0.665rem;
  }
  .p20-container {
    padding-right: 1.33rem;
    padding-left: 1.33rem;
  }
  .p20-col--m-3 {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
  .p20-col--m-8 {
    flex: 0 0 calc(100% / 1.5);
    max-width: calc(100% / 1.5)
  }
  .p20-col {
    padding-right: 0.665rem;
    padding-left: 0.665rem;
  }
}
@media (min-width: 1024px) {
  .p20-row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .p20-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .p20-col {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .p20-row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .p20-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p20-container--fixed {
    max-width: 79.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .p20-col {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
} */
