@charset "UTF-8";
/* anton-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/anton-v23-latin-regular.woff2") format("woff2"), url("../fonts/anton-v23-latin-regular.woff") format("woff");
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-regular.woff") format("woff");
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v12-latin-600.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-600.woff") format("woff");
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v12-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-700.woff") format("woff");
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v12-latin-800.woff2") format("woff2"), url("../fonts/nunito-sans-v12-latin-800.woff") format("woff");
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
.policy-section {
  margin: 0;
  width: 100%;
}

.policy-section__divider {
  width: 7rem;
  border: 4px solid lightgrey;
  margin: 3rem auto 4rem auto;
  scroll-margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .policy-section__divider {
    scroll-margin-top: 1rem;
  }
}

.policy-section__media {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-height: 200px;
}

.policy-section__heading {
  font-size: 1.4rem;
  background-color: #009949;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .policy-section__heading {
    font-size: 1.8rem;
    padding: 10px;
  }
}

.policy-section__content p:first-of-type {
  font-size: 1.0588235294rem;
}
.policy-section__content p:last-of-type {
  margin-top: 1.3529411765rem;
  margin-bottom: 0;
  color: #009949;
}
.policy-section__content ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.policy-section__content ul > li {
  margin: 0 0 0.25rem 0;
  padding-left: 1.4rem;
}
.policy-section__content ul > li::before {
  content: "\f105";
  font-size: 1.4rem;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-left: -1.4rem;
  width: 1.4rem;
  -webkit-transform: translate(3px, 2px);
  transform: translate(3px, 2px);
  color: #00A651;
}

.policy-section__read-more .btn::after {
  content: " ›";
}

.policy-section--purple .policy-section__content h3 {
  color: #662D91;
}
.policy-section--purple .policy-section__media {
  background-color: #662D91;
}
.policy-section--purple .btn-outline {
  color: #662D91;
  background-color: transparent;
  background-image: none;
  border-color: #662D91;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.policy-section--purple .btn-outline:visited {
  color: #662D91;
  background-color: transparent;
}
.policy-section--purple .btn-outline:hover, .policy-section--purple .btn-outline:active {
  color: #FFFFFF;
  background-color: #662D91;
  border-color: #662D91;
}
.policy-section--purple .btn-outline.disabled, .policy-section--purple .btn-outline:disabled {
  color: #662D91;
  background-color: transparent;
}

.policy-section--green-mid .policy-section__content h3 {
  color: #009949;
}
.policy-section--green-mid .policy-section__media {
  background-color: #009949;
}
.policy-section--green-mid .btn-outline {
  color: #009949;
  background-color: transparent;
  background-image: none;
  border-color: #009949;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.policy-section--green-mid .btn-outline:visited {
  color: #009949;
  background-color: transparent;
}
.policy-section--green-mid .btn-outline:hover, .policy-section--green-mid .btn-outline:active {
  color: #FFFFFF;
  background-color: #009949;
  border-color: #009949;
}
.policy-section--green-mid .btn-outline.disabled, .policy-section--green-mid .btn-outline:disabled {
  color: #009949;
  background-color: transparent;
}

.policy-section--blue .policy-section__content h3 {
  color: #008671;
}
.policy-section--blue .policy-section__media {
  background-color: #008671;
}
.policy-section--blue .btn-outline {
  color: #008671;
  background-color: transparent;
  background-image: none;
  border-color: #008671;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.policy-section--blue .btn-outline:visited {
  color: #008671;
  background-color: transparent;
}
.policy-section--blue .btn-outline:hover, .policy-section--blue .btn-outline:active {
  color: #FFFFFF;
  background-color: #008671;
  border-color: #008671;
}
.policy-section--blue .btn-outline.disabled, .policy-section--blue .btn-outline:disabled {
  color: #008671;
  background-color: transparent;
}

.policy-section--pink .policy-section__content h3 {
  color: #CE3890;
}
.policy-section--pink .policy-section__media {
  background-color: #CE3890;
}
.policy-section--pink .btn-outline {
  color: #CE3890;
  background-color: transparent;
  background-image: none;
  border-color: #CE3890;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.policy-section--pink .btn-outline:visited {
  color: #CE3890;
  background-color: transparent;
}
.policy-section--pink .btn-outline:hover, .policy-section--pink .btn-outline:active {
  color: #FFFFFF;
  background-color: #CE3890;
  border-color: #CE3890;
}
.policy-section--pink .btn-outline.disabled, .policy-section--pink .btn-outline:disabled {
  color: #CE3890;
  background-color: transparent;
}

.policy-section--orange .policy-section__content h3 {
  color: #E67E1D;
}
.policy-section--orange .policy-section__media {
  background-color: #E67E1D;
}
.policy-section--orange .btn-outline {
  color: #E67E1D;
  background-color: transparent;
  background-image: none;
  border-color: #E67E1D;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.policy-section--orange .btn-outline:visited {
  color: #E67E1D;
  background-color: transparent;
}
.policy-section--orange .btn-outline:hover, .policy-section--orange .btn-outline:active {
  color: #FFFFFF;
  background-color: #E67E1D;
  border-color: #E67E1D;
}
.policy-section--orange .btn-outline.disabled, .policy-section--orange .btn-outline:disabled {
  color: #E67E1D;
  background-color: transparent;
}

.policy-section--green-camarone .policy-section__content h3 {
  color: #007236;
}
.policy-section--green-camarone .policy-section__media {
  background-color: #007236;
}
.policy-section--green-camarone .btn-outline {
  color: #007236;
  background-color: transparent;
  background-image: none;
  border-color: #007236;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.policy-section--green-camarone .btn-outline:visited {
  color: #007236;
  background-color: transparent;
}
.policy-section--green-camarone .btn-outline:hover, .policy-section--green-camarone .btn-outline:active {
  color: #FFFFFF;
  background-color: #007236;
  border-color: #007236;
}
.policy-section--green-camarone .btn-outline.disabled, .policy-section--green-camarone .btn-outline:disabled {
  color: #007236;
  background-color: transparent;
}