@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.paragraph-two-content-block {
  display: flex;
  justify-content: center;
  column-gap: 17px;
  position: relative;
}
.paragraph-two-content-block.floating {
  margin-top: -125px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .paragraph-two-content-block.floating {
    margin-top: -70px;
  }
}
.paragraph-two-content-block--right, .paragraph-two-content-block--left {
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: 505px;
  width: 50%;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
  background: #FCF8F8;
  overflow: hidden;
}
@media (max-width: 768px) {
  .paragraph-two-content-block--right, .paragraph-two-content-block--left {
    background: transparent;
  }
}
.paragraph-two-content-block--right.expanded, .paragraph-two-content-block--left.expanded {
  background: #FCF8F8;
}
.paragraph-two-content-block__header {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.paragraph-two-content-block__header.background--white {
  background: #ffffff;
}
.paragraph-two-content-block__header.background--black {
  background: #000000;
}
.paragraph-two-content-block__header.background--dark-grey {
  background: #666666;
}
.paragraph-two-content-block__header.background--medium-grey {
  background: #D5D5D5;
}
.paragraph-two-content-block__header.background--light-grey {
  background: #FCF8F8;
}
.paragraph-two-content-block__header.background--night-blue {
  background: #101B5D;
}
.paragraph-two-content-block__header.background--red {
  background: #DB1811;
}
.paragraph-two-content-block__header.background--aqua {
  background: #0CA6D6;
}
.paragraph-two-content-block__header.background--orange {
  background: #F16801;
}
.paragraph-two-content-block__header.background--purple {
  background: #581ABD;
}
.paragraph-two-content-block__header.background--magenta {
  background: #D84797;
}
.paragraph-two-content-block__header.background--red-medium {
  background: #FFA099;
}
.paragraph-two-content-block__header.background--aqua-medium {
  background: #81DBF3;
}
.paragraph-two-content-block__header.background--orange-medium {
  background: #FEB178;
}
.paragraph-two-content-block__header.background--purple-medium {
  background: #A778F2;
}
.paragraph-two-content-block__header.background--magenta-medium {
  background: #EB9ADE;
}
@media (max-width: 768px) {
  .paragraph-two-content-block__header {
    font-size: 20px;
  }
}
.paragraph-two-content-block__header p {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 768px) {
  .paragraph-two-content-block__header p {
    font-size: 20px;
  }
}
.paragraph-two-content-block__header img {
  height: 150px;
  width: auto;
  padding-left: 10px;
}
.paragraph-two-content-block__header div[class*=" field--name-field-background"] {
  display: none;
}
.paragraph-two-content-block__mobile-trigger {
  display: none;
  position: relative;
  left: 25px;
  border-radius: 50%;
  margin-top: -12px;
  width: 21px;
  height: 21px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
  transition: 0.5s;
}
.paragraph-two-content-block__mobile-trigger:after, .paragraph-two-content-block__mobile-trigger:before {
  position: absolute;
  transition: 0.5s;
}
.paragraph-two-content-block__mobile-trigger:after {
  content: "";
  width: 9px;
  height: 1px;
}
.paragraph-two-content-block__mobile-trigger:before {
  content: "";
  width: 1px;
  height: 9px;
}
.paragraph-two-content-block__mobile-trigger[aria-expanded=true] {
  rotate: 180deg;
}
.paragraph-two-content-block__mobile-trigger[aria-expanded=true]:after {
  background-color: transparent;
}
.paragraph-two-content-block__mobile-trigger.background--black {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}
.paragraph-two-content-block__mobile-trigger.background--black[aria-expanded=true] {
  background: #000000;
}
.paragraph-two-content-block__mobile-trigger.background--red {
  background: #ffffff;
  border: 2px solid #DB1811;
  color: #DB1811;
}
.paragraph-two-content-block__mobile-trigger.background--red:before, .paragraph-two-content-block__mobile-trigger.background--red:after {
  background-color: #DB1811;
}
.paragraph-two-content-block__mobile-trigger.background--red[aria-expanded=true] {
  background: #DB1811;
}
.paragraph-two-content-block__mobile-trigger.background--red[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--orange {
  background: #ffffff;
  border: 2px solid #F16801;
  color: #F16801;
}
.paragraph-two-content-block__mobile-trigger.background--orange:before, .paragraph-two-content-block__mobile-trigger.background--orange:after {
  background-color: #F16801;
}
.paragraph-two-content-block__mobile-trigger.background--orange[aria-expanded=true] {
  background: #F16801;
}
.paragraph-two-content-block__mobile-trigger.background--orange[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--purple {
  background: #ffffff;
  border: 2px solid #581ABD;
  color: #581ABD;
}
.paragraph-two-content-block__mobile-trigger.background--purple:before, .paragraph-two-content-block__mobile-trigger.background--purple:after {
  background-color: #581ABD;
}
.paragraph-two-content-block__mobile-trigger.background--purple[aria-expanded=true] {
  background: #581ABD;
}
.paragraph-two-content-block__mobile-trigger.background--purple[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--night-blue {
  background: #ffffff;
  border: 2px solid #101B5D;
  color: #101B5D;
}
.paragraph-two-content-block__mobile-trigger.background--night-blue:before, .paragraph-two-content-block__mobile-trigger.background--night-blue:after {
  background-color: #101B5D;
}
.paragraph-two-content-block__mobile-trigger.background--night-blue[aria-expanded=true] {
  background: #101B5D;
}
.paragraph-two-content-block__mobile-trigger.background--night-blue[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--aqua {
  background: #ffffff;
  border: 2px solid #0CA6D6;
  color: #0CA6D6;
}
.paragraph-two-content-block__mobile-trigger.background--aqua:before, .paragraph-two-content-block__mobile-trigger.background--aqua:after {
  background-color: #0CA6D6;
}
.paragraph-two-content-block__mobile-trigger.background--aqua[aria-expanded=true] {
  background: #0CA6D6;
}
.paragraph-two-content-block__mobile-trigger.background--aqua[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--red-medium {
  background: #ffffff;
  border: 2px solid #FFA099;
  color: #FFA099;
}
.paragraph-two-content-block__mobile-trigger.background--red-medium:before, .paragraph-two-content-block__mobile-trigger.background--red-medium:after {
  background-color: #FFA099;
}
.paragraph-two-content-block__mobile-trigger.background--red-medium[aria-expanded=true] {
  background: #FFA099;
}
.paragraph-two-content-block__mobile-trigger.background--red-medium[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--aqua-medium {
  background: #ffffff;
  border: 2px solid #81DBF3;
  color: #81DBF3;
}
.paragraph-two-content-block__mobile-trigger.background--aqua-medium:before, .paragraph-two-content-block__mobile-trigger.background--aqua-medium:after {
  background-color: #81DBF3;
}
.paragraph-two-content-block__mobile-trigger.background--aqua-medium[aria-expanded=true] {
  background: #81DBF3;
}
.paragraph-two-content-block__mobile-trigger.background--aqua-medium[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--orange-medium {
  background: #ffffff;
  border: 2px solid #FEB178;
  color: #FEB178;
}
.paragraph-two-content-block__mobile-trigger.background--orange-medium:before, .paragraph-two-content-block__mobile-trigger.background--orange-medium:after {
  background-color: #FEB178;
}
.paragraph-two-content-block__mobile-trigger.background--orange-medium[aria-expanded=true] {
  background: #FEB178;
}
.paragraph-two-content-block__mobile-trigger.background--orange-medium[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--purple-medium {
  background: #ffffff;
  border: 2px solid #A778F2;
  color: #A778F2;
}
.paragraph-two-content-block__mobile-trigger.background--purple-medium:before, .paragraph-two-content-block__mobile-trigger.background--purple-medium:after {
  background-color: #A778F2;
}
.paragraph-two-content-block__mobile-trigger.background--purple-medium[aria-expanded=true] {
  background: #A778F2;
}
.paragraph-two-content-block__mobile-trigger.background--purple-medium[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__mobile-trigger.background--magenta-medium {
  background: #ffffff;
  border: 2px solid #EB9ADE;
  color: #EB9ADE;
}
.paragraph-two-content-block__mobile-trigger.background--magenta-medium:before, .paragraph-two-content-block__mobile-trigger.background--magenta-medium:after {
  background-color: #EB9ADE;
}
.paragraph-two-content-block__mobile-trigger.background--magenta-medium[aria-expanded=true] {
  background: #EB9ADE;
}
.paragraph-two-content-block__mobile-trigger.background--magenta-medium[aria-expanded=true]:after {
  background-color: #ffffff;
}
.paragraph-two-content-block__content {
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  display: flex;
  flex-direction: column;
  padding: 25px 40px 40px;
  transition: 0.5s;
  max-height: 999px;
  overflow: hidden;
  height: 100%;
}
.paragraph-two-content-block__content ul {
  list-style-image: url("../../images/icons/check-mark--black.svg");
  margin-bottom: 40px;
  font-weight: 600;
}
.paragraph-two-content-block__content ul li {
  padding-left: 7px;
}
.paragraph-two-content-block__content ul {
  margin-bottom: 22px;
  margin-top: 28px;
}
.paragraph-two-content-block__content p img {
  max-width: 100%;
  margin-top: 33px;
  margin-bottom: 4px;
}
.paragraph-two-content-block__content div[class*=field--name-field-2-blocks-cta-link] {
  margin-top: auto;
}
.paragraph-two-content-block__content div[class*=field--name-field-2-blocks-cta-link] .button-default {
  padding: 12px 50px 12px 22px;
  max-width: 350px;
  border: 1px solid #000000;
}
.paragraph-two-content-block__content .paragraph-video-button {
  width: 100%;
  max-width: 350px;
}
.paragraph-two-content-block__content .paragraph-video-button a {
  width: 100%;
}
@media (max-width: 768px) {
  .paragraph-two-content-block {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }
  .paragraph-two-content-block--right, .paragraph-two-content-block--left {
    max-width: 100%;
    width: 100%;
  }
  .paragraph-two-content-block__header {
    border-radius: 10px;
    cursor: pointer;
    padding-left: 25px;
    font-size: 20px;
    line-height: 25px;
  }
  .paragraph-two-content-block__header img {
    height: 100px;
    float: right;
  }
  .paragraph-two-content-block__mobile-trigger {
    display: flex;
  }
  .paragraph-two-content-block__content {
    max-height: 0;
    padding: 0 20px;
  }
  .paragraph-two-content-block__content[aria-hidden=false] {
    max-height: 999px;
    padding: 22px 20px;
  }
  .paragraph-two-content-block__content a {
    margin-top: 25px;
    width: 100%;
  }
}
@media (max-width: 440px) {
  .paragraph-two-content-block div[class*=field--name-field-2-blocks-cta-link] .button-default {
    width: 100%;
  }
}
.paragraph-two-content-block__card p a {
  color: #000000;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #FFA099 65%);
}
.paragraph-two-content-block__card.background--black-medium p a, .paragraph-two-content-block__card.background--black p a {
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #000000 65%);
}
.paragraph-two-content-block__card.background--red-medium p a, .paragraph-two-content-block__card.background--red p a {
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #FFA099 65%);
}
.paragraph-two-content-block__card.background--orange-medium p a, .paragraph-two-content-block__card.background--orange p a {
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #FEB178 65%);
}
.paragraph-two-content-block__card.background--purple p a, .paragraph-two-content-block__card.background--magenta p a, .paragraph-two-content-block__card.background--magenta-medium p a {
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #A778F2 65%);
}
.paragraph-two-content-block__card.background--aqua-medium p a, .paragraph-two-content-block__card.background--aqua p a {
  background: linear-gradient(180deg, rgba(0, 114, 184, 0) 65%, #81DBF3 65%);
}
/*# sourceMappingURL=two-blocks-main.css.map */
