/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/policy-content/policy-content.scss ***!
  \****************************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 6.25rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 6.25rem;
  }
}

p .span-cta,
h1 .span-cta,
h2 .span-cta,
h3 .span-cta,
h4 .span-cta {
  color: #03bfd7;
}

.content > p + p {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1279px) {
  .content > p + p {
    padding-top: 1rem;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(rf(40));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.policy-content {
  padding: 2.34375rem 0rem 3.75rem;
}
@media screen and (min-width: 1180px) {
  .policy-content {
    padding: 4.6875rem 0rem 7.5rem;
  }
}
.policy-content h1 {
  font-size: 2.8125rem;
  font-weight: 250;
  line-height: 1.05;
  margin: 0 0 2.875rem;
}
@media screen and (min-width: 768px) {
  .policy-content h1 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .policy-content h1 {
    font-size: 3.75rem;
  }
}
.policy-content h2 {
  color: #0080ff;
  margin: 2.125rem 0 0.625rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .policy-content h2 {
    margin: 3.125rem 0 0.625rem;
  }
}
.policy-content p:not(:last-child) {
  margin: 0 0 1.25rem;
}
.policy-content ul,
.policy-content ol {
  padding: 0 0 0 1.75rem;
  margin: 0 0 1.25rem;
}
.policy-content ul li {
  list-style-type: disc;
}
.policy-content ol li {
  list-style-type: decimal;
}
.policy-content a {
  color: #0080ff;
  text-decoration: underline;
}

/*# sourceMappingURL=policy-content.css.map*/