:root {
  --color-grey: #f3f3f3;
  --color-grey-2: #ededed;
  --color-dark-bg: #4b4b4b;
  --color-white: #fff;
  --color-black: #000;
  --color-orange: #f07c21;
}

body:not(.wp-core-ui),
html:not(.wp-toolbar) {
  /* Tutaj umieszczamy style globalne */
  font-family: inherit;
  background-color: #fff;
  color: #000;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body:not(.wp-core-ui) #wpadminbar,
html:not(.wp-toolbar) #wpadminbar {
  display: none !important;
}
body:not(.wp-core-ui) *,
html:not(.wp-toolbar) * {
  font-family: "Outfit";
}
body:not(.wp-core-ui) h1,
body:not(.wp-core-ui) h2,
body:not(.wp-core-ui) h3,
body:not(.wp-core-ui) h4,
body:not(.wp-core-ui) h5,
body:not(.wp-core-ui) h6,
html:not(.wp-toolbar) h1,
html:not(.wp-toolbar) h2,
html:not(.wp-toolbar) h3,
html:not(.wp-toolbar) h4,
html:not(.wp-toolbar) h5,
html:not(.wp-toolbar) h6 {
  margin: 0;
}
body:not(.wp-core-ui) img,
body:not(.wp-core-ui) svg,
html:not(.wp-toolbar) img,
html:not(.wp-toolbar) svg {
  display: flex;
  width: 100%;
  height: auto;
}
body:not(.wp-core-ui) .et-container,
html:not(.wp-toolbar) .et-container {
  max-width: 1286px;
  margin: auto;
}
@media only screen and (max-width: 1320px) {
  body:not(.wp-core-ui) .et-container,
html:not(.wp-toolbar) .et-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body:not(.wp-core-ui).extend-scroll,
html:not(.wp-toolbar).extend-scroll {
  scroll-padding-top: 191px;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
p strong {
  font-weight: 600;
}

a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}
@media only screen and (max-width: 576px) {
  .heading-1 {
    font-size: 26px;
    line-height: 34px;
  }
}

.heading-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
@media only screen and (max-width: 576px) {
  .heading-2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.heading-3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}
@media only screen and (max-width: 576px) {
  .heading-3 {
    font-size: 20px;
  }
}

.heading-4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 576px) {
  .heading-4 {
    font-size: 16px;
  }
}

.heading-5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.label {
  color: var(--orange);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .label {
    margin-bottom: 20px;
    text-align: left;
  }
}

.btn {
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: var(--orange);
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  display: inline-flex;
  text-decoration: none;
}
.btn:hover {
  background-color: var(--color-black);
}
.btn--outline {
  background-color: transparent;
  border: 1px solid var(--orange);
  color: var(--orange);
}
.btn--outline:hover {
  border-color: var(--color-black);
  color: var(--color-white);
  background-color: var(--color-black);
}

.btn-big {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  background-color: var(--orange);
  text-decoration: none;
}
.btn-big:hover {
  background-color: #000;
}

#main-search {
  padding-top: 50px;
  padding-bottom: 90px;
}
#main-search h2 {
  display: flex;
}

.policy-container-group {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1286px;
  margin: auto;
}
@media only screen and (max-width: 1320px) {
  .policy-container-group {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.policy-container-group p {
  margin-bottom: 16px;
}
.policy-container-group a {
  color: var(--orange);
}
.policy-container-group ul {
  padding-left: 35px;
  margin-bottom: 16px;
}
.policy-container-group ul li {
  list-style-type: disc;
  line-height: 22px;
}

#page-404 {
  padding-top: 66px;
  padding-bottom: 80px;
}
#page-404 .et-container {
  position: relative;
}
#page-404 .et-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1200px) {
  #page-404 .et-container img {
    height: 50vh;
  }
}
@media only screen and (max-width: 991px) {
  #page-404 .et-container img {
    height: 60vh;
  }
}
#page-404 .et-container .wrapper {
  width: calc(100% - 200px);
  height: calc(100% - 160px);
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  #page-404 .et-container .wrapper {
    width: calc(100% - 100px);
    height: calc(100% - 80px);
  }
}
@media only screen and (max-width: 576px) {
  #page-404 .et-container .wrapper {
    padding: 25px;
  }
}
#page-404 .et-container .wrapper h1 {
  color: #000;
  text-align: center;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  #page-404 .et-container .wrapper h1 {
    font-size: 90px;
  }
}
#page-404 .et-container .wrapper .text {
  font-size: 32px;
  text-align: center;
  line-height: 42px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  #page-404 .et-container .wrapper .text {
    font-size: 18px;
    line-height: 26px;
  }
}
#page-404 .et-container .wrapper .decor-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: auto;
}
#page-404 .et-container .wrapper .decor-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  #page-404 .et-container .wrapper .decor-left {
    display: none;
  }
  #page-404 .et-container .wrapper .decor-right {
    display: none;
  }
}

