.media-policy {
  display: none;
}

.policy {
  border-bottom: 1px solid #ffffff40;
  padding: 40px 200px 300px;
}
.policy .policy-header {
  margin-bottom: 80px;
}
.policy .policy-header .title {
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1.5px solid #fff;
  text-align: left;
  font-family: "Cera CY Bold", sans-serif!important;
  text-shadow: 0 4px 4px #00000066;
  padding-bottom: 20px;
}
.policy .policy-header .message {
  font-size: 20px;
  color: #A2A2A2;
  text-transform: uppercase;
  text-align: end;
}
.policy .sections {
  margin-bottom: 20px;
}

.policy .sections .title {
  font-size: 44px;
  line-height: 64px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.policy .sections ul {
  margin-bottom: 0;
}
.policy .sections .text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  color: #A2A2A2;
  margin-bottom: 10px;
}
.policy .sections .subtitle {

  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
.policy .sections .text br {
  display: block;
  margin: 10px 0;
  content: " ";
}
.policy .sections .text .highlight {
  color: #E74F24;
}
@media (max-width: 1440px) {
  .policy {
    padding: 40px 100px 300px;
  }

  .policy .policy-header .title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .media-policy {
    display: block;
    border-bottom: 1px solid #ffffff40;
    padding: 0 20px 30px;
  }
  .media-policy .policy-header {
    margin-bottom: 50px;
  }
  .media-policy .policy-header .title {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1.5px solid #fff;
    text-align: left;
    font-family: "Cera CY Bold", sans-serif!important;
    text-shadow: 0 4px 4px #00000066;
  }
  .media-policy .policy-header .message {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: end;
  }
  .media-policy .sections {
    margin-bottom: 20px;
  }

  .media-policy .sections .title {
    font-size: 44px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 16px;
  }
  .media-policy .sections ul {
    margin-bottom: 0;
  }
  .media-policy .sections .text {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #A2A2A2;
    margin-bottom: 0;
  }
  .media-policy .sections .subtitle {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
  }
  .media-policy .sections .text br {
    display: block;
    margin: 10px 0;
    content: " ";
  }
  .media-policy .sections .text .highlight {
    color: #E74F24;
  }
}
/*# sourceMappingURL=privacy-policy.css.map */
