.static-page small,
.static-page .small {
  font-size: 14px;
}

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5 {
  font-family: "Karma", sans-serif, "Sharp Grotesk Bold 15", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "Apple Color Emoji", "Segoe UI Emoji";
}

.static-page h1 {
  font-size: 28px;
  line-height: 1.25;
}

.static-page h2 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .static-page h2 {
    font-size: 20px;
    line-height: 1.25;
  }
}

.static-page h3 {
  font-size: 22px;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .static-page h3 {
    font-size: 22px;
  }
}

.static-page h4 {
  font-size: 18px;
  line-height: 1.25;
}

.static-page h5 {
  font-size: 16px;
  line-height: 1.25;
}

.static-page p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  font-family: "DM Sans", sans-serif, "Sharp Grotesk Bold 15", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "Apple Color Emoji", "Segoe UI Emoji";
}

.static-page a {
  color: #000;
  text-decoration: none;
}

.static-page li {
  font-size: 14px;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
  font-size: 1.09rem;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  font-family: "DM Sans", sans-serif, "Sharp Grotesk Bold 15", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "Apple Color Emoji", "Segoe UI Emoji";
  font-weight: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

.static-page body.active header {
  background-color: #fbfbfb;
}

.static-page input,
.static-page button {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  border: none;
  outline: none;
  background: transparent;
}

.static-page input[type="submit"],
.static-page button[type="submit"] {
  cursor: pointer;
}

.static-page input[type="submit"]:hover,
.static-page button[type="submit"]:hover {
  text-decoration: underline;
}

.static-page .inverse-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.static-page .pageholder {
  display: flex;
  max-width: 1200px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .static-page .pageholder {
    flex-wrap: wrap;
  }
}

.static-page .pageholder__main {
  width: 190px;
  flex-shrink: 0;
  max-width: 100%;
}

@media (max-width: 768px) {
  .static-page .pageholder__main {
    width: 100%;
  }
}

.static-page .pageholder__aside {
  flex-shrink: 1;
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .static-page .pageholder__aside {
    width: 100%;
  }
}

.static-page .flex {
  display: flex;
}

.static-page .flex__justify--space-between {
  justify-content: space-between;
}

.static-page .flex__direction--row {
  flex-direction: row;
}

.static-page.flex__direction--column {
  flex-direction: column;
}

.static-page .uppercase {
  text-transform: uppercase;
}

.static-page .hover {
  cursor: pointer;
  transition: opacity 0.6s;
  opacity: 1;
}

.static-page .hover:hover, .static-page .hover:focus {
  opacity: 0.5;
}

.static-page .back-button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-self: baseline;
  margin-top: 40px;
}

.static-page .back-button__icon {
  transform: rotate(180deg);
  fill: #b4b4b4;
  margin-right: 7px;
  transition: stroke 0.2s ease;
}

.static-page .back-button__text {
  font-weight: 600;
  color: #900;
  text-decoration: none !important;
}


/* Custom additional class */
.static-page .margin-top--0 {
  margin-top: 0;
}

.static-page .margin-bottom--0 {
  margin-bottom: 0;
}

.static-page .margin-none {
  margin: 0;
}

@media (max-width: 768px) {
  .static-page .mobile-reverse {
    flex-direction: column-reverse;
  }
}

.static-page footer {
  width: 100%;
}

.static-page footer .ads {
  display: none;
}

/* Custom popup  */
.static-page .popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  min-height: 60vh;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 80px 60px;
  z-index: 9999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.static-page .popup .close__button {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}

.static-page .popup main {
  display: flex;
  flex-direction: column;
  flex: 1 1 450px;
}

.static-page .popup .popup-title {
  font-size: 28px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 17px;
}

.static-page .popup .popup-role {
  color: #707070;
  font-size: 16px;
  margin-bottom: 12px;
}

.static-page .popup .popup-description {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.static-page .popup .popup-image {
  display: block;
  flex: 1 1 265px;
  max-width: 265px;
}

.static-page .popup.active {
  display: flex;
  flex-direction: row-reverse;
  gap: 13%;
  min-width: 65%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9998;
  display: none;
}

@media (max-width: 1024px) {
  .static-page .popup.active {
    min-width: 92%;
  }
}

@media (max-width: 768px) {
  .static-page .popup.active {
    top: 70px;
    left: 0;
    transform: translate(0, 0);
    min-width: 93%;
    flex-direction: column;
    /* overflow: hidden; */
    height: 80%;
    gap: 0;
    overflow-y: scroll;
  }

  .static-page .popup.active aside {
    margin: 0 auto 45px auto;
  }
}

@media (max-width: 525px) {
  .static-page .popup.active {
    padding: 70px 25px
  }

  .static-page .pageholder__aside {
    padding: 0 25px;
  }

}