@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}
blockquote::after, blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

input:focus {
  outline: 0;
}

input,
textarea {
  box-sizing: content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

input[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

html,
body,
main,
#page-container {
  background-color: rgb(255, 255, 255) !important;
}

.pixelme-help__list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.pixelme-help__list .pixelme-help__item {
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.pixelme-help__list .pixelme-help__item.active {
  border: 2px solid #00aae5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.pixelme-help__list .pixelme-help__item.active .pixelme-answer {
  display: block !important;
}
.pixelme-help__list .pixelme-help__item.active .pixelme-question {
  margin-bottom: 20px !important;
}
.pixelme-help__list .pixelme-help__item.active .pixelme-question::after {
  transform: translateY(-50%) rotate(-135deg);
}
.pixelme-help__list .pixelme-help__item .pixelme-question {
  font-size: 27px;
  font-weight: 600;
  line-height: 105%;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  color: #00aae5;
  position: relative;
  padding-right: 28px;
}
.pixelme-help__list .pixelme-help__item .pixelme-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.25s ease;
}
@media (max-width: 768px) {
  .pixelme-help__list .pixelme-help__item .pixelme-question::after {
    right: -15%;
  }
}
@media (max-width: 768px) {
  .pixelme-help__list .pixelme-help__item .pixelme-question {
    max-width: 85%;
  }
}
.pixelme-help__list .pixelme-help__item .pixelme-answer {
  display: none;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer h3 {
  font-size: 23px !important;
  font-weight: 600 !important;
  line-height: 105% !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  color: #00aae5;
}
@media (max-width: 768px) {
  .pixelme-help__list .pixelme-help__item .pixelme-answer h3 {
    font-size: 20px !important;
  }
}
.pixelme-help__list .pixelme-help__item .pixelme-answer h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 105% !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  color: #00aae5;
}
@media (max-width: 768px) {
  .pixelme-help__list .pixelme-help__item .pixelme-answer h4 {
    font-size: 18px !important;
  }
}
.pixelme-help__list .pixelme-help__item .pixelme-answer img {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: auto;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer .wp-block-image {
  margin-bottom: 20px !important;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer .wp-block-image:last-child {
  margin-bottom: 0 !important;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer figure.pixelme-figure-loading {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer figure.pixelme-figure-loading .pixelme-figure-media {
  opacity: 0;
  visibility: hidden;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer figure.pixelme-figure-loading .pixelme-figure-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 64px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer p,
.pixelme-help__list .pixelme-help__item .pixelme-answer li,
.pixelme-help__list .pixelme-help__item .pixelme-answer a {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 20px !important;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer p:last-child,
.pixelme-help__list .pixelme-help__item .pixelme-answer li:last-child,
.pixelme-help__list .pixelme-help__item .pixelme-answer a:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  .pixelme-help__list .pixelme-help__item .pixelme-answer p,
  .pixelme-help__list .pixelme-help__item .pixelme-answer li,
  .pixelme-help__list .pixelme-help__item .pixelme-answer a {
    font-size: 17px !important;
  }
}
.pixelme-help__list .pixelme-help__item .pixelme-answer a {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer ol,
.pixelme-help__list .pixelme-help__item .pixelme-answer ul {
  margin-bottom: 20px !important;
  padding-left: 20px;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer ol {
  list-style-type: decimal;
}
.pixelme-help__list .pixelme-help__item .pixelme-answer ul {
  list-style-type: disc;
}

main.pixelme-help {
  padding: 60px 20px;
}
@media (max-width: 768px) {
  main.pixelme-help {
    padding: 55px 20px;
  }
}
@media (max-width: 480px) {
  main.pixelme-help {
    padding: 40px 20px;
  }
}
@media (max-width: 440px) {
  main.pixelme-help {
    padding: 30px 20px;
  }
}
main.pixelme-help h1 {
  text-align: center;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3em;
}/*# sourceMappingURL=main.css.map */