/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 760px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.section-acc {
  overflow: hidden;
}
.section-acc__header {
  margin-bottom: 40px;
}
.section-acc__header p + h1,
.section-acc__header p + h2,
.section-acc__header p + h3,
.section-acc__header p + h4,
.section-acc__header p + h5,
.section-acc__header p + h6 {
  margin-top: 49px;
}
@media (max-width: 1024px) {
  .section-acc__header p + h1,
  .section-acc__header p + h2,
  .section-acc__header p + h3,
  .section-acc__header p + h4,
  .section-acc__header p + h5,
  .section-acc__header p + h6 {
    margin-top: 30px;
  }
}
.section-acc__image {
  border-radius: 50%;
  height: 130px;
  width: 130px;
  overflow: hidden;
  margin-bottom: 36px;
}
.section-acc__image img,
.section-acc__image svg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.section-acc .acc-item {
  cursor: pointer;
  border-top: 1px solid var(--sk-color-border);
}
.section-acc .acc-item:last-child {
  border-bottom: 1px solid var(--sk-color-border);
}
.section-acc .acc-item__download {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 16px;
}
.section-acc .acc-item__download-row {
  display: block;
  padding: 0 0 18px;
  width: 100%;
  position: relative;
}
.section-acc .acc-item__download-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--sk-color-border);
}
.section-acc .acc-item__download-row:first-child {
  padding: 15px 0 15px;
}
@media (max-width: 768px) {
  .section-acc .acc-item__download-row:last-child {
    padding: 0;
  }
}
.section-acc .acc-item__download-row:last-child::after {
  content: none;
}
.section-acc .acc-item__download-title {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--sk-color-black);
}
.section-acc .acc-item__download .sk-btn {
  margin: 0 !important;
}
@media (max-width: 768px) {
  .section-acc .acc-item__download .sk-btn {
    padding: 6px 14px;
  }
}
.section-acc .acc-item__title {
  flex-basis: 80%;
  text-align: left;
  padding-right: 24px;
  will-change: color;
  transition: color 0.5s ease-in-out;
}
.section-acc .acc-item__title p {
  font-size: var(--sk-text--h4);
  line-height: 31px;
  letter-spacing: 0.21px;
  margin-bottom: 0;
  color: inherit;
}
.section-acc .acc-item__title-wrap {
  cursor: pointer;
  padding: 24px 0;
  width: 100%;
  background-color: transparent;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .section-acc .acc-item__title-wrap {
    padding: 16px 0;
  }
}
.section-acc .acc-item__content {
  text-align: left;
  overflow: hidden;
  order: 2;
  flex-basis: 100%;
  padding-right: 0;
}
.section-acc .acc-item .sk-btn-plus {
  order: 1;
}
.section-acc .acc-item__body {
  display: grid;
  transition: all 0.5s;
  grid-template-rows: 0fr;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.section-acc .acc-item__body-wrap {
  overflow-y: hidden;
}
.section-acc .acc-item__body-buttons {
  margin-top: 10px;
}
.section-acc .acc-item__body.download, .section-acc .acc-item__body.widget {
  padding-right: 15px;
}
.section-acc .acc-item__body.content {
  padding-right: 74px;
}
@media (max-width: 1280px) {
  .section-acc .acc-item__body.content {
    padding-right: 24px;
  }
}
.section-acc .acc-item__body.widget {
  overflow-x: scroll;
}
.section-acc .acc-item.active .acc-item__title, .section-acc .acc-item:hover .acc-item__title {
  color: var(--sk-color-primary);
}
.section-acc .acc-item:hover .sk-btn-plus {
  background-color: var(--sk-color-primary);
  border-color: var(--sk-color-primary);
}
.section-acc .acc-item:hover .sk-btn-plus::before, .section-acc .acc-item:hover .sk-btn-plus::after {
  background-color: var(--sk-color-white);
}
.section-acc .acc-item.active .acc-item__body {
  grid-template-rows: 1fr;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 760px) {
  .section-acc .acc-item.active .acc-item__body.content {
    padding: 0 15px 24px 0;
  }
}
.section-acc .acc-item.active .acc-item__body-wrap:first-child {
  margin-top: 10px;
}
@media (max-width: 760px) {
  .section-acc .acc-item.active .acc-item__body.download, .section-acc .acc-item.active .acc-item__body.widget {
    padding: 24px 15px 24px 0;
  }
}

.share-text {
  display: flex;
  align-items: center;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}

.share-copied {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 30px));
  transition: transform 0.5s ease-in-out;
}
.share-copied .sk-btn__share {
  margin-left: 3px;
}

.link-use-copy {
  overflow: hidden;
  position: relative;
}
.link-use-copy.successful-copied .share-copied {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.link-use-copy.successful-copied .share-text {
  display: flex;
  align-items: center;
  transform: translateY(30px);
}
