@font-face {
  font-family: 'TTInterfaces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/TT-Interphases/tt-interphases-regular.woff") format("woff"), url("../fonts/TT-Interphases/tt-interphases-regular.woff") format("woff");
}

@font-face {
  font-family: 'TTInterfacesMedium';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/TT-Interphases/tt-interphases-medium.woff") format("woff"), url("../fonts/TT-Interphases/tt-interphases-medium.woff") format("woff");
}

@font-face {
  font-family: 'TTInterfacesDemiBold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/TT-Interphases/tt-interphases-demibold.woff') format('woff'),
  url('../fonts/TT-Interphases/tt-interphases-demibold.woff') format('woff');
}

@font-face {
  font-family: 'CriteriaCF';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Criteria-CF/criteria-cf-bold.woff") format("woff"), url("../fonts/Criteria-CF/criteria-cf-bold.woff") format("woff");
}

body {
  background-color: #f6f6f6;
  color: #262626;
  margin: 24px 0 0;
  font-family: TTInterfaces;
}

body.not-from-app {
  margin-top: 0;
}

body.not-from-app .policy {
  max-width: 1024px;
  margin: auto;
}

b {
  font-family: TTInterfacesDemiBold;
}

.header {
  background-color: #1a1a1a;
  width: 100vw;
  margin: 0px calc((100vw - 100%) / -2);
  padding: 16px 0;
  text-align: center;
  border-bottom: solid 4px #ffd100; }

.header img {
  position: unset;
  right: unset;
  top: unset;
}
  

h3 {
  color: #1a1a1a;
  font-family: CriteriaCF;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0.5px;
  margin: 16px;
  text-transform: uppercase;
}

p {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.57px;
  margin: 0 16px;
}

ul {
  list-style-type: none; 
  margin: 0; 
  padding: 0;
  background-color: #ffffff;
}
.policy ul{
  list-style-type: circle; 
  margin-left: 40px; 
  padding: 0;
  background-color: transparent;
}

p.label {
  font-family: TTInterfacesMedium;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding: 16px 45px 16px 16px;
  margin: 0;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  outline: none;
}

p.label::after {
  content: '';
  background-image: url('../img/icon-plus.svg');
  position: absolute;
  height: 21px;
  width: 21px;
  right: 15px;
  top: 40%;
}


p.label.ui-state-active::after {
  content: '';
  background-image: url('../img/icon-minus.svg');
  position: absolute;
  height: 21px;
  width: 21px;
  right: 15px;
  top: 40%;
}

.answer {
  margin: 16px 45px 40px 16px;
  display: none;
}

.faq > * {
  margin: 0 16px;
}

.faq > ul {
  margin: 0 0 40px;
}

.faq > ul:last-of-type{
  margin: 0;
}


.faq > p {
  margin: 0 16px 40px;
}

.faq > h3 {
  margin: 16px;
}

li div .label{
  position: relative;
}

img {
  position: absolute;
  right: 15px;
  top: 40%;
}

.follow button {
    width: 100%;
    border: none;
    padding: 12px 0 14px;
    margin-bottom: 32px;
    background-color: #ffd100;
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    font-size: prem(12px);
    line-height: prem(18px);
    letter-spacing: prem(0.4px);
    font-family: TTInterfacesDemiBold;
  }

.d-flex {
  display: flex !important;
}
.justify-content-around {
  justify-content: space-around !important;
}

.footer {
  background-color: #1a1a1a;
  width: 100vw;
  margin: 0px calc((100vw - 100%) / -2);
  color: #b4b4b1; }
  .footer > div {
    max-width: 657px;
    margin: auto; }
    .footer > div > div:first-of-type {
      padding: 24px 113px 32px;
      border-bottom: dotted 1px #b4b4b1; }
      @media (max-width: 991.98px) {
        .footer > div > div:first-of-type {
          padding: 24px 25px 32px; } }
      .footer > div > div:first-of-type > div:first-child {
        margin-right: 84px; }
      .footer > div > div:first-of-type span {
        color: #e6e6e6;
        font-size: 14px;
        line-height: 24.6px;
        letter-spacing: 0.35px; }
    .footer > div > .fin {
      color: #4d4d4d;
      margin: 0 68px;
      text-align: center;
      letter-spacing: 0.5px;
      line-height: 17px;
      font-size: 12px;
      padding: 10px 0 30px; }
      @media (max-width: 991.98px) {
        .footer > div > .fin {
          margin: 0 25px; } }
      .footer > div > .fin b {
        color: #e6e6e6; }

body:not(.not-from-app) #site-header, body:not(.not-from-app) #site-footer{
  display: none;
}

.policy p {
  padding: 16px 0;
}