.sec-content-block:has(+ .sec-collapse) {
  margin-bottom: 24rem;
}
.sec-content-block:has(+ .sec-content-block),
.sec-content-block:has(+ .sec-icon-card),
.sec-content-block:has(+ .sec-image-card),
.sec-breadcrumb + .sec-content-block:has(+ .sec-block) {
  margin-bottom: 8rem;
}
.sec-content-block.bg-light-blue,
.sec-content-block.bg-light-green,
.sec-content-block.bg-pink-blue {
  padding: 12rem 0;
  margin-bottom: 12rem;
}
.sec-content-block.bg-light-blue:has(+ .sec-content-block.bg-light-blue),
.sec-content-block.bg-light-green:has(+ .sec-content-block.bg-light-green),
.sec-content-block.bg-light-pink:has(+ .sec-content-block.bg-light-pink) {
  margin-bottom: 0;
}
.sec-content-block.bg-light-blue + .sec-content-block.bg-light-blue,
.sec-content-block.bg-light-green + .sec-content-block.bg-light-green,
.sec-content-block.bg-light-pink + .sec-content-block.bg-light-pink {
  padding-top: 0;
  margin-top: 0;
}
.sec-content-block:has(.content-block-table) {
  margin-bottom: 11.2rem;
}
.sec-content-block:has(+ .sec-collapse)::before,
.sec-content-block:has(.content-block-table):has(+ .sec-block)::before,
.sec-content-block:has(.content-block-table):has(+ .sec-content-block + .sec-block)::before,
.sec-content-block.bg-light-green::before,
.sec-content-block.bg-light-pink::before,
.sec-content-block.bg-light-blue::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -16.8rem;
  width: 41.4rem;
  height: 14.4rem;
  background-image: url(../images/shape-bottom-right.png);
  background-size: cover;
  background-position: center;
}
.sec-content-block.bg-light-green::before,
.sec-content-block.bg-light-pink::before,
.sec-content-block.bg-light-blue::before {
  top: -7.8rem;
  bottom: auto !important;
}
.sec-content-block.bg-light-blue + .sec-content-block.bg-light-blue::before,
.sec-content-block.bg-light-green + .sec-content-block.bg-light-green::before,
.sec-content-block.bg-light-pink + .sec-content-block.bg-light-pink::before {
  content: none;
}
.sec-content-block.border-top .container {
  padding-top: 8rem;
  position: relative;
}
.sec-content-block.border-top .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 1px;
}
.sec-content-block.border-top.green .container::after {
  background: var(--green-60);
}
.sec-content-block.border-top.blue .container::after {
  background: var(--blue-60);
}
.sec-content-block.border-top.pink .container::after {
  background: var(--pink-60);
}
.sec-content-block.green .sm-title {
  color: var(--green-60);
}
.sec-content-block.pink .sm-title {
  color: var(--pink-60);
}
.sec-content-block.blue .sm-title {
  color: var(--blue-60);
}
.sec-content-block .row {
  --bs-gutter-x: 2.8rem;
  --bs-gutter-y: 1.6rem;
}
.sec-content-block .row:last-child .title {
  margin-bottom: 0;
}
.sec-content-block .subtitle-1 p {
  margin-bottom: 3.2rem;
}
.content-block-text :is(h1,h2,h3,h4,h5,h6) {
  margin: 3.2rem 0 1.6rem;
  font-weight: bold !important;
}
.content-block-text :is(h1,h2,h3,h4,h5,h6):first-child {
  margin-top: 0;
}
.content-block-text :is(h1,h2,h3,h4,h5,h6):last-child {
  margin-top: 0;
}
.content-block-text ul {
  margin-bottom: 3.2rem;
}
.content-block-text li {
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  color: rgba(31,31,31,0.75);
}
.col-sm-12 .content-block-text li {
  margin-bottom: 1.2rem;
}
.content-block-text p {
  color: var(--dark-grey);
  opacity: 0.75;
  margin-bottom: 3.2rem;
}
.sec-content-block .title .subtitle-1 strong,
.content-block-text li strong,
.content-block-text li sub,
.content-block-text p strong {
  font-weight: bold !important;
}
.content-block-text li sub {
  font-size: 1.2rem;
  line-height: 0;
  top: -0.3rem;
  position: relative;
}
.content-block-text p:has(+ ul) {
  margin-bottom: 1rem;
}
.content-block-text li::after {
  border-radius: 0.2rem;
}
.col-sm-12 .content-block-text li::after {
  top: 1.3rem;
}
.green .content-block-text li::after {
  background: var(--green-60);
}
.pink .content-block-text li::after {
  background: var(--pink-60);
}
.blue .content-block-text li::after {
  background: var(--blue-60);
}
.blue .content-block-text li ul {
  margin: 0;
}
.blue .content-block-text li li {
  padding: 0;
  margin: 0;
}
.blue .content-block-text li li::after {
  content: none;
}
.content-block-text p a {
  font-weight: bold !important;
}
.content-block-text p a:hover {
  text-decoration: underline !important;
}
.blue .content-block-text p a {
  color: var(--blue-60);
}
.green .content-block-text p a {
  color: var(--blue-60);
}
.pink .content-block-text p a {
  color: var(--blue-60);
}
.content-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content-block-table table {
  width: 100%;
  min-width: 60rem;
  font-size: 2rem;
  line-height: 3.2rem;
}
.content-block-table table th,
.content-block-table table td {
  padding: 1.6rem 2.4rem;
  border: 1px solid;
  text-align: left;
  font-weight: bold;
}
.green .content-block-table table th,
.green .content-block-table table td {
  border-color: var(--green-60);
}
.green .content-block-table table th,
.green .content-block-table tbody tr:nth-child(even) {
  background: var(--green-10);
}
.green .content-block-table tbody tr:nth-child(odd) {
  background: var(--green-20);
}
.pink .content-block-table table th,
.pink .content-block-table table td {
  border-color: var(--pink-60);
}
.pink .content-block-table table th,
.pink .content-block-table tbody tr:nth-child(even) {
  background: var(--pink-10);
}
.pink .content-block-table tbody tr:nth-child(odd) {
  background: var(--pink-20);
}
.blue .content-block-table table th,
.blue .content-block-table table td {
  border-color: var(--blue-60);
}
.blue .content-block-table table th,
.blue .content-block-table tbody tr:nth-child(even) {
  background: var(--blue-10);
}
.blue .content-block-table tbody tr:nth-child(odd) {
  background: var(--blue-20);
}
.content-block-table table td {
  border-top: 0;
}
.content-block-table table td {
  font-weight: normal;
  vertical-align: top;
}
.content-block-img {
  margin: 3.2rem 0;
}
.row:nth-child(1) .content-block-img:first-child,
.row:nth-child(2) .content-block-img:first-child {
  margin-top: 0;
}
.content-block-img:last-child {
  margin-bottom: 0;
}
.content-block-img img {
  width: 100%;
  height: auto;
}
.content-block-table + small,
.content-block-small-text small {
  display: block;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: var(--dark-grey);
  opacity: 0.75;
}
.content-block-text ul:has(+ ol) {
  margin-bottom: 0;
}
.content-block-text ul + ol {
  margin-bottom: 1.2rem;
  margin-left: 1.6rem;
}
.content-block-text ul ol li,
.content-block-text ul + ol li {
  margin-bottom: 0;
  padding-left: 1.3rem;
}
.content-block-text ul + ol li::before,
.content-block-text ul ol li::before {
  content: "" !important;
  top: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--dark-grey);
  opacity: 0.75;
}
.content-block-video {
  position: relative;
}
.content-block-video-img img {
  width: 100%;
  height: auto;
}
.content-block-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green .content-block-video-overlay {
  background: linear-gradient(180deg, rgba(38, 204, 122, 0) 0%, rgba(38, 204, 122, 0.65) 100%);
}
.pink .content-block-video-overlay {
  background: linear-gradient(180deg, rgba(238, 43, 122, 0) 0%, rgba(238, 43, 122, 0.65) 100%);
}
.blue .content-block-video-overlay {
  background: linear-gradient(180deg, rgba(12, 140, 233, 0) 0%, rgba(12, 140, 233, 0.65) 100%);
}
.btn-content-block-video-play {
  display: block;
}
.btn-content-block-video-play img {
  width: 10.4rem;
  height: 10.4rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-content-block-video-play:hover img {
  transform: scale(1.1);
}
.sec-block.bg-light-green:has(+ .sec-content-block.bg-light-green),
.sec-block.bg-light-pink:has(+ .sec-content-block.bg-light-pink),
.sec-block.bg-light-blue:has(+ .sec-content-block.bg-light-blue) {
  margin-bottom: 0;
  padding-bottom: 7.2rem;
}
.sec-block.bg-light-green + .sec-content-block.bg-light-green,
.sec-block.bg-light-pink + .sec-content-block.bg-light-pink,
.sec-block.bg-light-blue + .sec-content-block.bg-light-blue {
  margin-top: 0;
  padding-bottom: 12rem;
}
.sec-block.bg-light-green + .sec-content-block.bg-light-green::before,
.sec-block.bg-light-pink + .sec-content-block.bg-light-pink::before,
.sec-block.bg-light-blue + .sec-content-block.bg-light-blue::before {
  content: none;
}
.content-block-images {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.content-block-images img {
  width: calc(33.33% - 1.2rem);
  height: auto;
}
@media (min-width: 1460px) and (max-width: 1499.98px) {
  .sec-content-block:has(+ .sec-collapse) {
    margin-bottom: 20rem;
  }
  .sec-content-block:has(+ .sec-content-block),
  .sec-content-block:has(+ .sec-icon-card),
  .sec-content-block:has(+ .sec-image-card),
  .sec-breadcrumb + .sec-content-block:has(+ .sec-block) {
    margin-bottom: 7.2rem;
  }
  .sec-content-block:has(.content-block-table) {
    margin-bottom: 8.8rem;
  }
  .sec-content-block.bg-light-blue,
  .sec-content-block.bg-green-blue,
  .sec-content-block.bg-pink-blue {
    padding: 10rem 0;
    margin-bottom: 10rem;
  }
  .sec-content-block:has(+ .sec-collapse)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-block)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-content-block + .sec-block)::before,
  .sec-content-block.bg-light-green::before,
  .sec-content-block.bg-light-pink::before,
  .sec-content-block.bg-light-blue::before {
    width: 34.5rem;
    height: 12rem;
    bottom: -14.8rem;
  }
  .sec-content-block.bg-light-green::before, 
  .sec-content-block.bg-light-pink::before, 
  .sec-content-block.bg-light-blue::before {
    top: -6.4rem;
  }
  .sec-content-block.border-top .container {
    padding-top: 7.2rem;
  }
  .content-block-table table {
    font-size: 1.9rem;
    line-height: 3.1rem;
  }
  .content-block-table table th, 
  .content-block-table table td {
    padding: 1.4rem 2rem;
  }
  .content-block-text ul,
  .content-block-text p {
    margin-bottom: 2.8rem;
  }
  .content-block-img {
    margin: 2.8rem 0;
  }
  .content-block-table + small, 
  .content-block-small-text small {
    margin-top: 1.6rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .content-block-text ul + ol li::before, 
  .content-block-text ul ol li::before {
    top: 1.3rem;
  }
  .btn-content-block-video-play img {
    width: 9.6rem;
    height: 9.6rem;
  }
  .sec-block.bg-light-green:has(+ .sec-content-block.bg-light-green), 
  .sec-block.bg-light-pink:has(+ .sec-content-block.bg-light-pink), 
  .sec-block.bg-light-blue:has(+ .sec-content-block.bg-light-blue) {
    padding-bottom: 6.4rem;
  }
  .sec-block.bg-light-green + .sec-content-block.bg-light-green, 
  .sec-block.bg-light-pink + .sec-content-block.bg-light-pink, 
  .sec-block.bg-light-blue + .sec-content-block.bg-light-blue {
    padding-bottom: 10rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-content-block:has(+ .sec-collapse) {
    margin-bottom: 16rem;
  }
  .sec-content-block:has(+ .sec-content-block),
  .sec-content-block:has(+ .sec-icon-card),
  .sec-content-block:has(+ .sec-image-card),
  .sec-breadcrumb + .sec-content-block:has(+ .sec-block) {
    margin-bottom: 6.4rem;
  }
  .sec-content-block:has(.content-block-table) {
    margin-bottom: 7.2rem;
  }
  .sec-content-block.bg-light-blue,
  .sec-content-block.bg-green-blue,
  .sec-content-block.bg-pink-blue {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
  .sec-content-block:has(+ .sec-collapse)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-block)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-content-block + .sec-block)::before,
  .sec-content-block.bg-light-green::before,
  .sec-content-block.bg-light-pink::before,
  .sec-content-block.bg-light-blue::before {
    width: 34.5rem;
    height: 12rem;
    bottom: -13.8rem;
  }
  .sec-content-block.bg-light-green::before, 
  .sec-content-block.bg-light-pink::before, 
  .sec-content-block.bg-light-blue::before {
    top: -6.4rem;
  }
  .sec-content-block br {
    display: none;
  }
  .sec-content-block.border-top .container {
    padding-top: 6.4rem;
  }
  .content-block-table table {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .content-block-table table th, 
  .content-block-table table td {
    padding: 1.4rem 2rem;
  }
  .content-block-text ul,
  .content-block-text p {
    margin-bottom: 2.4rem;
  }
  .col-sm-12 .content-block-text li::after {
    top: 1rem;
  }
  .content-block-img {
    margin: 2.4rem 0;
  }
  .content-block-table + small, 
  .content-block-small-text small {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .content-block-text ul + ol li::before, 
  .content-block-text ul ol li::before {
    top: 1.2rem;
  }
  .btn-content-block-video-play img {
    width: 8.8rem;
    height: 8.8rem;
  }
  .sec-block.bg-light-green:has(+ .sec-content-block.bg-light-green), 
  .sec-block.bg-light-pink:has(+ .sec-content-block.bg-light-pink), 
  .sec-block.bg-light-blue:has(+ .sec-content-block.bg-light-blue) {
    padding-bottom: 4.8rem;
  }
  .sec-block.bg-light-green + .sec-content-block.bg-light-green, 
  .sec-block.bg-light-pink + .sec-content-block.bg-light-pink, 
  .sec-block.bg-light-blue + .sec-content-block.bg-light-blue {
    padding-bottom: 8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-content-block:has(+ .sec-collapse) {
    margin-bottom: 16rem;
  }
  .sec-content-block:has(+ .sec-content-block),
  .sec-content-block:has(+ .sec-icon-card),
  .sec-content-block:has(+ .sec-image-card),
  .sec-breadcrumb + .sec-content-block:has(+ .sec-block) {
    margin-bottom: 5.6rem;
  }
  .sec-content-block:has(.content-block-table) {
    margin-bottom: 7.2rem;
  }
  .sec-content-block.bg-light-blue,
  .sec-content-block.bg-green-blue,
  .sec-content-block.bg-pink-blue {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
  .sec-content-block:has(+ .sec-collapse)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-block)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-content-block + .sec-block)::before,
  .sec-content-block.bg-light-green::before,
  .sec-content-block.bg-light-pink::before,
  .sec-content-block.bg-light-blue::before {
    width: 31.5rem;
    height: 10.9rem;
    bottom: -12.8rem;
  }
  .sec-content-block.bg-light-green::before, 
  .sec-content-block.bg-light-pink::before, 
  .sec-content-block.bg-light-blue::before {
    top: -5.6rem;
  }
  .sec-content-block br {
    display: none;
  }
  .sec-content-block.border-top .container {
    padding-top: 5.6rem;
  }
  .content-block-table table {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .content-block-table table th, 
  .content-block-table table td {
    padding: 1.2rem 1.6rem;
  }
  .content-block-text ul,
  .content-block-text p {
    margin-bottom: 2.4rem;
  }
  .col-sm-12 .content-block-text li::after {
    top: 1.1rem;
  }
  .content-block-img {
    margin: 2.4rem 0;
  }
  .content-block-table + small, 
  .content-block-small-text small {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .content-block-text ul + ol li::before, 
  .content-block-text ul ol li::before {
    top: 1.2rem;
  }
  .btn-content-block-video-play img {
    width: 8.8rem;
    height: 8.8rem;
  }
  .sec-block.bg-light-green:has(+ .sec-content-block.bg-light-green), 
  .sec-block.bg-light-pink:has(+ .sec-content-block.bg-light-pink), 
  .sec-block.bg-light-blue:has(+ .sec-content-block.bg-light-blue) {
    padding-bottom: 4.8rem;
  }
  .sec-block.bg-light-green + .sec-content-block.bg-light-green, 
  .sec-block.bg-light-pink + .sec-content-block.bg-light-pink, 
  .sec-block.bg-light-blue + .sec-content-block.bg-light-blue {
    padding-bottom: 8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-content-block:has(+ .sec-collapse) {
    margin-bottom: 16rem;
  }
  .sec-content-block:has(+ .sec-content-block),
  .sec-content-block:has(+ .sec-icon-card),
  .sec-content-block:has(+ .sec-image-card),
  .sec-breadcrumb + .sec-content-block:has(+ .sec-block) {
    margin-bottom: 5.6rem;
  }
  .sec-content-block:has(.content-block-table) {
    margin-bottom: 6.4rem;
  }
  .sec-content-block.bg-light-blue,
  .sec-content-block.bg-green-blue,
  .sec-content-block.bg-pink-blue {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
  .sec-content-block:has(+ .sec-collapse)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-block)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-content-block + .sec-block)::before,
  .sec-content-block.bg-light-green::before,
  .sec-content-block.bg-light-pink::before,
  .sec-content-block.bg-light-blue::before {
    width: 26.5rem;
    height: 9.2rem;
    bottom: -11.8rem;
  }
  .sec-content-block.bg-light-green::before, 
  .sec-content-block.bg-light-pink::before, 
  .sec-content-block.bg-light-blue::before {
    top: -4.8rem;
  }
  .sec-content-block br {
    display: none;
  }
  .sec-content-block.border-top .container {
    padding-top: 5.6rem;
  }
  .col-sm-12 .content-block-text li {
    margin-bottom: 0.8rem;
  }
  .col-sm-12 .content-block-text li::after {
    top: 1rem;
  }
  .content-block-table table {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .content-block-table table th, 
  .content-block-table table td {
    padding: 1.2rem 1.6rem;
  }
  .content-block-text ul,
  .content-block-text p {
    margin-bottom: 2.4rem;
  }
  .content-block-img {
    margin: 2.4rem 0;
  }
  .content-block-table + small, 
  .content-block-small-text small {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .content-block-text ul + ol li::before, 
  .content-block-text ul ol li::before {
    top: 1.2rem;
  }
  .btn-content-block-video-play img {
    width: 8rem;
    height: 8rem;
  }
  .sec-block.bg-light-green:has(+ .sec-content-block.bg-light-green), 
  .sec-block.bg-light-pink:has(+ .sec-content-block.bg-light-pink), 
  .sec-block.bg-light-blue:has(+ .sec-content-block.bg-light-blue) {
    padding-bottom: 4.4rem;
  }
  .sec-block.bg-light-green + .sec-content-block.bg-light-green, 
  .sec-block.bg-light-pink + .sec-content-block.bg-light-pink, 
  .sec-block.bg-light-blue + .sec-content-block.bg-light-blue {
    padding-bottom: 8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-content-block:has(+ .sec-collapse) {
    margin-bottom: 14rem;
  }
  .sec-content-block:has(+ .sec-content-block),
  .sec-content-block:has(+ .sec-icon-card),
  .sec-content-block:has(+ .sec-image-card),
  .sec-breadcrumb + .sec-content-block:has(+ .sec-block) {
    margin-bottom: 4.8rem;
  }
  .sec-content-block:has(.content-block-table) {
    margin-bottom: 5.6rem;
  }
  .sec-content-block.bg-light-blue,
  .sec-content-block.bg-green-blue,
  .sec-content-block.bg-pink-blue {
    padding: 8rem 0;
    margin-bottom: 8rem;
  }
  .sec-content-block:has(+ .sec-collapse)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-block)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-content-block + .sec-block)::before,
  .sec-content-block.bg-light-green::before,
  .sec-content-block.bg-light-pink::before,
  .sec-content-block.bg-light-blue::before {
    bottom: -8.8rem;
    width: 22.5rem;
    height: 7.8rem;
  }
  .sec-content-block.bg-light-green::before, 
  .sec-content-block.bg-light-pink::before, 
  .sec-content-block.bg-light-blue::before {
    top: -4rem;
  }
  .sec-content-block br {
    display: none;
  }
  .sec-content-block.border-top .container {
    padding-top: 4.8rem;
  }
  .sec-content-block .row {
    --bs-gutter-x: 2rem;
  }
  .content-block-text li {
    margin-bottom: 1.6rem;
  }
  .content-block-text li::after {
    top: 0.9rem;
  }
  .col-sm-12 .content-block-text li {
    margin-bottom: 0.6rem;
  }
  .col-sm-12 .content-block-text li::after {
    top: 1rem;
  }
  .content-block-table table {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .content-block-table table th, 
  .content-block-table table td {
    padding: 1.2rem;
  }
  .content-block-text ul,
  .content-block-text p {
    margin-bottom: 2rem;
  }
  .content-block-img {
    margin: 2rem 0;
  }
  .content-block-table + small, 
  .content-block-small-text small {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .content-block-text ul + ol li::before, 
  .content-block-text ul ol li::before {
    top: 1.2rem;
  }
  .btn-content-block-video-play img {
    width: 6.4rem;
    height: 6.4rem;
  }
  .sec-block.bg-light-green:has(+ .sec-content-block.bg-light-green), 
  .sec-block.bg-light-pink:has(+ .sec-content-block.bg-light-pink), 
  .sec-block.bg-light-blue:has(+ .sec-content-block.bg-light-blue) {
    padding-bottom: 4rem;
  }
  .sec-block.bg-light-green + .sec-content-block.bg-light-green, 
  .sec-block.bg-light-pink + .sec-content-block.bg-light-pink, 
  .sec-block.bg-light-blue + .sec-content-block.bg-light-blue {
    padding-bottom: 8rem;
  }
}
@media(max-width:767.98px) {
  .sec-content-block:has(+ .sec-collapse) {
    margin-bottom: 11rem;
  }
  .sec-content-block:has(+ .sec-content-block),
  .sec-content-block:has(+ .sec-icon-card),
  .sec-content-block:has(+ .sec-image-card),
  .sec-breadcrumb + .sec-content-block:has(+ .sec-block) {
    margin-bottom: 4rem;
  }
  .sec-content-block:has(.content-block-table) {
    margin-bottom: 4.8rem;
  }
  .sec-content-block.bg-light-blue,
  .sec-content-block.bg-green-blue,
  .sec-content-block.bg-pink-blue {
    padding: 5.6rem 0;
    margin-bottom: 5.6rem;
  }
  .sec-content-block:has(+ .sec-collapse)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-block)::before,
  .sec-content-block:has(.content-block-table):has(+ .sec-content-block + .sec-block)::before,
  .sec-content-block.bg-light-green::before,
  .sec-content-block.bg-light-pink::before,
  .sec-content-block.bg-light-blue::before {
    bottom: -8.8rem;
    width: 22.5rem;
    height: 7.8rem;
  }
  .sec-content-block.bg-light-green::before, 
  .sec-content-block.bg-light-pink::before, 
  .sec-content-block.bg-light-blue::before {
    top: -4rem;
  }
  .sec-content-block br {
    display: none;
  }
  .sec-content-block.border-top .container {
    padding-top: 4rem;
  }
  .sec-content-block .row {
    --bs-gutter-x: 1.6rem;
  }
  .content-block-text li {
    margin-bottom: 1.6rem;
  }
  .content-block-text li::after {
    top: 0.8rem;
  }
  .col-sm-12 .content-block-text li {
    margin-bottom: 0.6rem;
  }
  .col-sm-12 .content-block-text li::after {
    top: 0.9rem;
  }
  .content-block-table table {
    min-width: 50rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .content-block-table table th, 
  .content-block-table table td {
    padding: 1.2rem 0.8rem;
  }
  .content-block-text ul,
  .content-block-text p {
    margin-bottom: 1.6rem;
  }
  .content-block-img {
    margin: 1.6rem 0;
  }
  .content-block-table + small, 
  .content-block-small-text small {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .content-block-text ul + ol li::before, 
  .content-block-text ul ol li::before {
    top: 1.1rem;
  }
  .btn-content-block-video-play img {
    width: 6.4rem;
    height: 6.4rem;
  }
  .sec-block.bg-light-green:has(+ .sec-content-block.bg-light-green), 
  .sec-block.bg-light-pink:has(+ .sec-content-block.bg-light-pink), 
  .sec-block.bg-light-blue:has(+ .sec-content-block.bg-light-blue) {
    padding-bottom: 3.2rem;
  }
  .sec-block.bg-light-green + .sec-content-block.bg-light-green, 
  .sec-block.bg-light-pink + .sec-content-block.bg-light-pink, 
  .sec-block.bg-light-blue + .sec-content-block.bg-light-blue {
    padding-bottom: 5.6rem;
  }
  .content-block-images img {
    width: 100%;
  }
}