.wp-block-wpseopress-sitemap {
  padding: 80px 0px;
}
.wp-block-wpseopress-sitemap h2.sp-cpt-name {
  font-size: 32px;
  margin-bottom: 16px;
  display: block;
  font-weight: 600;
}
.wp-block-wpseopress-sitemap a {
  color: #000;
}
.wp-block-wpseopress-sitemap .sp-wrap-cpt ~ .sp-wrap-cpt {
  margin-top: 32px;
}

.section-headline-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-headline-label .section-label {
  padding: 9px 16px;
  background-color: var(--color-black);
  text-transform: uppercase;
  color: var(--color-white);
  font-family: "Outfit";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
}
@media (min-width: 768px) {
  .section-headline-label .section-label {
    font-size: 14px;
  }
}
@media (min-width: 1023px) {
  .section-headline-label .section-label {
    padding: 7px 20px;
  }
}
@media (min-width: 1200px) {
  .section-headline-label .section-label {
    font-size: 16px;
  }
}
.section-headline-label .section-headline {
  font-family: "Outfit";
  font-size: 32px;
  line-height: 1.4em;
  background-color: var(--color-orange);
  color: var(--color-white);
  padding: 10px 16px;
  width: 100%;
  text-align: left;
  font-weight: 600;
}
@media (min-width: 576px) {
  .section-headline-label .section-headline {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-headline-label .section-headline {
    width: auto;
    padding: 10px;
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .section-headline-label .section-headline {
    font-size: 42px;
    padding: 10px 20px;
    line-height: 1.19em;
  }
}
.section-headline-label .section-headline--alt {
  color: var(--color-orange);
  background-color: var(--color-grey);
}
.section-headline-label .section-headline--white {
  color: var(--color-orange);
  background-color: var(--color-white);
}
.section-headline-label .section-headline--left {
  text-align: left;
}
.section-headline-label--center {
  align-items: center;
}

.section-label {
  padding: 9px 16px;
  background-color: var(--color-black);
  text-transform: uppercase;
  color: var(--color-white);
  font-family: "Outfit";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .section-label {
    font-size: 14px;
  }
}
@media (min-width: 1023px) {
  .section-label {
    padding: 7px 20px;
  }
}
@media (min-width: 1200px) {
  .section-label {
    font-size: 16px;
  }
}
.section-label--orange {
  background-color: var(--color-orange);
}
.section-label--rev {
  background-color: #fff;
  color: #000;
}

.section-headline {
  font-family: "Outfit";
  font-size: 32px;
  line-height: 1.4em;
  background-color: var(--color-orange);
  color: var(--color-white);
  padding: 10px 16px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 576px) {
  .section-headline {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-headline {
    width: auto;
    padding: 10px;
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .section-headline {
    font-size: 42px;
    padding: 10px 20px;
    line-height: 1.19em;
  }
}
.section-headline--alt {
  color: var(--color-orange);
  background-color: var(--color-grey);
}
.section-headline--white {
  color: var(--color-orange);
  background-color: var(--color-white);
}
.section-headline--med {
  font-size: 20px;
}
@media (min-width: 1023px) {
  .section-headline--med {
    font-size: 26px;
  }
}
.section-headline--transparent {
  background-color: transparent;
}
.section-headline--left {
  text-align: left;
}

.text-list {
  font-family: "Outfit";
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
}
.text-list--med {
  font-size: 20px;
  line-height: 1.6em;
}

.text-desc-title {
  font-family: "Outfit";
  font-weight: 600;
  font-size: 26px;
  line-height: 1.92em;
}

.text-desc {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6em;
}

.primary-btn {
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 16px;
  background-color: var(--color-orange);
  border: 1px solid var(--color-orange);
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .primary-btn {
    padding: 15px 9px;
  }
}
.primary-btn:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.primary-btn--white {
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-orange);
}
.primary-btn.border {
  border: 1px solid white;
  padding: 15px;
}

.arrow-btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  gap: 20px;
  color: var(--color-black);
}
.arrow-btn:hover img {
  transform: translateY(3px);
}
.arrow-btn-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--color-grey);
}
.arrow-btn-wrapper img {
  transition: transform 250ms ease-in-out;
  max-width: 37%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.wysiwyg p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 1em;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wysiwyg p {
    font-size: 20px;
  }
}
.wysiwyg p a {
  color: var(--orange);
  font-weight: 700;
  font-size: inherit;
}
.wysiwyg p em {
  font-style: italic;
}

