header.staticpage {
  top: 0vmin;
  padding: 3vmin 0;
  background: #fbf5e7;
}

@media (max-width: 767px) {
  header.staticpage {
    padding: 5vmin 0;
  }
}

@media (max-device-width: 767px) and (orientation: portrait) {
  header.staticpage {
    padding: 5vmin 0;
  }
}

.subpage-container {
  padding: 0px 10vmin;
}
.subpage-section {
  height: auto;
  overflow: hidden;
  padding-top: 18vmin;
  box-sizing: border-box;
  opacity: 1;
}

.subpage-section .section-content {
  display: flex;
  justify-content: space-between;
}

.subpage-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #585858;
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  font-size: 9.5px;
  line-height: 1.5;
}
.subpage-footer-wrapper {
  background: #1d1d1d;
  padding: 4vmin 0;
}
.subpage-footer .mobileFooterImage {
  display: flex;
  position: relative;
  width: 45vw;
  opacity: 0.5;
}
.subpage-footer .footer_menu ul {
  display: flex;
  justify-content: space-between;
  max-width: 66%;
}
.subpage-footer .footer_menu a {
  color: #7e7e7e !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2vmin;
  display: inline-block;
}
.subpage-footer .footer_menu a.white {
  color: #fbf5e7 !important;
}
.subpage-footer .footer_widget {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.subpage-footer .footer_widget .widget {
  flex-basis: 32%;
}
.subpage-footer .footer_widget .widget.text_widget {
  text-align: justify;
}
.subpage-footer .footer_widget .widget.text_widget a {
  text-decoration: underline;
}

/* faq */

.FAQPage .FAQPage-header {
  font-size: 6vmin;
  font-weight: 200;
  margin-bottom: 2vmin;
}

.FAQPage .FAQPage-description {
  line-height: 3vmin;
}

.FAQPage .FAQPage-blocks {
  margin: 3vmin 0;
}

.FAQPage .FAQPage-disclaimer {
  margin: 10vmin 0 4vmin 0;
  line-height: 3vmin;
}

@media only screen and (max-width: 600px) {
  .FAQPage .FAQPage-header {
    font-size: 12vmin;
    margin-bottom: 4vmin;
  }

  .FAQPage .FAQPage-description {
    line-height: 6vmin;
  }

  .FAQPage .FAQPage-blocks {
    margin: 6vmin 0;
  }

  .FAQPage .FAQPage-disclaimer {
    margin: 20vmin 0 8vmin 0;
    line-height: 6vmin;
  }
}

.FAQBlock .FAQBlock-header {
  font-weight: 800;
  font-size: 5vmin;
  line-height: 5vmin;
  margin-top: 5vmin;
  cursor: pointer;
}

.FAQBlock .FAQBlock-body {
  margin: 0 1vmin;
  line-height: 3vmin;
}

.FAQBlock .FAQBlock-body.hidden {
  display: none;
}

.FAQBlock .FAQBlock-body h2 {
  font-weight: 600;
  font-size: 2.6vmin;
  margin-top: 5vmin;
  font-family: "Muli", sans-serif;
}

@media only screen and (max-width: 600px) {
  .FAQBlock .FAQBlock-header {
    font-size: 10vmin;
    line-height: 10vmin;
    margin-top: 10vmin;
  }
  .FAQBlock .FAQBlock-body {
    margin: 0 2vmin;
    line-height: 6vmin;
  }
  .FAQBlock .FAQBlock-body h2 {
    font-size: 5.2vmin;
    margin-top: 8vmin;
  }
}

.PrivacyPage {
  line-height: 4vmin;
}

@media only screen and (max-width: 860px) {
  .PrivacyPage {
    margin: 0 0 4vmin;
    line-height: 6vmin;
  }
}

@media only screen and (max-width: 600px) {
  .PrivacyPage {
    line-height: 6vmin;
  }
}

.DisclaimerPage {
  line-height: 4vmin;
}

.DisclaimerPage ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

@media only screen and (max-width: 600px) {
  .DisclaimerPage {
    line-height: 6vmin;
  }
}

/* responsive */

@media (max-width: 1024px) {
  .subpage-container {
    padding: 0px 25px;
    width: 100%;
    box-sizing: border-box;
  }

  .subpage-section .section-content {
    align-items: center;
  }
  .subpage-footer {
    font-size: 9px;
  }
}

@media (max-width: 850px) {
  .subpage-footer-wrapper {
    padding: 3vmin 0 1vmin;
  }
  .subpage-footer .footer_menu {
    display: none;
  }
  .subpage-footer .footer_widget {
    justify-content: space-around;
  }
  .subpage-footer .footer_widget .widget {
    flex-basis: 45%;
  }
}

@media (max-width: 767px) {
  .subpage-section {
    padding-top: 14vmin;
  }

  .subpage-section .section-content {
    display: block;
  }
  .subpage-footer .mobileFooterImage {
    display: block;
  }
  .subpage-footer {
    font-size: 9.5px;
  }
  .subpage-footer-wrapper {
    padding-bottom: 2vmin;
  }
  .subpage-footer .footer_widget :nth-child(3) {
    order: 1;
  }
  .subpage-footer .footer_widget :nth-child(1) {
    order: 2;
  }
  .subpage-footer .footer_widget :nth-child(2) {
    order: 3;
  }
  .subpage-footer .footer_widget .widget {
    flex-basis: 100%;
    margin-bottom: 1.5vmin;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .subpage-section .section-content {
    align-items: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .subpage-section {
    padding-top: 16vmin;
  }

  .subpage-section .section-content {
    display: block;
  }
  .subpage-section .title {
    font-size: 9vmin;
  }

  .subpage-footer .mobileFooterImage {
    display: block;
    width: 70vw;
  }
  .subpage-footer {
    font-size: 11px;
  }
  .subpage-footer-wrapper {
    padding-bottom: 2vmin;
  }
  .subpage-footer .footer_widget :nth-child(3) {
    order: 1;
  }
  .subpage-footer .footer_widget :nth-child(1) {
    order: 2;
    max-width: 100%;
  }
  .subpage-footer .footer_widget :nth-child(2) {
    order: 3;
  }
  .subpage-footer .footer_widget .widget {
    flex-basis: 100%;
    margin-bottom: 3vmin;
  }
  .subpage-footer .footer_menu ul {
    max-width: 100%;
  }
}

@media (max-device-width: 767px) and (orientation: portrait) {
  .subpage-section {
    padding-top: 23vmin !important;
  }

  .subpage-footer .mobileFooterImage {
    width: 80vw;
  }
}

@media (max-device-width: 767px) and (orientation: landscape) {
  .subpage-footer .mobileFooterImage {
    max-width: 35vw;
  }
}

@media (max-device-width: 360px) and (orientation: portrait) {
  .subpage-footer .mobileFooterImage {
    display: none;
  }
}

@media (max-device-width: 640px) and (orientation: landscape) {
  .subpage-footer .mobileFooterImage {
    display: none;
  }
}

@media only screen and (width: 375px) and (height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3),
  (width: 411px) and (height: 823px) and (orientation: portrait) {
  .subpage-footer .mobileFooterImage {
    width: 100vw;
  }
}