.decor-dash {
  border-bottom: 2px dashed #ededed;
  margin-inline: auto;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .decor-dash {
    padding-top: 60px;
  }
}
@media (min-width: 1023px) {
  .decor-dash {
    flex-direction: row;
    padding-top: 100px;
    max-width: 664px;
  }
}

.training-form .wpcf7-form {
  width: 100%;
}
.training-form .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.training-form .wpcf7-form .wpcf7-form-control-wrap input[type=text],
.training-form .wpcf7-form .wpcf7-form-control-wrap input[type=email] {
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid white;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: var(--color-white);
  padding: 16px 20px;
}
.training-form .wpcf7-form .wpcf7-form-control-wrap input[type=text]::-moz-placeholder, .training-form .wpcf7-form .wpcf7-form-control-wrap input[type=email]::-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: var(--color-white);
}
.training-form .wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder,
.training-form .wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  color: var(--color-white);
}
.training-form .wpcf7-form .wpcf7-form-control-wrap input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 18px;
  height: 18px;
}
.training-form .wpcf7-form .wpcf7-form-control-wrap input[type=checkbox]:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid white;
}
.training-form .wpcf7-form .wpcf7-form-control-wrap input[type=checkbox]:checked::before {
  background: url("./assets/img/checked-white.svg") no-repeat center;
  background-size: 50%;
}
.training-form .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.training-form .wpcf7-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.training-form .wpcf7-form .wpcf7-acceptance {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
}
.training-form .wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
  bottom: 4px;
}
.training-form .wpcf7-form input[type=submit] {
  border: none !important;
  outline: none !important;
}

.wp-block-table {
  overflow-x: auto;
  margin-bottom: 2rem;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.wp-block-table table.has-fixed-layout {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.wp-block-table table.has-fixed-layout th,
.wp-block-table table.has-fixed-layout td {
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  text-align: left;
  vertical-align: middle;
}

.wp-block-table table.has-fixed-layout thead th {
  background-color: #f5f5f5;
  font-weight: 600;
  color: #333;
}

.wp-block-table table.has-fixed-layout tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.wp-block-table table.has-fixed-layout tbody tr:hover {
  background-color: #f0f8ff;
  transition: background-color 0.3s ease;
}

.wp-block-table table.has-fixed-layout td {
  color: #444;
}

@media screen and (max-width: 768px) {
  .wp-block-table table.has-fixed-layout th,
.wp-block-table table.has-fixed-layout td {
    padding: 10px;
    font-size: 0.9rem;
  }
}
.search-page {
  width: 100vw;
  background-color: #fff;
  margin-top: 20px;
  z-index: 100;
  transition-duration: 0.4s;
}
.search-page .title-wrap {
  background-color: #000;
  color: white;
  padding: 20px;
}
.search-page .title-wrap h2 {
  text-align: center;
  justify-content: center;
}
.search-page .search-label {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
.search-page .search-container {
  padding-top: 70px;
  padding-bottom: 30px;
}
.search-page .search-container .searchform {
  display: flex;
  justify-content: center;
}
.search-page .search-container .searchform input[type=text] {
  width: 500px;
  background: #f3f3f3;
  padding: 20px;
  border-radius: 0;
  border: 0;
  outline-color: var(--orange);
}
@media only screen and (max-width: 768px) {
  .search-page .search-container .searchform input[type=text] {
    max-width: 250px;
  }
}
.search-page .search-container .searchform input[type=text]:focus-visible {
  border-radius: 0;
}
.search-page .search-container .searchform button {
  background-color: var(--orange);
  border: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.search-page .search-container .searchform button img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.search-page .search-by-tag .terms-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  .search-page .search-by-tag .terms-list {
    margin-bottom: 50px;
  }
}
.search-page .search-by-tag .terms-list li a {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--orange);
  padding: 15px;
  color: #fff;
  background-color: var(--orange);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.search-page .search-result {
  padding-top: 50px;
  max-width: 800px;
  margin: auto;
}
.search-page .search-result .search-result-single {
  margin-bottom: 40px;
}
.search-page .search-result .heading-2 {
  margin-bottom: 20px;
}
.search-page .search-result ul li {
  font-size: 16px;
  line-height: 24px;
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  text-decoration: underline;
  align-items: center;
  cursor: pointer;
}
.search-page .search-result ul li:hover {
  color: var(--orange);
}
.search-page .search-result ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: flex;
  background-color: var(--orange);
}
.search-page .search-result ul li a {
  color: #000;
}
.search-page .search-result .team-modals-container {
  display: none;
}
.search-page .search-result .team-modals-container.active {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9991;
  left: 0;
}
.search-page .search-result .team-modals-container .team-modal {
  background: #f6f6f6;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 1039px;
  width: calc(100% - 40px);
  z-index: 999991;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .search-page .search-result .team-modals-container .team-modal {
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 110px;
    overflow-y: scroll;
    height: 100vh;
  }
}
.search-page .search-result .team-modals-container .team-modal.active {
  display: block !important;
}
.search-page .search-result .team-modals-container .team-modal .modal-content {
  display: grid;
  grid-template-columns: 330px 1fr;
}
@media only screen and (max-width: 991px) {
  .search-page .search-result .team-modals-container .team-modal .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.search-page .search-result .team-modals-container .team-modal .modal-content .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .search-page .search-result .team-modals-container .team-modal .modal-content .thumbnail img {
    max-width: 400px;
    max-height: 400px;
  }
}
@media only screen and (max-width: 576px) {
  .search-page .search-result .team-modals-container .team-modal .modal-content .thumbnail img {
    width: 200px;
    height: 200px;
  }
}
.search-page .search-result .team-modals-container .team-modal .modal-content .text-wrapper {
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  .search-page .search-result .team-modals-container .team-modal .modal-content .text-wrapper {
    padding: 20px;
    padding-bottom: 100px;
  }
}
.search-page .search-result .team-modals-container .team-modal .modal-content .text-wrapper .person-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 20px;
}
.search-page .search-result .team-modals-container .team-modal .modal-content .text-wrapper .position {
  font-weight: 500;
  color: var(--orange);
  margin-bottom: 30px;
  max-width: 342px;
}
@media only screen and (max-width: 991px) {
  .search-page .search-result .team-modals-container .team-modal .modal-content .text-wrapper .position {
    margin-bottom: 20px;
  }
}
.search-page .search-result .team-modals-container .team-modal .modal-content .text-wrapper p {
  margin-bottom: 20px;
}
.search-page .search-result .team-modals-container .team-modal .modal-content .logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  .search-page .search-result .team-modals-container .team-modal .modal-content .logo {
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .search-page .search-result .team-modals-container .team-modal .modal-content .logo img,
.search-page .search-result .team-modals-container .team-modal .modal-content .logo svg {
    width: 87px;
    height: auto;
  }
}
.search-page .search-result .team-modals-container .team-modal .modal-content .close {
  position: absolute;
  top: 50px;
  right: 32px;
  cursor: pointer;
}
.search-page .search-result .team-modals-container .team-modal .modal-content .close svg {
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 991px) {
  .search-page .search-result .team-modals-container .team-modal .modal-content .close {
    top: 36px;
    right: 8px;
  }
}

.play-button {
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  padding: 1rem;
  cursor: pointer;
}
.play-button:hover::before {
  transform: scale(1.1);
}
.play-button::before {
  transition: transform 250ms ease-in-out;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='15' height='19' viewBox='0 0 15 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 17.1317V1.83709C0 1.40621 0.137208 1.07304 0.411624 0.837574C0.68571 0.602107 1.00989 0.484375 1.38415 0.484375C1.48367 0.484375 1.6017 0.494308 1.73825 0.514174C1.87446 0.534366 2.00456 0.57703 2.12855 0.642166L14.3439 8.37592C14.5499 8.51369 14.7107 8.67392 14.8264 8.85663C14.9421 9.03966 15 9.24891 15 9.48438C15 9.71984 14.9421 9.92893 14.8264 10.1116C14.7107 10.2947 14.5499 10.4551 14.3439 10.5928L2.12855 18.3266C2.00357 18.3917 1.87231 18.4342 1.73478 18.4541C1.59691 18.4743 1.47821 18.4844 1.37869 18.4844C1.00377 18.4844 0.680256 18.3666 0.408154 18.1312C0.136052 17.8957 0 17.5625 0 17.1317Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
}